New Crowdin updates (#3109)

* New translations automation.properties (Italian)
* New translations restauth.properties (German)
* New translations restauth.properties (Italian)
* New translations addons.properties (Italian)
* New translations restauth.properties (Danish)
* New translations restauth.properties (Finnish)
* New translations restauth.properties (Hungarian)
* New translations restauth.properties (Polish)
pull/3116/head
openhab-bot 2022-10-15 09:27:02 +02:00 committed by GitHub
parent 389979c9da
commit 07be655b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 426 additions and 1 deletions

View File

@ -0,0 +1,405 @@
# core.ChannelEventTrigger
module-type.core.ChannelEventTrigger.label = attivazione di un innesco di canale
module-type.core.ChannelEventTrigger.description = Reazione ad un evento di un innesco del canale di un oggetto.
module-type.core.ChannelEventTrigger.config.channelUID.label = Canale
module-type.core.ChannelEventTrigger.config.channelUID.description = L'id del canale che deve essere osservato per l'innesco.
module-type.core.ChannelEventTrigger.config.event.label = Evento
module-type.core.ChannelEventTrigger.config.event.description = L'evento sul canale a cui reagire
module-type.core.ChannelEventTrigger.output.event.label = Evento
module-type.core.ChannelEventTrigger.output.event.description = L'evento dell'innesco del canale
# core.GenericCompareCondition
module-type.core.GenericCompareCondition.label = Condizione per la comparazione
module-type.core.GenericCompareCondition.description = Configurazione della condizione per la comparazione
module-type.core.GenericCompareCondition.config.inputproperty.label = Proprietà ingresso
module-type.core.GenericCompareCondition.config.inputproperty.description = Proprietà del tipo di ingresso da confrontare
module-type.core.GenericCompareCondition.config.right.label = Confrontare con
module-type.core.GenericCompareCondition.config.right.description = Il valore da confrontare con l'ingresso
module-type.core.GenericCompareCondition.config.operator.label = Operatore
module-type.core.GenericCompareCondition.config.operator.description = L'operatore di confronto, consentito sono <,>,\=,\!\=,>\=,<\=
module-type.core.GenericCompareCondition.input.input.label = L'ingresso che verrà confrontato
module-type.core.GenericCompareCondition.input.input.description = L'ingresso che verrà confrontato.
# core.GenericEventCondition
module-type.core.GenericEventCondition.label = Condizione evento
module-type.core.GenericEventCondition.description = Condizione per gli eventi
module-type.core.GenericEventCondition.config.topic.description = Argomento che dovrebbe corrispondere
module-type.core.GenericEventCondition.config.eventType.description = L'argomento che dovrebbe corrispondere
module-type.core.GenericEventCondition.config.source.description = Sorgente che dovrebbe corrispondere
module-type.core.GenericEventCondition.config.payload.description = Carico utile che dovrebbe corrispondere
module-type.core.GenericEventCondition.input.event.label = Evento
module-type.core.GenericEventCondition.input.event.description = Gli eventi che sono stati inviati.
# core.GenericEventTrigger
module-type.core.GenericEventTrigger.label = Innesco dell'evento base
module-type.core.GenericEventTrigger.description = Regole di innesco degli eventi
module-type.core.GenericEventTrigger.config.eventTopic.label = Argomento
module-type.core.GenericEventTrigger.config.eventTopic.description = Questo è l'argomento, l'innesco intercetterà\: >>openhab/*<<
module-type.core.GenericEventTrigger.config.eventSource.label = Sorgente
module-type.core.GenericEventTrigger.config.eventSource.description = Questa è la sorgente dell'evento (es. nome elemento)
module-type.core.GenericEventTrigger.config.eventTypes.label = Tipo evento
module-type.core.GenericEventTrigger.config.eventTypes.description = Il tipo di evento che l'innesco dovrebbe intercettare. Possono essere specificati più tipi separati da virgola
module-type.core.GenericEventTrigger.output.event.label = Evento
module-type.core.GenericEventTrigger.output.event.description = Gli eventi che sono stati inviati.
# core.GroupCommandTrigger
module-type.core.GroupCommandTrigger.label = un membro di un gruppo di elementi riceve un comando
module-type.core.GroupCommandTrigger.description = Questo innesca la regola se un membro di un gruppo di elementi riceve un comando.
module-type.core.GroupCommandTrigger.config.groupName.label = Gruppo
module-type.core.GroupCommandTrigger.config.groupName.description = Il nome del gruppo di elementi
module-type.core.GroupCommandTrigger.config.command.label = Comando
module-type.core.GroupCommandTrigger.config.command.description = il comando ricevuto
module-type.core.GroupCommandTrigger.config.command.option.ON = ON
module-type.core.GroupCommandTrigger.config.command.option.OFF = OFF
module-type.core.GroupCommandTrigger.config.command.option.OPEN = APERTO
module-type.core.GroupCommandTrigger.config.command.option.CLOSED = CHIUSO
module-type.core.GroupCommandTrigger.config.command.option.UP = SU
module-type.core.GroupCommandTrigger.config.command.option.DOWN = GIÙ
module-type.core.GroupCommandTrigger.output.triggeringItem.label = Elemento innescante
module-type.core.GroupCommandTrigger.output.triggeringItem.description = Il membro del gruppo che ha ricevuto il comando
module-type.core.GroupCommandTrigger.output.command.label = Comando
module-type.core.GroupCommandTrigger.output.command.description = Il comando ricevuto
module-type.core.GroupCommandTrigger.output.event.label = Evento
module-type.core.GroupCommandTrigger.output.event.description = L'evento che è stato inviato.
# core.GroupStateChangeTrigger
module-type.core.GroupStateChangeTrigger.label = Cambiamenti dello stato di un membro di un gruppo
module-type.core.GroupStateChangeTrigger.description = Questo innesca la regola se lo stato di un membro di un gruppo di elementi è cambiato.
module-type.core.GroupStateChangeTrigger.config.groupName.label = Gruppo
module-type.core.GroupStateChangeTrigger.config.groupName.description = il nome del gruppo di elementi
module-type.core.GroupStateChangeTrigger.config.previousState.label = Stato precedente
module-type.core.GroupStateChangeTrigger.config.previousState.description = Lo stato precedente richiesto per l'elemento
module-type.core.GroupStateChangeTrigger.config.previousState.option.ON = ON
module-type.core.GroupStateChangeTrigger.config.previousState.option.OFF = OFF
module-type.core.GroupStateChangeTrigger.config.previousState.option.OPEN = APERTO
module-type.core.GroupStateChangeTrigger.config.previousState.option.CLOSED = CHIUSO
module-type.core.GroupStateChangeTrigger.config.previousState.option.UP = SU
module-type.core.GroupStateChangeTrigger.config.previousState.option.DOWN = GIÙ
module-type.core.GroupStateChangeTrigger.config.state.label = Stato
module-type.core.GroupStateChangeTrigger.config.state.description = lo stato dell'elemento
module-type.core.GroupStateChangeTrigger.config.state.option.ON = ON
module-type.core.GroupStateChangeTrigger.config.state.option.OFF = OFF
module-type.core.GroupStateChangeTrigger.config.state.option.OPEN = APERTO
module-type.core.GroupStateChangeTrigger.config.state.option.CLOSED = CHIUSO
module-type.core.GroupStateChangeTrigger.config.state.option.UP = SU
module-type.core.GroupStateChangeTrigger.config.state.option.DOWN = GIÙ
module-type.core.GroupStateChangeTrigger.output.triggeringItem.label = Elemento innescante
module-type.core.GroupStateChangeTrigger.output.triggeringItem.description = L'elemento del gruppo che ha cambiato stato
module-type.core.GroupStateChangeTrigger.output.newState.label = Nuovo stato
module-type.core.GroupStateChangeTrigger.output.newState.description = Lo stato del nuovo elemento
module-type.core.GroupStateChangeTrigger.output.oldState.label = Vecchio stato
module-type.core.GroupStateChangeTrigger.output.oldState.description = Lo stato del vecchio elemento
module-type.core.GroupStateChangeTrigger.output.event.label = Evento
module-type.core.GroupStateChangeTrigger.output.event.description = L'evento che è stato inviato.
# core.GroupStateUpdateTrigger
module-type.core.GroupStateUpdateTrigger.label = Lo stato di un membro di un gruppo di elementi è aggiornato
module-type.core.GroupStateUpdateTrigger.description = Questo innesca la regola se lo stato di un membro di un gruppo di elementi viene aggiornato (anche se non cambia).
module-type.core.GroupStateUpdateTrigger.config.groupName.label = Gruppo
module-type.core.GroupStateUpdateTrigger.config.groupName.description = Il nome del gruppo di elementi
module-type.core.GroupStateUpdateTrigger.config.state.label = Stato
module-type.core.GroupStateUpdateTrigger.config.state.description = Lo stato di un elemento
module-type.core.GroupStateUpdateTrigger.config.state.option.ON = ON
module-type.core.GroupStateUpdateTrigger.config.state.option.OFF = OFF
module-type.core.GroupStateUpdateTrigger.config.state.option.OPEN = APERTO
module-type.core.GroupStateUpdateTrigger.config.state.option.CLOSED = CHIUSO
module-type.core.GroupStateUpdateTrigger.config.state.option.UP = SU
module-type.core.GroupStateUpdateTrigger.config.state.option.DOWN = GIÙ
module-type.core.GroupStateUpdateTrigger.output.triggeringItem.label = Elemento innescante
module-type.core.GroupStateUpdateTrigger.output.triggeringItem.description = Il membro del gruppo che ha aggiornato il suo stato
module-type.core.GroupStateUpdateTrigger.output.state.label = Stato
module-type.core.GroupStateUpdateTrigger.output.state.description = Lo stato dell'elemento
module-type.core.GroupStateUpdateTrigger.output.event.label = Evento
module-type.core.GroupStateUpdateTrigger.output.event.description = L'evento che è stato inviato.
# core.ItemCommandAction
module-type.core.ItemCommandAction.label = Invia un comando
module-type.core.ItemCommandAction.description = Invia un comando a uno specifico elemento.
module-type.core.ItemCommandAction.config.itemName.label = Elemento
module-type.core.ItemCommandAction.config.itemName.description = Il nome dell'elemento
module-type.core.ItemCommandAction.config.command.label = Comando
module-type.core.ItemCommandAction.config.command.description = il comando da inviare (sovrascrive un valore potenziale d'ingresso)
module-type.core.ItemCommandAction.config.command.option.ON = ON
module-type.core.ItemCommandAction.config.command.option.OFF = OFF
module-type.core.ItemCommandAction.config.command.option.OPEN = APERTO
module-type.core.ItemCommandAction.config.command.option.CLOSED = CHIUSO
module-type.core.ItemCommandAction.config.command.option.UP = SU
module-type.core.ItemCommandAction.config.command.option.DOWN = GIÙ
module-type.core.ItemCommandAction.input.command.label = Comando
module-type.core.ItemCommandAction.input.command.description = comando che verrà inviato all'elemento.
# core.ItemCommandTrigger
module-type.core.ItemCommandTrigger.label = un elemento riceve un comando
module-type.core.ItemCommandTrigger.description = Questo innesca la regola se un elemento riceve un comando.
module-type.core.ItemCommandTrigger.config.itemName.label = Elemento
module-type.core.ItemCommandTrigger.config.itemName.description = Il nome dell'elemento
module-type.core.ItemCommandTrigger.config.command.label = Comando
module-type.core.ItemCommandTrigger.config.command.description = Il comando ricevuto
module-type.core.ItemCommandTrigger.config.command.option.ON = ON
module-type.core.ItemCommandTrigger.config.command.option.OFF = OFF
module-type.core.ItemCommandTrigger.config.command.option.OPEN = APERTO
module-type.core.ItemCommandTrigger.config.command.option.CLOSED = CHIUSO
module-type.core.ItemCommandTrigger.config.command.option.UP = SU
module-type.core.ItemCommandTrigger.config.command.option.DOWN = GIÙ
module-type.core.ItemCommandTrigger.output.command.label = Comando
module-type.core.ItemCommandTrigger.output.command.description = Il comando ricevuto
module-type.core.ItemCommandTrigger.output.event.label = Evento
module-type.core.ItemCommandTrigger.output.event.description = L'evento che è stato inviato.
# core.ItemStateChangeTrigger
module-type.core.ItemStateChangeTrigger.label = è cambiato lo stato di un elemento
module-type.core.ItemStateChangeTrigger.description = Questo innesca la regola se cambia lo stato di un elemento.
module-type.core.ItemStateChangeTrigger.config.itemName.label = Elemento
module-type.core.ItemStateChangeTrigger.config.itemName.description = Il nome dell'elemento
module-type.core.ItemStateChangeTrigger.config.previousState.label = Stato precedente
module-type.core.ItemStateChangeTrigger.config.previousState.description = Lo stato precedente richiesto per l'elemento
module-type.core.ItemStateChangeTrigger.config.previousState.option.ON = ON
module-type.core.ItemStateChangeTrigger.config.previousState.option.OFF = OFF
module-type.core.ItemStateChangeTrigger.config.previousState.option.OPEN = APERTO
module-type.core.ItemStateChangeTrigger.config.previousState.option.CLOSED = CHIUSO
module-type.core.ItemStateChangeTrigger.config.previousState.option.UP = SU
module-type.core.ItemStateChangeTrigger.config.previousState.option.DOWN = GIÙ
module-type.core.ItemStateChangeTrigger.config.state.label = Stato
module-type.core.ItemStateChangeTrigger.config.state.description = Lo stato dell'elemento
module-type.core.ItemStateChangeTrigger.config.state.option.ON = ON
module-type.core.ItemStateChangeTrigger.config.state.option.OFF = OFF
module-type.core.ItemStateChangeTrigger.config.state.option.OPEN = APERTO
module-type.core.ItemStateChangeTrigger.config.state.option.CLOSED = CHIUSO
module-type.core.ItemStateChangeTrigger.config.state.option.UP = SU
module-type.core.ItemStateChangeTrigger.config.state.option.DOWN = GIÙ
module-type.core.ItemStateChangeTrigger.output.newState.label = Nuovo stato
module-type.core.ItemStateChangeTrigger.output.newState.description = Il nuovo stato dell'elemento
module-type.core.ItemStateChangeTrigger.output.oldState.label = Vecchio stato
module-type.core.ItemStateChangeTrigger.output.oldState.description = Il vecchio stato dell'elemento
module-type.core.ItemStateChangeTrigger.output.event.label = Evento
module-type.core.ItemStateChangeTrigger.output.event.description = L'evento che è stato inviato.
# core.ItemStateCondition
module-type.core.ItemStateCondition.label = un elemento ha un dato stato
module-type.core.ItemStateCondition.description = Confronta lo stato dell'elemento con il valore dato
module-type.core.ItemStateCondition.config.itemName.label = Elemento
module-type.core.ItemStateCondition.config.itemName.description = Il nome dell'elemento
module-type.core.ItemStateCondition.config.operator.label = Operatore
module-type.core.ItemStateCondition.config.operator.description = l'operatore di confronto (uno di \=,<,>,\!\=,>\=,<\=)
module-type.core.ItemStateCondition.config.operator.option.\= = \=
module-type.core.ItemStateCondition.config.operator.option.\!\= = \!\=
module-type.core.ItemStateCondition.config.operator.option.> = >
module-type.core.ItemStateCondition.config.operator.option.>\= = >\=
module-type.core.ItemStateCondition.config.operator.option.< = <
module-type.core.ItemStateCondition.config.operator.option.<\= = <\=
module-type.core.ItemStateCondition.config.state.label = Stato
module-type.core.ItemStateCondition.config.state.description = lo stato da confrontare con
module-type.core.ItemStateCondition.config.state.option.ON = ON
module-type.core.ItemStateCondition.config.state.option.OFF = OFF
module-type.core.ItemStateCondition.config.state.option.OPEN = APERTO
module-type.core.ItemStateCondition.config.state.option.CLOSED = CHIUSO
module-type.core.ItemStateCondition.config.state.option.UP = SU
module-type.core.ItemStateCondition.config.state.option.DOWN = GIÙ
# core.ItemStateUpdateAction
module-type.core.ItemStateUpdateAction.label = aggiornare lo stato di un elemento
module-type.core.ItemStateUpdateAction.description = Aggiorna lo stato di uno specifico elemento.
module-type.core.ItemStateUpdateAction.config.itemName.label = Elemento
module-type.core.ItemStateUpdateAction.config.itemName.description = Il nome dell'elemento
module-type.core.ItemStateUpdateAction.config.state.label = Stato
module-type.core.ItemStateUpdateAction.config.state.description = Lo stato a cui aggiornare l'elemento (sovrascrive un valore potenziale d'ingresso)
module-type.core.ItemStateUpdateAction.config.state.option.ON = ON
module-type.core.ItemStateUpdateAction.config.state.option.OFF = OFF
module-type.core.ItemStateUpdateAction.config.state.option.OPEN = APERTO
module-type.core.ItemStateUpdateAction.config.state.option.CLOSED = CHIUSO
module-type.core.ItemStateUpdateAction.config.state.option.UP = SU
module-type.core.ItemStateUpdateAction.config.state.option.DOWN = GIÙ
module-type.core.ItemStateUpdateAction.input.state.label = Stato
module-type.core.ItemStateUpdateAction.input.state.description = Stato che verrà importato per l'elemento
# core.ItemStateUpdateTrigger
module-type.core.ItemStateUpdateTrigger.label = stato di un elemento aggiornato
module-type.core.ItemStateUpdateTrigger.description = Questo innesca la regola se lo stato di un elemento viene aggiornato (anche se non cambia).
module-type.core.ItemStateUpdateTrigger.config.itemName.label = Elemento
module-type.core.ItemStateUpdateTrigger.config.itemName.description = Il nome dell'elemento
module-type.core.ItemStateUpdateTrigger.config.state.label = Stato
module-type.core.ItemStateUpdateTrigger.config.state.description = Lo stato dell'elemento
module-type.core.ItemStateUpdateTrigger.config.state.option.ON = ON
module-type.core.ItemStateUpdateTrigger.config.state.option.OFF = OFF
module-type.core.ItemStateUpdateTrigger.config.state.option.OPEN = APERTO
module-type.core.ItemStateUpdateTrigger.config.state.option.CLOSED = CHIUSO
module-type.core.ItemStateUpdateTrigger.config.state.option.UP = SU
module-type.core.ItemStateUpdateTrigger.config.state.option.DOWN = GIÙ
module-type.core.ItemStateUpdateTrigger.output.state.label = Stato
module-type.core.ItemStateUpdateTrigger.output.state.description = Lo stato dell'elemento
module-type.core.ItemStateUpdateTrigger.output.event.label = Evento
module-type.core.ItemStateUpdateTrigger.output.event.description = L'evento che è stato inviato.
# core.RuleEnablementAction
module-type.core.RuleEnablementAction.label = Abilita o disabilita le regole
module-type.core.RuleEnablementAction.description = Abilita o disabilita una regola o un gruppo di regole specificate dal loro UID.
module-type.core.RuleEnablementAction.config.enable.label = Abilita regole
module-type.core.RuleEnablementAction.config.enable.description = 'true' abilita tutte le regole specificate, 'false' le disabilitano.
module-type.core.RuleEnablementAction.config.enable.option.true = Abilita
module-type.core.RuleEnablementAction.config.enable.option.false = Disabilita
module-type.core.RuleEnablementAction.config.ruleUIDs.label = Regole
module-type.core.RuleEnablementAction.config.ruleUIDs.description = Specifica le regole che devono essere abilitate o disabilitate.
# core.RunRuleAction
module-type.core.RunRuleAction.label = Esegui le regole
module-type.core.RunRuleAction.description = esegue una regola o un gruppo di regole individuate dal loro UID.
module-type.core.RunRuleAction.config.ruleUIDs.label = Regole
module-type.core.RunRuleAction.config.ruleUIDs.description = Specifica la/le regole di destinazione che devono essere eseguite.
module-type.core.RunRuleAction.config.considerConditions.label = Considera condizioni
module-type.core.RunRuleAction.config.considerConditions.description = Specifica se le condizioni della o delle regole di destinazione da eseguire debbano essere considerate o meno.
module-type.core.RunRuleAction.config.considerConditions.option.true = Si
module-type.core.RunRuleAction.config.considerConditions.option.false = No
# core.SystemStartlevelTrigger
module-type.core.SystemStartlevelTrigger.label = Raggiunto un livello iniziale del sistema
module-type.core.SystemStartlevelTrigger.description = Questo innesca la regola se un dato livello iniziale è stato raggiunto dal sistema.
module-type.core.SystemStartlevelTrigger.config.startlevel.label = Livello Iniziale
module-type.core.SystemStartlevelTrigger.config.startlevel.description = Il livello iniziale del sistema.
module-type.core.SystemStartlevelTrigger.config.startlevel.option.40 = 40 - Regole caricate
module-type.core.SystemStartlevelTrigger.config.startlevel.option.50 = 50 - Avviamento del motore di gestione regole
module-type.core.SystemStartlevelTrigger.config.startlevel.option.70 = 70 - Interfacce d'utente avviate
module-type.core.SystemStartlevelTrigger.config.startlevel.option.80 = 80 - Oggetti inizializzati
module-type.core.SystemStartlevelTrigger.config.startlevel.option.100 = 100 - Avvio completato
module-type.core.SystemStartlevelTrigger.output.startlevel.label = Livello Iniziale
module-type.core.SystemStartlevelTrigger.output.startlevel.description = Il livello iniziale del sistema.
# core.ThingStatusChangeTrigger
module-type.core.ThingStatusChangeTrigger.label = cambio stato di un oggetto
module-type.core.ThingStatusChangeTrigger.description = Questo innesca la regola se cambia lo stato di un oggetto.
module-type.core.ThingStatusChangeTrigger.config.thingUID.label = Oggetto
module-type.core.ThingStatusChangeTrigger.config.thingUID.description = L'UID dell'oggetto.
module-type.core.ThingStatusChangeTrigger.config.previousStatus.label = Stato precedente
module-type.core.ThingStatusChangeTrigger.config.previousStatus.description = Lo stato precedente dell'oggetto.
module-type.core.ThingStatusChangeTrigger.config.previousStatus.option.UNINITIALIZED = NON-INIZIALIZZATO
module-type.core.ThingStatusChangeTrigger.config.previousStatus.option.INITIALIZING = INIZIALIZZAZIONE
module-type.core.ThingStatusChangeTrigger.config.previousStatus.option.UNKNOWN = SCONOSCIUTO
module-type.core.ThingStatusChangeTrigger.config.previousStatus.option.ONLINE = IN-LINEA
module-type.core.ThingStatusChangeTrigger.config.previousStatus.option.OFFLINE = FUORI-LINEA
module-type.core.ThingStatusChangeTrigger.config.previousStatus.option.REMOVING = RIMOZIONE
module-type.core.ThingStatusChangeTrigger.config.previousStatus.option.REMOVED = RIMOSSO
module-type.core.ThingStatusChangeTrigger.config.status.label = Stato
module-type.core.ThingStatusChangeTrigger.config.status.description = Lo stato dell'oggetto.
module-type.core.ThingStatusChangeTrigger.config.status.option.UNINITIALIZED = NON-INIZIALIZZATO
module-type.core.ThingStatusChangeTrigger.config.status.option.INITIALIZING = INIZIALIZZAZIONE
module-type.core.ThingStatusChangeTrigger.config.status.option.UNKNOWN = SCONOSCIUTO
module-type.core.ThingStatusChangeTrigger.config.status.option.ONLINE = IN-LINEA
module-type.core.ThingStatusChangeTrigger.config.status.option.OFFLINE = FUORI-LINEA
module-type.core.ThingStatusChangeTrigger.config.status.option.REMOVING = RIMOZIONE
module-type.core.ThingStatusChangeTrigger.config.status.option.REMOVED = RIMOSSO
module-type.core.ThingStatusChangeTrigger.output.newStatus.label = Nuovo stato
module-type.core.ThingStatusChangeTrigger.output.newStatus.description = Il nuovo status dell'oggetto.
module-type.core.ThingStatusChangeTrigger.output.oldStatus.label = Vecchio stato
module-type.core.ThingStatusChangeTrigger.output.oldStatus.description = Il vecchio stato dell'oggetto.
module-type.core.ThingStatusChangeTrigger.output.event.label = Evento
module-type.core.ThingStatusChangeTrigger.output.event.description = L'evento che è stato inviato.
# core.ThingStatusUpdateTrigger
module-type.core.ThingStatusUpdateTrigger.label = Lo stato di un oggetto è aggiornato
module-type.core.ThingStatusUpdateTrigger.description = Questo innesca la regola se lo stato di un oggetto viene aggiornato (anche se non cambia).
module-type.core.ThingStatusUpdateTrigger.config.thingUID.label = Oggetto
module-type.core.ThingStatusUpdateTrigger.config.thingUID.description = L'UID dell'oggetto. Puoi usare '*' come jolly per selezionare più oggetti.
module-type.core.ThingStatusUpdateTrigger.config.status.label = Stato
module-type.core.ThingStatusUpdateTrigger.config.status.description = Lo stato dell'oggetto.
module-type.core.ThingStatusUpdateTrigger.config.status.option.UNINITIALIZED = NON-INIZIALIZZATO
module-type.core.ThingStatusUpdateTrigger.config.status.option.INITIALIZING = INIZIALIZZAZIONE
module-type.core.ThingStatusUpdateTrigger.config.status.option.UNKNOWN = SCONOSCIUTO
module-type.core.ThingStatusUpdateTrigger.config.status.option.ONLINE = IN-LINEA
module-type.core.ThingStatusUpdateTrigger.config.status.option.OFFLINE = FUORI-LINEA
module-type.core.ThingStatusUpdateTrigger.config.status.option.REMOVING = RIMOZIONE
module-type.core.ThingStatusUpdateTrigger.config.status.option.REMOVED = RIMOSSO
module-type.core.ThingStatusUpdateTrigger.output.status.label = Stato
module-type.core.ThingStatusUpdateTrigger.output.status.description = Lo stato dell'oggetto.
module-type.core.ThingStatusUpdateTrigger.output.event.label = Evento
module-type.core.ThingStatusUpdateTrigger.output.event.description = L'evento che è stato inviato.
# core.TimeOfDayCondition
module-type.core.TimeOfDayCondition.label = è una certa ora del giorno
module-type.core.TimeOfDayCondition.description = Valuta se l'ora corrente è entro un intervallo di tempo configurato dall'utente.
module-type.core.TimeOfDayCondition.config.startTime.label = Ora di inizio
module-type.core.TimeOfDayCondition.config.startTime.description = Inizio dell'intervallo di tempo (in oo\:mm)
module-type.core.TimeOfDayCondition.config.endTime.label = Ora finale
module-type.core.TimeOfDayCondition.config.endTime.description = Fine dell'intervallo di tempo (in oo\:mm)
# ephemeris.DaysetCondition
module-type.ephemeris.DaysetCondition.label = è un giorno nell'intervallo configurato
module-type.ephemeris.DaysetCondition.description = Controlla se il giorno corrente è in un intervallo di giorni configurato.
module-type.ephemeris.DaysetCondition.config.dayset.label = Intervallo di giorni
module-type.ephemeris.DaysetCondition.config.dayset.description = Nome dell'insieme di giorni richiesto, senza prefisso.
module-type.ephemeris.DaysetCondition.config.offset.label = Scostamento
module-type.ephemeris.DaysetCondition.config.offset.description = Oggi +/- giorni di scostamento (+1 \= domani, -1 \= ieri).
# ephemeris.HolidayCondition
module-type.ephemeris.HolidayCondition.label = è un giorno di vacanza
module-type.ephemeris.HolidayCondition.description = Controlla se il giorno corrente è una vacanza.
module-type.ephemeris.HolidayCondition.config.offset.label = Scostamento
module-type.ephemeris.HolidayCondition.config.offset.description = Oggi +/- giorni di scostamento (+1 \= domani, -1 \= ieri).
# ephemeris.NotHolidayCondition
module-type.ephemeris.NotHolidayCondition.label = non è un giorno di vacanza
module-type.ephemeris.NotHolidayCondition.description = Controlla se il giorno corrente non è una vacanza.
module-type.ephemeris.NotHolidayCondition.config.offset.label = Scostamento
module-type.ephemeris.NotHolidayCondition.config.offset.description = Oggi +/- giorni di scostamento (+1 \= domani, -1 \= ieri).
# ephemeris.WeekdayCondition
module-type.ephemeris.WeekdayCondition.label = è un giorno della settimana
module-type.ephemeris.WeekdayCondition.description = Controlla se il giorno corrente non è nel fine-settimana.
module-type.ephemeris.WeekdayCondition.config.offset.label = Scostamento
module-type.ephemeris.WeekdayCondition.config.offset.description = Oggi +/- giorni di scostamento (+1 \= domani, -1 \= ieri).
# ephemeris.WeekendCondition
module-type.ephemeris.WeekendCondition.label = è un fine-settimana
module-type.ephemeris.WeekendCondition.description = Controlla se il giorno corrente è nel fine-settimana.
module-type.ephemeris.WeekendCondition.config.offset.label = Scostamento
module-type.ephemeris.WeekendCondition.config.offset.description = Oggi +/- giorni di scostamento (+1 \= domani, -1 \= ieri).
# timer.DateTimeTrigger
module-type.timer.DateTimeTrigger.label = è una data e un'ora specificate per un elemento
module-type.timer.DateTimeTrigger.description = Innesca ad un orario specifico per un elemento
module-type.timer.DateTimeTrigger.config.itemName.label = Elemento
module-type.timer.DateTimeTrigger.config.itemName.description = Il nome dell'elemento
# timer.DayOfWeekCondition
module-type.timer.DayOfWeekCondition.label = è un certo giorno della settimana
module-type.timer.DayOfWeekCondition.description = controlla se il giorno corrente è nella settimana
module-type.timer.DayOfWeekCondition.config.days.label = Giorni della settimana
module-type.timer.DayOfWeekCondition.config.days.description = i giorni della settimana in cui la regola deve essere attiva
# timer.GenericCronTrigger
module-type.timer.GenericCronTrigger.label = Innesco pianificato
module-type.timer.GenericCronTrigger.description = Questo innesca una regola basata su una definizione del pianificatore
module-type.timer.GenericCronTrigger.config.cronExpression.label = Definizione del pianificatore
module-type.timer.GenericCronTrigger.config.cronExpression.description = Definizione del pianificatore
# timer.TimeOfDayTrigger
module-type.timer.TimeOfDayTrigger.label = è una certa ora del giorno
module-type.timer.TimeOfDayTrigger.description = Innesca ad uno specifico orario
module-type.timer.TimeOfDayTrigger.config.time.label = Orario
module-type.timer.TimeOfDayTrigger.config.time.description = L'orario (in oo\:mm)

View File

@ -0,0 +1,10 @@
system.config.restauth.allowBasicAuth.label = Tillad grundlæggende autentificering
system.config.restauth.allowBasicAuth.description = Tillad brugen af grundlæggende autentificering at få adgang til beskyttede API-ressourcer, ud over at få adgang til tokens og API-tokens.
system.config.restauth.cacheExpiration.label = Cache udløbstid
system.config.restauth.cacheExpiration.description = Når grundlæggende autentificering er aktiveret, gemmes legitimationsoplysninger i en cache for at optimere autorisation af forespørgsler. Indholdet i cachen udløber efter et stykke tid for ikke at beholde legitimationsoplysninger i hukommelsen på ubestemt tid. Denne værdi definerer udløbstiden i timer. Sæt den til 0 for at deaktivere cachen.
system.config.restauth.implicitUserRole.label = Implicit brugerrolle
system.config.restauth.implicitUserRole.description = Som standard er handlinger der kræver "bruger"-rollen tilgængelige når ikke autentificerede. Deaktivering af denne indstilling vil håndhæve autentificering for disse handlinger. Advarsel\: Dette ødelægger kompatibilitet med klienter som ikke understøtter autentificering.
system.config.restauth.trustedNetworks.label = Betroede netværk
system.config.restauth.trustedNetworks.description = Tildel implicit brugerrolle til forespørgsler fra disse netværk; Kommasepareret liste over CIDR (ignoreret hvis "Implicit brugerrolle" er aktiveret).
service.system.restauth.label = API-sikkerhed

View File

@ -4,5 +4,7 @@ system.config.restauth.cacheExpiration.label = Ablaufzeit des Zwischenspeichers
system.config.restauth.cacheExpiration.description = Wenn Basic Authentication aktiviert ist, werden die Zugangsdaten in einen Cache gelegt, um die Autorisierung der Anfrage zu beschleunigen. Die Einträge im Cache laufen nach einer Weile ab, um Anmeldedaten nicht unbegrenzt im Speicher zu halten. Dieser Wert definiert die Ablaufzeit in Stunden. Auf 0 setzen, um den Cache zu deaktivieren.
system.config.restauth.implicitUserRole.label = Implizite Benutzerrolle
system.config.restauth.implicitUserRole.description = Standardmäßig sind alle API-Ressourcen ohne Authentifizierung verfügbar, sofern sie die "user"-Rolle erfordern. Eine Deaktivierung dieser Option erzwingt die Autorisierung für diese Operationen. Warnung\: Dies führt dazu, dass Clients, die keine Authentifizierung unterstützen, die API-Ressourcen nicht mehr nutzen können.
system.config.restauth.trustedNetworks.label = Vertrauenswürdige Netzwerke
system.config.restauth.trustedNetworks.description = Implizite Benutzerrolle für Anfragen aus diesen Netzwerken; Komma-separierte Liste von Netzwerken in CIDR Notation (irrelevant, wenn "Implizite Benutzerrolle" aktiviert ist).
service.system.restauth.label = API-Sicherheit

View File

@ -4,5 +4,7 @@ system.config.restauth.cacheExpiration.label = Välimuistin vanhentumisaika
system.config.restauth.cacheExpiration.description = Kun perustodennus on aktivoitu, käyttäjätunnukset tallennetaan välimuistiin, jotta pyyntöjen valtuutusta voidaan nopeuttaa. Välimuistin merkinnät vanhenevat hetken kuluttua, jotta käyttäjätunnuksia ei pidetä muistissa loputtomiin. Tämä arvo määrittää vanhentumisajan tunteina. Aseta arvoksi 0, jos haluat poistaa välimuistin käytöstä.
system.config.restauth.implicitUserRole.label = Implisiittinen käyttäjärooli
system.config.restauth.implicitUserRole.description = Oletuksena "käyttäjä" -roolia vaativat toiminnot ovat käytettävissä ilman todennusta. Tämän asetuksen poistaminen käytöstä pakottaa valtuutuksen näihin toimintoihin. Varoitus\: Tämä saa asiakkaat, jotka eivät tue todennusta, hajoamaan.
system.config.restauth.trustedNetworks.label = Luotetut verkot
system.config.restauth.trustedNetworks.description = Myönnä implisiittinen käyttäjärooli näistä verkoista tuleville pyynnöille; pilkulla erotettu CIDR-luettelo (ohitetaan, jos "implisiittinen käyttäjärooli" on käytössä).
service.system.restauth.label = API-turvallisuus

View File

@ -4,5 +4,7 @@ system.config.restauth.cacheExpiration.label = Gyorsítótár lejárati ideje
system.config.restauth.cacheExpiration.description = Amennyiben az alapszintű hitelesítés be van kapcsolva a hitelesítési azonosítókat a gyorsabb beléptetés érdekében gyorsítótárazzuk. A gyorsítótárban lévő bejegyzések egy idő után elévülnek, hogy ne maradjanak a memóriában as végtelenségig. Ez az érték határozza meg az elévülési időt órában. Nulla esetén a gyorsítótár kikapcsol.
system.config.restauth.implicitUserRole.label = Eredő felhasználói szerepkör
system.config.restauth.implicitUserRole.description = Alapértelmezetten a felhasználói szerepkört igénylő műveletekhez hitelesítés nélkül is hozzáférhet. Ha kikapcsolja ezt az opciót ezekhez is szükséges hitelesítés. Figyelem\: A hitelesítést nem támogató kliensek nem fognak működni.
system.config.restauth.trustedNetworks.label = Megbízható hálózatok
system.config.restauth.trustedNetworks.description = Implicit módon felhasználói szerepkört ad az ezekből a hálózatokból érkező kéréseknek; vesszővel elválasztott CIDR-tartománylista (hatástalan, ha az "Implicit felhasználói szerepkör" beállítás engedélyezve van).
service.system.restauth.label = API biztonság

View File

@ -4,5 +4,7 @@ system.config.restauth.cacheExpiration.label = Tempo Scadenza Cache
system.config.restauth.cacheExpiration.description = Quando l'autenticazione BASIC è attivata, le credenziali vengono inserite in una cache per velocizzare l'autorizzazione della richiesta. Le voci nella cache scadono dopo un po' per non mantenere le credenziali in memoria a tempo indeterminato. Questo valore definisce il tempo di scadenza in ore. Impostalo a 0 per disabilitare la cache.
system.config.restauth.implicitUserRole.label = Ruolo Utente Implicito
system.config.restauth.implicitUserRole.description = Di default le operazioni che richiedono il ruolo "utente" sono disponibili quando non autenticate. La disattivazione di questa opzione forzerà l'autorizzazione per queste operazioni. Attenzione\: questo fa sì che i client che non supportano l'autenticazione non funzionino.
system.config.restauth.trustedNetworks.label = Reti affidabili
system.config.restauth.trustedNetworks.description = Concedi un ruolo d'utente implicito alle richieste provenienti da queste reti; elenco di CIDR separato da virgola (ignorato se è abilitata l'opzione "Ruolo d'utente implicito").
service.system.restauth.label = Protezione API

View File

@ -4,5 +4,7 @@ system.config.restauth.cacheExpiration.label = Czas wygaśnięcia pamięci podr
system.config.restauth.cacheExpiration.description = Gdy podstawowe uwierzytelnianie jest aktywne, poświadczenia są umieszczane w pamięci podręcznej, aby przyspieszyć autoryzację. Wpisy w pamięci podręcznej wygasają po pewnym czasie, aby nie przechowywać danych w pamięci bezterminowo. Ta wartość definiuje czas wygaśnięcia w godzinach. Ustaw na 0, aby wyłączyć pamięć podręczną.
system.config.restauth.implicitUserRole.label = Bezwarunkowa rola użytkownika
system.config.restauth.implicitUserRole.description = Domyślnie operacje wymagające roli "użytkownik" są dostępne, gdy nie jest się uwierzytelnionym. Wyłączenie tej opcji spowoduje wymuszenie autoryzacji dla tych operacji. Ostrzeżenie\: To może zepsuć klientów, którzy nie obsługują uwierzytelniania.
system.config.restauth.trustedNetworks.label = Zaufane sieci
system.config.restauth.trustedNetworks.description = Przyznaj domyślną rolę użytkownika żądaniom pochodzącym z tych sieci; lista CIDR oddzielona przecinkami (ignorowana, jeśli włączona jest "Domniemana rola użytkownika").
service.system.restauth.label = Zabezpieczenia API

View File

@ -1,4 +1,4 @@
system.config.addons.includeIncompatible.label = Includi (Potenzialmente) Componenti Aggiuntivi Incompatibili
system.config.addons.includeIncompatible.label = Includi (potenziali) componenti aggiuntivi incompatibili
system.config.addons.includeIncompatible.description = Alcuni servizi aggiuntivi possono fornire componenti aggiuntivi in cui non è prevista la compatibilità con il sistema attualmente in esecuzione. Abilitando questa opzione verranno incluse queste voci nell'elenco dei componenti aggiuntivi disponibili.
system.config.addons.remote.label = Accedi Al Repository Remoto
system.config.addons.remote.description = Definisce se openHAB debba accedere al repository remoto per l'installazione di Add-on.