Skip to content

Commit

Permalink
Update translations (#2051)
Browse files Browse the repository at this point in the history
* New Crowdin translations by GitHub Action

* Update cs.json

---------

Co-authored-by: Crowdin Bot <[email protected]>
Co-authored-by: Andrew Jackson <[email protected]>
  • Loading branch information
3 people authored Sep 6, 2024
1 parent 4bb6365 commit b22deb2
Showing 1 changed file with 66 additions and 66 deletions.
132 changes: 66 additions & 66 deletions custom_components/battery_notes/translations/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,185 +2,185 @@
"config": {
"step": {
"user": {
"description": "If you need help with the configuration have a look here: https://andrew-codechimp.github.io/HA-Battery-Notes/",
"description": "Pokud potřebujete pomoc s konfigurací, podívejte se zde: https://andrew-codechimp.github.io/HA-Battery-Notes/",
"data": {
"association_type": "Association type"
"association_type": "Typ přidružení"
},
"menu_options": {
"device": "Device (recommended)",
"entity": "Entity"
"device": "Zařízení (doporučeno)",
"entity": "Entita"
},
"title": "Choose your association type"
"title": "Vyberte typ přidružení"
},
"device": {
"data": {
"device_id": "Device",
"name": "Name"
"device_id": "Zařízení",
"name": "Název"
},
"data_description": {
"name": "Leaving blank will take the name from the source device"
"name": "Ponecháte-li prázdné, převezme název ze zdrojového zařízení"
}
},
"entity": {
"data": {
"source_entity_id": "Entity",
"name": "Name"
"source_entity_id": "Entita",
"name": "Název"
},
"data_description": {
"name": "Leaving blank will take the name from the source entity"
"name": "Ponecháte-li prázdné, převezme název ze zdrojové entity"
}
},
"battery": {
"description": "Manufacturer: {manufacturer}\nModel: {model}\nModel ID: {model_id}\nHardware version: {hw_version}\n",
"description": "Výrobce: {manufacturer}\nModel: {model}\nID modelu: {model_id}\nHardware verze: {hw_version}\n",
"data": {
"battery_type": "Battery type",
"battery_quantity": "Battery quantity",
"battery_low_threshold": "Battery low threshold",
"battery_low_template": "Battery low template"
"battery_type": "Typ baterie",
"battery_quantity": "Množství baterií",
"battery_low_threshold": "Práh nízkého stavu baterie",
"battery_low_template": "Šablona nízkého stavu baterie"
},
"data_description": {
"battery_low_threshold": "0 will use the global default threshold",
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
"battery_low_threshold": "0 se použije jako globální výchozí práh",
"battery_low_template": "Šablona k určení zda je stav baterie nízký, měla by vrátit hodnotu pravda, pokud je nízký\nJe potřeba pouze pro nestandardní úroveně baterie"
}
},
"manual": {
"description": "This device is marked in the library as manual, variants use different battery types so it cannot be set in the library.\nThe next step will allow you to set your battery type but please do not submit a device request.",
"title": "Device manual configuration"
"description": "Toto zařízení je v knihovně označeno jako manuální, varianty používají různé typy baterie, takže nemůže být nastaveno v knihovně.\nDalší krok vám umožní nastavit typ baterie, ale prosím nepotvrzujte žádost zařízení.",
"title": "Ruční nastavení zařízení"
}
},
"abort": {
"already_configured": "Device is already configured"
"already_configured": "Zařízení je již nastaveno"
},
"error": {
"unknown": "Unknown error occurred.",
"unconfigurable_entity": "It is not possible to add this entity to Battery Notes."
"unknown": "Vyskytla se neznámá chyba.",
"unconfigurable_entity": "Tuto entitu nelze přidat do Battery Notes."
}
},
"options": {
"step": {
"init": {
"description": "Manufacturer: {manufacturer}\nModel: {model}\nModel ID: {model_id}\nHardware version: {hw_version}\n",
"description": "Výrobce: {manufacturer}\nModel: {model}\nID modelu: {model_id}\nHardware verze: {hw_version}\n",
"data": {
"name": "Name",
"battery_type": "Battery type",
"battery_quantity": "Battery quantity",
"battery_low_threshold": "Battery low threshold",
"battery_low_template": "Battery low template"
"name": "Název",
"battery_type": "Typ baterie",
"battery_quantity": "Množství baterií",
"battery_low_threshold": "Práh nízkého stavu baterie",
"battery_low_template": "Šablona nízkého stavu baterie"
},
"data_description": {
"name": "Leaving blank will take the name from the source device",
"battery_low_threshold": "0 will use the global default threshold",
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
"name": "Ponecháte-li prázdné, převezme název ze zdrojového zařízení",
"battery_low_threshold": "0 se použije jako globální výchozí práh",
"battery_low_template": "Šablona k určení zda je stav baterie nízký, měla by vrátit hodnotu pravda, pokud je nízký\nJe potřeba pouze pro nestandardní úroveně baterie"
}
}
},
"error": {
"unknown": "Unknown error occurred."
"unknown": "Vyskytla se neznámá chyba."
}
},
"entity": {
"binary_sensor": {
"battery_low": {
"name": "{device_name}Battery low",
"name": "{device_name}Nízký stav baterie",
"state_attributes": {
"battery_low_threshold": {
"name": "Battery low threshold"
"name": "Práh nízkého stavu baterie"
}
}
}
},
"button": {
"battery_replaced": {
"name": "{device_name}Battery replaced"
"name": "{device_name}Baterie vyměněna"
}
},
"sensor": {
"battery_plus": {
"name": "{device_name}Battery+",
"state_attributes": {
"battery_type": {
"name": "Battery type"
"name": "Typ baterie"
},
"battery_quantity": {
"name": "Battery quantity"
"name": "Množství baterií"
},
"battery_type_and_quantity": {
"name": "Battery type and quantity"
"name": "Typ a množství baterie"
},
"battery_last_replaced": {
"name": "Battery last replaced"
"name": " Baterie naposledy vyměněna"
},
"battery_low": {
"name": "Battery low"
"name": "Nízký stav baterie"
},
"battery_low_threshold": {
"name": "Battery low threshold"
"name": "Práh nízkého stavu baterie"
},
"battery_last_reported": {
"name": "Battery last reported"
"name": " Baterie se naposledy nahlásila"
},
"battery_last_reported_level": {
"name": "Battery last reported level"
"name": "Poslední zaznamenaný stav baterie"
},
"source_entity_id": {
"name": "Source Entity Id"
"name": "ID zdrojové entity"
},
"device_id": {
"name": "Device Id"
"name": "ID zařízení"
},
"device_name": {
"name": "Device name"
"name": "Název zařízení"
}
}
},
"battery_type": {
"name": "{device_name}Battery type",
"name": "{device_name}Typ baterie",
"state_attributes": {
"battery_type": {
"name": "Battery type"
"name": "Typ baterie"
},
"battery_quantity": {
"name": "Battery quantity"
"name": "Množství baterií"
}
}
},
"battery_last_replaced": {
"name": "{device_name}Battery last replaced"
"name": "{device_name}Baterie naposledy vyměněna"
}
}
},
"services": {
"set_battery_replaced": {
"description": "Set the battery last replaced.",
"description": "Nastavit poslení výměnu baterie.",
"fields": {
"device_id": {
"description": "Device that has had its battery replaced.",
"name": "Device"
"description": "Zařízení, jehož baterie byla vyměněna.",
"name": "Zařízení"
},
"entity_id": {
"description": "Entity that has had its battery replaced (only used for entity associated battery notes).",
"name": "Entity"
"description": "Entia, která má vyměněnou baterii (pouze pro entity přidružené k Battery Notes).",
"name": "Entita"
},
"datetime_replaced": {
"description": "Date replaced.",
"name": "Date"
"description": "Datum nahrazení.",
"name": "Datum"
}
},
"name": "Set battery replaced"
"name": "Nastavit výměnu baterie"
},
"check_battery_last_reported": {
"description": "Raise events for devices that haven't reported their battery level.",
"description": "Vytváří události pro zařízení, která neohlásila stav jejich baterie.",
"fields": {
"days_last_reported": {
"description": "Number of days since a device last reported its battery level.",
"name": "Days"
"description": "Počet dní od posledního oznámení stavu baterie.",
"name": "Dny"
}
},
"name": "Check battery last reported"
"name": "Zkontrolovat baterii - naposledy nahlášeno"
},
"check_battery_low": {
"description": "Raise events for devices that have a low battery.",
"name": "Check battery low"
"description": "Vytváří události pro zařízení, která mají nízkou baterii.",
"name": "Zkontrolovat baterii - nízký stav"
}
}
}
}

0 comments on commit b22deb2

Please sign in to comment.