i18n corrections (frontend) about #1764
This commit is contained in:
@@ -83,8 +83,8 @@
|
||||
"Add": "Add",
|
||||
"Add / Remove\u2026": "Add / Remove\u2026",
|
||||
"Add a contact": "Add a contact",
|
||||
"Add a new post": "Add a new post",
|
||||
"Add a new link": "Add a new link",
|
||||
"Add a new post": "Add a new post",
|
||||
"Add a note": "Add a note",
|
||||
"Add a recipient": "Add a recipient",
|
||||
"Add a todo": "Add a todo",
|
||||
@@ -345,8 +345,8 @@
|
||||
"Delete this conversation": "Delete this conversation",
|
||||
"Delete this discussion": "Delete this discussion",
|
||||
"Delete this identity": "Delete this identity",
|
||||
"Delete your identity": "Delete your identity",
|
||||
"Delete this link": "Delete this link",
|
||||
"Delete your identity": "Delete your identity",
|
||||
"Delete {eventTitle}": "Delete {eventTitle}",
|
||||
"Delete {preferredUsername}": "Delete {preferredUsername}",
|
||||
"Deleting comment": "Deleting comment",
|
||||
@@ -455,7 +455,7 @@
|
||||
"Explore events": "Explore events",
|
||||
"Explore!": "Explore!",
|
||||
"Export": "Export",
|
||||
"External links":"External links",
|
||||
"External links": "External links",
|
||||
"External provider URL": "External provider URL",
|
||||
"External registration": "External registration",
|
||||
"Failed to get location.": "Failed to get location.",
|
||||
@@ -587,7 +587,7 @@
|
||||
"Increase": "Increase",
|
||||
"Increasing creation date": "Increasing creation date",
|
||||
"Increasing number of members": "Increasing number of members",
|
||||
"Informations":"Informations",
|
||||
"Informations": "Informations",
|
||||
"Instance": "Instance",
|
||||
"Instance Long Description": "Instance Long Description",
|
||||
"Instance Name": "Instance Name",
|
||||
@@ -626,6 +626,7 @@
|
||||
"Keep the entire conversation about a specific topic together on a single page.": "Keep the entire conversation about a specific topic together on a single page.",
|
||||
"Key words": "Key words",
|
||||
"Keyword, event title, group name, etc.": "Keyword, event title, group name, etc.",
|
||||
"Label": "Label",
|
||||
"Language": "Language",
|
||||
"Languages": "Languages",
|
||||
"Last IP adress": "Last IP adress",
|
||||
@@ -852,9 +853,9 @@
|
||||
"Open main menu": "Open main menu",
|
||||
"Open user menu": "Open user menu",
|
||||
"Opened reports": "Opened reports",
|
||||
"Or": "Or",
|
||||
"Open": "Open",
|
||||
"Options":"Options",
|
||||
"Or": "Or",
|
||||
"Ordered list": "Ordered list",
|
||||
"Organized": "Organized",
|
||||
"Organized by": "Organized by",
|
||||
@@ -912,7 +913,7 @@
|
||||
"Please enter your password to confirm this action.": "Please enter your password to confirm this action.",
|
||||
"Please make sure the address is correct and that the page hasn't been moved.": "Please make sure the address is correct and that the page hasn't been moved.",
|
||||
"Please read the {fullRules} published by {instance}'s administrators.": "Please read the {fullRules} published by {instance}'s administrators.",
|
||||
"Policies" : "Policies",
|
||||
"Policies": "Policies",
|
||||
"Popular groups close to you": "Popular groups close to you",
|
||||
"Popular groups nearby {position}": "Popular groups nearby {position}",
|
||||
"Post": "Post",
|
||||
@@ -1047,7 +1048,7 @@
|
||||
"SSL/TLS": "SSL/TLS",
|
||||
"Save": "Save",
|
||||
"Save draft": "Save draft",
|
||||
"Save instance settings":"Save instance settings",
|
||||
"Save instance settings": "Save instance settings",
|
||||
"Schedule": "Schedule",
|
||||
"Search": "Search",
|
||||
"Search events, groups, etc.": "Search events, groups, etc.",
|
||||
@@ -1286,7 +1287,7 @@
|
||||
"This profile is from another instance, the informations shown here may be incomplete.": "This profile is from another instance, the informations shown here may be incomplete.",
|
||||
"This profile is located on this instance, so you need to {access_the_corresponding_account} to suspend it.": "This profile is located on this instance, so you need to {access_the_corresponding_account} to suspend it.",
|
||||
"This profile was not found": "This profile was not found",
|
||||
"This section lets you add links to external websites to the menu.":"This section lets you add links to external websites to the menu.",
|
||||
"This section lets you add links to external websites to the menu.": "This section lets you add links to external websites to the menu.",
|
||||
"This setting will be used to display the website and send you emails in the correct language.": "This setting will be used to display the website and send you emails in the correct language.",
|
||||
"This user doesn't have any profiles": "This user doesn't have any profiles",
|
||||
"This user was not found": "This user was not found",
|
||||
|
||||
@@ -133,35 +133,35 @@
|
||||
<h2>{{ t("Options") }}</h2>
|
||||
<o-field :label="t('Allow registrations')">
|
||||
<fieldset>
|
||||
<o-field>
|
||||
<o-radio
|
||||
v-model="registrationsMode"
|
||||
name="registrationsModeType"
|
||||
:native-value="registrationsModeType.CLOSE"
|
||||
>{{ t("Registration is closed.") }}</o-radio
|
||||
>
|
||||
</o-field>
|
||||
<o-field>
|
||||
<o-radio
|
||||
v-model="registrationsMode"
|
||||
name="registrationsModeType"
|
||||
:native-value="registrationsModeType.OPEN"
|
||||
>{{
|
||||
t("Registration is allowed, anyone can register.")
|
||||
}}</o-radio
|
||||
>
|
||||
</o-field>
|
||||
<o-field>
|
||||
<o-radio
|
||||
v-model="registrationsMode"
|
||||
name="registrationsModeType"
|
||||
:native-value="registrationsModeType.MODERATED"
|
||||
>{{
|
||||
t("Registration is moderated, new user must be validated.")
|
||||
}}</o-radio
|
||||
>
|
||||
</o-field>
|
||||
</fieldset>
|
||||
<o-field>
|
||||
<o-radio
|
||||
v-model="registrationsMode"
|
||||
name="registrationsModeType"
|
||||
:native-value="registrationsModeType.CLOSE"
|
||||
>{{ t("Registration is closed.") }}</o-radio
|
||||
>
|
||||
</o-field>
|
||||
<o-field>
|
||||
<o-radio
|
||||
v-model="registrationsMode"
|
||||
name="registrationsModeType"
|
||||
:native-value="registrationsModeType.OPEN"
|
||||
>{{
|
||||
t("Registration is allowed, anyone can register.")
|
||||
}}</o-radio
|
||||
>
|
||||
</o-field>
|
||||
<o-field>
|
||||
<o-radio
|
||||
v-model="registrationsMode"
|
||||
name="registrationsModeType"
|
||||
:native-value="registrationsModeType.MODERATED"
|
||||
>{{
|
||||
t("Registration is moderated, new user must be validated.")
|
||||
}}</o-radio
|
||||
>
|
||||
</o-field>
|
||||
</fieldset>
|
||||
</o-field>
|
||||
<div class="field flex flex-col">
|
||||
<label for="instance-languages">{{
|
||||
@@ -472,7 +472,7 @@
|
||||
</o-field>
|
||||
<div
|
||||
class="mt-5 grid lg:grid-cols-[repeat(auto-fit,minmax(250px,0.5fr))] grid-cols-[repeat(auto-fit,minmax(250px,1fr))] gap-2"
|
||||
v-if="settingsToWrite.externalLinks.length > 0"
|
||||
v-if="settingsToWrite.externalLinks?.length > 0"
|
||||
>
|
||||
<div
|
||||
class="bg-mbz-yellow-alt-100 p-5"
|
||||
|
||||
Reference in New Issue
Block a user