mirror of
https://github.com/Art-Portal/April.git
synced 2024-12-26 11:24:16 +01:00
Add video editing option to tickets
This commit is contained in:
parent
b4797d7487
commit
183d360106
@ -57,6 +57,11 @@ module.exports = {
|
|||||||
value: 'ticket_minia',
|
value: 'ticket_minia',
|
||||||
emoji: '🪟'
|
emoji: '🪟'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Montage/Editing',
|
||||||
|
value: 'ticket_editing',
|
||||||
|
emoji: '🎬'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Autre/Other',
|
label: 'Autre/Other',
|
||||||
value: 'ticket_other',
|
value: 'ticket_other',
|
||||||
|
@ -148,9 +148,9 @@ const cmdTypeDict = {
|
|||||||
"ytbbanner": "Bannière Youtube/...",
|
"ytbbanner": "Bannière Youtube/...",
|
||||||
"drawing": "Dessin",
|
"drawing": "Dessin",
|
||||||
"profilepicture": "Photo de profil",
|
"profilepicture": "Photo de profil",
|
||||||
"video": "Video/Montage",
|
|
||||||
"overlay": "Overlay de stream",
|
"overlay": "Overlay de stream",
|
||||||
"emojis": "Émojis/Stickers",
|
"emojis": "Émojis/Stickers",
|
||||||
"minia": "Miniature",
|
"minia": "Miniature",
|
||||||
|
"editing": "Montage",
|
||||||
"other": "Autre",
|
"other": "Autre",
|
||||||
};
|
};
|
||||||
|
@ -191,9 +191,9 @@ const cmdTypeDict = {
|
|||||||
"ytbbanner": "Bannière Youtube/...",
|
"ytbbanner": "Bannière Youtube/...",
|
||||||
"drawing": "Dessin",
|
"drawing": "Dessin",
|
||||||
"profilepicture": "Photo de profil",
|
"profilepicture": "Photo de profil",
|
||||||
"video": "Video/Montage",
|
|
||||||
"overlay": "Overlay de stream",
|
"overlay": "Overlay de stream",
|
||||||
"emojis": "Émojis/Stickers",
|
"emojis": "Émojis/Stickers",
|
||||||
"minia": "Miniature",
|
"minia": "Miniature",
|
||||||
|
"editing": "Montage",
|
||||||
"other": "Autre",
|
"other": "Autre",
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user