Skip to content

Commit 6f7fe75

Browse files
committed
Correções
1 parent 7c6713d commit 6f7fe75

233 files changed

Lines changed: 62 additions & 20330 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/en.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"title": "ACME Application",
3+
"desc": "This application does a lot of good things to many people",
4+
"mainbtntext": "Download",
5+
"form": {
6+
"waitmsg": "Please wait while we submit your form",
7+
"okmsg": "Form sent successfully",
8+
"errmsg": "An error has occurred!",
9+
"placeholders": {
10+
"name": "Name",
11+
"email": "Email",
12+
"msg": "Message"
13+
}
14+
},
15+
"bullets": [
16+
{ "title": "Simple and straightforward interface", "__icon": "drag", "text": "Just drag one or more files over the screen to start the process." },
17+
{ "title": "Available in multiple languages", "__icon": "globe", "text": "Currently the interface is available in english, portuguese and spanish." },
18+
{ "title": "Control over the process", "__icon": "file", "text": "You can choose what to do all along the process." },
19+
{ "title": "Control over usage", "__icon": "dash", "text": "You know at all times how many times the application has been used." }
20+
],
21+
"wait": "Wait"
22+
23+
}

examples/es.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"title": "Aplicación ACME",
3+
"desc": "Esta aplicación hace muchas cosas buenas para muchas personas.",
4+
"mainbtntext": "Descargar",
5+
"form": {
6+
"waitmsg": "Espere mientras enviemos su formulario",
7+
"okmsg": "Formulario enviado con éxito",
8+
"errmsg": "¡Se ha producido un error!",
9+
"placeholders": {
10+
"name": "Nombre",
11+
"email": "Correo electrónico",
12+
"msg": "Mensaje"
13+
}
14+
},
15+
"bullets": [
16+
{
17+
"title": "Interfaz simple y directa",
18+
"__icon": "drag",
19+
"text": "Simplemente arrastre uno o más archivos sobre la pantalla para iniciar el proceso."
20+
},
21+
{
22+
"title": "Disponible en varios idiomas",
23+
"__icon": "globe",
24+
"text": "Actualmente, la interfaz está disponible en inglés, portugués y español."
25+
},
26+
{
27+
"title": "Control sobre el proceso",
28+
"__icon": "file",
29+
"text": "Puede elegir qué hacer a lo largo del proceso."
30+
},
31+
{
32+
"title": "Control sobre el uso",
33+
"__icon": "dash",
34+
"text": "Sabes en todo momento cuántas veces se ha utilizado la aplicación."
35+
}
36+
],
37+
"wait": "Esperar"
38+
}

node_modules/.bin/semver

Lines changed: 0 additions & 15 deletions
This file was deleted.

node_modules/.bin/semver.cmd

Lines changed: 0 additions & 17 deletions
This file was deleted.

node_modules/.bin/semver.ps1

Lines changed: 0 additions & 18 deletions
This file was deleted.

node_modules/@sindresorhus/is/dist/index.d.ts

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)