forked from github.com/GenderDysphoria.fyi
Added tweet translation mechanism (#96)
* Added tweet translation mechanism. * Removed test translation. It was done via Google Translate which I don't trust for this application.
This commit is contained in:
@@ -1,16 +1,18 @@
|
||||
|
||||
module.exports = exports = {
|
||||
MENU_LANGUAGE: 'English (EN)',
|
||||
SITE_TITLE: 'That\'s Gender Dysphoria, FYI',
|
||||
HEADER_TITLE: 'That\'s Gender Dysphoria, <abbr title="For Your Information">FYI</abbr>',
|
||||
SITE_DESCRIPTION: 'A resource for those questioning their gender, already on a gender journey, or simply wanting to learn more about what it is to be transgender.',
|
||||
|
||||
HEADER_TITLE: 'That\'s Gender Dysphoria, <abbr title="For Your Information">FYI</abbr>',
|
||||
PATREON_FOOTER_BODY: 'This site is made possible thanks to contributions from the community. If you have found this site invaluable, please consider <a href="https://www.patreon.com/curvyandtrans">making a pledge on patreon</a> or a <a href="https://ko-fi.com/curvyandtrans">donation via Ko-fi</a>.',
|
||||
PATREON_FOOTER_THANKS: 'Special thanks to the following patreon supporters:',
|
||||
FOOTER_COPYRIGHT: 'Site text, website code and original graphics are <a href="https://creativecommons.org/licenses/by-nc-sa/2.0/">licensed CC BY-NC-SA.</a>',
|
||||
FOOTER_COPYRIGHT2: 'and Other Contributors',
|
||||
|
||||
'TRANS_TWITTER_TOPICS': 'Trans Twitter Topics',
|
||||
|
||||
MENU_LANGUAGE: 'English (EN)',
|
||||
TRANS_TWITTER_TOPICS: 'Trans Twitter Topics',
|
||||
MISSING_TWEET_FOR: 'Missing tweet for ',
|
||||
QUOTED_TWEET_UNAVAILABLE: 'Quoted Tweet Unavailable',
|
||||
TWEET_DATE_FORMAT: 'h:mm aa - EEE, LLL do, yyyy'
|
||||
};
|
||||
|
||||
|
||||
@@ -1,9 +1,18 @@
|
||||
|
||||
module.exports = exports = {
|
||||
SITE_TITLE: 'Eso es Disforia de Género, PSI',
|
||||
|
||||
HEADER_TITLE: 'Eso es Disforia de Género, <abbr title="Para Su Información">PSI</abbr>',
|
||||
|
||||
MENU_LANGUAGE: 'Español (ES)',
|
||||
SITE_TITLE: 'Eso es Disforia de Género, PSI',
|
||||
HEADER_TITLE: 'Eso es Disforia de Género, <abbr title="Para Su Información">PSI</abbr>',
|
||||
SITE_DESCRIPTION: 'Un recurso para aquellos que cuestionan su género, o que ya están en un viaje de género o simplemente quieren aprender más sobre lo que es ser transgénero.',
|
||||
|
||||
// PATREON_FOOTER_BODY: 'This site is made possible thanks to contributions from the community. If you have found this site invaluable, please consider <a href="https://www.patreon.com/curvyandtrans">making a pledge on patreon</a> or a <a href="https://ko-fi.com/curvyandtrans">donation via Ko-fi</a>.',
|
||||
// PATREON_FOOTER_THANKS: 'Special thanks to the following patreon supporters:',
|
||||
// FOOTER_COPYRIGHT: 'Site text, website code and original graphics are <a href="https://creativecommons.org/licenses/by-nc-sa/2.0/">licensed CC BY-NC-SA.</a>',
|
||||
// FOOTER_COPYRIGHT2: 'and Other Contributors',
|
||||
|
||||
TRANS_TWITTER_TOPICS: 'Temas Trans en Twitter',
|
||||
MISSING_TWEET_FOR: 'Tweet faltante ',
|
||||
QUOTED_TWEET_UNAVAILABLE: 'Tweet citado no disponible',
|
||||
TWEET_DATE_FORMAT: 'HH:mm - EEE, dd/LLL/yyyy'
|
||||
};
|
||||
|
||||
|
||||
@@ -1,16 +1,18 @@
|
||||
|
||||
module.exports = exports = {
|
||||
MENU_LANGUAGE: 'Français (FR)',
|
||||
SITE_TITLE: 'C\'est la dysphorie de genre, pour info',
|
||||
HEADER_TITLE: 'C\'est la dysphorie de genre, pour info',
|
||||
SITE_DESCRIPTION: 'Une ressource pour les personnes qui s\'interrogent sur leur genre, qui sont déjà engagées dans un parcours de changement de genre ou qui veulent simplement en savoir plus sur ce que c\'est que d\'être transgenre.',
|
||||
|
||||
HEADER_TITLE: 'C\'est la dysphorie de genre, pour info',
|
||||
PATREON_FOOTER_BODY: 'Ce site est rendu possible grâce aux contributions de la communauté. Si tu as trouvé ce site inestimable, pense à <a href="https://www.patreon.com/curvyandtrans">faire un don sur patreon</a> ou un <a href="https://ko-fi.com/curvyandtrans">don via Ko-fi</a>.',
|
||||
PATREON_FOOTER_THANKS: 'Nous remercions tout particulièrement les supporters patreon suivants :',
|
||||
FOOTER_COPYRIGHT: 'Le texte du site, le code du site et les graphiques originaux sont <a href="https://creativecommons.org/licenses/by-nc-sa/2.0/">sous license CC BY-NC-SA.</a>',
|
||||
FOOTER_COPYRIGHT2: 'et autres contributeurs',
|
||||
|
||||
'TRANS_TWITTER_TOPICS': 'Topics de Trans Twitter',
|
||||
|
||||
MENU_LANGUAGE: 'Français (FR)',
|
||||
TRANS_TWITTER_TOPICS: 'Topics de Trans Twitter',
|
||||
MISSING_TWEET_FOR: 'Tweet faltante ',
|
||||
QUOTED_TWEET_UNAVAILABLE: 'Tweet citado no disponible',
|
||||
TWEET_DATE_FORMAT: 'HH:mm - EEE, dd/LLL/yyyy'
|
||||
};
|
||||
|
||||
|
||||
@@ -1,16 +1,19 @@
|
||||
|
||||
module.exports = exports = {
|
||||
MENU_LANGUAGE: '中文 (ZH)',
|
||||
SITE_TITLE: '这就是性别烦躁,供参考',
|
||||
SITE_DESCRIPTION: '为那些正在质疑探索中的人、那些在跨性别道路上的人和单纯想成为盟友的人提供资源。',
|
||||
|
||||
HEADER_TITLE: '这就是性别烦躁,<abbr title="供参考">供参考</abbr>',
|
||||
SITE_DESCRIPTION: '为那些正在质疑探索中的人、那些在跨性别道路上的人和单纯想成为盟友的人提供资源。',
|
||||
|
||||
PATREON_FOOTER_BODY: 'This site is made possible thanks to contributions from the community. If you have found this site invaluable, please consider <a href="https://www.patreon.com/curvyandtrans">making a pledge on patreon</a> or a <a href="https://ko-fi.com/curvyandtrans">donation via Ko-fi</a>.',
|
||||
PATREON_FOOTER_THANKS: 'Special thanks to the following patreon supporters:',
|
||||
FOOTER_COPYRIGHT: 'Site text, website code and original graphics are <a href="https://creativecommons.org/licenses/by-nc-sa/2.0/">licensed CC BY-NC-SA.</a>',
|
||||
FOOTER_COPYRIGHT2: 'and Other Contributors',
|
||||
|
||||
'TRANS_TWITTER_TOPICS': 'Trans Twitter Topics',
|
||||
|
||||
MENU_LANGUAGE: '中文 (ZH)',
|
||||
TRANS_TWITTER_TOPICS: 'Trans Twitter Topics',
|
||||
MISSING_TWEET_FOR: 'Missing tweet for ',
|
||||
QUOTED_TWEET_UNAVAILABLE: 'Quoted Tweet Unavailable',
|
||||
TWEET_DATE_FORMAT: 'hh:mm aa - EEE, LLL do, yyyy'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user