42 lines
1.3 KiB
JavaScript
42 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("ca", {
|
|
"Accept": "Accepta",
|
|
"Accept all": "Accepta-ho tot",
|
|
"Bulk actions": "Accions massives",
|
|
"Cancel": "Cancel\xb7la",
|
|
"Complete review": "Completa la revisi\xf3",
|
|
"Delete": "Suprimeix",
|
|
"Edit": "Edita",
|
|
"Feedback actions": "Accions de comentaris",
|
|
"Provide feedback": "Proporciona comentaris",
|
|
"Provide feedback...": "Proporciona comentaris...",
|
|
"Reject": "Rebutja",
|
|
"Reject all": "Rebutja-ho tot",
|
|
"Revert": "Reverteix",
|
|
"Revert all": "Reverteix-ho tot",
|
|
"Review edits": "Revisa les edicions",
|
|
"Save": "Desa",
|
|
"Show edits": "Mostra les edicions",
|
|
"added {0}": "s'ha afegit {0}",
|
|
"code block": "bloc de codi",
|
|
"comment": "comentari",
|
|
"content": "contingut",
|
|
"deleted {0}": "s'ha suprimit {0}",
|
|
"heading": "encap\xe7alament",
|
|
"horizontal rule": "regla horitzontal",
|
|
"image": "imatge",
|
|
"line break": "salt de l\xednia",
|
|
"list": "llista",
|
|
"list item": "element de la llista",
|
|
"modified {0}": "s'ha modificat {0}",
|
|
"paragraph": "par\xe0graf",
|
|
"quote": "citaci\xf3",
|
|
"replaced {0} with {1}": "s'ha substitu\xeft {0} per {1}",
|
|
"table": "taula",
|
|
"text": "text"
|
|
}); |