Commit 22776e4c52defacc4e4a27a7b475221b0893e510
Add translations in spanish and english
Marcos Gutierrez committed on 9/29/2017, 4:10:02 PMParent: e836f599f0095c03c6bb4b228c714e7130f797f6
Files changed
locales/en.json | changed |
locales/es.json | changed |
locales/en.json | ||
---|---|---|
@@ -86,6 +86,51 @@ | ||
86 | 86 | "Choose Banner Image...": "Choose Banner Image...", |
87 | 87 | "Describe the gathering (if you want)": "Describe the gathering (if you want)", |
88 | 88 | "Edit": "Edit", |
89 | 89 | "identified ": "identified ", |
90 | - "self identifies as \"": "self identifies as \"" | |
90 | + "self identifies as \"": "self identifies as \"", | |
91 | + "form now": "form now", | |
92 | + "ago": "ago", | |
93 | + "years": "years", | |
94 | + "months": "months", | |
95 | + "weeks": "weeks", | |
96 | + "days": "days", | |
97 | + "hours": "hours", | |
98 | + "minutes": "mins", | |
99 | + "seconds": "secs", | |
100 | + "year": "year", | |
101 | + "month": "month", | |
102 | + "week": "week", | |
103 | + "day": "day", | |
104 | + "hour": "hour", | |
105 | + "minute": "min", | |
106 | + "second": "sec", | |
107 | + "assigned a display image to ": "assigned a display image to ", | |
108 | + "Theme": "Theme", | |
109 | + "Language": "Language", | |
110 | + "Filters": "Filters", | |
111 | + " Hide following messages": " Hide following messages", | |
112 | + "Cannot display message" : "Cannot display message", | |
113 | + "Search Results:" : "Search Results:", | |
114 | + "Search completed." : "Search completed.", | |
115 | + "result found" : "result found", | |
116 | + "results found" : "results found", | |
117 | + " forked this discussion:" : " forked this discussion:", | |
118 | + "Your Profile" : "Your Profile", | |
119 | + "Choose Profile Image..." : "Choose Profile Image...", | |
120 | + "Choose a name" : "Choose a name", | |
121 | + "Describe yourself (if you want)" : "Describe yourself (if you want)", | |
122 | + "What whould you like to call " : "What whould you like to call ", | |
123 | + "Confirm" : "Confirm", | |
124 | + "self assigned a display image" : "self assigned a display image", | |
125 | + "Like" : "Like", | |
126 | + "Reply" : "Reply", | |
127 | + "unfollowed " : "unfollowed ", | |
128 | + "Untitled Gathering" : "Untitled Gathering", | |
129 | + "Error" : "Error", | |
130 | + "An error occurred while attempting to publish gathering." : "An error occurred while attempting to publish gathering.", | |
131 | + "An error occurred while attempting to redeem invite." : "An error occurred while attempting to redeem invite.", | |
132 | + "OK" : "OK", | |
133 | + "Close" : "Close", | |
134 | + "New Message" : "New Message", | |
135 | + "unsubscribed from " : "unsubscribed from " | |
91 | 136 | } |
locales/es.json | ||
---|---|---|
@@ -27,13 +27,15 @@ | ||
27 | 27 | "Liked by\n": "Les gusta a\n", |
28 | 28 | " and ": " y ", |
29 | 29 | " followed ": " siguie a ", |
30 | 30 | "subscribed to ": "se suscribió a ", |
31 | + " subscribed to ": "se suscribió a ", | |
31 | 32 | "likes": "Me gusta", |
32 | 33 | " others": " más", |
33 | 34 | "Write a private reply": "Escriba una respuesta privada", |
34 | 35 | "Write a public reply": "Escriba una respuesta pública", |
35 | 36 | "Cannot display message": "No se puede mostrar el mensaje", |
37 | + "Cannot display message.": "No se puede mostrar el mensaje.", | |
36 | 38 | "More Channels...": "Más canales...", |
37 | 39 | "Click to unsubscribe": "Click para anular suscripción", |
38 | 40 | "Subscribed": "Suscrito", |
39 | 41 | "Write a message in this channel": "Escriba un mensaje en este canal \n\n\n\nLas personas que te siguen o esten suscritas a este canal también verán este mensaje en su feed principal.\n\nPara crear un nuevo canal, escribe el nombre del canal (precedido por un #) en el cuadro de búsqueda de arriba, por ejemplo #cat-pics", |
@@ -107,10 +109,28 @@ | ||
107 | 109 | "More": "Más", |
108 | 110 | "Edit": "Editar", |
109 | 111 | "Untitled Gathering": "Reunión sin título", |
110 | 112 | "Error": "Error", |
111 | - "An error occurred while attempting to publish gathering." : "Se ha producido un error al intentar publicar la reunión", | |
113 | + "An error occurred while attempting to publish gathering.": "Se ha producido un error al intentar publicar la reunión", | |
112 | 114 | "An error occurred while attempting to redeem invite.": "Se ha producido un error al intentar validar la invitación.", |
113 | 115 | "OK": "OK", |
114 | 116 | "Close": "Cerrar", |
115 | - "New Message": "Nuevo mensaje" | |
117 | + "New Message": "Nuevo mensaje", | |
118 | + "Language": "Idioma", | |
119 | + "form now": "en el futuro", | |
120 | + "ago": "atras", | |
121 | + "years": "años", | |
122 | + "months": "meses", | |
123 | + "weeks": "semanas", | |
124 | + "days": "días", | |
125 | + "hours": "horas", | |
126 | + "minutes": "minutos", | |
127 | + "seconds": "segundos", | |
128 | + "year": "año", | |
129 | + "month": "mes", | |
130 | + "week": "semana", | |
131 | + "day": "día", | |
132 | + "hour": "hora", | |
133 | + "minute": "minutos", | |
134 | + "second": "segundos", | |
135 | + "unsubscribed from ": "desuscrito de " | |
116 | 136 | } |
Built with git-ssb-web