pt-br.js
来自「国外很不错的一个开源OA系统Group-Office」· JavaScript 代码 · 共 93 行
JS
93 行
// 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// (at least a valid email address)// // Tradução: 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.)TableOperations.I18N = { "Align": "Alinhar", "All four sides": "Todos 4 lados", "Background": "Fundo", "Baseline": "Linha base", "Border": "Borda", "Borders": "Bordas", "Bottom": "Fundo", "CSS Style": "Estilo [CSS]", "Caption": "Captura", "Cell Properties": "Propiedades da Célula", "Center": "Centro", "Char": "Char", "Collapsed borders": "Bordas erradas", "Color": "Cor", "Description": "Descrição", "FG Color": "Cor FG", "Float": "Flutuador ", "Frames": "Frames", "Height": "Altura", "How many columns would you like to merge?": "Quantas colunas você quer juntar?", "How many rows would you like to merge?": "Quantas linhas você quer juntar?", "Image URL": "URL da imagem", "Justify": "Justificar", "Layout": "Layout", "Left": "Esquerda", "Margin": "Margem", "Middle": "Meio", "No rules": "Sem regras", "No sides": "sem lados", "None": "Nada", "Padding": "Estofamento", "Please click into some cell": "Favor clicar em uma célula", "Right": "Direita", "Row Properties": "Propiedades da linha", "Rules will appear between all rows and columns": "As réguas aparecerão entre todas as fileiras e colunas ", "Rules will appear between columns only": "As réguas aparecerão entre colunas somente ", "Rules will appear between rows only": "As réguas aparecerão entre linhas somente ", "Rules": "Réguas", "Spacing and padding": "Afastamento e estofamento ", "Spacing": "Afastamento", "Summary": "Sumário", "TO-cell-delete": "Apagar célula", "TO-cell-insert-after": "Introduzir a célula depois", "TO-cell-insert-before": "Introduzir a célula antes", "TO-cell-merge": "Juntar células", "TO-cell-prop": "Propiedades da célula", "TO-cell-split": "Célula rachada", "TO-col-delete": "Deletar coluna", "TO-col-insert-after": "Introduzir a coluna depois", "TO-col-insert-before": "Introduzir a coluna antes", "TO-col-split": "Rachar coluna", "TO-row-delete": "Deletar linha", "TO-row-insert-above": "Introduzir a linha acima", "TO-row-insert-under": "Introduzir a linha abaixo", "TO-row-prop": "Propiedades da linha", "TO-row-split": "Rachar linha", "TO-table-prop": "Propiedades da tabela", "Table Properties": "Propiedades da tabela", "Text align": "Alinhar texto", "The bottom side only": "Somente para o baixo", "The left-hand side only": "Somente para a esquerda", "The right and left sides only": "Para a direita e esquerda somente", "The right-hand side only": "Somente para a direita", "The top and bottom sides only": "Para cima e para baixo somente", "The top side only": "Para cima somente", "Top": "Topo", "Unset color": "Descelecionar cor", "Vertical align": "Alinhamento vertical", "Width": "Largura ", "not-del-last-cell": "AreaHTML recusa apagar a última célula na tabela.", "not-del-last-col": "AreaHTML recusa apagar a última coluna na tabela.", "not-del-last-row": "AreaHTML recusa apagar a última linha na tabela.", "percent": "porcento", "pixels": "pixels"};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?