@opfr/raids 0.11.0 → 0.11.2
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 +7 -4
- package/package.json +2 -2
package/locales/fr.json
CHANGED
|
@@ -773,6 +773,9 @@
|
|
|
773
773
|
"uc_go_find_bear": {
|
|
774
774
|
"label": "Partir à la recherche de l'Ours Polaire"
|
|
775
775
|
},
|
|
776
|
+
"goto_find_bear": {
|
|
777
|
+
"label": "Partir à la recherche de l'Ours Polaire"
|
|
778
|
+
},
|
|
776
779
|
"ev_found_bear": {
|
|
777
780
|
"title": "Téma la taille du rat",
|
|
778
781
|
"text": "L'Ours se trouve bien plus au nord de l'île, là où il fait froid. Après des heures à marcher dans la neige, vous trouvez l'ours polaire dans une grotte glacée, gardant jalousement un cadeau."
|
|
@@ -822,11 +825,11 @@
|
|
|
822
825
|
"uc_give_nothing": {
|
|
823
826
|
"label": "Ne rien lui donner"
|
|
824
827
|
},
|
|
825
|
-
"
|
|
828
|
+
"ev_bear_attack": {
|
|
826
829
|
"title": "L'homme ou l'ours ?",
|
|
827
830
|
"text": "L'Ours vous attaque !"
|
|
828
831
|
},
|
|
829
|
-
"
|
|
832
|
+
"ev_failure_convince": {
|
|
830
833
|
"title": "",
|
|
831
834
|
"text": "Vous ne parvenez pas à vous faire comprendre"
|
|
832
835
|
},
|
|
@@ -853,11 +856,11 @@
|
|
|
853
856
|
},
|
|
854
857
|
"ev_gingerbread_party": {
|
|
855
858
|
"title": "C'est la fêteeeuh",
|
|
856
|
-
"
|
|
859
|
+
"text": "Vous passez un moment agréable, la soirée passant, vous apprenez qu'un Ours Polaire s'est enfuit avec un des cadeaux. Une puissante énergie monte en vous, c'est le pain d'épices qui fait ça ?"
|
|
857
860
|
},
|
|
858
861
|
"ev_go_search_bear": {
|
|
859
862
|
"title": "",
|
|
860
|
-
"
|
|
863
|
+
"text": "Vous décidez de chercher l'Ours."
|
|
861
864
|
},
|
|
862
865
|
"ev_already_seen_bear": {
|
|
863
866
|
"title": "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opfr/raids",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.2",
|
|
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": "bdff9836b6911fa5045f8a069e72d12c7f7f5f7e"
|
|
43
43
|
}
|