added themecolor and themebgcolor to todos and projects

This commit is contained in:
Paolo Arena
2019-04-29 23:47:42 +02:00
parent 166be747a5
commit 08c0ded31f
26 changed files with 547 additions and 221 deletions

View File

@@ -10,6 +10,8 @@ export const translation = {
proj: {
newproj: 'Nuovo Progetto',
newsubproj: 'Nuovo Sotto-Progetto',
themecolor: 'Tema Colore',
themebgcolor: 'Tema Colore Sfondo'
},
task: {
showtask: 'Mostra Task',
@@ -30,6 +32,8 @@ export const translation = {
proj: {
newproj: 'Nuevo Projecto',
newsubproj: 'Nuevo Sub-Projecto',
themecolor: 'Tema Colores',
themebgcolor: 'Tema Colores Fondo'
},
task: {
showtask: 'Mostrar Tarea',
@@ -50,9 +54,11 @@ export const translation = {
proj: {
newproj: 'New Project',
newsubproj: 'New Sub-Project',
themecolor: 'Theme Color',
themebgcolor: 'Theme Background Color'
},
task: {
showtask: 'Show Task',
showtask: 'Show Task'
},
action: {
paste: 'Paste'