20 lines
681 B
JavaScript
20 lines
681 B
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("pt-PT", {
|
|
"Formula": "F\xf3rmula",
|
|
"Inline with text": "Em linha com o texto",
|
|
"Insert/Edit Math": "Inserir/Editar matem\xe1tica",
|
|
"Insert/Edit math": "Inserir/Editar matem\xe1tica",
|
|
"LaTeX": "LaTeX",
|
|
"Language": "Idioma",
|
|
"Math...": "Matem\xe1tica...",
|
|
"Preview": "Pr\xe9-visualizar",
|
|
"Text Wrap": "Quebra de texto",
|
|
"Text above and below": "Texto acima e abaixo"
|
|
});
|
|
|
|
console.warn('TinyMCE language code "pt_PT" is deprecated, please use "pt-PT" instead.'); |