Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/src/commit/a4c1780dff0a434db0a0d5d28fab4e57404d6c47/static/plugins/jtable/localization/jquery.jtable.se.js You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/static/plugins/jtable/localization/jquery.jtable.se.js

31 lines
1.1 KiB

/*
jTable localization file for 'Swedish' language.
Author: Mikael Holgersson
*/
(function ($) {
$.extend(true, $.hik.jtable.prototype.options.messages, {
serverCommunicationError: 'Ett fel uppstod i kommunikationen med servern.',
loadingMessage: 'Laddar...',
noDataAvailable: 'Data saknas',
addNewRecord: 'Lägg till ny post',
editRecord: 'Redigera post',
areYouSure: 'Är du säker?',
deleteConfirmation: 'Denna posten kommer att raderas. Är du säker?',
save: 'Spara',
saving: 'Sparar...',
cancel: 'Avbryt',
deleteText: 'Radera',
deleting: 'Raderar...',
error: 'Fel',
close: 'Stäng',
cannotLoadOptionsFor: 'Kan inte ladda alternativ för fält {0}',
pagingInfo: 'Visar {0} - {1} av {2}',
canNotDeletedRecords: 'Kan inte radera {0} av {1} poster!',
deleteProggress: 'Raderat {0} av {1} poster, bearbetar...',
pageSizeChangeLabel: 'Antal poster per sida',
gotoPageLabel: 'Gå till sida'
});
})(jQuery);