ext-lang-pt_BR.js
上传用户:qfccsy
上传日期:2022-03-27
资源大小:716k
文件大小:8k
源码类别:

ListView/ListBox

开发平台:

Java

  1. /*
  2.  * Portuguese/Brazil Translation by Weber Souza
  3.  * 08 April 2007
  4.  * Updated by Allan Brazute Alves (EthraZa)
  5.  * 06 September 2007
  6.  */
  7. Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">Carregando...</div>';
  8. if(Ext.View){
  9.    Ext.View.prototype.emptyText = "";
  10. }
  11. if(Ext.grid.Grid){
  12.    Ext.grid.Grid.prototype.ddText = "{0} linha(s) selecionada(s)";
  13. }
  14. if(Ext.TabPanelItem){
  15.    Ext.TabPanelItem.prototype.closeText = "Fechar";
  16. }
  17. if(Ext.form.Field){
  18.    Ext.form.Field.prototype.invalidText = "O valor para este campo &eacute; inv&aacute;lido";
  19. }
  20. if(Ext.LoadMask){
  21.     Ext.LoadMask.prototype.msg = "Carregando...";
  22. }
  23. Date.monthNames = [
  24.    "Janeiro",
  25.    "Fevereiro",
  26.    "Mar&ccedil;o",
  27.    "Abril",
  28.    "Maio",
  29.    "Junho",
  30.    "Julho",
  31.    "Agosto",
  32.    "Setembro",
  33.    "Outubro",
  34.    "Novembro",
  35.    "Dezembro"
  36. ];
  37. Date.dayNames = [
  38.    "Domingo",
  39.    "Segunda",
  40.    "Ter&ccedil;a",
  41.    "Quarta",
  42.    "Quinta",
  43.    "Sexta",
  44.    "S&aacute;bado"
  45. ];
  46. if(Ext.MessageBox){
  47.    Ext.MessageBox.buttonText = {
  48.       ok     : "OK",
  49.       cancel : "Cancelar",
  50.       yes    : "Sim",
  51.       no     : "N&atilde;o"
  52.    };
  53. }
  54. if(Ext.util.Format){
  55.    Ext.util.Format.date = function(v, format){
  56.       if(!v) return "";
  57.       if(!(v instanceof Date)) v = new Date(Date.parse(v));
  58.       return v.dateFormat(format || "d/m/Y");
  59.    };
  60. }
  61. if(Ext.DatePicker){
  62.    Ext.apply(Ext.DatePicker.prototype, {
  63.       todayText         : "Hoje",
  64.       minText           : "Esta data &eacute; anterior a menor data",
  65.       maxText           : "Esta data &eacute; posterior a maior data",
  66.       disabledDaysText  : "",
  67.       disabledDatesText : "",
  68.       monthNames        : Date.monthNames,
  69.       dayNames          : Date.dayNames,
  70.       nextText          : 'Pr&oacute;ximo M&ecirc;s (Control+Direita)',
  71.       prevText          : 'M&ecirc;s Anterior (Control+Esquerda)',
  72.       monthYearText     : 'Escolha um M&ecirc;s (Control+Cima/Baixo para mover entre os anos)',
  73.       todayTip          : "{0} (Espa&ccedil;o)",
  74.       format            : "d/m/Y",
  75.       okText            : "&#160;OK&#160;",
  76.       cancelText        : "Cancelar",
  77.       startDay          : 0
  78.    });
  79. }
  80. if(Ext.PagingToolbar){
  81.    Ext.apply(Ext.PagingToolbar.prototype, {
  82.       beforePageText : "P&aacute;gina",
  83.       afterPageText  : "de {0}",
  84.       firstText      : "Primeira P&aacute;gina",
  85.       prevText       : "P&aacute;gina Anterior",
  86.       nextText       : "Pr&oacute;xima P&aacute;gina",
  87.       lastText       : "&Uacute;ltima P&aacute;gina",
  88.       refreshText    : "Atualizar",
  89.       displayMsg     : "<b>{0} &agrave; {1} de {2} registro(s)</b>",
  90.       emptyMsg       : 'Sem registros para exibir'
  91.    });
  92. }
  93. if(Ext.form.TextField){
  94.    Ext.apply(Ext.form.TextField.prototype, {
  95.       minLengthText : "O tamanho m&iacute;nimo para este campo &eacute; {0}",
  96.       maxLengthText : "O tamanho m&aacute;ximo para este campo &eacute; {0}",
  97.       blankText     : "Este campo &eacute; obrigat&oacute;rio.",
  98.       regexText     : "",
  99.       emptyText     : null
  100.    });
  101. }
  102. if(Ext.form.NumberField){
  103.    Ext.apply(Ext.form.NumberField.prototype, {
  104.       minText : "O valor m&iacute;nimo para este campo &eacute; {0}",
  105.       maxText : "O valor m&aacute;ximo para este campo &eacute; {0}",
  106.       nanText : "{0} n&atilde;o &eacute; um n&uacute;mero v&aacute;lido"
  107.    });
  108. }
  109. if(Ext.form.DateField){
  110.    Ext.apply(Ext.form.DateField.prototype, {
  111.       disabledDaysText  : "Desabilitado",
  112.       disabledDatesText : "Desabilitado",
  113.       minText           : "A data deste campo deve ser posterior a {0}",
  114.       maxText           : "A data deste campo deve ser anterior a {0}",
  115.       invalidText       : "{0} n&atilde;o &eacute; uma data v&aacute;lida - deve ser informado no formato {1}",
  116.       format            : "d/m/Y"
  117.    });
  118. }
  119. if(Ext.form.ComboBox){
  120.    Ext.apply(Ext.form.ComboBox.prototype, {
  121.       loadingText       : "Carregando...",
  122.       valueNotFoundText : undefined
  123.    });
  124. }
  125. if(Ext.form.VTypes){
  126.    Ext.apply(Ext.form.VTypes, {
  127.       emailText    : 'Este campo deve ser um endere&ccedil;o de e-mail v&aacute;lido, no formado "usuario@dominio.com.br"',
  128.       urlText      : 'Este campo deve ser uma URL no formato "http:/'+'/www.dominio.com.br"',
  129.       alphaText    : 'Este campo deve conter apenas letras e _',
  130.       alphanumText : 'Este campo deve conter apenas letras, n&uacute;meros e _'
  131.    });
  132. }
  133. if(Ext.form.HtmlEditor){
  134.    Ext.apply(Ext.form.HtmlEditor.prototype, {
  135.  createLinkText : 'Porfavor, entre com a URL do link:',
  136.  buttonTips : {
  137.             bold : {
  138.                title: 'Negrito (Ctrl+B)',
  139.                text: 'Deixa o texto selecionado em negrito.',
  140.                cls: 'x-html-editor-tip'
  141.             },
  142.             italic : {
  143.                title: 'Italico (Ctrl+I)',
  144.                text: 'Deixa o texto selecionado em italico.',
  145.                cls: 'x-html-editor-tip'
  146.             },
  147.             underline : {
  148.                title: 'Sublinhado (Ctrl+U)',
  149.                text: 'Sublinha o texto selecionado.',
  150.                cls: 'x-html-editor-tip'
  151.            },
  152.            increasefontsize : {
  153.                title: 'Aumentar Texto',
  154.                text: 'Aumenta o tamanho da fonte.',
  155.                cls: 'x-html-editor-tip'
  156.            },
  157.            decreasefontsize : {
  158.                title: 'Diminuir Texto',
  159.                text: 'Diminui o tamanho da fonte.',
  160.                cls: 'x-html-editor-tip'
  161.            },
  162.            backcolor : {
  163.                title: 'Cor de Fundo',
  164.                text: 'Muda a cor do fundo do texto selecionado.',
  165.                cls: 'x-html-editor-tip'
  166.            },
  167.            forecolor : {
  168.                title: 'Cor da Fonte',
  169.                text: 'Muda a cor do texto selecionado.',
  170.                cls: 'x-html-editor-tip'
  171.            },
  172.            justifyleft : {
  173.                title: 'Alinhar &agrave; Esquerda',
  174.                text: 'Alinha o texto &agrave; esquerda.',
  175.                cls: 'x-html-editor-tip'
  176.            },
  177.            justifycenter : {
  178.                title: 'Centralizar Texto',
  179.                text: 'Centraliza o texto no editor.',
  180.                cls: 'x-html-editor-tip'
  181.            },
  182.            justifyright : {
  183.                title: 'Alinhar &agrave; Direita',
  184.                text: 'Alinha o texto &agrave; direita.',
  185.                cls: 'x-html-editor-tip'
  186.            },
  187.            insertunorderedlist : {
  188.                title: 'Lista com Marcadores',
  189.                text: 'Inicia uma lista com marcadores.',
  190.                cls: 'x-html-editor-tip'
  191.            },
  192.            insertorderedlist : {
  193.                title: 'Lista Numerada',
  194.                text: 'Inicia uma lista numerada.',
  195.                cls: 'x-html-editor-tip'
  196.            },
  197.            createlink : {
  198.                title: 'Hyperliga&ccedil;&atilde;o',
  199.                text: 'Transforma o texto selecionado em um hyperlink.',
  200.                cls: 'x-html-editor-tip'
  201.            },
  202.            sourceedit : {
  203.                title: 'Editar Fonte',
  204.                text: 'Troca para o modo de edi&ccedil;&atilde;o de c&oacute;digo fonte.',
  205.                cls: 'x-html-editor-tip'
  206.            }
  207.         }
  208.    });
  209. }
  210. if(Ext.grid.GridView){
  211.    Ext.apply(Ext.grid.GridView.prototype, {
  212.       sortAscText  : "Ordem Ascendente",
  213.       sortDescText : "Ordem Descendente",
  214.       lockText     : "Bloquear Coluna",
  215.       unlockText   : "Desbloquear Coluna",
  216.       columnsText  : "Colunas"
  217.    });
  218. }
  219. if(Ext.grid.PropertyColumnModel){
  220.    Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
  221.       nameText   : "Nome",
  222.       valueText  : "Valor",
  223.       dateFormat : "d/m/Y"
  224.    });
  225. }
  226. if(Ext.layout.BorderLayout.SplitRegion){
  227.    Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
  228.       splitTip            : "Arraste para redimencionar.",
  229.       collapsibleSplitTip : "Arraste para redimencionar. Duplo clique para esconder."
  230.    });
  231. }