#144 [es] Español

This commit is contained in:
Avris 2020-12-21 13:45:00 +01:00
parent b42eed6574
commit 57199402cb
20 changed files with 718 additions and 2 deletions

View File

@ -39,4 +39,7 @@ profile:
enabled: true
editorEnabled: false
census:
enabled: false
redirects: []

View File

@ -257,6 +257,9 @@ profile:
flags:
defaultPronoun: 'they'
census:
enabled: false
redirects: []
api:

View File

@ -31,9 +31,7 @@
</template>
<script>
import Morpheme from "../../../components/Morpheme";
export default {
components: {Morpheme},
props: {
selectedPronoun: { required: true },
counter: { required: true },

0
locale/es/blog/.gitignore vendored Normal file
View File

157
locale/es/config.suml Normal file
View File

@ -0,0 +1,157 @@
locale: 'es'
header: true
pronouns:
enabled: true
default: 'él'
any: 'any'
plurals: false
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: ['él&ella', 'él&elle', 'ella&elle']
null: false
emoji: false
slashes: false
avoiding: false
others: 'Other pronouns'
pronunciation:
enabled: true
language: 'es-ES'
voice: 'Lucia'
engine: 'standard'
sources:
enabled: true
route: 'sources'
submit: true
mergePronouns: {}
nouns:
enabled: true
route: 'dictionary'
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: 'faq'
links:
enabled: true
route: 'links'
blogRoute: 'blog'
links: []
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: 'TODO…'
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:
- ['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', 'weón']
- ['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/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']

View File

@ -0,0 +1 @@
export default {};

View File

@ -0,0 +1 @@
name origin meaning usage legally cons pros notablePeople count links
1 name origin meaning usage legally cons pros notablePeople count links

View File

@ -0,0 +1,6 @@
<template>
<div>
<Separator icon="book-open"/>
<slot></slot>
</div>
</template>

View File

@ -0,0 +1,2 @@
<template>
</template>

1
locale/es/nouns/cases.js Normal file
View File

@ -0,0 +1 @@
export default {}

View File

View File

@ -0,0 +1 @@
masc fem neutr mascPl femPl neutrPl
1 masc fem neutr mascPl femPl neutrPl

View File

@ -0,0 +1 @@
name description pronouns sources
1 name description pronouns sources

View File

@ -0,0 +1,3 @@
<template>
<div></div>
</template>

View File

@ -0,0 +1,50 @@
<template>
<section>
<h2 class="h4">
<Icon v="spell-check"/>
<T>pronouns.grammarTable</T>:
</h2>
<div class="table-responsive">
<table class="table table-sm">
<thead>
<tr>
<th></th>
<th>Pronoun</th>
<th>Direct object pronoun</th>
<th>Definite article</th>
<th>Indefinite article</th>
<th>Inflection</th>
</tr>
</thead>
<tbody>
<tr>
<th><T>nouns.singular</T></th>
<td><Morpheme :pronoun="selectedPronoun" morpheme="pronoun" :counter="counter"/></td>
<td><Morpheme :pronoun="selectedPronoun" morpheme="direct_object_pronoun" :counter="counter"/></td>
<td><Morpheme :pronoun="selectedPronoun" morpheme="definite_article" :counter="counter"/></td>
<td><Morpheme :pronoun="selectedPronoun" morpheme="indefinite_article" :counter="counter"/></td>
<td rowspan="2"><Morpheme :pronoun="selectedPronoun" morpheme="inflection" :counter="counter" prepend="-"/></td>
</tr>
<tr>
<th><T>nouns.plural</T></th>
<td><Morpheme :pronoun="selectedPronoun" morpheme="plural_pronoun" :counter="counter"/></td>
<td><Morpheme :pronoun="selectedPronoun" morpheme="plural_direct_object_pronoun" :counter="counter"/></td>
<td><Morpheme :pronoun="selectedPronoun" morpheme="plural_definite_article" :counter="counter"/></td>
<td><Morpheme :pronoun="selectedPronoun" morpheme="plural_indefinite_article" :counter="counter"/></td>
</tr>
</tbody>
</table>
</div>
</section>
</template>
<script>
export default {
props: {
selectedPronoun: { required: true },
counter: { required: true },
}
}
</script>

View File

@ -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} amo mucho. FALSE
{'plural_definite_article} activist{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
{'pronoun} dueñ{inflection} de esta tienda es una persona amable. FALSE
{'plural_direct_object_pronoun} vi anoche pero no me reconocieron. FALSE
Es {indefinite_article} de mis mejores alumn{inflection}s. FALSE
1 singular plural isHonorific
2 Creo que {pronoun} es muy querid{inflection}. FALSE
3 Llamé a mi herman{inflection} esta mañana y me dijo que estará ocupad{inflection} esta tarde. FALSE
4 A mi amiga la quiero, pero a mi novi{inflection} {direct_object} amo mucho. FALSE
5 {'plural_definite_article} activist{inflection}s están presionando para la aceptación de los pronombres neutros. FALSE
6 Se acerca la navidad y no sé qué regalos comprar para {plural_pronoun}. FALSE
7 {'pronoun} dueñ{inflection} de esta tienda es una persona amable. FALSE
8 {'plural_direct_object_pronoun} vi anoche pero no me reconocieron. FALSE
9 Es {indefinite_article} de mis mejores alumn{inflection}s. FALSE

View File

@ -0,0 +1,11 @@
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',
];

View File

@ -0,0 +1,4 @@
name pronouns description
Normative él,ella TODO
Neo-pronouns elle,ellu,elli,ol,xelle TODO
Placeholder sign pronouns ellx,ell_,ell*,ellæ,ell@ TODO
1 name pronouns description
2 Normative él,ella TODO
3 Neo-pronouns elle,ellu,elli,ol,xelle TODO
4 Placeholder sign pronouns ellx,ell_,ell*,ellæ,ell@ TODO

View File

@ -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 plural pluralHonorific pronounceable history thirdForm smallForm sourcesInfo
él,él/lo masculine TRUE él lo el un ellos los unos los o FALSE FALSE TRUE
ella,ella/la feminine TRUE ella la la una ellas las unas las a FALSE FALSE TRUE
elle,elle/le neutral neo-pronoun FALSE elle le le une elles les unes les e FALSE FALSE TRUE
ellu,ellu/lu proposed neutral neo-pronoun (uncommon) FALSE ellu lu lu unu ellus lus unus lus u FALSE FALSE TRUE
elli,elli/li proposed neutral neo-pronoun (uncommon) FALSE elli li li uni ellis lis unis lis i FALSE FALSE TRUE
ol,ol/ol proposed agender neo-pronoun (uncommon) FALSE ol ol ol une olles oles unes oles e FALSE FALSE TRUE
xelle,xelle/le "neopronoun modeled on English ""xe"" (uncommon)" FALSE xelle le le une xelles les unes les e FALSE FALSE TRUE
ellx,ellx/lx neutral (not pronounceable) FALSE ellx lx lx unx ellxs lxs unxs lxs x FALSE FALSE FALSE
ell_,ell_/l_ neutral (not pronounceable) FALSE ell_ l_ l_ un_ ell_s l_s un_s l_s _ FALSE FALSE FALSE
ell*,ell*/l* neutral (not pronounceable) FALSE ell* l* l* un* ell*s l*s un*s l*s * FALSE FALSE FALSE
ellæ,ellæ/læ neutral (not pronounceable) FALSE ellæ læ læ unæ ellæs læs unæs læs æ FALSE FALSE FALSE
ell@,ell@/l@ mostly binary inclusive (not pronounceable) FALSE ell@ l@ l@ un@ ell@s l@s un@s l@s @ FALSE FALSE FALSE
Can't render this file because it has a wrong number of fields in line 2.

452
locale/es/translations.suml Normal file
View File

@ -0,0 +1,452 @@
title: 'Pronouns.page'
description: 'Usage examples of personal pronouns and gender neutral language.'
home:
link: 'Homepage'
header: 'Pronouns'
headerLong: 'List of pronouns'
why: 'What''s the deal with pronouns?'
about:
- >
We all have pronouns. They're those words that we use instead of calling someone by their name every time we mention them.
Most people use {/he=“he/him”} and {/she=“she/her”}, so we automatically assume which one to call them based on someone's looks.
But it's actually not that simple…
- >
Gender is complicated. Some people “don't look like” their gender.
Some prefer being called in a different way from what you'd assume.
Some people don't fit into the boxes of “male” or “female” and prefer more neutral language.
- >
This tool lets you share a link to your pronouns, with example sentences,
so that you can show people how you like to be called.
- >
Why does it matter? Because of simple human decency.
You wouldn't call Ashley “Samantha” just because you like that name more
or because “she looks like a Samantha to you”.
Or even if she <em>does</em> have the name “Samantha” in her birth certificate
but she absolutely hates it and prefers to use “Ashley”.
And it's the exact same story with pronouns
if you don't want to be rude towards someone, please address them properly.
The only difference is that we usually know names, but not pronouns.
We introduce ourselves with a name, but not pronouns. Let's change that!
pronouns: 'List of popular pronouns'
generator:
header: 'Generator'
description: >
You can also use this tool where you out the blanks in sentences
and generate a link ready to share with others.
button: 'Show the generator'
header2: 'Generate a link'
base: 'Based on'
alt: 'You can also enter interchangeable forms in each field separately, eg. <code>him&her</code> = „him” or „her”.'
pronunciation: 'You can also specify the pronunciation after a pipe character, using IPA, eg. <code>faerself|fɛɹsɛlf</code> = „faerself” pronounced as /fɛɹsɛlf/.'
whatisit: 'What''s the deal with pronouns?'
pronouns:
examples: 'Example usage in sentences'
plural: 'Plural'
intro: 'My pronouns are'
normative: 'Normative'
alt:
button: 'Generate a link to interchangeable forms'
header: 'Interchangeable forms'
raw: 'interchangeable'
any:
header: 'Any pronouns'
short: 'any'
description: >
Even though for many people it's incredibly important that people use specific pronouns to talk about them,
others don't mind being addressed in any way as long as the context is clear as to who one talks about.
options: 'check out the options [share]{/=here}.'
others: 'Other forms'
othersRaw: 'other'
or: 'o'
grammarTable: 'Table'
sources:
header: 'Sources'
headerLong: 'Examples from cultural texts'
headerLonger: 'Gender neutral language in cultural texts'
subheader: 'Text corpus of gender neutral language'
toc: 'Show table of contents'
type:
All: 'All'
Book: 'Books'
Article: 'Articles'
Movie: 'Movies'
Series: 'Series'
Song: 'Music'
Poetry: 'Poetry'
Other: 'Other'
submit:
header: 'Submit an example to be added'
action: 'Submit'
pronouns: 'Which pronouns have been used?'
pronounsInfo: 'Enter the simplest form of the pronoun, the way it''s in the link, np. “they”, “e/em/es”, “he&she”'
type: 'Source type'
author: 'Author'
title: 'Title'
extra: 'Additional info (translator, name of journal, …)'
year: 'Release year (of the English version)'
fragments: 'Fragments'
comment: 'Comment'
link: 'Link to the content'
thanks: 'Thanks for contributing!'
another: 'Submit another one'
moderation: 'Submissions will have to get approved before getting published.'
nouns:
header: 'Dictionary'
headerLong: 'Dictionary of neutral nouns'
headerLonger: 'Dictionary of gender neutral language'
description: 'It''s not just pronouns! Check out our dictionary of gender neutral nouns.'
intro:
- >
Inclusive and gender neutral is not just respecting someone's pronouns.
It's also describing their job, position, relationship etc.
in a way that doesn't assume their gender.
Not all firefighters are “firemen”. Not every spouse is a “husband” or a “wife”.
- >
When referring to someone whose gender you don't know,
to a group of people of mixed gender,
and especially to nonbinary people who explicitly prefer them,
use the neutral forms.
- >
Below we present a dictionary of the words to watch out for.
You can contribute to it and add your suggestions.
approved: 'approved entries'
pending: 'awaiting moderation'
edit: 'Propose a change'
edited: 'Proposed change of'
editing: 'You''re editing an existing entry'
empty: 'No words found that match your criteria.'
submit:
action: 'Submit'
actionLong: 'Submit a word'
thanks: 'Thank you for contributing!'
another: 'Submit another one'
moderation: 'Submissions will have to get approved before getting published.'
template: 'Use a template'
root: 'Root'
masculine: 'masculine'
masculineShort: 'masc.'
feminine: 'feminine'
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 <em>strange</em> 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 <em>you</em> 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 <em>we're the authority</em> 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 <em>obvious</em>.
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 <em>my own</em> 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'
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}).
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: 'Nombres'
pronouns: 'Pronombres'
pronounsInfo: 'You can enter a pronoun (eg. “they” or “she/sher”) or a link (“http://en.pronouns.page/e”).'
pronounsNotFound: 'We can''t find a link to this pronoun!'
words: 'Palabras'
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: 'Sí'
jokingly: 'En broma'
meh: 'Okey'
no: 'No'
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'
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:
short: 'Adding language versions'
long: 'Want to create a new language version? Check out'
longLink: 'this manual!'