mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 17:44:58 +00:00
Add public workflow view functionality
Introduced the ability to render public views for workflows, including new templates, handlers, and metadata support. Updated entity interfaces and translations to enhance the public sharing of workflow documents.
This commit is contained in:
@@ -69,6 +69,17 @@ workflow:
|
||||
}
|
||||
send_external_message:
|
||||
document_available_until: Le lien sera valable jusqu'au {expiration, date, long} à {expiration, time, short}.
|
||||
public_link:
|
||||
shared_explanation_until_remaining: >-
|
||||
Ce partage sera actif jusqu'au {expireAt, time, short} à {expireAt, time, short}. {viewsCount, plural,
|
||||
=0 {Ce partage n'a pas encore été visualisé}
|
||||
one {Ce partage a été visualisé une fois}
|
||||
other {Ce partage a été visualisé # fois}
|
||||
}, {viewsRemaining, plural,
|
||||
=0 {il ne reste plus aucune visualisation possible.}
|
||||
one {il reste encore une visualisation possible.}
|
||||
other {il reste encore # visualisations possibles.}
|
||||
}
|
||||
|
||||
duration:
|
||||
minute: >-
|
||||
|
Reference in New Issue
Block a user