From 41c9cd4b3c2fbaa39026703af352655a14e57d7e Mon Sep 17 00:00:00 2001 From: jhammen Date: Mon, 2 Sep 2019 11:26:44 -0700 Subject: [PATCH] added templates for spanish definitions --- src/main/resources/templates.properties | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/main/resources/templates.properties b/src/main/resources/templates.properties index 7d73d1e..895b6bd 100644 --- a/src/main/resources/templates.properties +++ b/src/main/resources/templates.properties @@ -43,15 +43,17 @@ Dative_plural_of=dative plural of {{{1}}} Diminutive_of=diminutive of {{{1}}} Eye_dialect_of=eye dialect spelling of {{{1}}} Feminine_of=feminine of {{{1}}} +Feminine_noun_of=feminine noun of {{{1}}} Feminine_past_participle_of=feminine past participle of {{{1}}} Feminine_plural_of=feminine plural of {{{1}}} Feminine_plural_past_participle_of=feminine plural past participle of {{{1}}} +Feminine_singular_of=feminine singular of {{{1}}} Feminine_singular_past_participle_of=feminine singular past participle of {{{1}}} Form_of={{{1}}} form of {{{2}}} Genitive_of=genitive form of {{{1}}} Genitive_plural_of=genitive plural form of {{{1}}} Inflected_form_of=inflected form of {{{1}}} -Inflection_of=inflection of {{{1}}} +Inflection_of=inflection of {{#if:{{{lang|}}}|{{{1}}}|{{{2}}}}} Initialism_of=initialism of {{{1}}} Informal_spelling_of=informal spelling of {{{1}}} Irregular_plural_of=irregular plural of {{{1}}} @@ -91,14 +93,15 @@ De-form-noun=\ {{#switch:{{{1}}}|ns|sn|np|pn=nominative|gs|sg|gp|pg=genitive|ds|sd|dp|pd=dative|as|sa|ap|pa=accusative}} \ {{#switch:{{{1}}}|ns|sn|gs|sg|ds|sd|as|sa=singular|np|pn|gp|pg|dp|pd|ap|pa=plural}} \ form of {{{2}}} +Es-adj_form_of={{#switch:{{{3}}}|sg=singular|pl=plural|{{{3}}} }} {{#switch:{{{2}}}|f=feminine|m=masculine|{{{2}}} }} of {{{1}}} Es-compound_of=Compound of {{{1}}}{{{2}}} and {{{4}}} Es-demonstrative-accent-usage=(unaccented form can serve as pronoun if no ambiguity) # {{es-verb form of|person=third-person|number=singular|tense=present|mood=indicative|ending=ir|abatir}} # {{es-verb form of|formal=no|person=second-person|number=singular|sense=affirmative|mood=imperative|ending=ir|abatir}} Es-verb_form_of={{#switch:{{{pers}}}|1=first-person |2=second-person |3=third-person }}\ -{{#if: {{{person|}}}|{{#switch:{{{person}}}|1=first-person |2=second-person |3=third-person |{{{person}}} }}|}}\ -{{#if: {{{num|}}}|{{#switch:{{{num}}}|s=singular |p=plural |{{{num}}} }}|}}\ -{{#if: {{{number|}}}|{{#switch:{{{number}}}|s=singular |p=plural |{{{number}}} }}|}}\ +{{#if:{{{person|}}}|{{#switch:{{{person}}}|1=first-person |2=second-person |3=third-person |{{{person}}} }}|}}\ +{{#if:{{{num|}}}|{{#switch:{{{num}}}|s=singular |p=plural |{{{num}}} }}|}}\ +{{#if:{{{{number|}}}|{{#switch:{{{number}}}|s=singular |p=plural |{{{number}}} }}|}}\ {{#if:{{{tense|}}}|{{#switch:{{{tense}}}|pres=present |{{{tense}}} |}}|}}\ {{#if:{{{sense|}}}|{{{sense}}} |}}\ {{#if:{{{mood|}}}|{{#switch:{{{mood}}}|ind=indicative |{{{mood}}} }}|}}\ @@ -125,14 +128,19 @@ L={{{2}}} Lb=({{{2}}}) L/de={{{1}}} L/en={{{1}}} +Lbl=({{{2}}}) Label=({{{2}}}) P=(plural) +Q=({{{1}}}) S=(singular) Latn-def=letter of the alphabet Literary=(literary, {{{1}}}) +N-g={{{1}}} Non-gloss={{{1}}} Non-gloss_definition={{{1}}} Often=(often {{{1}}}) +Only_used_in=(only used in {{{1}}}) +Place=a {{{2}}} Qualifier=({{{1}}}) Relative=(relative, {{{1}}}) Sense=({{{1}}}) @@ -179,6 +187,7 @@ Switzerland=(Switzerland) Ambitransitive= Attention= By_ellipsis= +Cln= Defn= Gloss-stub= Jump= @@ -188,6 +197,7 @@ Rfex= Rfgloss= Rfquote= Rfquote-sense= +Senseid= Symptom= Wiktionary_and_WMF_jargon= # simple -- GitLab