Skip to content

Commit

Permalink
Add Brazilian Portuguese translations for Faker::Subscription (#2960)
Browse files Browse the repository at this point in the history
* Add Brazilian Portuguese translations for `Faker::Subscription`

* Fix typo in yml

* Remove tests for subscriptions

* Add and revise payment and plan terms

---------

Co-authored-by: Stefanni Brasil <[email protected]>
  • Loading branch information
murichristopher and Stefanni Brasil authored Sep 3, 2024
1 parent 130a504 commit 961cafd
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions lib/locales/pt-BR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6873,6 +6873,56 @@ pt-BR:
- "(#{PhoneNumber.area_code}) #{PhoneNumber.subscriber_number}-#{PhoneNumber.subscriber_number}"
subscriber_number:
- "####"
subscription:
plans:
- Teste gratuito
- Básico
- Starter
- Essencial
- Estudante
- Bronze
- Standard
- Prata
- Ouro
- Platinum
- Profissional
- Business
- Diamante
- Premium
statuses:
- Ativo
- Inativo
- Bloqueado
- Pendente
payment_methods:
- Cartão de crédito
- Cartão de débito
- Paypal
- Dinheiro
- Transferência de dinheiro
- Bitcoins
- Cheque
- Apple Pay
- Google Pay
- WeChat Pay
- Alipay
- Visa Checkout
- Pix
- Boleto
subscription_terms:
- Diária
- Semanal
- Mensal
- Anual
- Bienal
- Trienal
- Quinquenal
- Vitalícia
payment_terms:
- Pagamento antecipado
- Mensal
- Anual
- Assinatura completa
cell_phone:
formats:
- "(#{PhoneNumber.area_code}) 9#{PhoneNumber.subscriber_number}-#{PhoneNumber.subscriber_number}"
Expand Down

0 comments on commit 961cafd

Please sign in to comment.