Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
community
pount
pount-front
Commits
cca0a385
Commit
cca0a385
authored
Jul 22, 2021
by
Yoran Hillion
Browse files
style: Adds translations for the set share modal titles
parent
c55dd42e
Pipeline
#59150
passed with stages
in 4 minutes and 52 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/i18n/en_US.js
View file @
cca0a385
...
...
@@ -589,6 +589,8 @@ export const en_US = {
shareAllItems
:
"
Share all items.
"
,
shareCarousel
:
"
Carousel mode
"
,
shareLink
:
"
Visualize the @.lower:set.label in Pount
"
,
shareModalIntegrationCode
:
"
Integration code
"
,
shareModalOptions
:
"
Options
"
,
shareModalText
:
"
Select the items you want to share with the set.
"
,
empty
:
"
This set does not contain any item yet.
"
,
none
:
"
No set.
"
,
...
...
src/i18n/fr_FR.js
View file @
cca0a385
...
...
@@ -604,6 +604,8 @@ export const fr_FR = {
shareAllItems
:
"
Partager tous les éléments.
"
,
shareCarousel
:
"
Mode carousel
"
,
shareLink
:
"
Visualiser l'@.lower:set.label sur Pount
"
,
shareModalIntegrationCode
:
"
Code d'intégration
"
,
shareModalOptions
:
"
Options
"
,
shareModalText
:
"
Veuillez séléctionner les éléments de l'ensemble à partager.
"
,
empty
:
"
Cet ensemble ne contient aucun élément pour l'instant.
"
,
none
:
"
Aucun ensemble.
"
,
...
...
src/views/sets/Set.vue
View file @
cca0a385
...
...
@@ -31,9 +31,7 @@
<v-row
class=
"ma-1"
>
<v-col
cols=
"6"
>
<v-toolbar
flat
>
<v-toolbar-title>
Options
</v-toolbar-title>
<v-toolbar-title
v-text=
"$t('set.shareModalOptions')"
/>
</v-toolbar>
<v-switch
v-model=
"shareAllItems"
...
...
@@ -55,9 +53,7 @@
</v-col>
<v-col
cols=
"6"
>
<v-toolbar
flat
>
<v-toolbar-title>
Code d'intégration
</v-toolbar-title>
<v-toolbar-title
v-text=
"$t('set.shareModalIntegrationCode')"
/>
</v-toolbar>
<pre
v-text=
"integrationCode"
/>
</v-col>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment