27 lines
900 B
JavaScript
27 lines
900 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", {
|
|
"Advanced Sort": "Classifica\xe7\xe3o Avan\xe7ada",
|
|
"Advanced sort...": "Classifica\xe7\xe3o avan\xe7ada...",
|
|
"Alpha": "Alfab\xe9tica",
|
|
"Ascending": "Ascendente",
|
|
"Column": "Coluna",
|
|
"Column {0}": "Coluna {0}",
|
|
"Descending": "Descendente",
|
|
"None": "Nenhum",
|
|
"Numeric": "Num\xe9rica",
|
|
"Order": "Ordem",
|
|
"Row": "Linha",
|
|
"Row numbering": "Numera\xe7\xe3o de linhas",
|
|
"Row {0}": "Linha {0}",
|
|
"Selection": "Sele\xe7\xe3o",
|
|
"Sort": "Classificar",
|
|
"Sort by": "Classificar por",
|
|
"Sort table by column ascending": "Classificar tabela por coluna ascendente",
|
|
"Sort table by column descending": "Classificar tabela por coluna descendente",
|
|
"Table": "Tabela"
|
|
}); |