mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
beginning dlna server
This commit is contained in:
parent
f657e2981c
commit
3094868a83
85 changed files with 11092 additions and 246 deletions
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"SettingsSaved": "Seting Disimpan",
|
||||
"AddUser": "Tambah Pengguna",
|
||||
"Users": "Para Pengguna",
|
||||
"Delete": "Padam",
|
||||
"Administrator": "Administrator",
|
||||
"Password": "Password",
|
||||
"DeleteImage": "Delete Image",
|
||||
"DeleteImageConfirmation": "Are you sure you wish to delete this image?",
|
||||
"FileReadCancelled": "The file read has been canceled.",
|
||||
"FileNotFound": "File not found.",
|
||||
"FileReadError": "An error occurred while reading the file.",
|
||||
"DeleteUser": "Delete User",
|
||||
"DeleteUserConfirmation": "Are you sure you wish to delete {0}?",
|
||||
"PasswordResetHeader": "Password Reset",
|
||||
"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.",
|
||||
"OptionOff": "Off",
|
||||
"OptionOn": "On",
|
||||
"OptionRelease": "Official Release",
|
||||
"OptionBeta": "Beta",
|
||||
"OptionDev": "Dev (Unstable)",
|
||||
"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