-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
Add "pt" locale for newsletter #23278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"{date}": "{date}", | ||
"Become a paid member of {site} to get access to all premium content.": "", | ||
"By {authors}": "", | ||
"Comment": "", | ||
"complimentary": "", | ||
"Email": "", | ||
"free": "", | ||
"Keep reading": "", | ||
"Less like this": "", | ||
"Manage subscription": "", | ||
"Member since": "", | ||
"More like this": "", | ||
"Name": "", | ||
"paid": "", | ||
"Subscription details": "", | ||
"trialing": "", | ||
"Unsubscribe": "", | ||
"Upgrade": "", | ||
"Upgrade to continue reading.": "", | ||
"View in browser": "", | ||
"You are receiving this because you are a <strong>%%{status}%% subscriber</strong> to {site}.": "", | ||
"Your free trial ends on {date}, at which time you will be charged the regular price. You can always cancel before then.": "", | ||
"Your subscription has been canceled and will expire on {date}. You can resume your subscription via your account settings.": "", | ||
"Your subscription has expired.": "", | ||
"Your subscription will expire on {date}.": "", | ||
"Your subscription will renew on {date}.": "" | ||
"Become a paid member of {site} to get access to all premium content.": "Torne-se um membro pago de {site} para aceder a todo o conteúdo exclusivo.", | ||
"By {authors}": "Por {authors}", | ||
"Comment": "Comentar", | ||
"complimentary": "oferta", | ||
"Email": "E-mail", | ||
"free": "grátis", | ||
"Keep reading": "Continuar a ler", | ||
"Less like this": "Não gostei", | ||
"Manage subscription": "Gerir subscrição", | ||
"Member since": "Membro desde", | ||
"More like this": "Gostei", | ||
"Name": "Nome", | ||
"paid": "pago", | ||
"Subscription details": "Detalhes da subscrição", | ||
"trialing": "em període de avaliação", | ||
"Unsubscribe": "Cancelar subscrição", | ||
"Upgrade": "Fazer upgrade", | ||
"Upgrade to continue reading.": "Faça upgrade para continuar a ler.", | ||
"View in browser": "Ver no navegador", | ||
"You are receiving this because you are a <strong>%%{status}%% subscriber</strong> to {site}.": "Está a receber este e-mail porque é <strong>subscritor/a %%{status}%%</strong> de {site}.", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 'status' variable will be substituted with the strings for free, paid, complimentary, and trialing. Could you please review these for grammar? This is an area that has been troublesome for many translators. AI suggests 'com oferta' instead of 'oferta'. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I changed the phrasing. It's more verbose, but I think clearer and a but more natural. |
||
"Your free trial ends on {date}, at which time you will be charged the regular price. You can always cancel before then.": "A sua avaliação gratuita termina a {date}, quando será cobrado preço normal. Pode sempre cancelar antes disso.", | ||
"Your subscription has been canceled and will expire on {date}. You can resume your subscription via your account settings.": "A sua subscrição foi cancelada e irá expirar a {date}. Pode recomeçar a sua subscrição nas definições da sua conta.", | ||
"Your subscription has expired.": "A sua subscrição expirou.", | ||
"Your subscription will expire on {date}.": "A sua subscrição expira a {date}.", | ||
"Your subscription will renew on {date}.": "A sua subscrição será renovada a {date}." | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this supposed to be período ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes!