All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
package.dist.esm.i18n.nb-no.js Maven / Gradle / Ivy
/**
* @toast-ui/editor : i18n
* @version 3.1.10 | Wed Jul 27 2022
* @author NHN Cloud FE Development Lab
* @license MIT
*/
import Editor from '@toast-ui/editor';
/**
* @fileoverview I18N for Norwegian
* @author Anton Reytarovskiy
*/
Editor.setLanguage(['nb', 'nb-NO'], {
Markdown: 'Funksjonaliteter',
WYSIWYG: 'WYSIWYG',
Write: 'Skriv',
Preview: 'Forhåndsvisning',
Headings: 'Overskrift',
Paragraph: 'Paragraf',
Bold: 'Fet skrift',
Italic: 'Italic',
Strike: 'Strike',
Code: 'Kode',
Line: 'Linje',
Blockquote: 'Blokksitat',
'Unordered list': 'Usortert liste',
'Ordered list': 'Sortert liste',
Task: 'Task',
Indent: 'Indent',
Outdent: 'Outdent',
'Insert link': 'Sett inn lenke',
'Insert CodeBlock': 'Sett inn CodeStreng',
'Insert table': 'Sett inn diagram',
'Insert image': 'Sett inn bilde',
Heading: 'Overskrift',
'Image URL': 'BildeURL',
'Select image file': 'Velg bildefil',
'Choose a file': 'Velg en fil',
'No file': 'Ingen fil',
Description: 'Beskrivelse',
OK: 'OK',
More: 'Mer',
Cancel: 'Angre',
File: 'Fil',
URL: 'URL',
'Link text': 'Lenketekst',
'Add row to up': 'Legg rad til opp',
'Add row to down': 'Legg rad til ned',
'Add column to left': 'Legg til kolonne til venstre',
'Add column to right': 'Legg til kolonne til høyre',
'Remove row': 'Fjern rad',
'Remove column': 'Fjern kolonne',
'Align column to left': 'Venstreorienter',
'Align column to center': 'Senterorienter',
'Align column to right': 'Høyreorienter',
'Remove table': 'Fjern diagram',
'Would you like to paste as table?': 'Ønsker du å lime inn som et diagram?',
'Text color': 'Tekstfarge',
'Auto scroll enabled': 'Auto-scroll aktivert',
'Auto scroll disabled': 'Auto-scroll deaktivert',
'Choose language': 'Velg språl',
});