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