17 lines
624 B
JavaScript
17 lines
624 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", {
|
|
"Embed iframe": "Incorporar iframe",
|
|
"Enable scrollbar": "Habilitar barra de rolagem",
|
|
"Insert/edit iframe": "Inserir/editar iframe",
|
|
"Long description URL": "URL completo",
|
|
"Page Embed": "Incorpora\xe7\xe3o de p\xe1gina",
|
|
"Scrollbar": "Barra de rolagem",
|
|
"Show iframe border": "Mostrar borda do iframe"
|
|
});
|
|
|
|
console.warn('TinyMCE language code "pt_BR" is deprecated, please use "pt-BR" instead.'); |