More language fixes and the remaining four languages (Ukrainian, Vietnamese, Simplified Chinese, and Traditional Chinese).

This commit is contained in:
OBattler
2024-11-19 03:46:03 +01:00
parent 48d4ac730c
commit c38fc46670
24 changed files with 3921 additions and 138 deletions

View File

@@ -457,7 +457,7 @@ DeviceConfig::DeviceName(const _device_ *device, const char *internalName, const
if (QStringLiteral("none") == internalName)
return tr("None");
else if (QStringLiteral("internal") == internalName)
return tr("Internal controller");
return tr("Internal device");
else if (device == nullptr)
return "";
else {