New Crowdin updates (#4683)

* New translations tags.properties (Italian)
* New translations scriptprofile.properties (Czech)
* New translations units.properties (Norwegian)
* New translations voice.properties (Finnish)
* New translations chart.properties (Italian)
* New translations tags.properties (Finnish)
* New translations tags.properties (Hebrew)
* New translations automation.properties (Italian)
* New translations automation.properties (Hebrew)
pull/4693/head
openhab-bot 2025-04-02 21:25:22 +02:00 committed by GitHub
parent 0e4a064d82
commit 5c8b18dcc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 55 additions and 30 deletions

View File

@ -1,8 +1,8 @@
profile.config.transform.SCRIPT.commandFromItemScript.label = Transformace příkazu položky pro předání věci
profile.config.transform.SCRIPT.commandFromItemScript.description = Skript pro transformaci příkazu z položky, které jsou pak předány věci. Skript může vrátit null, tím budou příkazy zahozeny a nebudou předávány dál věci.
profile.config.transform.SCRIPT.stateFromItemScript.label = Transformace stavu položky pro předání věci
profile.config.transform.SCRIPT.stateFromItemScript.description = Skript pro transformaci stavů z položky, které jsou pak předány věci. Skript může vrátit null, tím budou stavy zahozeny a nebudou předávány dál věci.
profile.config.transform.SCRIPT.toHandlerScript.label = Transformace položek pro předání věci (ZASTARALÉ)
profile.config.transform.SCRIPT.toHandlerScript.description = Skript pro transformaci příkazu z položky, které jsou pak předány věci. Skript může vrátit null, tím budou příkazy zahozeny a nebudou předávány dál věci. Tato volba je zastaralá a byla nahrazena 'commandFromItemScript'.
profile.config.transform.SCRIPT.toItemScript.label = Transformace věci pro předání do položky
profile.config.transform.SCRIPT.toItemScript.description = Skript pro transformaci aktualizace stavů a příkazů z věci, které jsou pak předány položce. Skript může vrátit null, tím budou aktualizace/příkazy zahozeny a nebudou předávány dál do položky.
profile.config.transform.SCRIPT.commandFromItemScript.label = Transformace příkazu Item pro předání do Thing
profile.config.transform.SCRIPT.commandFromItemScript.description = Skript pro transformaci příkazu z Item, které jsou pak předány do Thing. Skript může vrátit null, tím budou příkazy zahozeny a nebudou předávány dál do Thing.
profile.config.transform.SCRIPT.stateFromItemScript.label = Transformace stavu Item pro předání do Thing
profile.config.transform.SCRIPT.stateFromItemScript.description = Skript pro transformaci stavů z Item, které jsou pak předány do Thing. Skript může vrátit null, tím budou stavy zahozeny a nebudou předávány dál do Thing.
profile.config.transform.SCRIPT.toHandlerScript.label = Transformace Items pro předání do Thing (ZASTARALÉ)
profile.config.transform.SCRIPT.toHandlerScript.description = Skript pro transformaci příkazu z Item, které jsou pak předány do Thing. Skript může vrátit null, tím budou příkazy zahozeny a nebudou předávány dál do Thing. Tato volba je zastaralá a byla nahrazena 'commandFromItemScript'.
profile.config.transform.SCRIPT.toItemScript.label = Transformace Thing pro předání do Item
profile.config.transform.SCRIPT.toItemScript.description = Skript pro transformaci aktualizace stavů a příkazů z Thing, které jsou pak předány do Item. Skript může vrátit null, tím budou aktualizace/příkazy zahozeny a nebudou předávány dál do Item.

View File

@ -59,7 +59,7 @@ module-type.core.GroupCommandTrigger.description = זה מפעיל את הכלל
module-type.core.GroupCommandTrigger.config.groupName.label = קבוצה
module-type.core.GroupCommandTrigger.config.groupName.description = שם הקבוצה של הפריט
module-type.core.GroupCommandTrigger.config.command.label = פקודה
module-type.core.GroupCommandTrigger.config.command.description = הפקודה שהתקבלה
module-type.core.GroupCommandTrigger.config.command.description = הפקודה שהתקבלה. עבור כל דבר אחר מלבד התאמות מדויקות, הוסף תנאי של כלל.
module-type.core.GroupCommandTrigger.config.command.option.ON = פועל
module-type.core.GroupCommandTrigger.config.command.option.OFF = כבוי
module-type.core.GroupCommandTrigger.config.command.option.OPEN = פתוח
@ -82,7 +82,7 @@ module-type.core.GroupStateChangeTrigger.description = זה מפעיל את הכ
module-type.core.GroupStateChangeTrigger.config.groupName.label = קבוצה
module-type.core.GroupStateChangeTrigger.config.groupName.description = שם הקבוצה של הפריט
module-type.core.GroupStateChangeTrigger.config.previousState.label = המצב הקודם
module-type.core.GroupStateChangeTrigger.config.previousState.description = המצב הקודם הנדרש של הפריט
module-type.core.GroupStateChangeTrigger.config.previousState.description = המצב הקודם הנדרש של הפריט. עבור כל דבר אחר מלבד התאמות מדויקות, הוסף תנאי לכלל.
module-type.core.GroupStateChangeTrigger.config.previousState.option.ON = פועל
module-type.core.GroupStateChangeTrigger.config.previousState.option.OFF = כבוי
module-type.core.GroupStateChangeTrigger.config.previousState.option.OPEN = פתוח
@ -90,7 +90,7 @@ module-type.core.GroupStateChangeTrigger.config.previousState.option.CLOSED = ס
module-type.core.GroupStateChangeTrigger.config.previousState.option.UP = למעלה
module-type.core.GroupStateChangeTrigger.config.previousState.option.DOWN = למטה
module-type.core.GroupStateChangeTrigger.config.state.label = מצב
module-type.core.GroupStateChangeTrigger.config.state.description = מצב הפריט
module-type.core.GroupStateChangeTrigger.config.state.description = מצב הפריט. עבור כל דבר אחר מלבד התאמות מדויקות, הוסף תנאי של כלל.
module-type.core.GroupStateChangeTrigger.config.state.option.ON = פועל
module-type.core.GroupStateChangeTrigger.config.state.option.OFF = כבוי
module-type.core.GroupStateChangeTrigger.config.state.option.OPEN = פתוח
@ -113,7 +113,7 @@ module-type.core.GroupStateUpdateTrigger.description = זה מפעיל את הח
module-type.core.GroupStateUpdateTrigger.config.groupName.label = קבוצה
module-type.core.GroupStateUpdateTrigger.config.groupName.description = שם קבוצת הפריטים
module-type.core.GroupStateUpdateTrigger.config.state.label = מצב
module-type.core.GroupStateUpdateTrigger.config.state.description = מצב הפריט
module-type.core.GroupStateUpdateTrigger.config.state.description = מצב הפריט. עבור כל דבר אחר מלבד התאמות מדויקות, הוסף תנאי של כלל.
module-type.core.GroupStateUpdateTrigger.config.state.option.ON = פועל
module-type.core.GroupStateUpdateTrigger.config.state.option.OFF = כבוי
module-type.core.GroupStateUpdateTrigger.config.state.option.OPEN = פתוח
@ -153,7 +153,7 @@ module-type.core.ItemCommandTrigger.description = זה מפעיל את החוק
module-type.core.ItemCommandTrigger.config.itemName.label = פריט
module-type.core.ItemCommandTrigger.config.itemName.description = שם הפריט
module-type.core.ItemCommandTrigger.config.command.label = פקודה
module-type.core.ItemCommandTrigger.config.command.description = הפקודה שהתקבלה
module-type.core.ItemCommandTrigger.config.command.description = הפקודה שהתקבלה. עבור כל דבר אחר מלבד התאמות מדויקות, הוסף תנאי של כלל.
module-type.core.ItemCommandTrigger.config.command.option.ON = פועל
module-type.core.ItemCommandTrigger.config.command.option.OFF = כבוי
module-type.core.ItemCommandTrigger.config.command.option.OPEN = פתוח
@ -172,7 +172,7 @@ module-type.core.ItemStateChangeTrigger.description = זה מפעיל את הח
module-type.core.ItemStateChangeTrigger.config.itemName.label = פריט
module-type.core.ItemStateChangeTrigger.config.itemName.description = שם הפריט
module-type.core.ItemStateChangeTrigger.config.previousState.label = המצב הקודם
module-type.core.ItemStateChangeTrigger.config.previousState.description = המצב הקודם הנדרש של הפריט
module-type.core.ItemStateChangeTrigger.config.previousState.description = המצב הקודם הנדרש של הפריט. עבור כל דבר אחר מלבד התאמות מדויקות, הוסף תנאי של כלל.
module-type.core.ItemStateChangeTrigger.config.previousState.option.ON = פועל
module-type.core.ItemStateChangeTrigger.config.previousState.option.OFF = כבוי
module-type.core.ItemStateChangeTrigger.config.previousState.option.OPEN = פתוח
@ -180,7 +180,7 @@ module-type.core.ItemStateChangeTrigger.config.previousState.option.CLOSED = ס
module-type.core.ItemStateChangeTrigger.config.previousState.option.UP = למעלה
module-type.core.ItemStateChangeTrigger.config.previousState.option.DOWN = למטה
module-type.core.ItemStateChangeTrigger.config.state.label = מצב
module-type.core.ItemStateChangeTrigger.config.state.description = מצב הפריט
module-type.core.ItemStateChangeTrigger.config.state.description = מצב הפריט. עבור כל דבר אחר מלבד התאמות מדויקות, הוסף תנאי של כלל.
module-type.core.ItemStateChangeTrigger.config.state.option.ON = פועל
module-type.core.ItemStateChangeTrigger.config.state.option.OFF = כבוי
module-type.core.ItemStateChangeTrigger.config.state.option.OPEN = פתוח
@ -241,7 +241,7 @@ module-type.core.ItemStateUpdateTrigger.description = זה מפעיל את הח
module-type.core.ItemStateUpdateTrigger.config.itemName.label = פריט
module-type.core.ItemStateUpdateTrigger.config.itemName.description = שם הפריט
module-type.core.ItemStateUpdateTrigger.config.state.label = מצב
module-type.core.ItemStateUpdateTrigger.config.state.description = מצב הפריט
module-type.core.ItemStateUpdateTrigger.config.state.description = מצב הפריט. עבור כל דבר אחר מלבד התאמות מדויקות, הוסף תנאי של כלל.
module-type.core.ItemStateUpdateTrigger.config.state.option.ON = פועל
module-type.core.ItemStateUpdateTrigger.config.state.option.OFF = כבוי
module-type.core.ItemStateUpdateTrigger.config.state.option.OPEN = פתוח

View File

@ -59,7 +59,7 @@ module-type.core.GroupCommandTrigger.description = Questo innesca la regola se u
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.description = Il comando ricevuto. Per qualcosa di diverso dalle corrispondenze esatte, aggiungi una condizione alla rule.
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
@ -68,7 +68,7 @@ module-type.core.GroupCommandTrigger.config.command.option.UP = SU
module-type.core.GroupCommandTrigger.config.command.option.DOWN = GIÙ
module-type.core.GroupCommandTrigger.output.triggeringGroup.label = Gruppo Di Attivazione
module-type.core.GroupCommandTrigger.output.triggeringGroup.description = il gruppo a cui appartiene l'item
module-type.core.GroupCommandTrigger.output.triggeringItem.label = Elemento innescante
module-type.core.GroupCommandTrigger.output.triggeringItem.label = Item 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
@ -82,7 +82,7 @@ module-type.core.GroupStateChangeTrigger.description = Questo innesca la regola
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.description = Lo stato precedente richiesto dell'item. Per qualcosa di diverso dalle corrispondenze esatte, aggiungi una condizione alla rule.
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
@ -90,19 +90,19 @@ module-type.core.GroupStateChangeTrigger.config.previousState.option.CLOSED = CH
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.description = Lo stato dell'item. Per qualcosa di diverso dalle corrispondenze esatte, aggiungi una condizione alla rule.
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.label = Item 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.newState.description = Il nuovo stato dell'item
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.oldState.description = Il vecchio stato dell'item
module-type.core.GroupStateChangeTrigger.output.event.label = Evento
module-type.core.GroupStateChangeTrigger.output.event.description = L'evento che è stato inviato.
@ -113,7 +113,7 @@ module-type.core.GroupStateUpdateTrigger.description = Questo innesca la regola
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.description = Lo stato dell'item. Per qualcosa di diverso dalle corrispondenze esatte, aggiungi una condizione alla rule.
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
@ -122,7 +122,7 @@ module-type.core.GroupStateUpdateTrigger.config.state.option.UP = SU
module-type.core.GroupStateUpdateTrigger.config.state.option.DOWN = GIÙ
module-type.core.GroupStateUpdateTrigger.output.triggeringGroup.label = Gruppo Di Attivazione
module-type.core.GroupStateUpdateTrigger.output.triggeringGroup.description = il gruppo a cui appartiene l'item
module-type.core.GroupStateUpdateTrigger.output.triggeringItem.label = Elemento innescante
module-type.core.GroupStateUpdateTrigger.output.triggeringItem.label = Item 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
@ -153,7 +153,7 @@ module-type.core.ItemCommandTrigger.description = Questo innesca la regola se un
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.description = Il comando ricevuto. Per qualcosa di diverso dalle corrispondenze esatte, aggiungi una condizione alla rule.
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
@ -172,7 +172,7 @@ module-type.core.ItemStateChangeTrigger.description = Questo innesca la regola s
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.description = Lo stato precedente richiesto dell'item. Per qualcosa di diverso dalle corrispondenze esatte, aggiungi una condizione alla rule.
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
@ -180,7 +180,7 @@ module-type.core.ItemStateChangeTrigger.config.previousState.option.CLOSED = CHI
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.description = Lo stato dell'item. Per qualcosa di diverso dalle corrispondenze esatte, aggiungi una condizione alla rule.
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
@ -241,7 +241,7 @@ module-type.core.ItemStateUpdateTrigger.description = Questo innesca la regola s
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.description = Lo stato dell'item. Per qualcosa di diverso dalle corrispondenze esatte, aggiungi una condizione alla rule.
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
@ -396,6 +396,8 @@ module-type.timer.DateTimeTrigger.config.timeOnly.label = Solo ora
module-type.timer.DateTimeTrigger.config.timeOnly.description = Specifica se solo l'ora dell'elemento deve essere confrontata o la data e l'ora.
module-type.timer.DateTimeTrigger.config.timeOnly.option.true = Si
module-type.timer.DateTimeTrigger.config.timeOnly.option.false = No
module-type.timer.DateTimeTrigger.config.offset.label = Offset
module-type.timer.DateTimeTrigger.config.offset.description = Lo spostamento in secondi da aggiungere al tempo dell'item.
# timer.DayOfWeekCondition

View File

@ -40,6 +40,7 @@ Property_Light=Valo,Valot,Valaistus
Property_ColorTemperature=Värilämpötila
Property_Humidity=Kosteus
Property_Presence=Läsnäolo
Property_Airflow=Ilmavirta
Property_Pressure=Paine
Property_Smoke=Savu
Property_Noise=Melu
@ -54,6 +55,9 @@ Property_Voltage=Jännite
Property_Current=Sähkövirta
Property_Frequency=Taajuus
Property_Gas=Kaasu
Property_App=Sovellus
Property_Channel=Kanava
Property_Mode=Tila
Property_SoundVolume=Äänenvoimakkuus
Property_Oil=Öljy
Property_Duration=Kesto

View File

@ -40,6 +40,7 @@ Property_Light=אור,אורות,תאורה
Property_ColorTemperature=צבע טמפרטורה
Property_Humidity=לחות,לחות
Property_Presence=תנועה
Property_Airflow=זרימת אוויר
Property_Pressure=לחץ
Property_Smoke=עשן
Property_Noise=רעש
@ -54,6 +55,9 @@ Property_Voltage=מתח
Property_Current=זרם
Property_Frequency=תדר
Property_Gas=גז
Property_App=אפליקצייה
Property_Channel=ערוץ
Property_Mode=מצב
Property_SoundVolume=עוצמת קול
Property_Oil=שמן
Property_Duration=משך זמן

View File

@ -40,6 +40,7 @@ Property_Light=Luce,Luci,Illuminazione
Property_ColorTemperature=Temperatura Colore
Property_Humidity=Umidità,Umidità
Property_Presence=Presenza
Property_Airflow=Flusso d'aria
Property_Pressure=Pressione
Property_Smoke=Fumo
Property_Noise=Rumore
@ -54,6 +55,9 @@ Property_Voltage=Tensione
Property_Current=Corrente
Property_Frequency=Frequenza
Property_Gas=Gas
Property_App=App,Applicazione
Property_Channel=Canale
Property_Mode=Modo
Property_SoundVolume=Volume Suono
Property_Oil=Olio
Property_Duration=Durata

View File

@ -6,5 +6,10 @@ system.config.chart.scale.label = Scala
system.config.chart.scale.description = Definisce la scala da applicare all'altezza del grafico richiesta (0,5 per dividere per 2 per esempio).
system.config.chart.maxWidth.label = Larghezza Massima
system.config.chart.maxWidth.description = Definisce la larghezza massima in pixel per il grafico da costruire.
system.config.sitemap.groupMembersSorting.label = Ordinamento Membri del Gruppo
system.config.sitemap.groupMembersSorting.description = Definisce come i membri di un gruppo sono ordinati nell'interfaccia.
system.config.sitemap.groupMembersSorting.option.NONE = Nessun ordinamento
system.config.sitemap.groupMembersSorting.option.LABEL = Ordinato per etichetta
system.config.sitemap.groupMembersSorting.option.NAME = Ordinato per nome
service.system.chart.label = Grafici

View File

@ -22,7 +22,7 @@ system.config.voice.enableCacheTTS.description = Sallii TTS-palveluiden puskuroi
system.config.voice.cacheSizeTTS.label = TTS-puskurin koko
system.config.voice.cacheSizeTTS.description = TTS-puskurin enimmäiskoko (Kt).
system.config.voice.maxTextLengthCacheTTS.label = TTS-puskurin tekstin enimmäispituus
system.config.voice.maxTextLengthCacheTTS.description = TTS-puskurin käsittelemien tekstien enimmäispituus. Jos rajoitus ylitetään, välitetään teksti TTS-palvelulle ilman puskurointia. Arvo 0 poistaa rajoituksen.
system.config.voice.maxTextLengthCacheTTS.description = TTS-puskurin käsittelemien tekstien enimmäispituus (merkkeinä). Jos rajoitus ylitetään, välitetään teksti TTS-palvelulle ilman tallennusta. Arvo 0 poistaa rajoituksen.
error.ks-error = Virhe havaittaessa avainsanoja, {0}
error.stt-exception = Virhe tunnistuksen aikana, {0}

View File

@ -0,0 +1,6 @@
system.config.units.currencyProvider.label = Valutaleverandør
system.config.units.currencyProvider.description = Denne tjenesten brukes til å levere valutaer og deres valutakurser.
system.config.units.fixedBaseCurrency.label = Fast Basisvaluta
system.config.units.fixedBaseCurrency.description = Basisvalutaen for dette systemet når den faste valutaleverandøren brukes.
service.system.units.label = Enhetsinnstillinger