Skip to content

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

Merged
merged 4 commits into from
May 12, 2025
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions ghost/i18n/locales/pt/newsletter.json
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",
Copy link
Member

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 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes!

"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}.",
Copy link
Member

Choose a reason for hiding this comment

The 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'.

Copy link
Contributor Author

Choose a reason for hiding this comment

The 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}."
}