#This is the resource bundle for the sap.ui.core library # #NOTR SAPUI5_FRIDAY=Friday #NOTR SAPUI5_GM_ZSTEP=Zoom step {0} #XTOL: text that is appended to the tooltips of input fields etc. which are marked to have an error VALUE_STATE_ERROR=Entrada inv\u00E1lida #XTOL: text that is appended to the tooltips of input fields etc. which are marked to have a warning VALUE_STATE_WARNING=Advert\u00EAncia emitida #XTOL: text that is appended to the tooltips of input fields etc. which are marked to be in success state VALUE_STATE_SUCCESS=Entrada validada corretamente #XTOL: text that is appended to the tooltips of input fields etc. which are marked to be informative VALUE_STATE_INFORMATION=Entrada informativa #XACT: ARIA announcement for the indication color 1 INDICATION_STATE_INDICATION01=Cor de indica\u00E7\u00E3o 1 #XACT: ARIA announcement for the indication color 2 INDICATION_STATE_INDICATION02=Cor de indica\u00E7\u00E3o 2 #XACT: ARIA announcement for the indication color 3 INDICATION_STATE_INDICATION03=Cor de indica\u00E7\u00E3o 3 #XACT: ARIA announcement for the indication color 4 INDICATION_STATE_INDICATION04=Cor de indica\u00E7\u00E3o 4 #XACT: ARIA announcement for the indication color 5 INDICATION_STATE_INDICATION05=Cor de indica\u00E7\u00E3o 5 #XACT: ARIA announcement for the indication color 6 INDICATION_STATE_INDICATION06=Cor de indica\u00E7\u00E3o 6 #XACT: ARIA announcement for the indication color 7 INDICATION_STATE_INDICATION07=Cor de indica\u00E7\u00E3o 7 #XACT: ARIA announcement for the indication color 8 INDICATION_STATE_INDICATION08=Cor de indica\u00E7\u00E3o 8 #XTOL: text that could be show if BusyIndicator is active BUSY_TEXT=Aguarde #XTOL: text that is used for describing the state of BusyIndicator in screen reader BUSY_VALUE_TEXT=Ocupado ######### # Texts for sap.ui.core.format.DateFormat ######### #XTXT: the long pattern for formatting a date using calendar week number date.week.calendarweek.wide=Semana do ano{0} #XTXT: the short pattern for formatting a date using calendar week number date.week.calendarweek.narrow=SA {0} ######### # Texts for sap.ui.core.format.FileSizeFormat ######### #YMSG,20: File Size Unit one Byte FileSize.Byte={0} byte #YMSG,20: File Size Unit Bytes FileSize.Bytes={0} bytes #YMSG,20: File Size Unit Kilobyte (short) FileSize.Kilobyte={0} KB #YMSG,20: File Size Unit Megabyte (short) FileSize.Megabyte={0} MB #YMSG,20: File Size Unit Gigabyte (short) FileSize.Gigabyte={0} GB #YMSG,20: File Size Unit Terabyte (short) FileSize.Terabyte={0} TB #YMSG,20: File Size Unit Petabyte (short) FileSize.Petabyte={0} PB #YMSG,20: File Size Unit Exabyte (short) FileSize.Exabyte={0} EB #YMSG,20: File Size Unit Zettabyte (short) FileSize.Zettabyte={0} ZB #YMSG,20: File Size Unit Yottabyte (short) FileSize.Yottabyte={0} YB #YMSG,20: File Size Unit Kibibyte (short) FileSize.Kibibyte={0} KiB #YMSG,20: File Size Unit Mebibyte (short) FileSize.Mebibyte={0} MiB #YMSG,20: File Size Unit Gibibyte (short) FileSize.Gibibyte={0} GiB #YMSG,20: File Size Unit Tebibyte (short) FileSize.Tebibyte={0} TiB #YMSG,20: File Size Unit Pebibyte (short) FileSize.Pebibyte={0} PiB #YMSG,20: File Size Unit Exbibyte (short) FileSize.Exbibyte={0} EiB #YMSG,20: File Size Unit Zebibyte (short) FileSize.Zebibyte={0} ZiB #YMSG,20: File Size Unit Yobibyte (short) FileSize.Yobibyte={0} YiB ######### # Texts for sap.ui.model.odata.AnnotationHelper ######### #XTOL: mathematical term for a number greater than anything else INFINITY=Infinito #XTOL: mathematical term for a number smaller than anything else MINUS_INFINITY=Menos infinito #XTOL NAN=Nenhum n\u00FAmero ######### # Texts for sap.ui.model.odata.type.* ######### #XTOL: No NO=N\u00E3o #XTOL: Yes YES=Sim #YMSG: Enter "{0}" or "{1}" EnterYesOrNo=insira "{0}" ou "{1}". #YMSG: Enter only digits EnterDigitsOnly=Inserir s\u00F3 d\u00EDgitos #YMSG: Enter a maximum of {0} digits EnterMaximumOfDigits=Indique no m\u00E1ximo {0} d\u00EDgitos. #YMSG: Enter a number EnterNumber=Inserir um n\u00FAmero #YMSG: Enter a number with a maximum of {0} digits, including any decimal places EnterNumberPrecision=Insira um n\u00FAmero com no m\u00E1ximo {0} d\u00EDgitos inclusive casas decimais #YMSG: Enter a number with a maximum of {0} digits to the left of the decimal separator EnterNumberInteger=Insira um n\u00FAmero com no m\u00E1ximo {0} d\u00EDgitos do lado esquerdo do separador de decimais #YMSG: Enter a number with a maximum of {0} decimal places EnterNumberFraction=Insira um n\u00FAmero com no m\u00E1ximo {0} casas decimais #YMSG: Enter a number with a maximum of {0} digits to the left of the decimal separator and a maximum of {1} decimal places EnterNumberIntegerFraction=Insira um n\u00FAmero com no m\u00E1ximo {0} d\u00EDgitos do lado esquerdo do separador de decimais e no m\u00E1ximo {1} casas decimais #YMSG: Enter a number with a minimum value of {0} EnterNumberMin=Insira um n\u00FAmero de pelo menos {0} #YMSG: Enter a number greater than {0} EnterNumberMinExclusive=Insira um n\u00FAmero maior que {0} #YMSG: Enter a number with a maximum value of {0} EnterNumberMax=Insira um n\u00FAmero menor ou igual a {0} #YMSG: Enter a number less than {0} EnterNumberMaxExclusive=Insira um n\u00FAmero menor que {0} #YMSG: Enter a text EnterText=Inserir um texto #YMSG: Enter a text with a maximum of {0} characters and spaces EnterTextMaxLength=Insira um texto com no m\u00E1ximo {0} caracteres e espa\u00E7os em branco #YMSG: Enter a number with no decimal places EnterInt=Inserir um n\u00FAmero sem casas decimais #YMSG: Enter a valid date and a valid time in the following format\: {0} EnterDateTime=Insira uma data v\u00E1lida e uma hora v\u00E1lida no formato seguinte\: {0} #YMSG: Enter a valid date in the following format\: {0} EnterDate=Insira uma data v\u00E1lida no formato seguinte\: {0} #YMSG: Enter a GUID in the following format\: 12345678-90AB-CDEF-1234-567890ABCDEF EnterGuid=Inserir um GUID no formato seguinte\: 12345678-90AB-CDEF-1234-567890ABCDEF #YMSG: Enter a valid time in the following format\: {0} EnterTime=Insira uma hora v\u00E1lida no formato seguinte\: {0} ######### # Texts for sap.ui.model.type.* ######### #YMSG,100: Enter a valid boolean Boolean.Invalid=Inserir uma express\u00E3o booleana v\u00E1lida #YMSG,100: Enter a valid number Integer.Invalid=Inserir um n\u00FAmero v\u00E1lido #YMSG,100: Enter a number greater than or equal to {0} Integer.Minimum=Insira um n\u00FAmero maior ou igual a {0} #YMSG,100: Enter a number lower than or equal to {0} Integer.Maximum=Insira um n\u00FAmero menor ou igual a {0} #YMSG,100: Enter a valid number. Float.Invalid=Inserir um n\u00FAmero v\u00E1lido #YMSG,100: Enter a number greater than or equal to {0} Float.Minimum=Insira um n\u00FAmero maior ou igual a {0} #YMSG,100: Enter a number lower than or equal to {0} Float.Maximum=Insira um n\u00FAmero menor ou igual a {0} #YMSG,100: Enter a valid currency amount Currency.Invalid=Inserir um montante de moeda v\u00E1lido #YMSG,100: Enter an amount greater than or equal to {0} Currency.Minimum=Insira um n\u00FAmero maior ou igual a {0} #YMSG,100: Enter an amount lower than or equal to {0} Currency.Maximum=Insira um n\u00FAmero menor ou igual a {0} #YMSG,100: Enter a valid unit amount Unit.Invalid=Insira um montante de unidade v\u00E1lido #YMSG,100: Enter an amount greater than or equal to {0} Unit.Minimum=Insira um montante maior ou igual a {0} #YMSG,100: Enter an amount lower than or equal to {0} Unit.Maximum=Insira um n\u00FAmero menor ou igual a {0} #YMSG,100: Enter an amount with less decimals than {0} Unit.Decimals=Insira um montante com menos decimais que {0} #YMSG,100: Enter a valid file size FileSize.Invalid=Inserir um tamanho de file v\u00E1lido #YMSG,100: EEnter a file size greater than or equal to {0} FileSize.Minimum=Insira um tamanho de file maior ou igual a {0} #YMSG,100: Enter a file size lower than or equal to {0} FileSize.Maximum=Insira um tamanho de file menor ou igual a {0} #YMSG,100: Enter a valid date Date.Invalid=Inserir uma data #YMSG,100: Enter a date after {0} Date.Minimum=Insira uma data depois de {0} #YMSG,100: Enter a date before {0} Date.Maximum=Insira uma data antes de {0} #YMSG,100: Enter a valid time Time.Invalid=Inserir uma hora v\u00E1lida #YMSG,100: Enter a time after {0} Time.Minimum=Insira uma hora depois de {0} #YMSG,100: Enter a time before {0} Time.Maximum=Insira uma hora antes de {0} #YMSG,100: Enter a valid date and time DateTime.Invalid=Inserir uma data e uma hora v\u00E1lidas #YMSG,100: Enter a date and time after {0} DateTime.Minimum=Insira uma data e uma hora depois de {0} #YMSG,100: Enter a date and time before {0} DateTime.Maximum=Insira uma data e uma hora antes de {0} #YMSG,100: Enter a valid date interval DateInterval.Invalid=Inserir um intervalo de datas v\u00E1lido #YMSG,100: Enter a value with at least {0} characters String.MinLength=Insira um valor com pelo menos {0} caractere(s) #YMSG,100: Enter a value with no more than {0} characters String.MaxLength=Insira um valor com no m\u00E1ximo {0} caracteres #YMSG,100: Enter a value starting with "{0}" String.StartsWith=Insira um valor que comece com "{0}" #YMSG,100: Enter a value ending with "{0}" String.EndsWith=Insira um valor que termine com "{0}" #YMSG,100: Enter a value containing "{0}" String.Contains=Insira um valor que contenha "{0}" #YMSG,100: Enter value "{0}" String.Equals=Insira o valor "{0}" #YMSG,100: Enter a valid value String.Search=Insira um valor v\u00E1lido #XACT: type of an UI control is an image ACC_CTR_TYPE_IMAGE=Tela #XACT: type of an UI control is a button ACC_CTR_TYPE_BUTTON=Bot\u00E3o #XFLD: Close CLOSE=Fechar ######### # Texts for sap-icon Font # # Update "sap.ui.core.IconPool" (mIconI18nKey) # when adding a new key here ######### #XTXT Icon.action-settings=Configura\u00E7\u00F5es #XTXT Icon.activate=Ativar #XTXT Icon.add=Inserir #XTXT Icon.add-contact=Inserir pessoa de contato #XTXT Icon.add-filter=Inserir filtro #XTXT Icon.add-photo=Inserir foto #XTXT Icon.back-to-top=Ao in\u00EDcio #XTXT Icon.collapse=Comprimir #XTXT Icon.collapse-group=Comprimir grupo #XTXT: Crop parts of an image Icon.crop=Recorte #XTXT: To decline an offer Icon.decline=Rejeitar #XTXT Icon.delete=Eliminar #XTXT Icon.display=Exibir #XTXT Icon.down=Para baixo #XTXT Icon.download=Download #XTXT Icon.drill-down=Para baixo #XTXT Icon.drill-up=Para cima #XTXT Icon.error=Erro #XTXT Icon.exit-full-screen=Finalizar modo de tela inteira #XTXT Icon.expand=Expandir #XTXT Icon.expand-group=Expandir grupo #XTXT: Action to filter on a group of elements Icon.filter=Filtrar #XTXT: To flag or mark an item Icon.flag=Marcar #XTXT: To forward an item to a recipients Icon.forward=Encaminhar #XTXT Icon.full-screen=Ativar modo de tela inteira #XTXT Icon.generate-shortcut=Criar liga\u00E7\u00E3o. #XTXT: To group items Icon.group-2=Agrupar #XTXT: To hide an element from display Icon.hide=Ocultar #XTXT Icon.ipad=Tablet #XTXT Icon.ipad-2=Tablet #XTXT Icon.iphone=Telefone #XTXT Icon.iphone-2=Telefone #XTXT Icon.laptop=Laptop #XTXT Icon.message-error=Erro #XTXT Icon.message-information=Informa\u00E7\u00F5es #XTXT Icon.message-success=Com \u00EAxito #XTXT Icon.message-warning=Advert\u00EAncia #XTXT: To manipulate the position of an element Icon.move=Deslocar #XTXT Icon.multi-select=Sele\u00E7\u00E3o m\u00FAltipla #XTXT Icon.nav-back=Navegar para tr\u00E1s #XTXT Icon.overflow=Mais #XTXT Icon.redo=Repetir #XTXT Icon.refresh=Atualizar #XTXT Icon.resize=Modificar tamanho #XTXT Icon.resize-horizontal=Modificar tamanho horizontalmente #XTXT Icon.resize-vertical=Modificar tamanho verticalmente #XTXT Icon.response=Responder #XTXT Icon.save=Gravar #XTXT Icon.search=Procurar #XTXT Icon.settings=Configura\u00E7\u00F5es #XTXT: To show an element previously hidden Icon.show=Visualizar #XTXT Icon.sort=Ordenar #XTXT Icon.sort-ascending=Ordenar em ordem crescente #XTXT Icon.sort-descending=Ordenar em ordem decrescente #XTXT Icon.synchronize=Sincronizar #XTXT Icon.undo=Anular #XTXT Icon.up=Para cima #XTXT Icon.upload=Upload #XTXT Icon.zoom-in=Ampliar #XTXT Icon.zoom-out=Reduzir ######### # Texts for sap.ui.debug.TechnicalInfo ######### #XTIT: Title for the technical information dialog TechInfo.DialogTitle=Di\u00E1logo para dados t\u00E9cnicos #XTOL: Tooltip for info button in header TechInfo.HelpButton.Tooltip=Abrir documenta\u00E7\u00E3o #XTOL: Tooltip for version information link TechInfo.VersionLink.Tooltip=Abrir dados de vers\u00E3o em nova ficha de registro #XTOL: Tooltip for copy to clipboard button TechInfo.CopyButton.Tooltip=Copiar dados t\u00E9cnicos para o clipboard #XBUT: SAPUI5 Diagnostics button text TechnInfo.DiagnosticsButton.Text=Abrir diagn\u00F3stico #XBUT: SAPUI5 Test Tools button text TechnInfo.TestRecorderButton.Text=Ativar registrador de teste #XBUT: Support assistant button text TechnInfo.AssistantButton.Text=Ativar assistente de suporte #XFLD: User agent field label TechInfo.UserAgent.Label=Agente de usu\u00E1rio #XFLD: Application URL label TechInfo.AppUrl.Label=URL da app #XFLD: Debug sources label TechInfo.DebugSources.Label=Utilizar fontes de depura\u00E7\u00E3o #XTOL: Debug sources tooltip TechInfo.DebugSources.Tooltip=Carrega a p\u00E1gina atual com fontes n\u00E3o minimizadas para depura\u00E7\u00E3o #XLNK: Debug sources select packages link TechInfo.DebugSourcesModules.Link=Selecionar determinados m\u00F3dulos #XFLD: Text for the version build time string TechInfo.VersionBuildTime.Text=(Build de {0}) #YMSG: success message for copying to clipboard TechInfo.CopyToClipboard.Success=Os dados t\u00E9cnicos foram copiados para o clipboard. #YMSG: error message for copying to clipboard TechInfo.CopyToClipboard.Error=Os dados t\u00E9cnicos n\u00E3o foram copiados para o clipboard. #XTIT: Confirmation title for enabling/disabling debug sources TechInfo.DebugSources.ConfirmTitle=Recarregar app #YMSG: Confirmation message for enabling/disabling debug sources TechInfo.DebugSources.ConfirmMessage=Recarregar app para ativar/desativar fontes de depura\u00E7\u00E3o. #XTIT: Title for the custom bootstrap UPL configuration popup TechInfo.SupportAssistantConfigPopup.Title=Configura\u00E7\u00F5es para assistente de suporte #XFLD: Standard bootstrap locations option for the custom bootstrap UPL configuration popup TechInfo.SupportAssistantConfigPopup.StandardLocation=Localiza\u00E7\u00F5es recomendadas #XFLD: Custom bootstrap location option for the custom bootstrap UPL configuration popup TechInfo.SupportAssistantConfigPopup.CustomLocation=Localiza\u00E7\u00E3o definida pelo usu\u00E1rio #XFLD: Application version bootstrap location option for the custom bootstrap UPL configuration popup TechInfo.SupportAssistantConfigPopup.AppVersionOption=Vers\u00E3o da aplica\u00E7\u00E3o ({0}) #YMSG: Custom bootstrap location validation error message TechInfo.SupportAssistantConfigPopup.URLValidationMessage=A sintaxe do endere\u00E7o de localiza\u00E7\u00E3o est\u00E1 incorreta. A sintaxe correta \u00E9 http\:///recuros/sap/ui/suporte. #YMSG: Error message when support Assistant is not found TechInfo.SupportAssistantConfigPopup.SupportAssistantNotFound=O assistente de suporte n\u00E3o est\u00E1 dispon\u00EDvel nesta localiza\u00E7\u00E3o\: #YMSG: Error message when protocols did not match TechInfo.SupportAssistantConfigPopup.ProtocolError=O protocolo de app n\u00E3o corresponde ao protocolo de assistente de suporte (HTTP/HTTPS) #YMSG: Error message when Ajax return code is different than [200] TechInfo.SupportAssistantConfigPopup.ErrorTryingToGetRecourse=O c\u00F3digo de retorno AJAX \u00E9 diferente de [200] #YMSG: Error message when file not Found [404] TechInfo.SupportAssistantConfigPopup.ErrorNotFound=File n\u00E3o encontrado (404) #YMSG: Error message when internal server error occurs TechInfo.SupportAssistantConfigPopup.InternalServerError=Internal server error\: {500} #YMSG: Error message when request timeout. TechInfo.SupportAssistantConfigPopup.ErrorOnTimeout=Erro de timeout #YMSG: Error message when trying to parse JSON TechInfo.SupportAssistantConfigPopup.ErrorOnJsonParse=An\u00E1lise sint\u00E1tica JSON solicitada falhou #YMSG: Error message when uncaught Error occurs TechInfo.SupportAssistantConfigPopup.UncaughtError=Erro n\u00E3o identificado #YMSG: Error message when request is aborted TechInfo.SupportAssistantConfigPopup.ErrorWhenAborted=Solicita\u00E7\u00E3o AJAX cancelada #YMSG: Error message when default locations are not available TechInfo.SupportAssistantConfigPopup.NotAvailableAtTheMoment=Esta localiza\u00E7\u00E3o n\u00E3o est\u00E1 dispon\u00EDvel atualmente. #XFLD: Title for enabling Support Assistant to open in new window. TechInfo.SupportAssistantConfigPopup.OpenInNewWindow=Abrir assistente de suporte em janela nova #XFLD: Title for location section in support Assistant settings popover TechInfo.SupportAssistantConfigPopup.Locations=URL de origem #XFLD: Title for options section in support Assistant settings popover TechInfo.SupportAssistantConfigPopup.Options=Op\u00E7\u00F5es #XTIT: Title for the debug modules configuration selection TechInfo.DebugModulesConfigPopup.SelectionCounter=Sele\u00E7\u00E3o do modo de depura\u00E7\u00E3o ({0} selecionado) #YMSG: sap-ui-debug mode custom value validation error message TechInfo.DebugModulesConfigPopup.ModeValidationMessage=Valor para par\u00E2metro sap-ui-debug n\u00E3o v\u00E1lido #XTOL: Tooltip for copy to clipboard button TechInfo.DebugModulesCopy.Tooltip=Copiar valor de sap-ui-debug para o clipboard #XTOL: Tooltip for copy to clipboard button TechInfo.DebugModulesReset.Tooltip=Reinicializar m\u00F3dulos selecionados atualmente #YMSG: success message for copying to clipboard TechInfo.DebugModulesCopyToClipboard.Success=Valor definido pelo usu\u00E1rio para sap-ui-debug copiado para clipboard #YMSG: error message for copying to clipboard TechInfo.DebugModulesCopyToClipboard.Error=N\u00E3o \u00E9 poss\u00EDvel copiar valor definido pelo usu\u00E1rio sap-ui-debug para o clipboard #XTIT: Title for the debug modules configuration popup confirmation button TechInfo.DebugModulesConfigPopup.Confirm=Aplicar #YMSG: Confirmation message for the dialog when message from unknown origin is received via postMessage PostMessage.Message=Uma aplica\u00E7\u00E3o ou c\u00F3digo no seu browser est\u00E1 tentando comunicar com a sua aplica\u00E7\u00E3o. Voc\u00EA quer permitir a comunica\u00E7\u00E3o com {0} a partir de {1}? ######### # Texts for sap.ui.core.util.PasteHelper ######### #YMSG: Error message for the data type validation PasteHelper.ErrorMessage=N\u00E3o \u00E9 poss\u00EDvel analisar sintaticamente o valor "{0}" na linha {1} e coluna {2}. ######### # Texts for sap.ui.testrecorder.* ######### #XTIT: Text for the control tree message toast TestRecorder.ControlTree.MessageToast=A \u00E1rvore de controle est\u00E1 atualizada. #XTXT: Message when no control selector can be presented TestRecorder.Inspect.Snippet.NoData.Text=Selecionar um controle para obter um snippet gerado. #XFLD: Label for dialect dropdown TestRecorder.Inspect.Snippet.Dropdown.Label=Selecionar um dialeto\: #XTIT: Title for the raw dialect TestRecorder.Inspect.Snippet.Dialect.Raw=Seletor bruto #XTIT: Title for the OPA5 dialect TestRecorder.Inspect.Snippet.Dialect.OPA5=OPA5 #XTIT: Title for the UIVeri5 dialect TestRecorder.Inspect.Snippet.Dialect.UIVeri5=UIVeri5 #XFLD: Label for 'multiple snippet' switch TestRecorder.Inspect.Snippet.MultiSwitch.Label=M\u00FAltiplo\: #XFLD: Text for the copy snippet button TestRecorder.Inspect.Snippet.Copy.Text=Copiar #XFLD: Text for the clear snippet button TestRecorder.Inspect.Snippet.Clear.Text=Anular #XFLD: Text for snippet code editor when snippet can't be generated TestRecorder.Inspect.Snippet.NotFound.Text=N\u00E3o \u00E9 poss\u00EDvel gerar um snippet de c\u00F3digo para {0} #XTIT: Title for the properties panel section TestRecorder.Inspect.Properties.Title=Propriedades #XFLD: Text for own properties table header TestRecorder.Inspect.Properties.Own.Header.Text=Pr\u00F3prio #XFLD: Text for inherited properties table header TestRecorder.Inspect.Properties.Inherited.Header.Text=Herdado #XFLD: Text for property name column header text TestRecorder.Inspect.Properties.Property.Text=Propriedade #XFLD: Text for property value column header text TestRecorder.Inspect.Properties.Value.Text=Valor #XFLD: Text for property type column header text TestRecorder.Inspect.Properties.Type.Text=Tipo #XFLD: Text for property inheritance column header text TestRecorder.Inspect.Properties.Inherited.Text=Herdado de #XTIT: Title for the bindings panel section TestRecorder.Inspect.Bindings.Title=Liga\u00E7\u00F5es #XFLD: Text for binding context table header TestRecorder.Inspect.Bindings.Context.Header.Text=Contexto de liga\u00E7\u00E3o #XFLD: Text for binding properties table header TestRecorder.Inspect.Bindings.Properties.Header.Text=Propriedades #XFLD: Text for binding aggregations table header TestRecorder.Inspect.Bindings.Aggregations.Header.Text=Agrega\u00E7\u00F5es #XFLD: Text for binding property column header text TestRecorder.Inspect.Bindings.Property.Text=Propriedade #XFLD: Text for binding aggregation column header text TestRecorder.Inspect.Bindings.Aggregation.Text=Agrega\u00E7\u00E3o #XFLD: Text for binding path column header text TestRecorder.Inspect.Bindings.Path.Text=Caminho #XFLD: Text for relative binding path column header text TestRecorder.Inspect.Bindings.RelativePath.Text=Caminho relativo #XFLD: Text for absolute binding path column header text TestRecorder.Inspect.Bindings.AbsolutePath.Text=Caminho absoluto #XFLD: Text for binding model column header text TestRecorder.Inspect.Bindings.Model.Text=Modelo #XTIT: Title for the tool TestRecorder.TitleBar.Title=Gravador de teste #XTOL: Tooltip for link to test tools documentation in the top title bar TestRecorder.TitleBar.Documentation.Tooltip=Abrir documenta\u00E7\u00E3o #XTOL: Tooltip for the settings button in the top title bar TestRecorder.TitleBar.Window.Settings.Tooltip=Exibir configura\u00E7\u00F5es #XTOL: Tooltip for the frame minimize button in the top title bar TestRecorder.TitleBar.Window.Minimize.Tooltip=Minimizar #XTOL: Tooltip for the frame dock button in the top title bar TestRecorder.TitleBar.Window.Dock.Tooltip=Encaixar janela #XTOL: Tooltip for the undock button in the top title bar TestRecorder.TitleBar.Window.New.Tooltip=Abrir em nova janela #XTOL: Tooltip for the close button in the top title bar TestRecorder.TitleBar.Window.Close.Tooltip=Fechar #XTIT: Title for the settings dialog TestRecorder.SettingsDialog.Title=Configura\u00E7\u00F5es de gravador de teste #XTIT: Text of the checkbox for selecting viewID or globalID priority TestRecorder.SettingsDialog.IDCheckBox.Text=Preferir ID de vis\u00E3o a ID global #XTIT: Text of the checkbox for choosing snippet formatting as page object method TestRecorder.SettingsDialog.POMethodCheckBox.Text=Exibir snippets em m\u00E9todos de objeto de p\u00E1gina #XTIT: Text for the close button TestRecorder.SettingsDialog.CloseButton.Text=Fechar