Merge branch 'bugfix/translate-optionnal-parameters' into 'release'
Added missing translation for "Optional parameters" See merge request !156
This commit is contained in:
commit
1d43293276
@ -243,6 +243,7 @@
|
|||||||
"The results are publicly visible": "Gwelus d'an holl eo an disc'hoù",
|
"The results are publicly visible": "Gwelus d'an holl eo an disc'hoù",
|
||||||
"Poll password": "Ger-tremen",
|
"Poll password": "Ger-tremen",
|
||||||
"Confirm password": "Kadarnaat ho ker-tremen",
|
"Confirm password": "Kadarnaat ho ker-tremen",
|
||||||
|
"Optional parameters": "BR_Paramètres optionnels",
|
||||||
"Go to step 2": "Mont d'ar bazenn 2"
|
"Go to step 2": "Mont d'ar bazenn 2"
|
||||||
},
|
},
|
||||||
"Step 2": {
|
"Step 2": {
|
||||||
|
@ -245,6 +245,7 @@
|
|||||||
"Password choice": "DE_Choix",
|
"Password choice": "DE_Choix",
|
||||||
"Password confirmation": "DE_Confirmation",
|
"Password confirmation": "DE_Confirmation",
|
||||||
"Permissions": "DE_Permissions",
|
"Permissions": "DE_Permissions",
|
||||||
|
"Optional parameters": "DE_Paramètres optionnels",
|
||||||
"Go to step 2": "Weiter zum 2. Schritt"
|
"Go to step 2": "Weiter zum 2. Schritt"
|
||||||
},
|
},
|
||||||
"Step 2": {
|
"Step 2": {
|
||||||
|
@ -245,6 +245,7 @@
|
|||||||
"Password choice": "Choice",
|
"Password choice": "Choice",
|
||||||
"Password confirmation": "Confirmation",
|
"Password confirmation": "Confirmation",
|
||||||
"Permissions": "Permissions",
|
"Permissions": "Permissions",
|
||||||
|
"Optional parameters": "Optional parameters",
|
||||||
"Go to step 2": "Go to step 2"
|
"Go to step 2": "Go to step 2"
|
||||||
},
|
},
|
||||||
"Step 2": {
|
"Step 2": {
|
||||||
|
@ -245,6 +245,7 @@
|
|||||||
"Password choice": "ES_Choix",
|
"Password choice": "ES_Choix",
|
||||||
"Password confirmation": "ES_Confirmation",
|
"Password confirmation": "ES_Confirmation",
|
||||||
"Permissions": "ES_Permissions",
|
"Permissions": "ES_Permissions",
|
||||||
|
"Optional parameters": "ES_Paramètres optionnels",
|
||||||
"Go to step 2": "Ir al paso número 2"
|
"Go to step 2": "Ir al paso número 2"
|
||||||
},
|
},
|
||||||
"Step 2": {
|
"Step 2": {
|
||||||
|
@ -245,6 +245,7 @@
|
|||||||
"Password choice": "Choix",
|
"Password choice": "Choix",
|
||||||
"Password confirmation": "Confirmation",
|
"Password confirmation": "Confirmation",
|
||||||
"Permissions": "Permissions",
|
"Permissions": "Permissions",
|
||||||
|
"Optional parameters": "Paramètres optionnels",
|
||||||
"Go to step 2": "Aller à l'étape 2"
|
"Go to step 2": "Aller à l'étape 2"
|
||||||
},
|
},
|
||||||
"Step 2": {
|
"Step 2": {
|
||||||
|
@ -245,6 +245,7 @@
|
|||||||
"Password choice": "IT_Choix",
|
"Password choice": "IT_Choix",
|
||||||
"Password confirmation": "Conferma della password",
|
"Password confirmation": "Conferma della password",
|
||||||
"Permissions": "IT_Permissions",
|
"Permissions": "IT_Permissions",
|
||||||
|
"Optional parameters": "IT_Paramètres optionnels",
|
||||||
"Go to step 2": "Andare al punto 2"
|
"Go to step 2": "Andare al punto 2"
|
||||||
},
|
},
|
||||||
"Step 2": {
|
"Step 2": {
|
||||||
|
@ -245,6 +245,7 @@
|
|||||||
"Password choice": "OC_Choix",
|
"Password choice": "OC_Choix",
|
||||||
"Password confirmation": "OC_Confirmation",
|
"Password confirmation": "OC_Confirmation",
|
||||||
"Permissions": "OC_Permissions",
|
"Permissions": "OC_Permissions",
|
||||||
|
"Optional parameters": "OC_Paramètres optionnels",
|
||||||
"Go to step 2": "Anar a l'etapa 2"
|
"Go to step 2": "Anar a l'etapa 2"
|
||||||
},
|
},
|
||||||
"Step 2": {
|
"Step 2": {
|
||||||
|
@ -105,7 +105,7 @@
|
|||||||
<i class="glyphicon glyphicon-cog" aria-hidden="true"></i>
|
<i class="glyphicon glyphicon-cog" aria-hidden="true"></i>
|
||||||
</span>
|
</span>
|
||||||
<a class="optionnal-parameters collapsed lead" role="button" data-toggle="collapse" href="#optionnal" aria-expanded="false" aria-controls="optionnal">
|
<a class="optionnal-parameters collapsed lead" role="button" data-toggle="collapse" href="#optionnal" aria-expanded="false" aria-controls="optionnal">
|
||||||
Paramètres optionnels
|
{__('Step 1', "Optional parameters")}
|
||||||
<i class="caret" aria-hidden="true"></i>
|
<i class="caret" aria-hidden="true"></i>
|
||||||
<i class="caret caret-up" aria-hidden="true"></i>
|
<i class="caret caret-up" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user