@iobroker/gui-components 8.0.1 → 10.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +22 -22
- package/README.md +834 -543
- package/build/AdminConnection.js.map +1 -1
- package/build/Components/404.js +13 -13
- package/build/Components/404.js.map +1 -1
- package/build/Components/ColorPicker.js.map +1 -1
- package/build/Components/ComplexCron.js +2 -2
- package/build/Components/ComplexCron.js.map +1 -1
- package/build/Components/CopyToClipboard.js.map +1 -1
- package/build/Components/CustomModal.js +1 -1
- package/build/Components/CustomModal.js.map +1 -1
- package/build/Components/DeviceType/DeviceTypeIcon.js +1 -0
- package/build/Components/DeviceType/DeviceTypeIcon.js.map +1 -1
- package/build/Components/DeviceType/DeviceTypeSelector.js +2 -2
- package/build/Components/DeviceType/DeviceTypeSelector.js.map +1 -1
- package/build/Components/DeviceType/i18n/de.json +1 -0
- package/build/Components/DeviceType/i18n/en.json +1 -0
- package/build/Components/DeviceType/i18n/fr.json +1 -0
- package/build/Components/DeviceType/i18n/it.json +1 -0
- package/build/Components/DeviceType/i18n/nl.json +1 -0
- package/build/Components/DeviceType/i18n/pl.json +1 -0
- package/build/Components/DeviceType/i18n/pt.json +1 -0
- package/build/Components/DeviceType/i18n/ru.json +1 -0
- package/build/Components/DeviceType/i18n/uk.json +1 -0
- package/build/Components/DeviceType/i18n/zh-cn.json +1 -0
- package/build/Components/FileBrowser.d.ts +39 -4
- package/build/Components/FileBrowser.js +104 -11
- package/build/Components/FileBrowser.js.map +1 -1
- package/build/Components/FileViewer.js +2 -4
- package/build/Components/FileViewer.js.map +1 -1
- package/build/Components/Icon.d.ts +1 -3
- package/build/Components/Icon.js +11 -11
- package/build/Components/Icon.js.map +1 -1
- package/build/Components/Image.js +8 -4
- package/build/Components/Image.js.map +1 -1
- package/build/Components/InfoBox.js +1 -1
- package/build/Components/InfoBox.js.map +1 -1
- package/build/Components/IobUri.js +5 -5
- package/build/Components/IobUri.js.map +1 -1
- package/build/Components/Loader.d.ts +2 -3
- package/build/Components/Loader.js +25 -257
- package/build/Components/Loader.js.map +1 -1
- package/build/Components/Loaders/Community.d.ts +31 -0
- package/build/Components/Loaders/Community.js +265 -0
- package/build/Components/Loaders/Community.js.map +1 -0
- package/build/Components/Loaders/HA.d.ts +17 -0
- package/build/Components/Loaders/HA.js +99 -0
- package/build/Components/Loaders/HA.js.map +1 -0
- package/build/Components/Loaders/MV.js.map +1 -1
- package/build/Components/Loaders/NW.d.ts +17 -0
- package/build/Components/Loaders/NW.js +70 -0
- package/build/Components/Loaders/NW.js.map +1 -0
- package/build/Components/Loaders/PT.js +103 -103
- package/build/Components/Loaders/PT.js.map +1 -1
- package/build/Components/Loaders/Vendor.js +7 -7
- package/build/Components/Loaders/Vendor.js.map +1 -1
- package/build/Components/MDUtils.js.map +1 -1
- package/build/Components/ObjectBrowser.d.ts +25 -406
- package/build/Components/ObjectBrowser.js +460 -1543
- package/build/Components/ObjectBrowser.js.map +1 -1
- package/build/Components/Router.js.map +1 -1
- package/build/Components/SaveCloseButtons.js.map +1 -1
- package/build/Components/Schedule.d.ts +27 -1
- package/build/Components/Schedule.js +60 -50
- package/build/Components/Schedule.js.map +1 -1
- package/build/Components/SelectWithIcon.js +1 -1
- package/build/Components/SelectWithIcon.js.map +1 -1
- package/build/Components/SimpleCron/cronText.js.map +1 -1
- package/build/Components/SimpleCron/index.js +3 -3
- package/build/Components/SimpleCron/index.js.map +1 -1
- package/build/Components/TabContainer.js +7 -2
- package/build/Components/TabContainer.js.map +1 -1
- package/build/Components/TabContent.d.ts +1 -1
- package/build/Components/TabContent.js +5 -5
- package/build/Components/TabContent.js.map +1 -1
- package/build/Components/TabHeader.js +2 -2
- package/build/Components/TabHeader.js.map +1 -1
- package/build/Components/TableResize.js.map +1 -1
- package/build/Components/TextWithIcon.js.map +1 -1
- package/build/Components/TreeTable.d.ts +1 -0
- package/build/Components/TreeTable.js +16 -6
- package/build/Components/TreeTable.js.map +1 -1
- package/build/Components/UploadImage.js +305 -305
- package/build/Components/UploadImage.js.map +1 -1
- package/build/Components/Utils.d.ts +17 -3
- package/build/Components/Utils.js +167 -9
- package/build/Components/Utils.js.map +1 -1
- package/build/Components/objectBrowser.types.d.ts +496 -0
- package/build/Components/objectBrowserUtils.d.ts +170 -0
- package/build/Components/objectBrowserUtils.js +1375 -0
- package/build/Components/objectBrowserUtils.js.map +1 -0
- package/build/Connection.js.map +1 -1
- package/build/Dialogs/ComplexCron.js.map +1 -1
- package/build/Dialogs/Confirm.js.map +1 -1
- package/build/Dialogs/Cron.js.map +1 -1
- package/build/Dialogs/Error.js.map +1 -1
- package/build/Dialogs/Message.js.map +1 -1
- package/build/Dialogs/SelectFile.d.ts +1 -1
- package/build/Dialogs/SelectFile.js +1 -1
- package/build/Dialogs/SelectFile.js.map +1 -1
- package/build/Dialogs/SelectID.d.ts +1 -1
- package/build/Dialogs/SelectID.js +1 -1
- package/build/Dialogs/SelectID.js.map +1 -1
- package/build/Dialogs/SimpleCron.js.map +1 -1
- package/build/Dialogs/TextInput.js +1 -1
- package/build/Dialogs/TextInput.js.map +1 -1
- package/build/GenericApp.d.ts +6 -4
- package/build/GenericApp.js +22 -16
- package/build/GenericApp.js.map +1 -1
- package/build/Prompt.js +7 -7
- package/build/Prompt.js.map +1 -1
- package/build/Theme.js +57 -11
- package/build/Theme.js.map +1 -1
- package/build/assets/devices/parseNames.js +1 -0
- package/build/assets/devices/parseNames.js.map +1 -1
- package/build/assets/rooms/parseNames.js +1 -0
- package/build/assets/rooms/parseNames.js.map +1 -1
- package/build/dictionary.js.map +1 -1
- package/build/globals.d.ts +2 -0
- package/build/i18n/de.json +5 -66
- package/build/i18n/en.json +5 -66
- package/build/i18n/es.json +5 -66
- package/build/i18n/fr.json +5 -66
- package/build/i18n/it.json +5 -61
- package/build/i18n/nl.json +5 -61
- package/build/i18n/pl.json +5 -61
- package/build/i18n/pt.json +5 -61
- package/build/i18n/ru.json +5 -61
- package/build/i18n/uk.json +5 -61
- package/build/i18n/zh-cn.json +5 -61
- package/build/i18n.js +12 -15
- package/build/i18n.js.map +1 -1
- package/build/index.css +56 -56
- package/build/index.d.ts +9 -4
- package/build/index.js +5 -2
- package/build/index.js.map +1 -1
- package/build/modulefederation.admin.config.d.ts +1 -0
- package/build/modulefederation.admin.config.js +1 -1
- package/build/modulefederation.admin.config.js.map +1 -1
- package/build/types.d.ts +4 -84
- package/i18n/de.json +5 -66
- package/i18n/en.json +5 -66
- package/i18n/es.json +5 -66
- package/i18n/fr.json +5 -66
- package/i18n/it.json +5 -61
- package/i18n/nl.json +5 -61
- package/i18n/pl.json +5 -61
- package/i18n/pt.json +5 -61
- package/i18n/ru.json +5 -61
- package/i18n/uk.json +5 -61
- package/i18n/zh-cn.json +5 -61
- package/index.css +56 -56
- package/modulefederation.admin.config.d.ts +1 -0
- package/modulefederation.admin.config.js +1 -2
- package/package.json +49 -34
- package/tasksExample.ts +93 -0
- package/build/LegacyConnection.d.ts +0 -938
- package/build/LegacyConnection.js +0 -2849
- package/build/LegacyConnection.js.map +0 -1
- package/tasksExample.js +0 -91
package/build/i18n/es.json
CHANGED
|
@@ -2,33 +2,21 @@
|
|
|
2
2
|
"ra_%s links from aliases": "%s enlaces de alias",
|
|
3
3
|
"ra_%s object(s) processed": "%s objeto(s) procesados",
|
|
4
4
|
"ra_%s was imported": "%s fue importado",
|
|
5
|
-
"ra_Accept license": "Aceptar licencia",
|
|
6
5
|
"ra_Actions": "Comportamiento",
|
|
7
6
|
"ra_Add new child object to selected parent": "Agregar nuevo objeto hijo al padre seleccionado",
|
|
8
7
|
"ra_Add objects tree from JSON file": "Agregar árbol de objetos desde el archivo JSON",
|
|
9
|
-
"ra_Add row": "Añadir fila",
|
|
10
8
|
"ra_Advanced options": "Opciones avanzadas",
|
|
11
|
-
"ra_All items are filtered out": "Todos los elementos se filtran",
|
|
12
9
|
"ra_All objects": "Todos los objetos",
|
|
13
|
-
"ra_Append": "Adjuntar",
|
|
14
|
-
"ra_Append %s entries or replace existing?": "¿Agregar %s entradas o reemplazar las existentes?",
|
|
15
|
-
"ra_Append or replace?": "¿Agregar o reemplazar?",
|
|
16
10
|
"ra_Are you sure?": "¿Estás seguro?",
|
|
17
11
|
"ra_Auto (no custom columns)": "Automático (sin columnas personalizadas)",
|
|
18
12
|
"ra_Back to %s": "Volver a %s",
|
|
19
13
|
"ra_Background image": "Imagen de fondo",
|
|
20
14
|
"ra_Cancel": "Cancelar",
|
|
21
|
-
"ra_Cannot add items with set filter": "No se pueden agregar elementos con el filtro establecido",
|
|
22
|
-
"ra_Cannot decode license": "No se puede decodificar la licencia",
|
|
23
|
-
"ra_Cannot determine position: System settings are empty and GPS detection is disabled in browser": "No se puede determinar la posición: la configuración del sistema está vacía y la detección de GPS está deshabilitada en el navegador",
|
|
24
15
|
"ra_Cannot find \"%s\"": "No se puede encontrar \"%s\"",
|
|
25
16
|
"ra_Cannot read \"%s\"": "No se puede leer \"%s\"",
|
|
26
|
-
"ra_Cannot read licenses: %s": "No se pueden leer licencias: %s",
|
|
27
|
-
"ra_Cannot retrieve options, as instance is offline": "No se pueden recuperar las opciones, ya que la instancia está fuera de línea",
|
|
28
17
|
"ra_Cannot update attribute, because not found in the object": "No se puede actualizar el atributo porque no se encuentra en el objeto",
|
|
29
18
|
"ra_Cannot upload": "no se puede cargar",
|
|
30
19
|
"ra_Categories": "Categorías",
|
|
31
|
-
"ra_Chained certificate": "certificado encadenado",
|
|
32
20
|
"ra_Change color theme": "Cambiar tema de color",
|
|
33
21
|
"ra_Changed from": "Cambiaron desde",
|
|
34
22
|
"ra_Channel → State": "Canal → Estado",
|
|
@@ -37,11 +25,9 @@
|
|
|
37
25
|
"ra_Clear": "Borrar",
|
|
38
26
|
"ra_Clear filter": "Filtro claro",
|
|
39
27
|
"ra_Clear icon": "Icono claro",
|
|
40
|
-
"ra_Clone current row": "Clonar fila actual",
|
|
41
28
|
"ra_Close": "Cerca",
|
|
42
29
|
"ra_Collapse all nodes": "Contraer todos los nodos",
|
|
43
30
|
"ra_Collapse one step node": "Contraer un nivel",
|
|
44
|
-
"ra_Commercial": "Comercial",
|
|
45
31
|
"ra_Configure": "Configurar",
|
|
46
32
|
"ra_Configure visible columns": "Configurar columnas visibles",
|
|
47
33
|
"ra_Confirm deletion of %s": "Confirmar la eliminación de %s",
|
|
@@ -49,7 +35,6 @@
|
|
|
49
35
|
"ra_Continue": "Continuar",
|
|
50
36
|
"ra_Copied": "Copiado",
|
|
51
37
|
"ra_Copied %s": "Copiado \"%s\"",
|
|
52
|
-
"ra_Copy content": "Copiar contenido",
|
|
53
38
|
"ra_Create": "Crear",
|
|
54
39
|
"ra_Create alias": "Crear alias",
|
|
55
40
|
"ra_Create folder": "Crear carpeta",
|
|
@@ -62,21 +47,13 @@
|
|
|
62
47
|
"ra_Define schedule...": "Definir horario ...",
|
|
63
48
|
"ra_Del": "Delete",
|
|
64
49
|
"ra_Delete": "Eliminar",
|
|
65
|
-
"ra_Delete current row": "Eliminar fila actual",
|
|
66
|
-
"ra_Export configuration section": "Exportar sección de configuración",
|
|
67
|
-
"ra_Import and replace configuration section": "Importar y reemplazar sección de configuración",
|
|
68
|
-
"ra_Import and add configuration section": "Importar y agregar sección de configuración",
|
|
69
|
-
"ra_Invalid JSON format. Expected an array.": "Formato JSON inválido. Se esperaba un array.",
|
|
70
|
-
"ra_Invalid JSON file.": "Archivo JSON inválido.",
|
|
71
50
|
"ra_Deselect all": "Deselecciona todo",
|
|
72
51
|
"ra_Device → Channel → State": "Dispositivo → Canal → Estado",
|
|
52
|
+
"ra_Disable/Enable translation": "Deshabilitar/Habilitar traducción",
|
|
73
53
|
"ra_Discard": "Desechar",
|
|
74
54
|
"ra_Disconnected": "Desconectado",
|
|
75
55
|
"ra_Do not ask for next 2 hours in this session": "No preguntes por las siguientes 2 horas en esta sesión.",
|
|
76
56
|
"ra_Do not export values of states": "No exportar valores de estados.",
|
|
77
|
-
"ra_Do not use let's encrypt": "No use vamos a cifrar",
|
|
78
|
-
"ra_Docker is not available": "Docker no está disponible",
|
|
79
|
-
"ra_Docker is not installed or not running": "Docker no está instalado o no se está ejecutando",
|
|
80
57
|
"ra_Double click to reset table layout": "Haga doble clic para restablecer el diseño de la tabla",
|
|
81
58
|
"ra_Drag 'n' drop some files here, or click to select files": "Arrastre y suelte algunos archivos aquí, o haga clic para seleccionar archivos",
|
|
82
59
|
"ra_Drop file here": "Suelta el archivo aquí",
|
|
@@ -91,16 +68,12 @@
|
|
|
91
68
|
"ra_Edit role": "Editar rol",
|
|
92
69
|
"ra_Edit room": "Cuarto de edición",
|
|
93
70
|
"ra_Edit value": "Editar valor",
|
|
94
|
-
"ra_Enter the code from that page here": "Introduzca el código de esa página aquí",
|
|
95
71
|
"ra_Error": "Error",
|
|
96
72
|
"ra_Expand all nodes": "Expandir todos los nodos",
|
|
97
73
|
"ra_Expand one step node": "Expandir un nivel",
|
|
98
|
-
"ra_Export data to %s file": "Exportar datos al archivo %s",
|
|
99
74
|
"ra_Failed to open JSON File": "No se pudo abrir el archivo JSON",
|
|
100
|
-
"ra_Fallback custom certificates": "Certificados personalizados alternativos",
|
|
101
75
|
"ra_File is too big. Max %sk allowed. Try use SVG.": "El archivo es demasiado grande. Máximo de %sk permitido. Intenta usar SVG.",
|
|
102
76
|
"ra_Filter": "Filtrar",
|
|
103
|
-
"ra_Filter and Data Actions": "Acciones de filtrado y datos",
|
|
104
77
|
"ra_Filter files": "Filtrar archivos",
|
|
105
78
|
"ra_Folder name": "Nombre de la carpeta",
|
|
106
79
|
"ra_Folder → Channel → State": "Carpeta → Canal → Estado",
|
|
@@ -108,32 +81,22 @@
|
|
|
108
81
|
"ra_Folder → State": "Carpeta → Estado",
|
|
109
82
|
"ra_Folders always first": "Carpetas siempre primero",
|
|
110
83
|
"ra_Friday": "Viernes",
|
|
111
|
-
"
|
|
84
|
+
"ra_From file": "Desde archivo",
|
|
85
|
+
"ra_From text": "Del texto",
|
|
112
86
|
"ra_Good luck": "Buena suerte",
|
|
113
87
|
"ra_Hide empty folders": "Ocultar carpetas vacías",
|
|
114
88
|
"ra_If no file will be created in the folder, it will disappear after the browser closed": "Si no se creará ningún archivo en la carpeta, desaparecerá después de que se cierre el navegador.",
|
|
115
|
-
"ra_If the button above does not work, you can authorize manually this app by visiting this url": "Si el botón de arriba no funciona, puedes autorizar manualmente esta aplicación visitando esta URL",
|
|
116
|
-
"ra_Import data from %s file": "Importar datos del archivo %s",
|
|
117
|
-
"ra_Import from %s": "Importar desde %s",
|
|
118
|
-
"ra_Instance %s is alive": "Instancia %s está vivo",
|
|
119
|
-
"ra_Instance %s is not alive": "Instancia %s no está vivo",
|
|
120
89
|
"ra_Instance is not alive": "La instancia no está viva",
|
|
121
90
|
"ra_Invalid CRON": "CRON no válido",
|
|
122
91
|
"ra_Invalid JSON": "JSON no válido",
|
|
92
|
+
"ra_Invalid JSON file.": "Archivo JSON inválido.",
|
|
93
|
+
"ra_Invalid JSON format. Expected an array.": "Formato JSON inválido. Se esperaba un array.",
|
|
123
94
|
"ra_Invalid answer from server": "Respuesta inválida del servidor",
|
|
124
95
|
"ra_Invalid parent folder!": "Carpeta principal no válida.",
|
|
125
96
|
"ra_Invalid structure": "Estructura inválida",
|
|
126
|
-
"ra_JSON editor": "editor JSON",
|
|
127
97
|
"ra_Last change": "Ultimo cambio",
|
|
128
98
|
"ra_Latitude": "Latitud",
|
|
129
|
-
"ra_License %s": "Licencia %s",
|
|
130
|
-
"ra_License agreement": "Acuerdo de licencia",
|
|
131
|
-
"ra_License does not exist": "La licencia no existe",
|
|
132
|
-
"ra_License expired on %s": "La licencia venció el %s",
|
|
133
|
-
"ra_License for other product \"%s\"": "Licencia para otro producto \"%s\"",
|
|
134
99
|
"ra_License is for version %s, but required version is %s.": "La licencia es para la versión %s, pero la versión requerida es %s.",
|
|
135
|
-
"ra_License must be converted": "La licencia debe convertirse a una versión más reciente. Puedes hacerlo en tu perfil de iobroker.net.",
|
|
136
|
-
"ra_License not found in license manager. Do you want to read licenses from iobroker.net?": "Licencia no encontrada en el administrador de licencias. ¿Quieres actualizar las licencias de iobroker.net?",
|
|
137
100
|
"ra_Listen on all IPs": "Escuche en todas las IP",
|
|
138
101
|
"ra_Load configuration from file": "Cargar configuración desde archivo",
|
|
139
102
|
"ra_Logout": "Cerrar sesión",
|
|
@@ -145,7 +108,6 @@
|
|
|
145
108
|
"ra_Move up": "Ascender",
|
|
146
109
|
"ra_Name": "Nombre",
|
|
147
110
|
"ra_No data found in file": "No se encontraron datos en el archivo",
|
|
148
|
-
"ra_No one license found in license manager": "No se encontró ninguna licencia en el administrador de licencias",
|
|
149
111
|
"ra_No response from admin": "No hay respuesta del administrador",
|
|
150
112
|
"ra_No response from the backend": "No hay respuesta del backend",
|
|
151
113
|
"ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Los no expertos pueden crear nuevos objetos solo en \"0_userdata.0\" o \"alias.0\".",
|
|
@@ -157,25 +119,15 @@
|
|
|
157
119
|
"ra_Only selected": "Solo seleccionados",
|
|
158
120
|
"ra_Owner group": "Grupo propietario",
|
|
159
121
|
"ra_Owner user": "Usuario propietario",
|
|
160
|
-
"ra_Passwords are not equal!": "¡Las contraseñas no son iguales!",
|
|
161
122
|
"ra_Place your files here or click here to open the browse dialog": "Coloque sus archivos aquí o haga clic aquí para abrir el cuadro de diálogo de exploración",
|
|
162
|
-
"ra_Please allow popups in your browser for this page!": "¡Permita ventanas emergentes en su navegador para esta página!",
|
|
163
123
|
"ra_Please confirm": "Por favor confirmar",
|
|
164
|
-
"ra_Please create license": "Por favor cree una licencia",
|
|
165
|
-
"ra_Please enter the license": "Por favor ingrese la licencia",
|
|
166
124
|
"ra_Please select file...": "Seleccione el archivo...",
|
|
167
125
|
"ra_Please select object ID...": "Por favor seleccione ID de objeto ...",
|
|
168
|
-
"ra_Port could be used by %s": "El puerto podría ser utilizado por %s",
|
|
169
|
-
"ra_Port is already used by %s": "El puerto ya está en uso por %s",
|
|
170
|
-
"ra_Press ENTER Key to add new item": "Presione la tecla ENTER para agregar un nuevo elemento",
|
|
171
|
-
"ra_Private certificate": "certificado privado",
|
|
172
126
|
"ra_Product": "Producto",
|
|
173
|
-
"ra_Public certificate": "Certificado público",
|
|
174
127
|
"ra_Quality code": "Calidad",
|
|
175
128
|
"ra_Refresh tree": "Actualizar árbol",
|
|
176
129
|
"ra_Reload files": "Recargar archivos",
|
|
177
130
|
"ra_Rename_Move_Copy": "Cambiar nombre/Mover/Copiar",
|
|
178
|
-
"ra_Renew %s access": "Renovar el acceso a %s",
|
|
179
131
|
"ra_Repeat": "Repetir",
|
|
180
132
|
"ra_Replace": "Reemplazar",
|
|
181
133
|
"ra_Request timed out": "Tiempo de espera agotado",
|
|
@@ -192,23 +144,15 @@
|
|
|
192
144
|
"ra_Select type of export": "Seleccione tipo de exportación",
|
|
193
145
|
"ra_Selected": "Seleccionado",
|
|
194
146
|
"ra_Selected %s object(s)": "%s objetos seleccionados",
|
|
195
|
-
"ra_Serial number (UUID)": "Número de serie (UUID)",
|
|
196
|
-
"ra_Serial number (UUID) \"%s\" in license is for other device.": "El número de serie (UUID) \"%s\" en la licencia es para otro dispositivo.",
|
|
197
147
|
"ra_Session will expire in %s seconds. Continue?": "La sesión expirará en %s segundos. ¿Continuar?",
|
|
198
148
|
"ra_Show all folders": "Mostrar todas las carpetas",
|
|
199
149
|
"ra_Show lines between rows": "Mostrar líneas entre filas",
|
|
200
150
|
"ra_Show/Hide object descriptions": "Mostrar/ocultar descripciones de objetos",
|
|
201
|
-
"ra_Show/hide filter input": "Mostrar/ocultar entrada de filtro",
|
|
202
151
|
"ra_Some data are not stored. Discard?": "Algunos datos no se almacenan. ¿Desechar?",
|
|
203
152
|
"ra_States": "Estados",
|
|
204
|
-
"ra_Successfully authorized. Token valid till %s and will be automatically renewed.": "Autorizado correctamente. El token es válido hasta el %s y se renovará automáticamente.",
|
|
205
|
-
"ra_Successfully authorized. Token valid till %s but it can expire as the instance is not running.": "Autorizado correctamente. El token es válido hasta %s, pero puede caducar porque la instancia no está en ejecución.",
|
|
206
|
-
"ra_Suitable license not found in license manager": "Licencia adecuada no encontrada en el administrador de licencias",
|
|
207
153
|
"ra_Sunday": "Domingo",
|
|
208
154
|
"ra_Suppress question for next %s minutes": "Suprimir pregunta durante los próximos %s minutos",
|
|
209
155
|
"ra_System language": "Lenguaje del sistema",
|
|
210
|
-
"ra_Take browser position": "Tomar posición desde el navegador",
|
|
211
|
-
"ra_Take position from system settings": "Tomar posición desde la configuración del sistema",
|
|
212
156
|
"ra_The experts may create objects everywhere but from second level (e.g. \"vis.0\" or \"javascript.0\").": "Los expertos pueden crear objetos en todas partes excepto desde el segundo nivel (por ejemplo, \"vis.0\" o \"javascript.0\").",
|
|
213
157
|
"ra_The page you are looking for was not found": "No se encontró la página que busca",
|
|
214
158
|
"ra_The schedule will be executed every minute. Are you sure?": "El cronograma se ejecutará cada minuto. ¿Estás seguro?",
|
|
@@ -226,12 +170,8 @@
|
|
|
226
170
|
"ra_Unknown error!": "¡Error desconocido!",
|
|
227
171
|
"ra_Update": "Actualizar",
|
|
228
172
|
"ra_Upload file": "Subir archivo",
|
|
229
|
-
"ra_Use all available let's encrypt certificates": "Utilice todos los certificados let's encrypt disponibles",
|
|
230
173
|
"ra_Use iobroker.acme adapter for letsencrypt certificates": "Use el adaptador iobroker.acme para los certificados de letsencrypt",
|
|
231
|
-
"ra_Use system settings for position": "Usar la configuración del sistema para la posición",
|
|
232
|
-
"ra_Used system settings": "Configuraciones del sistema usadas",
|
|
233
174
|
"ra_User files": "Archivos de usuario",
|
|
234
|
-
"ra_ValidTill": "Válida hasta",
|
|
235
175
|
"ra_Value": "Valor",
|
|
236
176
|
"ra_Version": "Versión",
|
|
237
177
|
"ra_View file": "Ver archivo",
|
|
@@ -240,7 +180,6 @@
|
|
|
240
180
|
"ra_Width": "Anchura",
|
|
241
181
|
"ra_Yes": "Sí",
|
|
242
182
|
"ra_You can export all objects or just the selected branch.": "Puede exportar todos los objetos o solo la rama seleccionada.",
|
|
243
|
-
"ra_You can filter entries by entering here some text": "Puede filtrar las entradas ingresando aquí algún texto",
|
|
244
183
|
"ra_You can use * as wildcard": "Puedes utilizar * como comodín",
|
|
245
184
|
"ra___different__": "diferente",
|
|
246
185
|
"ra_aclEveryone_read_object": "Todo el mundo puede leer el objeto",
|
package/build/i18n/fr.json
CHANGED
|
@@ -2,33 +2,21 @@
|
|
|
2
2
|
"ra_%s links from aliases": "%s liens provenant d'alias",
|
|
3
3
|
"ra_%s object(s) processed": "%s objet(s) traité(s)",
|
|
4
4
|
"ra_%s was imported": "%s a été importé",
|
|
5
|
-
"ra_Accept license": "Accepter la licence",
|
|
6
5
|
"ra_Actions": "Actes",
|
|
7
6
|
"ra_Add new child object to selected parent": "Ajouter un nouvel objet enfant au parent sélectionné",
|
|
8
7
|
"ra_Add objects tree from JSON file": "Ajouter une arborescence d'objets à partir d'un fichier JSON",
|
|
9
|
-
"ra_Add row": "Ajouter une rangée",
|
|
10
8
|
"ra_Advanced options": "Options avancées",
|
|
11
|
-
"ra_All items are filtered out": "Tous les éléments sont filtrés",
|
|
12
9
|
"ra_All objects": "Tous les objets",
|
|
13
|
-
"ra_Append": "Ajouter",
|
|
14
|
-
"ra_Append %s entries or replace existing?": "Ajouter %s entrées ou remplacer l'existant ?",
|
|
15
|
-
"ra_Append or replace?": "Ajouter ou remplacer ?",
|
|
16
10
|
"ra_Are you sure?": "Êtes-vous sûr?",
|
|
17
11
|
"ra_Auto (no custom columns)": "Auto (pas de colonnes personnalisées)",
|
|
18
12
|
"ra_Back to %s": "Retour à %s",
|
|
19
13
|
"ra_Background image": "Image de fond",
|
|
20
14
|
"ra_Cancel": "Annuler",
|
|
21
|
-
"ra_Cannot add items with set filter": "Impossible d'ajouter des éléments avec le filtre défini",
|
|
22
|
-
"ra_Cannot decode license": "Impossible de décoder la licence",
|
|
23
|
-
"ra_Cannot determine position: System settings are empty and GPS detection is disabled in browser": "Impossible de déterminer la position : les paramètres système sont vides et la détection GPS est désactivée dans le navigateur",
|
|
24
15
|
"ra_Cannot find \"%s\"": "Impossible de trouver \"%s\"",
|
|
25
16
|
"ra_Cannot read \"%s\"": "Impossible de lire \"%s\"",
|
|
26
|
-
"ra_Cannot read licenses: %s": "Impossible de lire les licences : %s",
|
|
27
|
-
"ra_Cannot retrieve options, as instance is offline": "Impossible de récupérer les options, car l'instance est hors ligne",
|
|
28
17
|
"ra_Cannot update attribute, because not found in the object": "Impossible de mettre à jour l'attribut, car il est introuvable dans l'objet",
|
|
29
18
|
"ra_Cannot upload": "Impossible de télécharger",
|
|
30
19
|
"ra_Categories": "Catégories",
|
|
31
|
-
"ra_Chained certificate": "Certificat chaîné",
|
|
32
20
|
"ra_Change color theme": "Changer le thème de couleur",
|
|
33
21
|
"ra_Changed from": "Changé de",
|
|
34
22
|
"ra_Channel → State": "Canal → État",
|
|
@@ -37,11 +25,9 @@
|
|
|
37
25
|
"ra_Clear": "Effacer",
|
|
38
26
|
"ra_Clear filter": "Effacer le filtre",
|
|
39
27
|
"ra_Clear icon": "Effacer l'icône",
|
|
40
|
-
"ra_Clone current row": "Cloner la ligne actuelle",
|
|
41
28
|
"ra_Close": "Fermer",
|
|
42
29
|
"ra_Collapse all nodes": "Réduire tous les nœuds",
|
|
43
30
|
"ra_Collapse one step node": "Réduire d'un niveau",
|
|
44
|
-
"ra_Commercial": "Commercial",
|
|
45
31
|
"ra_Configure": "Configurer",
|
|
46
32
|
"ra_Configure visible columns": "Configurer les colonnes visibles",
|
|
47
33
|
"ra_Confirm deletion of %s": "Confirmer la suppression de %s",
|
|
@@ -49,7 +35,6 @@
|
|
|
49
35
|
"ra_Continue": "Continuer",
|
|
50
36
|
"ra_Copied": "Copié",
|
|
51
37
|
"ra_Copied %s": "\"%s\" copié",
|
|
52
|
-
"ra_Copy content": "Copier le contenu",
|
|
53
38
|
"ra_Create": "Créer",
|
|
54
39
|
"ra_Create alias": "Créer un alias",
|
|
55
40
|
"ra_Create folder": "Créer le dossier",
|
|
@@ -62,21 +47,13 @@
|
|
|
62
47
|
"ra_Define schedule...": "Définir le calendrier ...",
|
|
63
48
|
"ra_Del": "Delete",
|
|
64
49
|
"ra_Delete": "Supprimer",
|
|
65
|
-
"ra_Delete current row": "Supprimer la ligne actuelle",
|
|
66
|
-
"ra_Export configuration section": "Exporter la section de configuration",
|
|
67
|
-
"ra_Import and replace configuration section": "Importer et remplacer la section de configuration",
|
|
68
|
-
"ra_Import and add configuration section": "Importer et ajouter la section de configuration",
|
|
69
|
-
"ra_Invalid JSON format. Expected an array.": "Format JSON invalide. Tableau attendu.",
|
|
70
|
-
"ra_Invalid JSON file.": "Fichier JSON invalide.",
|
|
71
50
|
"ra_Deselect all": "Tout déselectionner",
|
|
72
51
|
"ra_Device → Channel → State": "Appareil → Canal → État",
|
|
52
|
+
"ra_Disable/Enable translation": "Activer/Désactiver la traduction",
|
|
73
53
|
"ra_Discard": "Jeter",
|
|
74
54
|
"ra_Disconnected": "Débranché",
|
|
75
55
|
"ra_Do not ask for next 2 hours in this session": "Ne demandez pas les 2 prochaines heures de cette session",
|
|
76
56
|
"ra_Do not export values of states": "Ne pas exporter les valeurs des états",
|
|
77
|
-
"ra_Do not use let's encrypt": "Ne pas utiliser let's encrypt",
|
|
78
|
-
"ra_Docker is not available": "Docker n'est pas disponible",
|
|
79
|
-
"ra_Docker is not installed or not running": "Docker n'est pas installé ou n'est pas en cours d'exécution",
|
|
80
57
|
"ra_Double click to reset table layout": "Double-cliquez pour réinitialiser la disposition du tableau",
|
|
81
58
|
"ra_Drag 'n' drop some files here, or click to select files": "Glissez-déposez des fichiers ici, ou cliquez pour sélectionner des fichiers",
|
|
82
59
|
"ra_Drop file here": "Déposer le fichier ici",
|
|
@@ -91,16 +68,12 @@
|
|
|
91
68
|
"ra_Edit role": "Modifier le rôle",
|
|
92
69
|
"ra_Edit room": "Modifier la salle",
|
|
93
70
|
"ra_Edit value": "Modifier la valeur",
|
|
94
|
-
"ra_Enter the code from that page here": "Entrez le code de cette page ici",
|
|
95
71
|
"ra_Error": "Erreur",
|
|
96
72
|
"ra_Expand all nodes": "Développer tous les nœuds",
|
|
97
73
|
"ra_Expand one step node": "Développer un niveau",
|
|
98
|
-
"ra_Export data to %s file": "Exporter les données vers le fichier %s",
|
|
99
74
|
"ra_Failed to open JSON File": "Échec de l'ouverture du fichier JSON",
|
|
100
|
-
"ra_Fallback custom certificates": "Certificats personnalisés de secours",
|
|
101
75
|
"ra_File is too big. Max %sk allowed. Try use SVG.": "Le fichier est trop volumineux. Max %sk autorisé. Essayez d'utiliser SVG.",
|
|
102
76
|
"ra_Filter": "Filtre",
|
|
103
|
-
"ra_Filter and Data Actions": "Actions sur les filtres et les données",
|
|
104
77
|
"ra_Filter files": "Filtrer les fichiers",
|
|
105
78
|
"ra_Folder name": "Nom de dossier",
|
|
106
79
|
"ra_Folder → Channel → State": "Dossier → Chaîne → État",
|
|
@@ -108,32 +81,22 @@
|
|
|
108
81
|
"ra_Folder → State": "Dossier → État",
|
|
109
82
|
"ra_Folders always first": "Les dossiers toujours en premier",
|
|
110
83
|
"ra_Friday": "Vendredi",
|
|
111
|
-
"
|
|
84
|
+
"ra_From file": "À partir du fichier",
|
|
85
|
+
"ra_From text": "À partir du texte",
|
|
112
86
|
"ra_Good luck": "Bonne chance",
|
|
113
87
|
"ra_Hide empty folders": "Masquer les dossiers vides",
|
|
114
88
|
"ra_If no file will be created in the folder, it will disappear after the browser closed": "Si aucun fichier ne sera créé dans le dossier, il disparaîtra après la fermeture du navigateur",
|
|
115
|
-
"ra_If the button above does not work, you can authorize manually this app by visiting this url": "Si le bouton ci-dessus ne fonctionne pas, vous pouvez autoriser manuellement cette application en visitant cette URL",
|
|
116
|
-
"ra_Import data from %s file": "Importer des données à partir du fichier %s",
|
|
117
|
-
"ra_Import from %s": "Importer depuis %s",
|
|
118
|
-
"ra_Instance %s is alive": "L'instance %s est active",
|
|
119
|
-
"ra_Instance %s is not alive": "L'instance %s n'est pas active",
|
|
120
89
|
"ra_Instance is not alive": "L'instance n'est pas active",
|
|
121
90
|
"ra_Invalid CRON": "CRON invalide",
|
|
122
91
|
"ra_Invalid JSON": "JSON invalide",
|
|
92
|
+
"ra_Invalid JSON file.": "Fichier JSON invalide.",
|
|
93
|
+
"ra_Invalid JSON format. Expected an array.": "Format JSON invalide. Tableau attendu.",
|
|
123
94
|
"ra_Invalid answer from server": "Réponse invalide du serveur",
|
|
124
95
|
"ra_Invalid parent folder!": "Dossier parent non valide!",
|
|
125
96
|
"ra_Invalid structure": "Structure invalide",
|
|
126
|
-
"ra_JSON editor": "Éditeur JSON",
|
|
127
97
|
"ra_Last change": "Dernier changement",
|
|
128
98
|
"ra_Latitude": "Latitude",
|
|
129
|
-
"ra_License %s": "Licence %s",
|
|
130
|
-
"ra_License agreement": "Accord de licence",
|
|
131
|
-
"ra_License does not exist": "La licence n'existe pas",
|
|
132
|
-
"ra_License expired on %s": "Licence expirée le %s",
|
|
133
|
-
"ra_License for other product \"%s\"": "Licence pour un autre produit \"%s\"",
|
|
134
99
|
"ra_License is for version %s, but required version is %s.": "La licence est pour la version %s, mais la version requise est %s.",
|
|
135
|
-
"ra_License must be converted": "La licence doit être convertie en une version plus récente. Vous pouvez le faire dans votre profil iobroker.net.",
|
|
136
|
-
"ra_License not found in license manager. Do you want to read licenses from iobroker.net?": "Licence introuvable dans le gestionnaire de licences. Voulez-vous mettre à jour les licences depuis iobroker.net ?",
|
|
137
100
|
"ra_Listen on all IPs": "Écoutez sur toutes les adresses IP",
|
|
138
101
|
"ra_Load configuration from file": "Charger la configuration à partir du fichier",
|
|
139
102
|
"ra_Logout": "Déconnexion",
|
|
@@ -145,7 +108,6 @@
|
|
|
145
108
|
"ra_Move up": "Déplacer vers le haut",
|
|
146
109
|
"ra_Name": "Nom",
|
|
147
110
|
"ra_No data found in file": "Aucune donnée trouvée dans le fichier",
|
|
148
|
-
"ra_No one license found in license manager": "Aucune licence trouvée dans le gestionnaire de licences",
|
|
149
111
|
"ra_No response from admin": "Aucune réponse de l'administrateur",
|
|
150
112
|
"ra_No response from the backend": "Aucune réponse du backend",
|
|
151
113
|
"ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "Les non-experts ne peuvent créer de nouveaux objets que dans \"0_userdata.0\" ou \"alias.0\".",
|
|
@@ -157,25 +119,15 @@
|
|
|
157
119
|
"ra_Only selected": "Uniquement sélectionné",
|
|
158
120
|
"ra_Owner group": "Groupe propriétaire",
|
|
159
121
|
"ra_Owner user": "Utilisateur propriétaire",
|
|
160
|
-
"ra_Passwords are not equal!": "Les mots de passe ne sont pas égaux !",
|
|
161
122
|
"ra_Place your files here or click here to open the browse dialog": "Placez vos fichiers ici ou cliquez ici pour ouvrir la boîte de dialogue de navigation",
|
|
162
|
-
"ra_Please allow popups in your browser for this page!": "Veuillez autoriser les popups dans votre navigateur pour cette page !",
|
|
163
123
|
"ra_Please confirm": "Veuillez confirmer",
|
|
164
|
-
"ra_Please create license": "Veuillez créer une licence",
|
|
165
|
-
"ra_Please enter the license": "Veuillez entrer la licence",
|
|
166
124
|
"ra_Please select file...": "Veuillez sélectionner le fichier...",
|
|
167
125
|
"ra_Please select object ID...": "Veuillez sélectionner l'ID d'objet ...",
|
|
168
|
-
"ra_Port could be used by %s": "Le port pourrait être utilisé par %s",
|
|
169
|
-
"ra_Port is already used by %s": "Le port est déjà utilisé par %s",
|
|
170
|
-
"ra_Press ENTER Key to add new item": "Appuyez sur la touche ENTRÉE pour ajouter un nouvel élément",
|
|
171
|
-
"ra_Private certificate": "Certificat privé",
|
|
172
126
|
"ra_Product": "Produit",
|
|
173
|
-
"ra_Public certificate": "Certificat public",
|
|
174
127
|
"ra_Quality code": "Qualité",
|
|
175
128
|
"ra_Refresh tree": "Rafraîchir l'arborescence",
|
|
176
129
|
"ra_Reload files": "Recharger les fichiers",
|
|
177
130
|
"ra_Rename_Move_Copy": "Renommer/Déplacer/Copier",
|
|
178
|
-
"ra_Renew %s access": "Renouveler l'accès %s",
|
|
179
131
|
"ra_Repeat": "Répéter",
|
|
180
132
|
"ra_Replace": "Remplacer",
|
|
181
133
|
"ra_Request timed out": "La demande a expiré",
|
|
@@ -192,23 +144,15 @@
|
|
|
192
144
|
"ra_Select type of export": "Sélectionnez le type d'exportation",
|
|
193
145
|
"ra_Selected": "Choisi",
|
|
194
146
|
"ra_Selected %s object(s)": "Objet(s) %s sélectionné(s)",
|
|
195
|
-
"ra_Serial number (UUID)": "Numéro de série (UUID)",
|
|
196
|
-
"ra_Serial number (UUID) \"%s\" in license is for other device.": "Le numéro de série (UUID) \"%s\" dans la licence est pour un autre appareil.",
|
|
197
147
|
"ra_Session will expire in %s seconds. Continue?": "La session expirera dans %s secondes. Continuer ?",
|
|
198
148
|
"ra_Show all folders": "Afficher tous les dossiers",
|
|
199
149
|
"ra_Show lines between rows": "Afficher les lignes entre les lignes",
|
|
200
150
|
"ra_Show/Hide object descriptions": "Afficher/Masquer les descriptions d'objets",
|
|
201
|
-
"ra_Show/hide filter input": "Afficher/masquer l'entrée de filtre",
|
|
202
151
|
"ra_Some data are not stored. Discard?": "Certaines données ne sont pas stockées. Jeter?",
|
|
203
152
|
"ra_States": "États",
|
|
204
|
-
"ra_Successfully authorized. Token valid till %s and will be automatically renewed.": "Autorisation réussie. Jeton valide jusqu'au %s et sera automatiquement renouvelé.",
|
|
205
|
-
"ra_Successfully authorized. Token valid till %s but it can expire as the instance is not running.": "Autorisation réussie. Jeton valide jusqu'à %s, mais il peut expirer car l'instance n'est pas en cours d'exécution.",
|
|
206
|
-
"ra_Suitable license not found in license manager": "Licence appropriée introuvable dans le gestionnaire de licences",
|
|
207
153
|
"ra_Sunday": "Dimanche",
|
|
208
154
|
"ra_Suppress question for next %s minutes": "Supprimer la question pour les %s prochaines minutes",
|
|
209
155
|
"ra_System language": "Langue du système",
|
|
210
|
-
"ra_Take browser position": "Prendre position depuis le navigateur",
|
|
211
|
-
"ra_Take position from system settings": "Prendre position à partir des paramètres système",
|
|
212
156
|
"ra_The experts may create objects everywhere but from second level (e.g. \"vis.0\" or \"javascript.0\").": "Les experts peuvent créer des objets partout mais à partir du deuxième niveau (par exemple \"vis.0\" ou \"javascript.0\").",
|
|
213
157
|
"ra_The page you are looking for was not found": "La page que vous recherchez n'a pas été trouvée",
|
|
214
158
|
"ra_The schedule will be executed every minute. Are you sure?": "Le planning sera exécuté toutes les minutes. Êtes-vous sûr ?",
|
|
@@ -226,12 +170,8 @@
|
|
|
226
170
|
"ra_Unknown error!": "Erreur inconnue!",
|
|
227
171
|
"ra_Update": "Mise à jour",
|
|
228
172
|
"ra_Upload file": "Téléverser un fichier",
|
|
229
|
-
"ra_Use all available let's encrypt certificates": "Utilisez tous les certificats let's encrypt disponibles",
|
|
230
173
|
"ra_Use iobroker.acme adapter for letsencrypt certificates": "Utiliser l'adaptateur iobroker.acme pour les certificats Letsencrypt",
|
|
231
|
-
"ra_Use system settings for position": "Utiliser les paramètres système pour la position",
|
|
232
|
-
"ra_Used system settings": "Paramètres système utilisés",
|
|
233
174
|
"ra_User files": "Fichiers utilisateurs",
|
|
234
|
-
"ra_ValidTill": "Valable jusqu'au",
|
|
235
175
|
"ra_Value": "Valeur",
|
|
236
176
|
"ra_Version": "Version",
|
|
237
177
|
"ra_View file": "Voir la fiche",
|
|
@@ -240,7 +180,6 @@
|
|
|
240
180
|
"ra_Width": "Largeur",
|
|
241
181
|
"ra_Yes": "Oui",
|
|
242
182
|
"ra_You can export all objects or just the selected branch.": "Vous pouvez exporter tous les objets ou uniquement la branche sélectionnée.",
|
|
243
|
-
"ra_You can filter entries by entering here some text": "Vous pouvez filtrer les entrées en saisissant ici du texte",
|
|
244
183
|
"ra_You can use * as wildcard": "Vous pouvez utiliser * comme caractère générique",
|
|
245
184
|
"ra___different__": "différent",
|
|
246
185
|
"ra_aclEveryone_read_object": "Tout le monde peut lire un objet",
|
package/build/i18n/it.json
CHANGED
|
@@ -2,33 +2,21 @@
|
|
|
2
2
|
"ra_%s links from aliases": "%s link da alias",
|
|
3
3
|
"ra_%s object(s) processed": "%s oggetti elaborati",
|
|
4
4
|
"ra_%s was imported": "%s è stato importato",
|
|
5
|
-
"ra_Accept license": "Accetta licenza",
|
|
6
5
|
"ra_Actions": "Azioni",
|
|
7
6
|
"ra_Add new child object to selected parent": "Aggiungi un nuovo oggetto figlio al genitore selezionato",
|
|
8
7
|
"ra_Add objects tree from JSON file": "Aggiungi l'albero degli oggetti dal file JSON",
|
|
9
|
-
"ra_Add row": "Aggiungi riga",
|
|
10
8
|
"ra_Advanced options": "Opzioni avanzate",
|
|
11
|
-
"ra_All items are filtered out": "Tutti gli elementi vengono filtrati",
|
|
12
9
|
"ra_All objects": "Tutti gli oggetti",
|
|
13
|
-
"ra_Append": "Aggiungere",
|
|
14
|
-
"ra_Append %s entries or replace existing?": "Aggiungi %s voci o sostituisci quelle esistenti?",
|
|
15
|
-
"ra_Append or replace?": "Aggiungere o sostituire?",
|
|
16
10
|
"ra_Are you sure?": "Sei sicuro?",
|
|
17
11
|
"ra_Auto (no custom columns)": "Auto (nessuna colonna personalizzata)",
|
|
18
12
|
"ra_Back to %s": "Torna a %s",
|
|
19
13
|
"ra_Background image": "Immagine di sfondo",
|
|
20
14
|
"ra_Cancel": "Annulla",
|
|
21
|
-
"ra_Cannot add items with set filter": "Impossibile aggiungere elementi con il filtro impostato",
|
|
22
|
-
"ra_Cannot decode license": "Impossibile decodificare la licenza",
|
|
23
|
-
"ra_Cannot determine position: System settings are empty and GPS detection is disabled in browser": "Impossibile determinare la posizione: le impostazioni di sistema sono vuote e il rilevamento GPS è disabilitato nel browser",
|
|
24
15
|
"ra_Cannot find \"%s\"": "Impossibile trovare \"%s\"",
|
|
25
16
|
"ra_Cannot read \"%s\"": "Impossibile leggere \"%s\"",
|
|
26
|
-
"ra_Cannot read licenses: %s": "Impossibile leggere le licenze: %s",
|
|
27
|
-
"ra_Cannot retrieve options, as instance is offline": "Impossibile recuperare le opzioni, poiché l'istanza è offline",
|
|
28
17
|
"ra_Cannot update attribute, because not found in the object": "Impossibile aggiornare l'attributo, perché non trovato nell'oggetto",
|
|
29
18
|
"ra_Cannot upload": "Impossibile caricare",
|
|
30
19
|
"ra_Categories": "Categorie",
|
|
31
|
-
"ra_Chained certificate": "Certificato incatenato",
|
|
32
20
|
"ra_Change color theme": "Cambia tema colore",
|
|
33
21
|
"ra_Changed from": "Cambiato da",
|
|
34
22
|
"ra_Channel → State": "Canale → Stato",
|
|
@@ -37,11 +25,9 @@
|
|
|
37
25
|
"ra_Clear": "Elimina",
|
|
38
26
|
"ra_Clear filter": "Filtro pulito",
|
|
39
27
|
"ra_Clear icon": "Cancella icona",
|
|
40
|
-
"ra_Clone current row": "Clona riga corrente",
|
|
41
28
|
"ra_Close": "Vicino",
|
|
42
29
|
"ra_Collapse all nodes": "Comprimi tutti i nodi",
|
|
43
30
|
"ra_Collapse one step node": "Comprimi un livello",
|
|
44
|
-
"ra_Commercial": "Commerciale",
|
|
45
31
|
"ra_Configure": "Configura",
|
|
46
32
|
"ra_Configure visible columns": "Configura colonne visibili",
|
|
47
33
|
"ra_Confirm deletion of %s": "Conferma l'eliminazione di %s",
|
|
@@ -49,7 +35,6 @@
|
|
|
49
35
|
"ra_Continue": "Continuare",
|
|
50
36
|
"ra_Copied": "Copiato",
|
|
51
37
|
"ra_Copied %s": "\"%s\" copiato",
|
|
52
|
-
"ra_Copy content": "Copia contenuto",
|
|
53
38
|
"ra_Create": "Creare",
|
|
54
39
|
"ra_Create alias": "Crea alias",
|
|
55
40
|
"ra_Create folder": "Creare una cartella",
|
|
@@ -62,16 +47,13 @@
|
|
|
62
47
|
"ra_Define schedule...": "Definisci pianificazione ...",
|
|
63
48
|
"ra_Del": "Delete",
|
|
64
49
|
"ra_Delete": "Elimina",
|
|
65
|
-
"ra_Delete current row": "Elimina la riga corrente",
|
|
66
50
|
"ra_Deselect all": "Deseleziona tutto",
|
|
67
51
|
"ra_Device → Channel → State": "Dispositivo → Canale → Stato",
|
|
52
|
+
"ra_Disable/Enable translation": "Disabilita/Abilita la traduzione",
|
|
68
53
|
"ra_Discard": "Scartare",
|
|
69
54
|
"ra_Disconnected": "Disconnesso",
|
|
70
55
|
"ra_Do not ask for next 2 hours in this session": "Non chiedere per le prossime 2 ore in questa sessione",
|
|
71
56
|
"ra_Do not export values of states": "Non esportare i valori degli stati",
|
|
72
|
-
"ra_Do not use let's encrypt": "Non utilizzare crittografiamo",
|
|
73
|
-
"ra_Docker is not available": "Docker non è disponibile",
|
|
74
|
-
"ra_Docker is not installed or not running": "Docker non è installato o non è in esecuzione",
|
|
75
57
|
"ra_Double click to reset table layout": "Fare doppio clic per ripristinare il layout della tabella",
|
|
76
58
|
"ra_Drag 'n' drop some files here, or click to select files": "Trascina e rilascia alcuni file qui o fai clic per selezionare i file",
|
|
77
59
|
"ra_Drop file here": "Trascina il file qui",
|
|
@@ -86,16 +68,12 @@
|
|
|
86
68
|
"ra_Edit role": "Modifica ruolo",
|
|
87
69
|
"ra_Edit room": "Modifica stanza",
|
|
88
70
|
"ra_Edit value": "Modifica valore",
|
|
89
|
-
"ra_Enter the code from that page here": "Inserisci qui il codice da quella pagina",
|
|
90
71
|
"ra_Error": "Errore",
|
|
91
72
|
"ra_Expand all nodes": "Espandi tutti i nodi",
|
|
92
73
|
"ra_Expand one step node": "Espandi un livello",
|
|
93
|
-
"ra_Export data to %s file": "Esporta i dati nel file %s",
|
|
94
74
|
"ra_Failed to open JSON File": "Impossibile aprire il file JSON",
|
|
95
|
-
"ra_Fallback custom certificates": "Certificati personalizzati di fallback",
|
|
96
75
|
"ra_File is too big. Max %sk allowed. Try use SVG.": "Il file è troppo grande. Max %sk consentito. Prova a usare SVG.",
|
|
97
76
|
"ra_Filter": "Filtro",
|
|
98
|
-
"ra_Filter and Data Actions": "Azioni sui filtri e sui dati",
|
|
99
77
|
"ra_Filter files": "Filtra i file",
|
|
100
78
|
"ra_Folder name": "Nome della cartella",
|
|
101
79
|
"ra_Folder → Channel → State": "Cartella → Canale → Stato",
|
|
@@ -103,32 +81,22 @@
|
|
|
103
81
|
"ra_Folder → State": "Cartella → Stato",
|
|
104
82
|
"ra_Folders always first": "Le cartelle sono sempre al primo posto",
|
|
105
83
|
"ra_Friday": "Venerdì",
|
|
106
|
-
"
|
|
84
|
+
"ra_From file": "Dal file",
|
|
85
|
+
"ra_From text": "Dal testo",
|
|
107
86
|
"ra_Good luck": "Buona fortuna",
|
|
108
87
|
"ra_Hide empty folders": "Nascondi cartelle vuote",
|
|
109
88
|
"ra_If no file will be created in the folder, it will disappear after the browser closed": "Se nessun file verrà creato nella cartella, scomparirà dopo la chiusura del browser",
|
|
110
|
-
"ra_If the button above does not work, you can authorize manually this app by visiting this url": "Se il pulsante sopra non funziona, puoi autorizzare manualmente questa app visitando questo URL",
|
|
111
|
-
"ra_Import data from %s file": "Importa i dati dal file %s",
|
|
112
|
-
"ra_Import from %s": "Importa da %s",
|
|
113
|
-
"ra_Instance %s is alive": "Il %s dell'istanza è vivo",
|
|
114
|
-
"ra_Instance %s is not alive": "Il TESTO dell'istanza non è vivo",
|
|
115
89
|
"ra_Instance is not alive": "L'istanza non è viva",
|
|
116
90
|
"ra_Invalid CRON": "CRON non valido",
|
|
117
91
|
"ra_Invalid JSON": "JSON non valido",
|
|
92
|
+
"ra_Invalid JSON file.": "File JSON non valido.",
|
|
93
|
+
"ra_Invalid JSON format. Expected an array.": "Formato JSON non valido. È previsto un array.",
|
|
118
94
|
"ra_Invalid answer from server": "Risposta non valida dal server",
|
|
119
95
|
"ra_Invalid parent folder!": "Cartella principale non valida!",
|
|
120
96
|
"ra_Invalid structure": "Struttura non valida",
|
|
121
|
-
"ra_JSON editor": "Editor JSON",
|
|
122
97
|
"ra_Last change": "Ultima modifica",
|
|
123
98
|
"ra_Latitude": "Latitudine",
|
|
124
|
-
"ra_License %s": "Licenza %s",
|
|
125
|
-
"ra_License agreement": "Contratto di licenza",
|
|
126
|
-
"ra_License does not exist": "La licenza non esiste",
|
|
127
|
-
"ra_License expired on %s": "Licenza scaduta il %s",
|
|
128
|
-
"ra_License for other product \"%s\"": "Licenza per altro prodotto \"%s\"",
|
|
129
99
|
"ra_License is for version %s, but required version is %s.": "La licenza è per la versione %s, ma la versione richiesta è %s.",
|
|
130
|
-
"ra_License must be converted": "La licenza deve essere convertita in una versione più recente. Puoi farlo nel tuo profilo iobroker.net.",
|
|
131
|
-
"ra_License not found in license manager. Do you want to read licenses from iobroker.net?": "Licenza non trovata nel gestore delle licenze. Vuoi aggiornare le licenze da iobroker.net?",
|
|
132
100
|
"ra_Listen on all IPs": "Ascolta su tutti gli IP",
|
|
133
101
|
"ra_Load configuration from file": "Carica la configurazione dal file",
|
|
134
102
|
"ra_Logout": "Esci",
|
|
@@ -140,7 +108,6 @@
|
|
|
140
108
|
"ra_Move up": "Andare avanti",
|
|
141
109
|
"ra_Name": "Nome",
|
|
142
110
|
"ra_No data found in file": "Nessun dato trovato nel file",
|
|
143
|
-
"ra_No one license found in license manager": "Nessuna licenza trovata nel gestore delle licenze",
|
|
144
111
|
"ra_No response from admin": "Nessuna risposta dall'amministratore",
|
|
145
112
|
"ra_No response from the backend": "Nessuna risposta dal backend",
|
|
146
113
|
"ra_Non-experts may create new objects only in \"0_userdata.0\" or \"alias.0\".": "I non esperti possono creare nuovi oggetti solo in \"0_userdata.0\" o \"alias.0\".",
|
|
@@ -152,25 +119,15 @@
|
|
|
152
119
|
"ra_Only selected": "Solo selezionato",
|
|
153
120
|
"ra_Owner group": "Gruppo di proprietari",
|
|
154
121
|
"ra_Owner user": "Utente proprietario",
|
|
155
|
-
"ra_Passwords are not equal!": "Le password non sono uguali!",
|
|
156
122
|
"ra_Place your files here or click here to open the browse dialog": "Posiziona i file qui o fai clic qui per aprire la finestra di dialogo Sfoglia",
|
|
157
|
-
"ra_Please allow popups in your browser for this page!": "Si prega di abilitare i popup nel browser per questa pagina!",
|
|
158
123
|
"ra_Please confirm": "Si prega di confermare",
|
|
159
|
-
"ra_Please create license": "Si prega di creare la licenza",
|
|
160
|
-
"ra_Please enter the license": "Inserisci la licenza",
|
|
161
124
|
"ra_Please select file...": "Si prega di selezionare il file...",
|
|
162
125
|
"ra_Please select object ID...": "Seleziona l'ID oggetto ...",
|
|
163
|
-
"ra_Port could be used by %s": "La porta potrebbe essere utilizzata da %s",
|
|
164
|
-
"ra_Port is already used by %s": "La porta è già utilizzata da %s",
|
|
165
|
-
"ra_Press ENTER Key to add new item": "Premere il tasto INVIO per aggiungere un nuovo elemento",
|
|
166
|
-
"ra_Private certificate": "Certificato privato",
|
|
167
126
|
"ra_Product": "Prodotto",
|
|
168
|
-
"ra_Public certificate": "Certificato pubblico",
|
|
169
127
|
"ra_Quality code": "Qualità",
|
|
170
128
|
"ra_Refresh tree": "Aggiorna l'albero",
|
|
171
129
|
"ra_Reload files": "Ricarica i file",
|
|
172
130
|
"ra_Rename_Move_Copy": "Rinomina/Sposta/Copia",
|
|
173
|
-
"ra_Renew %s access": "Rinnova l'accesso %s",
|
|
174
131
|
"ra_Repeat": "Ripetere",
|
|
175
132
|
"ra_Replace": "Sostituire",
|
|
176
133
|
"ra_Request timed out": "Tempo scaduto per la richiesta",
|
|
@@ -187,23 +144,15 @@
|
|
|
187
144
|
"ra_Select type of export": "Seleziona il tipo di esportazione",
|
|
188
145
|
"ra_Selected": "Selezionato",
|
|
189
146
|
"ra_Selected %s object(s)": "%s oggetto/i selezionato/i",
|
|
190
|
-
"ra_Serial number (UUID)": "Numero di serie (UUID)",
|
|
191
|
-
"ra_Serial number (UUID) \"%s\" in license is for other device.": "Il numero di serie (UUID) \"%s\" nella licenza è per un altro dispositivo.",
|
|
192
147
|
"ra_Session will expire in %s seconds. Continue?": "La sessione scadrà tra %s secondi. Continuare?",
|
|
193
148
|
"ra_Show all folders": "Mostra tutte le cartelle",
|
|
194
149
|
"ra_Show lines between rows": "Mostra linee tra le righe",
|
|
195
150
|
"ra_Show/Hide object descriptions": "Mostra/Nascondi le descrizioni degli oggetti",
|
|
196
|
-
"ra_Show/hide filter input": "Mostra/nascondi input filtro",
|
|
197
151
|
"ra_Some data are not stored. Discard?": "Alcuni dati non vengono memorizzati. Scartare?",
|
|
198
152
|
"ra_States": "stati",
|
|
199
|
-
"ra_Successfully authorized. Token valid till %s and will be automatically renewed.": "Autorizzazione completata. Il token è valido fino al %s e verrà rinnovato automaticamente.",
|
|
200
|
-
"ra_Successfully authorized. Token valid till %s but it can expire as the instance is not running.": "Autorizzazione completata. Il token è valido fino al %s, ma potrebbe scadere perché l'istanza non è in esecuzione.",
|
|
201
|
-
"ra_Suitable license not found in license manager": "Licenza adatta non trovata nel gestore delle licenze",
|
|
202
153
|
"ra_Sunday": "Domenica",
|
|
203
154
|
"ra_Suppress question for next %s minutes": "Sopprimi la domanda per i prossimi %s minuti",
|
|
204
155
|
"ra_System language": "Linguaggio di sistema",
|
|
205
|
-
"ra_Take browser position": "Prendi posizione dal browser",
|
|
206
|
-
"ra_Take position from system settings": "Prendi posizione dalle impostazioni di sistema",
|
|
207
156
|
"ra_The experts may create objects everywhere but from second level (e.g. \"vis.0\" or \"javascript.0\").": "Gli esperti possono creare oggetti ovunque ma dal secondo livello (es. \"Vis.0\" o \"javascript.0\").",
|
|
208
157
|
"ra_The page you are looking for was not found": "La pagina che stai cercando non è stata trovata",
|
|
209
158
|
"ra_The schedule will be executed every minute. Are you sure?": "La pianificazione verrà eseguita ogni minuto. Sei sicuro?",
|
|
@@ -221,12 +170,8 @@
|
|
|
221
170
|
"ra_Unknown error!": "Errore sconosciuto!",
|
|
222
171
|
"ra_Update": "Aggiornare",
|
|
223
172
|
"ra_Upload file": "Caricare un file",
|
|
224
|
-
"ra_Use all available let's encrypt certificates": "Usa tutti i certificati Let's Encrypt disponibili",
|
|
225
173
|
"ra_Use iobroker.acme adapter for letsencrypt certificates": "Utilizzare l'adattatore iobroker.acme per i certificati letsencrypt",
|
|
226
|
-
"ra_Use system settings for position": "Usa le impostazioni di sistema per la posizione",
|
|
227
|
-
"ra_Used system settings": "Impostazioni di sistema utilizzate",
|
|
228
174
|
"ra_User files": "File utente",
|
|
229
|
-
"ra_ValidTill": "Valido fino a",
|
|
230
175
|
"ra_Value": "Valore",
|
|
231
176
|
"ra_Version": "Versione",
|
|
232
177
|
"ra_View file": "Vedi il file",
|
|
@@ -235,7 +180,6 @@
|
|
|
235
180
|
"ra_Width": "Larghezza",
|
|
236
181
|
"ra_Yes": "SÌ",
|
|
237
182
|
"ra_You can export all objects or just the selected branch.": "Puoi esportare tutti gli oggetti o solo il ramo selezionato.",
|
|
238
|
-
"ra_You can filter entries by entering here some text": "Puoi filtrare le voci inserendo qui del testo",
|
|
239
183
|
"ra_You can use * as wildcard": "Puoi usare * come carattere jolly",
|
|
240
184
|
"ra___different__": "diverso",
|
|
241
185
|
"ra_aclEveryone_read_object": "Tutti possono leggere gli oggetti",
|