Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Lucksi
GitHub Repository: Lucksi/Mr.Holmes
Path: blob/master/GUI/Language/Messages.json
1071 views
1
{
2
"Errors":[
3
{
4
"Italian":{
5
"Username": "Username Non Trovato",
6
"Phone": "Numero Non Trovato",
7
"Web": "Sito Non Trovato",
8
"Email": "Email Non Trovata",
9
"Graph": "Grafico Non Trovato",
10
"Host": "Host Non Trovato",
11
"Person": "Persona Non Trovata"
12
},
13
14
"English":{
15
"Username": "Username Not Found",
16
"Phone": "Number Not Found",
17
"Web": "Website Not Found",
18
"Email": "Email Not Found",
19
"Graph": "Graph Not Found",
20
"Host": "Host Not Found",
21
"Person": "Person Not Found"
22
},
23
24
"French":{
25
"Username": "Username N'Ete Pas Trouvez",
26
"Phone": "Numero N'Ete Pas Trouvez",
27
"Web": "Website N'Ete Pas Trouvez",
28
"Email": "Email N'Ete Pas Trouvez",
29
"Graph": "Graph N'Ete Pas Trouvez",
30
"Host": "Host N'Ete Pas Trouvez",
31
"Person": "Personne N'Ete Pas Trouvez"
32
33
}
34
}
35
],
36
37
"Positives":[
38
{
39
"Italian":{
40
"Username": "Username Trovato",
41
"Phone": "Numero Trovato",
42
"Web": "Sito Trovato",
43
"Email": "Email Trovata",
44
"Graph": "Grafico Trovato",
45
"Canc": "Grafico Elimato",
46
"Host": "Host Trovato",
47
"Person": "Persona Trovata"
48
},
49
50
"English":{
51
"Username": "Username Found",
52
"Phone": "Number Found",
53
"Web": "Website Found",
54
"Email": "Email Found",
55
"Graph": "Graph Found",
56
"Canc": "Graph Deleted",
57
"Host": "Host Found",
58
"Person":"Person Found"
59
},
60
61
"French":{
62
"Username": "Username Ete Trouvez",
63
"Phone": "Numero Ete Trouvez",
64
"Web": "Website Ete Trouvez",
65
"Email": "Email Ete Trouvez",
66
"Graph": "Graph Ete Trouvez",
67
"Canc": "Graph Supprime",
68
"Host": "Host Ete Trouvez",
69
"Person":"Personne Ete Trouvez"
70
}
71
}
72
],
73
74
"NotEntered":[
75
{
76
"Italian":{
77
"Username": "Username Non Inserito",
78
"Phone": "Numero Non Inserito",
79
"Web": "Sito Non Inserito",
80
"Email": "Email Non Inserita",
81
"Graph": "Grafico Non Inserito",
82
"Host": "Host Non Inserito",
83
"Person": "Persona Non Inserita"
84
},
85
86
"English":{
87
"Username": "Username Not Inserted",
88
"Phone": "Number Not Inserted",
89
"Web": "Website Not Inserted",
90
"Email": "Email Not Inserted",
91
"Graph": "Graph Not Inserted",
92
"Host": "Host Not Inserted",
93
"Person": "Person Not Inserted"
94
},
95
96
"French":{
97
"Username": "Username N'Ete Pas Entrez",
98
"Phone": "Numero N'Ete Pas Entrez",
99
"Web": "Website N'Ete Pas Entrez",
100
"Email": "Email N'Ete Pas Entrez",
101
"Graph": "Graph N'Ete Pas Entrez",
102
"Host": "Host N'Ete Pas Entrez",
103
"Person":"Personne N'Ete Pas Entrez"
104
}
105
}
106
],
107
108
"Question":[
109
{
110
"Italian":{
111
"Graph": "Vuoi effetuare l encoding al grafico? Se hai utilizzato l opzione Luogo e altamente consigliato di non effettuare l encoding",
112
"Reset": "Sei Sicuro? Tutte le Entita verrano cancellate"
113
},
114
115
"English":{
116
"Graph": "Do you want to encode the graph? If you have used Place Option it is higly raccomented to not Encode the graph",
117
"Reset": "Are You Sure? All your Entities will be deleted"
118
},
119
120
"French":{
121
"Graph": "Est ce que tu voulez effectuer l encode de le graphique? Si tu avez utilize l option Lieu est tres racommentide de ne effectuer pas l encode de le graphique",
122
"Reset": "Etes-vous sur? Toutes les Entites seront supprimees"
123
}
124
}
125
]
126
}
127
128