Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
les
gancio
Commits
f6989f1c
Commit
f6989f1c
authored
Jul 27, 2019
by
les
Browse files
minor
parent
c8a3eef3
Changes
2
Hide whitespace changes
Inline
Side-by-side
locales/it.js
View file @
f6989f1c
...
...
@@ -126,6 +126,9 @@ export default {
recurrent_2m_days
:
'
|Il giorno {days} ogni due mesi|I giorni {days} ogni due mesi
'
,
recurrent_1m_ordinal
:
'
Il {n} {days} di ogni mese
'
,
recurrent_2m_ordinal
:
'
|Il {n} {days} un mese sì e uno no|Il {n} {days} un mese sì e uno no
'
,
each_week
:
'
Ogni settimana
'
,
each_2w
:
'
Ogni due settimane
'
,
each_month
:
'
Ogni mese
'
,
due
:
'
alle
'
,
from
:
'
Dalle
'
,
image_too_big
:
'
Immagine troppo grande! Massimo 4M
'
...
...
pages/add/_edit.vue
View file @
f6989f1c
...
...
@@ -60,11 +60,9 @@
br
span
{{
$t
(
`event.${event.type
}
_description`
)
}}
el
-
select
.
ml
-
2
(
v
-
if
=
'
event.type==="recurrent"
'
v
-
model
=
'
event.recurrent.frequency
'
placeholder
=
'
Frequenza
'
)
//- el-option(label='Tutti i giorni' value='1d' key='1d')
el
-
option
(
label
=
'
Ogni settimana
'
value
=
'
1w
'
key
=
'
1w
'
)
el
-
option
(
label
=
'
Ogni due settimane
'
value
=
'
2w
'
key
=
'
2w
'
)
el
-
option
(
label
=
'
Ogni mese
'
value
=
'
1m
'
key
=
'
1m
'
)
//- el-option(label='Ogni due mesi' value='2m' key='2m')
el
-
option
(:
label
=
"
$t('event.each_week')
"
value
=
'
1w
'
key
=
'
1w
'
)
el
-
option
(:
label
=
"
$t('event.each_2w')
"
value
=
'
2w
'
key
=
'
2w
'
)
el
-
option
(:
label
=
"
$t('event.each_month')
"
value
=
'
1m
'
key
=
'
1m
'
)
v
-
date
-
picker
.
mb
-
2
.
mt
-
3
(
:
mode
=
'
event.type === "multidate" ? "range" : event.type === "recurrent" ? "multiple" : "single"
'
...
...
@@ -95,6 +93,7 @@
List
(
v
-
if
=
'
event.type==="normal"
'
:
events
=
'
todayEvents
'
:
title
=
'
$t("event.same_day")
'
)
el
-
button
.
float
-
right
(@
click
=
'
next
'
type
=
'
succes
'
:
disabled
=
'
!couldProceed
'
)
{{
$t
(
'
common.next
'
)
}}
//- MEDIA / FLYER / POSTER
el
-
tab
-
pane
span
(
slot
=
'
label
'
)
{{
$t
(
'
common.media
'
)
}}
<
v
-
icon
name
=
'
image
'
/>
el
-
upload
.
text
-
center
(
...
...
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