Instance type title

merge-requests/21/head
Bob Mottram 2021-03-06 12:59:14 +00:00
parent 5e5dd546d8
commit f351cbfe7e
16 changed files with 33 additions and 15 deletions

View File

@ -387,5 +387,6 @@
"She/Her": "هي",
"girl": "فتاة",
"boy": "صبي",
"pronoun": "ضمير"
"pronoun": "ضمير",
"Type of instance": "نوع المثيل"
}

View File

@ -387,5 +387,6 @@
"She/Her": "Ella",
"girl": "noia",
"boy": "noi",
"pronoun": "pronom"
"pronoun": "pronom",
"Type of instance": "Tipus dinstància"
}

View File

@ -387,5 +387,6 @@
"She/Her": "Hi/Ei",
"girl": "merch",
"boy": "bachgen",
"pronoun": "rhagenw"
"pronoun": "rhagenw",
"Type of instance": "Math o enghraifft"
}

View File

@ -387,5 +387,6 @@
"She/Her": "Sie",
"girl": "mädchen",
"boy": "junge",
"pronoun": "pronomen"
"pronoun": "pronomen",
"Type of instance": "Art der Instanz"
}

View File

@ -387,5 +387,6 @@
"She/Her": "She/Her",
"girl": "girl",
"boy": "boy",
"pronoun": "pronoun"
"pronoun": "pronoun",
"Type of instance": "Type of instance"
}

View File

@ -387,5 +387,6 @@
"She/Her": "Ella",
"girl": "muchacha",
"boy": "niño",
"pronoun": "pronombre"
"pronoun": "pronombre",
"Type of instance": "Tipo de instancia"
}

View File

@ -387,5 +387,6 @@
"She/Her": "Elle",
"girl": "fille",
"boy": "garçon",
"pronoun": "pronom"
"pronoun": "pronom",
"Type of instance": "Type d'instance"
}

View File

@ -387,5 +387,6 @@
"She/Her": "Sí",
"girl": "cailín",
"boy": "buachaill",
"pronoun": "forainm"
"pronoun": "forainm",
"Type of instance": "Cineál mar shampla"
}

View File

@ -387,5 +387,6 @@
"She/Her": "वह/उसकी",
"girl": "लड़की",
"boy": "लड़का",
"pronoun": "सवर्नाम"
"pronoun": "सवर्नाम",
"Type of instance": "उदाहरण के प्रकार"
}

View File

@ -387,5 +387,6 @@
"She/Her": "Lei",
"girl": "ragazza",
"boy": "ragazzo",
"pronoun": "pronome"
"pronoun": "pronome",
"Type of instance": "Tipo di istanza"
}

View File

@ -387,5 +387,6 @@
"She/Her": "彼女",
"girl": "女の子",
"boy": "男の子",
"pronoun": "代名詞"
"pronoun": "代名詞",
"Type of instance": "インスタンスのタイプ"
}

View File

@ -383,5 +383,6 @@
"She/Her": "She/Her",
"girl": "girl",
"boy": "boy",
"pronoun": "pronoun"
"pronoun": "pronoun",
"Type of instance": "Type of instance"
}

View File

@ -387,5 +387,6 @@
"She/Her": "Ela",
"girl": "garota",
"boy": "garoto",
"pronoun": "pronome"
"pronoun": "pronome",
"Type of instance": "Tipo de instância"
}

View File

@ -387,5 +387,6 @@
"She/Her": "Она/Ее",
"girl": "девочка",
"boy": "мальчик",
"pronoun": "местоимение"
"pronoun": "местоимение",
"Type of instance": "Тип экземпляра"
}

View File

@ -387,5 +387,6 @@
"She/Her": "她",
"girl": "女孩",
"boy": "男生",
"pronoun": "代词"
"pronoun": "代词",
"Type of instance": "实例类型"
}

View File

@ -1295,6 +1295,9 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str,
'name="brochMode"> ' + \
translate['Broch mode'] + '<br>\n'
# Instance type
instanceStr += \
' <label class="labels">' + \
translate['Type of instance'] + '</label><br>\n'
instanceStr += \
' <input type="checkbox" class="profilecheckbox" ' + \
'name="mediaInstance" ' + mediaInstanceStr + '> ' + \