@frontify/fondue
Version:
Design system of Frontify
43 lines (42 loc) • 1.62 kB
JavaScript
import { pt as e } from "date-fns/locale";
const r = {
AssetInput_browse: "Procurar",
AssetInput_upload: "Carregar",
Badge_dismiss: "Fechar ${label}",
Card_deselect: "Desselecionar",
Card_select: "Selecionar",
ColorPicker_blueChannel: "Canal de cor azul",
ColorPicker_greenChannel: "Canal de cor verde",
ColorPicker_hexValue: "Valor de cor hexadecimal",
ColorPicker_opacity: "Opacidade da cor",
ColorPicker_redChannel: "Canal de cor vermelho",
ColorPicker_selectColor: "Selecionar cor",
ColorPicker_selectFormat: "Selecionar um formato de cor",
DatePicker_selectDate: "Selecionar data",
Dialog_close: "Fechar",
Flyout_close: "Fechar",
Notice_dismiss: "Fechar aviso",
Select_additionalItemsSelected: "${count} items adicionais selecionados",
Select_clear: "limpar entrada",
Select_error: "Erro",
Select_multipleItemsSelected: "${count} items selecionados",
Select_selectedCount: "${count} selecionado: ${items}",
Select_singleItemSelected: "1 item selecionado",
Select_toggleMenu: "alternar menu",
Switch_defaultLabel: "Interruptor",
Table_sortAscending: "Ordenar ascendente",
Table_sortByAscending: "Ordenar por ${column} ascendente",
Table_sortByDescending: "Ordenar por ${column} descendente",
Table_sortDescending: "Ordenar descendente",
Tree_checkboxHint: "Selecionável, prima Tab para focar a caixa de seleção.",
Tree_loading: "A carregar…",
Tree_renameInputLabel: "Novo nome",
Tree_reorderHint: "Prima Control Shift D para mover."
}, o = {
translationStrings: r,
dateLocale: e
};
export {
o as ptPT
};
//# sourceMappingURL=pt-PT.js.map