-
Notifications
You must be signed in to change notification settings - Fork 534
Expand file tree
/
Copy pathapp.json
More file actions
109 lines (109 loc) · 3.08 KB
/
Copy pathapp.json
File metadata and controls
109 lines (109 loc) · 3.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"actions": {
"add": "Ajouter",
"apply": "Appliquer",
"browse": "Chercher",
"cancel": "Annuler",
"change": "Modifier",
"clear": "Effacer",
"close": "Fermer",
"copy": "Copier",
"create": "Créer",
"remove": "Supprimer",
"download": "Télécharger",
"edit": "Modifier",
"import": "Importer",
"inspect": "Inspecter",
"more": "Plus",
"moreInfo": "Plus d'infos",
"noThanks": "Non merci",
"ok": "OK",
"pinVerb": "Épingler",
"rename": "Renommer",
"reset": "Réinitialiser",
"save": "Sauvegarder",
"saving": "Enregistrement...",
"selectAll": "Tout sélectionner",
"setPinning": "Régler l'épinglage",
"submit": "Valider",
"unpin": "Désépingler",
"unselectAll": "Tout désélectionner",
"generate": "Générer",
"publish": "Publier",
"downloadCar": "Export CAR",
"done": "Terminé"
},
"cliModal": {
"description": "Collez la commande suivante dans votre terminal pour effectuer cette tache via l'invite de commande. Souvenez vous de remplacer les exemples par votre propres paramètres."
},
"nav": {
"bugsLink": "Signaler un bug",
"codeLink": "Voir le code"
},
"status": {
"connectedToIpfs": "Connecté à IPFS",
"connectingToIpfs": "Connexion à IPFS...",
"couldNotConnect": "Nous n'avons pas pu nous connecter au RPC de Kubo"
},
"apiAddressForm": {
"placeholder": "Enter a URL (http://user:password@127.0.0.1:5001) or a Multiaddr (/ip4/127.0.0.1/tcp/5001)"
},
"publicGatewayForm": {
"placeholder": "Entrez une URL (https://ipfs.io)"
},
"publicSubdomainGatewayForm": {
"placeholder": "Entrez une URL (https://dweb.link)"
},
"terms": {
"address": "Adresse",
"addresses": "Adresses",
"advanced": "Avancé",
"agent": "Agent",
"api": "RPC de Kubo",
"apiAddress": "Adresse de l'API du RPC de Kubo",
"blocks": "Blocs",
"connection": "Connexion",
"downSpeed": "Entrant",
"example": "Exemple :",
"file": "Fichier",
"files": "Fichiers",
"folder": "Dossier",
"folders": "Dossiers",
"gateway": "Passerelle",
"in": "Entrant",
"latency": "Latence",
"loading": "Chargement",
"location": "Emplacement",
"name": "Nom",
"node": "Nœud",
"out": "Sortant",
"peer": "Pair",
"peerId": "Peer ID",
"id": "ID",
"peers": "Pairs",
"pinNoun": "Épingler",
"pins": "Éléments épinglés",
"pinStatus": "Statut des épingles",
"publicKey": "Clé publique",
"publicGateway": "Passerelle publique",
"rateIn": "Ratio entrant",
"rateOut": "Ratio sortant",
"repo": "Répertoire",
"size": "Taille",
"totalIn": "Total entrant",
"totalOut": "Total sortant",
"unknown": "Inconnu",
"ui": "UI",
"upSpeed": "Sortant",
"revision": "Révision"
},
"tour": {
"back": "Retour",
"close": "Fermer",
"finish": "Terminer",
"next": "Suivant",
"skip": "Passer",
"tooltip": "Cliquez sur ce bouton à n'importe quel moment pour une visite guidée de la page en cours."
},
"startTourHelper": "Commencer la visite guidée"
}