Skip to content
Snippets Groups Projects
Unverified Commit 298ab054 authored by Erik Montnemery's avatar Erik Montnemery Committed by GitHub
Browse files

Add missing issue translations to the kitchen_sink integration (#95931)

parent f2990d97
No related branches found
No related tags found
No related merge requests found
{
"title": "Demo",
"issues": {
"bad_psu": {
"title": "The power supply is not stable",
"fix_flow": {
"step": {
"confirm": {
"title": "The power supply needs to be replaced",
"description": "Press SUBMIT to confirm the power supply has been replaced"
}
}
}
},
"out_of_blinker_fluid": {
"title": "The blinker fluid is empty and needs to be refilled",
"fix_flow": {
"step": {
"confirm": {
"title": "Blinker fluid needs to be refilled",
"description": "Press SUBMIT when blinker fluid has been refilled"
}
}
}
},
"cold_tea": {
"title": "The tea is cold",
"fix_flow": {
"step": {},
"abort": {
"not_tea_time": "Can not re-heat the tea at this time"
}
}
},
"transmogrifier_deprecated": {
"title": "The transmogrifier component is deprecated",
"description": "The transmogrifier component is now deprecated due to the lack of local control available in the new API"
},
"unfixable_problem": {
"title": "This is not a fixable problem",
"description": "This issue is never going to give up."
}
},
"options": {
"step": {
"init": {
......
{
"issues": {
"bad_psu": {
"title": "The power supply is not stable",
"fix_flow": {
"step": {
"confirm": {
"title": "The power supply needs to be replaced",
"description": "Press SUBMIT to confirm the power supply has been replaced"
}
}
}
},
"out_of_blinker_fluid": {
"title": "The blinker fluid is empty and needs to be refilled",
"fix_flow": {
"step": {
"confirm": {
"title": "Blinker fluid needs to be refilled",
"description": "Press SUBMIT when blinker fluid has been refilled"
}
}
}
},
"cold_tea": {
"title": "The tea is cold",
"fix_flow": {
"step": {},
"abort": {
"not_tea_time": "Can not re-heat the tea at this time"
}
}
},
"transmogrifier_deprecated": {
"title": "The transmogrifier component is deprecated",
"description": "The transmogrifier component is now deprecated due to the lack of local control available in the new API"
},
"unfixable_problem": {
"title": "This is not a fixable problem",
"description": "This issue is never going to give up."
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment