]>
Commit | Line | Data |
---|---|---|
bd8e98d7 RBR |
1 | { |
2 | "error": { | |
3 | "generic": { | |
4 | "title": "Error!", | |
5 | "message": "Hubo un error desconocido. ¡Entra en pánico!" | |
6 | }, | |
7 | "invalid_url": { | |
8 | "title": "Esto no está bien.", | |
9 | "message": "Este URL no es válido. Intenta otro, ¿Tal vez?" | |
10 | } | |
11 | }, | |
12 | "footer": { | |
13 | "choose_language": "Escoge un lenguaje", | |
14 | "license": "Forum es <a href=\"{licenseUrl}\">software libre.</a>", | |
15 | "title": "Pie de página" | |
16 | }, | |
17 | "forum": { | |
18 | "name": { | |
19 | "everything": "Todo", | |
20 | "us": "Nosotros", | |
21 | "words": "Palabras", | |
22 | "sound": "Sonidos", | |
23 | "structure": "Estructura", | |
24 | "interaction": "Interacción", | |
25 | "emotion": "Emoción", | |
26 | "movement": "Movimiento", | |
27 | "belief": "Creencia", | |
28 | "experience": "Experiencia", | |
29 | "online": "En Línea", | |
30 | "the_world": "El Mundo", | |
31 | "life": "Vida" | |
32 | } | |
33 | }, | |
34 | "forum_list": { | |
35 | "title": "Lista de foros", | |
36 | "error": { | |
37 | "unavailable": "Lista de foros no disponible." | |
38 | } | |
39 | }, | |
40 | "glyph": { | |
41 | "title": "Avatar del usuario" | |
42 | }, | |
43 | "header": { | |
44 | "action": { | |
45 | "new": { | |
46 | "title": "Nuevo", | |
47 | "display": "<u>N</u>uevo" | |
48 | }, | |
49 | "reply": { | |
50 | "title": "Responder", | |
51 | "display": "<u>R</u>esponder" | |
52 | }, | |
53 | "search": { | |
54 | "title": "Buscar", | |
55 | "display": "Bu<u>s</u>car" | |
56 | }, | |
57 | "log_out": { | |
58 | "title": "Cerrar Sesión", | |
59 | "display": "Cerrar Sesi<u>ó</u>n" | |
60 | } | |
61 | }, | |
62 | "long_version": "Forum versión {version}", | |
63 | "title": "Barra de herramientas", | |
64 | "short_version": "Forum v{version}" | |
65 | }, | |
66 | "home": { | |
67 | "title": "Hola.", | |
68 | "content": "Ahora estás en un foro. Elige una categoría de la izquierda o escribe un URL válido." | |
69 | }, | |
70 | "post": { | |
71 | "author_credit": "Por:", | |
72 | "metadata_title": "Metadatos de entrada {count} de {total}", | |
73 | "permalink_title": "Permalink a entrada", | |
74 | "title": "Entrada {count} de {total}, por {author}" | |
75 | }, | |
76 | "topic": { | |
77 | "category_location": "Agregado a", | |
78 | "metadata_title": "Metadatos del tema", | |
79 | "permalink_title": "Permalink al tema", | |
80 | "remaining_time": "Quedan {remaining}", | |
81 | "tags_location": "Etiquetas:", | |
82 | "tags_title": "Etiquetas del tema", | |
83 | "title": "Tema" | |
84 | }, | |
85 | "time": { | |
86 | "days": "{count, plural, =1 {# día} other {# días}}", | |
87 | "hours": "{count, plural, =1 {# hora} other {# horas}}", | |
88 | "minutes": "{count, plural, =1 {# minuto} other {# minutos}}", | |
89 | "seconds": "{count, plural, =1 {# segundo} other {# segundos}}" | |
90 | } | |
91 | } |