11 lines
695 B
JSON
11 lines
695 B
JSON
|
{
|
||
|
"errrequest": "Backend seems not available",
|
||
|
"unconsistentpgp": "Your keys are not consistent {{err}}",
|
||
|
"missingheader": "Some header miss to have a valid request: {{#missinghearder}} {{.}} {{/missingheader}}",
|
||
|
"tribeiddoesnotexist": "Header xtribe: {{xtribe}} does not exist in this town you cannot access",
|
||
|
"unconsistentcleartextmessage":"Your xhash: {{xhash}} is not consistent as a clear msg {{{clearmsg}}}",
|
||
|
"authenticated": "Your alias: {{{xalias}}} is authenticated",
|
||
|
"notauthenticated": "Your alias: {{xalias}} is not authenticated {{^xaliasexists}} and this alias does not exist !{{/xaliasexists}}",
|
||
|
"signaturefailled": "Your signature is not valid for your alias."
|
||
|
}
|