Add Tranlation

This commit is contained in:
cameron clark 2020-11-21 13:21:01 +00:00
parent 2c49d481ac
commit ac7cbceca9
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@ function populateVersions(packageInfo, page, installedPlugin) {
for (let i = 0; i < packageInfo.versions.length; i++) {
const version = packageInfo.versions[i];
html += '<option value="' + version.version + '">' + version.version +'from repository ' + version.repositoryName + '</option>';
html += '<option value="' + version.version + '">' + globalize.translate('PluginFromRepo', version.version, version.repositoryName) + '</option>';
}
const selectmenu = $('#selectVersion', page).html(html);

View File

@ -1157,6 +1157,7 @@
"ProductionLocations": "Production locations",
"Profile": "Profile",
"Programs": "Programs",
"PluginFromRepo": "{0} from repository {1}",
"Quality": "Quality",
"QuickConnect": "Quick Connect",
"QuickConnectActivationSuccessful": "Successfully activated",