🌐 New Crowdin updates (#711)
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"version": "Version",
|
||||
"nodeEnvironment": "Environnement Node",
|
||||
"i18n": "Traductions I18n chargées",
|
||||
"locales": "Locales I18n configurées"
|
||||
"locales": "Locales I18n configurées",
|
||||
"experimental_disableEditMode": "<b>EXPÉRIMENTAL</b> : désactiver le mode édition"
|
||||
}
|
||||
}
|
||||
@@ -39,7 +39,15 @@
|
||||
"appearance": {
|
||||
"icon": {
|
||||
"label": "Icône de l’app",
|
||||
"description": "L'icône qui sera affichée sur le tableau de bord."
|
||||
"description": "",
|
||||
"autocomplete": {
|
||||
"title": "",
|
||||
"text": ""
|
||||
},
|
||||
"noItems": {
|
||||
"title": "",
|
||||
"text": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"integration": {
|
||||
|
||||
@@ -9,6 +9,72 @@
|
||||
},
|
||||
"usePercentages": {
|
||||
"label": "Afficher les pourcentages"
|
||||
},
|
||||
"columns": {
|
||||
"label": "Affichage des colonnes"
|
||||
},
|
||||
"graphHeight": {
|
||||
"label": ""
|
||||
},
|
||||
"graphsOrder": {
|
||||
"label": "",
|
||||
"storage": {
|
||||
"label": "Stockage",
|
||||
"enabled": {
|
||||
"label": ""
|
||||
},
|
||||
"span": {
|
||||
"label": ""
|
||||
},
|
||||
"compactView": {
|
||||
"label": ""
|
||||
},
|
||||
"multiView": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"network": {
|
||||
"label": "Réseau",
|
||||
"enabled": {
|
||||
"label": ""
|
||||
},
|
||||
"span": {
|
||||
"label": ""
|
||||
},
|
||||
"compactView": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"cpu": {
|
||||
"label": "CPU",
|
||||
"enabled": {
|
||||
"label": ""
|
||||
},
|
||||
"span": {
|
||||
"label": ""
|
||||
},
|
||||
"multiView": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"ram": {
|
||||
"label": "RAM",
|
||||
"enabled": {
|
||||
"label": ""
|
||||
},
|
||||
"span": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"gpu": {
|
||||
"label": "GPU",
|
||||
"enabled": {
|
||||
"label": ""
|
||||
},
|
||||
"span": {
|
||||
"label": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"settings": {
|
||||
"title": "",
|
||||
"embedUrl": {
|
||||
"label": ""
|
||||
},
|
||||
"allowFullScreen": {
|
||||
"label": "Permettre le plein écran"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
"noUrl": {
|
||||
"title": "Saisir une URL",
|
||||
"text": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Serveur multimédia",
|
||||
"description": "Interagissez avec votre server multimédia Jellyfin ou Plex",
|
||||
"settings": {
|
||||
"title": ""
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"table": {
|
||||
"header": {
|
||||
"session": "Session",
|
||||
"user": "Utilisateur",
|
||||
"currentlyPlaying": ""
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"general": {
|
||||
"title": "Impossible de charger le contenu",
|
||||
"text": "Impossible de récupérer les informations du serveur. Veuillez vérifier les journaux pour davantage de détails"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Widget RSS",
|
||||
"description": "",
|
||||
"settings": {
|
||||
"title": "",
|
||||
"rssFeedUrl": {
|
||||
"label": "URL du flux RSS"
|
||||
}
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
"errors": {
|
||||
"general": {
|
||||
"title": "Impossible de récupérer le flux RSS",
|
||||
"text": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "",
|
||||
"description": "",
|
||||
"settings": {
|
||||
"title": "",
|
||||
"FeedUrl": {
|
||||
"label": ""
|
||||
},
|
||||
"autoPlay": {
|
||||
"label": ""
|
||||
},
|
||||
"muted": {
|
||||
"label": ""
|
||||
},
|
||||
"controls": {
|
||||
"label": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"invalidStream": "Flux invalide"
|
||||
}
|
||||
}
|
||||
@@ -16,7 +16,7 @@
|
||||
"description": "L'icône qui est utilisé devant le nom de votre onglet"
|
||||
},
|
||||
"background": {
|
||||
"label": "Contexte"
|
||||
"label": "Fond"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "CSS personnalisé",
|
||||
|
||||
Reference in New Issue
Block a user