summaryrefslogtreecommitdiff
path: root/archaeological_operations/fixtures/initial_data-fr.json
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-15 13:38:56 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-15 13:38:56 +0200
commit56884f2f25fa1414ad37f49ed6376ead14c9d8a1 (patch)
tree91c141f92356d4552ad6a5310588e8a22786230f /archaeological_operations/fixtures/initial_data-fr.json
parent375bbfbfadaf9927bf2cf68cc4efae93e6dddf63 (diff)
downloadIshtar-56884f2f25fa1414ad37f49ed6376ead14c9d8a1.tar.bz2
Ishtar-56884f2f25fa1414ad37f49ed6376ead14c9d8a1.zip
Fixtures fr: update reportstate data
Diffstat (limited to 'archaeological_operations/fixtures/initial_data-fr.json')
-rw-r--r--archaeological_operations/fixtures/initial_data-fr.json77
1 files changed, 77 insertions, 0 deletions
diff --git a/archaeological_operations/fixtures/initial_data-fr.json b/archaeological_operations/fixtures/initial_data-fr.json
index f20564316..dc70160db 100644
--- a/archaeological_operations/fixtures/initial_data-fr.json
+++ b/archaeological_operations/fixtures/initial_data-fr.json
@@ -1406,5 +1406,82 @@
"order": 1,
"txt_idx": "has_got"
}
+ },
+ {
+ "pk": 1,
+ "model": "archaeological_operations.reportstate",
+ "fields": {
+ "comment": "Le rapport est attendu mais non re\u00e7u",
+ "available": true,
+ "txt_idx": "not_received",
+ "order": 1,
+ "label": "Non re\u00e7u"
+ }
+ },
+ {
+ "pk": 2,
+ "model": "archaeological_operations.reportstate",
+ "fields": {
+ "comment": "Rapport re\u00e7u et non encore d\u00e9pouill\u00e9",
+ "available": true,
+ "txt_idx": "received_not_processed",
+ "order": 2,
+ "label": "Re\u00e7u et non d\u00e9pouill\u00e9"
+ }
+ },
+ {
+ "pk": 3,
+ "model": "archaeological_operations.reportstate",
+ "fields": {
+ "comment": "Plusieurs rapports re\u00e7us et non d\u00e9pouill\u00e9s",
+ "available": true,
+ "txt_idx": "received_not_processed_S",
+ "order": 3,
+ "label": "Re\u00e7us et non d\u00e9pouill\u00e9s"
+ }
+ },
+ {
+ "pk": 4,
+ "model": "archaeological_operations.reportstate",
+ "fields": {
+ "comment": "Il n'existe pas de rapport pour cette op\u00e9ration",
+ "available": true,
+ "txt_idx": "no_report",
+ "order": 4,
+ "label": "Rapport inexistant"
+ }
+ },
+ {
+ "pk": 6,
+ "model": "archaeological_operations.reportstate",
+ "fields": {
+ "comment": "Rapport unique re\u00e7u et d\u00e9pouill\u00e9",
+ "available": true,
+ "txt_idx": "received_and_processed",
+ "order": 4,
+ "label": "Re\u00e7u et d\u00e9pouill\u00e9"
+ }
+ },
+ {
+ "pk": 5,
+ "model": "archaeological_operations.reportstate",
+ "fields": {
+ "comment": "Tous les rapports ont \u00e9t\u00e9 re\u00e7us et d\u00e9pouill\u00e9s",
+ "available": true,
+ "txt_idx": "received_and_processed_S",
+ "order": 5,
+ "label": "Re\u00e7us et d\u00e9pouill\u00e9s"
+ }
+ },
+ {
+ "pk": 7,
+ "model": "archaeological_operations.reportstate",
+ "fields": {
+ "comment": "Les rapports ont \u00e9t\u00e9 re\u00e7us et d\u00e9pouill\u00e9s partiellement",
+ "available": true,
+ "txt_idx": "received_and_partially_processed",
+ "order": 7,
+ "label": "Re\u00e7us, un rapport d\u00e9pouill\u00e9, un autre non d\u00e9pouill\u00e9"
+ }
}
] \ No newline at end of file