Skip to content

Commit

Permalink
fixes and adds literals
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianromero committed Jul 31, 2019
1 parent 762311f commit d0bba0b
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,9 @@ exception.cannotloadunit = Cannot load new unit

button.tradfri = Tradfri
title.tradfridiscovery = Tradfri discovery
message.notradfriconnection = Cannot connect to tradfri gateway. Configure connection.
message.notradfriconnection = Cannot connect to tradfri gateway. Configure connection.

style.PRETTY = Pretty
style.LIGHT = Light
style.DARK = Dark
style.CLASSIC = Classic
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tab.configuration = Configuraci\u00f3n
label.style = Estilo

label.topicinfo.Edit = Editor
label.topicinfo.View = Indicador
label.topicinfo.View = Visor
label.topicinfo.Send = Env\u00edar
label.topicinfo.Switch = Interruptor
label.topicinfo.Code = C\u00f3digo
Expand All @@ -49,4 +49,9 @@ exception.cannotloadunit = No se ha podido cargar la nueva unidad

button.tradfri = Tradfri
title.tradfridiscovery = Descubriendo Tradfri
message.notradfriconnection = No se ha podido conectar a la pasarela Tradfri. Configure la conexi\u00f3n.
message.notradfriconnection = No se ha podido conectar a la pasarela Tradfri. Configure la conexi\u00f3n.

style.PRETTY = Lindo
style.LIGHT = Luminoso
style.DARK = Oscuro
style.CLASSIC = Cl\u00e1sico
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ label.format = Formato
label.jsonpath = Camino JSON
label.min = Valor m\u00edn.
label.max = Valor max.
label.gaugetype = Iipo de indicador
label.gaugetype = Tipo de indicador
label.qos = QoS
label.barcolor = Color de indicador
label.color = Color
Expand All @@ -49,3 +49,25 @@ format.CURRENT = Corriente A
format.VOLTAGE = Voltaje V
format.POWER = Potencia W
format.LUX = Lux

gaugetype.BASIC = B\u00e1sico
gaugetype.SPACEX = SpaceX
gaugetype.FLAT = Plano
gaugetype.DASHBOARD = Panel de control
gaugetype.SIMPLE = Simple
gaugetype.LINEAR = Linear
gaugetype.BAR = Barra
gaugetype.WHITE = Blanco
gaugetype.INDICATOR = Indicador
gaugetype.LEVEL = Level
gaugetype.TINY = Nivel
gaugetype.BULLET = Bullet
gaugetype.DIGITAL = Digital
gaugetype.SLIM = Fino
gaugetype.AMP = Amp
gaugetype.KPI = KPI
gaugetype.MODERN = Moderno
gaugetype.QUARTER = Cuarto
gaugetype.LCD = LCD
gaugetype.SECTION = Secci\u00f3n
gaugetype.SIMPLE_SECTION = Simple Section

0 comments on commit d0bba0b

Please sign in to comment.