Move Project

This commit is contained in:
Paolo Arena
2019-04-27 20:12:41 +02:00
parent d2cae3cc32
commit 2ba3cd6b3f
11 changed files with 217 additions and 26 deletions

View File

@@ -14,6 +14,9 @@ export const translation = {
task: {
showtask: 'Mostra Task',
},
action: {
paste: 'Incolla'
},
end: ''
},
es: {
@@ -31,6 +34,9 @@ export const translation = {
task: {
showtask: 'Mostrar Tarea',
},
action: {
paste: 'Pegar'
},
end: ''
},
enUs: {
@@ -48,6 +54,9 @@ export const translation = {
task: {
showtask: 'Show Task',
},
action: {
paste: 'Paste'
},
end: ''
}
}