First Committ
This commit is contained in:
77
src/store/Modules/translation.ts
Executable file
77
src/store/Modules/translation.ts
Executable file
@@ -0,0 +1,77 @@
|
||||
export const translation = {
|
||||
it: {
|
||||
fase: 'Fase',
|
||||
privacy: {
|
||||
all: 'Tutti',
|
||||
friends: 'Amici',
|
||||
mygroup: 'Gruppo',
|
||||
onlyme: 'Solo io',
|
||||
inherited: 'Ereditato',
|
||||
},
|
||||
tipovisu: {
|
||||
simplelist: 'Lista Semplice',
|
||||
taskProgress: 'Statistiche',
|
||||
responsabili: 'Responsabili',
|
||||
},
|
||||
proj: {
|
||||
newproj: 'Nuovo Progetto',
|
||||
newsubproj: 'Nuovo Sotto-Progetto',
|
||||
themecolor: 'Tema Colore',
|
||||
themebgcolor: 'Tema Colore Sfondo',
|
||||
},
|
||||
task: {
|
||||
showtask: 'Mostra Task',
|
||||
showposiz: 'Mostra Ordine',
|
||||
},
|
||||
action: {
|
||||
paste: 'Incolla',
|
||||
},
|
||||
end: '',
|
||||
},
|
||||
es: {
|
||||
fase: 'Fase',
|
||||
privacy: {
|
||||
all: 'Todos',
|
||||
friends: 'Amigos',
|
||||
mygroup: 'Grupos',
|
||||
onlyme: 'Solo yo',
|
||||
inherited: 'Ereditato',
|
||||
},
|
||||
proj: {
|
||||
newproj: 'Nuevo Projecto',
|
||||
newsubproj: 'Nuevo Sub-Projecto',
|
||||
themecolor: 'Tema Colores',
|
||||
themebgcolor: 'Tema Colores Fondo',
|
||||
},
|
||||
task: {
|
||||
showtask: 'Mostrar Tarea',
|
||||
},
|
||||
action: {
|
||||
paste: 'Pegar',
|
||||
},
|
||||
end: '',
|
||||
},
|
||||
enUs: {
|
||||
fase: 'Phase',
|
||||
privacy: {
|
||||
all: 'All',
|
||||
friends: 'Friends',
|
||||
mygroup: 'Group',
|
||||
onlyme: 'Only me',
|
||||
inherited: 'Inherited',
|
||||
},
|
||||
proj: {
|
||||
newproj: 'New Project',
|
||||
newsubproj: 'New Sub-Project',
|
||||
themecolor: 'Theme Color',
|
||||
themebgcolor: 'Theme Background Color',
|
||||
},
|
||||
task: {
|
||||
showtask: 'Show Task',
|
||||
},
|
||||
action: {
|
||||
paste: 'Paste',
|
||||
},
|
||||
end: '',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user