commands.js 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. define(
  2. "dijit/_editor/nls/pt/commands", //begin v1.x content
  3. ({
  4. 'bold': 'Negrito',
  5. 'copy': 'Copiar',
  6. 'cut': 'Recortar',
  7. 'delete': 'Excluir',
  8. 'indent': 'Recuar',
  9. 'insertHorizontalRule': 'Régua Horizontal',
  10. 'insertOrderedList': 'Lista Numerada',
  11. 'insertUnorderedList': 'Lista com Marcadores',
  12. 'italic': 'Itálico',
  13. 'justifyCenter': 'Alinhar pelo Centro',
  14. 'justifyFull': 'Justificar',
  15. 'justifyLeft': 'Alinhar à Esquerda',
  16. 'justifyRight': 'Alinhar à Direita',
  17. 'outdent': 'Não chanfrado',
  18. 'paste': 'Colar',
  19. 'redo': 'Refazer',
  20. 'removeFormat': 'Remover Formato',
  21. 'selectAll': 'Selecionar Todos',
  22. 'strikethrough': 'Tachado',
  23. 'subscript': 'Subscrito',
  24. 'superscript': 'Sobrescrito',
  25. 'underline': 'Sublinhado',
  26. 'undo': 'Desfazer',
  27. 'unlink': 'Remover Link',
  28. 'createLink': 'Criar Link',
  29. 'toggleDir': 'Comutar Direção',
  30. 'insertImage': 'Inserir Imagem',
  31. 'insertTable': 'Inserir/Editar Tabela',
  32. 'toggleTableBorder': 'Alternar Moldura da Tabela',
  33. 'deleteTable': 'Excluir Tabela',
  34. 'tableProp': 'Propriedade da Tabela',
  35. 'htmlToggle': 'Origem HTML',
  36. 'foreColor': 'Cor do Primeiro Plano',
  37. 'hiliteColor': 'Cor do Segundo Plano',
  38. 'plainFormatBlock': 'Estilo de Parágrafo',
  39. 'formatBlock': 'Estilo de Parágrafo',
  40. 'fontSize': 'Tamanho da Fonte',
  41. 'fontName': 'Nome da Fonte',
  42. 'tabIndent': 'Recuo de Guia',
  43. "fullScreen": "Comutar Tela Cheia",
  44. "viewSource": "Visualizar Origem HTML",
  45. "print": "Imprimir",
  46. "newPage": "Nova Página",
  47. /* Error messages */
  48. 'systemShortcut': 'A ação "${0}" está disponível em seu navegador apenas usando um atalho de teclado. Use ${1}.'
  49. })
  50. //end v1.x content
  51. );