eduardomoroni/trading-card-manager

View on GitHub
packages/frontend/src/presentation/internalization/pt.ts

Summary

Maintainability
B
4 hrs
Test Coverage
export const pt = {
  cardSearch: {
    searchInputPlaceholder: 'Nome da Carta',
    subtypeInputPlaceholder: 'Sub(Tipo)',
    supertypeInputPlaceholder: 'Super(Tipo)',
    searchButtonLabel: 'Pesquisar',
    searchButtonLoadingLabel: 'Pesquisando',
    manaColorCheckboxRowTitle: 'Cor',
    manaIdentityCheckboxRowTitle: 'Identidade de Cor',
  },
  activefilters: {
    title: 'Filtros Ativos:',
  },
  navigator: {
    cardSearchResultsTitle: 'Resultados da Pesquisa',
  },
  welcome: {
    signInButtonLabel: 'Entrar',
    signInWithGoogleButtonLabel: 'Entrar Com Google',
    signInWithFacebookButtonLabel: 'Entrar Com Facebook',
    emailInputPlaceholder: 'algo@dominio.com',
    loadingLabel: 'Entrando',
    emailInputTitle: 'Email',
    passwordInputTitle: 'Senha',
  },
};