[tx-robot] updated from transifex
This commit is contained in:
Родитель
9115872c2d
Коммит
4437afbc85
|
@ -1,14 +1,23 @@
|
|||
OC.L10N.register(
|
||||
"polls",
|
||||
{
|
||||
"Do you really want to delete that poll (new)?" : "¿Realmente quieres borrar esa encuesta (nuevo)?",
|
||||
"Nothing selected!\nClick on cells to turn them green." : "¡No haya nada seleccionado!\nHaz click en las celdas para hacerlas verdes. ",
|
||||
"You must enter at least a title for the new poll." : "Debes ingresar al menos un título para una nueva encuesta. ",
|
||||
"Please select at least one user or group!" : "¡Por favor selecciona un usuario o grupo!",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Copy" : "Copiar",
|
||||
"Not supported!" : "¡No soportado!",
|
||||
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
||||
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
||||
"Copy to clipboard: Ctrl+C, Enter" : "Copiar a la papelera: Ctrl + C, Enter",
|
||||
"You are not registered.\nPlease enter your name to vote\n(at least 3 characters)." : "No estás registrado.\nPor favor ingresa tu nombre para votar\n(al menos 3 caracteres).",
|
||||
"Please add some text to your comment before submitting it." : "Por favor agrega algo de texto a tu comentario antes de enviarlo. ",
|
||||
"just now" : "justo ahora",
|
||||
"An error occurred, your comment was not posted." : "Se presentó un error, tu comentario no se publicó",
|
||||
"Polls" : "Encuestas",
|
||||
"Hello %s,<br/><br/><strong>%s</strong> participated in the poll '%s'.<br/><br/>To go directly to the poll, you can use this <a href=\"%s\">link</a>" : "Hola%s,<br/><br/><strong>%s</strong> participó en la encuesta '%s'.<br/><br/> Para ir directamente a la encuesta, puedes usar esta <a href=\"%s\">liga</a>",
|
||||
"Polls App - New Activity" : "Aplicación de Encuestas - Nueva Actividad",
|
||||
"Polls App" : "Aplicación para encuestas",
|
||||
"Edit poll" : "Editar encuesta",
|
||||
"Create new poll" : "Crear nueva encuesta",
|
||||
|
@ -33,12 +42,28 @@ OC.L10N.register(
|
|||
"Cancel" : "Cancelar",
|
||||
"No description provided." : "No se proporcionó una descripción. ",
|
||||
"The poll expired on %s. Voting is disabled, but you can still comment." : "La encuesta expiró el %s. La votación esta deshabilitada pero aún puedes comentar. ",
|
||||
"Switch all options at once" : "Cambia todas las opciones a la vez",
|
||||
"Your name here" : "Tu nombre aquí",
|
||||
"Vote!" : "¡Vota!",
|
||||
"Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
|
||||
"Close details" : "Cerrar detalles",
|
||||
"Close" : "Cerrar",
|
||||
"Owner" : "Propietario",
|
||||
"Expired" : "Expirado",
|
||||
"Expires on %s" : "Expira el %s",
|
||||
"Expires never" : "Nunca expira",
|
||||
"Invitation access" : "Acceso por inivtación",
|
||||
"Anononymous poll" : "Encuesta anónima",
|
||||
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
|
||||
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
|
||||
"Click to get link" : "Haz click para obtener una liga",
|
||||
"Copy Link" : "Copiar Liga",
|
||||
"Delete poll" : "Borrar encuesta",
|
||||
"Edit Poll" : "Editar encuesta",
|
||||
"Poll expired" : "La encuesta expiró",
|
||||
"Comments" : "Comentarios",
|
||||
"Login or ..." : "Iniciar sesión o ...",
|
||||
"New comment …" : "Nuevo comentario ...",
|
||||
"No comments yet. Be the first." : "No hay comentarios todavia. Se el primero.",
|
||||
"No existing polls." : "No hay encuestas existentes.",
|
||||
"By" : "Por",
|
||||
|
@ -47,6 +72,8 @@ OC.L10N.register(
|
|||
"Yourself" : "Tú mismo",
|
||||
"Never" : "Nunca",
|
||||
"Access denied" : "Acceso denegado",
|
||||
"You are not allowed to view this poll or the poll does not exist." : "No tienes permitido ver esta encuesta o bien la encuesta no existe. "
|
||||
"You are not allowed to view this poll or the poll does not exist." : "No tienes permitido ver esta encuesta o bien la encuesta no existe. ",
|
||||
"You are not allowed to edit this poll or the poll does not exist." : "No tienes permitido editar esta encuesta o la encuesta no existe.",
|
||||
"You are not allowed to delete this poll or the poll does not exist." : "No tienes permitido borrar esta encuesta o la encuesta no existe."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -1,12 +1,21 @@
|
|||
{ "translations": {
|
||||
"Do you really want to delete that poll (new)?" : "¿Realmente quieres borrar esa encuesta (nuevo)?",
|
||||
"Nothing selected!\nClick on cells to turn them green." : "¡No haya nada seleccionado!\nHaz click en las celdas para hacerlas verdes. ",
|
||||
"You must enter at least a title for the new poll." : "Debes ingresar al menos un título para una nueva encuesta. ",
|
||||
"Please select at least one user or group!" : "¡Por favor selecciona un usuario o grupo!",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Copy" : "Copiar",
|
||||
"Not supported!" : "¡No soportado!",
|
||||
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
||||
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
||||
"Copy to clipboard: Ctrl+C, Enter" : "Copiar a la papelera: Ctrl + C, Enter",
|
||||
"You are not registered.\nPlease enter your name to vote\n(at least 3 characters)." : "No estás registrado.\nPor favor ingresa tu nombre para votar\n(al menos 3 caracteres).",
|
||||
"Please add some text to your comment before submitting it." : "Por favor agrega algo de texto a tu comentario antes de enviarlo. ",
|
||||
"just now" : "justo ahora",
|
||||
"An error occurred, your comment was not posted." : "Se presentó un error, tu comentario no se publicó",
|
||||
"Polls" : "Encuestas",
|
||||
"Hello %s,<br/><br/><strong>%s</strong> participated in the poll '%s'.<br/><br/>To go directly to the poll, you can use this <a href=\"%s\">link</a>" : "Hola%s,<br/><br/><strong>%s</strong> participó en la encuesta '%s'.<br/><br/> Para ir directamente a la encuesta, puedes usar esta <a href=\"%s\">liga</a>",
|
||||
"Polls App - New Activity" : "Aplicación de Encuestas - Nueva Actividad",
|
||||
"Polls App" : "Aplicación para encuestas",
|
||||
"Edit poll" : "Editar encuesta",
|
||||
"Create new poll" : "Crear nueva encuesta",
|
||||
|
@ -31,12 +40,28 @@
|
|||
"Cancel" : "Cancelar",
|
||||
"No description provided." : "No se proporcionó una descripción. ",
|
||||
"The poll expired on %s. Voting is disabled, but you can still comment." : "La encuesta expiró el %s. La votación esta deshabilitada pero aún puedes comentar. ",
|
||||
"Switch all options at once" : "Cambia todas las opciones a la vez",
|
||||
"Your name here" : "Tu nombre aquí",
|
||||
"Vote!" : "¡Vota!",
|
||||
"Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
|
||||
"Close details" : "Cerrar detalles",
|
||||
"Close" : "Cerrar",
|
||||
"Owner" : "Propietario",
|
||||
"Expired" : "Expirado",
|
||||
"Expires on %s" : "Expira el %s",
|
||||
"Expires never" : "Nunca expira",
|
||||
"Invitation access" : "Acceso por inivtación",
|
||||
"Anononymous poll" : "Encuesta anónima",
|
||||
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
|
||||
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
|
||||
"Click to get link" : "Haz click para obtener una liga",
|
||||
"Copy Link" : "Copiar Liga",
|
||||
"Delete poll" : "Borrar encuesta",
|
||||
"Edit Poll" : "Editar encuesta",
|
||||
"Poll expired" : "La encuesta expiró",
|
||||
"Comments" : "Comentarios",
|
||||
"Login or ..." : "Iniciar sesión o ...",
|
||||
"New comment …" : "Nuevo comentario ...",
|
||||
"No comments yet. Be the first." : "No hay comentarios todavia. Se el primero.",
|
||||
"No existing polls." : "No hay encuestas existentes.",
|
||||
"By" : "Por",
|
||||
|
@ -45,6 +70,8 @@
|
|||
"Yourself" : "Tú mismo",
|
||||
"Never" : "Nunca",
|
||||
"Access denied" : "Acceso denegado",
|
||||
"You are not allowed to view this poll or the poll does not exist." : "No tienes permitido ver esta encuesta o bien la encuesta no existe. "
|
||||
"You are not allowed to view this poll or the poll does not exist." : "No tienes permitido ver esta encuesta o bien la encuesta no existe. ",
|
||||
"You are not allowed to edit this poll or the poll does not exist." : "No tienes permitido editar esta encuesta o la encuesta no existe.",
|
||||
"You are not allowed to delete this poll or the poll does not exist." : "No tienes permitido borrar esta encuesta o la encuesta no existe."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,14 +1,23 @@
|
|||
OC.L10N.register(
|
||||
"polls",
|
||||
{
|
||||
"Do you really want to delete that poll (new)?" : "¿Realmente quieres borrar esa encuesta (nuevo)?",
|
||||
"Nothing selected!\nClick on cells to turn them green." : "¡No haya nada seleccionado!\nHaz click en las celdas para hacerlas verdes. ",
|
||||
"You must enter at least a title for the new poll." : "Debes ingresar al menos un título para una nueva encuesta. ",
|
||||
"Please select at least one user or group!" : "¡Por favor selecciona un usuario o grupo!",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Copy" : "Copiar",
|
||||
"Not supported!" : "¡No soportado!",
|
||||
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
||||
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
||||
"Copy to clipboard: Ctrl+C, Enter" : "Copiar a la papelera: Ctrl + C, Enter",
|
||||
"You are not registered.\nPlease enter your name to vote\n(at least 3 characters)." : "No estás registrado.\nPor favor ingresa tu nombre para votar\n(al menos 3 caracteres).",
|
||||
"Please add some text to your comment before submitting it." : "Por favor agrega algo de texto a tu comentario antes de enviarlo. ",
|
||||
"just now" : "justo ahora",
|
||||
"An error occurred, your comment was not posted." : "Se presentó un error, tu comentario no se publicó",
|
||||
"Polls" : "Encuestas",
|
||||
"Hello %s,<br/><br/><strong>%s</strong> participated in the poll '%s'.<br/><br/>To go directly to the poll, you can use this <a href=\"%s\">link</a>" : "Hola%s,<br/><br/><strong>%s</strong> participó en la encuesta '%s'.<br/><br/> Para ir directamente a la encuesta, puedes usar esta <a href=\"%s\">liga</a>",
|
||||
"Polls App - New Activity" : "Aplicación de Encuestas - Nueva Actividad",
|
||||
"Polls App" : "Aplicación para encuestas",
|
||||
"Edit poll" : "Editar encuesta",
|
||||
"Create new poll" : "Crear nueva encuesta",
|
||||
|
@ -33,12 +42,28 @@ OC.L10N.register(
|
|||
"Cancel" : "Cancelar",
|
||||
"No description provided." : "No se proporcionó una descripción. ",
|
||||
"The poll expired on %s. Voting is disabled, but you can still comment." : "La encuesta expiró el %s. La votación esta deshabilitada pero aún puedes comentar. ",
|
||||
"Switch all options at once" : "Cambia todas las opciones a la vez",
|
||||
"Your name here" : "Tu nombre aquí",
|
||||
"Vote!" : "¡Vota!",
|
||||
"Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
|
||||
"Close details" : "Cerrar detalles",
|
||||
"Close" : "Cerrar",
|
||||
"Owner" : "Propietario",
|
||||
"Expired" : "Expirado",
|
||||
"Expires on %s" : "Expira el %s",
|
||||
"Expires never" : "Nunca expira",
|
||||
"Invitation access" : "Acceso por inivtación",
|
||||
"Anononymous poll" : "Encuesta anónima",
|
||||
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
|
||||
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
|
||||
"Click to get link" : "Haz click para obtener una liga",
|
||||
"Copy Link" : "Copiar Liga",
|
||||
"Delete poll" : "Borrar encuesta",
|
||||
"Edit Poll" : "Editar encuesta",
|
||||
"Poll expired" : "La encuesta expiró",
|
||||
"Comments" : "Comentarios",
|
||||
"Login or ..." : "Iniciar sesión o ...",
|
||||
"New comment …" : "Nuevo comentario ...",
|
||||
"No comments yet. Be the first." : "No hay comentarios todavia. Se el primero.",
|
||||
"No existing polls." : "No hay encuestas existentes.",
|
||||
"By" : "Por",
|
||||
|
@ -47,6 +72,8 @@ OC.L10N.register(
|
|||
"Yourself" : "Tú mismo",
|
||||
"Never" : "Nunca",
|
||||
"Access denied" : "Acceso denegado",
|
||||
"You are not allowed to view this poll or the poll does not exist." : "No tienes permitido ver esta encuesta o bien la encuesta no existe. "
|
||||
"You are not allowed to view this poll or the poll does not exist." : "No tienes permitido ver esta encuesta o bien la encuesta no existe. ",
|
||||
"You are not allowed to edit this poll or the poll does not exist." : "No tienes permitido editar esta encuesta o la encuesta no existe.",
|
||||
"You are not allowed to delete this poll or the poll does not exist." : "No tienes permitido borrar esta encuesta o la encuesta no existe."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -1,12 +1,21 @@
|
|||
{ "translations": {
|
||||
"Do you really want to delete that poll (new)?" : "¿Realmente quieres borrar esa encuesta (nuevo)?",
|
||||
"Nothing selected!\nClick on cells to turn them green." : "¡No haya nada seleccionado!\nHaz click en las celdas para hacerlas verdes. ",
|
||||
"You must enter at least a title for the new poll." : "Debes ingresar al menos un título para una nueva encuesta. ",
|
||||
"Please select at least one user or group!" : "¡Por favor selecciona un usuario o grupo!",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Copy" : "Copiar",
|
||||
"Not supported!" : "¡No soportado!",
|
||||
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
||||
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
||||
"Copy to clipboard: Ctrl+C, Enter" : "Copiar a la papelera: Ctrl + C, Enter",
|
||||
"You are not registered.\nPlease enter your name to vote\n(at least 3 characters)." : "No estás registrado.\nPor favor ingresa tu nombre para votar\n(al menos 3 caracteres).",
|
||||
"Please add some text to your comment before submitting it." : "Por favor agrega algo de texto a tu comentario antes de enviarlo. ",
|
||||
"just now" : "justo ahora",
|
||||
"An error occurred, your comment was not posted." : "Se presentó un error, tu comentario no se publicó",
|
||||
"Polls" : "Encuestas",
|
||||
"Hello %s,<br/><br/><strong>%s</strong> participated in the poll '%s'.<br/><br/>To go directly to the poll, you can use this <a href=\"%s\">link</a>" : "Hola%s,<br/><br/><strong>%s</strong> participó en la encuesta '%s'.<br/><br/> Para ir directamente a la encuesta, puedes usar esta <a href=\"%s\">liga</a>",
|
||||
"Polls App - New Activity" : "Aplicación de Encuestas - Nueva Actividad",
|
||||
"Polls App" : "Aplicación para encuestas",
|
||||
"Edit poll" : "Editar encuesta",
|
||||
"Create new poll" : "Crear nueva encuesta",
|
||||
|
@ -31,12 +40,28 @@
|
|||
"Cancel" : "Cancelar",
|
||||
"No description provided." : "No se proporcionó una descripción. ",
|
||||
"The poll expired on %s. Voting is disabled, but you can still comment." : "La encuesta expiró el %s. La votación esta deshabilitada pero aún puedes comentar. ",
|
||||
"Switch all options at once" : "Cambia todas las opciones a la vez",
|
||||
"Your name here" : "Tu nombre aquí",
|
||||
"Vote!" : "¡Vota!",
|
||||
"Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
|
||||
"Close details" : "Cerrar detalles",
|
||||
"Close" : "Cerrar",
|
||||
"Owner" : "Propietario",
|
||||
"Expired" : "Expirado",
|
||||
"Expires on %s" : "Expira el %s",
|
||||
"Expires never" : "Nunca expira",
|
||||
"Invitation access" : "Acceso por inivtación",
|
||||
"Anononymous poll" : "Encuesta anónima",
|
||||
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
|
||||
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
|
||||
"Click to get link" : "Haz click para obtener una liga",
|
||||
"Copy Link" : "Copiar Liga",
|
||||
"Delete poll" : "Borrar encuesta",
|
||||
"Edit Poll" : "Editar encuesta",
|
||||
"Poll expired" : "La encuesta expiró",
|
||||
"Comments" : "Comentarios",
|
||||
"Login or ..." : "Iniciar sesión o ...",
|
||||
"New comment …" : "Nuevo comentario ...",
|
||||
"No comments yet. Be the first." : "No hay comentarios todavia. Se el primero.",
|
||||
"No existing polls." : "No hay encuestas existentes.",
|
||||
"By" : "Por",
|
||||
|
@ -45,6 +70,8 @@
|
|||
"Yourself" : "Tú mismo",
|
||||
"Never" : "Nunca",
|
||||
"Access denied" : "Acceso denegado",
|
||||
"You are not allowed to view this poll or the poll does not exist." : "No tienes permitido ver esta encuesta o bien la encuesta no existe. "
|
||||
"You are not allowed to view this poll or the poll does not exist." : "No tienes permitido ver esta encuesta o bien la encuesta no existe. ",
|
||||
"You are not allowed to edit this poll or the poll does not exist." : "No tienes permitido editar esta encuesta o la encuesta no existe.",
|
||||
"You are not allowed to delete this poll or the poll does not exist." : "No tienes permitido borrar esta encuesta o la encuesta no existe."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,14 +1,23 @@
|
|||
OC.L10N.register(
|
||||
"polls",
|
||||
{
|
||||
"Do you really want to delete that poll (new)?" : "¿Realmente quieres borrar esa encuesta (nuevo)?",
|
||||
"Nothing selected!\nClick on cells to turn them green." : "¡No haya nada seleccionado!\nHaz click en las celdas para hacerlas verdes. ",
|
||||
"You must enter at least a title for the new poll." : "Debes ingresar al menos un título para una nueva encuesta. ",
|
||||
"Please select at least one user or group!" : "¡Por favor selecciona un usuario o grupo!",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Copy" : "Copiar",
|
||||
"Not supported!" : "¡No soportado!",
|
||||
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
||||
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
||||
"Copy to clipboard: Ctrl+C, Enter" : "Copiar a la papelera: Ctrl + C, Enter",
|
||||
"You are not registered.\nPlease enter your name to vote\n(at least 3 characters)." : "No estás registrado.\nPor favor ingresa tu nombre para votar\n(al menos 3 caracteres).",
|
||||
"Please add some text to your comment before submitting it." : "Por favor agrega algo de texto a tu comentario antes de enviarlo. ",
|
||||
"just now" : "justo ahora",
|
||||
"An error occurred, your comment was not posted." : "Se presentó un error, tu comentario no se publicó",
|
||||
"Polls" : "Encuestas",
|
||||
"Hello %s,<br/><br/><strong>%s</strong> participated in the poll '%s'.<br/><br/>To go directly to the poll, you can use this <a href=\"%s\">link</a>" : "Hola%s,<br/><br/><strong>%s</strong> participó en la encuesta '%s'.<br/><br/> Para ir directamente a la encuesta, puedes usar esta <a href=\"%s\">liga</a>",
|
||||
"Polls App - New Activity" : "Aplicación de Encuestas - Nueva Actividad",
|
||||
"Polls App" : "Aplicación para encuestas",
|
||||
"Edit poll" : "Editar encuesta",
|
||||
"Create new poll" : "Crear nueva encuesta",
|
||||
|
@ -33,12 +42,28 @@ OC.L10N.register(
|
|||
"Cancel" : "Cancelar",
|
||||
"No description provided." : "No se proporcionó una descripción. ",
|
||||
"The poll expired on %s. Voting is disabled, but you can still comment." : "La encuesta expiró el %s. La votación esta deshabilitada pero aún puedes comentar. ",
|
||||
"Switch all options at once" : "Cambia todas las opciones a la vez",
|
||||
"Your name here" : "Tu nombre aquí",
|
||||
"Vote!" : "¡Vota!",
|
||||
"Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
|
||||
"Close details" : "Cerrar detalles",
|
||||
"Close" : "Cerrar",
|
||||
"Owner" : "Propietario",
|
||||
"Expired" : "Expirado",
|
||||
"Expires on %s" : "Expira el %s",
|
||||
"Expires never" : "Nunca expira",
|
||||
"Invitation access" : "Acceso por inivtación",
|
||||
"Anononymous poll" : "Encuesta anónima",
|
||||
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
|
||||
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
|
||||
"Click to get link" : "Haz click para obtener una liga",
|
||||
"Copy Link" : "Copiar Liga",
|
||||
"Delete poll" : "Borrar encuesta",
|
||||
"Edit Poll" : "Editar encuesta",
|
||||
"Poll expired" : "La encuesta expiró",
|
||||
"Comments" : "Comentarios",
|
||||
"Login or ..." : "Iniciar sesión o ...",
|
||||
"New comment …" : "Nuevo comentario ...",
|
||||
"No comments yet. Be the first." : "No hay comentarios todavia. Se el primero.",
|
||||
"No existing polls." : "No hay encuestas existentes.",
|
||||
"By" : "Por",
|
||||
|
@ -47,6 +72,8 @@ OC.L10N.register(
|
|||
"Yourself" : "Tú mismo",
|
||||
"Never" : "Nunca",
|
||||
"Access denied" : "Acceso denegado",
|
||||
"You are not allowed to view this poll or the poll does not exist." : "No tienes permitido ver esta encuesta o bien la encuesta no existe. "
|
||||
"You are not allowed to view this poll or the poll does not exist." : "No tienes permitido ver esta encuesta o bien la encuesta no existe. ",
|
||||
"You are not allowed to edit this poll or the poll does not exist." : "No tienes permitido editar esta encuesta o la encuesta no existe.",
|
||||
"You are not allowed to delete this poll or the poll does not exist." : "No tienes permitido borrar esta encuesta o la encuesta no existe."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -1,12 +1,21 @@
|
|||
{ "translations": {
|
||||
"Do you really want to delete that poll (new)?" : "¿Realmente quieres borrar esa encuesta (nuevo)?",
|
||||
"Nothing selected!\nClick on cells to turn them green." : "¡No haya nada seleccionado!\nHaz click en las celdas para hacerlas verdes. ",
|
||||
"You must enter at least a title for the new poll." : "Debes ingresar al menos un título para una nueva encuesta. ",
|
||||
"Please select at least one user or group!" : "¡Por favor selecciona un usuario o grupo!",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Copy" : "Copiar",
|
||||
"Not supported!" : "¡No soportado!",
|
||||
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
||||
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
||||
"Copy to clipboard: Ctrl+C, Enter" : "Copiar a la papelera: Ctrl + C, Enter",
|
||||
"You are not registered.\nPlease enter your name to vote\n(at least 3 characters)." : "No estás registrado.\nPor favor ingresa tu nombre para votar\n(al menos 3 caracteres).",
|
||||
"Please add some text to your comment before submitting it." : "Por favor agrega algo de texto a tu comentario antes de enviarlo. ",
|
||||
"just now" : "justo ahora",
|
||||
"An error occurred, your comment was not posted." : "Se presentó un error, tu comentario no se publicó",
|
||||
"Polls" : "Encuestas",
|
||||
"Hello %s,<br/><br/><strong>%s</strong> participated in the poll '%s'.<br/><br/>To go directly to the poll, you can use this <a href=\"%s\">link</a>" : "Hola%s,<br/><br/><strong>%s</strong> participó en la encuesta '%s'.<br/><br/> Para ir directamente a la encuesta, puedes usar esta <a href=\"%s\">liga</a>",
|
||||
"Polls App - New Activity" : "Aplicación de Encuestas - Nueva Actividad",
|
||||
"Polls App" : "Aplicación para encuestas",
|
||||
"Edit poll" : "Editar encuesta",
|
||||
"Create new poll" : "Crear nueva encuesta",
|
||||
|
@ -31,12 +40,28 @@
|
|||
"Cancel" : "Cancelar",
|
||||
"No description provided." : "No se proporcionó una descripción. ",
|
||||
"The poll expired on %s. Voting is disabled, but you can still comment." : "La encuesta expiró el %s. La votación esta deshabilitada pero aún puedes comentar. ",
|
||||
"Switch all options at once" : "Cambia todas las opciones a la vez",
|
||||
"Your name here" : "Tu nombre aquí",
|
||||
"Vote!" : "¡Vota!",
|
||||
"Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
|
||||
"Close details" : "Cerrar detalles",
|
||||
"Close" : "Cerrar",
|
||||
"Owner" : "Propietario",
|
||||
"Expired" : "Expirado",
|
||||
"Expires on %s" : "Expira el %s",
|
||||
"Expires never" : "Nunca expira",
|
||||
"Invitation access" : "Acceso por inivtación",
|
||||
"Anononymous poll" : "Encuesta anónima",
|
||||
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
|
||||
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
|
||||
"Click to get link" : "Haz click para obtener una liga",
|
||||
"Copy Link" : "Copiar Liga",
|
||||
"Delete poll" : "Borrar encuesta",
|
||||
"Edit Poll" : "Editar encuesta",
|
||||
"Poll expired" : "La encuesta expiró",
|
||||
"Comments" : "Comentarios",
|
||||
"Login or ..." : "Iniciar sesión o ...",
|
||||
"New comment …" : "Nuevo comentario ...",
|
||||
"No comments yet. Be the first." : "No hay comentarios todavia. Se el primero.",
|
||||
"No existing polls." : "No hay encuestas existentes.",
|
||||
"By" : "Por",
|
||||
|
@ -45,6 +70,8 @@
|
|||
"Yourself" : "Tú mismo",
|
||||
"Never" : "Nunca",
|
||||
"Access denied" : "Acceso denegado",
|
||||
"You are not allowed to view this poll or the poll does not exist." : "No tienes permitido ver esta encuesta o bien la encuesta no existe. "
|
||||
"You are not allowed to view this poll or the poll does not exist." : "No tienes permitido ver esta encuesta o bien la encuesta no existe. ",
|
||||
"You are not allowed to edit this poll or the poll does not exist." : "No tienes permitido editar esta encuesta o la encuesta no existe.",
|
||||
"You are not allowed to delete this poll or the poll does not exist." : "No tienes permitido borrar esta encuesta o la encuesta no existe."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,14 +1,23 @@
|
|||
OC.L10N.register(
|
||||
"polls",
|
||||
{
|
||||
"Do you really want to delete that poll (new)?" : "¿Realmente quieres borrar esa encuesta (nuevo)?",
|
||||
"Nothing selected!\nClick on cells to turn them green." : "¡No haya nada seleccionado!\nHaz click en las celdas para hacerlas verdes. ",
|
||||
"You must enter at least a title for the new poll." : "Debes ingresar al menos un título para una nueva encuesta. ",
|
||||
"Please select at least one user or group!" : "¡Por favor selecciona un usuario o grupo!",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Copy" : "Copiar",
|
||||
"Not supported!" : "¡No soportado!",
|
||||
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
||||
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
||||
"Copy to clipboard: Ctrl+C, Enter" : "Copiar a la papelera: Ctrl + C, Enter",
|
||||
"You are not registered.\nPlease enter your name to vote\n(at least 3 characters)." : "No estás registrado.\nPor favor ingresa tu nombre para votar\n(al menos 3 caracteres).",
|
||||
"Please add some text to your comment before submitting it." : "Por favor agrega algo de texto a tu comentario antes de enviarlo. ",
|
||||
"just now" : "justo ahora",
|
||||
"An error occurred, your comment was not posted." : "Se presentó un error, tu comentario no se publicó",
|
||||
"Polls" : "Encuestas",
|
||||
"Hello %s,<br/><br/><strong>%s</strong> participated in the poll '%s'.<br/><br/>To go directly to the poll, you can use this <a href=\"%s\">link</a>" : "Hola%s,<br/><br/><strong>%s</strong> participó en la encuesta '%s'.<br/><br/> Para ir directamente a la encuesta, puedes usar esta <a href=\"%s\">liga</a>",
|
||||
"Polls App - New Activity" : "Aplicación de Encuestas - Nueva Actividad",
|
||||
"Polls App" : "Aplicación para encuestas",
|
||||
"Edit poll" : "Editar encuesta",
|
||||
"Create new poll" : "Crear nueva encuesta",
|
||||
|
@ -33,12 +42,28 @@ OC.L10N.register(
|
|||
"Cancel" : "Cancelar",
|
||||
"No description provided." : "No se proporcionó una descripción. ",
|
||||
"The poll expired on %s. Voting is disabled, but you can still comment." : "La encuesta expiró el %s. La votación esta deshabilitada pero aún puedes comentar. ",
|
||||
"Switch all options at once" : "Cambia todas las opciones a la vez",
|
||||
"Your name here" : "Tu nombre aquí",
|
||||
"Vote!" : "¡Vota!",
|
||||
"Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
|
||||
"Close details" : "Cerrar detalles",
|
||||
"Close" : "Cerrar",
|
||||
"Owner" : "Propietario",
|
||||
"Expired" : "Expirado",
|
||||
"Expires on %s" : "Expira el %s",
|
||||
"Expires never" : "Nunca expira",
|
||||
"Invitation access" : "Acceso por inivtación",
|
||||
"Anononymous poll" : "Encuesta anónima",
|
||||
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
|
||||
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
|
||||
"Click to get link" : "Haz click para obtener una liga",
|
||||
"Copy Link" : "Copiar Liga",
|
||||
"Delete poll" : "Borrar encuesta",
|
||||
"Edit Poll" : "Editar encuesta",
|
||||
"Poll expired" : "La encuesta expiró",
|
||||
"Comments" : "Comentarios",
|
||||
"Login or ..." : "Iniciar sesión o ...",
|
||||
"New comment …" : "Nuevo comentario ...",
|
||||
"No comments yet. Be the first." : "No hay comentarios todavia. Se el primero.",
|
||||
"No existing polls." : "No hay encuestas existentes.",
|
||||
"By" : "Por",
|
||||
|
@ -47,6 +72,8 @@ OC.L10N.register(
|
|||
"Yourself" : "Tú mismo",
|
||||
"Never" : "Nunca",
|
||||
"Access denied" : "Acceso denegado",
|
||||
"You are not allowed to view this poll or the poll does not exist." : "No tienes permitido ver esta encuesta o bien la encuesta no existe. "
|
||||
"You are not allowed to view this poll or the poll does not exist." : "No tienes permitido ver esta encuesta o bien la encuesta no existe. ",
|
||||
"You are not allowed to edit this poll or the poll does not exist." : "No tienes permitido editar esta encuesta o la encuesta no existe.",
|
||||
"You are not allowed to delete this poll or the poll does not exist." : "No tienes permitido borrar esta encuesta o la encuesta no existe."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -1,12 +1,21 @@
|
|||
{ "translations": {
|
||||
"Do you really want to delete that poll (new)?" : "¿Realmente quieres borrar esa encuesta (nuevo)?",
|
||||
"Nothing selected!\nClick on cells to turn them green." : "¡No haya nada seleccionado!\nHaz click en las celdas para hacerlas verdes. ",
|
||||
"You must enter at least a title for the new poll." : "Debes ingresar al menos un título para una nueva encuesta. ",
|
||||
"Please select at least one user or group!" : "¡Por favor selecciona un usuario o grupo!",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Copy" : "Copiar",
|
||||
"Not supported!" : "¡No soportado!",
|
||||
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
||||
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
||||
"Copy to clipboard: Ctrl+C, Enter" : "Copiar a la papelera: Ctrl + C, Enter",
|
||||
"You are not registered.\nPlease enter your name to vote\n(at least 3 characters)." : "No estás registrado.\nPor favor ingresa tu nombre para votar\n(al menos 3 caracteres).",
|
||||
"Please add some text to your comment before submitting it." : "Por favor agrega algo de texto a tu comentario antes de enviarlo. ",
|
||||
"just now" : "justo ahora",
|
||||
"An error occurred, your comment was not posted." : "Se presentó un error, tu comentario no se publicó",
|
||||
"Polls" : "Encuestas",
|
||||
"Hello %s,<br/><br/><strong>%s</strong> participated in the poll '%s'.<br/><br/>To go directly to the poll, you can use this <a href=\"%s\">link</a>" : "Hola%s,<br/><br/><strong>%s</strong> participó en la encuesta '%s'.<br/><br/> Para ir directamente a la encuesta, puedes usar esta <a href=\"%s\">liga</a>",
|
||||
"Polls App - New Activity" : "Aplicación de Encuestas - Nueva Actividad",
|
||||
"Polls App" : "Aplicación para encuestas",
|
||||
"Edit poll" : "Editar encuesta",
|
||||
"Create new poll" : "Crear nueva encuesta",
|
||||
|
@ -31,12 +40,28 @@
|
|||
"Cancel" : "Cancelar",
|
||||
"No description provided." : "No se proporcionó una descripción. ",
|
||||
"The poll expired on %s. Voting is disabled, but you can still comment." : "La encuesta expiró el %s. La votación esta deshabilitada pero aún puedes comentar. ",
|
||||
"Switch all options at once" : "Cambia todas las opciones a la vez",
|
||||
"Your name here" : "Tu nombre aquí",
|
||||
"Vote!" : "¡Vota!",
|
||||
"Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
|
||||
"Close details" : "Cerrar detalles",
|
||||
"Close" : "Cerrar",
|
||||
"Owner" : "Propietario",
|
||||
"Expired" : "Expirado",
|
||||
"Expires on %s" : "Expira el %s",
|
||||
"Expires never" : "Nunca expira",
|
||||
"Invitation access" : "Acceso por inivtación",
|
||||
"Anononymous poll" : "Encuesta anónima",
|
||||
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
|
||||
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
|
||||
"Click to get link" : "Haz click para obtener una liga",
|
||||
"Copy Link" : "Copiar Liga",
|
||||
"Delete poll" : "Borrar encuesta",
|
||||
"Edit Poll" : "Editar encuesta",
|
||||
"Poll expired" : "La encuesta expiró",
|
||||
"Comments" : "Comentarios",
|
||||
"Login or ..." : "Iniciar sesión o ...",
|
||||
"New comment …" : "Nuevo comentario ...",
|
||||
"No comments yet. Be the first." : "No hay comentarios todavia. Se el primero.",
|
||||
"No existing polls." : "No hay encuestas existentes.",
|
||||
"By" : "Por",
|
||||
|
@ -45,6 +70,8 @@
|
|||
"Yourself" : "Tú mismo",
|
||||
"Never" : "Nunca",
|
||||
"Access denied" : "Acceso denegado",
|
||||
"You are not allowed to view this poll or the poll does not exist." : "No tienes permitido ver esta encuesta o bien la encuesta no existe. "
|
||||
"You are not allowed to view this poll or the poll does not exist." : "No tienes permitido ver esta encuesta o bien la encuesta no existe. ",
|
||||
"You are not allowed to edit this poll or the poll does not exist." : "No tienes permitido editar esta encuesta o la encuesta no existe.",
|
||||
"You are not allowed to delete this poll or the poll does not exist." : "No tienes permitido borrar esta encuesta o la encuesta no existe."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
|
@ -1,14 +1,23 @@
|
|||
OC.L10N.register(
|
||||
"polls",
|
||||
{
|
||||
"Do you really want to delete that poll (new)?" : "¿Realmente quieres borrar esa encuesta (nuevo)?",
|
||||
"Nothing selected!\nClick on cells to turn them green." : "¡No haya nada seleccionado!\nHaz click en las celdas para hacerlas verdes. ",
|
||||
"You must enter at least a title for the new poll." : "Debes ingresar al menos un título para una nueva encuesta. ",
|
||||
"Please select at least one user or group!" : "¡Por favor selecciona un usuario o grupo!",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Copy" : "Copiar",
|
||||
"Not supported!" : "¡No soportado!",
|
||||
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
||||
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
||||
"Copy to clipboard: Ctrl+C, Enter" : "Copiar a la papelera: Ctrl + C, Enter",
|
||||
"You are not registered.\nPlease enter your name to vote\n(at least 3 characters)." : "No estás registrado.\nPor favor ingresa tu nombre para votar\n(al menos 3 caracteres).",
|
||||
"Please add some text to your comment before submitting it." : "Por favor agrega algo de texto a tu comentario antes de enviarlo. ",
|
||||
"just now" : "justo ahora",
|
||||
"An error occurred, your comment was not posted." : "Se presentó un error, tu comentario no se publicó",
|
||||
"Polls" : "Encuestas",
|
||||
"Hello %s,<br/><br/><strong>%s</strong> participated in the poll '%s'.<br/><br/>To go directly to the poll, you can use this <a href=\"%s\">link</a>" : "Hola%s,<br/><br/><strong>%s</strong> participó en la encuesta '%s'.<br/><br/> Para ir directamente a la encuesta, puedes usar esta <a href=\"%s\">liga</a>",
|
||||
"Polls App - New Activity" : "Aplicación de Encuestas - Nueva Actividad",
|
||||
"Polls App" : "Aplicación para encuestas",
|
||||
"Edit poll" : "Editar encuesta",
|
||||
"Create new poll" : "Crear nueva encuesta",
|
||||
|
@ -33,12 +42,28 @@ OC.L10N.register(
|
|||
"Cancel" : "Cancelar",
|
||||
"No description provided." : "No se proporcionó una descripción. ",
|
||||
"The poll expired on %s. Voting is disabled, but you can still comment." : "La encuesta expiró el %s. La votación esta deshabilitada pero aún puedes comentar. ",
|
||||
"Switch all options at once" : "Cambia todas las opciones a la vez",
|
||||
"Your name here" : "Tu nombre aquí",
|
||||
"Vote!" : "¡Vota!",
|
||||
"Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
|
||||
"Close details" : "Cerrar detalles",
|
||||
"Close" : "Cerrar",
|
||||
"Owner" : "Propietario",
|
||||
"Expired" : "Expirado",
|
||||
"Expires on %s" : "Expira el %s",
|
||||
"Expires never" : "Nunca expira",
|
||||
"Invitation access" : "Acceso por inivtación",
|
||||
"Anononymous poll" : "Encuesta anónima",
|
||||
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
|
||||
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
|
||||
"Click to get link" : "Haz click para obtener una liga",
|
||||
"Copy Link" : "Copiar Liga",
|
||||
"Delete poll" : "Borrar encuesta",
|
||||
"Edit Poll" : "Editar encuesta",
|
||||
"Poll expired" : "La encuesta expiró",
|
||||
"Comments" : "Comentarios",
|
||||
"Login or ..." : "Iniciar sesión o ...",
|
||||
"New comment …" : "Nuevo comentario ...",
|
||||
"No comments yet. Be the first." : "No hay comentarios todavia. Se el primero.",
|
||||
"No existing polls." : "No hay encuestas existentes.",
|
||||
"By" : "Por",
|
||||
|
@ -47,6 +72,8 @@ OC.L10N.register(
|
|||
"Yourself" : "Tú mismo",
|
||||
"Never" : "Nunca",
|
||||
"Access denied" : "Acceso denegado",
|
||||
"You are not allowed to view this poll or the poll does not exist." : "No tienes permitido ver esta encuesta o bien la encuesta no existe. "
|
||||
"You are not allowed to view this poll or the poll does not exist." : "No tienes permitido ver esta encuesta o bien la encuesta no existe. ",
|
||||
"You are not allowed to edit this poll or the poll does not exist." : "No tienes permitido editar esta encuesta o la encuesta no existe.",
|
||||
"You are not allowed to delete this poll or the poll does not exist." : "No tienes permitido borrar esta encuesta o la encuesta no existe."
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
@ -1,12 +1,21 @@
|
|||
{ "translations": {
|
||||
"Do you really want to delete that poll (new)?" : "¿Realmente quieres borrar esa encuesta (nuevo)?",
|
||||
"Nothing selected!\nClick on cells to turn them green." : "¡No haya nada seleccionado!\nHaz click en las celdas para hacerlas verdes. ",
|
||||
"You must enter at least a title for the new poll." : "Debes ingresar al menos un título para una nueva encuesta. ",
|
||||
"Please select at least one user or group!" : "¡Por favor selecciona un usuario o grupo!",
|
||||
"Copied!" : "¡Copiado!",
|
||||
"Copy" : "Copiar",
|
||||
"Not supported!" : "¡No soportado!",
|
||||
"Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
|
||||
"Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
|
||||
"Copy to clipboard: Ctrl+C, Enter" : "Copiar a la papelera: Ctrl + C, Enter",
|
||||
"You are not registered.\nPlease enter your name to vote\n(at least 3 characters)." : "No estás registrado.\nPor favor ingresa tu nombre para votar\n(al menos 3 caracteres).",
|
||||
"Please add some text to your comment before submitting it." : "Por favor agrega algo de texto a tu comentario antes de enviarlo. ",
|
||||
"just now" : "justo ahora",
|
||||
"An error occurred, your comment was not posted." : "Se presentó un error, tu comentario no se publicó",
|
||||
"Polls" : "Encuestas",
|
||||
"Hello %s,<br/><br/><strong>%s</strong> participated in the poll '%s'.<br/><br/>To go directly to the poll, you can use this <a href=\"%s\">link</a>" : "Hola%s,<br/><br/><strong>%s</strong> participó en la encuesta '%s'.<br/><br/> Para ir directamente a la encuesta, puedes usar esta <a href=\"%s\">liga</a>",
|
||||
"Polls App - New Activity" : "Aplicación de Encuestas - Nueva Actividad",
|
||||
"Polls App" : "Aplicación para encuestas",
|
||||
"Edit poll" : "Editar encuesta",
|
||||
"Create new poll" : "Crear nueva encuesta",
|
||||
|
@ -31,12 +40,28 @@
|
|||
"Cancel" : "Cancelar",
|
||||
"No description provided." : "No se proporcionó una descripción. ",
|
||||
"The poll expired on %s. Voting is disabled, but you can still comment." : "La encuesta expiró el %s. La votación esta deshabilitada pero aún puedes comentar. ",
|
||||
"Switch all options at once" : "Cambia todas las opciones a la vez",
|
||||
"Your name here" : "Tu nombre aquí",
|
||||
"Vote!" : "¡Vota!",
|
||||
"Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
|
||||
"Close details" : "Cerrar detalles",
|
||||
"Close" : "Cerrar",
|
||||
"Owner" : "Propietario",
|
||||
"Expired" : "Expirado",
|
||||
"Expires on %s" : "Expira el %s",
|
||||
"Expires never" : "Nunca expira",
|
||||
"Invitation access" : "Acceso por inivtación",
|
||||
"Anononymous poll" : "Encuesta anónima",
|
||||
"Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
|
||||
"Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
|
||||
"Click to get link" : "Haz click para obtener una liga",
|
||||
"Copy Link" : "Copiar Liga",
|
||||
"Delete poll" : "Borrar encuesta",
|
||||
"Edit Poll" : "Editar encuesta",
|
||||
"Poll expired" : "La encuesta expiró",
|
||||
"Comments" : "Comentarios",
|
||||
"Login or ..." : "Iniciar sesión o ...",
|
||||
"New comment …" : "Nuevo comentario ...",
|
||||
"No comments yet. Be the first." : "No hay comentarios todavia. Se el primero.",
|
||||
"No existing polls." : "No hay encuestas existentes.",
|
||||
"By" : "Por",
|
||||
|
@ -45,6 +70,8 @@
|
|||
"Yourself" : "Tú mismo",
|
||||
"Never" : "Nunca",
|
||||
"Access denied" : "Acceso denegado",
|
||||
"You are not allowed to view this poll or the poll does not exist." : "No tienes permitido ver esta encuesta o bien la encuesta no existe. "
|
||||
"You are not allowed to view this poll or the poll does not exist." : "No tienes permitido ver esta encuesta o bien la encuesta no existe. ",
|
||||
"You are not allowed to edit this poll or the poll does not exist." : "No tienes permitido editar esta encuesta o la encuesta no existe.",
|
||||
"You are not allowed to delete this poll or the poll does not exist." : "No tienes permitido borrar esta encuesta o la encuesta no existe."
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
Загрузка…
Ссылка в новой задаче