diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-06-20 16:20:31 +0200 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-06-20 16:20:31 +0200 |
| commit | 862a5f9cdbbda522c608ea63c1e296e81f44de10 (patch) | |
| tree | 126b943ec581a556dd4ff71d9403da47bb40299e /app/config/translations/es.json | |
| parent | 7372fe18d4fb901d3ebb86e7a73443d4dc3afb70 (diff) | |
Add internationalization support
Diffstat (limited to 'app/config/translations/es.json')
| -rw-r--r-- | app/config/translations/es.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/app/config/translations/es.json b/app/config/translations/es.json new file mode 100644 index 0000000..8831d2a --- /dev/null +++ b/app/config/translations/es.json @@ -0,0 +1,34 @@ +{ + "error": { + "generic": { + "title": "Error!", + "message": "Hubo un error desconocido. Entra en pánico!" + } + }, + "footer": { + "choose_language": "Escoge un lenguaje", + "license": "Forum es <a href=\"{licenseUrl}\">software libre.</a>" + }, + "forum_list": { + "error": { + "unavailable": "Lista de foros no disponible." + } + }, + "forum": { + "name": { + "everything": "Todo", + "us": "Nosotros", + "words": "Palabras", + "sound": "Sonidos", + "structure": "Estructura", + "interaction": "Interacción", + "emotion": "Emoción", + "movement": "Movimiento", + "belief": "Creencia", + "experience": "Experiencia", + "online": "En Línea", + "the_world": "El Mundo", + "life": "Vida" + } + } +} |