You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: i18n/index.jsx
+7-5
Original file line number
Diff line number
Diff line change
@@ -30,19 +30,20 @@ const i18n = rosetta({
30
30
titlePartTwo: 'shop — in a minute',
31
31
inputLeftAddon: 'Your Store Name',
32
32
listItem1: 'You don\'t need a fully fledged ecommerce — add your products with minimal effort',
33
-
listItem2: 'Let your followers know — share your products to the platforms you prefer',
33
+
listItem2: 'Let your followers know — share your products to the platforms you prefer and get paid',
34
34
listItem3: 'Enable payments at any time',
35
35
buttonCreate: 'Add my first product',
36
36
nameNotAvailable: 'Please use a different name. The current one is already used by a different registered Store.',
37
37
},
38
38
about: {
39
39
title1: 'Hi',
40
-
description1: 'I am Nicola, a computer scientist from Italy. I\'ve created ezyou, a minimal online store creator, because I\'ve witnessed people spending dozens of hours trying to set up online shops or spending a fortune paying a dedicated agency for an overengineered solution. Unlike others, I am giving you only the essential tools to bootstrap your online presence from scratch.',
40
+
description1: 'I am Nicola, a computer scientist. I\'ve created ezyou, a minimal online store creator, because I\'ve witnessed people spending dozens of hours trying to set up online shops or spending a fortune paying a dedicated agency for an overengineered solution. Unlike others, I am giving you only the essential tools to bootstrap your online presence from scratch.',
41
41
title2: 'Ok, but what does it mean for my business?',
42
-
description2: 'After spending no more than a minute to add your first product, your customers will be able to see and buy it on a page like',
42
+
description2: 'After spending no more than a minute to add your first product, your customers will be able to see it on a page like',
43
43
description2link: 'this one',
44
44
title3: 'Ok, but is it safe?',
45
-
description3: 'The only informations this platform stores are the ones needed to create the product pages. The payment platform (Stripe) handles all the payment information and, by design, you will be the only person to have have full control.',
45
+
description3: 'ezyou stores only the informations needed to create the product pages. The payments platform (Stripe) handles all the payment information and by design you will be the only person to have have full control.',
46
+
title4: 'Ok! Let me try this out!',
46
47
},
47
48
product: {
48
49
preview: 'Preview',
@@ -212,12 +213,13 @@ const i18n = rosetta({
212
213
},
213
214
about: {
214
215
title1: 'Ciao',
215
-
description1: 'Mi chiamo Nicola e sono un informatico italiano. Ho creato ezyou, un creatore di ecommerce minimale, perchè ho assistito ad artigiani spendere decine di ore nel tentare di crearsi un eccommerce online o (peggio) pagare agenzie migliaia di euro per una soluzione esagerata. Al contrario di altri, la mia piattaforma ti darà solo gli strumenti assolutamente essenziali per far partire la tua presenza online.',
216
+
description1: 'Mi chiamo Nicola e sono un informatico. Ho creato ezyou, un creatore di ecommerce minimale, perchè ho assistito ad artigiani spendere decine di ore nel tentare di crearsi un eccommerce online o (peggio) pagare agenzie migliaia di euro per una soluzione esagerata. Al contrario di altri, la mia piattaforma ti darà solo gli strumenti assolutamente essenziali per far partire la tua presenza online.',
216
217
title2: 'Ok, ma cosa significa?',
217
218
description2: 'Dopo aver speso circa un minuto per aggiungere il tuo primo prodotto, i tuoi clienti saranno in grado di vederlo attraverso una pagina come',
218
219
description2link: 'questa',
219
220
title3: 'Ok, ma è sicuro?',
220
221
description3: 'ezyou salva solo le informazioni necessarie per creare le pagine prodotti. La piattaforma di pagamenti utilizzata (Stripe) gestisce tutti gli estremi di pagmento e, per design, tu sarai l\'unica persona ad averne pieno accesso.',
0 commit comments