pt-br.js
来自「国外很不错的一个开源OA系统Group-Office」· JavaScript 代码 · 共 39 行
JS
39 行
// 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)// Translator: 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.)SpellChecker.I18N = { "CONFIRM_LINK_CLICK" : "Favor confirme se você quer abrir este link", "Cancel" : "Cancelar", "Dictionary" : "Dicionário", "Finished list of mispelled words" : "Correção terminada", "I will open it in a new page." : "Eu abrirei isto em uma nova página.", "Ignore all" : "Ignorar tudo", "Ignore" : "Ignorar", "NO_ERRORS" : "Não foi encontrada nenhuma palavra incorreta com o dicionário selecionado.", "NO_ERRORS_CLOSING" : "Correção ortográfica completa, não encontrou nenhuma palavra incorreta. fechando agora...", "OK" : "OK", "Original word" : "Palavra original", "Please wait. Calling spell checker." : "Favor esperar. Abrindo o corretor ortográfico.", "Please wait: changing dictionary to" : "Favor esperar: mudando dicionário para", "QUIT_CONFIRMATION" : "Isto irá perder as alterações e sair do corretor ortográfico. favor confirmar.", "Re-check" : "Re-checar", "Replace all" : "Substituir tudo", "Replace with" : "Substituir com", "Replace" : "Substituir", "Revert" : "Reverter", "SC-spell-check" : "Corretor ortográfico", "Suggestions" : "Sugestões", "pliz weit ;-)" : "Favor espere ;-)"};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?