update schema et odmdb
This commit is contained in:
1504
objects/options/country_en.json
Normal file
1504
objects/options/country_en.json
Normal file
File diff suppressed because it is too large
Load Diff
1504
objects/options/country_fr.json
Normal file
1504
objects/options/country_fr.json
Normal file
File diff suppressed because it is too large
Load Diff
35
objects/options/profil_en.json
Normal file
35
objects/options/profil_en.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"title": "Profil",
|
||||
"description": "Profil available in adminapi",
|
||||
"commment": "",
|
||||
"lastupdatedata": "",
|
||||
"lst_idx": [
|
||||
"anonymous",
|
||||
"pagan",
|
||||
"mayor",
|
||||
"druid",
|
||||
"person"
|
||||
],
|
||||
"itms": {
|
||||
"anonymous": {
|
||||
"title": "Unidentified user",
|
||||
"description": "Unknown to the apxtri network"
|
||||
},
|
||||
"pagan": {
|
||||
"title": "User with an apxtri identity",
|
||||
"description": "This profile can digitally sign on the apxtri blockchain"
|
||||
},
|
||||
"mayor": {
|
||||
"title": "Administrator of a city",
|
||||
"description": "He manages the rules specific to a tribe grouping, he finances this city and can define its billing terms for welcoming tribes"
|
||||
},
|
||||
"druid": {
|
||||
"title": "Administrator of a tribe",
|
||||
"description": "He has a private space in a city, to apply and enforce the rules of the tribe."
|
||||
},
|
||||
"person": {
|
||||
"title": "A member of a tribe",
|
||||
"description": "A person has an account in a tribe with their alias, it allows them to exchange within a tribe according to the rules set by the druid."
|
||||
}
|
||||
}
|
||||
}
|
34
objects/options/profil_fr.json
Normal file
34
objects/options/profil_fr.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"title": "Profil",
|
||||
"description": "Profil disponible dans adminapi",
|
||||
"commment": "",
|
||||
"lastupdatedata": "",
|
||||
"lst_idx": [
|
||||
"anonymous",
|
||||
"pagan",
|
||||
"mayor",
|
||||
"druid",
|
||||
"person"
|
||||
],
|
||||
"itms": {
|
||||
"anonymous": {
|
||||
"title": "Utilisateur non identifié",
|
||||
"description": "Inconnu du réseau apxtri"
|
||||
},
|
||||
"pagan": {
|
||||
"title": "Utilisateur avec une identité apxtri",
|
||||
"description": "Ce profil peux signer numériquement sur la blockchain apxtri"
|
||||
},
|
||||
"mayor": {
|
||||
"title": "Administrateur d'une ville",
|
||||
"description": "Il gére les régles propres à un regroupement de tribu, il finance cette ville et peut definir ses modalités de facturation pour accueillir des tribus"
|
||||
},
|
||||
"druid": {
|
||||
"title": "Administrateur d'une tribu",
|
||||
"description": "Il dispose d'un espace privée dans une ville , pour y appliquer et faire respecter les régles de la tribu."
|
||||
},
|
||||
"person": {
|
||||
"title": "Un membre d'une tribu",
|
||||
"description": "Une personne dispose d'un compte dans une tribu avec son alias, il permet d'echanger au sein d'une tribu en fonction des régles mises en place par le druid."
|
||||
} }
|
||||
}
|
Reference in New Issue
Block a user