Files
homarr/public/locales/fr/layout/modals/add-app.json
Thomas Camlong 65d3ed7895 New Crowdin updates (#571)
* 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)
2023-01-19 01:47:00 +09:00

69 lines
2.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"tabs": {
"general": "Général",
"behaviour": "Comportement",
"network": "Réseau",
"appearance": "Apparence",
"integration": "Intégration"
},
"general": {
"appname": {
"label": "Nom de l'application",
"description": "Utilisé pour afficher l'application sur le tableau de bord."
},
"internalAddress": {
"label": "Adresse interne",
"description": "IP interne de l'application."
},
"externalAddress": {
"label": "Adresse externe",
"description": "URL qui sera ouverte dans le navigateur lorsque l'on clique sur l'application."
}
},
"behaviour": {
"isOpeningNewTab": {
"label": "Ouvrir dans un nouvel onglet",
"description": "Ouvrez l'application dans un nouvel onglet au lieu de l'onglet actuel."
}
},
"network": {
"statusChecker": {
"label": "Vérificateur de statut",
"description": "Vérifie si votre application est en ligne en utilisant une simple requête HTTP(S)."
},
"statusCodes": {
"label": "Codes d'état HTTP",
"description": "Les codes d'état HTTP qui sont considérés comme étant en ligne."
}
},
"appearance": {
"icon": {
"label": "Icône de lapp",
"description": "L'icône qui sera affichée sur le tableau de bord."
}
},
"integration": {
"type": {
"label": "Configuration dintégrations",
"description": "La configuration d'intégration qui sera utilisée pour se connecter à votre application.",
"placeholder": "Sélectionner une itégration",
"defined": "Défini",
"undefined": "Indéfini",
"public": "Public",
"private": "Privé",
"explanationPrivate": "",
"explanationPublic": ""
},
"secrets": {
"description": "Pour mettre à jour un secret, entrez une valeur et cliquez sur le bouton Enregistrer. Pour supprimer un secret, utilisez le bouton Effacer.",
"warning": "",
"clear": "Effacer le secret",
"save": "Sauvegarder le secret",
"update": "Mettre à jour le secret"
}
},
"validation": {
"popover": "Votre formulaire contient des données invalides et ne peut être sauvegardé. Veuillez résoudre tous les problèmes et cliquez à nouveau sur ce bouton pour enregistrer vos modifications"
}
}