]> git.r.bdr.sh - rbdr/forum/blame - src/config/translations/es.json
Allow for conditional reply
[rbdr/forum] / src / config / translations / es.json
CommitLineData
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"
16ab52c0
RBR
32 },
33 "error": {
34 "unavailable": "Temas del foro no disponibles."
bd8e98d7
RBR
35 }
36 },
37 "forum_list": {
38 "title": "Lista de foros",
39 "error": {
40 "unavailable": "Lista de foros no disponible."
41 }
42 },
43 "glyph": {
44 "title": "Avatar del usuario"
45 },
46 "header": {
47 "action": {
48 "new": {
49 "title": "Nuevo",
50 "display": "<u>N</u>uevo"
51 },
52 "reply": {
53 "title": "Responder",
54 "display": "<u>R</u>esponder"
55 },
56 "search": {
57 "title": "Buscar",
58 "display": "Bu<u>s</u>car"
59 },
60 "log_out": {
61 "title": "Cerrar Sesión",
62 "display": "Cerrar Sesi<u>ó</u>n"
63 }
64 },
65 "long_version": "Forum versión {version}",
66 "title": "Barra de herramientas",
67 "short_version": "Forum v{version}"
68 },
69 "home": {
70 "title": "Hola.",
71 "content": "Ahora estás en un foro. Elige una categoría de la izquierda o escribe un URL válido."
72 },
16ab52c0
RBR
73 "loader": {
74 "message": "Cargando."
75 },
bd8e98d7
RBR
76 "post": {
77 "author_credit": "Por:",
78 "metadata_title": "Metadatos de entrada {count} de {total}",
79 "permalink_title": "Permalink a entrada",
16ab52c0
RBR
80 "title": "Entrada {count} de {total}, por {author}",
81 "topic_location": "En",
82 "error": {
83 "unavailable": "Entrada no disponible."
84 }
85 },
86 "tag": {
87 "title": "Etiqueta:",
88 "error": {
89 "unavailable": "Temas de la etiqueta no disponibles."
90 }
bd8e98d7
RBR
91 },
92 "topic": {
93 "category_location": "Agregado a",
94 "metadata_title": "Metadatos del tema",
95 "permalink_title": "Permalink al tema",
96 "remaining_time": "Quedan {remaining}",
97 "tags_location": "Etiquetas:",
98 "tags_title": "Etiquetas del tema",
16ab52c0
RBR
99 "title": "Tema",
100 "error": {
101 "unavailable": "Tema no disponible."
102 }
bd8e98d7
RBR
103 },
104 "time": {
105 "days": "{count, plural, =1 {# día} other {# días}}",
106 "hours": "{count, plural, =1 {# hora} other {# horas}}",
107 "minutes": "{count, plural, =1 {# minuto} other {# minutos}}",
108 "seconds": "{count, plural, =1 {# segundo} other {# segundos}}"
109 }
110}