Skip to content
Snippets Groups Projects
Commit 11ae9cf2 authored by Camille Simiand's avatar Camille Simiand
Browse files

Add translations

parent 06f199f5
Branches
Tags
1 merge request!39tuleap-79-delete-a-capsule
......@@ -63,24 +63,24 @@
<div class="list-item text-nowrap">
<a href="" class="links text-decoration-none">
<i class="fas fa-cog m-2"></i>
Edit permissions
{{ 'capsule.edit_permissions.link'|trans }}
</a>
</div>
<div class="list-item text-nowrap">
<a href="" class="links text-decoration-none">
<i class="far fa-clone m-2"></i>
Duplicate capsule
{{ 'capsule.duplicate.link'|trans }}
</a>
</div>
<div class="list-item text-nowrap">
<a href="/delete_capsule" class="links text-decoration-none">
<i class="fas fa-trash m-2"></i>
Delete capsule
{{ 'capsule.delete.link'|trans }}
</a>
</div>
<a href="capsule/edit/{{ capsule.getLinkPath() }}" class="list-item text-nowrap lh-md">
<button class="standard-button p-2">
Edit capsule
{{ 'capsule.edit.link'|trans }}
</button>
</a>
</div>
......
......@@ -63,6 +63,14 @@ capsule:
edition_not_allowed: You are not allowed to edit this capsule
contact_capsule_author_for_access: Please contact the author to gain access the edition mode
not_found: The project doesn't exist
edit_permissions:
link: Edit permissions
edit:
link: Edit capsule
duplicate:
link: Duplicate capsule
delete:
link: Delete capsule
project:
already_exists: Project capsule_name already exists so the capsule could not be created
......
......@@ -59,6 +59,14 @@ capsule:
no_edition_access: Pas d'accès au mode édition
edition_not_allowed: Vous n'êtes pas autorisé a modifier cette capsule
contact_capsule_author_for_access: Veuillez contacter l'auteur de la capsule pour lui demander son accès en mode édition
edit_permissions:
link: Modifier les permissions
edit:
link: Modifier la capsule
duplicate:
link: Dupliquer la capsule
delete:
link: Supprimer la capsule
not_found: Le projet n'existe pas
project:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment