Skip to content

Commit

Permalink
feat(lang): translations update from Hosted Weblate (#2428)
Browse files Browse the repository at this point in the history
* feat(lang): translated using Weblate (French)

Currently translated at 99.8% (1014 of 1016 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: xrths <ottawas@protonmail.ch>
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/fr/
Translation: Overseerr/Overseerr Frontend

* feat(lang): translated using Weblate (Norwegian Bokmål)

Currently translated at 98.8% (1004 of 1016 strings)

feat(lang): translated using Weblate (Norwegian Bokmål)

Currently translated at 97.9% (995 of 1016 strings)

feat(lang): translated using Weblate (Norwegian Bokmål)

Currently translated at 93.7% (952 of 1016 strings)

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: exentler <gurandsrud@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/overseerr/overseerr-frontend/nb_NO/
Translation: Overseerr/Overseerr Frontend

Co-authored-by: xrths <ottawas@protonmail.ch>
Co-authored-by: exentler <gurandsrud@gmail.com>
  • Loading branch information
3 people committed Jan 19, 2022
1 parent e9d4b63 commit f8b1bcc
Show file tree
Hide file tree
Showing 2 changed files with 431 additions and 135 deletions.
23 changes: 19 additions & 4 deletions src/i18n/locale/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@
"components.Settings.SettingsAbout.Releases.releasedataMissing": "Les données de version sont actuellement indisponible.",
"components.Settings.SettingsAbout.Releases.latestversion": "Dernière version",
"components.Settings.SettingsAbout.Releases.currentversion": "Actuelle",
"components.UserList.importfromplexerror": "Une erreur s'est produite durant l'importation d'utilisateurs depuis Plex.",
"components.UserList.importfromplex": "Importer des utilisateurs depuis Plex",
"components.UserList.importfromplexerror": "Une erreur s'est produite durant l'importation des utilisateurs de Plex.",
"components.UserList.importfromplex": "Importer les utilisateurs de Plex",
"components.UserList.importedfromplex": "{userCount, plural, one {# nouvel utilisateur} other {# nouveaux utilisateurs}} importé(s) depuis Plex avec succès !",
"components.TvDetails.viewfullcrew": "Voir l'équipe complète de la série",
"components.TvDetails.TvCrew.fullseriescrew": "Équipe complète de la série",
Expand Down Expand Up @@ -640,7 +640,7 @@
"components.Settings.SettingsLogs.label": "Étiquette",
"components.Settings.SettingsLogs.extraData": "Données supplémentaires",
"components.Settings.SettingsJobsCache.jobsandcache": "Tâches et cache",
"components.UserList.nouserstoimport": "Aucun nouvel utilisateur à importer depuis Plex.",
"components.UserList.nouserstoimport": "Aucun nouvel utilisateur de Plex à importer.",
"components.PersonDetails.lifespan": "{birthdate} – {deathdate}",
"components.PersonDetails.birthdate": "Né(e) {birthdate}",
"components.PersonDetails.alsoknownas": "Aussi connu sous le nom : {names}",
Expand Down Expand Up @@ -998,5 +998,20 @@
"components.RequestModal.requestApproved": "Demande de <strong>{title}</strong> approuvée !",
"components.Settings.RadarrModal.inCinemas": "Au cinéma",
"components.Settings.RadarrModal.released": "Disponible",
"components.TvDetails.productioncountries": "Pays de production"
"components.TvDetails.productioncountries": "Pays de production",
"components.Settings.Notifications.NotificationsGotify.agentenabled": "Activer l'agent",
"components.Settings.Notifications.NotificationsGotify.gotifysettingsfailed": "Les paramètres de notification Gotify n'ont pas pu être enregistrés.",
"components.Settings.Notifications.NotificationsGotify.gotifysettingssaved": "Les paramètres de notification de Gotify ont été sauvegardés avec succès !",
"components.Settings.Notifications.NotificationsGotify.toastGotifyTestSending": "Envoi de la notification test pour Gotify…",
"components.Settings.Notifications.NotificationsGotify.toastGotifyTestSuccess": "Notification test Gotify envoyée !",
"components.Settings.Notifications.NotificationsGotify.token": "Jeton d'autorisation de l'application",
"components.Settings.Notifications.NotificationsGotify.url": "URL du serveur",
"components.Settings.Notifications.NotificationsGotify.validationTypes": "Vous devez sélectionner au moins un type de notification",
"components.Settings.Notifications.NotificationsGotify.validationUrlRequired": "Vous devez fournir une URL valide",
"components.Settings.Notifications.enableMentions": "Activer les mentions",
"i18n.import": "Importer",
"i18n.importing": "Importation…",
"components.Settings.Notifications.NotificationsGotify.toastGotifyTestFailed": "L'envoi de la notification test de Gotify a échoué.",
"components.Settings.Notifications.NotificationsGotify.validationTokenRequired": "Vous devez fournir un jeton d'accès pour l'application",
"components.Settings.Notifications.NotificationsGotify.validationUrlTrailingSlash": "L'URL ne doit pas se terminer par un slash"
}
Loading

0 comments on commit f8b1bcc

Please sign in to comment.