27 lines
860 B
JavaScript
27 lines
860 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", {
|
|
"Advanced Sort": "Ordenar Avan\xe7ado",
|
|
"Advanced sort...": "Ordenar avan\xe7ado...",
|
|
"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": "Ordenar",
|
|
"Sort by": "Ordenar por",
|
|
"Sort table by column ascending": "Ordenar tabela por coluna ascendente",
|
|
"Sort table by column descending": "Ordenar tabela por coluna descendente",
|
|
"Table": "Tabela"
|
|
}); |