diff --git a/composer.json b/composer.json index 76aeb06..eb68430 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mklkj/tinymce-i18n", - "version": "24.9.2", + "version": "24.9.9", "description": "Languages for TinyMCE 4, 5 and 6", "keywords": [ "i18n", diff --git a/langs7/bn_BD.js b/langs7/bn_BD.js index 436efd3..ba461d4 100644 --- a/langs7/bn_BD.js +++ b/langs7/bn_BD.js @@ -272,7 +272,7 @@ tinymce.addI18n("bn_BD", { "Preformatted": "\u09aa\u09c2\u09b0\u09cd\u09ac\u09ac\u09bf\u09a8\u09cd\u09af\u09be\u09b8\u09bf\u09a4", "Premium plugins:": "\u09aa\u09cd\u09b0\u09bf\u09ae\u09bf\u09af\u09bc\u09be\u09ae \u09aa\u09cd\u09b2\u09be\u0997\u0987\u09a8:", "Press the Up and Down arrow keys to resize the editor.": "", - "Press the arrow keys to resize the editor.": "", + "Press the arrow keys to resize the editor.": ".", "Press {0} for help": "", "Preview": "\u09aa\u09c2\u09b0\u09cd\u09ac\u09b0\u09c2\u09aa", "Previous": "\u09aa\u09c2\u09b0\u09cd\u09ac\u09ac\u09b0\u09cd\u09a4\u09c0", diff --git a/langs7/nl.js b/langs7/nl.js index f5e985c..f6d0876 100644 --- a/langs7/nl.js +++ b/langs7/nl.js @@ -1,9 +1,9 @@ tinymce.addI18n("nl", { "#": "#", "Accessibility": "Toegankelijkheid", - "Accordion": "", - "Accordion body...": "", - "Accordion summary...": "", + "Accordion": "Accordeon", + "Accordion body...": "Accordeon body...", + "Accordion summary...": "Accordeon samenvatting...", "Action": "Actie", "Activity": "Activiteit", "Address": "Adres", @@ -28,13 +28,13 @@ tinymce.addI18n("nl", { "Background color {0}": "Achtergrondkleur {0}", "Black": "Zwart", "Block": "Blok", - "Block {0}": "", + "Block {0}": "Blok {0}", "Blockquote": "Quote", "Blocks": "Blokken", "Blue": "Blauw", "Blue component": "Blauw component", "Body": "Body", - "Bold": "Vet", + "Bold": "Vetgedrukt", "Border": "Rand", "Border color": "Randkleur", "Border style": "Randstijl", @@ -95,7 +95,7 @@ tinymce.addI18n("nl", { "Date/time": "Datum/tijd", "Decrease indent": "Inspringing verkleinen", "Default": "Standaard", - "Delete accordion": "", + "Delete accordion": "Verwijder Accordeon", "Delete column": "Kolom verwijderen", "Delete row": "Rij verwijderen ", "Delete table": "Tabel verwijderen", @@ -179,7 +179,7 @@ tinymce.addI18n("nl", { "Inline": "Inline", "Insert": "Invoegen", "Insert Template": "Sjabloon invoegen", - "Insert accordion": "", + "Insert accordion": "Accordeon toevoegen", "Insert column after": "Kolom invoegen na", "Insert column before": "Kolom invoegen voor ", "Insert date/time": "Datum/tijd invoegen", @@ -245,7 +245,7 @@ tinymce.addI18n("nl", { "Numbered list": "Genummerde lijst", "OR": "OF", "Objects": "Objecten", - "Ok": "OK", + "Ok": "Ok", "Open help dialog": "Help-scherm openen", "Open link": "Open koppeling", "Open link in...": "Link openen in...", @@ -349,7 +349,7 @@ tinymce.addI18n("nl", { "The URL you entered seems to be an external link. Do you want to add the required https:// prefix?": "De ingevoerde URL verwijst naar een extern adres. Wilt u er het vereiste voorvoegsel https:// aan toevoegen?", "Title": "Titel", "To open the popup, press Shift+Enter": "Druk op Shift+Enter om de pop-up te openen", - "Toggle accordion": "", + "Toggle accordion": "Accordeon aan / uit zetten", "Tools": "Extra", "Top": "Boven", "Travel and Places": "Reizen en plaatsen", @@ -367,7 +367,7 @@ tinymce.addI18n("nl", { "Vertical align": "Verticaal uitlijnen", "Vertical space": "Verticale ruimte", "View": "Weergeven", - "Visual aids": " Visuele hulpmiddelen", + "Visual aids": "Visuele hulpmiddelen", "Warn": "Waarschuwen", "White": "Wit", "Width": "Breedte", diff --git a/package-lock.json b/package-lock.json index dfbf7bd..30e515f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tinymce-i18n", - "version": "24.9.2", + "version": "24.9.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tinymce-i18n", - "version": "24.9.2", + "version": "24.9.9", "license": "MIT", "devDependencies": { "js-beautify": "^1.14.11" diff --git a/package.json b/package.json index 0263a35..0536b0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tinymce-i18n", - "version": "24.9.2", + "version": "24.9.9", "description": "Languages for TinyMCE 4, 5, 6 and 7", "keywords": [ "i18n",