Spanish translation
This commit is contained in:
parent
17c0d19b7c
commit
c361eaf972
3 changed files with 5 additions and 2 deletions
|
@ -571,12 +571,12 @@ export default class Translations {
|
||||||
en: 'Drinking water',
|
en: 'Drinking water',
|
||||||
nl: "Drinkbaar water",
|
nl: "Drinkbaar water",
|
||||||
fr: "Eau potable"
|
fr: "Eau potable"
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
image: {
|
image: {
|
||||||
addPicture: new T({en: 'Add picture', nl: 'Voeg foto toe', fr: 'Ajoutez une photo'}),
|
addPicture: new T({en: 'Add picture', es: 'Añadir foto' , nl: 'Voeg foto toe', fr: 'Ajoutez une photo'}),
|
||||||
uploadingPicture: new T({
|
uploadingPicture: new T({
|
||||||
en: 'Uploading your picture...',
|
en: 'Uploading your picture...',
|
||||||
nl: 'Bezig met een foto te uploaden...',
|
nl: 'Bezig met een foto te uploaden...',
|
||||||
|
|
1
install.bat
Normal file
1
install.bat
Normal file
|
@ -0,0 +1 @@
|
||||||
|
npm install
|
2
run.bat
Normal file
2
run.bat
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
npm run start
|
||||||
|
cmd /k
|
Loading…
Reference in a new issue