trivial: Add translation for X-ThunderboltController

This commit is contained in:
Richard Hughes 2019-08-06 09:49:06 +01:00
parent dc6577c8b8
commit 011511e42f

View File

@ -557,6 +557,12 @@ fu_util_release_get_name (FwupdRelease *release)
* the first %s is the device name, e.g. 'Intel ThunderBolt` */
return g_strdup_printf (_("%s Controller Update"), name);
}
if (g_strcmp0 (cat, "X-ThunderboltController") == 0) {
/* TRANSLATORS: the Thunderbolt controller is a device that
* has other high speed Thunderbolt devices plugged into it;
* the first %s is the system name, e.g. 'ThinkPad P50` */
return g_strdup_printf (_("%s Thunderbolt Controller Update"), name);
}
}
/* TRANSLATORS: this is the fallback where we don't know if the release