mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Add link to mark everything as read
This commit is contained in:
parent
efac11e082
commit
c57cafbef2
7 changed files with 39 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
// Code generated by go generate; DO NOT EDIT.
|
||||
// 2018-01-02 21:59:10.103098936 -0800 PST m=+0.030474265
|
||||
// 2018-01-04 18:06:27.675886358 -0800 PST m=+0.027242794
|
||||
|
||||
package locale
|
||||
|
||||
|
@ -211,12 +211,13 @@ var translations = map[string]string{
|
|||
"Close modal dialog": "Fermer la boite de dialogue",
|
||||
"Save article": "Sauvegarder l'article",
|
||||
"There is already someone associated with this provider!": "Il y a déjà quelqu'un d'associé avec ce provider !",
|
||||
"There is already someone else with the same Fever username!": "Il y a déjà quelqu'un d'autre avec le même nom d'utilisateur Fever !"
|
||||
"There is already someone else with the same Fever username!": "Il y a déjà quelqu'un d'autre avec le même nom d'utilisateur Fever !",
|
||||
"Mark all as read": "Tout marquer comme lu"
|
||||
}
|
||||
`,
|
||||
}
|
||||
|
||||
var translationsChecksums = map[string]string{
|
||||
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
|
||||
"fr_FR": "3d8c0e211eb96ab28e2fd8fced718b6348a63ea824e54d0729a56e4e3f26ba64",
|
||||
"fr_FR": "d68bc2178505410615aa2624b3efbf704f80c17a8024e2866d11c3abda587de7",
|
||||
}
|
||||
|
|
|
@ -195,5 +195,6 @@
|
|||
"Close modal dialog": "Fermer la boite de dialogue",
|
||||
"Save article": "Sauvegarder l'article",
|
||||
"There is already someone associated with this provider!": "Il y a déjà quelqu'un d'associé avec ce provider !",
|
||||
"There is already someone else with the same Fever username!": "Il y a déjà quelqu'un d'autre avec le même nom d'utilisateur Fever !"
|
||||
"There is already someone else with the same Fever username!": "Il y a déjà quelqu'un d'autre avec le même nom d'utilisateur Fever !",
|
||||
"Mark all as read": "Tout marquer comme lu"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue