pt-br.js

来自「国外很不错的一个开源OA系统Group-Office」· JavaScript 代码 · 共 67 行

JS
67
字号
// I18N constants// LANG: "en", ENCODING: UTF-8 | ISO-8859-1// Author: Mihai Bazon, http://dynarch.com/mishoo// FOR TRANSLATORS:////   1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE//      Tradutor: Rafael Gross rafaeltgross@gmail.com//			//   2. PLEASE TRY TO USE UTF-8 FOR ENCODING;//      (if this is not possible, please include a comment//       that states what encoding is necessary.)ContextMenu.I18N = {	// Items that appear in menu.  Please note that an underscore (_)	// character in the translation (right column) will cause the following	// letter to become underlined and be shortcut for that menu option.	"Cut"                                                   : "Recortar",	"Copy"                                                  : "Copiar",	"Paste"                                                 : "Colar",	"Image Properties"                                      : "Propiedades da imagem...",	"Modify Link"                                           : "Modicar Link...",	"Check Link"                                            : "Checar Link...",	"Remove Link"                                           : "Remover Link...",	"Cell Properties"                                       : "Propiedades da célula...",	"Row Properties"                                        : "Propiedades da linha...",	"Insert Row Before"                                     : "Inserir linha antes",	"Insert Row After"                                      : "Inserir linha depois",	"Delete Row"                                            : "Apagar linha",	"Table Properties"                                      : "Propiedades da tabela...",	"Insert Column Before"                                  : "Inserir coluna antes",	"Insert Column After"                                   : "Inserir coluna depois",	"Delete Column"                                         : "Apagar coluna",	"Justify Left"                                          : "Justificar a esquerda",	"Justify Center"                                        : "Justificar no centro",	"Justify Right"                                         : "Justificar a direita",	"Justify Full"                                          : "Justificação total",	"Make link"                                             : "Fazer link...",	"Remove the"                                            : "Remover o",	"Element"                                               : "Elemento...",	// Other labels (tooltips and alert/confirm box messages)	"Please confirm that you want to remove this element:"  : "Favor confirmar remoção deste elemento:",	"Remove this node from the document"                    : "Remover este nó do documento",	"How did you get here? (Please report!)"                : "Como você começou aqui ? (Favor reporte!)",	"Show the image properties dialog"                      : "Mostrar o diálogo das propriedades da imagem ",	"Modify URL"                                            : "Modificar URL",	"Current URL is"                                        : "URL atual é",	"Opens this link in a new window"                       : "Abrir este link em uma nova janela",	"Please confirm that you want to unlink this element."  : "Favor confirme a remoção do link para este elemento.",	"Link points to:"                                       : "Link aponta para:",	"Unlink the current element"                            : "desfazer link para o elemento atual",	"Show the Table Cell Properties dialog"                 : "Mostrar as propiedades desta célula de tabela",	"Show the Table Row Properties dialog"                  : "Mostrar as propiedades desta linha de tabela",	"Insert a new row before the current one"               : "Inserir nova linha antes da atual",	"Insert a new row after the current one"                : "Inserir nova linha depois da atual",	"Delete the current row"                                : "Apagar linha atual",	"Show the Table Properties dialog"                      : "Mostrar as propiedades da tabela",	"Insert a new column before the current one"            : "Inserir nova coluna antes da atual",	"Insert a new column after the current one"             : "Inserir nova coluna depois da atual",	"Delete the current column"                             : "Apagar coluna atual",	"Create a link"                                         : "Criar um link"};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?