From 39783e901eb8b42678b8b813f616b68089b284e0 Mon Sep 17 00:00:00 2001 From: Translation updater bot Date: Thu, 15 Feb 2024 13:27:47 +0100 Subject: [PATCH] Localisation updates from https://translatewiki.net. Change-Id: Iefd780f09b6dac93a0b9bbba5f66ccddc4ebba1d --- i18n/de.json | 23 +++++++++++++++++++++++ i18n/ha.json | 23 +++++++++++++++++++++++ i18n/he.json | 34 ++++++++++++++++++++++++++++++++++ i18n/hi.json | 12 ++++++++++++ i18n/it.json | 4 ++++ i18n/kck.json | 40 ++++++++++++++++++++++++++++++++++++++++ i18n/sr-ec.json | 6 ++++++ i18n/yo.json | 10 ++++++++++ 8 files changed, 152 insertions(+) create mode 100644 i18n/ha.json create mode 100644 i18n/hi.json create mode 100644 i18n/kck.json create mode 100644 i18n/yo.json diff --git a/i18n/de.json b/i18n/de.json index 57aa0012..4043fe2c 100644 --- a/i18n/de.json +++ b/i18n/de.json @@ -15,10 +15,33 @@ "codemirror-previous": "vorherige", "codemirror-all": "alle", "codemirror-match-case": "groß/klein beachten", + "codemirror-regexp": "regulärer Ausdruck", "codemirror-by-word": "ganze Wörter", "codemirror-replace": "ersetzen", "codemirror-replace-placeholder": "Ersetzen", "codemirror-replace-all": "alle ersetzen", "codemirror-control-character": "Steuerzeichen $1", + "codemirror-special-char-null": "Nullzeichen", + "codemirror-special-char-backspace": "Rücktaste", + "codemirror-special-char-newline": "Neue Zeile", + "codemirror-special-char-vertical-tab": "Vertikaler Tab", + "codemirror-special-char-carriage-return": "Wagenrücklauf", + "codemirror-special-char-escape": "Escape-Zeichen", + "codemirror-special-char-nbsp": "Nicht-umbrechendes Leerzeichen", + "codemirror-special-char-zero-width-space": "Leerzeichen mit Nullbreite", + "codemirror-special-char-zero-width-non-joiner": "Nicht-Joiner mit Nullbreite", + "codemirror-special-char-zero-width-joiner": "Joiner mit Nullbreite", + "codemirror-special-char-left-to-right-mark": "Markierung für Schreibrichtung LTR", + "codemirror-special-char-right-to-left-mark": "Markierung für Schreibrichtung RTL", + "codemirror-special-char-line-separator": "Zeilen-Trennzeichen", + "codemirror-special-char-left-to-right-override": "LTR-Override", + "codemirror-special-char-right-to-left-override": "RTL-Override", + "codemirror-special-char-narrow-nbsp": "Schmales geschütztes Leerzeichen", + "codemirror-special-char-left-to-right-isolate": "Von links nach rechts isolieren", + "codemirror-special-char-right-to-left-isolate": "Von rechts nach links isolieren", + "codemirror-special-char-pop-directional-isolate": "Pop-Richtungsisolation", + "codemirror-special-char-paragraph-separator": "Absatztrennzeichen", + "codemirror-special-char-zero-width-no-break-space": "Wortverbinder", + "codemirror-special-char-object-replacement": "Ersetzungszeichen für Objekt", "prefs-accessibility": "Barrierefreiheit" } diff --git a/i18n/ha.json b/i18n/ha.json new file mode 100644 index 00000000..f987b378 --- /dev/null +++ b/i18n/ha.json @@ -0,0 +1,23 @@ +{ + "@metadata": { + "authors": [ + "Ummabruka" + ] + }, + "codemirror-find": "Nemo", + "codemirror-next": "Nagaba", + "codemirror-all": "Duka", + "codemirror-match-case": "Daidaituwar lamari", + "codemirror-replace": "Maye gurbi", + "codemirror-replace-all": "Mayar da gurbin duka", + "codemirror-special-char-backspace": "Gogewa", + "codemirror-special-char-newline": "\nSabon jeri", + "codemirror-special-char-vertical-tab": "Shafin Dake fitowa a tasye", + "codemirror-special-char-nbsp": "Tazara mara yankewa", + "codemirror-special-char-left-to-right-mark": "Alamar hagu zuwa dama", + "codemirror-special-char-right-to-left-mark": "Alama daga dama zuwa hagu", + "codemirror-special-char-left-to-right-override": " Shafewa daga hagu zuwa dama", + "codemirror-special-char-left-to-right-isolate": "Kebe hagu zuwa dama", + "codemirror-special-char-right-to-left-isolate": "Kebe Daman xuwa hagu", + "codemirror-special-char-paragraph-separator": "Mai raba dakin layi" +} diff --git a/i18n/he.json b/i18n/he.json index 408c2569..4b98ce8e 100644 --- a/i18n/he.json +++ b/i18n/he.json @@ -9,5 +9,39 @@ "codemirror-toggle-label": "צביעת תחביר", "codemirror-prefs-colorblind": "להפעיל ערכת צבעים ידידותית לעיוורי־צבעים בצביעת קוד בעריכת קוד ויקי", "codemirror-prefs-colorblind-help": "אם מופעל אצלך גאדג'ט לצביעת קוד, ההעדפה הזאת לא תעבוד", + "codemirror-find": "למצוא", + "codemirror-next": "הבאה", + "codemirror-previous": "הקודמת", + "codemirror-all": "הכול", + "codemirror-match-case": "התאמת רישיות", + "codemirror-regexp": "ביטוי רגולרי", + "codemirror-by-word": "לפי מילה", + "codemirror-replace": "להחליף", + "codemirror-replace-placeholder": "החלפה", + "codemirror-replace-all": "להחליף הכול", + "codemirror-control-character": "תו בקרה $1", + "codemirror-special-char-null": "תו ריק", + "codemirror-special-char-bell": "תו פעמון", + "codemirror-special-char-backspace": "מקש בקספייס", + "codemirror-special-char-newline": "שורה חדשה", + "codemirror-special-char-vertical-tab": "טאב מאונך", + "codemirror-special-char-carriage-return": "חזרת גרר (carriage return)", + "codemirror-special-char-escape": "תו חילוף", + "codemirror-special-char-nbsp": "רווח ללא מעבר שורה", + "codemirror-special-char-zero-width-space": "רווח ברוחב אפס", + "codemirror-special-char-zero-width-non-joiner": "תו הפרדה ברוחב אפס", + "codemirror-special-char-zero-width-joiner": "תו צירוף ברוחב אפס", + "codemirror-special-char-left-to-right-mark": "סימן שמאל לימין", + "codemirror-special-char-right-to-left-mark": "סימן ימין לשמאל", + "codemirror-special-char-line-separator": "מפריד שורות", + "codemirror-special-char-left-to-right-override": "דריסת שמאל לימין", + "codemirror-special-char-right-to-left-override": "דריסת ימין לשמאל", + "codemirror-special-char-narrow-nbsp": "רווח צר ללא מעבר שורה", + "codemirror-special-char-left-to-right-isolate": "בידוד משמאל לימין", + "codemirror-special-char-right-to-left-isolate": "בידוד מימין לשמאל", + "codemirror-special-char-pop-directional-isolate": "שליפת בידוד כיווניות", + "codemirror-special-char-paragraph-separator": "מפריד פסקאות", + "codemirror-special-char-zero-width-no-break-space": "מצרף מילים", + "codemirror-special-char-object-replacement": "תו החלפת עצם", "prefs-accessibility": "נגישות" } diff --git a/i18n/hi.json b/i18n/hi.json new file mode 100644 index 00000000..8ca92d10 --- /dev/null +++ b/i18n/hi.json @@ -0,0 +1,12 @@ +{ + "@metadata": { + "authors": [ + "Abijeet Patro" + ] + }, + "codemirror-find": "खोजें", + "codemirror-next": "अगला", + "codemirror-previous": "पिछला", + "codemirror-all": "सभी", + "codemirror-replace-placeholder": "बदलें" +} diff --git a/i18n/it.json b/i18n/it.json index 423a61f9..bc88b562 100644 --- a/i18n/it.json +++ b/i18n/it.json @@ -10,5 +10,9 @@ "codemirror-toggle-label": "Evidenziazione della sintassi", "codemirror-prefs-colorblind": "Attiva una combinazione di colori per daltonici per l'evidenziazione della sintassi del wikitesto", "codemirror-prefs-colorblind-help": "Questa preferenza non funziona se usi un accessorio per l'evidenziazione della sintassi.", + "codemirror-find": "Trova", + "codemirror-regexp": "espressione regolare", + "codemirror-replace": "sostituisci", + "codemirror-replace-all": "sostituisci tutto", "prefs-accessibility": "Accessibilità" } diff --git a/i18n/kck.json b/i18n/kck.json new file mode 100644 index 00000000..3a72dbc9 --- /dev/null +++ b/i18n/kck.json @@ -0,0 +1,40 @@ +{ + "@metadata": { + "authors": [ + "MthulisiNcube" + ] + }, + "codemirror-find": "Wana", + "codemirror-next": "kunotebela", + "codemirror-previous": "hule", + "codemirror-all": "kose", + "codemirror-match-case": "kunofanana khesi", + "codemirror-regexp": "Rigesipi", + "codemirror-by-word": "nde bala", + "codemirror-replace": "Mmisa", + "codemirror-replace-placeholder": "Mmisa", + "codemirror-replace-all": "mmisa kose", + "codemirror-control-character": "Lawula bunhu $1", + "codemirror-special-char-null": "Bheli bala", + "codemirror-special-char-bell": "Bheli bala", + "codemirror-special-char-backspace": "Bhekispesi", + "codemirror-special-char-newline": "Layini itshwa", + "codemirror-special-char-vertical-tab": "thebhu imile", + "codemirror-special-char-carriage-return": "Kheriyegi retheni", + "codemirror-special-char-escape": "tjuluka bala", + "codemirror-special-char-nbsp": "Sipeyisi sisingapalalanyiwe", + "codemirror-special-char-zero-width-space": "Zero - bupabi sipeyisi", + "codemirror-special-char-zero-width-non-joiner": "Zero - bupabi kusingahanganye", + "codemirror-special-char-zero-width-joiner": "Zero - bupabi kusingahanganye", + "codemirror-special-char-left-to-right-mark": "Lumehho - kuyenda - kuludli nyola", + "codemirror-special-char-right-to-left-mark": "Ludli - kuyenda - kulumehho nyola", + "codemirror-special-char-line-separator": "Kunopalalanya layini", + "codemirror-special-char-left-to-right-override": "Lumehho - kuyenda - kuludli kuhhaligwa", + "codemirror-special-char-right-to-left-override": "Ludli - kuyenda - kulumehho ukodusa kuyapo", + "codemirror-special-char-narrow-nbsp": "Kutehlanana sipesi tjisazohhalilika", + "codemirror-special-char-left-to-right-isolate": "Lumehho - kuyenda - kuludli ayisolethe", + "codemirror-special-char-right-to-left-isolate": "Ludli - kuyenda - Kulumehho ayisolethi", + "codemirror-special-char-pop-directional-isolate": "Phophu kwayinolakidza ayisolethi", + "codemirror-special-char-paragraph-separator": "Kunopaladza pharagrafu", + "codemirror-special-char-zero-width-no-break-space": "Kunohanganya Bala" +} diff --git a/i18n/sr-ec.json b/i18n/sr-ec.json index 6b9a3962..5e0c64f0 100644 --- a/i18n/sr-ec.json +++ b/i18n/sr-ec.json @@ -9,5 +9,11 @@ }, "codemirror-desc": "Омогућава истицање синтаксе у уређивачу викитекста", "codemirror-toggle-label": "Истицање синтаксе", + "codemirror-find": "Пронађи", + "codemirror-next": "следеће", + "codemirror-all": "све", + "codemirror-regexp": "регекс", + "codemirror-replace": "замени", + "codemirror-replace-placeholder": "Замени", "prefs-accessibility": "Приступачност" } diff --git a/i18n/yo.json b/i18n/yo.json new file mode 100644 index 00000000..4acf205a --- /dev/null +++ b/i18n/yo.json @@ -0,0 +1,10 @@ +{ + "@metadata": { + "authors": [ + "BigDareLibrary" + ] + }, + "codemirror-special-char-backspace": "Aye afẹyinti", + "codemirror-special-char-right-to-left-isolate": "Iyasọtọ-si-osi.", + "codemirror-special-char-object-replacement": "Ohun kikọ rirọpo." +}