Add missing French translation
This commit is contained in:
parent
ccb7306dcb
commit
1e70ca1a19
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
// Code generated by go generate; DO NOT EDIT.
|
// Code generated by go generate; DO NOT EDIT.
|
||||||
// 2018-02-01 14:52:01.163022 +0100 CET m=+0.026333224
|
// 2018-02-07 12:24:51.492778 +0100 CET m=+0.025245211
|
||||||
|
|
||||||
package locale
|
package locale
|
||||||
|
|
||||||
|
@ -414,6 +414,7 @@ var translations = map[string]string{
|
||||||
"Items Navigation": "Naviguation entre les éléments",
|
"Items Navigation": "Naviguation entre les éléments",
|
||||||
"Go to previous item": "Élément précédent",
|
"Go to previous item": "Élément précédent",
|
||||||
"Go to next item": "Élément suivant",
|
"Go to next item": "Élément suivant",
|
||||||
|
"Pages Navigation": "Naviguation entre les pages",
|
||||||
"Go to previous page": "Page précédente",
|
"Go to previous page": "Page précédente",
|
||||||
"Go to next page": "Page suivante",
|
"Go to next page": "Page suivante",
|
||||||
"Open selected item": "Ouvrir élément sélectionné",
|
"Open selected item": "Ouvrir élément sélectionné",
|
||||||
|
@ -446,5 +447,5 @@ var translations = map[string]string{
|
||||||
var translationsChecksums = map[string]string{
|
var translationsChecksums = map[string]string{
|
||||||
"de_DE": "f4a66bffedb7bf99294281da5a1fa78901509db67a9fba15a160b656feb1425a",
|
"de_DE": "f4a66bffedb7bf99294281da5a1fa78901509db67a9fba15a160b656feb1425a",
|
||||||
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
|
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
|
||||||
"fr_FR": "e6305fd54508a4f54d630e3ef231a8eadc2335ed0ffac7b5266b2ec751824e28",
|
"fr_FR": "eb05f9d8cf36bf943388f4027fede1c565576ccdd38b71c5ed1bb18cb60744f4",
|
||||||
}
|
}
|
||||||
|
|
|
@ -184,6 +184,7 @@
|
||||||
"Items Navigation": "Naviguation entre les éléments",
|
"Items Navigation": "Naviguation entre les éléments",
|
||||||
"Go to previous item": "Élément précédent",
|
"Go to previous item": "Élément précédent",
|
||||||
"Go to next item": "Élément suivant",
|
"Go to next item": "Élément suivant",
|
||||||
|
"Pages Navigation": "Naviguation entre les pages",
|
||||||
"Go to previous page": "Page précédente",
|
"Go to previous page": "Page précédente",
|
||||||
"Go to next page": "Page suivante",
|
"Go to next page": "Page suivante",
|
||||||
"Open selected item": "Ouvrir élément sélectionné",
|
"Open selected item": "Ouvrir élément sélectionné",
|
||||||
|
|
Loading…
Reference in a new issue