23 lines
435 B
JavaScript
23 lines
435 B
JavaScript
module.exports = {
|
|
en: {
|
|
also: "This page is also available in:",
|
|
previous: "Previous",
|
|
next: "Next",
|
|
nav: {
|
|
home: "Home",
|
|
archive: "Archive",
|
|
about: "About Me",
|
|
}
|
|
},
|
|
es: {
|
|
also: "Esta página también está disponible en:",
|
|
previous: "Anterior",
|
|
next: "Siguiente",
|
|
nav: {
|
|
home: "Página de inicio",
|
|
archive: "Archivo",
|
|
about: "Acerca de mí",
|
|
}
|
|
}
|
|
};
|