if(disabledCount>0)return_('Some items could not be synchronised. Please try to synchronise them first.');
return'';
};
constmessage=awaitpreventChangeMessage();
if(message){
constresolutionMessage=shim.isReactNative()?
_('Uninstall and reinstall the application. Make sure you create a backup first by exporting all your notes as JEX from the desktop application.'):
_('Close the application, then delete your profile in "%s", and start the application again. Make sure you create a backup first by exporting all your notes as JEX.',Setting.value('profileDir'));
return_('The sync target cannot be changed for the following reason: %s\n\nIf the issue cannot be resolved, you may need to clear your data first by following these instructions:\n\n%s',message,resolutionMessage);