Move Project
This commit is contained in:
@@ -61,6 +61,8 @@ export const tools = {
|
||||
},
|
||||
|
||||
MenuAction: {
|
||||
CUT: 71,
|
||||
PASTE: 72,
|
||||
DELETE: 100,
|
||||
TOGGLE_EXPIRING: 101,
|
||||
COMPLETED: 110,
|
||||
@@ -480,6 +482,12 @@ export const tools = {
|
||||
|
||||
menuPopupProj: {
|
||||
it: [
|
||||
{
|
||||
id: 5,
|
||||
label: 'Taglia',
|
||||
value: 71, // CUT
|
||||
icon: 'undo'
|
||||
},
|
||||
{
|
||||
id: 10,
|
||||
label: 'Modifica',
|
||||
@@ -503,6 +511,12 @@ export const tools = {
|
||||
],
|
||||
es:
|
||||
[
|
||||
{
|
||||
id: 5,
|
||||
label: 'Cortar',
|
||||
value: 71, // CUT
|
||||
icon: 'undo'
|
||||
},
|
||||
{
|
||||
id: 10,
|
||||
label: 'Editar',
|
||||
@@ -526,6 +540,12 @@ export const tools = {
|
||||
],
|
||||
enUs:
|
||||
[
|
||||
{
|
||||
id: 5,
|
||||
label: 'Cut',
|
||||
value: 71, // CUT
|
||||
icon: 'undo'
|
||||
},
|
||||
{
|
||||
id: 10,
|
||||
label: 'Edit',
|
||||
@@ -582,14 +602,23 @@ export const tools = {
|
||||
|
||||
menuPopupConfigProject: {
|
||||
it: [
|
||||
{
|
||||
id: 3,
|
||||
disable: false,
|
||||
label: translation.it.action.paste,
|
||||
value: 72, // Action.PASTE
|
||||
icon: 'file_copy'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
disable: false,
|
||||
label: translation.it.proj.newsubproj,
|
||||
value: 200, // ADD_PROJECT
|
||||
icon: 'next_week'
|
||||
},
|
||||
{
|
||||
id: 10,
|
||||
disable: false,
|
||||
label: translation.it.task.showtask,
|
||||
value: 150, // SHOW_TASK
|
||||
icon: 'rowing'
|
||||
@@ -597,14 +626,23 @@ export const tools = {
|
||||
],
|
||||
es:
|
||||
[
|
||||
{
|
||||
id: 3,
|
||||
disable: false,
|
||||
label: translation.es.action.paste,
|
||||
value: 72, // Action.PASTE
|
||||
icon: 'file_copy'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
disable: false,
|
||||
label: translation.es.proj.newsubproj,
|
||||
value: 200, // ADD_PROJECT
|
||||
icon: 'next_week'
|
||||
},
|
||||
{
|
||||
id: 10,
|
||||
disable: false,
|
||||
label: translation.es.task.showtask,
|
||||
value: 150,
|
||||
icon: 'rowing'
|
||||
@@ -612,14 +650,23 @@ export const tools = {
|
||||
],
|
||||
enUs:
|
||||
[
|
||||
{
|
||||
id: 3,
|
||||
disable: false,
|
||||
label: translation.enUs.action.paste,
|
||||
value: 72, // Action.PASTE
|
||||
icon: 'file_copy'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
label: translation.it.proj.newsubproj,
|
||||
disable: false,
|
||||
label: translation.enUs.proj.newsubproj,
|
||||
value: 200, // ADD_PROJECT
|
||||
icon: 'next_week'
|
||||
},
|
||||
{
|
||||
id: 10,
|
||||
disable: false,
|
||||
label: translation.enUs.task.showtask,
|
||||
value: 150,
|
||||
icon: 'rowing'
|
||||
@@ -629,8 +676,16 @@ export const tools = {
|
||||
|
||||
menuPopupConfigMAINProject: {
|
||||
it: [
|
||||
{
|
||||
id: 3,
|
||||
disable: false,
|
||||
label: translation.it.action.paste,
|
||||
value: 72, // Action.PASTE
|
||||
icon: 'file_copy'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
disable: false,
|
||||
label: translation.it.proj.newproj,
|
||||
value: 200, // ADD_PROJECT
|
||||
icon: 'next_week'
|
||||
@@ -638,8 +693,16 @@ export const tools = {
|
||||
],
|
||||
es:
|
||||
[
|
||||
{
|
||||
id: 3,
|
||||
disable: false,
|
||||
label: translation.es.action.paste,
|
||||
value: 72, // Action.PASTE
|
||||
icon: 'file_copy'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
disable: false,
|
||||
label: translation.es.proj.newproj,
|
||||
value: 200, // ADD_PROJECT
|
||||
icon: 'next_week'
|
||||
@@ -647,9 +710,17 @@ export const tools = {
|
||||
],
|
||||
enUs:
|
||||
[
|
||||
{
|
||||
id: 3,
|
||||
disable: false,
|
||||
label: translation.enUs.action.paste,
|
||||
value: 72, // Action.PASTE
|
||||
icon: 'file_copy'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
label: translation.it.proj.newproj,
|
||||
disable: false,
|
||||
label: translation.enUs.proj.newproj,
|
||||
value: 200, // ADD_PROJECT
|
||||
icon: 'next_week'
|
||||
}
|
||||
@@ -660,6 +731,7 @@ export const tools = {
|
||||
it: [
|
||||
{
|
||||
id: 10,
|
||||
disable: false,
|
||||
label: 'Mostra gli ultimi N completati',
|
||||
value: costanti.ShowTypeTask.SHOW_LAST_N_COMPLETED,
|
||||
icon: 'rowing',
|
||||
@@ -667,6 +739,7 @@ export const tools = {
|
||||
},
|
||||
{
|
||||
id: 20,
|
||||
disable: false,
|
||||
label: 'Compiti da Completare',
|
||||
value: costanti.ShowTypeTask.SHOW_ONLY_TOCOMPLETE,
|
||||
icon: 'rowing',
|
||||
@@ -674,6 +747,7 @@ export const tools = {
|
||||
},
|
||||
{
|
||||
id: 30,
|
||||
disable: false,
|
||||
label: 'Tutti i compiti',
|
||||
value: costanti.ShowTypeTask.SHOW_ALL,
|
||||
icon: 'check_circle',
|
||||
@@ -684,6 +758,7 @@ export const tools = {
|
||||
[
|
||||
{
|
||||
id: 10,
|
||||
disable: false,
|
||||
label: 'Mostrar los ultimos N completados',
|
||||
value: costanti.ShowTypeTask.SHOW_LAST_N_COMPLETED,
|
||||
icon: 'rowing',
|
||||
@@ -691,6 +766,7 @@ export const tools = {
|
||||
},
|
||||
{
|
||||
id: 20,
|
||||
disable: false,
|
||||
label: 'Tareas para completar',
|
||||
value: costanti.ShowTypeTask.SHOW_ONLY_TOCOMPLETE,
|
||||
icon: 'rowing',
|
||||
@@ -698,6 +774,7 @@ export const tools = {
|
||||
},
|
||||
{
|
||||
id: 30,
|
||||
disable: false,
|
||||
label: 'Todos las Tareas',
|
||||
value: costanti.ShowTypeTask.SHOW_ALL,
|
||||
icon: 'check_circle',
|
||||
@@ -708,6 +785,7 @@ export const tools = {
|
||||
[
|
||||
{
|
||||
id: 10,
|
||||
disable: false,
|
||||
label: 'Show last N Completed',
|
||||
value: costanti.ShowTypeTask.SHOW_LAST_N_COMPLETED,
|
||||
icon: 'rowing',
|
||||
@@ -715,6 +793,7 @@ export const tools = {
|
||||
},
|
||||
{
|
||||
id: 20,
|
||||
disable: false,
|
||||
label: 'Task to complete',
|
||||
value: costanti.ShowTypeTask.SHOW_ONLY_TOCOMPLETE,
|
||||
icon: 'rowing',
|
||||
@@ -722,6 +801,7 @@ export const tools = {
|
||||
},
|
||||
{
|
||||
id: 30,
|
||||
disable: false,
|
||||
label: 'All Tasks',
|
||||
value: costanti.ShowTypeTask.SHOW_ALL,
|
||||
icon: 'check_circle',
|
||||
@@ -1405,6 +1485,6 @@ export const tools = {
|
||||
lista.push(item)
|
||||
}
|
||||
return lista
|
||||
}
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user