diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-11 12:46:28 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-04-11 12:46:28 +0200 |
commit | 7ad1b08be48bcdf29f0eba290d61c45acd79280e (patch) | |
tree | 3194063a2f7586e9bd1c1c1f6464c7628a178255 /archaeological_warehouse | |
parent | 9a18be83eee9850d5b6b6d83bd30fcf84a7d86c1 (diff) | |
download | Ishtar-7ad1b08be48bcdf29f0eba290d61c45acd79280e.tar.bz2 Ishtar-7ad1b08be48bcdf29f0eba290d61c45acd79280e.zip |
Update fixtures (refs #3516)
Diffstat (limited to 'archaeological_warehouse')
-rw-r--r-- | archaeological_warehouse/fixtures/initial_data-fr.json | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/archaeological_warehouse/fixtures/initial_data-fr.json b/archaeological_warehouse/fixtures/initial_data-fr.json index a1b4f9254..d67f8b0a1 100644 --- a/archaeological_warehouse/fixtures/initial_data-fr.json +++ b/archaeological_warehouse/fixtures/initial_data-fr.json @@ -168,5 +168,105 @@ "txt_idx": "museum", "label": "Mus\u00e9e" } + }, + { + "pk": 1, + "model": "archaeological_warehouse.warehousedivision", + "fields": { + "comment": "", + "available": true, + "txt_idx": "building", + "label": "B\u00e2timent" + } + }, + { + "pk": 2, + "model": "archaeological_warehouse.warehousedivision", + "fields": { + "comment": "", + "available": true, + "txt_idx": "floor", + "label": "\u00c9tage" + } + }, + { + "pk": 3, + "model": "archaeological_warehouse.warehousedivision", + "fields": { + "comment": "", + "available": true, + "txt_idx": "room", + "label": "Salle" + } + }, + { + "pk": 4, + "model": "archaeological_warehouse.warehousedivision", + "fields": { + "comment": "", + "available": true, + "txt_idx": "span", + "label": "Trav\u00e9e" + } + }, + { + "pk": 5, + "model": "archaeological_warehouse.warehousedivision", + "fields": { + "comment": "", + "available": true, + "txt_idx": "shelf", + "label": "\u00c9tag\u00e8re" + } + }, + { + "pk": 6, + "model": "archaeological_warehouse.warehousedivision", + "fields": { + "comment": "", + "available": true, + "txt_idx": "place", + "label": "Lieu dans la salle" + } + }, + { + "pk": 7, + "model": "archaeological_warehouse.warehousedivision", + "fields": { + "comment": "", + "available": true, + "txt_idx": "alley", + "label": "All\u00e9e" + } + }, + { + "pk": 8, + "model": "archaeological_warehouse.warehousedivision", + "fields": { + "comment": "", + "available": true, + "txt_idx": "rank", + "label": "Rang" + } + }, + { + "pk": 9, + "model": "archaeological_warehouse.warehousedivision", + "fields": { + "comment": "", + "available": true, + "txt_idx": "space", + "label": "Espace" + } + }, + { + "pk": 10, + "model": "archaeological_warehouse.warehousedivision", + "fields": { + "comment": "", + "available": true, + "txt_idx": "level", + "label": "Niveau" + } } ]
\ No newline at end of file |