@opfr/raids 0.11.1 → 0.11.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/locales/fr.json +6 -3
- package/package.json +2 -2
package/locales/fr.json
CHANGED
|
@@ -825,11 +825,14 @@
|
|
|
825
825
|
"uc_give_nothing": {
|
|
826
826
|
"label": "Ne rien lui donner"
|
|
827
827
|
},
|
|
828
|
-
"
|
|
828
|
+
"ev_bear_attack": {
|
|
829
829
|
"title": "L'homme ou l'ours ?",
|
|
830
|
-
"text": "
|
|
830
|
+
"text": "Qui en sortira vainqueur ?"
|
|
831
831
|
},
|
|
832
|
-
"
|
|
832
|
+
"goto_continue": {
|
|
833
|
+
"label": "Continuer"
|
|
834
|
+
},
|
|
835
|
+
"ev_failure_convince": {
|
|
833
836
|
"title": "",
|
|
834
837
|
"text": "Vous ne parvenez pas à vous faire comprendre"
|
|
835
838
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opfr/raids",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "OPFR raids",
|
|
6
6
|
"author": "Matthieu VEIGA",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"node_modules",
|
|
40
40
|
"dist"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "e95be883d4b95d8e4a9ce1dd7cb1aa1a7cbcc384"
|
|
43
43
|
}
|