added themecolor and themebgcolor to todos and projects
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user