Skip to content

Commit

Permalink
New Crowdin translations by GitHub Action (#1146)
Browse files Browse the repository at this point in the history
Co-authored-by: Crowdin Bot <[email protected]>
  • Loading branch information
github-actions[bot] and crowdin-bot authored Feb 23, 2024
1 parent 18c1d06 commit 3a1c528
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions custom_components/battery_notes/translations/lt.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,43 @@
"config": {
"step": {
"user": {
"description": "If you need help with the configuration have a look here: https://andrew-codechimp.github.io/HA-Battery-Notes/",
"description": "Daugiau pagalbos apie konfigūraciją rasite čia: https://andrew-codechimp.github.io/HA-Battery-Notes/",
"data": {
"device_id": "Device",
"name": "Name"
"device_id": "Prietaisas",
"name": "Pavadinimas"
},
"data_description": {
"name": "Leaving blank will take the name from the source device"
}
},
"battery": {
"data": {
"battery_type": "Battery type",
"battery_quantity": "Battery quantity",
"battery_type": "Baterijos tipas",
"battery_quantity": "Baterijų kiekis",
"battery_low_threshold": "Battery low threshold",
"battery_low_template": "Battery low template"
},
"data_description": {
"battery_low_threshold": "0 will use the global default threshold",
"battery_low_threshold": "Įrašius 0 bus naudojama numatytoji vertė",
"battery_low_template": "Template to determine a battery is low, should return true if low\nOnly needed for non-standard battery levels"
}
}
},
"abort": {
"already_configured": "Device is already configured"
"already_configured": "Prietaisas jau sukonfigūruotas"
},
"error": {
"unknown": "Unknown error occurred."
"unknown": "Įvyko nežinoma klaida."
}
},
"options": {
"step": {
"init": {
"description": "If you need help with the configuration have a look here: https://andrew-codechimp.github.io/HA-Battery-Notes/",
"description": "Daugiau pagalbos apie konfigūraciją rasite čia: https://andrew-codechimp.github.io/HA-Battery-Notes/",
"data": {
"name": "Name",
"battery_type": "Battery type",
"battery_quantity": "Battery quantity",
"name": "Pavadinimas",
"battery_type": "Baterijos tipas",
"battery_quantity": "Baterijų kiekis",
"battery_low_threshold": "Battery low threshold",
"battery_low_template": "Battery low template"
},
Expand Down Expand Up @@ -71,22 +71,22 @@
},
"sensor": {
"battery_plus": {
"name": "Battery+",
"name": "Baterija+",
"state_attributes": {
"battery_type": {
"name": "Battery type"
"name": "Baterijos tipas"
},
"battery_quantity": {
"name": "Battery quantity"
"name": "Baterijų kiekis"
},
"battery_type_and_quantity": {
"name": "Battery type and quantity"
"name": "Baterijų tipas ir kiekis"
},
"battery_last_replaced": {
"name": "Battery last replaced"
"name": "Baterija paskutinį kartą keista"
},
"battery_low": {
"name": "Battery low"
"name": "Baterija senka"
},
"battery_low_threshold": {
"name": "Battery low threshold"
Expand All @@ -100,13 +100,13 @@
}
},
"battery_type": {
"name": "Battery type",
"name": "Baterijos tipas",
"state_attributes": {
"battery_type": {
"name": "Battery type"
"name": "Baterijos tipas"
},
"battery_quantity": {
"name": "Battery quantity"
"name": "Baterijų kiekis"
}
}
},
Expand All @@ -121,11 +121,11 @@
"fields": {
"device_id": {
"description": "Device that has had its battery replaced.",
"name": "Device"
"name": "Prietaisas"
},
"datetime_replaced": {
"description": "Date replaced.",
"name": "Date"
"name": "Data"
}
},
"name": "Set battery replaced"
Expand All @@ -135,7 +135,7 @@
"fields": {
"days_last_reported": {
"description": "Number of days since a device last reported its battery level.",
"name": "Days"
"name": "Dienos"
}
},
"name": "Check battery last reported"
Expand Down

0 comments on commit 3a1c528

Please sign in to comment.