mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-20 06:28:34 +00:00
added more remote control commands
This commit is contained in:
parent
c0801e4f6d
commit
bb5386bb3a
43 changed files with 816 additions and 149 deletions
|
|
@ -17,5 +17,15 @@
|
|||
"PasswordResetComplete": "The password has been reset.",
|
||||
"PasswordResetConfirmation": "Are you sure you wish to reset the password?",
|
||||
"PasswordSaved": "Password saved.",
|
||||
"PasswordMatchError": "Password and password confirmation must match."
|
||||
"PasswordMatchError": "Password and password confirmation must match.",
|
||||
"OptionOff": "Off",
|
||||
"OptionOn": "On",
|
||||
"OptionRelease": "Release",
|
||||
"OptionBeta": "Beta",
|
||||
"OptionDev": "Dev",
|
||||
"UninstallPluginHeader": "Uninstall Plugin",
|
||||
"UninstallPluginConfirmation": "Are you sure you wish to uninstall {0}?",
|
||||
"NoPluginConfigurationMessage": "This plugin has nothing to configure.",
|
||||
"NoPluginsInstalledMessage": "You have no plugins installed.",
|
||||
"BrowsePluginCatalogMessage": "Browse our plugin catalog to view available plugins."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue