-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from joelthorner/2.x
2.0.0
- Loading branch information
Showing
20 changed files
with
3,902 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,219 @@ | ||
// v3 file template | ||
export const LANGUAGE_AR = { | ||
|
||
header: { | ||
html: `` | ||
}, | ||
|
||
footer: { | ||
html: `` | ||
}, | ||
|
||
templates: { | ||
|
||
1: { | ||
name: 'Bienvenida', | ||
subject: '', | ||
html: `` | ||
}, // end 1 | ||
|
||
2: { | ||
name: 'Baja de usuarios', | ||
subject: '', | ||
html: `` | ||
}, // end 2 | ||
|
||
3: { | ||
name: 'Recordarios de contraseña', | ||
subject: '', | ||
html: `` | ||
}, // end 3 | ||
|
||
4: { | ||
name: 'Cambio de contraseña', | ||
subject: '', | ||
html: `` | ||
}, // end 4 | ||
|
||
5: { | ||
name: 'Registro de newsletter', | ||
subject: '', | ||
html: `` | ||
}, // end 5 | ||
|
||
6: { | ||
name: 'Recomendación de wishlist', | ||
subject: '', | ||
html: `` | ||
}, // end 6 | ||
|
||
7: { | ||
name: 'Recomendación de producto', | ||
subject: '', | ||
html: `` | ||
}, // end 7 | ||
|
||
8: { | ||
name: 'Contacto general', | ||
subject: '', | ||
html: `` | ||
}, // end 8 | ||
|
||
9: { | ||
name: 'Consulta de producto', | ||
subject: '', | ||
html: `` | ||
}, // end 9 | ||
|
||
10: { | ||
name: 'Confirmación de pedido', | ||
subject: '', | ||
html: `` | ||
}, // end 10 | ||
|
||
11: { | ||
name: 'Baja de newsletter', | ||
subject: '', | ||
html: `` | ||
}, // end 11 | ||
|
||
12: { | ||
name: 'Apadrinamiento', | ||
subject: '', | ||
html: `` | ||
}, // end 12 | ||
|
||
13: { | ||
name: 'Apadrinamiento completo', | ||
subject: '', | ||
html: `` | ||
}, // end 13 | ||
|
||
14: { | ||
name: 'Petición devolución', | ||
subject: '', | ||
html: `` | ||
}, // end 14 | ||
|
||
15: { | ||
name: 'Pedido incompleto', | ||
subject: '', | ||
html: `` | ||
}, // end 15 | ||
|
||
16: { | ||
name: 'Notificación transportista', | ||
subject: '', | ||
html: `` | ||
}, // end 16 | ||
|
||
17: { | ||
name: 'Verificación de correo', | ||
subject: '', | ||
html: `` | ||
}, // end 17 | ||
|
||
18: { | ||
name: 'Cuenta activada', | ||
subject: '', | ||
html: `` | ||
}, // end 18 | ||
|
||
19: { | ||
name: 'Aviso a proveedores', | ||
subject: '', | ||
html: `` | ||
}, // end 19 | ||
|
||
20: { | ||
name: 'Stock disponible', | ||
subject: '', | ||
html: `` | ||
}, // end 20 | ||
|
||
22: { | ||
name: 'Blog - Notificación de Nuevo Artículo', | ||
subject: '', | ||
html: `` | ||
}, // end 22 | ||
|
||
23: { | ||
name: 'Blog - Notificación de Nuevo Comentario', | ||
subject: '', | ||
html: `` | ||
}, // end 23 | ||
|
||
24: { | ||
name: 'Blog - Email de Bienvenida', | ||
subject: '', | ||
html: `` | ||
}, // end 24 | ||
|
||
25: { | ||
name: 'Confirmar suscripción de Stock', | ||
subject: '', | ||
html: `` | ||
}, // end 25 | ||
|
||
26: { | ||
name: 'SocialCurrency - Socialización', | ||
subject: '', | ||
html: `` | ||
}, // end 26 | ||
|
||
27: { | ||
name: 'SocialCurrency - Notificación incentivos', | ||
subject: '', | ||
html: `` | ||
}, // end 27 | ||
|
||
32: { | ||
name: 'Documento de pedido', | ||
subject: '', | ||
html: `` | ||
}, // end 32 | ||
|
||
33: { | ||
name: 'Documento de albarán de entrega', | ||
subject: '', | ||
html: `` | ||
}, // end 33 | ||
|
||
34: { | ||
name: 'Documento de factura', | ||
subject: '', | ||
html: `` | ||
}, // end 34 | ||
|
||
35: { | ||
name: 'Documento de factura rectificativa', | ||
subject: '', | ||
html: `` | ||
}, // end 35 | ||
|
||
36: { | ||
name: 'Activación Two Factor Auth', | ||
subject: '', | ||
html: `` | ||
}, // end 36 | ||
|
||
37: { | ||
name: 'Activación Two Factor Auth', | ||
subject: '', | ||
html: `` | ||
}, // end 37 | ||
|
||
38: { | ||
name: 'Enviar código dispositivo Two Factor Auth', | ||
subject: '', | ||
html: `` | ||
}, // end 38 | ||
|
||
39: { | ||
name: 'Notificar Bloqueo de Dispositivo Two Factor Auth', | ||
subject: '', | ||
html: `` | ||
}, // end 39 | ||
|
||
} // end emails | ||
}; |
Oops, something went wrong.