From 6659b46e02350fb4162f5031f46d4935f045aa74 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 12:17:09 +0200 Subject: [PATCH] Update langs 2023-08-28 (#45) Co-authored-by: mklkj --- composer.json | 2 +- langs6/de.js | 2 +- langs6/et.js | 4 ++-- langs6/nb_NO.js | 16 ++++++++-------- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index f274bbe..8422906 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mklkj/tinymce-i18n", - "version": "23.8.14", + "version": "23.8.28", "description": "Languages for TinyMCE 4, 5 and 6", "keywords": [ "i18n", diff --git a/langs6/de.js b/langs6/de.js index 32b91fe..70d57df 100644 --- a/langs6/de.js +++ b/langs6/de.js @@ -1,5 +1,5 @@ tinymce.addI18n("de", { - "Redo": "Wiederholen", + "Redo": "Redo", "Undo": "R\xfcckg\xe4ngig machen", "Cut": "Ausschneiden", "Copy": "Kopieren", diff --git a/langs6/et.js b/langs6/et.js index fb9adfe..49fb0fc 100644 --- a/langs6/et.js +++ b/langs6/et.js @@ -46,7 +46,7 @@ tinymce.addI18n("et", { "Blocks": "Plokid", "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Kleepimine on n\xfc\xfcd lihtteksti re\u017eiimis. Sisu kleebitakse lihttekstina seni, kuni Sa selle valiku v\xe4lja l\xfclitad.", "Fonts": "Fondid", - "Font sizes": "", + "Font sizes": "Fondi suurused", "Class": "Klass", "Browse for an image": "Sirvi pilte", "OR": "V\xd5I", @@ -396,7 +396,7 @@ tinymce.addI18n("et", { "List Properties": "", "List properties...": "", "Start list at number": "", - "Line height": "", + "Line height": "Reak\xf5rgus", "Dropped file type is not supported": "", "Loading...": "", "ImageProxy HTTP error: Rejected request": "", diff --git a/langs6/nb_NO.js b/langs6/nb_NO.js index 31d7e41..547eb54 100644 --- a/langs6/nb_NO.js +++ b/langs6/nb_NO.js @@ -46,7 +46,7 @@ tinymce.addI18n("nb_NO", { "Blocks": "Blokker", "Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.": "Lim inn er n\xe5 i ren tekst-modus. Kopiert innhold vil bli limt inn som ren tekst inntil du sl\xe5r av dette valget.", "Fonts": "Fonter", - "Font sizes": "Font st\xf8rrelse", + "Font sizes": "Fontst\xf8rrelser", "Class": "Klasse", "Browse for an image": "S\xf8k etter bilde", "OR": "QR", @@ -72,7 +72,7 @@ tinymce.addI18n("nb_NO", { "You have unsaved changes are you sure you want to navigate away?": "Du har ikke arkivert endringene. Vil du fortsette uten \xe5 arkivere?", "Restore last draft": "Gjenopprett siste utkast", "Special character...": "Spesialtegn...", - "Special Character": "Spesial tegn", + "Special Character": "Spesialtegn", "Source code": "Kildekode", "Insert/Edit code sample": "Sett inn / endre kodeeksempel", "Language": "Spr\xe5k", @@ -192,9 +192,9 @@ tinymce.addI18n("nb_NO", { "Height": "H\xf8yde", "Cell spacing": "Celleavstand", "Cell padding": "Cellemarg", - "Row clipboard actions": "Rad utklippstavle handlinger", - "Column clipboard actions": "Kolonne utklippstavlehandlinger", - "Table styles": "Tabell stiler", + "Row clipboard actions": "Rad-utklippstavlehandlinger", + "Column clipboard actions": "Kolonne-utklippstavlehandlinger", + "Table styles": "Tabellstiler", "Cell styles": "Cellestiler", "Column header": "Kolonneoverskrift", "Row header": "Radoverskrift", @@ -317,9 +317,9 @@ tinymce.addI18n("nb_NO", { "yuan character": "yuan-symbol", "yuan character, in hong kong and taiwan": "yuan-symbol, i Hongkong og Taiwan", "yen/yuan character variant one": "yen/yuan-symbol variant en", - "Emojis": "Emojis", - "Emojis...": "Emojis...", - "Loading emojis...": "Laster emojis...", + "Emojis": "Emojier", + "Emojis...": "Emojier...", + "Loading emojis...": "Laster emojier...", "Could not load emojis": "Kunne ikke laste inn emojier", "People": "Mennesker", "Animals and Nature": "Dyr og natur", diff --git a/package-lock.json b/package-lock.json index ee15126..7f1ad20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tinymce-i18n", - "version": "23.8.7", + "version": "23.8.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tinymce-i18n", - "version": "23.8.7", + "version": "23.8.14", "license": "MIT", "devDependencies": { "js-beautify": "^1.14.3" diff --git a/package.json b/package.json index 83da2d9..c84825b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tinymce-i18n", - "version": "23.8.14", + "version": "23.8.28", "description": "Languages for TinyMCE 4, 5 and 6", "keywords": [ "i18n",