This commit is contained in:
Weblate 2023-06-06 11:34:05 +02:00
commit 6a5526f144
3 changed files with 5 additions and 4 deletions

View file

@ -67,7 +67,7 @@
"title": "Admin doc"
},
"notifications": {
"dismiss": "Dismiss",
"understood": "Understood",
"title": "Notifications",
"post_upgrade": "Post-upgrade notes",
"post_install": "Post-install notes"

View file

@ -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"

View file

@ -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>