mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Merge branch 'dev' of https://github.com/YunoHost/yunohost-admin into dev
This commit is contained in:
commit
6a5526f144
3 changed files with 5 additions and 4 deletions
|
@ -67,7 +67,7 @@
|
|||
"title": "Admin doc"
|
||||
},
|
||||
"notifications": {
|
||||
"dismiss": "Dismiss",
|
||||
"understood": "Understood",
|
||||
"title": "Notifications",
|
||||
"post_upgrade": "Post-upgrade notes",
|
||||
"post_install": "Post-install notes"
|
||||
|
|
|
@ -501,7 +501,7 @@
|
|||
"change_url": "Modifier l'URL d'accès de '{name}'",
|
||||
"change_label": "Changer le libellé de '{prevName}' par '{nextName}'",
|
||||
"action_config": "Exécuter l'action '{action}' de configuration de l'application '{name}'",
|
||||
"dismiss_notification": "Notification de rejet pour '{name}'"
|
||||
"dismiss_notification": "Congédier la notification pour '{name}'"
|
||||
},
|
||||
"reconnecting": "Reconnexion",
|
||||
"settings": {
|
||||
|
@ -627,6 +627,7 @@
|
|||
},
|
||||
"notifications": {
|
||||
"dismiss": "Fermer ce message d'information",
|
||||
"understood": "Compris",
|
||||
"title": "Notifications",
|
||||
"post_upgrade": "Remarques suite à la mise à niveau",
|
||||
"post_install": "Remarques suite à l'installation"
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
@click="dismissNotification('post_install')"
|
||||
>
|
||||
<icon iname="check" />
|
||||
{{ $t('app.doc.notifications.dismiss') }}
|
||||
{{ $t('app.doc.notifications.understood') }}
|
||||
</b-button>
|
||||
</div>
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
|||
@click="dismissNotification('post_upgrade')"
|
||||
>
|
||||
<icon iname="check" />
|
||||
{{ $t('app.doc.notifications.dismiss') }}
|
||||
{{ $t('app.doc.notifications.understood') }}
|
||||
</b-button>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue