44 lines
1.3 KiB
JavaScript
44 lines
1.3 KiB
JavaScript
/*!
|
|
* TinyMCE Language Pack
|
|
*
|
|
* Copyright (c) 2024 Ephox Corporation DBA Tiny Technologies, Inc.
|
|
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
|
*/
|
|
tinymce.addI18n("sv-SE", {
|
|
"Accept": "Acceptera",
|
|
"Accept all": "Acceptera allt",
|
|
"Bulk actions": "Mass\xe5tg\xe4rder",
|
|
"Cancel": "Avbryt",
|
|
"Complete review": "Slutf\xf6r granskning",
|
|
"Delete": "Ta bort",
|
|
"Edit": "Redigera",
|
|
"Feedback actions": "Feedback\xe5tg\xe4rder",
|
|
"Provide feedback": "L\xe4mna feedback",
|
|
"Provide feedback...": "L\xe4mna feedback ...",
|
|
"Reject": "Avvisa",
|
|
"Reject all": "Avvisa allt",
|
|
"Revert": "\xc5terst\xe4ll",
|
|
"Revert all": "\xc5terst\xe4ll allt",
|
|
"Review edits": "Granska redigeringar",
|
|
"Save": "Spara",
|
|
"Show edits": "Visa redigeringar",
|
|
"added {0}": "har lagt till {0}",
|
|
"code block": "kodblock",
|
|
"comment": "kommentar",
|
|
"content": "inneh\xe5ll",
|
|
"deleted {0}": "har raderat {0}",
|
|
"heading": "rubrik",
|
|
"horizontal rule": "horisontell regel",
|
|
"image": "bild",
|
|
"line break": "radbrytning",
|
|
"list": "lista",
|
|
"list item": "listobjekt",
|
|
"modified {0}": "har \xe4ndrat {0}",
|
|
"paragraph": "paragraf",
|
|
"quote": "citat",
|
|
"replaced {0} with {1}": "har ersatt {0} med {1}",
|
|
"table": "tabell",
|
|
"text": "text"
|
|
});
|
|
|
|
console.warn('TinyMCE language code "sv_SE" is deprecated, please use "sv-SE" instead.'); |