mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
Localisation updates from https://translatewiki.net.
Change-Id: I252f3b97b45b3a60d3c7b3d454dd1bcedf3346da
This commit is contained in:
parent
ff5a72ca26
commit
42bd8cf10b
|
@ -29,6 +29,14 @@
|
|||
"apihelp-echomute-param-mute": "Seiten oder Benutzer, die zur Stummschaltliste hinzugefügt werden",
|
||||
"apihelp-echomute-param-unmute": "Aus der Stummschaltungsliste zu entfernende Seiten oder Benutzer",
|
||||
"apihelp-echopushsubscriptions-summary": "Verwaltung der Push-Abonnements für den aktuellen Benutzer.",
|
||||
"apihelp-echopushsubscriptions-param-command": "Die auszuführende Aktion.",
|
||||
"apihelp-echopushsubscriptions+create-summary": "Registrieren eines Push-Abonnements für den aktuellen Benutzer.",
|
||||
"apihelp-echopushsubscriptions+create-param-provider": "Der Push-Dienstleister, für den ein Token registriert werden soll.",
|
||||
"apihelp-echopushsubscriptions+create-param-providertoken": "Das Token zur Registrierung.",
|
||||
"apihelp-echopushsubscriptions+create-example": "Registrieren eines Push-Abonnements für den aktuellen Benutzer.",
|
||||
"apihelp-echopushsubscriptions+delete-summary": "Aufheben der Registrierung von Push-Abonnements für den aktuellen Benutzer auf.",
|
||||
"apihelp-echopushsubscriptions+delete-param-providertoken": "Das mit dem Push-Abonnement zur Abmeldung verbundene Token.",
|
||||
"apihelp-echopushsubscriptions+delete-example": "Aufheben der Registrierung eines Push-Abonnements für den aktuellen Benutzer auf.",
|
||||
"apihelp-query+notifications-description": "Benachrichtigungen abrufen, die auf den aktuellen Benutzer warten.",
|
||||
"apihelp-query+notifications-summary": "Ruft wartende Benachrichtigungen für den aktuellen Benutzer ab.",
|
||||
"apihelp-query+notifications-param-prop": "Einzelheiten der Anfrage.",
|
||||
|
@ -68,5 +76,7 @@
|
|||
"apiwarn-echo-deprecation-timestampformat": "Das MW-Zeitstempel-Ausgabeformat ist hier veraltet. In Zukunft wird immer ISO 8601 für das Ausgabezeitstempelformat verwendet. Passe deinen Client an und lege <var>timestampFormat</var> auf <kbd>ISO_8601</kbd> fest.",
|
||||
"apiwarn-echo-deprecation-flyout": "<kbd>notformat=flyout</kbd> ist veraltet und wird bald entfernt. Verwende <kbd>notformat=model</kbd>, um die Rohdaten zu erhalten oder <kbd>notformat=special</kbd> für vorgerendertes HTML.",
|
||||
"apiwarn-echo-deprecation-html": "<kbd>notformat=html</kbd> ist veraltet und wird bald entfernt. Verwende stattdessen <kbd>notformat=special</kbd>.",
|
||||
"apierror-echo-event-creation-failed": "Es konnte kein Echo-Ereignis erstellt werden"
|
||||
"apierror-echo-event-creation-failed": "Es konnte kein Echo-Ereignis erstellt werden",
|
||||
"apierror-echo-push-token-exists": "Das angegebene Token ist bereits in der Datenbank vorhanden.",
|
||||
"apierror-echo-push-token-not-found": "Das angegebene Token wurde in der Datenbank nicht gefunden."
|
||||
}
|
||||
|
|
|
@ -33,6 +33,15 @@
|
|||
"apihelp-echomute-param-type": "Quelle liste de mise en silence à laquelle ajouter ou de laquelle supprimer",
|
||||
"apihelp-echomute-param-mute": "Pages ou utilisateurs à ajouter à la liste de mise en silence",
|
||||
"apihelp-echomute-param-unmute": "Pages ou utilisateurs à supprimer de la liste de mise en silence",
|
||||
"apihelp-echopushsubscriptions-summary": "Garer les abonnements de poussée d’information pour l’utilisateur actuel.",
|
||||
"apihelp-echopushsubscriptions-param-command": "Action à effectuer.",
|
||||
"apihelp-echopushsubscriptions+create-summary": "Enregistrer les inscriptions de poussée d’information pour l’utilisateur actuel.",
|
||||
"apihelp-echopushsubscriptions+create-param-provider": "Le fournisseur de service de poussée pour lequel enregistrer un jeton.",
|
||||
"apihelp-echopushsubscriptions+create-param-providertoken": "Le jeton à enregistrer.",
|
||||
"apihelp-echopushsubscriptions+create-example": "Enregistrer une inscription de poussée d’information pour l’utilisateur actuel.",
|
||||
"apihelp-echopushsubscriptions+delete-summary": "Désinscrire les inscriptions de poussée d’information pour l’utilisateur actuel.",
|
||||
"apihelp-echopushsubscriptions+delete-param-providertoken": "Le jeton associé avec l’inscription de poussée d’information à désinscrire.",
|
||||
"apihelp-echopushsubscriptions+delete-example": "Désinscrire une inscription de poussée d’information pour l’utilisateur actuel.",
|
||||
"apihelp-query+notifications-description": "Obtenir les notifications en attente pour l’utilisateur courant.",
|
||||
"apihelp-query+notifications-summary": "Obtenir les notifications en attente pour l’utilisateur actuel.",
|
||||
"apihelp-query+notifications-param-prop": "Détails à demander.",
|
||||
|
@ -72,5 +81,7 @@
|
|||
"apiwarn-echo-deprecation-timestampformat": "Le format de sortie utilisant l’horodatage MW est désuet ici. À l’avenir, la norme ISO 8601 sera toujours utilisée pour le format d’horodatage en sortie. Ajustez votre client et mettez <var>timestampFormat</var> à <kbd>ISO_8601</kbd>.",
|
||||
"apiwarn-echo-deprecation-flyout": "<kbd>notformat=flyout</kbd> est devenu désuet et va être supprimé bientôt. Utiliser <kbd>notformat=model</kbd> pour avoir le format brut ou <kbd>notformat=special</kbd> pour le html préformaté.",
|
||||
"apiwarn-echo-deprecation-html": "<kbd>notformat=html</kbd> est désuet et sera bientôt supprimé. Utilisez <kbd>notformat=special</kbd> à la place.",
|
||||
"apierror-echo-event-creation-failed": "Impossible de créer l’évènement Echo"
|
||||
"apierror-echo-event-creation-failed": "Impossible de créer l’évènement Echo",
|
||||
"apierror-echo-push-token-exists": "Le jeton fourni existe déjà dans la base de données.",
|
||||
"apierror-echo-push-token-not-found": "Le jeton fourni n’a pas été trouvé dans la base de données."
|
||||
}
|
||||
|
|
|
@ -62,6 +62,7 @@
|
|||
"echo-pref-email-format": "Format des courriels :",
|
||||
"echo-pref-web": "Web",
|
||||
"echo-pref-email": "Courriel",
|
||||
"echo-pref-push": "Pousser (applications seulement)",
|
||||
"echo-pref-email-frequency-never": "Ne pas m’envoyer de notification par courriel",
|
||||
"echo-pref-email-frequency-immediately": "Les notifications individuelles sans délai",
|
||||
"echo-pref-email-frequency-daily": "Un résumé quotidien des notifications",
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
"echo-pref-email-format": "תסדיר דוא\"ל:",
|
||||
"echo-pref-web": "באתר",
|
||||
"echo-pref-email": "בדוא\"ל",
|
||||
"echo-pref-push": "דחיפה (רק ביישומים)",
|
||||
"echo-pref-email-frequency-never": "לא לשלוח לי שום הודעות בדואר אלקטרוני",
|
||||
"echo-pref-email-frequency-immediately": "הודעות בודדות כשהן מגיעות",
|
||||
"echo-pref-email-frequency-daily": "סיכום יומי של הודעות",
|
||||
|
|
10
i18n/ko.json
10
i18n/ko.json
|
@ -76,7 +76,7 @@
|
|||
"echo-pref-tooltip-watchlist": "누군가가 내 주시문서 목록에 (사소하지 않은) 편집을 하면 내게 알립니다.",
|
||||
"echo-pref-tooltip-minor-watchlist": "누군가가 내 주시문서 목록의 문서에 사소한 편집을 하면 내게 알립니다.",
|
||||
"notifications": "알림",
|
||||
"tooltip-pt-notifications-alert": "{{GENDER:|당신}}의 경보",
|
||||
"tooltip-pt-notifications-alert": "{{GENDER:|당신}}의 중요 알림",
|
||||
"tooltip-pt-notifications-notice": "{{GENDER:|당신의}} 알림",
|
||||
"echo-displaynotificationsconfiguration": "알림 표시 설정",
|
||||
"echo-displaynotificationsconfiguration-summary": "이 위키에서 알림이 어떻게 설정되었는지에 관한 개요입니다.",
|
||||
|
@ -116,7 +116,7 @@
|
|||
"notification-dynamic-actions-watch-confirmation": "{{GENDER:$3|당신은}} 지금 \"$1\" 문서를 주시하고 있습니다",
|
||||
"notification-dynamic-actions-watch-confirmation-description": "{{GENDER:$3|당신은}} 언제든지 [$2 이 문서]의 주시를 해제할 수 있습니다.",
|
||||
"notification-link-text-expand-all": "펼치기",
|
||||
"notification-link-text-expand-alert-count": "{{PLURAL:$1|경보 $1개}} 보기",
|
||||
"notification-link-text-expand-alert-count": "{{PLURAL:$1|중요 알림 $1개}} 보기",
|
||||
"notification-link-text-expand-notice-count": "{{PLURAL:$1|공지 $1}}개",
|
||||
"notification-link-text-expand-all-count": "$1개의 알림을 보기",
|
||||
"notification-link-text-collapse-all": "접기",
|
||||
|
@ -190,9 +190,9 @@
|
|||
"echo-email-plain-footer": "저희가 {{GENDER:$1|당신}}에게 보낼 이메일을 수정하려면 {{GENDER:$1|사용자}} 환경 설정을 확인하십시오:",
|
||||
"echo-email-html-footer-preference-link-text": "{{GENDER:$1|사용자}} 환경 설정을 확인하세요",
|
||||
"echo-email-html-footer-with-link": "{{GENDER:$2|}}발송되는 메일을 관리하려면, $1.",
|
||||
"echo-notification-alert": "{{PLURAL:$1|경보 ($1)|경보 ($1)|100=경보 (99+)}}",
|
||||
"echo-notification-alert": "{{PLURAL:$1|중요 알림 ($1)|중요 알림 ($1)|100=중요 알림 (99+)}}",
|
||||
"echo-notification-notice": "{{PLURAL:$1|알림 ($1)|알림 ($1)|100=알림 (99+)}}",
|
||||
"echo-notification-alert-text-only": "경보",
|
||||
"echo-notification-alert-text-only": "중요 알림",
|
||||
"echo-notification-notice-text-only": "알림",
|
||||
"echo-overlay-link": "모든 알림",
|
||||
"echo-overlay-title": "<b>알림</b>",
|
||||
|
@ -208,7 +208,7 @@
|
|||
"echo-email-batch-body-intro-daily": "$1님 안녕하세요,\n여기에 {{SITENAME}}에 오늘의 활동 요약이 있습니다.",
|
||||
"echo-email-batch-body-intro-weekly": "$1님 안녕하세요,\n여기에 {{SITENAME}}에 이번 주의 활동 요약이 있습니다.",
|
||||
"echo-email-batch-link-text-view-all-notifications": "모든 알림 보기",
|
||||
"notification-header-foreign-alert": "{{PLURAL:$5|다른 위키|$5개의 다른 위키}}의 경보 더 보기",
|
||||
"notification-header-foreign-alert": "{{PLURAL:$5|다른 위키|$5개의 다른 위키}}의 중요 알림 더 보기",
|
||||
"notification-header-foreign-notice": "{{PLURAL:$5|다른 위키|$5개의 다른 위키}}의 더 많은 알림",
|
||||
"notification-header-foreign-all": "$5개의 다른 위키로부터 알림 더 보기"
|
||||
}
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
"echo-pref-email-format": "Format e-maila:",
|
||||
"echo-pref-web": "Na stronie",
|
||||
"echo-pref-email": "Przez e‐mail",
|
||||
"echo-pref-push": "W telefonie (tylko aplikacje)",
|
||||
"echo-pref-email-frequency-never": "Nie wysyłaj powiadomień e-mailem",
|
||||
"echo-pref-email-frequency-immediately": "Każde powiadomienie osobno",
|
||||
"echo-pref-email-frequency-daily": "Podsumowanie dzienne",
|
||||
|
@ -118,6 +119,10 @@
|
|||
"echo-notification-markasunread": "Oznacz jako nieprzeczytane",
|
||||
"echo-notification-markasread-tooltip": "Oznacz jako przeczytane",
|
||||
"echo-notification-more-options-tooltip": "Więcej opcji",
|
||||
"notification-dynamic-actions-mute-page-linked-confirmation": "Powiadomienia o linkach do strony „$1” są teraz wyłączone",
|
||||
"notification-dynamic-actions-mute-page-linked-confirmation-description": "W każdej chwili {{GENDER:$2|możesz}} zarządzać swoimi wyciszonymi stronami w [$1 preferencjach].",
|
||||
"notification-dynamic-actions-unmute-page-linked-confirmation": "Powiadomienia o linkach do strony „$1” są teraz włączone",
|
||||
"notification-dynamic-actions-unmute-page-linked-confirmation-description": "W każdej chwili {{GENDER:$2|możesz}} zarządzać swoimi wyciszonymi stronami w [$1 preferencjach].",
|
||||
"notification-dynamic-actions-unwatch": "{{GENDER:$3|Zatrzymaj}} obserwowanie nowej aktywności na \"$1\"",
|
||||
"notification-dynamic-actions-unwatch-confirmation": "{{GENDER:$3|Przestałeś|Przestałaś}} obserwować stronę „$1”",
|
||||
"notification-dynamic-actions-unwatch-confirmation-description": "{{GENDER:$3|Możesz}} wznowić obserwowanie [$2 tej strony] w dowolnym momencie.",
|
||||
|
|
Loading…
Reference in a new issue