mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add latest translations
This commit is contained in:
parent
8fd7c1d99a
commit
55bfb651b6
41 changed files with 452 additions and 427 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Plugins</title>
|
||||
<title>${PluginsTitle}</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="pluginUpdatesPage" data-role="page" class="page type-interior pluginConfigurationPage">
|
||||
|
@ -9,9 +9,9 @@
|
|||
<div data-role="content">
|
||||
<div class="content-primary">
|
||||
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
||||
<a href="plugins.html" data-role="button">My Plugins</a>
|
||||
<a href="plugincatalog.html" data-role="button">Catalog</a>
|
||||
<a href="pluginupdates.html" data-role="button" class="ui-btn-active">Updates</a>
|
||||
<a href="plugins.html" data-role="button">${TabMyPlugins}</a>
|
||||
<a href="plugincatalog.html" data-role="button">${TabCatalog}</a>
|
||||
<a href="pluginupdates.html" data-role="button" class="ui-btn-active">${TabUpdates}</a>
|
||||
</div>
|
||||
|
||||
<form id="pluginUpdatesForm">
|
||||
|
@ -20,8 +20,8 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th data-priority="2">Automatic updates</th>
|
||||
<th data-priority="3">Update level</th>
|
||||
<th data-priority="2">${HeaderAutomaticUpdates}</th>
|
||||
<th data-priority="3">${HeaderUpdateLevel}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="tbodyPluginUpdates"></tbody>
|
||||
|
@ -31,7 +31,7 @@
|
|||
<br />
|
||||
|
||||
<div class="fieldDescription warningFieldDescription">
|
||||
Dev builds are the bleeding edge. Released often, these build have not been tested. The application may crash and entire features may not work at all.
|
||||
${DevBuildWarning}
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue