mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Add bookmarklet
This commit is contained in:
parent
1bc43ec2bc
commit
6690f6a70e
26 changed files with 244 additions and 48 deletions
|
@ -1,5 +1,5 @@
|
|||
// Code generated by go generate; DO NOT EDIT.
|
||||
// 2017-11-21 15:41:59.495654213 -0800 PST m=+0.041889871
|
||||
// 2017-11-21 19:31:59.645632989 -0800 PST m=+0.024631837
|
||||
|
||||
package locale
|
||||
|
||||
|
@ -139,12 +139,17 @@ var Translations = map[string]string{
|
|||
"Work in progress...": "Travail en cours...",
|
||||
"This user already exists.": "Cet utilisateur existe déjà.",
|
||||
"This category already exists.": "Cette catégorie existe déjà.",
|
||||
"Unable to update this category.": "Impossible de mettre à jour cette catégorie."
|
||||
"Unable to update this category.": "Impossible de mettre à jour cette catégorie.",
|
||||
"Integrations": "Intégrations",
|
||||
"Bookmarklet": "Bookmarklet",
|
||||
"Drag and drop this link to your bookmarks.": "Glisser-déposer ce lien dans vos favoris.",
|
||||
"This special link allows you to subscribe to a website directly by using a bookmark in your web browser.": "Ce lien spécial vous permet de vous abonner à un site web directement en utilisant un marque page dans votre navigateur web.",
|
||||
"Add to Miniflux": "Ajouter à Miniflux"
|
||||
}
|
||||
`,
|
||||
}
|
||||
|
||||
var TranslationsChecksums = map[string]string{
|
||||
"en_US": "6fe95384260941e8a5a3c695a655a932e0a8a6a572c1e45cb2b1ae8baa01b897",
|
||||
"fr_FR": "5c8c2c5e35a17a7dd3c30596b73342f70950a3bbce00786d43ccba01b96ea672",
|
||||
"fr_FR": "f1ddbcfb8ffd837a2df69e8506d023e4254ead2f0b94e518ab595df97d32c87a",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue