mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Add Tranlation
This commit is contained in:
parent
2c49d481ac
commit
ac7cbceca9
@ -21,7 +21,7 @@ function populateVersions(packageInfo, page, installedPlugin) {
|
|||||||
|
|
||||||
for (let i = 0; i < packageInfo.versions.length; i++) {
|
for (let i = 0; i < packageInfo.versions.length; i++) {
|
||||||
const version = packageInfo.versions[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);
|
const selectmenu = $('#selectVersion', page).html(html);
|
||||||
|
@ -1157,6 +1157,7 @@
|
|||||||
"ProductionLocations": "Production locations",
|
"ProductionLocations": "Production locations",
|
||||||
"Profile": "Profile",
|
"Profile": "Profile",
|
||||||
"Programs": "Programs",
|
"Programs": "Programs",
|
||||||
|
"PluginFromRepo": "{0} from repository {1}",
|
||||||
"Quality": "Quality",
|
"Quality": "Quality",
|
||||||
"QuickConnect": "Quick Connect",
|
"QuickConnect": "Quick Connect",
|
||||||
"QuickConnectActivationSuccessful": "Successfully activated",
|
"QuickConnectActivationSuccessful": "Successfully activated",
|
||||||
|
Loading…
Reference in New Issue
Block a user