translations

This commit is contained in:
ppom 2024-03-04 12:00:00 +01:00
parent c4550354c3
commit 2c165234dd
3 changed files with 20 additions and 4 deletions

View File

@ -416,6 +416,14 @@
"No one is participating|One person participating|{going} people participating": "No one is participating|One person participating|{going} people participating",
"Date and time": "Date and time",
"Location": "Location",
"Logo": "Logo",
"Logo of the instance. Defaults to the upstream Mobilizon logo.": "Logo of the instance. Defaults to the upstream Mobilizon logo.",
"Favicon": "Favicon",
"Browser tab icon and PWA icon of the instance. Defaults to the upstream Mobilizon icon.": "Browser tab icon and PWA icon of the instance. Defaults to the upstream Mobilizon icon.",
"Default Picture": "Default Picture",
"Default picture when an event or group doesn't have one.": "Default picture when an event or group doesn't have one.",
"Primary Color": "Primary Color",
"Secondary Color": "Secondary Color",
"No resources selected": "No resources selected|One resources selected|{count} resources selected",
"You have been invited by {invitedBy} to the following group:": "You have been invited by {invitedBy} to the following group:",
"Accept": "Accept",
@ -1645,4 +1653,4 @@
"Domain or instance name": "Domain or instance name",
"You need to enter a text": "You need to enter a text",
"Error while adding tag: {error}": "Error while adding tag: {error}"
}
}

View File

@ -627,6 +627,14 @@
"Local times ({timezone})": "Heures locales ({timezone})",
"Locality": "Commune",
"Location": "Lieu",
"Logo": "Logo",
"Logo of the instance. Defaults to the upstream Mobilizon logo.": "Logo de l'instance.",
"Favicon": "Favicon",
"Browser tab icon and PWA icon of the instance. Defaults to the upstream Mobilizon icon.": "Icône de l'onglet du navigateur et de la progressive web app.",
"Default Picture": "Image par défaut",
"Default picture when an event or group doesn't have one.": "Image par défaut quand un évènement ou groupe n'en a pas.",
"Primary Color": "Couleur primaire",
"Secondary Color": "Couleur secondaire",
"Log in": "Se connecter",
"Log out": "Se déconnecter",
"Login": "Se connecter",

View File

@ -70,7 +70,7 @@
<picture-upload
v-model:modelValue="instanceLogoFile"
:defaultImage="settingsToWrite.instanceLogo"
:textFallback="t('logo')"
:textFallback="t('Logo')"
:maxSize="maxSize"
/>
</label>
@ -86,7 +86,7 @@
<picture-upload
v-model:modelValue="instanceFaviconFile"
:defaultImage="settingsToWrite.instanceFavicon"
:textFallback="t('favicon')"
:textFallback="t('Favicon')"
:maxSize="maxSize"
/>
</label>
@ -98,7 +98,7 @@
<picture-upload
v-model:modelValue="defaultPictureFile"
:defaultImage="settingsToWrite.defaultPicture"
:textFallback="t('default picture')"
:textFallback="t('Default Picture')"
:maxSize="maxSize"
/>
</label>