diff options
Diffstat (limited to 'app/config/translations')
| -rw-r--r-- | app/config/translations/en.json | 34 | ||||
| -rw-r--r-- | app/config/translations/es.json | 34 |
2 files changed, 0 insertions, 68 deletions
diff --git a/app/config/translations/en.json b/app/config/translations/en.json deleted file mode 100644 index 468bdc1..0000000 --- a/app/config/translations/en.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "error": { - "generic": { - "title": "Error!", - "message": "Unknown error has occurred. Panic!" - } - }, - "footer": { - "choose_language": "Choose your language", - "license": "Forum is <a href=\"{licenseUrl}\">open source.</a>" - }, - "forum_list": { - "error": { - "unavailable": "Forum list unavailable." - } - }, - "forum": { - "name": { - "everything": "Everything", - "us": "Us", - "words": "Words", - "sound": "Sounds", - "structure": "Structure", - "interaction": "Interaction", - "emotion": "Emotion", - "movement": "Movement", - "belief": "Belief", - "experience": "Experience", - "online": "Online", - "the_world": "The World", - "life": "Life" - } - } -} diff --git a/app/config/translations/es.json b/app/config/translations/es.json deleted file mode 100644 index 8831d2a..0000000 --- a/app/config/translations/es.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "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" - } - } -} |