Skip to content

Commit

Permalink
Merge pull request #610 from MTrab/lokalise-2024-05-07_09-02-08
Browse files Browse the repository at this point in the history
Lokalise: Translations update
  • Loading branch information
MTrab authored May 7, 2024
2 parents 07c36d8 + 8d72b6a commit 4ed1ec0
Show file tree
Hide file tree
Showing 16 changed files with 595 additions and 4 deletions.
26 changes: 26 additions & 0 deletions custom_components/landroid_cloud/translations/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,22 @@
"multizone_probabilities": {
"description": "Nastavení pole pravděpodobností pro více zón. Formát: 50, 10, 20, 20",
"name": "Pravděpodobnosti pro více zón"
},
"raindelay": {
"description": "Nastavení délky prodlevy po dešti. Čas v minutách od 0 do 300. 0 = Zakázáno",
"name": "Prodleva po dešti"
},
"timeextension": {
"description": "Nastavení prodloužení času. Prodloužení v % v rozmezí od -100 do 100",
"name": "Prodloužení času"
}
},
"name": "Nastavit zónu"
},
"edgecut": {
"description": "Spustit sekání okraje (je-li podporováno)",
"name": "Sekání okraje"
},
"ots": {
"description": "Spuštění jednorázového harmonogramu (je-li podporován)",
"fields": {
Expand All @@ -66,6 +78,10 @@
},
"name": "Jednorázový harmonogram"
},
"restart": {
"description": "Restartuje zařízení",
"name": "Restart zařízení"
},
"schedule": {
"description": "Nastavení nebo změna časového plánu sekačky",
"fields": {
Expand Down Expand Up @@ -179,6 +195,16 @@
}
},
"name": "Nastavení zóny"
},
"torque": {
"description": "Nastavení síly pohonu (je-li podporováno)",
"fields": {
"torque": {
"description": "Nastavení síly pohonu. V rozmezí od -50 % do 50 %",
"name": "Síla pohonu"
}
},
"name": "Síla"
}
}
}
27 changes: 27 additions & 0 deletions custom_components/landroid_cloud/translations/da.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"error": {
"cannot_connect": "Kunne ikke forbinde",
"invalid_auth": "Fejl i brugernavn og/eller password",
"too_many_requests": "For mange forespørgsler mod API - Prøv igen om 24 timer",
"unknown": "Ukendt fejl"
},
"step": {
Expand Down Expand Up @@ -91,10 +92,22 @@
"multizone_probabilities": {
"description": "Indstil multi zone sandsynligheder. Format: 50, 10, 20, 20",
"name": "Multi zone sandsynlighed"
},
"raindelay": {
"description": "Indstil regnforsinkelse. Tid i minutter fra 0 til 300. 0 = Deaktiveret",
"name": "Regn forsinkelse"
},
"timeextension": {
"description": "Indstil tidsforlængelse. Forlængelse angives i % fra -100 til 100",
"name": "Tidsforlængelse"
}
},
"name": "Konfiguration"
},
"edgecut": {
"description": "Start kantklip (hvis understøttet)",
"name": "Kantklip"
},
"ots": {
"description": "Start engangs kørsel (hvis understøttet)",
"fields": {
Expand All @@ -109,6 +122,10 @@
},
"name": "Engangs kørsel"
},
"restart": {
"description": "Genstarter enheden",
"name": "Genstart enhed"
},
"schedule": {
"description": "Indstil eller rediger planen for græsslåning",
"fields": {
Expand Down Expand Up @@ -222,6 +239,16 @@
}
},
"name": "Indstil zone"
},
"torque": {
"description": "Indstil moment på hjulene (hvis understøttet)",
"fields": {
"torque": {
"description": "Indstil moment leveret til hjulene. Fra -50% til 50%",
"name": "Moment"
}
},
"name": "Moment"
}
}
}
26 changes: 26 additions & 0 deletions custom_components/landroid_cloud/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,22 @@
"multizone_probabilities": {
"description": "Legen Sie das Multizonen-Wahrscheinlichkeits-Array fest. Format: 50, 10, 20, 20",
"name": "Multizonen Wahrscheinlichkeit"
},
"raindelay": {
"description": "Regenverzögerung einstellen. Zeit zwischen 0 und 300 Minuten. 0 = Deaktiviert",
"name": "Regenverzögerung"
},
"timeextension": {
"description": "Zeitverlängerung einstellen in % im Bereich von -100 bis 100",
"name": "Zeitverlängerung"
}
},
"name": "Zone setzen"
},
"edgecut": {
"description": "Kantenschnitt starten (falls unterstützt)",
"name": "Rand-/Kantenschnitt"
},
"ots": {
"description": "Einmalplan starten (falls unterstützt)",
"fields": {
Expand All @@ -66,6 +78,10 @@
},
"name": "Einmaliger Zeitplan"
},
"restart": {
"description": "Startet das Gerät neu oder startet es neu",
"name": "Gerät neustarten"
},
"schedule": {
"description": "Zeitplan des Mähers einstellen oder ändern.",
"fields": {
Expand Down Expand Up @@ -179,6 +195,16 @@
}
},
"name": "Zone setzen"
},
"torque": {
"description": "Raddrehmoment einstellen (falls unterstützt)",
"fields": {
"torque": {
"description": "Raddrehmoment einstellen. Im Bereich von -50 % bis 50 %",
"name": "Drehmoment"
}
},
"name": "Drehmoment"
}
}
}
4 changes: 2 additions & 2 deletions custom_components/landroid_cloud/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Error in authentication",
"unknown": "Unexpected error",
"too_many_requests": "Too many requests to the API - Try again in 24 hours"
"too_many_requests": "Too many requests to the API - Try again in 24 hours",
"unknown": "Unexpected error"
},
"step": {
"user": {
Expand Down
9 changes: 9 additions & 0 deletions custom_components/landroid_cloud/translations/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,14 @@
}
}
}
},
"services": {
"config": {
"fields": {
"raindelay": {
"name": "Retraso por lluvia"
}
}
}
}
}
Loading

0 comments on commit 4ed1ec0

Please sign in to comment.