Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Memorekall Member New
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Rekall
Memorekall Member New
Commits
11ae9cf2
Commit
11ae9cf2
authored
Jan 13, 2022
by
Camille Simiand
Browse files
Options
Downloads
Patches
Plain Diff
Add translations
parent
06f199f5
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!39
tuleap-79-delete-a-capsule
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
templates/capsule/index.html.twig
+4
-4
4 additions, 4 deletions
templates/capsule/index.html.twig
translations/messages.en.yaml
+8
-0
8 additions, 0 deletions
translations/messages.en.yaml
translations/messages.fr.yaml
+8
-0
8 additions, 0 deletions
translations/messages.fr.yaml
with
20 additions
and
4 deletions
templates/capsule/index.html.twig
+
4
−
4
View file @
11ae9cf2
...
...
@@ -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>
E
dit
permissions
{{
'capsule.e
dit
_
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>
...
...
This diff is collapsed.
Click to expand it.
translations/messages.en.yaml
+
8
−
0
View file @
11ae9cf2
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
translations/messages.fr.yaml
+
8
−
0
View file @
11ae9cf2
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment