mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-25 12:45:17 +00:00
Create french.js
This commit is contained in:
parent
b2a7ebd7e8
commit
7697570f5b
1 changed files with 84 additions and 0 deletions
84
NUXT/plugins/languages/french.js
Normal file
84
NUXT/plugins/languages/french.js
Normal file
|
@ -0,0 +1,84 @@
|
|||
module.exports = {
|
||||
name: "Français",
|
||||
|
||||
global: {
|
||||
home: "Accueil",
|
||||
subscriptions: "Abonnements",
|
||||
library: "Bibliothèque"
|
||||
},
|
||||
|
||||
index: {
|
||||
connecting: "Connexion",
|
||||
launching: "Lancement"
|
||||
},
|
||||
|
||||
settings: {
|
||||
general: "Général",
|
||||
theme: "Thème",
|
||||
player: "Lecteur",
|
||||
uitweaker: "Interface",
|
||||
startupoptions: "Options de démarrage",
|
||||
plugins: "Plugins",
|
||||
updates: "Mises à jour",
|
||||
logs: "Logs",
|
||||
about: "À propos",
|
||||
devmode: "Éditeur de registre"
|
||||
},
|
||||
|
||||
mods: {
|
||||
general: {
|
||||
language: "Langage"
|
||||
},
|
||||
theme: {
|
||||
normal: "Normal",
|
||||
adaptive: "Adaptatif",
|
||||
custom: "Personnalisé",
|
||||
dark: "Sombre",
|
||||
black: "Noir",
|
||||
darkmode: "Thème sombre",
|
||||
darkmodetagline: "Bravo Six, Going Dark."
|
||||
},
|
||||
tweaks: {
|
||||
fullscreen: "Plein écran",
|
||||
navbarblur: "Barre de navigation flou",
|
||||
roundedcorners: "Coin arrondi",
|
||||
roundthumbnails: "Miniatures arrondies",
|
||||
roundwatchpagecomponents: "Page d'accueil arrondis",
|
||||
radius: "Rayon",
|
||||
},
|
||||
startup: {
|
||||
defaultpage: "Page par défaut"
|
||||
},
|
||||
updates: {
|
||||
install: "Installer",
|
||||
view: "Voir",
|
||||
latest: "Plus récente",
|
||||
installed: "Installée",
|
||||
},
|
||||
logs: {
|
||||
more: "Afficher plus",
|
||||
},
|
||||
about: {
|
||||
appinformation: "Informations sur l'application",
|
||||
appversion: "Version de l'application",
|
||||
deviceinformation: "Informations sur l'appareil",
|
||||
platform: "Platforme",
|
||||
os: "Système d'exploitation",
|
||||
model: "Modèle",
|
||||
manufacturer: "Fabricant",
|
||||
emulator: "Emulateur",
|
||||
github: "Github",
|
||||
discord: "Discord"
|
||||
}
|
||||
},
|
||||
|
||||
events: {
|
||||
welcome: "Bienvenue sur VueTube!",
|
||||
tagline: "Le futur du streaming vidéo.",
|
||||
next: "Suivant",
|
||||
updated: "VueTube a été mis à jour !",
|
||||
awesome: "Incroyable !"
|
||||
}
|
||||
|
||||
|
||||
}
|
Loading…
Reference in a new issue