From ed15892ace0cae8f1917c1809a3bed8211e9db28 Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Tue, 12 Jan 2021 17:18:22 +0100 Subject: [PATCH] [nl][pt] prepare base --- locale/nl/blog/.gitkeep | 0 locale/nl/config.suml | 279 ++++++++++++++ locale/nl/names/nameCount.js | 1 + locale/nl/names/names.tsv | 1 + locale/nl/nouns/NounsExtra.vue | 6 + locale/nl/nouns/NounsNav.vue | 2 + locale/nl/nouns/cases.js | 1 + locale/nl/nouns/nounDeclension.tsv | 0 locale/nl/nouns/nounTemplates.tsv | 3 + locale/nl/people/people.tsv | 1 + locale/nl/pronouns/EnglishTable.vue | 3 + locale/nl/pronouns/GrammarTables.vue | 40 ++ locale/nl/pronouns/examples.tsv | 11 + locale/nl/pronouns/morphemes.js | 13 + locale/nl/pronouns/pronounGroups.tsv | 2 + locale/nl/pronouns/pronouns.tsv | 32 ++ locale/nl/translations.suml | 544 ++++++++++++++++++++++++++ locale/pt/blog/.gitignore | 0 locale/pt/config.suml | 164 ++++++++ locale/pt/names/nameCount.js | 1 + locale/pt/names/names.tsv | 1 + locale/pt/nouns/NounsExtra.vue | 6 + locale/pt/nouns/NounsNav.vue | 2 + locale/pt/nouns/cases.js | 1 + locale/pt/nouns/nounDeclension.tsv | 0 locale/pt/nouns/nounTemplates.tsv | 1 + locale/pt/people/people.tsv | 1 + locale/pt/pronouns/EnglishTable.vue | 3 + locale/pt/pronouns/GrammarTables.vue | 51 +++ locale/pt/pronouns/examples.tsv | 9 + locale/pt/pronouns/morphemes.js | 12 + locale/pt/pronouns/pronounGroups.tsv | 5 + locale/pt/pronouns/pronouns.tsv | 13 + locale/pt/translations.suml | 553 +++++++++++++++++++++++++++ src/locales.js | 12 +- 35 files changed, 1769 insertions(+), 5 deletions(-) create mode 100644 locale/nl/blog/.gitkeep create mode 100644 locale/nl/config.suml create mode 100644 locale/nl/names/nameCount.js create mode 100644 locale/nl/names/names.tsv create mode 100644 locale/nl/nouns/NounsExtra.vue create mode 100644 locale/nl/nouns/NounsNav.vue create mode 100644 locale/nl/nouns/cases.js create mode 100644 locale/nl/nouns/nounDeclension.tsv create mode 100644 locale/nl/nouns/nounTemplates.tsv create mode 100644 locale/nl/people/people.tsv create mode 100644 locale/nl/pronouns/EnglishTable.vue create mode 100644 locale/nl/pronouns/GrammarTables.vue create mode 100644 locale/nl/pronouns/examples.tsv create mode 100644 locale/nl/pronouns/morphemes.js create mode 100644 locale/nl/pronouns/pronounGroups.tsv create mode 100644 locale/nl/pronouns/pronouns.tsv create mode 100644 locale/nl/translations.suml create mode 100644 locale/pt/blog/.gitignore create mode 100644 locale/pt/config.suml create mode 100644 locale/pt/names/nameCount.js create mode 100644 locale/pt/names/names.tsv create mode 100644 locale/pt/nouns/NounsExtra.vue create mode 100644 locale/pt/nouns/NounsNav.vue create mode 100644 locale/pt/nouns/cases.js create mode 100644 locale/pt/nouns/nounDeclension.tsv create mode 100644 locale/pt/nouns/nounTemplates.tsv create mode 100644 locale/pt/people/people.tsv create mode 100644 locale/pt/pronouns/EnglishTable.vue create mode 100644 locale/pt/pronouns/GrammarTables.vue create mode 100644 locale/pt/pronouns/examples.tsv create mode 100644 locale/pt/pronouns/morphemes.js create mode 100644 locale/pt/pronouns/pronounGroups.tsv create mode 100644 locale/pt/pronouns/pronouns.tsv create mode 100644 locale/pt/translations.suml diff --git a/locale/nl/blog/.gitkeep b/locale/nl/blog/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/locale/nl/config.suml b/locale/nl/config.suml new file mode 100644 index 000000000..b22275fab --- /dev/null +++ b/locale/nl/config.suml @@ -0,0 +1,279 @@ +locale: 'nl' + +header: true + +pronouns: + enabled: true + default: 'er' + any: 'any' + plurals: true + honorifics: false + multiple: + name: 'Interchangeable forms' + description: 'Many nonbinary people use more than one form interchangeably and are fine with being called either of them.' + examples: ['er&sie', 'he&they', 'she&they'] + null: + description: 'No pronouns / null pronouns / pronounless / nameself' + history: 'Some people prefer not using any pronouns, instead being referred by name, initial, or by omitting pronouns with passive voice, see: {https://lgbta.wikia.org/wiki/Nullpronominal=nullpronominal}.' + morphemes: + pronoun_subject: '#' + pronoun_object: '#' + possessive_determiner: '#''s' + possessive_pronoun: '#''s' + reflexive: '#self' + examples: [':Andrea', ':S'] + template: 'Open one of the examples and simply replace the name/initial in the URL with your own.' + emoji: + description: 'Emojiself pronouns' + history: '{https://lgbta.wikia.org/wiki/Emojiself_Pronouns=Emojiself} pronouns are intended for online communication and not supposed to be pronounced.' + morphemes: + pronoun_subject: '#' + pronoun_object: '#' + possessive_determiner: '#''s' + possessive_pronoun: '#''s' + reflexive: '#self' + examples: ['đŸ’«', '💙'] + template: 'Open one of the examples and simply replace the emoji in the URL with your own.' + slashes: true + avoiding: false + others: 'Other pronouns' + +pronunciation: + enabled: true + voices: + DE: + language: 'de-DE' + voice: 'Vicki' + engine: 'standard' + +sources: + enabled: true + route: 'sources' + submit: true + mergePronouns: + they/them/themself: 'they' + +nouns: + enabled: true + route: 'dictionary' + collapsable: false + plurals: true + pluralsRequired: false + declension: false + submit: true + templates: true + inclusive: + enabled: false + terms: + enabled: false + +names: + enabled: false + +people: + enabled: false + +english: + enabled: false + +faq: + enabled: true + route: 'faq' + +links: + enabled: true + route: 'links' + blogRoute: 'blog' + links: + - + icon: 'globe-europe' + url: 'https://pronoun.is/' + headline: 'Pronoun.is' + extra: '– inspiration for this website.' + - + icon: 'chart-pie' + url: 'https://gendercensus.com/' + headline: 'Gender Census' + extra: '– annual survey about the language used by nonbinary people' + - + icon: 'comment-alt-edit' + url: 'https://avris.it/blog/why-everyone-should-have-pronouns-in-their-bio' + headline: 'Why EVERYONE should have pronouns in their bio' + - + icon: 'book-open' + url: 'https://www.merriam-webster.com/words-at-play/singular-nonbinary-they' + headline: 'Merriam Webster on the singular “they” as a nonbinary pronoun' + - + icon: 'book-open' + url: 'https://apastyle.apa.org/style-grammar-guidelines/grammar/singular-they' + headline: 'Style and grammar guidelines regarding singular “they”' + extra: '– American Psychological Association' + - + icon: 'book-open' + url: 'https://apastyle.apa.org/blog/singular-they' + headline: 'Welcome, singular “they”' + extra: '– American Psychological Association' + - + icon: 'trophy' + url: 'https://www.americandialect.org/2015-word-of-the-year-is-singular-they' + headline: '2015 Word of the Year is singular “they”' + extra: '– American Dialect Society' + - + icon: 'trophy' + url: 'https://www.americandialect.org/2019-word-of-the-year-is-my-pronouns-word-of-the-decade-is-singular-they' + headline: '2019 Word of the Year is “(My) Pronouns,” Word of the Decade is Singular “They”' + extra: '– American Dialect Society' + - + icon: 'play-circle' + url: 'https://www.youtube.com/watch?v=46ehrFk-gLk' + headline: 'Gender Neutral Pronouns: They''re Here, Get Used To Them' + extra: '– Tom Scott' + - + icon: 'book-open' + url: 'https://blogs.illinois.edu/view/25/677177' + headline: 'A Brief History of Singular “they”' + extra: '– Dennis Baron' + - + icon: 'wikipedia-w' + iconSet: 'b' + url: 'https://lgbta.wikia.org/wiki/Neopronouns' + headline: 'LGBTA Wiki on Neopronouns' + - + icon: 'book-open' + url: 'https://scholar.google.com/scholar?hl=en&q=neopronouns' + headline: 'Academic papers on neopronouns' + - + icon: 'newspaper' + url: 'https://www.nytimes.com/2020/01/21/books/review/whats-your-pronoun-dennis-baron.html' + headline: 'English’s Pronoun Problem Is Centuries Old' + extra: '– The New York Times' + - + icon: 'user-edit' + url: 'http://faculty.las.illinois.edu/debaron/' + headline: 'Dennis Baron' + extra: '– author of “What''s your pronoun?”, has been researching gender-neutrality for some 40 years now' + - + icon: 'book-open' + url: 'https://ojs.lib.uwo.ca/index.php/wpl_clw/article/download/966/456' + headline: 'Bucking the Linguistic Binary: Gender Neutral Language in English, Swedish, French, and German' + extra: '– Levi C. R. Hord' + - + icon: 'twitch' + iconSet: 'b' + url: 'https://pronouns.alejo.io/' + headline: 'Display pronouns in Twitch Chat' + + media: [] + socials: + - + icon: 'twitter' + iconSet: 'b' + url: 'https://twitter.com/PronounsPage' + headline: '@PronounsPage' + recommended: [] + +contact: + enabled: true + route: 'contact' + contacts: + - + icon: 'envelope' + url: 'mailto:contact@pronouns.page' + headline: 'contact@pronouns.page' + authors: + - + name: 'The “Neutral Language Council” collective' + link: '/blog/neutral-language-council' + group: true + - + name: 'Andrea' + profile: 'andrea' + pronouns: 'they' + pronounsLink: '/they' + website: 'https://avris.it' + twitter: 'AvrisIT' + mail: 'andrea@avris.it' + areas: + code: 'https://gitlab.com/Avris/Zaimki' + language: ~ + faq: '/faq' + - + name: 'PaweƂ Dembowski' + profile: 'Ausir' + pronouns: 'he' + pronounsLink: '/he' + twitter: 'VaultAusir' + mail: 'pawel.dembowski@gmail.com' + areas: + language: ~ + sources: '/sources' + - + name: 'Szymon Misiek' + profile: 'szymon' + pronouns: 'he' + pronounsLink: '/he' + mail: 'misiek.sz.93@gmail.com' + orcid: '0000-0002-0214-0387' + areas: + language: ~ + sources: '/sources' + +support: + enabled: true + links: + - + icon: 'coffee' + url: 'https://ko-fi.com/radajezykaneutralnego' + headline: 'Ko-Fi' + - + icon: 'paypal' + iconSet: 'b' + url: 'https://paypal.me/RJNeutralnego' + headline: 'PayPal' + +user: + enabled: true + route: 'account' + termsRoute: 'terms' + +profile: + enabled: true + editorEnabled: true + defaultWords: + - + - '[no honorific]' + - 'mx.' + - 'mr.' + - 'ms.' + - 'sir' + - 'ma''am' + - 'madam' + - 'sai' + - 'mir' + - 'shazam' + - 'zam' + - 'comrade' + - ['person', 'man', 'woman', 'lady', 'dude', 'boy', 'girl', 'buddy', 'pal', 'bro', 'sis', 'sib'] + - ['pretty', 'handsome', 'cute', 'hot', 'sexy'] + - ['friend', 'partner', 'boyfriend', 'girlfriend', 'joyfriend', 'husband', 'wife', 'kissmate', 'darling', 'beloved', 'boo'] + flags: + defaultPronoun: 'they' + +census: + enabled: false + +redirects: [] + +api: + examples: + pronouns_all: ['/api/pronouns'] + pronouns_one: + - '/api/pronouns/she/her' + - '/api/pronouns/she/her?examples[]=Did%20you%20ask%20%7Bpronoun_object%7D%20to%20join%20us%3F' + + sources_all: ['/api/sources'] + sources_one: ['/api/sources/01ERQRCV0XGVJ3T07MV9F6XQ83'] + + nouns_all: ['/api/nouns'] + nouns_search: ['/api/nouns/search/person'] + diff --git a/locale/nl/names/nameCount.js b/locale/nl/names/nameCount.js new file mode 100644 index 000000000..ff8b4c563 --- /dev/null +++ b/locale/nl/names/nameCount.js @@ -0,0 +1 @@ +export default {}; diff --git a/locale/nl/names/names.tsv b/locale/nl/names/names.tsv new file mode 100644 index 000000000..4c8c2dbe5 --- /dev/null +++ b/locale/nl/names/names.tsv @@ -0,0 +1 @@ +name origin meaning usage legally cons pros notablePeople count links diff --git a/locale/nl/nouns/NounsExtra.vue b/locale/nl/nouns/NounsExtra.vue new file mode 100644 index 000000000..885db0d69 --- /dev/null +++ b/locale/nl/nouns/NounsExtra.vue @@ -0,0 +1,6 @@ + diff --git a/locale/nl/nouns/NounsNav.vue b/locale/nl/nouns/NounsNav.vue new file mode 100644 index 000000000..6beff5199 --- /dev/null +++ b/locale/nl/nouns/NounsNav.vue @@ -0,0 +1,2 @@ + diff --git a/locale/nl/nouns/cases.js b/locale/nl/nouns/cases.js new file mode 100644 index 000000000..b1c6ea436 --- /dev/null +++ b/locale/nl/nouns/cases.js @@ -0,0 +1 @@ +export default {} diff --git a/locale/nl/nouns/nounDeclension.tsv b/locale/nl/nouns/nounDeclension.tsv new file mode 100644 index 000000000..e69de29bb diff --git a/locale/nl/nouns/nounTemplates.tsv b/locale/nl/nouns/nounTemplates.tsv new file mode 100644 index 000000000..696511d98 --- /dev/null +++ b/locale/nl/nouns/nounTemplates.tsv @@ -0,0 +1,3 @@ +masc fem neutr mascPl femPl neutrPl +-mann -frau -person -mĂ€nner -frauen -leute +- -in -In/-:in/-*in -e -innen -Innen/-:innen/-*innen diff --git a/locale/nl/people/people.tsv b/locale/nl/people/people.tsv new file mode 100644 index 000000000..6f2f459a7 --- /dev/null +++ b/locale/nl/people/people.tsv @@ -0,0 +1 @@ +name description pronouns sources diff --git a/locale/nl/pronouns/EnglishTable.vue b/locale/nl/pronouns/EnglishTable.vue new file mode 100644 index 000000000..a1c80d08e --- /dev/null +++ b/locale/nl/pronouns/EnglishTable.vue @@ -0,0 +1,3 @@ + diff --git a/locale/nl/pronouns/GrammarTables.vue b/locale/nl/pronouns/GrammarTables.vue new file mode 100644 index 000000000..635141f26 --- /dev/null +++ b/locale/nl/pronouns/GrammarTables.vue @@ -0,0 +1,40 @@ + + + diff --git a/locale/nl/pronouns/examples.tsv b/locale/nl/pronouns/examples.tsv new file mode 100644 index 000000000..58c109ac7 --- /dev/null +++ b/locale/nl/pronouns/examples.tsv @@ -0,0 +1,11 @@ +singular plural isHonorific +{'pronoun_n} ist so sĂŒĂŸ. {pronoun_n} sind so sĂŒĂŸ. FALSE +Ist das {pronoun_g} Hund? FALSE +Ich bin {pronoun_d} erst kĂŒrzlich begegnet. FALSE +Ich verstehe {pronoun_a} so gut. FALSE +Ist das {demonstrative_n}, {article_n} dich angerufen hat? Sind das {demonstrative_n}, {article_n} dich angerufen haben? FALSE +Ist das {demonstrative_n}, {article_g} Kanninchen du gesehen hast? Sind das {demonstrative_n}, {article_g} Kanninchen du gesehen hast? FALSE +Ist das {demonstrative_n}, {article_d} mein Buch gefĂ€hlt? Sind das {demonstrative_n}, {article_d} mein Buch gefĂ€hlt? FALSE +Ist das {demonstrative_n}, {article_a} du magst? Sind das {demonstrative_n}, {article_a} du magst? FALSE +Mein{possesive_object} Freund{noun} hat mich gerade angerufen. Mein{possesive_object} Freund{noun} haben mich gerade angerufen. FALSE + diff --git a/locale/nl/pronouns/morphemes.js b/locale/nl/pronouns/morphemes.js new file mode 100644 index 000000000..535bf4acb --- /dev/null +++ b/locale/nl/pronouns/morphemes.js @@ -0,0 +1,13 @@ +export default [ + 'pronoun_n', + 'pronoun_d', + 'pronoun_a', + 'pronoun_g', + 'article_n', + 'article_g', + 'article_d', + 'article_a', + 'demonstrative_n', + 'possesive_object', + 'noun', +]; diff --git a/locale/nl/pronouns/pronounGroups.tsv b/locale/nl/pronouns/pronounGroups.tsv new file mode 100644 index 000000000..0269befac --- /dev/null +++ b/locale/nl/pronouns/pronounGroups.tsv @@ -0,0 +1,2 @@ +name pronouns description +Normative forms er,sie TODO diff --git a/locale/nl/pronouns/pronouns.tsv b/locale/nl/pronouns/pronouns.tsv new file mode 100644 index 000000000..ed530f850 --- /dev/null +++ b/locale/nl/pronouns/pronouns.tsv @@ -0,0 +1,32 @@ +key description normative pronoun_n pronoun_d pronoun_a pronoun_g article_n article_g article_d article_a demonstrative_n possesive_object noun plural pluralHonorific pronounceable history thirdForm smallForm sourcesInfo +er,er/sein Maskulinum TRUE er ihm ihn sein der dessen dem den dieser FALSE FALSE TRUE +sie,sie/ihr Femininum TRUE sie ihr sie ihr die deren der die diese e in FALSE FALSE TRUE +es,es/sein Neutrum TRUE es ihm es sein das dessen dem das dieses FALSE FALSE TRUE +A Neopronomen "A" FALSE A A A As dA dAs dA dA diesA A A FALSE FALSE TRUE +dey Neopronomen "dey" FALSE dey denen/demm demm deren/der dey deyssen deym deyn diesey ey ey FALSE FALSE TRUE +die Neopronomen "die" FALSE die denen die deren die deren denen die diesie ie ie FALSE FALSE TRUE +el Neopronomen "el" FALSE el em en ems del diesel el el FALSE FALSE TRUE +em Neopronomen "em" FALSE em em em ems dem diesem em em FALSE FALSE TRUE +en Neopronomen "en" FALSE en en en sein/e/r, enes den diesen en en FALSE FALSE TRUE +eos Neopronomen "eos" FALSE eos ioi ios soi deos dieseos eos eos FALSE FALSE TRUE +ey,ey/em Neopronomen "ey/em" FALSE ey em(m) em(m) eys dey diesey ey ey FALSE FALSE TRUE +et Neopronomen "et" FALSE et siem sierer sien det dieset et et FALSE FALSE TRUE +hĂ€n Neopronomen "hĂ€n" FALSE hĂ€n sim sin sir dehĂ€n dieshĂ€n hĂ€n hĂ€n FALSE FALSE TRUE +hen Neopronomen "hen" FALSE hen hen hen hens dehen dieshen hen hen FALSE FALSE TRUE +iks Neopronomen "iks" FALSE iks iks iks ikses deiks diesiks iks iks FALSE FALSE TRUE +ind Neopronomen "ind" FALSE ind inde ind indd deind diesind ind ind FALSE FALSE TRUE +le Neopronomen "le" FALSE le lir lich lein dele diesle le le FALSE FALSE TRUE +per Neopronomen "per" FALSE per per per pers deper diesper per per FALSE FALSE TRUE +sel Neopronomen "sel" FALSE sel serl sel serl desel diessel sel sel FALSE FALSE TRUE +ser Neopronomen "ser" FALSE ser sem sen ses deser diesser ser ser FALSE FALSE TRUE +sier Neopronomen "sier" FALSE sier sier sier sier desier diessier sier sier FALSE FALSE TRUE +sier Alternative zu "sier" FALSE sier siem sien sien desier diessier sier sier FALSE FALSE TRUE +they Äquivalent zu englischem "them" FALSE they them them their dethey diesthey they they FALSE FALSE TRUE +vii Neopronomen "vii" FALSE vii viiv vii vis devii diesvii vii vii FALSE FALSE TRUE +x Neopronomen "x" FALSE x x x x dex diesx x x FALSE FALSE TRUE +xier Neopronomen "xier" FALSE xier xiem xien xies dexier diesxier xier xier FALSE FALSE TRUE +z/zet Neopronomen "z/zet" FALSE z/zet zerm zern zets/zern dezet dieszet z/zet z/zet FALSE FALSE TRUE +er_sie Neopronomen "er_sie" FALSE er_sie ihm_ihr ihn_sie sein_ihr der_die des_der dem_der den_die diese_r _e _in FALSE FALSE TRUE +er*sie Neopronomen "er*sie" FALSE er*sie ihm*ihr ihn*sie sein*ihr der*die des*der dem*der den*die diese*r *e *in FALSE FALSE TRUE +er:sie Neopronomen "er:sie" FALSE er:sie ihm:ihr ihn:sie sein:ihr der:die des:der dem:der den:die diese:r :e :in FALSE FALSE TRUE +ersie Neopronomen "ersie" FALSE ersie ihmihr ihnsie seinihr derdie desder demder dendie dieseer ?? ?? ?? FALSE FALSE TRUE diff --git a/locale/nl/translations.suml b/locale/nl/translations.suml new file mode 100644 index 000000000..9111438b9 --- /dev/null +++ b/locale/nl/translations.suml @@ -0,0 +1,544 @@ +title: 'nl.pronouns.page' +description: 'Usage examples of personal pronouns and gender neutral language.' + +home: + link: 'Startseite' + header: 'Pronomen' + headerLong: 'Liste von Pronomen' + why: 'Warum sind Pronomen wichtig?' + about: + - > + Wir alle haben Pronomen. Es sind die Wörter, die wir nutzen, wenn wir eine Person erwĂ€hnen ohne den Namen der Person zu verwenden. + Die meisten Menschen nutzen {/sie=“sie”} und {/er=“er”},sodass wir automatisch davon ausgehen, welches aufgrund des Aussehens zu verwenden ist. + Aber in Wahrheit ist es nicht so einfach
 + - > + Das Konzept von Geschlecht ist kompliziert. Manche Menschen “sehen nicht aus” wie ihr Geschlecht. + Manche bevorzugen es, mit einem anderen Pronomen angesprochen zu werden, als zuerst vermutet. + Manche Menschen passen nicht in die Boxen von “mĂ€nnlich” oder “weiblich” und bevorzugen eine neutralere Sprache. + - > + Mit diesem Tool kannst du deine Pronomen, mit BeispielsĂ€tzen, verlinken, + sodass du Leuten zeigen kannst wie du genannt werden willst. + - > + Warum ist das wichtig? Why does it matter? Einfach wegen des menschlichen Anstands. + Du wĂŒrdest Lea nicht “Marie” nennen, nur weil dir der Name besser gefĂ€llt + Oder weil “sie wie eine Marie fĂŒr dich aussieht”. + Oder auch wenn sie in der Geburtsurkunde “Marie” stehen hat, + aber sie diesen Namen absolut hasst und lieber “Lea” benutzt. + Und es ist dasselbe mit Pronomen – + Wenn du einer anderen Person gegenĂŒber nicht unhöflich sein willst, sprich sie richtig an. + Der einzige Unterschied ist, dass wir die Namen meistens kennen, die Pronomen hingegen nicht. + Wir stellen uns mit unserem Namen vor, aber nicht mit unseren Pronomen. Das mĂŒssen wir Ă€ndern! + pronouns: 'Liste verbreiteter Pronomen' + generator: + header: 'Generator' + description: > + Du kannst dieses Tool auch nutzen um die LĂŒcken zu fĂŒllen + und gleich einen Link generieren um ihn mit anderen zu teilen. + button: 'Zeige den Generator' + header2: 'Generiere einen Link' + base: 'Ausgehend von' + alt: 'Du kannst auch austauschbare Formen in jedes Feld eintragen, z.B. er&sie = „er” or „sie”.' + pronunciation: 'You can also specify the pronunciation after a pipe character, using IPA, eg. faerself|fɛÉčsɛlf = „faerself” pronounced as /fɛÉčsɛlf/.' + whatisit: 'What''s the deal with pronouns?' + +pronouns: + examples: 'Beispiel Nutzung in SĂ€tzen' + plural: 'Plural' + intro: 'Meine Pronomen sind' + normative: 'Normativ' + alt: + button: 'Generiere einen link zu austauschbaren Formen' + header: 'Austauschbare Formen' + raw: 'austauschbar' + generated: 'Diese Pronomen wurden mit Hilfe eines Generators erstellt. Das Team von pronouns.page ist nicht verantwortlich fĂŒr diese.' + any: + header: 'Beliebige Pronomen' + short: 'beliebig' + description: > + Auch wenn es fĂŒr manche Menschen sehr wichtig ist bestimmte Pronomen zu nutzen wenn ĂŒber sie geredet wird, + macht es anderen nichts aus - solange der Kontext klar ist ĂŒber wen gesprochen wird. + options: 'check out the options [share]{/=here}.' + others: 'Andere Formen' + othersRaw: 'andere' + or: 'oder' + grammarTable: 'Tabelle' + +sources: + header: 'Quellen' + headerLong: 'Beispiele aus kulturellen Texten' + headerLonger: 'Geschlechtsneutrale Sprache in kulturellen Texten' + subheader: 'Textkorpus der geschlechtsneutralen Sprache' + toc: 'Inhaltsverzeichnis anzeigen' + type: + All: 'Alle' + Book: 'BĂŒcher' + Article: 'Artikel' + Movie: 'Filme' + Series: 'Serien' + Song: 'Musik' + Poetry: 'Gedichte' + Other: 'Sonstiges' + submit: + header: 'Reiche ein Beispiel zum ergĂ€nzen ein' + action: 'ĂŒbermitteln' + pronouns: 'Welche Pronomen wurden genutzt?' + pronounsInfo: 'Gebe die einfachste Form des PRonomen ein, so wie es im Link ist. Z.B. “xier”, “er_sie”' + type: 'Quellentyp' + author: 'Autor' + title: 'Titel' + extra: 'Weitere Info (Übersetzer, Name der Zeitung, 
)' + year: 'Erscheinungsjahr (der deutschen Version)' + fragments: 'Fragmente' + comment: 'Kommentar' + link: 'Link zum Inhalt' + thanks: 'Danke fĂŒr deinen Beitrag!' + another: 'Ein weiteres Beispiel einreichen' + moderation: 'Einreichungen mĂŒssen erst genehmigt werden, bevor sie veröffentlicht werden.' + key: 'Key' # TODO + keyInfo: 'Identifier for linking sources between language versions and linking with the dictionary' # TODO + images: 'Images' # TODO + otherVersions: 'In other languages' # TODO + referenced: 'Examples of use' # TODO + +nouns: + header: 'Wörterbuch' + headerLong: 'Wörterbuch der neutralen Nomen' + headerLonger: 'Wörterbuch fĂŒr geschlechtsneutrale Sprache' + description: 'Es sind nicht nur Pronomen! Schaut euch unser Wörterbuch fĂŒr geschlechtsneutrale Nomen an.' + intro: + - > + Inklusive und geschlechtsneutrale Sprache heißt nicht nur die Pronomen einer Person zu respektieren. + Auch die Beschreibung des Jobs, der Position, der Beziehung, etc., + kann in einer Weise genutzt werden, die nicht gleich auf das Geschlecht schließen lĂ€sst. + Nicht alle Feuerwehrleute sind “FeuerwehrmĂ€nner”. Nicht jeder Ehepartner ist eine “Ehefrau” or ein “Ehemann”. + - > + Wenn du dich auf eine Person beziehst, deren Geschlecht du nicht kennst, + auf eine Gruppe gemischten Geschlechts + und vor allem wenn es eine Nicht-BinĂ€re Person ist die dies bevorzugt, + nutze die neutrale Form. + - > + Nachfolgend findest du eine Art Wörterbuch fĂŒr Wörter auf die du achten solltest. + Du kannst dazu beitragen und deine VorschlĂ€ge hinzufĂŒgen. + + approved: 'freigegebene EintrĂ€ge' + pending: 'auf Moderation wartend' + edit: 'Änderung vorschlagen' + edited: 'Änderungsvorschlag' + editing: 'Du bearbeitest einen bestehenden Eintrag' + empty: 'Keine Wörter gefunden die deinen Kriterien entsprechen.' + + submit: + action: 'Einreichen' + actionLong: 'Ein Wort einreichen' + thanks: 'Danke fĂŒr deinen Beitrag!' + another: 'Einen weiteren Eintrag einreichen' + moderation: 'Einreichungen mĂŒssen erst genehmigt werden, bevor sie veröffentlicht werden.' + + template: 'Eine Vorlage nutzen.' + root: 'Wurzel' + + masculine: 'Maskulin' + masculineShort: 'Mask.' + feminine: 'Feminin' + feminineShort: 'Fem.' + neuter: 'Neutral' + neuterShort: 'Neutr.' + + singular: 'Singular' + singularShort: 'Sing.' + plural: 'Plural' + pluralShort: 'Pl.' + +faq: + header: 'FAQ' + headerLong: 'Frequently asked questions' + questions: + nonbinary: + question: 'What is nonbinary?' + answer: + - > + Gender is way more complicated than just a simple distinction male/female. + Even from a purely biological standpoint we distinguish chromosomal sex, + genetic sex, hormonal sex, phenotypic sex
 + They aren't necessarily congruent with each other, they don't have to be binary. + {https://twitter.com/RebeccaRHelm/status/1207834357639139328=(more info here)}. + And when we get to the cultural aspect, “gender” is a social construct. + Depending on time and location being “a woman” or “a man” can mean having radically different + rights, duties, norms
 In Europe men used to wear high heels and stockings + native peoples of North America have been recognising a third gender for centuries + {https://gender.wikia.org/wiki/Two-Spirit=(two-spirit)}, etc. etc. + - > + Nonbinary is an umbrella term describing the identity of people + who don't fit the binary man/woman distinction. + It includes for instance people who are + {https://gender.wikia.org/wiki/Agender=agender}, + {https://gender.wikia.org/wiki/Gender_Fluid=gender fluid}, + {https://gender.wikia.org/wiki/Demigirl=demigirls}, + {https://gender.wikia.org/wiki/Demiboy=demiboys}, + i {https://gender.wikia.org/wiki/Non-binary=and many many others}. + - > + Nonbinary isn't necessarily something “between” masculinity and femininity. More like “beyond”. + Nonbinary people don't have to be androgynous, don't have to use neutral pronouns, etc. + It's about being free from gender roles, not about creating new ones. + why-respect: + question: 'Why should I respect some strange pronouns?' + answer: + - > + Because addressing people in the way they want to be addressed is the basis of social relations. + You wouldn't call Ashley “Samantha”, you wouldn't drop “sir”/“madam” when addressing your supervisor, etc. + And there's people who don't want to be called either “{/he=he}” or “{/she=she}”. + If you don't accept that, it only shows you in bad light. + - > + “Strange pronouns” are just a matter of getting used to. + how-to-know: + question: 'How do I know how to address someone?' + answer: + - > + You can just ask! Yes, it might be a bit awkward, but the more we do it, the less awkward it gets. + If we can ask somebody their name, why not their pronouns? + - > + (Just please don't phrase it as “are you a boy or a girl?”. + This question implies that there's just two correct answers, + and it suggests unhealthy curiosity about someone's genitals. + Instead, you could just ask “what are your pronouns?” or “how should I refer to you?”) + - > + It's also important to normalise simply telling people your pronouns when you introduce yourself. + “Hi, I'm MichĂŠl, {/he=he/him}”. It's not hard – but for trans and nonbinary peopls it means so much! + It's even easier done online: just put your pronouns (or a link to examples from our website) to your bio. + - > + Remember also that many people might use a different name and a different set of pronouns depending on situation. + They might not be out among friends or coworkers yet, but among friends be comfortable living their truth. + Be mindful. You might for instance ask them “which pronouns should I use in front of your boss?”, etc. + - > + Some people give multiple pronouns, eg. “{/he&she=he/she}” or “{/they&he=they/he}”. + That means they like all of those forms. Usually, the first one is the preferred one. + who-uses-it: + question: 'Does anyone even use that?' + answer: + - > + Yes! Millions of enbies all around the world. + Every pronoun listed here has someone that actually uses it in everyday life. + authority: + question: 'Are those nonbinary pronouns approved by some kind of authority?' + answer: + - > + Language is not some kind of god-given, ancient magic set in stone. + It's just a tool that we use to communicate. + When we change as a society, and when the world around us changes, + we adjust the language we use to be able to better describe it. + We're its users, so we're the authority on how we want to use it. + - > + Dictionaries take their time to start including those changes, + which doesn't make the change illegitimate in any way. + But eventually the new forms, if used often enough, get included in dictionaries. + {https://www.merriam-webster.com/words-at-play/singular-nonbinary-they=Merriam Webster}, for example, + accepts the use of {/they=singular “they”} as a nonbinary pronoun. + - > + You can also read some {https://scholar.google.com/scholar?hl=en&q=neopronouns=academic papers} + on neopronouns. + bio: + question: 'Why should I put my pronouns in bio on social media?' + answer: + - > + If you're cis (= not trans) and you use „{/he=he}” or „{/she=she}” matching your gender, + you might think that your pronouns are obvious. + And yeah, maybe that's true – as long as your name is mentioned in the profile (and is traditionally male of female) + or if you have your picture as avatar. + Many people don't – so it's hard to guess how they want to be called. + - > + But it's mostly about something more than that: your pronouns might be “obvious”, + but there are people whose pronouns are not. + They want to be addressed correctly, whether or not they “pass” as their gender, + whether or not they have transitioned (or if they want to transition at all). + Nonbinary people usually “don't look nonbinary”, we don't owe anyone androgyny. + - > + Sharing our pronouns is very important for trans, nonbinary and gender nonconforming people. + Alas, it also exposes and singles us out. + But if cis people do the same, it means the world for us. + It makes us feel more confortable, safe and welcome + {https://avris.it/blog/why-everyone-should-have-pronouns-in-their-bio=(more reasons here).} + change: + question: 'Can I change my pronouns?' + answer: + - > + Of course! Nobody is surprised when someone changes their views, style, hobbies
 + So why would it be strange that they discovered a part of their identity, + stopped liking their name, discovered a label that fits them well, etc.? + get-used-to: + question: 'Is it strange that I can''t get used to my own new pronouns?' + answer: + - > + Not at all! After many years of using pronouns congruent with one's gender assigned at birth + it's easy to forget oneself when switching to different ones. + - > + Pronouns ≠ gender. + Your gender won't drastically change just because you got confused once when someone called you “them”. + Don't worry. Experiment. See what fits you best. + preferred-pronouns: + question: 'Why shouldn''t I say “preferred pronouns”?' + answer: + - > + Because this phrase suggests that someone's pronouns are just a whim. + If someone just “prefers” to be called she, he won't _really_ feel bad, if I call him a “he”, right? + They look like a guy, after all, so it's gonna be easier for me! + - > + No! It's our pronouns. Not our “preferred pronouns”. It's our names, not our “preferred names”. + If you care about your trans and nonbinary friends and loved ones, then call them the right way. + gender-pronouns: + question: 'Why shouldn''t I say “gender pronouns”?' + answer: + - > + Because gender ≠ pronouns. Pronouns are just grammar. + Nonbinary folks can use binary pronouns, some lesbians use {/he=he/him} for cultural reasons, etc. + - > + Simply say “pronouns”. + +links: + header: 'Links' + headerLong: 'Extra links' + recommended: 'We recommend' + + media: 'Pronouns.page in the media' + + social: 'Social media' + + languageVersions: 'Other language versions' + +people: ~ + +english: ~ + +contact: + header: 'Contact' + authors: 'Authors of the website' + +support: + header: 'Support' + description: > + If you want to chip in for the server, domains, stickers etc., or simply buy the authors a beer, + you can use the links below: + +user: + header: 'Account' + headerLong: 'Your account' + tokenExpired: 'Token has expired. Please refresh the website and try again.' + login: + placeholder: 'Email (or username, if you''re already registered)' + action: 'Log in' + emailSent: 'We''ve sent you an email with a 6-digit code. Enter it here. The code is single-use and stays valid for 15 minutes.' + userNotFound: 'User not found.' + email: + subject: 'Your login code is %code%' + content: | + To confirm your email address, use the following code: %code%. + + If you didn't order this code, simply ignore this message. + why: > + Registering lets you manage your cards ({/@andrea=like this one}). + passwordless: 'The website doesn''t store any passwords. {https://avris.it/blog/passwords-are-passĂ©=More info.}' + code: + action: 'Validate' + invalid: 'Invalid code.' + account: + changeUsername: + header: 'Username' + action: 'Change' + invalid: 'Username must be between 4 and 16 characters long and can only contain numbers, letters, dots, hyphens and underscore.' + taken: 'This username is taken.' + changeEmail: + header: 'Email address' + action: 'Change' + invalid: 'Invalid email address.' + taken: 'This address is taken.' + admin: 'Admin' + logout: 'Log out' + avatar: + header: 'Avatar' + change: 'Change' + deleteAccount: 'Delete account' + deleteAccountConfirm: 'Are you sure you want to remove your account? This will be irreversible!' + socialConnection: + list: 'Social media connections' + connect: 'Connect' + refresh: 'Refresh' + disconnect: 'Disconnect' + disconnectConfirm: 'Are you sure you want to remove this connection? (You can always log in using email %email%)' + +profile: + description: 'Description' + names: 'Names' + pronouns: 'Pronouns' + pronounsInfo: 'You can enter a pronoun (eg. “they” or “she/sher”) or a link (eg. “http://en.pronouns.page/e”) or the custom five forms (eg. “ze/zem/zir/zirs/zirself”).' + pronounsNotFound: 'We can''t find a link to this pronoun!' + words: 'Words' + birthday: 'Age' + birthdayInfo: 'We do not publish your birthday, just the calculated age.' + flags: 'Flags' + flagsInfo: 'Drag & drop your pride flags into this frame.' + links: 'Links' + column: 'Column' + + list: 'Your cards' + init: 'Create a card' + show: 'Show' + edit: 'Edit' + delete: 'Delete' + deleteConfirm: 'Are you sure you want to delete this card?' + editor: + header: 'Card editor' + save: 'Save your card' + opinion: + yes: 'Yes' + jokingly: 'Jokingly' + meh: 'Okay' + no: 'Nope' + +share: 'Share' + +crud: + approve: 'Approve' + hide: 'Hide' + remove: 'Remove' + removeConfirm: 'Are you sure you want to remove this item?' + edit: 'Edit' + add: 'Add' + filter: 'Filter' + filterLong: 'Filter the list
' + search: 'Search
' + author: 'Added by' + +footer: + source: 'Source code is {https://gitlab.com/Avris/Zaimki=published} under the {https://mit.avris.it=MIT} license.' + links: 'Contact, social media, support' + +notFound: + message: 'Page was not found' + back: 'Go back to the homepage' + +authRequired: + message: 'You must log in to see this site' + go: 'Go to the login form' + +confirm: + header: 'Are you sure?' + yes: 'Yes, I''m sure' + no: 'No, cancel' + +terms: + header: 'Terms of Service' + lastUpdate: 'Last Updated' + consent: 'By registering you''re accepting the {/terms=Terms of Service}.' + +admin: + header: 'Admin panel' + user: + user: 'User' + email: 'Email' + roles: 'Role' + profiles: 'Profiles' + confirmRole: 'Are you sure you want to switch @%username%''s role to "%role%"?' + +table: + empty: 'Empty
' + count: 'Count' + sort: 'Drag to sort' + scrollUp: 'Scroll to the top' + more: 'Show more' + +api: + header: 'Public API' + example: 'Example' + query: 'Query string parameters' + +quotation: + start: '“' + end: '”' + +localise: + shorter: 'Add more' + short: 'Adding language versions' + long: 'Want to create a new language version? Check out' + longLink: 'this manual!' + +images: + upload: + instruction: 'Click here or drag your pics here' # TODO + +error: + generic: 'Something went wrong, please try again
' # TODO + +flags: + Abrosexual: 'Abrosexual' + Achillean: 'Aquilean{inflection}' + Agender: 'AgĂ©nero' + Anarcha-Queer: 'Anarco-queer' + Androgyne: 'AndrĂłgin{inflection}' + Androsexual: 'Androsexual' + Aporagender: 'AporagĂ©nero' + Archaeopronouns: 'Arqueopronombres' + Aroace: 'Arro-ase' + Aromantic: 'ArromĂĄnti{inflection_c}' + Asexual: 'Asexual' + Autigender: 'AutisgĂ©nero' + Bear: 'Oso' + Bigender: 'BigĂ©nero' + Bisexual: 'Bisexual' + Butch: 'Butch' + Ceterosexual: 'Ceterosexual' + Cis_Ally: 'Aliad{inflection} cis' + Demiboy: 'Demichico' + Demigender: 'DemigĂ©nero' + Demigirl: 'Demichica' + Demiromantic: 'DemirromĂĄnti{inflection_c}' + Demisexual: 'Demisexual' + Diamoric: 'DiamĂłri{inflection_c}' + Enbian: 'Nobian{inflection}' + Fa*afafine: 'Fa''afafine' + Gay: 'Gay' + Gender_Questioning: 'CuestionĂĄndose el gĂ©nero' + Genderfae: 'HadagĂ©nero' + Genderfaun: 'FaunogĂ©nero' + Genderfluid: 'GĂ©nero fluido' + Genderflux: 'FlujogĂ©nero' + Genderqueer: 'GĂ©nero queer' + Greyasexual: 'Grisexual' + Greyaromantic: 'GrisrromĂĄnti{inflection_c}' + Gynesexual: 'Ginosexual' + Heteroflexible: 'Heteroflexible' + Hijra: 'Hijra' + Homoflexible: 'Homoflexible' + Intersex: 'Intersexual' + LGBTQ: 'LGBTQ' + Leather_Pride: 'Orgullo de cuero' + Lesbian: 'Lesbiana' + Maverique: 'Maverique' + Muxe: 'Muxe' + Nebularomantic: 'NebulosarromĂĄnti{inflection_c}' + Neopronouns: 'Neopronombres' + Neutrois: 'Neutr{inflection}' + Nonbinary: 'No binari{inflection}' + Omnisexual: 'Omnisexual' + Oriented_Aroace: 'Arro-ase orientad{inflection}' + Pangender: 'PangĂ©nero' + Pansexual: 'Pansexual' + Polyamorous: 'Poliamoros{inflection}' + Polysexual: 'Polisexual' + Pomosexual: 'Pomosexual' + Progress_Pride: 'Orgullo progresivo' + Queer: 'Queer (cuir)' + Queerian: 'Queerian{inflection}' + Queerplatonic: 'QueerplatĂłni{inflection_c}' + Quoiromantic: 'QueerromĂĄnti{inflection_c}' + Sapphic: 'SĂĄfi{inflection_c}' + Sexuality_Questioning: 'CuestionĂĄndose la sexualidad' + Straight_Ally: 'Aliad{inflection} hetero' + Toric: 'TĂłri{inflection_c}' + Transfeminine: 'Transfemenin{inflection}' + Transgender: 'TransgĂ©nero' + Transmasculine: 'Transmasculin{inflection}' + Transneutral: 'Transneutr{inflection}' + Trigender: 'TrigĂ©nero' + Trixic: 'TrĂ­ci{inflection_c}' + Two_Spirit: 'Dos espĂ­ritus' + Xenogender: 'XenogĂ©nero' + diff --git a/locale/pt/blog/.gitignore b/locale/pt/blog/.gitignore new file mode 100644 index 000000000..e69de29bb diff --git a/locale/pt/config.suml b/locale/pt/config.suml new file mode 100644 index 000000000..82f5254a1 --- /dev/null +++ b/locale/pt/config.suml @@ -0,0 +1,164 @@ +locale: 'pt' + +header: true + +pronouns: + enabled: true + default: 'Ă©l' + any: 'any' + plurals: false + honorifics: false + multiple: + name: 'Formas intercambiables' + description: 'Muchas personas no binarias usan mĂĄs de una forma intercambiablemente y se sienten cĂłmodas con cualquiera de las opciones.' + examples: ['Ă©l&ella', 'Ă©l&elle', 'ella&elle'] + null: false + emoji: false + slashes: false + avoiding: false + others: 'Otros pronombres' + +pronunciation: + enabled: true + voices: + ES: + language: 'es-ES' + voice: 'Lucia' + engine: 'standard' + MX: + language: 'es-MX' + voice: 'Mia' + engine: 'standard' + +sources: + enabled: true + route: 'fuentes' + submit: true + mergePronouns: {} + +nouns: + enabled: true + route: 'diccionario' + collapsable: false + plurals: false + pluralsRequired: false + declension: false + submit: true + templates: false + inclusive: + enabled: false + terms: + enabled: false + +names: + enabled: false + +people: + enabled: false + +english: + enabled: false + +faq: + enabled: true + route: 'preguntas' + +links: + enabled: false + route: 'enlaces' + blogRoute: 'blog' + links: [] + media: [] + socials: + - + icon: 'twitter' + iconSet: 'b' + url: 'https://twitter.com/PronounsPage' + headline: '@PronounsPage' + recommended: [] + +contact: + enabled: true + route: 'contacto' + contacts: + - + icon: 'envelope' + url: 'mailto:contact@pronouns.page' + headline: 'contact@pronouns.page' + authors: + - + name: 'Andrea' + profile: 'andrea' + pronouns: 'elle' + pronounsLink: '/elle' + website: 'https://avris.it' + twitter: 'AvrisIT' + mail: 'andrea@avris.it' + areas: + cĂłdigo: 'https://gitlab.com/Avris/Zaimki' + - + name: 'PaweƂ Dembowski' + profile: 'ausir' + pronouns: 'Ă©l' + pronounsLink: '/Ă©l' + twitter: 'VaultAusir' + mail: 'pawel.dembowski@gmail.com' + areas: + idioma: ~ + fuentes: '/fuentes' + - + name: 'Dante' + profile: 'AkerAdardun' + pronouns: 'Ă©l' + pronounsLink: '/Ă©l' + twitter: 'AkerAdardun' + mail: 'danteu2998@gmail.com' + areas: + traducciĂłn: ~ + +support: + enabled: true + links: + - + icon: 'coffee' + url: 'https://ko-fi.com/radajezykaneutralnego' + headline: 'Ko-Fi' + - + icon: 'paypal' + iconSet: 'b' + url: 'https://paypal.me/RJNeutralnego' + headline: 'PayPal' + +user: + enabled: true + route: 'cuenta' + termsRoute: 'terinos' + +profile: + enabled: true + editorEnabled: true + defaultWords: + - ['señor', 'señora', 'señore', 'don', 'doña', 'doñe', 'usted', 'tĂș', 'vos'] + - ['persona', 'hombre', 'mujer', 'chico', 'chica', 'chique', 'muchach_', 'tip_', 'herman_', 'tĂ­_', 'gĂŒey', 'pib_'] + - ['lind_', 'guap_', 'bonit_', 'mon_', 'hermos_', 'sexi'] + - ['pareja', 'novi_', 'marid_', 'espos_', 'media naranja'] + flags: + defaultPronoun: 'ell_' + +census: + enabled: false + +redirects: [] + +api: + examples: + pronouns_all: ['/api/pronouns'] + pronouns_one: + - '/api/pronouns/ella' + - '/api/pronouns/ella?examples[]=Creo%20que%20%7Bpronoun%7D%20es%20muy%20querid%7Binflection%7D.' + + sources_all: ['/api/sources'] + sources_one: ['/api/sources/01ET491ME8DPKNN1SV3NBK6KEA'] + + nouns_all: ['/api/nouns'] + nouns_search: ['/api/nouns/search/esposa'] diff --git a/locale/pt/names/nameCount.js b/locale/pt/names/nameCount.js new file mode 100644 index 000000000..ff8b4c563 --- /dev/null +++ b/locale/pt/names/nameCount.js @@ -0,0 +1 @@ +export default {}; diff --git a/locale/pt/names/names.tsv b/locale/pt/names/names.tsv new file mode 100644 index 000000000..4c8c2dbe5 --- /dev/null +++ b/locale/pt/names/names.tsv @@ -0,0 +1 @@ +name origin meaning usage legally cons pros notablePeople count links diff --git a/locale/pt/nouns/NounsExtra.vue b/locale/pt/nouns/NounsExtra.vue new file mode 100644 index 000000000..885db0d69 --- /dev/null +++ b/locale/pt/nouns/NounsExtra.vue @@ -0,0 +1,6 @@ + diff --git a/locale/pt/nouns/NounsNav.vue b/locale/pt/nouns/NounsNav.vue new file mode 100644 index 000000000..6beff5199 --- /dev/null +++ b/locale/pt/nouns/NounsNav.vue @@ -0,0 +1,2 @@ + diff --git a/locale/pt/nouns/cases.js b/locale/pt/nouns/cases.js new file mode 100644 index 000000000..b1c6ea436 --- /dev/null +++ b/locale/pt/nouns/cases.js @@ -0,0 +1 @@ +export default {} diff --git a/locale/pt/nouns/nounDeclension.tsv b/locale/pt/nouns/nounDeclension.tsv new file mode 100644 index 000000000..e69de29bb diff --git a/locale/pt/nouns/nounTemplates.tsv b/locale/pt/nouns/nounTemplates.tsv new file mode 100644 index 000000000..2a0ef7c94 --- /dev/null +++ b/locale/pt/nouns/nounTemplates.tsv @@ -0,0 +1 @@ +masc fem neutr mascPl femPl neutrPl diff --git a/locale/pt/people/people.tsv b/locale/pt/people/people.tsv new file mode 100644 index 000000000..6f2f459a7 --- /dev/null +++ b/locale/pt/people/people.tsv @@ -0,0 +1 @@ +name description pronouns sources diff --git a/locale/pt/pronouns/EnglishTable.vue b/locale/pt/pronouns/EnglishTable.vue new file mode 100644 index 000000000..a1c80d08e --- /dev/null +++ b/locale/pt/pronouns/EnglishTable.vue @@ -0,0 +1,3 @@ + diff --git a/locale/pt/pronouns/GrammarTables.vue b/locale/pt/pronouns/GrammarTables.vue new file mode 100644 index 000000000..0d5bbb846 --- /dev/null +++ b/locale/pt/pronouns/GrammarTables.vue @@ -0,0 +1,51 @@ + + + diff --git a/locale/pt/pronouns/examples.tsv b/locale/pt/pronouns/examples.tsv new file mode 100644 index 000000000..6a51b038c --- /dev/null +++ b/locale/pt/pronouns/examples.tsv @@ -0,0 +1,9 @@ +singular plural isHonorific +Creo que {pronoun} es muy querid{inflection}. FALSE +LlamĂ© a mi herman{inflection} esta mañana y me dijo que estarĂĄ ocupad{inflection} esta tarde. FALSE +A mi amiga la quiero, pero a mi novi{inflection} {direct_object_pronoun} amo mucho. FALSE +{'plural_definite_article} activistas progresiv{inflection}s estĂĄn presionando para la aceptaciĂłn de los pronombres neutros. FALSE +Se acerca la navidad y no sĂ© quĂ© regalos comprar para {plural_pronoun}. FALSE +{'definite_article} dueñ{inflection} de esta tienda es una persona amable. FALSE +{'plural_direct_object_pronoun} vi anoche pero no me reconocieron. FALSE +Es {indefinite_article} estudiante muy list{inflection}. FALSE diff --git a/locale/pt/pronouns/morphemes.js b/locale/pt/pronouns/morphemes.js new file mode 100644 index 000000000..85702ca65 --- /dev/null +++ b/locale/pt/pronouns/morphemes.js @@ -0,0 +1,12 @@ +export default [ + 'pronoun', + 'direct_object_pronoun', // no example? + 'definite_article', // no example? + 'indefinite_article', + 'plural_pronoun', + 'plural_definite_article', + 'plural_indefinite_article', // no example? + 'plural_direct_object_pronoun', + 'inflection', + 'inflection_c', +]; diff --git a/locale/pt/pronouns/pronounGroups.tsv b/locale/pt/pronouns/pronounGroups.tsv new file mode 100644 index 000000000..f8dfd0312 --- /dev/null +++ b/locale/pt/pronouns/pronounGroups.tsv @@ -0,0 +1,5 @@ +name pronouns description +Pronombres normativos Ă©l,ella Vale la pena mencionar que pronombres ≠ gĂ©nero. Une puede ser no binarie y aĂșn asĂ­ usar los pronombres correspondientes (u “opuestos”) al gĂ©nero asignado al nacer. +Neopronombres elle,ellu,elli,Ăłl,xelle A diferencia de otros pronombres, que son reconocidos como “gramaticalmente correctos”, los neopronombres son mĂĄs recientes y su intenciĂłn es no implicar ningĂșn gĂ©nero para incluir a personas no binarias en el discurso. ÂĄQue no estĂ©n incluidos en algĂșn diccionario no los hace menos vĂĄlidos o menos correctos! +Pronombres grĂĄficos ellx,ell_,ell*,ellĂŠ,ell@ Estos pronombres tienen una forma grĂĄfica que no corresponde directamente a una pronunciaciĂłn. Algunos, como {/ellx=ellx/lx} tienden a ser pronunciados de alguna u otra forma, mientras que otros, como {/ell_=ell_/l_} no necesariamente. +Formas plurales En ocasiones se utilizan formas plurales como calco del {https://en.pronouns.page/they=they/them singular} del inglĂ©s para referirse a personas no binarias en español, por ejemplo “Mario son mis mejores amigos, ellos son muy divertidos”. diff --git a/locale/pt/pronouns/pronouns.tsv b/locale/pt/pronouns/pronouns.tsv new file mode 100644 index 000000000..bf530bfc6 --- /dev/null +++ b/locale/pt/pronouns/pronouns.tsv @@ -0,0 +1,13 @@ +key description normative pronoun direct_object_pronoun definite_article indefinite_article plural_pronoun plural_definite_article plural_indefinite_article plural_direct_object_pronoun inflection inflection_c plural pluralHonorific pronounceable history thirdForm smallForm sourcesInfo +Ă©l,Ă©l/lo,el,el/lo Masculino TRUE Ă©l lo el un ellos los unos los o co FALSE FALSE TRUE +ella,ella/la Femenino TRUE ella la la una ellas las unas las a ca FALSE FALSE TRUE +elle,elle/le Neopronombre neutro FALSE elle le le une elles|=Ă©yes les unes les e que FALSE FALSE TRUE Forma neutra, tambiĂ©n llamada “lenguaje inclusivo”. Este pronombre es utilizado para referirse a personas no binarias, y tambiĂ©n para grupos mixtos en cuanto a gĂ©nero, para no excluir a nadie. +ellu,ellu/lu Neopronombre neutro FALSE ellu lu lu unu ellus lus unus lus u cu FALSE FALSE TRUE Forma neutra mucho menos comĂșn que “elle”. +elli,elli/li Neopronombre neutro FALSE elli|=Ă©yi li li uni ellis|=Ă©yis lis unis lis i qui FALSE FALSE TRUE Forma neutra mucho menos comĂșn que “elle”. +Ăłl,Ăłl/ol,ol,ol/ol Neopronombre agĂ©nero FALSE Ăłl ol ol une olles oles unes oles e que FALSE FALSE TRUE Una forma propuesta para personas agĂ©neros. +xelle,xelle/le Neopronombre basado en el pronombre inglĂ©s "xe" FALSE xelle le le une xelles|=sĂ©yes les unes les e que FALSE FALSE TRUE Un neopronombre creado como traducciĂłn del neopronombre del inglĂ©s {https://en.pronouns.page/xe=”xe/xem”}. +ellx,ellx/lx Pronombre neutro con "x" FALSE ellx lx lx unx ellxs lxs unxs lxs x cx FALSE FALSE FALSE Propuesta grĂĄfica de pronombre inclusivo. Aunque ha sido calificado de impronunciable, y algunas personas han adjudicado su origen a influencias de Estados Unidos, se trata de una manera grĂĄfica de representar un pronombre para personas no binarias y grupos mixtos, suele pronunciarse igual que {/elle=elle/le}, y tiene un uso extendido por LatinoamĂ©rica y la PenĂ­nsula IbĂ©rica. +ell_,ell_/l_ Pronombre neutro con "_" FALSE ell_ l_ l_ un_ ell_s l_s un_s l_s _ c_ FALSE FALSE FALSE Un pronombre creado para referirse tanto a personas no binarias como a grupos mixtos. Su uso corresponde a la escritura, y no hay una tendencia de pronunciaciĂłn. +ell*,ell*/l* Pronombre neutro con "*" FALSE ell* l* l* un* ell*s l*s un*s l*s * c_ FALSE FALSE FALSE Un pronombre creado para referirse tanto a personas no binarias como a grupos mixtos. Su uso corresponde a la escritura, y no hay una tendencia de pronunciaciĂłn. +ellĂŠ,ellĂŠ/lĂŠ Pronombre neutro con "ĂŠ" FALSE ellĂŠ lĂŠ lĂŠ unĂŠ ellĂŠs lĂŠs unĂŠs lĂŠs ĂŠ cĂŠ FALSE FALSE FALSE Un pronombre creado para referirse tanto a personas no binarias como a grupos mixtos. +ell@,ell@/l@ Pronombre inclusivo binario FALSE ell@ l@ l@ un@ ell@s l@s un@s l@s @ c@ FALSE FALSE FALSE Un pronombre creado para parecerse tanto a "a" como a "o". Ahora se percibe como inclusivo de hombres y mujeres pero no necesariamente de personas no binarias. diff --git a/locale/pt/translations.suml b/locale/pt/translations.suml new file mode 100644 index 000000000..5b3ebf12f --- /dev/null +++ b/locale/pt/translations.suml @@ -0,0 +1,553 @@ +title: 'pt.pronouns.page' +description: 'Ejemplos de uso de pronombres personales y lenguaje neutro.' + +home: + link: 'Inicio' + header: 'Pronombres' + headerLong: 'Lista de pronombres' + why: 'ÂżPor quĂ© importan los pronombres?' + about: + - > + Todes tenemos pronombres. Son las palabras que se usan en lugar del nombre para referirnos a alguien a quien ya mencionamos. + La mayorĂ­a de las personas usa {/Ă©l=â€œĂ©l”} y {/ella=“ella”}, asĂ­ que asumimos automĂĄticamente cuĂĄl usar con base en su apariencia. + Pero en realidad no es tan simple
 + - > + El gĂ©nero es complicado. Algunas personas no “se ven” como su gĂ©nero. + Algunes prefieren ser llamades de manera distinta a lo que une asumirĂ­a. + Algunas personas no encajan en las casillas “masculino” o “femenino” y prefieren un lenguaje mĂĄs neutro. + - > + Esta herramienta te permite enlazar a tus pronombres, con ejemplos de uso en oraciones, + para que puedas mostrarle a la gente cĂłmo prefieres que te llamen. + - > + ÂżPor quĂ© importa? Por simple decencia humana. + No llamarĂ­as “LucĂ­a” a Alicia sĂłlo porque a tĂ­ te gusta mĂĄs ese nombre + o porque “tiene mĂĄs cara de LucĂ­a para tí”. + O incluso si ella sĂ­ se llama “LucĂ­a” en su acta de nacimiento + pero detesta ese nombre y prefiere usar “Alicia”. + Es exactamente lo mismo con los pronombres – + si no quieres ser grosere con alguien, dirĂ­gete a elle correctamente. + La Ășnica diferencia es que normalmente conocemos los nombres, pero no los pronombres. + Nos presentamos con nuestro nombre, pero no con nuestros pronombres. ÂĄHagamos un cambio! + pronouns: 'Lista de pronombres populares' + generator: + header: 'Generador' + description: > + TambiĂ©n puedes usar esta herramienta para llenar los espacios en blanco + y generar un enlace que puedes compartir. + button: 'Mostrar el generador' + header2: 'Generar un enlace' + base: 'Con base en' + alt: 'TambiĂ©n puedes introducir formas intercambiables por separado en cada campo, p. ej. el&ella = „el” o „ella”.' + pronunciation: 'TambiĂ©n puedes especificar la pronunciaciĂłn de una entrada usando el AFI, p. ej. ellx|ˈe.ʝe = „ellx”, se pronuncia /ˈe.ʝe/.' + whatisit: 'ÂżPor quĂ© importan los pronombres?' + +pronouns: + examples: 'Ejemplos de uso en oraciones' + plural: 'Plural' + intro: 'Mis pronombres son' + normative: 'Normativo' + alt: + button: 'Generar un enlace a las formas intercambiables' + header: 'Formas intercambiables' + raw: 'intercambiable' + generated: 'Estos pronombres han sido creados con un generador. El equipo de pronouns.page no es responsable de ellos.' + any: + header: 'Cualquier pronombre' + short: 'cualquiera' + description: > + Aunque para mucha gente sea muy importante que se utilicen pronombres especĂ­ficos para hablar de elles, + a otres no les molesta que les llamen de cualquier manera - mientras que en el contexto sea claro a quiĂ©n se estĂĄ hablando. + options: 'Checa las opciones [compartir]{/=aquĂ­}.' + others: 'Otras formas' + othersRaw: 'Otras' + or: 'o' + grammarTable: 'Tabla' + +sources: + header: 'Fuentes' + headerLong: 'Ejemplos de contextos culturales' + headerLonger: 'Lenguaje neutro en textos culturales' + subheader: 'Corpus de texto de gĂ©nero neutro' + toc: 'Mostrar tabla de contenidos' + type: + All: 'Todo' + Book: 'Libros' + Article: 'ArtĂ­culos' + Movie: 'PelĂ­culas' + Series: 'Series' + Song: 'MĂșsica' + Poetry: 'PoesĂ­a' + Other: 'Otros' + submit: + header: 'Enviar un ejemplo para que sea añadido' + action: 'Enviar' + pronouns: 'ÂżQuĂ© pronombres han sido usados?' + pronounsInfo: 'Introduce la forma mĂĄs simple del pronombre, como se encuentra en el enlace, p. ej. “elle”, â€œĂ©l/lo”, â€œĂ©l o ella”' + type: 'Tipo de fuente' + author: 'Autor/a/e/x' + title: 'TĂ­tulo' + extra: 'InformaciĂłn adicional (traductor/a/e/x, nombre de la revista, 
)' + year: 'Año de publicaciĂłn (de la versiĂłn en español)' + fragments: 'Fragmentos' + comment: 'Comentario' + link: 'Enlace al contenido' + thanks: 'ÂĄGracias por contribuir!' + another: 'Enviar otro' + moderation: 'Los envĂ­os deben ser aprobados antes de ser publicados.' + key: 'Key' # TODO + keyInfo: 'Identifier for linking sources between language versions and linking with the dictionary' # TODO + images: 'Images' # TODO + otherVersions: 'In other languages' # TODO + referenced: 'Examples of use' # TODO + +nouns: + header: 'Diccionario' + headerLong: 'Diccionario de sustantivos neutros' + headerLonger: 'Diccionario de lenguaje neutro' + description: 'ÂĄNo son sĂłlo pronombres! Consulta nuestro diccionario de lenguaje neutro.' + intro: + - > + Usar lenguaje inclusivo y neutro respecto al gĂ©nero no es sĂłlo usar los pronombres correctos de otra persona. + TambiĂ©n es describir su trabajo, posiciĂłn, relaciĂłn, etc. + de una manera que no asuma su gĂ©nero. + No todes les policĂ­as son “hombres de la ley”. No todas las parejas son un “esposo” o una “esposa”. + - > + Cuando te refieres a alguien cuyo gĂ©nero desconoces, + a un grupo de personas con varios gĂ©neros distintos, + y especialmente a personas no binarias que explĂ­citamente lo prefieran, + usa las formas neutras. + - > + A continuaciĂłn presentamos un diccionario con palabras a considerar. + Puedes contribuir en Ă©l y añadir tus sugerencias. + + approved: 'entradas aprobadas' + pending: 'esperando moderaciĂłn' + edit: 'Proponer un cambio' + edited: 'Cambio propuesto' + editing: 'EstĂĄs editando una entrada existente' + empty: 'No se encontraron palabras que coincidan con la bĂșsqueda' + + submit: + action: 'Enviar' + actionLong: 'Enviar una palabra' + thanks: 'ÂĄGracias por contribuir!' + another: 'Enviar otra' + moderation: 'Los envĂ­os deben ser aprobados antes de ser publicados.' + + template: 'Usar una plantilla' + root: 'RaĂ­z' + + masculine: 'masculino' + masculineShort: 'masc.' + feminine: 'feminino' + feminineShort: 'fem.' + neuter: 'neutro' + neuterShort: 'neutr.' + + singular: 'singular' + singularShort: 'sing.' + plural: 'plural' + pluralShort: 'pl.' + +faq: + header: 'Preguntas' + headerLong: 'Preguntas frecuentes' + questions: + nonbinary: + question: 'ÂżQuĂ© es ser no binarie?' + answer: + - > + El gĂ©nero es mucho mĂĄs complicado que una simple distinciĂłn entre masculino y femenino. + Incluso desde un punto de vista puramente biolĂłgico distinguimos sexo cromosĂłmico, + sexo genĂ©tico, sexo hormonal, sexo fenotĂ­pico
 + No son necesariamente congruentes uno con el otro, no tienen que ser binarios. + {https://codigopublico.com/rompiendo-codigos/el-genero-no-es-binario/=(mĂĄs informaciĂłn aquĂ­)}. + Y cuando llegamos al aspecto cultural, el “gĂ©nero” es una construcciĂłn social. + Dependiendo del lugar y el momento “una mujer” o “un hombre” puede significar tener + derechos, obligaciones, reglas a seguir, etc. radicalmente diferentes. En Europa los hombres solĂ­an usar tacones altos y faldas, + muchos pueblos originarios de NorteamĂ©rica han reconocido un tercer gĂ©nero por siglos, como + {https://es.wikipedia.org/wiki/Dos_esp%C3%ADritus=dos espĂ­ritus}, {https://es.wikipedia.org/wiki/Muxe=muxe}, etc. etc. + - > + “No binarie” es un tĂ©rmino que describe la identidad de personas que + no encajan en la distinciĂłn binaria de hombre/mujer. + Incluye personas + {https://gsrdi.fandom.com/es/wiki/Ag%C3%A9nero=agĂ©nero}, + {https://es.wikipedia.org/wiki/G%C3%A9nero_fluido=gĂ©nero fluĂ­do}, + {https://gender.wikia.org/wiki/Demigirl=demichicas (en inglĂ©s)}, + {https://gender.wikia.org/wiki/Demiboy=demichicos (en inglĂ©s)}, + y {https://es.wikipedia.org/wiki/G%C3%A9nero_no_binario=muches, muches mĂĄs}. + - > + No binario no es necesariamente algo “intermedio” entre masculino y femenino. MĂĄs bien estĂĄ “mĂĄs allá”. + Las personas no binarias no tienen que ser andrĂłginas, o usar lenguaje neutro, etc. + Se trata de liberarse de los roles de gĂ©nero, no de crear nuevos. + why-respect: + question: 'ÂżPor quĂ© deberĂ­a respetar los pronombres raros de otra persona?' + answer: + - > + Porque dirigirse a las personas en la manera que lo prefieren es la base de las relaciones sociales. + No llamarĂ­as “LucĂ­a” a Alicia, no le hablarĂ­as “de tĂș” a tu jefx o supervisore, etc. + Y hay personas que no quieren ser llamadas “{/Ă©l=Ă©l}” o “{/ella=ella}”. + Si no puedes aceptarlo, eso sĂłlo habla mal de tĂ­. + solo-pronombres: + question: 'ÂżEntonces basta con decirle “ella” a mi amigo?' + answer: + - > + ÂĄNo! El gĂ©nero estĂĄ presente no sĂłlo en los pronombres, sino en sustantivos, adjetivos, etc. + No te refieres como “ella” a tu “amigo”, sino a tu “amiga”. + Respetar la identidad de gĂ©nero de una persona implica respetarla no sĂłlo en sus pronombres, sino + en todo lo referente al lenguaje al referirnos a elle. + - > + AsĂ­, decimos que elle es nuestre amigue, que puede ser profesore, estudiante, etc., y le queremos mucho. + how-to-know: + question: 'ÂżCĂłmo sĂ© cĂłmo dirigirme a alguien?' + answer: + - > + ÂĄPuedes preguntar! SĂ­, puede ser un poco incĂłmodo, pero cuanto mĂĄs lo hagamos, menos incĂłmodo se vuelve. + Si podemos preguntarle a alguien su nombre, Âżpor quĂ© no sus pronombres? + - > + (SĂłlo que por favor no preguntes “¿eres niño o niña?”. + Esta pregunta implica que sĂłlo hay dos respuestas correctas, + y sugiere una curiosidad poco saludable por los genitales de otras personas. + En su lugar, puedes preguntar “¿cuĂĄles son tus pronombres?” o “¿CĂłmo me deberĂ­a dirigir a tĂ­?”) + - > + TambiĂ©n es importante normalizar el decir tus pronombres cuando te presentas con alguien. + “Hola, soy Miguel, {/Ă©l=Ă©l/lo}”. No es difĂ­cil – ÂĄPero significa mucho para las personas trans y no binarias! + Es incluso mĂĄs fĂĄcil en lĂ­nea: SĂłlo pon tus pronombres (o un enlace a ejemplos de nuestro sitio web) en tu bio. + - > + TambiĂ©n ten en mente que muchas personas usan un nombre y pronombres distintos en diferentes contextos. + Puede que todavĂ­a no hayan salido del clĂłset con algunes compañeres de trabajo, pero se sientan cĂłmodes vivendo su verdad con amigues. + SĂ© conciente. Puedes, por ejemplo, preguntar “¿quĂ© pronombres deberĂ­a usar en frente de tu jefx?”, etc. + - > + Algunas personas ofrecen varios pronombres, p. ej. “{/Ă©l&ella=Ă©l o ella}” o “{/elle&Ă©l=elle o Ă©l}”. + Eso significa que les gustan todas esas formas. Normalmente, la primera opciĂłn es la que prefieren. + who-uses-it: + question: 'ÂżY sĂ­ se usa?' + answer: + - > + ÂĄSĂ­! Millones de personas no binarias en el mundo lo hacen. + Cada pronombre enlistado aquĂ­ es usado por una persona en su dĂ­a a dĂ­a. + authority: + question: 'ÂżEsos pronombres no binarios estĂĄn aprobados por alguna autoridad?' + answer: + - > + El lenguaje no es un tipo de magia grabada en piedra y otorgada por los dioses. + Es una herramienta que utilizamos para comunicarnos. + Cuando cambiamos como sociedad, y cambia el mundo a nuestro alrededor, + ajustamos el lenguaje que usamos para poder describirlo mejor. + Nosotros somos los usuarios, asĂ­ que nosotros somos la autoridad que dictamina cĂłmo se usa. + - > + Los diccionarios se toman su tiempo para registrar esas formas, + lo cual no hace el cambio ilegĂ­timo de ninguna manera. + Eventualmente esas formas, de ser usadas con mucha frecuencia, son incluĂ­das en los diccionarios.. + {https://www.merriam-webster.com/words-at-play/singular-nonbinary-they=Merriam Webster}, por ejemplo, + acepta el uso del {/they=“they” singular} como un pronombre no binario del inglĂ©s. + - > + TambiĂ©n puedes consultar {https://scholar.google.com/scholar?hl=en&q=pronombres+no+binarios=trabajos acadĂ©micos} + sobre los pronombres no binarios. + bio: + question: 'ÂżPor quĂ© deberĂ­a incluir mis pronombres en mis redes sociales?' + answer: + - > + Si eres cis (= no eres trans) y usas „{/Ă©l=Ă©l}” o „{/ella=ella}” de acuerdo con tu gĂ©nero, + puedes pensar que tus pronombres son obvios. + Y sĂ­, tal vez lo sean – siempre y cuando menciones tu nombre en tu perfil (y este sea tradicionalmente masculino o femenino) + o si tu foto de perfil es una foto de tĂ­. + Muchas personas no cumplen con esas caracterĂ­sticas – asĂ­ que no siempre es fĂĄcil adivinar con quĂ© pronombre prefieren ser llamades. + - > + Pero se trata, sobre todo, de algo mĂĄs importante: tal vez tus pronombres sean “obvios”, + pero hay personas cuyos pronombres no lo son. + Quieren que nos dirijamos a elles correctamente, independientemente de si “pasan” como su gĂ©nero, + hayan transicionado o no (o quieran transicionar o no). + Las personas no binarias no siempre “se ven no binarias”, no le debemos androginia a nadie. + - > + Compartir nuestros pronombres es importante para las personas trans, no binarias, y de gĂ©nero no conforme. + Nos expone. + Pero si las personas cis hacen lo mismo, hacen el mundo mejor para nosotres. + Nos hace sentir mĂĄs cĂłmodes, segures, y bienvenides + {https://avris.it/blog/why-everyone-should-have-pronouns-in-their-bio=(mĂĄs razones (en inglĂ©s) aquĂ­).} + change: + question: 'ÂżPuedo cambiar mis pronombres?' + answer: + - > + ÂĄPor supuesto! Nadie se sorprende cuando alguien cambia su punto de vista, estilo, hobbies
 + AsĂ­ que Âżpor quĂ© serĂ­a extraño que ese alguien descubriera una parte de su identidad, + o que le dejara de gustar su nombre, descubriera una etiqueta que encaja bien con elle, etc.? + get-used-to: + question: 'ÂżEs raro que no me acostumbre a mis propios nuevos pronombres?' + answer: + - > + ÂĄPara nada! DespuĂ©s de muchos años de usar los pronombres que mejor se adaptan al gĂ©nero asignado al nacer + es fĂĄcil olvidarse a une misme el cambiarlos. + - > + Pronombres ≠ gĂ©nero. + Tu gĂ©nero no cambiarĂĄ de repente porque alguien te llamĂł “elle”. + No te preocupes. Experimenta. Ve quĂ© encaja mejor contigo. + preferred-pronouns: + question: 'ÂżPor quĂ© no deberĂ­a decir “pronombres preferidos”?' + answer: + - > + Porque decirlo asĂ­ sugiere que los pronombres son un capricho. + Si alguien simplemente “prefiere” que le digan “ella”, no se sentirĂĄ mal _realmente_ si la llamo â€œĂ©l”, Âżno? + Parece chico, despuĂ©s de todo, ÂĄAsĂ­ que serĂĄ mĂĄs fĂĄcil para mĂ­! + - > + ÂĄNo! Son nuestros pronombres. No nuestros “pronombres preferidos”. Son nuestros nombres, no nuestros “nombres preferidos”. + Si te importan tus amigues y seres querides trans y no binaries, llĂĄmales de la manera correcta. + gender-pronouns: + question: 'ÂżPor quĂ© no deberĂ­a decir “pronombres de gĂ©nero”?' + answer: + - > + Porque gĂ©nero ≠ pronombres. Los pronombres son sĂłlo gramĂĄtica. + Las personas no binarias pueden usar pronombres binarios, algunas lesbianas usan {/Ă©l=Ă©l/lo} por razones culturales, etc. + - > + Simplemente di “pronombres”. + +links: + header: 'Enlaces' + headerLong: 'Enlaces externos' + recommended: 'Recomendamos' + + media: 'Pronouns.page en los medios' + + social: 'Redes sociales' + + languageVersions: 'Versiones en otras lenguas' + +people: ~ + +english: ~ + +contact: + header: 'Contacto' + authors: 'Autores/as/xs del sitio web' + +support: + header: 'ApĂłyanos' + description: > + Si quieres donar para el servidor, los dominios, stickers etc., o simplemente comprarle una cerveza a les autorxs, + puedes usar los siguientes enlaces: + +user: + header: 'Cuenta' + headerLong: 'Tu cuenta' + tokenExpired: 'El token ha expirado. Por favor actualiza la pĂĄgina e intĂ©ntalo nuevamente.' + login: + placeholder: 'Correo electrĂłnico (o nombre de usuarie, si ya estĂĄs registrade)' + action: 'Iniciar sesiĂłn' + emailSent: 'Te hemos enviado un correo electrĂłnico con un cĂłdigo de 6 dĂ­gitos. IntrodĂșcelo aquĂ­. El cĂłdigo es de un solo uso y es vĂĄlido por 15 minutos.' + userNotFound: 'Usuarie no encontrade.' + email: + subject: 'Tu cĂłdigo de inicio de sesiĂłn es %code%' + content: | + Para confirmar tu direcciĂłn de correo electrĂłnico, introduce: %code%. + + Si no solicitaste este cĂłdigo, simplemente ignora este mensaje. + why: > + Registrarte te permite manejar tus tarjetas ({/@andrea=como esta}). + passwordless: 'The website doesn''t store any passwords. {https://avris.it/blog/passwords-are-passĂ©=More info.}' # TODO + code: + action: 'Validar' + invalid: 'CĂłdigo invĂĄlido.' + account: + changeUsername: + header: 'Nombre de usuarie' + action: 'Cambiar' + invalid: 'El nombre de usuarie debe tener entre 4 y 16 caracteres y sĂłlo puede contener nĂșmeros, letras, puntos, guiones y guionbajos.' + taken: 'Este nombre de usuarie ya estĂĄ en uso.' + changeEmail: + header: 'DirecciĂłn de correo electrĂłnico' + action: 'Cambiar' + invalid: 'DirecciĂłn de correo invĂĄlida.' + taken: 'Esta direcciĂłn ya estĂĄ en uso.' + admin: 'Admin' + logout: 'Cerrar sesiĂłn' + avatar: + header: 'Avatar' + change: 'Cambiar' + deleteAccount: 'Eliminar cuenta' + deleteAccountConfirm: 'ÂżConfirmas que quieres eliminar tu cuenta? ÂĄEsto serĂĄ irreversible!' + socialConnection: + list: 'Conexiones de redes sociales' + connect: 'Conectar' + refresh: 'Actualizar' + disconnect: 'Desconectar' + disconnectConfirm: 'ÂżConfirmas que quieres eliminar esta conexiĂłn? (Siempre puedes iniciar sesiĂłn usando el correo electrĂłnico %email%)' + +profile: + description: 'DescripciĂłn' + names: 'Nombres' + pronouns: 'Pronombres' + pronounsInfo: 'Puedes introducir un pronombre (p. ej. “elle” o “ella”) o un enlace (“http://es.pronouns.page/ellx”).' + pronounsNotFound: 'ÂĄNo podemos encontrar un enlace a este pronombre!' + words: 'Palabras' + birthday: 'Edad' + birthdayInfo: 'No publicamos la fecha de tu cumpleaños, sĂłlo la edad calculada.' + flags: 'Banderas' + flagsInfo: 'Arrastra tus banderas de orgullo a este marco.' + links: 'Enlaces' + column: 'Columna' + + list: 'Tus tarjetas' + init: 'Crea una tarjeta' + show: 'Mostrar' + edit: 'Editar' + delete: 'Eliminar' + deleteConfirm: 'ÂżConfirmas de que quieres eliminar esta tarjeta?' + editor: + header: 'Editor de tarjetas' + save: 'Guarda tu tarjeta' + opinion: + yes: 'SĂ­' + jokingly: 'En broma' + meh: 'Okey' + no: 'No' + +share: 'Compartir' + +crud: + approve: 'Aprobar' + hide: 'Esconder' + remove: 'Quitar' + removeConfirm: 'ÂżConfirmas que quieres quitar este Ă­tem?' + edit: 'Editar' + add: 'Añadir' + filter: 'Filtrar' + filterLong: 'Filtrar la lista
' + search: 'Buscar
' + author: 'Añadido por' + +footer: + source: 'El cĂłdigo fuente estĂĄ {https://gitlab.com/Avris/Zaimki=publicado} bajo la licencia {https://mit.avris.it=MIT}.' + links: 'Contacto, redes sociales, apoyo' + +notFound: + message: 'PĂĄgina no encontrada' + back: 'Volver a la pĂĄgina de inicio' + +authRequired: + message: 'Debes iniciar sesiĂłn para ver este sitio' + go: 'Ir al sitio de inicio de sesiĂłn' + +confirm: + header: 'ÂżConfirmas esta decisiĂłn?' + yes: 'SĂ­, lo estoy' + no: 'No, cancelar' + +terms: + header: 'TĂ©rinos de Servicio' + lastUpdate: 'Actualizados por Ășltima vez' + consent: 'Al registrarte, aceptas los {/terinos=TĂ©rinos de Servicio}.' + +admin: + header: 'Panel de Admins' + user: + user: 'Usuarie' + email: 'Correo electrĂłnico' + roles: 'Rol' + profiles: 'Perfiles' + confirmRole: 'ÂżConfirmas que quieres cambiar el rol de @%username% a "%role%"?' + +table: + empty: 'VacĂ­o
' + count: 'Cuenta' + sort: 'Arrastra para ordenar' + scrollUp: 'Subir hasta arriba' + more: 'Mostrar mĂĄs' + +api: + header: 'Public API' + example: 'Ejemplo' + query: 'Query string parameters' + +quotation: + start: '“' + end: '”' + +localise: + shorter: 'Añadir versiones' + short: 'Añadir versiones en otras lenguas' + long: 'ÂżQuieres añadir una versiĂłn en otra lengua? ÂĄConsulta' + longLink: 'este manual!' + +images: + upload: + instruction: 'Click here or drag your pics here' # TODO + instructionShort: 'Upload' # TODO + +error: + generic: 'Something went wrong, please try again
' # TODO + +flags: + Abrosexual: 'Abrosexual' + Achillean: 'Aquilean{inflection}' + Agender: 'AgĂ©nero' + Anarcha-Queer: 'Anarco-queer' + Androgyne: 'AndrĂłgin{inflection}' + Androsexual: 'Androsexual' + Aporagender: 'AporagĂ©nero' + Archaeopronouns: 'Arqueopronombres' + Aroace: 'Arro-ase' + Aromantic: 'ArromĂĄnti{inflection_c}' + Asexual: 'Asexual' + Autigender: 'AutisgĂ©nero' + Bear: 'Oso' + Bigender: 'BigĂ©nero' + Bisexual: 'Bisexual' + Butch: 'Butch' + Ceterosexual: 'Ceterosexual' + Cis_Ally: 'Aliad{inflection} cis' + Demiboy: 'Demichico' + Demigender: 'DemigĂ©nero' + Demigirl: 'Demichica' + Demiromantic: 'DemirromĂĄnti{inflection_c}' + Demisexual: 'Demisexual' + Diamoric: 'DiamĂłri{inflection_c}' + Enbian: 'Nobian{inflection}' + Fa*afafine: 'Fa''afafine' + Gay: 'Gay' + Gender_Questioning: 'CuestionĂĄndose el gĂ©nero' + Genderfae: 'HadagĂ©nero' + Genderfaun: 'FaunogĂ©nero' + Genderfluid: 'GĂ©nero fluido' + Genderflux: 'FlujogĂ©nero' + Genderqueer: 'GĂ©nero queer' + Greyasexual: 'Grisexual' + Greyaromantic: 'GrisrromĂĄnti{inflection_c}' + Gynesexual: 'Ginosexual' + Heteroflexible: 'Heteroflexible' + Hijra: 'Hijra' + Homoflexible: 'Homoflexible' + Intersex: 'Intersexual' + LGBTQ: 'LGBTQ' + Leather_Pride: 'Orgullo de cuero' + Lesbian: 'Lesbiana' + Maverique: 'Maverique' + Muxe: 'Muxe' + Nebularomantic: 'NebulosarromĂĄnti{inflection_c}' + Neopronouns: 'Neopronombres' + Neutrois: 'Neutr{inflection}' + Nonbinary: 'No binari{inflection}' + Omnisexual: 'Omnisexual' + Oriented_Aroace: 'Arro-ase orientad{inflection}' + Pangender: 'PangĂ©nero' + Pansexual: 'Pansexual' + Polyamorous: 'Poliamoros{inflection}' + Polysexual: 'Polisexual' + Pomosexual: 'Pomosexual' + Progress_Pride: 'Orgullo progresivo' + Queer: 'Queer (cuir)' + Queerian: 'Queerian{inflection}' + Queerplatonic: 'QueerplatĂłni{inflection_c}' + Quoiromantic: 'QueerromĂĄnti{inflection_c}' + Sapphic: 'SĂĄfi{inflection_c}' + Sexuality_Questioning: 'CuestionĂĄndose la sexualidad' + Straight_Ally: 'Aliad{inflection} hetero' + Toric: 'TĂłri{inflection_c}' + Transfeminine: 'Transfemenin{inflection}' + Transgender: 'TransgĂ©nero' + Transmasculine: 'Transmasculin{inflection}' + Transneutral: 'Transneutr{inflection}' + Trigender: 'TrigĂ©nero' + Trixic: 'TrĂ­ci{inflection_c}' + Two_Spirit: 'Dos espĂ­ritus' + Xenogender: 'XenogĂ©nero' + diff --git a/src/locales.js b/src/locales.js index 7755ed45b..1faa28c34 100644 --- a/src/locales.js +++ b/src/locales.js @@ -1,7 +1,9 @@ export default [ - ['de', 'Deutsch', 'https://de.pronouns.page', false], - ['es', 'Español', 'https://es.pronouns.page', true], - ['en', 'English', 'https://en.pronouns.page', true], - ['pl', 'Polski', 'https://zaimki.pl', true], - ['zh', 'äž­æ–‡', 'https://zh.pronouns.page', false], + ['de', 'Deutsch', 'https://de.pronouns.page', false], + ['es', 'Español', 'https://es.pronouns.page', true], + ['en', 'English', 'https://en.pronouns.page', true], + ['nl', 'Nederlands', 'https://nl.pronouns.page', false], + ['pl', 'Polski', 'https://zaimki.pl', true], + ['pt', 'PortuguĂȘs', 'https://pt.pronouns.page', false], + ['zh', 'äž­æ–‡', 'https://zh.pronouns.page', false], ];