Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions custom_components/spook/translations/be.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
2 changes: 1 addition & 1 deletion custom_components/spook/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"step": {
"user": {
"description": "Avez-vous lu le readme? Avez-vous lu la licence? Êtes-vous sûr de vous?"
"description": "Avez-vous lu le readme? Avez-vous lu la licence? Êtes-vous sûr de vous?"
},
"choice_restart": {
"menu_options": {
Expand Down
18 changes: 18 additions & 0 deletions custom_components/spook/translations/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,24 @@
},
"homeassistant_media_player": {
"name": "Media players"
},
"repairs_active_issues": {
"name": "Attivo"
},
"homeassistant_alarm_control_panel": {
"name": "Pannello controllo allarme"
},
"homeassistant_binary_sensor": {
"name": "Sensore binario"
},
"homeassistant_input_button": {
"name": "Pulsanti di input"
},
"homeassistant_siren": {
"name": "Sirene"
},
"homeassistant_stt": {
"name": "Speech-to-text"
}
},
"event": {
Expand Down
71 changes: 70 additions & 1 deletion custom_components/spook/translations/lt.json
Original file line number Diff line number Diff line change
@@ -1 +1,70 @@
{}
{
"entity": {
"sensor": {
"homeassistant_air_quality": {
"name": "Oro kokybė"
},
"homeassistant_camera": {
"name": "Kameros"
},
"homeassistant_button": {
"name": "Mygtukai"
},
"homeassistant_alarm_control_panel": {
"name": "Apsaugos sistemos valdymo skydeliai"
},
"homeassistant_area": {
"name": "Zonos"
},
"homeassistant_binary_sensor": {
"name": "Dvejetainiai jutikliai"
},
"homeassistant_calendar": {
"name": "Kalendoriai"
},
"homeassistant_climate": {
"name": "Klimatas"
},
"homeassistant_cover": {
"name": "Žaliuzės"
},
"homeassistant_custom_component": {
"name": "Individualios integracijos"
},
"homeassistant_date": {
"name": "Datos"
},
"homeassistant_datetime": {
"name": "Data / laikas"
},
"homeassistant_device_tracker": {
"name": "Įrenginių sekikliai"
},
"repairs_active_issues": {
"name": "Aktyvus"
},
"homeassistant_device": {
"name": "Įrenginiai"
},
"homeassistant_automation": {
"name": "Automatizacijos"
}
},
"switch": {
"cloud_alexa_report_state": {
"name": "Alexa būsenos pranešimas"
}
}
},
"issues": {
"user_issue": {
"fix_flow": {
"step": {
"confirm": {
"description": "{Aprašymas}"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Placeholder key should not be translated.
The placeholder {Aprašymas} needs to match the original placeholder key (e.g., {description}) to ensure that runtime substitution works. It should remain {description} rather than translating the word.

Apply this diff:

-                        "description": "{Aprašymas}"
+                        "description": "{description}"
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"description": "{Aprašymas}"
"description": "{description}"
🤖 Prompt for AI Agents
In custom_components/spook/translations/lt.json at line 64, the placeholder key
"{Aprašymas}" is incorrectly translated. Replace it with the original
placeholder key "{description}" to ensure proper runtime substitution and avoid
breaking the placeholder functionality.

}
}
}
}
}
}