Added missing i18n keys and css to make the cursor change when hover th in head
This commit is contained in:
@@ -3,3 +3,8 @@
|
|||||||
// * English: https://github.com/consul/consul/blob/master/CUSTOMIZE_EN.md#css
|
// * English: https://github.com/consul/consul/blob/master/CUSTOMIZE_EN.md#css
|
||||||
// * Spanish: https://github.com/consul/consul/blob/master/CUSTOMIZE_ES.md#css
|
// * Spanish: https://github.com/consul/consul/blob/master/CUSTOMIZE_ES.md#css
|
||||||
//
|
//
|
||||||
|
|
||||||
|
table.sortable thead th:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
@@ -917,6 +917,7 @@ en:
|
|||||||
direct_messages: Direct messages
|
direct_messages: Direct messages
|
||||||
proposal_notifications: Proposal notifications
|
proposal_notifications: Proposal notifications
|
||||||
incomplete_verifications: Incomplete verifications
|
incomplete_verifications: Incomplete verifications
|
||||||
|
polls: Votaciones
|
||||||
direct_messages:
|
direct_messages:
|
||||||
title: Direct messages
|
title: Direct messages
|
||||||
total: Total
|
total: Total
|
||||||
@@ -925,6 +926,17 @@ en:
|
|||||||
title: Proposal notifications
|
title: Proposal notifications
|
||||||
total: Total
|
total: Total
|
||||||
proposals_with_notifications: Proposals with notifications
|
proposals_with_notifications: Proposals with notifications
|
||||||
|
polls:
|
||||||
|
title: Poll Stats
|
||||||
|
all: Polls
|
||||||
|
web_participants: Web participants
|
||||||
|
total_participants: Total Participants
|
||||||
|
poll_questions: "Questions from poll: %{poll}"
|
||||||
|
table:
|
||||||
|
poll_name: Poll
|
||||||
|
question_name: Question
|
||||||
|
origin_web: Web participants
|
||||||
|
origin_total: Total participants
|
||||||
tags:
|
tags:
|
||||||
create: Create topic
|
create: Create topic
|
||||||
destroy: Destroy topic
|
destroy: Destroy topic
|
||||||
|
|||||||
@@ -919,6 +919,7 @@ es:
|
|||||||
direct_messages: Mensajes directos
|
direct_messages: Mensajes directos
|
||||||
proposal_notifications: Notificaciones de propuestas
|
proposal_notifications: Notificaciones de propuestas
|
||||||
incomplete_verifications: Verificaciones incompletas
|
incomplete_verifications: Verificaciones incompletas
|
||||||
|
polls: Votaciones
|
||||||
direct_messages:
|
direct_messages:
|
||||||
title: Mensajes directos
|
title: Mensajes directos
|
||||||
total: Total
|
total: Total
|
||||||
@@ -927,6 +928,17 @@ es:
|
|||||||
title: Notificaciones de propuestas
|
title: Notificaciones de propuestas
|
||||||
total: Total
|
total: Total
|
||||||
proposals_with_notifications: Propuestas con notificaciones
|
proposals_with_notifications: Propuestas con notificaciones
|
||||||
|
polls:
|
||||||
|
title: Estadísticas de votaciones
|
||||||
|
all: Votaciones
|
||||||
|
web_participants: Participantes en Web
|
||||||
|
total_participants: Participantes totales
|
||||||
|
poll_questions: "Preguntas de votación: %{poll}"
|
||||||
|
table:
|
||||||
|
poll_name: Votación
|
||||||
|
question_name: Pregunta
|
||||||
|
origin_web: Participantes Web
|
||||||
|
origin_total: Participantes Totales
|
||||||
tags:
|
tags:
|
||||||
create: Crear tema
|
create: Crear tema
|
||||||
destroy: Eliminar tema
|
destroy: Eliminar tema
|
||||||
|
|||||||
Reference in New Issue
Block a user