forked from github.com/GenderDysphoria.fyi
Add Portuguese translation (light version) (#111)
* fix(es): syntax error that prevented compilation * feat(pt): add main text translation * feat(pt): add tweets translation * feat(pt): add PDF generation to GitHub workflow * fix(pt): add misisng translations and formatting fixes * fix(css): link fragment overlap with page header * fix(css): add font Inter before Gothic A1 The Gothic A1 font lacks a few characters necessary for writing Portuguese, namely: á, í, ó, ú, ã, õ, and their upper case versions. * fix(pt): remove 'Glossário' entry from _menu.hbs * fix(build): slugify.js * fix(pt): various typos and a few missing translations. * chore: add .vscode to .gitignore
This commit is contained in:
18
public/pt/_strings.js
Normal file
18
public/pt/_strings.js
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
module.exports = exports = {
|
||||
MENU_LANGUAGE: 'Português (PT)',
|
||||
SITE_TITLE: 'Isso é Disforia de Gênero, PSI',
|
||||
HEADER_TITLE: 'Isso é Disforia de Gênero, <abbr title="Para Sua Informação">PSI</abbr>',
|
||||
SITE_DESCRIPTION: 'Um recurso para quem questiona seu gênero, ou já está em uma jornada de gênero, ou simplesmente quer aprender mais sobre o que é ser transgênero.',
|
||||
|
||||
TRANS_TWITTER_TOPICS: 'Tópicos Trans no Twitter',
|
||||
TWEET_DATE_FORMAT: 'hh:mm - EEE, dd/LLL/yyyy',
|
||||
MISSING_TWEET_FOR: 'Tweet faltando',
|
||||
QUOTED_TWEET_UNAVAILABLE: 'Tweet citado indisponível',
|
||||
|
||||
PATREON_FOOTER_BODY: 'Esse site só foi possível graças às contribuições da comunidade. Se você achou esse site inestimável, por favor considere fazer uma <a href="https://www.patreon.com/curvyandtrans">contribuição no Patreon</a> ou uma <a href="https://ko-fi.com/curvyandtrans">doação pelo Ko-fi</a>.',
|
||||
PATREON_FOOTER_THANKS: 'Agradecimentos especiais aos seguintes apoiadores no Patreon:',
|
||||
FOOTER_COPYRIGHT: 'Texto e código do site, e arte original são <a href="https://creativecommons.org/licenses/by-nc-sa/2.0/">licenciados pela CC BY-NC-SA.</a>',
|
||||
FOOTER_COPYRIGHT2: 'e outros contribuidores.',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user