# Error message displayed as combobox item when an API failed and the suggestions could not load comboboxWithApi.apiError = Não foi possível carregar os resultados. Clique para tentar novamente. # Aria label for the clear button visible at the end of the combobox. When clicked, it will clear all text in the input, as well as the current selection. comboboxWithApiPagination.clearButtonAriaLabel = Limpar entrada e seleção # Error message displayed resembling button that calls to action to reload the results comboboxWithApiPagination.errorAction = Recarregar # Aria-label text for the error icon in the loading results error message comboboxWithApiPagination.errorIconLabel = Erro # Error message displayed as inline notice that informs the user that the options failed to load comboboxWithApiPagination.errorMessage = Falha ao carregar opções # Visually hidden aria-label text for the loading spinner comboboxWithApiPagination.loadingAriaLabel = Carregando... # Visually hidden aria-label text for the loading spinner show when loading more results from infinite scrolling list comboboxWithApiPagination.loadingMoreAriaLabel = Carregando mais... # Message displayed when no results are found in the combobox comboboxWithApiPagination.noResults = Nenhum resultado encontrado