github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/public/libs/toopay-bootstrap-markdown/locale/bootstrap-markdown.nl.js (about)

     1  /**
     2   * Dutch translation for bootstrap-markdown
     3   * Jeroen Thora <jeroenthora@gmail.com>
     4   */
     5  ;(function($){
     6    $.fn.markdown.messages['nl'] = {
     7      'Bold': "Vet",
     8      'Italic': "Cursief",
     9      'Heading': "Titel",
    10      'URL/Link': "URL/Link",
    11      'Image': "Afbeelding",
    12      'List': "Lijst",
    13      'Preview': "Voorbeeld",
    14      'strong text': "vet gedrukte tekst",
    15      'emphasized text': "schuin gedrukte tekst",
    16      'heading text': "Titel",
    17      'enter link description here': "Voer een link beschrijving in",
    18      'Insert Hyperlink': "Voer een http link in",
    19      'enter image description here': "Voer een afbeelding beschrijving in",
    20      'Insert Image Hyperlink': "Voer een afbeelding link in",
    21      'enter image title here': "Voer de afbeelding titel in",
    22      'list text here': "lijst item"
    23    };
    24  }(jQuery))