diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-03-14 23:06:35 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-03-14 23:06:35 +0100 |
| commit | 16ab52c0fd71fcc3fd11b5c3a50dd53feffda8d6 (patch) | |
| tree | b6033bb15f021a46bcb26d21424f45e21bab099f /src | |
| parent | c64352ff6be4d9c05df37f02212e2e409435fc31 (diff) | |
Update translations
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/translations/en.json | 23 | ||||
| -rw-r--r-- | src/config/translations/es.json | 23 |
2 files changed, 42 insertions, 4 deletions
diff --git a/src/config/translations/en.json b/src/config/translations/en.json index 5b6a4b6..cf66bf2 100644 --- a/src/config/translations/en.json +++ b/src/config/translations/en.json @@ -29,6 +29,9 @@ "online": "Online", "the_world": "The World", "life": "Life" + }, + "error": { + "unavailable": "Forum topics unavailable." } }, "forum_list": { @@ -67,11 +70,24 @@ "title": "Hello.", "content": "You are now in a forum. Select a category from the left or input a valid URL." }, + "loader": { + "message": "Loading." + }, "post": { "author_credit": "By:", "metadata_title": "Post {count} of {total} metadata", "permalink_title": "Permalink to post", - "title": "Post {count} of {total} by {author}" + "title": "Post {count} of {total} by {author}", + "topic_location": "In", + "error": { + "unavailable": "Post unavailable." + } + }, + "tag": { + "title": "Tag:", + "error": { + "unavailable": "Tag topics unavailable." + } }, "topic": { "category_location": "Posted on", @@ -80,7 +96,10 @@ "remaining_time": "{remaining} remaining", "tags_location": "Tags:", "tags_title": "Topic tags", - "title": "Topic" + "title": "Topic", + "error": { + "unavailable": "Topic unavailable." + } }, "time": { "days": "{count, plural, =1 {# day} other {# days}}", diff --git a/src/config/translations/es.json b/src/config/translations/es.json index be8f96b..6b6880f 100644 --- a/src/config/translations/es.json +++ b/src/config/translations/es.json @@ -29,6 +29,9 @@ "online": "En Línea", "the_world": "El Mundo", "life": "Vida" + }, + "error": { + "unavailable": "Temas del foro no disponibles." } }, "forum_list": { @@ -67,11 +70,24 @@ "title": "Hola.", "content": "Ahora estás en un foro. Elige una categoría de la izquierda o escribe un URL válido." }, + "loader": { + "message": "Cargando." + }, "post": { "author_credit": "Por:", "metadata_title": "Metadatos de entrada {count} de {total}", "permalink_title": "Permalink a entrada", - "title": "Entrada {count} de {total}, por {author}" + "title": "Entrada {count} de {total}, por {author}", + "topic_location": "En", + "error": { + "unavailable": "Entrada no disponible." + } + }, + "tag": { + "title": "Etiqueta:", + "error": { + "unavailable": "Temas de la etiqueta no disponibles." + } }, "topic": { "category_location": "Agregado a", @@ -80,7 +96,10 @@ "remaining_time": "Quedan {remaining}", "tags_location": "Etiquetas:", "tags_title": "Etiquetas del tema", - "title": "Tema" + "title": "Tema", + "error": { + "unavailable": "Tema no disponible." + } }, "time": { "days": "{count, plural, =1 {# día} other {# días}}", |