jenkins-bot has submitted this change and it was merged. Change subject: Localisation updates from https://translatewiki.net. ......................................................................
Localisation updates from https://translatewiki.net. Change-Id: I2308e2c405403981cf51c04c907e1c8b4ad1a2e6 --- M i18n/de.json M i18n/es.json A i18n/hi.json M i18n/ksh.json M i18n/lb.json A i18n/lt.json M i18n/mk.json M i18n/pt.json M i18n/qqq.json 9 files changed, 80 insertions(+), 4 deletions(-) Approvals: L10n-bot: Looks good to me, approved jenkins-bot: Verified diff --git a/i18n/de.json b/i18n/de.json index 3e69093..67f6294 100644 --- a/i18n/de.json +++ b/i18n/de.json @@ -2,9 +2,14 @@ "@metadata": { "authors": [ "Metalhead64", - "Purodha" + "Purodha", + "Inkowik" ] }, + "gather-lists-collection-owner": "Besitzer", + "gather-lists-collection-title": "Titel", + "gather-lists-collection-description": "Beschreibung", + "gather-lists-collection-count": "Zähler", "gather-edit-collection-heading": "Sammlung bearbeiten", "gather-edit-collection-label-name": "Name", "gather-edit-collection-label-description": "Beschreibung", @@ -28,6 +33,9 @@ "gather-add-toast": "Die Seite wurde zu deiner Sammlung „$1“ hinzugefügt.", "gather-new-collection-failed-toast": "Es gab ein Problem beim Erstellen deiner Sammlung „$1“.", "gather-add-failed-toast": "Es gab ein Problem beim Hinzufügen des Objekts zu deiner Sammlung „$1“.", + "gather-add-to-collection-summary": "Möchtest du $1 zu einer Sammlung hinzufügen?", + "gather-add-to-collection-confirm": "Zur Sammlung hinzufügen", + "gather-add-to-collection-cancel": "Nein danke", "gather-remove-toast": "Die Seite wurde von deiner Sammlung „$1“ entfernt.", "gather-desc": "Komponente des mobilen Frontends, die es Benutzern ermöglicht, Listen zu kuratieren", "gather-no-public-lists-title": "Keine öffentlichen Sammlungen", @@ -45,5 +53,8 @@ "gather-empty-footer": "Ich weiß nicht, wie du hierher gekommen bist, aber dies ist ein schlechter Ort.", "gather-edit-button": "Bearbeiten", "gather-delete-button": "Löschen", + "apihelp-gather-description": "Auflisten und Bearbeiten von Sammlungen.", + "apihelp-gather-param-gather": "Aktion, die auf die Sammlungen angewendet werden soll.", + "apihelp-gather-param-owner": "Nach Sammlungen dieses Benutzers suchen. Wird durch den aktuellen Benutzer ersetzt, wenn leer.", "apihelp-gather-example-1": "Die Sammlungen des Benutzers <kbd>john</kbd> auflisten." } diff --git a/i18n/es.json b/i18n/es.json index 9f4c5cb..968a047 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -29,6 +29,7 @@ "gather-desc": "Componente de Mobile Frontend que permite a los usuarios crear listas curadas.", "gather-no-public-lists-title": "Sin colecciones públicas", "gather-no-public-lists-description": "No existen colecciones públicas para este usuario.", + "gather-page-not-found": "Página no encontrada", "gather-anon-view-lists": "Debes iniciar sesión para ver tus colecciones.", "gather-watchlist-title": "Lista de seguimiento", "gather-watchlist-description": "Una lista de páginas que me interesan.", diff --git a/i18n/hi.json b/i18n/hi.json new file mode 100644 index 0000000..c3421ae --- /dev/null +++ b/i18n/hi.json @@ -0,0 +1,11 @@ +{ + "@metadata": { + "authors": [ + "Phoenix303" + ] + }, + "gather-delete-collection-delete-label": "हटाएँ", + "gather-delete-collection-cancel-label": "रद्द करें", + "gather-public": "सार्वजनिक", + "gather-delete-button": "हटाएँ" +} diff --git a/i18n/ksh.json b/i18n/ksh.json index 6314200..a6eb7ac 100644 --- a/i18n/ksh.json +++ b/i18n/ksh.json @@ -4,6 +4,10 @@ "Purodha" ] }, + "gather-lists-collection-owner": "Besetzer", + "gather-lists-collection-title": "Övverschreff", + "gather-lists-collection-description": "Wadd ess et?", + "gather-lists-collection-count": "Aanzahl", "gather-edit-collection-heading": "Sammlong ändere", "gather-edit-collection-label-name": "Nahme", "gather-edit-collection-label-privacy": "Prefahte Sammlong", @@ -24,6 +28,9 @@ "gather-add-toast": "Di Sigg es in Dinge Sammlong „$1“ jedonn.", "gather-new-collection-failed-toast": "E Problehm es opjetrodde dohbei, Ding Sammlong mem Nahme „$1“ aanzejähje.", "gather-add-failed-toast": "E Problehm es opjetrodde dohbei, dadd Objägg en Ding Sammlong mem Nahme „$1“ ze donn.", + "gather-add-to-collection-summary": "Wells De di Sigg „$1“ en en Sammlong donn?", + "gather-add-to-collection-confirm": "Dobei donn", + "gather-add-to-collection-cancel": "Nää, dat welle mer nit", "gather-desc": "Aandeil för et Projramm för Mobihljerähte för de eije Leßte ze beärbeide.", "gather-no-public-lists-title": "Kein öffentlesche Sammlonge", "gather-no-public-lists-description": "mer han kein öffentlesche Sammlonge för heh dä Metmaacher.", diff --git a/i18n/lb.json b/i18n/lb.json index 1ae51d8..9b88154 100644 --- a/i18n/lb.json +++ b/i18n/lb.json @@ -12,6 +12,7 @@ "gather-delete-collection-delete-label": "Läschen", "gather-delete-collection-cancel-label": "Ofbriechen", "gather-create-new-button-label": "Uleeën", + "gather-page-not-found": "Säit net fonnt", "gather-watchlist-title": "Iwwerwaachungslëscht", "gather-watchlist-description": "Eng Lëscht vu Säiten un deenen ech interesséiert sinn.", "gather-lists-title": "Sammlungen", diff --git a/i18n/lt.json b/i18n/lt.json new file mode 100644 index 0000000..4a295a7 --- /dev/null +++ b/i18n/lt.json @@ -0,0 +1,35 @@ +{ + "@metadata": { + "authors": [ + "Pofka" + ] + }, + "gather-lists-collection-owner": "Savininkas", + "gather-lists-collection-title": "Pavadinimas", + "gather-lists-collection-description": "Aprašymas", + "gather-lists-collection-count": "Skaičiuoti", + "gather-edit-collection-heading": "Redaguoti kolekciją", + "gather-edit-collection-label-name": "Pavadinimas", + "gather-edit-collection-label-description": "Aprašymas", + "gather-edit-collection-label-privacy": "Privati kolekcija", + "gather-edit-collection-save-label": "Atlikta", + "gather-edit-collection-failed-error": "Išsaugant pakeitimus įvyko klaida.", + "gather-delete-collection-confirm": "Ar tikrai norite ištrinti šią kolekciją?", + "gather-delete-collection-heading": "Ištrinti kolekcija", + "gather-delete-collection-delete-label": "Ištrinti", + "gather-delete-collection-cancel-label": "Atšaukti", + "gather-delete-collection-success": "Kolekcija buvo sėkmingai ištrinta.", + "gather-delete-collection-failed-error": "Ištrinant kolekciją įvyko klaida.", + "gather-error-unknown-collection": "Norimos redaguoti kolekcijos rasti nepavyko.", + "gather-collection-member": "Yra kolekcijos dalis.", + "gather-collection-non-member": "Nėra kolekcijos dalis", + "gather-create-new-button-label": "Sukurti", + "gather-add-to-existing": "Pridėti į egzistuojančią kolekciją", + "gather-add-to-collection-confirm": "Pridėti į kolekciją", + "gather-add-to-collection-cancel": "Ne, ačiū", + "gather-no-public-lists-title": "Nėra viešų kolekcijų", + "gather-page-not-found": "Puslapis nerastas", + "gather-public": "Viešas", + "gather-edit-button": "Redaguoti", + "gather-delete-button": "Ištrinti" +} diff --git a/i18n/mk.json b/i18n/mk.json index 27b7856..a7e506b 100644 --- a/i18n/mk.json +++ b/i18n/mk.json @@ -4,6 +4,10 @@ "Bjankuloski06" ] }, + "gather-lists-collection-owner": "Сопственик", + "gather-lists-collection-title": "Наслов", + "gather-lists-collection-description": "Опис", + "gather-lists-collection-count": "Број", "gather-edit-collection-heading": "Уреди збирка", "gather-edit-collection-label-name": "Име", "gather-edit-collection-label-description": "Опис", @@ -27,6 +31,9 @@ "gather-add-toast": "Страницата е додадена во вашата збирка „$1“.", "gather-new-collection-failed-toast": "Се јави проблем при создавањето на вашата збирка „$1“.", "gather-add-failed-toast": "Се јави проблем при додавањето на ставката во вашата збирка „$1“.", + "gather-add-to-collection-summary": "Дали би сакале да ја додадете $1 во збирката?", + "gather-add-to-collection-confirm": "Додај во збирка", + "gather-add-to-collection-cancel": "Не, благодарам", "gather-remove-toast": "Страницата е отстранета од вашата збирка „$1“.", "gather-desc": "Дел од мобилниот посредник што им овозможува на корисниците да кустосуваат со списоци.", "gather-no-public-lists-title": "Нема јавни збирки", diff --git a/i18n/pt.json b/i18n/pt.json index f566764..55b47d2 100644 --- a/i18n/pt.json +++ b/i18n/pt.json @@ -10,6 +10,7 @@ "gather-edit-collection-label-privacy": "Coleção privada", "gather-edit-collection-save-label": "Feito", "gather-edit-collection-failed-error": "Ocorreu um problema ao gravar as alterações.", + "gather-delete-collection-delete-label": "Eliminar", "gather-delete-collection-cancel-label": "Cancelar", "gather-collection-member": "É membro da coleção.", "gather-collection-non-member": "Não é membro da coleção.", @@ -22,12 +23,14 @@ "gather-remove-toast": "A página foi removida da sua coleção \"$1\".", "gather-desc": "Componente da extensão Mobile Frontend que permite aos utilizadores organizarem listas.", "gather-no-public-lists-title": "Sem coleções públicas", + "gather-page-not-found": "Página não encontrada", "gather-anon-view-lists": "Precisa de iniciar sessão para ver as suas Coleções", "gather-watchlist-title": "Páginas vigiadas", "gather-watchlist-description": "Lista de páginas que me interessam.", "gather-lists-title": "Coleções", "gather-read-more": "Ler mais", "gather-private": "Privado", + "gather-public": "Pública", "gather-article-count": "$1 {{PLURAL:$1|artigo|artigos}}", "gather-empty": "Nenhuma nesta coleção ainda...", "gather-empty-footer": "Não sei como chegou aqui, mas este é um lugar triste.", diff --git a/i18n/qqq.json b/i18n/qqq.json index 0380b4c..9b345d9 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -30,11 +30,11 @@ "gather-add-to-new": "Heading that shows in the watchstar content overlay above a form to create a new collection.", "gather-add-to-existing": "Heading that shows in the watchstar content overlay above a list of your existing collections.", "gather-add-toast": "Message displayed when you add an item to a collection. Parameters:\n* $1 - Name of collection.", - "gather-add-to-collection-summary": "Text for a tutorial overlay presented to a user the first time they see the collections watchstar asking them if they would like to add the current page to a collection.\n\nParameters:\n* $1 - page title\n", - "gather-add-to-collection-confirm": "Label for button that user can click if they would like to add the current page to a collection", - "gather-add-to-collection-cancel": "Label for button that user can click if they do not want to add to a collection.\n{{Identical|No thanks}}", "gather-new-collection-failed-toast": "Message displayed when creating a new collection fails. Parameters:\n* $1 - Name of collection.", "gather-add-failed-toast": "Message displayed when adding an item to a collection fails. Parameters:\n* $1 - Name of collection.", + "gather-add-to-collection-summary": "Text for a tutorial overlay presented to a user the first time they see the collections watchstar asking them if they would like to add the current page to a collection.\n\nParameters:\n* $1 - page title", + "gather-add-to-collection-confirm": "Label for button that user can click if they would like to add the current page to a collection", + "gather-add-to-collection-cancel": "Label for button that user can click if they do not want to add to a collection.\n{{Identical|No thanks}}", "gather-remove-toast": "Message displayed when you remove an item from a collection. Parameters:\n* $1 - Name of collection.", "gather-desc": "{{desc|name=Gather|url=https://www.mediawiki.org/wiki/Extension:Gather}}", "gather-no-public-lists-title": "Note: Experimental feature. Messages and UI may change radically at any time. Translate at your own risk.\n The title of the view shown when there are no public collections for a user", -- To view, visit https://gerrit.wikimedia.org/r/198327 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2308e2c405403981cf51c04c907e1c8b4ad1a2e6 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Gather Gerrit-Branch: master Gerrit-Owner: L10n-bot <[email protected]> Gerrit-Reviewer: L10n-bot <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
