Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pierre-Yves Gicquel
albiziapp
Commits
4830c1cb
Commit
4830c1cb
authored
Jun 21, 2019
by
elplauto
Browse files
english translation done
parent
f9260d71
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/AppTabbar.vue
View file @
4830c1cb
...
...
@@ -56,7 +56,7 @@ export default {
'
lostProgression
'
:{
handler
:
function
(
val
){
if
(
val
==
1
){
this
.
$toasted
.
show
(
"
La mission à été modifié, vous avez perdu votre
progression
"
,
{
this
.
$toasted
.
show
(
this
.
$t
(
'
progression
Lost
'
)
,
{
theme
:
"
bubble
"
,
position
:
"
top-center
"
,
duration
:
5000
...
...
@@ -117,7 +117,7 @@ export default {
channel
.
bind
(
"
progression_lost
"
,
function
(
data
)
{
this
.
$toasted
.
show
(
"
Vous allez être deconnecté suite à un changement de la mission
"
,
{
this
.
$toasted
.
show
(
this
.
$t
(
'
missionChange
'
)
,
{
theme
:
"
bubble
"
,
position
:
"
top-center
"
,
duration
:
5000
,
...
...
@@ -238,7 +238,7 @@ export default {
theme
:
red
},
{
label
:
this
.
$t
(
'
re
levé
s
'
),
label
:
this
.
$t
(
'
re
cord
s
'
),
icon
:
"
ion-edit
"
,
page
:
Releve
,
theme
:
purple
,
...
...
src/lang/messages.js
View file @
4830c1cb
...
...
@@ -9,13 +9,20 @@ export default {
genus
:
"
Genus
"
,
common
:
"
Common
"
,
/*confidenceLevels*/
unspecified
:
"
Unspecified
"
,
notVeryConfident
:
"
Not very confident
"
,
confident
:
"
Confident
"
,
// APPTABBAR
map
:
"
Map
"
,
mission
:
"
Mission
"
,
score
:
"
Score
"
,
arboretum
:
"
Arboretum
"
,
relevés
:
"
Records
"
,
records
:
"
Records
"
,
missionChange
:
"
You will be disconnected because of a mission change
"
,
progressionLost
:
"
The mission has been modified, you have lost your progress
"
,
//MENU
...
...
@@ -34,7 +41,7 @@ export default {
authenticate
:
"
Authenticate!
"
,
welcome
:
"
Welcome into Albiziapp
"
,
authenticatePlease
:
"
Thanks to a
n
then
c
icate
"
,
authenticatePlease
:
"
Thanks to a
u
then
t
icate
"
,
authenticateButton
:
"
AUTHENTICATE
"
,
currentMission
:
"
Current mission
"
,
skipActivityTitle
:
"
Are you sure you want to skip this activity ?
"
,
...
...
@@ -149,6 +156,7 @@ export default {
sendOSM
:
"
Send to OSM
"
,
save
:
"
Save
"
,
cancel
:
"
Cancel
"
,
identification
:
"
Identification
"
,
//RELEVEOSM
...
...
@@ -203,6 +211,11 @@ export default {
specie
:
"
Espèce
"
,
genus
:
"
Genre
"
,
common
:
"
Vernaculaire
"
,
/*confidenceLevels*/
unspecified
:
"
Non renseignée
"
,
notVeryConfident
:
"
Peu confiant
"
,
confident
:
"
Confiant
"
,
// APPTABBAR
...
...
@@ -210,7 +223,9 @@ export default {
mission
:
"
Mission
"
,
score
:
"
Score
"
,
arboretum
:
"
Arboretum
"
,
relevés
:
"
Relevés
"
,
records
:
"
Relevés
"
,
missionChange
:
"
Vous allez être déconnecté suite à un changement de mission
"
,
progressionLost
:
"
La mission a été modifiée, vous avez perdu votre progression
"
,
//MENU
...
...
@@ -344,6 +359,7 @@ export default {
sendOSM
:
"
Envoyer vers OSM
"
,
save
:
"
Enregistrer
"
,
cancel
:
"
Annuler
"
,
identification
:
"
Identification
"
,
//RELEVEOSM
...
...
src/pages/Identification.vue
View file @
4830c1cb
...
...
@@ -2,7 +2,7 @@
<v-ons-page>
<v-ons-toolbar>
<div
class=
"left"
>
<v-ons-back-button>
Back
</v-ons-back-button>
<v-ons-back-button>
{{
$t
(
'
back
'
)
}}
</v-ons-back-button>
</div>
</v-ons-toolbar>
...
...
src/pages/SimplePage.vue
View file @
4830c1cb
...
...
@@ -12,7 +12,7 @@
style=
"margin-top: 10px;
font-size: 15px;
font-weight: bolder;"
>
I
dentification
</v-ons-list-title>
>
{{
$t
(
'
i
dentification
'
)
}}
</v-ons-list-title>
<v-ons-list-item>
<div
class=
"left"
>
...
...
@@ -151,12 +151,12 @@ export default {
data
()
{
return
{
releve
:
{
confidence
:
"
Non renseignée
"
confidence
:
"
Non renseignée
"
//this.$t('unspecified')
},
specie
:
""
,
noTree
:
false
,
selectedHeight
:
0
,
selectedConfidence
:
"
Non renseignée
"
,
selectedConfidence
:
"
Non renseignée
"
,
//this.$t('unspecified')
selectedCrown
:
0
,
commonList
:
commonList
,
specieVerSource
:
speciesList
,
...
...
@@ -186,6 +186,12 @@ export default {
confidenceValues
()
{
return
this
.
$store
.
state
.
commonData
.
confidenceValues
;
/*var confidenceValues = []
for (let confidenceValue of this.$store.state.commonData.confidenceValues) {
confidenceValues.push(this.$t(confidenceValue))
}
return confidenceValues*/
},
completed
()
{
if
(
this
.
genus
.
length
)
{
...
...
src/store/routeStore.js
View file @
4830c1cb
...
...
@@ -19,7 +19,11 @@ export default {
confidenceValues
:
[
'
Non renseignée
'
,
'
Peu confiant
'
,
'
Confiant
'
,
'
Confiant
'
/*'unspecified',
'notVeryConfident',
'confident'*/
]
},
mutations
:
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment