mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-07 15:18:48 +01:00
flash messages translation
This commit is contained in:
parent
4aafa7f0df
commit
8e417206d5
@ -104,3 +104,14 @@ Standard Firefox Add-On: "Extension Firefox"
|
|||||||
Chrome Extension: "Extension Chrome"
|
Chrome Extension: "Extension Chrome"
|
||||||
download the application: "téléchargez l'application"
|
download the application: "téléchargez l'application"
|
||||||
"Drag & drop this link to your bookmarks bar:": "Glissez et déposez ce lien dans votre barre de favoris :"
|
"Drag & drop this link to your bookmarks bar:": "Glissez et déposez ce lien dans votre barre de favoris :"
|
||||||
|
|
||||||
|
# Flash messages
|
||||||
|
Information updated: "Vos informations personnelles ont bien été mises à jour"
|
||||||
|
Config saved: "Les paramètres de wallabag ont bien été mis à jour"
|
||||||
|
RSS information updated: "La configuration des flux RSS a bien été mise à jour"
|
||||||
|
Password updated: "Votre mot de passe a bien été mis à jour"
|
||||||
|
Entry starred: "Article ajouté dans les favoris"
|
||||||
|
Entry unstarred: "Article retiré des favoris"
|
||||||
|
Entry archived: "Article marqué comme lu"
|
||||||
|
Entry unarchived: "Article marqué comme non lu"
|
||||||
|
Entry deleted: "Article supprimé"
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
{% block messages %}
|
{% block messages %}
|
||||||
{% for flashMessage in app.session.flashbag.get('notice') %}
|
{% for flashMessage in app.session.flashbag.get('notice') %}
|
||||||
<script>
|
<script>
|
||||||
Materialize.toast('{{ flashMessage }}', 4000);
|
Materialize.toast('{{ flashMessage|trans }}', 4000);
|
||||||
</script>
|
</script>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user