@iobroker/json-config 8.4.8 → 8.4.9
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/README.md +3 -0
- package/build/JsonConfig.js +7 -7
- package/build/JsonConfig.js.map +1 -1
- package/build/JsonConfigComponent/ConfigAccordion.js +9 -9
- package/build/JsonConfigComponent/ConfigAccordion.js.map +1 -1
- package/build/JsonConfigComponent/ConfigAlive.js +2 -2
- package/build/JsonConfigComponent/ConfigAlive.js.map +1 -1
- package/build/JsonConfigComponent/ConfigAutocompleteSendTo.js +1 -1
- package/build/JsonConfigComponent/ConfigAutocompleteSendTo.js.map +1 -1
- package/build/JsonConfigComponent/ConfigCRON.js +1 -1
- package/build/JsonConfigComponent/ConfigCRON.js.map +1 -1
- package/build/JsonConfigComponent/ConfigCertCollection.js +2 -2
- package/build/JsonConfigComponent/ConfigCertCollection.js.map +1 -1
- package/build/JsonConfigComponent/ConfigCertificates.js +6 -6
- package/build/JsonConfigComponent/ConfigCertificates.js.map +1 -1
- package/build/JsonConfigComponent/ConfigCheckDocker.js +4 -4
- package/build/JsonConfigComponent/ConfigCheckDocker.js.map +1 -1
- package/build/JsonConfigComponent/ConfigCheckLicense.js +31 -31
- package/build/JsonConfigComponent/ConfigCheckLicense.js.map +1 -1
- package/build/JsonConfigComponent/ConfigCheckbox.js +1 -1
- package/build/JsonConfigComponent/ConfigCheckbox.js.map +1 -1
- package/build/JsonConfigComponent/ConfigChip.js +1 -1
- package/build/JsonConfigComponent/ConfigChip.js.map +1 -1
- package/build/JsonConfigComponent/ConfigCoordinates.js +7 -7
- package/build/JsonConfigComponent/ConfigCoordinates.js.map +1 -1
- package/build/JsonConfigComponent/ConfigCredentialSelect.js +11 -11
- package/build/JsonConfigComponent/ConfigCredentialSelect.js.map +1 -1
- package/build/JsonConfigComponent/ConfigFileSelector.js +6 -6
- package/build/JsonConfigComponent/ConfigFileSelector.js.map +1 -1
- package/build/JsonConfigComponent/ConfigGeneric.js +6 -6
- package/build/JsonConfigComponent/ConfigGeneric.js.map +1 -1
- package/build/JsonConfigComponent/ConfigIFrameSendTo.js +1 -1
- package/build/JsonConfigComponent/ConfigIFrameSendTo.js.map +1 -1
- package/build/JsonConfigComponent/ConfigIP.js +2 -2
- package/build/JsonConfigComponent/ConfigIP.js.map +1 -1
- package/build/JsonConfigComponent/ConfigImageSendTo.js +2 -2
- package/build/JsonConfigComponent/ConfigImageSendTo.js.map +1 -1
- package/build/JsonConfigComponent/ConfigJsonEditor.js +2 -2
- package/build/JsonConfigComponent/ConfigJsonEditor.js.map +1 -1
- package/build/JsonConfigComponent/ConfigLanguage.js +2 -2
- package/build/JsonConfigComponent/ConfigLanguage.js.map +1 -1
- package/build/JsonConfigComponent/ConfigLicense.js +3 -3
- package/build/JsonConfigComponent/ConfigLicense.js.map +1 -1
- package/build/JsonConfigComponent/ConfigNumber.js +5 -5
- package/build/JsonConfigComponent/ConfigNumber.js.map +1 -1
- package/build/JsonConfigComponent/ConfigOAuth2.js +9 -9
- package/build/JsonConfigComponent/ConfigOAuth2.js.map +1 -1
- package/build/JsonConfigComponent/ConfigPassword.js +4 -4
- package/build/JsonConfigComponent/ConfigPassword.js.map +1 -1
- package/build/JsonConfigComponent/ConfigPattern.js +1 -1
- package/build/JsonConfigComponent/ConfigPattern.js.map +1 -1
- package/build/JsonConfigComponent/ConfigPort.js +7 -7
- package/build/JsonConfigComponent/ConfigPort.js.map +1 -1
- package/build/JsonConfigComponent/ConfigQrCodeSendTo.js +3 -3
- package/build/JsonConfigComponent/ConfigQrCodeSendTo.js.map +1 -1
- package/build/JsonConfigComponent/ConfigSelectSendTo.js +2 -2
- package/build/JsonConfigComponent/ConfigSelectSendTo.js.map +1 -1
- package/build/JsonConfigComponent/ConfigSendto.js +10 -10
- package/build/JsonConfigComponent/ConfigSendto.js.map +1 -1
- package/build/JsonConfigComponent/ConfigSetState.js +2 -2
- package/build/JsonConfigComponent/ConfigSetState.js.map +1 -1
- package/build/JsonConfigComponent/ConfigState.js +1 -1
- package/build/JsonConfigComponent/ConfigState.js.map +1 -1
- package/build/JsonConfigComponent/ConfigStaticImage.js +2 -2
- package/build/JsonConfigComponent/ConfigStaticImage.js.map +1 -1
- package/build/JsonConfigComponent/ConfigStaticInfo.js +1 -1
- package/build/JsonConfigComponent/ConfigStaticInfo.js.map +1 -1
- package/build/JsonConfigComponent/ConfigTable.js +33 -33
- package/build/JsonConfigComponent/ConfigTable.js.map +1 -1
- package/build/JsonConfigComponent/ConfigText.js +3 -3
- package/build/JsonConfigComponent/ConfigText.js.map +1 -1
- package/build/JsonConfigComponent/ConfigTextSendTo.js +2 -2
- package/build/JsonConfigComponent/ConfigTextSendTo.js.map +1 -1
- package/build/JsonConfigComponent/ConfigUUID.js +2 -2
- package/build/JsonConfigComponent/ConfigUUID.js.map +1 -1
- package/build/JsonConfigComponent/ConfigYamlEditor.js +2 -2
- package/build/JsonConfigComponent/ConfigYamlEditor.js.map +1 -1
- package/build/JsonConfigComponent/i18n/de.json +116 -0
- package/build/JsonConfigComponent/i18n/en.json +136 -0
- package/build/JsonConfigComponent/i18n/es.json +116 -0
- package/build/JsonConfigComponent/i18n/fr.json +116 -0
- package/build/JsonConfigComponent/i18n/it.json +116 -0
- package/build/JsonConfigComponent/i18n/nl.json +116 -0
- package/build/JsonConfigComponent/i18n/pl.json +116 -0
- package/build/JsonConfigComponent/i18n/pt.json +116 -0
- package/build/JsonConfigComponent/i18n/ru.json +116 -0
- package/build/JsonConfigComponent/i18n/uk.json +116 -0
- package/build/JsonConfigComponent/i18n/zh-cn.json +116 -0
- package/build/JsonConfigComponent/index.d.ts +1 -0
- package/build/JsonConfigComponent/index.js +28 -0
- package/build/JsonConfigComponent/index.js.map +1 -1
- package/build/JsonConfigComponent/wrapper/Components/CustomModal.js +3 -3
- package/build/JsonConfigComponent/wrapper/Components/CustomModal.js.map +1 -1
- package/package.json +13 -9
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
{
|
|
2
|
+
"jc_Accept license": "Aceptar licencia",
|
|
3
|
+
"jc_Actions": "Comportamiento",
|
|
4
|
+
"jc_Add row": "Añadir fila",
|
|
5
|
+
"jc_All items are filtered out": "Todos los elementos se filtran",
|
|
6
|
+
"jc_Append": "Adjuntar",
|
|
7
|
+
"jc_Append %s entries or replace existing?": "¿Agregar %s entradas o reemplazar las existentes?",
|
|
8
|
+
"jc_Append or replace?": "¿Agregar o reemplazar?",
|
|
9
|
+
"jc_Are you sure?": "¿Estás seguro?",
|
|
10
|
+
"jc_Cancel": "Cancelar",
|
|
11
|
+
"jc_Cannot add items with set filter": "No se pueden agregar elementos con el filtro establecido",
|
|
12
|
+
"jc_Cannot decode license": "No se puede decodificar la licencia",
|
|
13
|
+
"jc_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",
|
|
14
|
+
"jc_Cannot read licenses: %s": "No se pueden leer licencias: %s",
|
|
15
|
+
"jc_Cannot retrieve options, as instance is offline": "No se pueden recuperar las opciones, ya que la instancia está fuera de línea",
|
|
16
|
+
"jc_Cannot upload": "no se puede cargar",
|
|
17
|
+
"jc_Chained certificate": "certificado encadenado",
|
|
18
|
+
"jc_Checked": "Comprobado",
|
|
19
|
+
"jc_Click to see in full size": "Haz clic para ver en tamaño completo.",
|
|
20
|
+
"jc_Click to show": "Haga clic para mostrar",
|
|
21
|
+
"jc_Clone current row": "Clonar fila actual",
|
|
22
|
+
"jc_Close": "Cerca",
|
|
23
|
+
"jc_Commercial": "Comercial",
|
|
24
|
+
"jc_Copied": "Copiado",
|
|
25
|
+
"jc_Copied %s": "Copiado \"%s\"",
|
|
26
|
+
"jc_Copy content": "Copiar contenido",
|
|
27
|
+
"jc_Create": "Crear",
|
|
28
|
+
"jc_Define schedule": "Definir horario",
|
|
29
|
+
"jc_Delete": "Eliminar",
|
|
30
|
+
"jc_Delete current row": "Eliminar fila actual",
|
|
31
|
+
"jc_Discard": "Desechar",
|
|
32
|
+
"jc_Do not use let's encrypt": "No use vamos a cifrar",
|
|
33
|
+
"jc_Docker is not available": "Docker no está disponible",
|
|
34
|
+
"jc_Docker is not installed or not running": "Docker no está instalado o no se está ejecutando",
|
|
35
|
+
"jc_Drop file here": "Suelta el archivo aquí",
|
|
36
|
+
"jc_Enter the code from that page here": "Introduzca el código de esa página aquí",
|
|
37
|
+
"jc_Error": "Error",
|
|
38
|
+
"jc_Expand/Collapse card": "Expandir/Contraer tarjeta",
|
|
39
|
+
"jc_Export configuration section": "Exportar sección de configuración",
|
|
40
|
+
"jc_Export data to %s file": "Exportar datos al archivo %s",
|
|
41
|
+
"jc_Fallback custom certificates": "Certificados personalizados alternativos",
|
|
42
|
+
"jc_File is too big. Max %sk allowed. Try use SVG.": "El archivo es demasiado grande. Máximo de %sk permitido. Intenta usar SVG.",
|
|
43
|
+
"jc_Filter and Data Actions": "Acciones de filtrado y datos",
|
|
44
|
+
"jc_Get %s access": "Obtener %s acceso",
|
|
45
|
+
"jc_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",
|
|
46
|
+
"jc_Import and add configuration section": "Importar y agregar sección de configuración",
|
|
47
|
+
"jc_Import and replace configuration section": "Importar y reemplazar sección de configuración",
|
|
48
|
+
"jc_Import data from %s file": "Importar datos del archivo %s",
|
|
49
|
+
"jc_Import from %s": "Importar desde %s",
|
|
50
|
+
"jc_Instance %s is alive": "Instancia %s está vivo",
|
|
51
|
+
"jc_Instance %s is not alive": "Instancia %s no está vivo",
|
|
52
|
+
"jc_Invalid JSON": "JSON no válido",
|
|
53
|
+
"jc_Invalid JSON file.": "Archivo JSON inválido.",
|
|
54
|
+
"jc_Invalid JSON format. Expected an array.": "Formato JSON inválido. Se esperaba un array.",
|
|
55
|
+
"jc_JSON editor": "editor JSON",
|
|
56
|
+
"jc_Latitude": "Latitud",
|
|
57
|
+
"jc_License %s": "Licencia %s",
|
|
58
|
+
"jc_License agreement": "Acuerdo de licencia",
|
|
59
|
+
"jc_License does not exist": "La licencia no existe",
|
|
60
|
+
"jc_License expired on %s": "La licencia venció el %s",
|
|
61
|
+
"jc_License for other product \"%s\"": "Licencia para otro producto \"%s\"",
|
|
62
|
+
"jc_License must be converted": "La licencia debe convertirse a una versión más reciente. Puedes hacerlo en tu perfil de iobroker.net.",
|
|
63
|
+
"jc_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?",
|
|
64
|
+
"jc_Listen on all IPs": "Escuche en todas las IP",
|
|
65
|
+
"jc_Longitude": "Longitud",
|
|
66
|
+
"jc_Move down": "Mover hacia abajo",
|
|
67
|
+
"jc_Move up": "Ascender",
|
|
68
|
+
"jc_Name": "Nombre",
|
|
69
|
+
"jc_No one license found in license manager": "No se encontró ninguna licencia en el administrador de licencias",
|
|
70
|
+
"jc_No response from admin": "No hay respuesta del administrador",
|
|
71
|
+
"jc_OAuth Client ID": "ID de cliente OAuth",
|
|
72
|
+
"jc_OAuth Client secret": "Secreto de cliente OAuth",
|
|
73
|
+
"jc_Ok": "Okay",
|
|
74
|
+
"jc_Passwords are not equal!": "¡Las contraseñas no son iguales!",
|
|
75
|
+
"jc_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",
|
|
76
|
+
"jc_Please allow popups in your browser for this page!": "¡Permita ventanas emergentes en su navegador para esta página!",
|
|
77
|
+
"jc_Please confirm": "Por favor confirmar",
|
|
78
|
+
"jc_Please create license": "Por favor cree una licencia",
|
|
79
|
+
"jc_Please enter the license": "Por favor ingrese la licencia",
|
|
80
|
+
"jc_Port could be used by %s": "El puerto podría ser utilizado por %s",
|
|
81
|
+
"jc_Port is already used by %s": "El puerto ya está en uso por %s",
|
|
82
|
+
"jc_Press ENTER Key to add new item": "Presione la tecla ENTER para agregar un nuevo elemento",
|
|
83
|
+
"jc_Private certificate": "certificado privado",
|
|
84
|
+
"jc_Product": "Producto",
|
|
85
|
+
"jc_Public certificate": "Certificado público",
|
|
86
|
+
"jc_Renew %s access": "Renovar el acceso a %s",
|
|
87
|
+
"jc_Replace": "Reemplazar",
|
|
88
|
+
"jc_Request timed out": "Tiempo de espera agotado",
|
|
89
|
+
"jc_Save": "Salvar",
|
|
90
|
+
"jc_Serial number (UUID)": "Número de serie (UUID)",
|
|
91
|
+
"jc_Serial number (UUID) \"%s\" in license is for other device.": "El número de serie (UUID) \"%s\" en la licencia es para otro dispositivo.",
|
|
92
|
+
"jc_Show/hide filter input": "Mostrar/ocultar entrada de filtro",
|
|
93
|
+
"jc_Some data are not stored. Discard?": "Algunos datos no se almacenan. ¿Desechar?",
|
|
94
|
+
"jc_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.",
|
|
95
|
+
"jc_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.",
|
|
96
|
+
"jc_Suitable license not found in license manager": "Licencia adecuada no encontrada en el administrador de licencias",
|
|
97
|
+
"jc_System language": "Lenguaje del sistema",
|
|
98
|
+
"jc_Take browser position": "Tomar posición desde el navegador",
|
|
99
|
+
"jc_Take position from system settings": "Tomar posición desde la configuración del sistema",
|
|
100
|
+
"jc_Use all available let's encrypt certificates": "Utilice todos los certificados let's encrypt disponibles",
|
|
101
|
+
"jc_Use system settings for position": "Usar la configuración del sistema para la posición",
|
|
102
|
+
"jc_Used system settings": "Configuraciones del sistema usadas",
|
|
103
|
+
"jc_ValidTill": "Válida hasta",
|
|
104
|
+
"jc_Version": "Versión",
|
|
105
|
+
"jc_YAML editor": "Editor YAML",
|
|
106
|
+
"jc_Yes": "Sí",
|
|
107
|
+
"jc_You can filter entries by entering here some text": "Puede filtrar las entradas ingresando aquí algún texto",
|
|
108
|
+
"jc___different__": "diferente",
|
|
109
|
+
"jc_false": "FALSO",
|
|
110
|
+
"jc_locally": "en la zona",
|
|
111
|
+
"jc_none": "ninguno",
|
|
112
|
+
"jc_repeat": "repetir",
|
|
113
|
+
"jc_true": "VERDADERO",
|
|
114
|
+
"jc_via internet": "vía Internet",
|
|
115
|
+
"sch_all": "todas"
|
|
116
|
+
}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
{
|
|
2
|
+
"jc_Accept license": "Accepter la licence",
|
|
3
|
+
"jc_Actions": "Actes",
|
|
4
|
+
"jc_Add row": "Ajouter une rangée",
|
|
5
|
+
"jc_All items are filtered out": "Tous les éléments sont filtrés",
|
|
6
|
+
"jc_Append": "Ajouter",
|
|
7
|
+
"jc_Append %s entries or replace existing?": "Ajouter %s entrées ou remplacer l'existant ?",
|
|
8
|
+
"jc_Append or replace?": "Ajouter ou remplacer ?",
|
|
9
|
+
"jc_Are you sure?": "Êtes-vous sûr?",
|
|
10
|
+
"jc_Cancel": "Annuler",
|
|
11
|
+
"jc_Cannot add items with set filter": "Impossible d'ajouter des éléments avec le filtre défini",
|
|
12
|
+
"jc_Cannot decode license": "Impossible de décoder la licence",
|
|
13
|
+
"jc_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",
|
|
14
|
+
"jc_Cannot read licenses: %s": "Impossible de lire les licences : %s",
|
|
15
|
+
"jc_Cannot retrieve options, as instance is offline": "Impossible de récupérer les options, car l'instance est hors ligne",
|
|
16
|
+
"jc_Cannot upload": "Impossible de télécharger",
|
|
17
|
+
"jc_Chained certificate": "Certificat chaîné",
|
|
18
|
+
"jc_Checked": "Vérifié",
|
|
19
|
+
"jc_Click to see in full size": "Cliquez pour afficher en taille réelle",
|
|
20
|
+
"jc_Click to show": "Cliquez pour afficher",
|
|
21
|
+
"jc_Clone current row": "Cloner la ligne actuelle",
|
|
22
|
+
"jc_Close": "Fermer",
|
|
23
|
+
"jc_Commercial": "Commercial",
|
|
24
|
+
"jc_Copied": "Copié",
|
|
25
|
+
"jc_Copied %s": "\"%s\" copié",
|
|
26
|
+
"jc_Copy content": "Copier le contenu",
|
|
27
|
+
"jc_Create": "Créer",
|
|
28
|
+
"jc_Define schedule": "Définir le calendrier",
|
|
29
|
+
"jc_Delete": "Supprimer",
|
|
30
|
+
"jc_Delete current row": "Supprimer la ligne actuelle",
|
|
31
|
+
"jc_Discard": "Jeter",
|
|
32
|
+
"jc_Do not use let's encrypt": "Ne pas utiliser let's encrypt",
|
|
33
|
+
"jc_Docker is not available": "Docker n'est pas disponible",
|
|
34
|
+
"jc_Docker is not installed or not running": "Docker n'est pas installé ou n'est pas en cours d'exécution",
|
|
35
|
+
"jc_Drop file here": "Déposer le fichier ici",
|
|
36
|
+
"jc_Enter the code from that page here": "Entrez le code de cette page ici",
|
|
37
|
+
"jc_Error": "Erreur",
|
|
38
|
+
"jc_Expand/Collapse card": "Carte Développer/Réduire",
|
|
39
|
+
"jc_Export configuration section": "Exporter la section de configuration",
|
|
40
|
+
"jc_Export data to %s file": "Exporter les données vers le fichier %s",
|
|
41
|
+
"jc_Fallback custom certificates": "Certificats personnalisés de secours",
|
|
42
|
+
"jc_File is too big. Max %sk allowed. Try use SVG.": "Le fichier est trop volumineux. Max %sk autorisé. Essayez d'utiliser SVG.",
|
|
43
|
+
"jc_Filter and Data Actions": "Actions sur les filtres et les données",
|
|
44
|
+
"jc_Get %s access": "Obtenir l'accès %s",
|
|
45
|
+
"jc_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",
|
|
46
|
+
"jc_Import and add configuration section": "Importer et ajouter la section de configuration",
|
|
47
|
+
"jc_Import and replace configuration section": "Importer et remplacer la section de configuration",
|
|
48
|
+
"jc_Import data from %s file": "Importer des données à partir du fichier %s",
|
|
49
|
+
"jc_Import from %s": "Importer depuis %s",
|
|
50
|
+
"jc_Instance %s is alive": "L'instance %s est active",
|
|
51
|
+
"jc_Instance %s is not alive": "L'instance %s n'est pas active",
|
|
52
|
+
"jc_Invalid JSON": "JSON invalide",
|
|
53
|
+
"jc_Invalid JSON file.": "Fichier JSON invalide.",
|
|
54
|
+
"jc_Invalid JSON format. Expected an array.": "Format JSON invalide. Tableau attendu.",
|
|
55
|
+
"jc_JSON editor": "Éditeur JSON",
|
|
56
|
+
"jc_Latitude": "Latitude",
|
|
57
|
+
"jc_License %s": "Licence %s",
|
|
58
|
+
"jc_License agreement": "Accord de licence",
|
|
59
|
+
"jc_License does not exist": "La licence n'existe pas",
|
|
60
|
+
"jc_License expired on %s": "Licence expirée le %s",
|
|
61
|
+
"jc_License for other product \"%s\"": "Licence pour un autre produit \"%s\"",
|
|
62
|
+
"jc_License must be converted": "La licence doit être convertie en une version plus récente. Vous pouvez le faire dans votre profil iobroker.net.",
|
|
63
|
+
"jc_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 ?",
|
|
64
|
+
"jc_Listen on all IPs": "Écoutez sur toutes les adresses IP",
|
|
65
|
+
"jc_Longitude": "Longitude",
|
|
66
|
+
"jc_Move down": "Descendre",
|
|
67
|
+
"jc_Move up": "Déplacer vers le haut",
|
|
68
|
+
"jc_Name": "Nom",
|
|
69
|
+
"jc_No one license found in license manager": "Aucune licence trouvée dans le gestionnaire de licences",
|
|
70
|
+
"jc_No response from admin": "Aucune réponse de l'administrateur",
|
|
71
|
+
"jc_OAuth Client ID": "ID client OAuth",
|
|
72
|
+
"jc_OAuth Client secret": "Secret client OAuth",
|
|
73
|
+
"jc_Ok": "D'accord",
|
|
74
|
+
"jc_Passwords are not equal!": "Les mots de passe ne sont pas égaux !",
|
|
75
|
+
"jc_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",
|
|
76
|
+
"jc_Please allow popups in your browser for this page!": "Veuillez autoriser les popups dans votre navigateur pour cette page !",
|
|
77
|
+
"jc_Please confirm": "Veuillez confirmer",
|
|
78
|
+
"jc_Please create license": "Veuillez créer une licence",
|
|
79
|
+
"jc_Please enter the license": "Veuillez entrer la licence",
|
|
80
|
+
"jc_Port could be used by %s": "Le port pourrait être utilisé par %s",
|
|
81
|
+
"jc_Port is already used by %s": "Le port est déjà utilisé par %s",
|
|
82
|
+
"jc_Press ENTER Key to add new item": "Appuyez sur la touche ENTRÉE pour ajouter un nouvel élément",
|
|
83
|
+
"jc_Private certificate": "Certificat privé",
|
|
84
|
+
"jc_Product": "Produit",
|
|
85
|
+
"jc_Public certificate": "Certificat public",
|
|
86
|
+
"jc_Renew %s access": "Renouveler l'accès %s",
|
|
87
|
+
"jc_Replace": "Remplacer",
|
|
88
|
+
"jc_Request timed out": "La demande a expiré",
|
|
89
|
+
"jc_Save": "sauver",
|
|
90
|
+
"jc_Serial number (UUID)": "Numéro de série (UUID)",
|
|
91
|
+
"jc_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.",
|
|
92
|
+
"jc_Show/hide filter input": "Afficher/masquer l'entrée de filtre",
|
|
93
|
+
"jc_Some data are not stored. Discard?": "Certaines données ne sont pas stockées. Jeter?",
|
|
94
|
+
"jc_Successfully authorized. Token valid till %s and will be automatically renewed.": "Autorisation réussie. Jeton valide jusqu'au %s et sera automatiquement renouvelé.",
|
|
95
|
+
"jc_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.",
|
|
96
|
+
"jc_Suitable license not found in license manager": "Licence appropriée introuvable dans le gestionnaire de licences",
|
|
97
|
+
"jc_System language": "Langue du système",
|
|
98
|
+
"jc_Take browser position": "Prendre position depuis le navigateur",
|
|
99
|
+
"jc_Take position from system settings": "Prendre position à partir des paramètres système",
|
|
100
|
+
"jc_Use all available let's encrypt certificates": "Utilisez tous les certificats let's encrypt disponibles",
|
|
101
|
+
"jc_Use system settings for position": "Utiliser les paramètres système pour la position",
|
|
102
|
+
"jc_Used system settings": "Paramètres système utilisés",
|
|
103
|
+
"jc_ValidTill": "Valable jusqu'au",
|
|
104
|
+
"jc_Version": "Version",
|
|
105
|
+
"jc_YAML editor": "Éditeur YAML",
|
|
106
|
+
"jc_Yes": "Oui",
|
|
107
|
+
"jc_You can filter entries by entering here some text": "Vous pouvez filtrer les entrées en saisissant ici du texte",
|
|
108
|
+
"jc___different__": "différent",
|
|
109
|
+
"jc_false": "FAUX",
|
|
110
|
+
"jc_locally": "localement",
|
|
111
|
+
"jc_none": "rien",
|
|
112
|
+
"jc_repeat": "répéter",
|
|
113
|
+
"jc_true": "VRAI",
|
|
114
|
+
"jc_via internet": "par Internet",
|
|
115
|
+
"sch_all": "tout"
|
|
116
|
+
}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
{
|
|
2
|
+
"jc_Accept license": "Accetta licenza",
|
|
3
|
+
"jc_Actions": "Azioni",
|
|
4
|
+
"jc_Add row": "Aggiungi riga",
|
|
5
|
+
"jc_All items are filtered out": "Tutti gli elementi vengono filtrati",
|
|
6
|
+
"jc_Append": "Aggiungere",
|
|
7
|
+
"jc_Append %s entries or replace existing?": "Aggiungi %s voci o sostituisci quelle esistenti?",
|
|
8
|
+
"jc_Append or replace?": "Aggiungere o sostituire?",
|
|
9
|
+
"jc_Are you sure?": "Sei sicuro?",
|
|
10
|
+
"jc_Cancel": "Annulla",
|
|
11
|
+
"jc_Cannot add items with set filter": "Impossibile aggiungere elementi con il filtro impostato",
|
|
12
|
+
"jc_Cannot decode license": "Impossibile decodificare la licenza",
|
|
13
|
+
"jc_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",
|
|
14
|
+
"jc_Cannot read licenses: %s": "Impossibile leggere le licenze: %s",
|
|
15
|
+
"jc_Cannot retrieve options, as instance is offline": "Impossibile recuperare le opzioni, poiché l'istanza è offline",
|
|
16
|
+
"jc_Cannot upload": "Impossibile caricare",
|
|
17
|
+
"jc_Chained certificate": "Certificato incatenato",
|
|
18
|
+
"jc_Checked": "Controllato",
|
|
19
|
+
"jc_Click to see in full size": "Clicca per visualizzare l'immagine a dimensioni intere",
|
|
20
|
+
"jc_Click to show": "Clicca per mostrare",
|
|
21
|
+
"jc_Clone current row": "Clona riga corrente",
|
|
22
|
+
"jc_Close": "Vicino",
|
|
23
|
+
"jc_Commercial": "Commerciale",
|
|
24
|
+
"jc_Copied": "Copiato",
|
|
25
|
+
"jc_Copied %s": "\"%s\" copiato",
|
|
26
|
+
"jc_Copy content": "Copia contenuto",
|
|
27
|
+
"jc_Create": "Creare",
|
|
28
|
+
"jc_Define schedule": "Definisci programma",
|
|
29
|
+
"jc_Delete": "Elimina",
|
|
30
|
+
"jc_Delete current row": "Elimina la riga corrente",
|
|
31
|
+
"jc_Discard": "Scartare",
|
|
32
|
+
"jc_Do not use let's encrypt": "Non utilizzare crittografiamo",
|
|
33
|
+
"jc_Docker is not available": "Docker non è disponibile",
|
|
34
|
+
"jc_Docker is not installed or not running": "Docker non è installato o non è in esecuzione",
|
|
35
|
+
"jc_Drop file here": "Trascina il file qui",
|
|
36
|
+
"jc_Enter the code from that page here": "Inserisci qui il codice da quella pagina",
|
|
37
|
+
"jc_Error": "Errore",
|
|
38
|
+
"jc_Expand/Collapse card": "Espandi/Comprimi scheda",
|
|
39
|
+
"jc_Export configuration section": "Sezione di configurazione dell'esportazione",
|
|
40
|
+
"jc_Export data to %s file": "Esporta i dati nel file %s",
|
|
41
|
+
"jc_Fallback custom certificates": "Certificati personalizzati di fallback",
|
|
42
|
+
"jc_File is too big. Max %sk allowed. Try use SVG.": "Il file è troppo grande. Max %sk consentito. Prova a usare SVG.",
|
|
43
|
+
"jc_Filter and Data Actions": "Azioni sui filtri e sui dati",
|
|
44
|
+
"jc_Get %s access": "Ottieni l'accesso %s",
|
|
45
|
+
"jc_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",
|
|
46
|
+
"jc_Import and add configuration section": "Importa e aggiungi la sezione di configurazione",
|
|
47
|
+
"jc_Import and replace configuration section": "Importa e sostituisci la sezione di configurazione",
|
|
48
|
+
"jc_Import data from %s file": "Importa i dati dal file %s",
|
|
49
|
+
"jc_Import from %s": "Importa da %s",
|
|
50
|
+
"jc_Instance %s is alive": "Il %s dell'istanza è vivo",
|
|
51
|
+
"jc_Instance %s is not alive": "Il TESTO dell'istanza non è vivo",
|
|
52
|
+
"jc_Invalid JSON": "JSON non valido",
|
|
53
|
+
"jc_Invalid JSON file.": "File JSON non valido.",
|
|
54
|
+
"jc_Invalid JSON format. Expected an array.": "Formato JSON non valido. È previsto un array.",
|
|
55
|
+
"jc_JSON editor": "Editor JSON",
|
|
56
|
+
"jc_Latitude": "Latitudine",
|
|
57
|
+
"jc_License %s": "Licenza %s",
|
|
58
|
+
"jc_License agreement": "Contratto di licenza",
|
|
59
|
+
"jc_License does not exist": "La licenza non esiste",
|
|
60
|
+
"jc_License expired on %s": "Licenza scaduta il %s",
|
|
61
|
+
"jc_License for other product \"%s\"": "Licenza per altro prodotto \"%s\"",
|
|
62
|
+
"jc_License must be converted": "La licenza deve essere convertita in una versione più recente. Puoi farlo nel tuo profilo iobroker.net.",
|
|
63
|
+
"jc_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?",
|
|
64
|
+
"jc_Listen on all IPs": "Ascolta su tutti gli IP",
|
|
65
|
+
"jc_Longitude": "Longitudine",
|
|
66
|
+
"jc_Move down": "Abbassati",
|
|
67
|
+
"jc_Move up": "Andare avanti",
|
|
68
|
+
"jc_Name": "Nome",
|
|
69
|
+
"jc_No one license found in license manager": "Nessuna licenza trovata nel gestore delle licenze",
|
|
70
|
+
"jc_No response from admin": "Nessuna risposta dall'amministratore",
|
|
71
|
+
"jc_OAuth Client ID": "ID client OAuth",
|
|
72
|
+
"jc_OAuth Client secret": "Segreto del client OAuth",
|
|
73
|
+
"jc_Ok": "Ok",
|
|
74
|
+
"jc_Passwords are not equal!": "Le password non sono uguali!",
|
|
75
|
+
"jc_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",
|
|
76
|
+
"jc_Please allow popups in your browser for this page!": "Si prega di abilitare i popup nel browser per questa pagina!",
|
|
77
|
+
"jc_Please confirm": "Si prega di confermare",
|
|
78
|
+
"jc_Please create license": "Si prega di creare la licenza",
|
|
79
|
+
"jc_Please enter the license": "Inserisci la licenza",
|
|
80
|
+
"jc_Port could be used by %s": "La porta potrebbe essere utilizzata da %s",
|
|
81
|
+
"jc_Port is already used by %s": "La porta è già utilizzata da %s",
|
|
82
|
+
"jc_Press ENTER Key to add new item": "Premere il tasto INVIO per aggiungere un nuovo elemento",
|
|
83
|
+
"jc_Private certificate": "Certificato privato",
|
|
84
|
+
"jc_Product": "Prodotto",
|
|
85
|
+
"jc_Public certificate": "Certificato pubblico",
|
|
86
|
+
"jc_Renew %s access": "Rinnova l'accesso %s",
|
|
87
|
+
"jc_Replace": "Sostituire",
|
|
88
|
+
"jc_Request timed out": "Tempo scaduto per la richiesta",
|
|
89
|
+
"jc_Save": "Salva",
|
|
90
|
+
"jc_Serial number (UUID)": "Numero di serie (UUID)",
|
|
91
|
+
"jc_Serial number (UUID) \"%s\" in license is for other device.": "Il numero di serie (UUID) \"%s\" nella licenza è per un altro dispositivo.",
|
|
92
|
+
"jc_Show/hide filter input": "Mostra/nascondi input filtro",
|
|
93
|
+
"jc_Some data are not stored. Discard?": "Alcuni dati non vengono memorizzati. Scartare?",
|
|
94
|
+
"jc_Successfully authorized. Token valid till %s and will be automatically renewed.": "Autorizzazione completata. Il token è valido fino al %s e verrà rinnovato automaticamente.",
|
|
95
|
+
"jc_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.",
|
|
96
|
+
"jc_Suitable license not found in license manager": "Licenza adatta non trovata nel gestore delle licenze",
|
|
97
|
+
"jc_System language": "Linguaggio di sistema",
|
|
98
|
+
"jc_Take browser position": "Prendi posizione dal browser",
|
|
99
|
+
"jc_Take position from system settings": "Prendi posizione dalle impostazioni di sistema",
|
|
100
|
+
"jc_Use all available let's encrypt certificates": "Usa tutti i certificati Let's Encrypt disponibili",
|
|
101
|
+
"jc_Use system settings for position": "Usa le impostazioni di sistema per la posizione",
|
|
102
|
+
"jc_Used system settings": "Impostazioni di sistema utilizzate",
|
|
103
|
+
"jc_ValidTill": "Valido fino a",
|
|
104
|
+
"jc_Version": "Versione",
|
|
105
|
+
"jc_YAML editor": "Editor YAML",
|
|
106
|
+
"jc_Yes": "SÌ",
|
|
107
|
+
"jc_You can filter entries by entering here some text": "Puoi filtrare le voci inserendo qui del testo",
|
|
108
|
+
"jc___different__": "diverso",
|
|
109
|
+
"jc_false": "FALSO",
|
|
110
|
+
"jc_locally": "localmente",
|
|
111
|
+
"jc_none": "nessuna",
|
|
112
|
+
"jc_repeat": "ripetere",
|
|
113
|
+
"jc_true": "VERO",
|
|
114
|
+
"jc_via internet": "attraverso internet",
|
|
115
|
+
"sch_all": "tutti"
|
|
116
|
+
}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
{
|
|
2
|
+
"jc_Accept license": "Accepteer licentie",
|
|
3
|
+
"jc_Actions": "Acties",
|
|
4
|
+
"jc_Add row": "Voeg een rij toe",
|
|
5
|
+
"jc_All items are filtered out": "Alle items zijn uitgefilterd",
|
|
6
|
+
"jc_Append": "toevoegen",
|
|
7
|
+
"jc_Append %s entries or replace existing?": "%s ingangen toevoegen of bestaande vervangen?",
|
|
8
|
+
"jc_Append or replace?": "Toevoegen of vervangen?",
|
|
9
|
+
"jc_Are you sure?": "Weet je het zeker?",
|
|
10
|
+
"jc_Cancel": "Annuleer",
|
|
11
|
+
"jc_Cannot add items with set filter": "Kan geen items toevoegen met ingestelde filter",
|
|
12
|
+
"jc_Cannot decode license": "Kan licentie niet decoderen",
|
|
13
|
+
"jc_Cannot determine position: System settings are empty and GPS detection is disabled in browser": "Kan positie niet bepalen: systeeminstellingen zijn leeg en GPS-detectie is uitgeschakeld in browser",
|
|
14
|
+
"jc_Cannot read licenses: %s": "Kan licenties niet lezen: %s",
|
|
15
|
+
"jc_Cannot retrieve options, as instance is offline": "Kan opties niet ophalen, omdat instantie offline is",
|
|
16
|
+
"jc_Cannot upload": "Kan niet uploaden",
|
|
17
|
+
"jc_Chained certificate": "Geketend certificaat",
|
|
18
|
+
"jc_Checked": "Gecontroleerd",
|
|
19
|
+
"jc_Click to see in full size": "Klik om de afbeelding op volledige grootte te bekijken.",
|
|
20
|
+
"jc_Click to show": "Klik om te tonen",
|
|
21
|
+
"jc_Clone current row": "Kloon de huidige rij",
|
|
22
|
+
"jc_Close": "Dichtbij",
|
|
23
|
+
"jc_Commercial": "Reclame",
|
|
24
|
+
"jc_Copied": "Gekopieerd",
|
|
25
|
+
"jc_Copied %s": "\"%s\" gekopieerd",
|
|
26
|
+
"jc_Copy content": "Inhoud kopiëren",
|
|
27
|
+
"jc_Create": "Creëer",
|
|
28
|
+
"jc_Define schedule": "Definieer schema",
|
|
29
|
+
"jc_Delete": "Verwijderen",
|
|
30
|
+
"jc_Delete current row": "Huidige rij verwijderen",
|
|
31
|
+
"jc_Discard": "Weggooien",
|
|
32
|
+
"jc_Do not use let's encrypt": "Gebruik geen let's encrypt",
|
|
33
|
+
"jc_Docker is not available": "Docker is niet beschikbaar",
|
|
34
|
+
"jc_Docker is not installed or not running": "Docker is niet geïnstalleerd of draait niet",
|
|
35
|
+
"jc_Drop file here": "Zet het bestand hier neer",
|
|
36
|
+
"jc_Enter the code from that page here": "Voer hier de code van die pagina in",
|
|
37
|
+
"jc_Error": "Fout",
|
|
38
|
+
"jc_Expand/Collapse card": "Kaart uit-/inklappen",
|
|
39
|
+
"jc_Export configuration section": "Sectie Exportconfiguratie",
|
|
40
|
+
"jc_Export data to %s file": "Exporteer gegevens naar %s bestand",
|
|
41
|
+
"jc_Fallback custom certificates": "Fallback aangepaste certificaten",
|
|
42
|
+
"jc_File is too big. Max %sk allowed. Try use SVG.": "Bestand is te groot. Max. %sk toegestaan. Probeer SVG te gebruiken.",
|
|
43
|
+
"jc_Filter and Data Actions": "Filter- en gegevensacties",
|
|
44
|
+
"jc_Get %s access": "Krijg %s toegang",
|
|
45
|
+
"jc_If the button above does not work, you can authorize manually this app by visiting this url": "Als de bovenstaande knop niet werkt, kunt u deze app handmatig autoriseren door deze url te bezoeken",
|
|
46
|
+
"jc_Import and add configuration section": "Configuratiesectie importeren en toevoegen",
|
|
47
|
+
"jc_Import and replace configuration section": "Configuratiesectie importeren en vervangen",
|
|
48
|
+
"jc_Import data from %s file": "Importeer gegevens uit %s bestand",
|
|
49
|
+
"jc_Import from %s": "Importeren uit %s",
|
|
50
|
+
"jc_Instance %s is alive": "Instantie %s leeft",
|
|
51
|
+
"jc_Instance %s is not alive": "Instantie %s is niet actief",
|
|
52
|
+
"jc_Invalid JSON": "Ongeldige JSON",
|
|
53
|
+
"jc_Invalid JSON file.": "Ongeldig JSON-bestand.",
|
|
54
|
+
"jc_Invalid JSON format. Expected an array.": "Ongeldige JSON-indeling. Er werd een array verwacht.",
|
|
55
|
+
"jc_JSON editor": "JSON-editor",
|
|
56
|
+
"jc_Latitude": "Breedtegraad",
|
|
57
|
+
"jc_License %s": "Licentie %s",
|
|
58
|
+
"jc_License agreement": "Licentieovereenkomst",
|
|
59
|
+
"jc_License does not exist": "Licentie bestaat niet",
|
|
60
|
+
"jc_License expired on %s": "Licentie verlopen op %s",
|
|
61
|
+
"jc_License for other product \"%s\"": "Licentie voor ander product \"%s\"",
|
|
62
|
+
"jc_License must be converted": "Licentie moet worden omgezet naar nieuwere versie. U kunt dit doen in uw iobroker.net-profiel.",
|
|
63
|
+
"jc_License not found in license manager. Do you want to read licenses from iobroker.net?": "Licentie niet gevonden in licentiebeheer. Wilt u licenties van iobroker.net bijwerken?",
|
|
64
|
+
"jc_Listen on all IPs": "Luister op alle IP's",
|
|
65
|
+
"jc_Longitude": "Lengtegraad",
|
|
66
|
+
"jc_Move down": "Naar beneden verplaatsen",
|
|
67
|
+
"jc_Move up": "Omhoog gaan",
|
|
68
|
+
"jc_Name": "Naam",
|
|
69
|
+
"jc_No one license found in license manager": "Geen enkele licentie gevonden in licentiebeheer",
|
|
70
|
+
"jc_No response from admin": "Geen reactie van de beheerder",
|
|
71
|
+
"jc_OAuth Client ID": "OAuth-client-ID",
|
|
72
|
+
"jc_OAuth Client secret": "OAuth-clientgeheim",
|
|
73
|
+
"jc_Ok": "OK",
|
|
74
|
+
"jc_Passwords are not equal!": "Wachtwoorden zijn niet gelijk!",
|
|
75
|
+
"jc_Place your files here or click here to open the browse dialog": "Plaats uw bestanden hier of klik hier om het bladervenster te openen",
|
|
76
|
+
"jc_Please allow popups in your browser for this page!": "Sta pop-ups toe in uw browser voor deze pagina!",
|
|
77
|
+
"jc_Please confirm": "Bevestig alstublieft",
|
|
78
|
+
"jc_Please create license": "Maak een licentie aan",
|
|
79
|
+
"jc_Please enter the license": "Voer de licentie in",
|
|
80
|
+
"jc_Port could be used by %s": "Poort kan worden gebruikt door %s",
|
|
81
|
+
"jc_Port is already used by %s": "Poort wordt al gebruikt door %s",
|
|
82
|
+
"jc_Press ENTER Key to add new item": "Druk op de ENTER-toets om een nieuw item toe te voegen",
|
|
83
|
+
"jc_Private certificate": "Privé certificaat",
|
|
84
|
+
"jc_Product": "Product",
|
|
85
|
+
"jc_Public certificate": "Openbaar certificaat",
|
|
86
|
+
"jc_Renew %s access": "%s toegang verlengen",
|
|
87
|
+
"jc_Replace": "Vervangen",
|
|
88
|
+
"jc_Request timed out": "Verzoek verlopen",
|
|
89
|
+
"jc_Save": "Sparen",
|
|
90
|
+
"jc_Serial number (UUID)": "Serienummer (UUID)",
|
|
91
|
+
"jc_Serial number (UUID) \"%s\" in license is for other device.": "Serienummer (UUID) \"%s\" in licentie is voor ander apparaat.",
|
|
92
|
+
"jc_Show/hide filter input": "Filterinvoer weergeven/verbergen",
|
|
93
|
+
"jc_Some data are not stored. Discard?": "Sommige gegevens worden niet opgeslagen. Weggooien?",
|
|
94
|
+
"jc_Successfully authorized. Token valid till %s and will be automatically renewed.": "Succesvol geautoriseerd. Token geldig tot %s en wordt automatisch verlengd.",
|
|
95
|
+
"jc_Successfully authorized. Token valid till %s but it can expire as the instance is not running.": "Succesvol geautoriseerd. Token geldig tot %s, maar kan verlopen omdat de instantie niet actief is.",
|
|
96
|
+
"jc_Suitable license not found in license manager": "Geschikte licentie niet gevonden in licentiebeheer",
|
|
97
|
+
"jc_System language": "Systeemtaal",
|
|
98
|
+
"jc_Take browser position": "Positie innemen vanuit de browser",
|
|
99
|
+
"jc_Take position from system settings": "Neem positie over van systeeminstellingen",
|
|
100
|
+
"jc_Use all available let's encrypt certificates": "Gebruik alle beschikbare Let's Encrypt-certificaten",
|
|
101
|
+
"jc_Use system settings for position": "Gebruik systeeminstellingen voor positie",
|
|
102
|
+
"jc_Used system settings": "Gebruikte systeeminstellingen",
|
|
103
|
+
"jc_ValidTill": "Geldig tot",
|
|
104
|
+
"jc_Version": "Versie",
|
|
105
|
+
"jc_YAML editor": "YAML-editor",
|
|
106
|
+
"jc_Yes": "Ja",
|
|
107
|
+
"jc_You can filter entries by entering here some text": "U kunt items filteren door hier wat tekst in te voeren",
|
|
108
|
+
"jc___different__": "verschillend",
|
|
109
|
+
"jc_false": "ONWAAR",
|
|
110
|
+
"jc_locally": "plaatselijk",
|
|
111
|
+
"jc_none": "geen",
|
|
112
|
+
"jc_repeat": "herhalen",
|
|
113
|
+
"jc_true": "WAAR",
|
|
114
|
+
"jc_via internet": "via internet",
|
|
115
|
+
"sch_all": "allemaal"
|
|
116
|
+
}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
{
|
|
2
|
+
"jc_Accept license": "Zaakceptuj licencję",
|
|
3
|
+
"jc_Actions": "Akcje",
|
|
4
|
+
"jc_Add row": "Dodaj wiersz",
|
|
5
|
+
"jc_All items are filtered out": "Wszystkie pozycje są odfiltrowane",
|
|
6
|
+
"jc_Append": "Dodać",
|
|
7
|
+
"jc_Append %s entries or replace existing?": "Dołączyć wpisy %s czy zastąpić istniejące?",
|
|
8
|
+
"jc_Append or replace?": "Dołączyć czy zastąpić?",
|
|
9
|
+
"jc_Are you sure?": "Jesteś pewny?",
|
|
10
|
+
"jc_Cancel": "Anuluj",
|
|
11
|
+
"jc_Cannot add items with set filter": "Nie można dodać elementów z ustawionym filtrem",
|
|
12
|
+
"jc_Cannot decode license": "Nie można zdekodować licencji",
|
|
13
|
+
"jc_Cannot determine position: System settings are empty and GPS detection is disabled in browser": "Nie można określić pozycji: ustawienia systemu są puste, a wykrywanie GPS jest wyłączone w przeglądarce",
|
|
14
|
+
"jc_Cannot read licenses: %s": "Nie można odczytać licencji: %s",
|
|
15
|
+
"jc_Cannot retrieve options, as instance is offline": "Nie można pobrać opcji, ponieważ instancja jest w trybie offline",
|
|
16
|
+
"jc_Cannot upload": "Nie można przesłać",
|
|
17
|
+
"jc_Chained certificate": "Certyfikat łańcuchowy",
|
|
18
|
+
"jc_Checked": "Sprawdzony",
|
|
19
|
+
"jc_Click to see in full size": "Kliknij, aby zobaczyć w pełnym rozmiarze",
|
|
20
|
+
"jc_Click to show": "Kliknij, aby pokazać",
|
|
21
|
+
"jc_Clone current row": "Sklonuj bieżący wiersz",
|
|
22
|
+
"jc_Close": "Blisko",
|
|
23
|
+
"jc_Commercial": "Handlowy",
|
|
24
|
+
"jc_Copied": "Skopiowano",
|
|
25
|
+
"jc_Copied %s": "Skopiowano \"%s\"",
|
|
26
|
+
"jc_Copy content": "Kopiuj zawartość",
|
|
27
|
+
"jc_Create": "Stwórz",
|
|
28
|
+
"jc_Define schedule": "Zdefiniuj harmonogram",
|
|
29
|
+
"jc_Delete": "Usunąć",
|
|
30
|
+
"jc_Delete current row": "Usuń bieżący wiersz",
|
|
31
|
+
"jc_Discard": "Wyrzucać",
|
|
32
|
+
"jc_Do not use let's encrypt": "Nie używaj zaszyfrujmy",
|
|
33
|
+
"jc_Docker is not available": "Docker nie jest dostępny",
|
|
34
|
+
"jc_Docker is not installed or not running": "Docker nie jest zainstalowany lub nie działa",
|
|
35
|
+
"jc_Drop file here": "Upuść plik tutaj",
|
|
36
|
+
"jc_Enter the code from that page here": "Wpisz kod z tej strony tutaj",
|
|
37
|
+
"jc_Error": "Błąd",
|
|
38
|
+
"jc_Expand/Collapse card": "Rozwiń/Zwiń kartę",
|
|
39
|
+
"jc_Export configuration section": "Sekcja konfiguracji eksportu",
|
|
40
|
+
"jc_Export data to %s file": "Eksportuj dane do pliku %s",
|
|
41
|
+
"jc_Fallback custom certificates": "Niestandardowe certyfikaty zastępcze",
|
|
42
|
+
"jc_File is too big. Max %sk allowed. Try use SVG.": "Plik jest za duży. Maksymalna dozwolona liczba %sk. Spróbuj użyć SVG.",
|
|
43
|
+
"jc_Filter and Data Actions": "Akcje filtrów i danych",
|
|
44
|
+
"jc_Get %s access": "Uzyskaj dostęp %s",
|
|
45
|
+
"jc_If the button above does not work, you can authorize manually this app by visiting this url": "Jeśli przycisk powyżej nie działa, możesz autoryzować tę aplikację ręcznie, odwiedzając ten adres URL",
|
|
46
|
+
"jc_Import and add configuration section": "Importuj i dodaj sekcję konfiguracji",
|
|
47
|
+
"jc_Import and replace configuration section": "Importuj i zastąp sekcję konfiguracji",
|
|
48
|
+
"jc_Import data from %s file": "Importuj dane z pliku %s",
|
|
49
|
+
"jc_Import from %s": "Importuj z %s",
|
|
50
|
+
"jc_Instance %s is alive": "Instancja %s jest aktywna",
|
|
51
|
+
"jc_Instance %s is not alive": "Instancja TEKST nie jest aktywna",
|
|
52
|
+
"jc_Invalid JSON": "Nieprawidłowy JSON",
|
|
53
|
+
"jc_Invalid JSON file.": "Nieprawidłowy plik JSON.",
|
|
54
|
+
"jc_Invalid JSON format. Expected an array.": "Nieprawidłowy format JSON. Oczekiwano tablicy.",
|
|
55
|
+
"jc_JSON editor": "Edytor JSON",
|
|
56
|
+
"jc_Latitude": "Szerokość",
|
|
57
|
+
"jc_License %s": "Licencja %s",
|
|
58
|
+
"jc_License agreement": "Umowa licencyjna",
|
|
59
|
+
"jc_License does not exist": "Licencja nie istnieje",
|
|
60
|
+
"jc_License expired on %s": "Licencja wygasła w dniu %s",
|
|
61
|
+
"jc_License for other product \"%s\"": "Licencja na inny produkt „%s”",
|
|
62
|
+
"jc_License must be converted": "Licencja musi zostać przekonwertowana na nowszą wersję. Możesz to zrobić w swoim profilu iobroker.net.",
|
|
63
|
+
"jc_License not found in license manager. Do you want to read licenses from iobroker.net?": "Nie znaleziono licencji w menedżerze licencji. Chcesz zaktualizować licencje z iobroker.net?",
|
|
64
|
+
"jc_Listen on all IPs": "Słuchaj na wszystkich adresach IP",
|
|
65
|
+
"jc_Longitude": "Długość geograficzna",
|
|
66
|
+
"jc_Move down": "Padnij",
|
|
67
|
+
"jc_Move up": "Podnieść",
|
|
68
|
+
"jc_Name": "Nazwa",
|
|
69
|
+
"jc_No one license found in license manager": "Nie znaleziono licencji w menedżerze licencji",
|
|
70
|
+
"jc_No response from admin": "Brak odpowiedzi od administratora",
|
|
71
|
+
"jc_OAuth Client ID": "Identyfikator klienta OAuth",
|
|
72
|
+
"jc_OAuth Client secret": "Tajny klucz klienta OAuth",
|
|
73
|
+
"jc_Ok": "Dobrze",
|
|
74
|
+
"jc_Passwords are not equal!": "Hasła nie są równe!",
|
|
75
|
+
"jc_Place your files here or click here to open the browse dialog": "Umieść swoje pliki tutaj lub kliknij tutaj, aby otworzyć okno dialogowe przeglądania",
|
|
76
|
+
"jc_Please allow popups in your browser for this page!": "Proszę zezwolić na wyświetlanie wyskakujących okienek w przeglądarce dla tej strony!",
|
|
77
|
+
"jc_Please confirm": "Proszę potwierdzić",
|
|
78
|
+
"jc_Please create license": "Utwórz licencję",
|
|
79
|
+
"jc_Please enter the license": "Proszę wprowadzić licencję",
|
|
80
|
+
"jc_Port could be used by %s": "Port może być używany przez %s",
|
|
81
|
+
"jc_Port is already used by %s": "Port jest już używany przez %s",
|
|
82
|
+
"jc_Press ENTER Key to add new item": "Naciśnij klawisz ENTER, aby dodać nowy element",
|
|
83
|
+
"jc_Private certificate": "Prywatny certyfikat",
|
|
84
|
+
"jc_Product": "Produkt",
|
|
85
|
+
"jc_Public certificate": "Certyfikat publiczny",
|
|
86
|
+
"jc_Renew %s access": "Odnów dostęp %s",
|
|
87
|
+
"jc_Replace": "Zastępować",
|
|
88
|
+
"jc_Request timed out": "Upłynął limit czasu żądania",
|
|
89
|
+
"jc_Save": "Zapisać",
|
|
90
|
+
"jc_Serial number (UUID)": "Numer seryjny (UUID)",
|
|
91
|
+
"jc_Serial number (UUID) \"%s\" in license is for other device.": "Numer seryjny (UUID) „%s” w licencji dotyczy innego urządzenia.",
|
|
92
|
+
"jc_Show/hide filter input": "Pokaż/ukryj wejście filtra",
|
|
93
|
+
"jc_Some data are not stored. Discard?": "Niektóre dane nie są przechowywane. Wyrzucać?",
|
|
94
|
+
"jc_Successfully authorized. Token valid till %s and will be automatically renewed.": "Pomyślnie autoryzowano. Token ważny do %s i zostanie automatycznie odnowiony.",
|
|
95
|
+
"jc_Successfully authorized. Token valid till %s but it can expire as the instance is not running.": "Pomyślnie autoryzowano. Token ważny do %s, ale może wygasnąć, ponieważ instancja nie jest uruchomiona.",
|
|
96
|
+
"jc_Suitable license not found in license manager": "Nie znaleziono odpowiedniej licencji w menedżerze licencji",
|
|
97
|
+
"jc_System language": "Język systemu",
|
|
98
|
+
"jc_Take browser position": "Zajmij pozycję z przeglądarki",
|
|
99
|
+
"jc_Take position from system settings": "Zajmij pozycję z ustawień systemowych",
|
|
100
|
+
"jc_Use all available let's encrypt certificates": "Użyj wszystkich dostępnych certyfikatów Let's Encrypt",
|
|
101
|
+
"jc_Use system settings for position": "Użyj ustawień systemowych dla pozycji",
|
|
102
|
+
"jc_Used system settings": "Używane ustawienia systemowe",
|
|
103
|
+
"jc_ValidTill": "Obowiązuje do",
|
|
104
|
+
"jc_Version": "Wersja",
|
|
105
|
+
"jc_YAML editor": "Edytor YAML",
|
|
106
|
+
"jc_Yes": "Tak",
|
|
107
|
+
"jc_You can filter entries by entering here some text": "Możesz filtrować wpisy, wpisując tutaj jakiś tekst",
|
|
108
|
+
"jc___different__": "różne",
|
|
109
|
+
"jc_false": "FAŁSZ",
|
|
110
|
+
"jc_locally": "lokalnie",
|
|
111
|
+
"jc_none": "Żaden",
|
|
112
|
+
"jc_repeat": "powtarzać",
|
|
113
|
+
"jc_true": "PRAWDA",
|
|
114
|
+
"jc_via internet": "przez internet",
|
|
115
|
+
"sch_all": "wszystko"
|
|
116
|
+
}
|