@@ -142,6 +142,8 @@ export const es = Object.freeze({
142142 pageCreatorTitle : "Nueva página" ,
143143 pageCreatorHint : "Elige el tipo de página que quieres crear." ,
144144 pageCreatorTypeLabel : "Tipo de página" ,
145+ pageCreatorNameLabel : "Nombre" ,
146+ pageCreatorNamePlaceholder : "Nombre de la página" ,
145147 pageCreatorIconLabel : "Icono del dock" ,
146148 pageCreatorCreate : "Crear página" ,
147149 addWidget : "Añadir widget" ,
@@ -447,6 +449,7 @@ export const es = Object.freeze({
447449 switch : "Interruptores" ,
448450 input_boolean : "Booleanos" ,
449451 button : "Botones" ,
452+ camera : "Cámaras" ,
450453 weather : "Clima" ,
451454 media_player : "Reproductores multimedia" ,
452455 climate : "Clima interior" ,
@@ -486,13 +489,22 @@ export const es = Object.freeze({
486489 configureSlider : "Configurar slider" ,
487490 configureToggle : "Configurar toggle" ,
488491 configureButton : "Configurar botón" ,
492+ configureCamera : "Configurar cámara" ,
493+ refresh : "Actualización" ,
494+ refreshOptions : Object . freeze ( {
495+ oneSecond : "Cada segundo" ,
496+ threeSeconds : "Cada 3 segundos" ,
497+ fiveSeconds : "Cada 5 segundos" ,
498+ onClick : "Al hacer clic" ,
499+ } ) ,
489500 configureWeather : "Configurar clima" ,
490501 configureMedia : "Configurar media" ,
491502 configureModesRoutines : "Configurar Modes & Routines" ,
492503 configureLight : "Configurar luz" ,
493504 sliderHint : "Elige la acción, el dispositivo y el nombre mostrado." ,
494505 toggleHint : "Elige el tipo de dispositivo, la entidad y el nombre mostrado." ,
495506 buttonHint : "Elige una entidad autorizada o un servicio de Home Assistant." ,
507+ cameraHint : "Elige la entidad de cámara y el nombre mostrado en el encabezado." ,
496508 weatherHint : "Elige la entidad de clima autorizada para mostrar." ,
497509 mediaHint : "Elige el reproductor multimedia y el nombre mostrado." ,
498510 scenesButtonHint : "Configura solo este botón con un Mode o una Routine." ,
@@ -505,6 +517,10 @@ export const es = Object.freeze({
505517 device : "Dispositivo" ,
506518 deviceType : "Tipo de dispositivo" ,
507519 entity : "Entidad" ,
520+ cameraEntity : "Entidad de cámara" ,
521+ displayName : "Nombre mostrado" ,
522+ iconSearch : "Buscar iconos" ,
523+ iconEmpty : "No se encontraron iconos" ,
508524 haDomain : "Dominio HA" ,
509525 haService : "Servicio HA" ,
510526 jsonData : "Datos JSON" ,
@@ -518,6 +534,7 @@ export const es = Object.freeze({
518534 noWeatherEntity : "No hay entidad de clima autorizada y disponible." ,
519535 noMediaPlayer : "No hay reproductor multimedia autorizado y disponible." ,
520536 noEntity : "No hay entidad autorizada y disponible." ,
537+ noCameraEntity : "No hay entidad de cámara autorizada y disponible." ,
521538 noMediaDevice : "No hay dispositivo multimedia disponible" ,
522539 noLight : "No hay luz disponible" ,
523540 noSwitch : "No hay interruptor disponible" ,
@@ -554,6 +571,12 @@ export const es = Object.freeze({
554571 input_boolean : "No hay booleano disponible" ,
555572 } ) ,
556573 } ) ,
574+ camera : Object . freeze ( {
575+ title : "Cámara" ,
576+ imageAlt : "Imagen de la cámara" ,
577+ unavailable : "Imagen de la cámara no disponible" ,
578+ refreshNow : "Actualizar la imagen de la cámara" ,
579+ } ) ,
557580 weather : Object . freeze ( {
558581 title : "Clima" ,
559582 forecast : "Pronóstico" ,
0 commit comments