* New translations date.json (French) * New translations calendar.json (French) * New translations docker.json (French) * New translations about.json (French) * New translations calendar.json (Spanish) * New translations common.json (Spanish) * New translations dashdot.json (Spanish) * New translations date.json (Spanish) * New translations docker.json (Danish) * New translations ping.json (Danish) * New translations docker.json (German) * New translations ping.json (German) * New translations docker.json (Hebrew) * New translations ping.json (Hebrew) * New translations docker.json (Italian) * New translations ping.json (Italian) * New translations docker.json (Dutch) * New translations ping.json (Dutch) * New translations docker.json (Swedish) * New translations ping.json (Swedish) * New translations docker.json (LOLCAT) * New translations ping.json (LOLCAT) * New translations config-changer.json (French) * New translations docker.json (Italian) * New translations ping.json (Italian) * New translations config-changer.json (Italian) * New translations docker.json (Dutch) * New translations ping.json (Dutch) * New translations config-changer.json (Dutch) * New translations calendar.json (Ukrainian) * New translations common.json (Ukrainian) * New translations dashdot.json (Ukrainian) * New translations date.json (Ukrainian) * New translations dlspeed.json (Ukrainian) * New translations docker.json (Ukrainian) * New translations overseerr.json (Ukrainian) * New translations ping.json (Ukrainian) * New translations search.json (Ukrainian) * New translations weather.json (Ukrainian) * New translations common.json (Ukrainian) * New translations page-appearance.json (Ukrainian) * New translations config-changer.json (Ukrainian) * New translations search-engine.json (Ukrainian) * New translations widget-positions.json (Ukrainian) * New translations usenet.json (Ukrainian) * New translations login.json (Ukrainian) * New translations selector.json (Ukrainian) * New translations toggle-edit-mode.json (Ukrainian) * New translations add-app.json (Ukrainian) * New translations about.json (Ukrainian) * New translations torrents-status.json (Ukrainian) * New translations add-app.json (Spanish) * New translations date.json (Spanish) * New translations dlspeed.json (Spanish) * New translations docker.json (Spanish) * New translations overseerr.json (Spanish) * New translations ping.json (Spanish) * New translations search.json (Spanish) * New translations weather.json (Spanish) * New translations page-appearance.json (Spanish) * New translations config-changer.json (Spanish) * New translations usenet.json (Spanish) * New translations add-app.json (Spanish) * New translations about.json (Spanish) * New translations torrents-status.json (Spanish) * New translations docker.json (Hebrew) * New translations ping.json (Hebrew) * New translations calendar.json (French) * New translations dashdot.json (French) * New translations dlspeed.json (French) * New translations docker.json (French) * New translations overseerr.json (French) * New translations ping.json (French) * New translations config-changer.json (French) * New translations add-app.json (French) * New translations common.json (Spanish) * New translations config-changer.json (Spanish) * New translations search-engine.json (Spanish) * New translations widget-positions.json (Spanish)
87 lines
3.2 KiB
JSON
87 lines
3.2 KiB
JSON
{
|
|
"configSelect": {
|
|
"label": "",
|
|
"description": "{{configCount}} configurations disponibles",
|
|
"loadingNew": "Chargement des configurations ...",
|
|
"pleaseWait": "Veuillez attendre que votre nouvelle configuration soit chargée !"
|
|
},
|
|
"modal": {
|
|
"copy": {
|
|
"title": "Choisissez le nom de votre nouvelle configuration",
|
|
"form": {
|
|
"configName": {
|
|
"label": "Nom de la configuration",
|
|
"validation": {
|
|
"required": "Le nom de la configuration est requis",
|
|
"notUnique": "Le nom de la configuration est déjà utilisé"
|
|
},
|
|
"placeholder": "Le nom de votre nouvelle configuration"
|
|
},
|
|
"submitButton": "Confirmer"
|
|
},
|
|
"events": {
|
|
"configSaved": {
|
|
"title": "Configuration sauvegardée",
|
|
"message": "Configuration enregistrée en tant que {{configName}}"
|
|
},
|
|
"configCopied": {
|
|
"title": "Configuration copiée",
|
|
"message": "Configuration enregistrée en tant que {{configName}}"
|
|
},
|
|
"configNotCopied": {
|
|
"title": "Impossible de copier la configuration",
|
|
"message": "Votre configuration n'a pas pu être copiée en tant que {{configName}}"
|
|
}
|
|
}
|
|
},
|
|
"confirmDeletion": {
|
|
"title": "Confirmer la suppression de votre configuration",
|
|
"warningText": "Vous êtes sur le point de supprimer '<b>{{configName}}</b>'",
|
|
"text": "Veuillez noter que la suppression n'est pas réversible et que vos données seront définitivement perdues. Après avoir cliqué sur ce bouton, le fichier sera définitivement supprimé de votre disque. Veillez à créer une sauvegarde adéquate de votre configuration.",
|
|
"buttons": {
|
|
"confirm": "Oui, supprimer '<b>{{configName}}</b>'"
|
|
}
|
|
}
|
|
},
|
|
"buttons": {
|
|
"download": "Télécharger la configuration",
|
|
"delete": {
|
|
"text": "Supprimer la configuration",
|
|
"notifications": {
|
|
"deleted": {
|
|
"title": "Config supprimée",
|
|
"message": "Config supprimée"
|
|
},
|
|
"deleteFailed": {
|
|
"title": "La suppression de la configuration a échoué",
|
|
"message": "La suppression de la configuration a échoué"
|
|
},
|
|
"deleteFailedDefaultConfig": {
|
|
"title": "La configuration par défaut ne peut pas être supprimée",
|
|
"message": "La configuration n'a pas pu être supprimée du système de fichiers"
|
|
}
|
|
}
|
|
},
|
|
"saveCopy": "Sauvegarder une copie"
|
|
},
|
|
"dropzone": {
|
|
"notifications": {
|
|
"invalidConfig": {
|
|
"title": "Impossible de charger la configuration",
|
|
"message": "Impossible de charger votre configuration. Format JSON non valide."
|
|
},
|
|
"loadedSuccessfully": {
|
|
"title": "Config {{configName}} chargé avec succès"
|
|
}
|
|
},
|
|
"accept": {
|
|
"title": "Téléversement de la configuration",
|
|
"text": "Faites glisser les fichiers ici pour importer votre configuration. Supporte uniquement les fichiers JSON."
|
|
},
|
|
"reject": {
|
|
"title": "Upload par glisser-déposer rejeté",
|
|
"text": "Ce format de fichier n'est pas pris en charge. Veuillez ne téléverser que des fichiers JSON."
|
|
}
|
|
}
|
|
}
|