mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-02 11:29:41 +00:00
Add vizualisation of public views in the workflow history
This commit is contained in:
@@ -69,6 +69,14 @@ workflow:
|
||||
}
|
||||
send_external_message:
|
||||
document_available_until: Le lien sera valable jusqu'au {expiration, date, long} à {expiration, time, short}.
|
||||
external_views:
|
||||
last_view_at: Dernière vue le {at, date, long} à {at, time, short}
|
||||
number_of_views: >-
|
||||
{numberOfViews, plural,
|
||||
=0 {Le partage n'a jamais été visualisé}
|
||||
=1 {Le partage a été visualisé une fois}
|
||||
other {Le partage a été visualisé # fois}
|
||||
}
|
||||
public_link:
|
||||
shared_explanation_until_remaining: >-
|
||||
Ce partage sera actif jusqu'au {expireAt, time, short} à {expireAt, time, short}. {viewsCount, plural,
|
||||
|
Reference in New Issue
Block a user