mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated translations
This commit is contained in:
parent
d02d29f33e
commit
9c61eb5dd7
40 changed files with 181 additions and 203 deletions
|
@ -12,7 +12,7 @@
|
|||
$('#featureAccessFields', page).show();
|
||||
}
|
||||
|
||||
Dashboard.setPageTitle(user.Name || Globalize.translate("AddUser"));
|
||||
Dashboard.setPageTitle(user.Name || Globalize.translate('AddUser'));
|
||||
|
||||
$('#txtUserName', page).val(user.Name);
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
|||
Dashboard.validateCurrentUser(page);
|
||||
|
||||
if (userId) {
|
||||
Dashboard.alert(Globalize.translate("SettingsSaved"));
|
||||
Dashboard.alert(Globalize.translate('SettingsSaved'));
|
||||
} else {
|
||||
Dashboard.navigate("userprofiles.html");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue