returnt('updatenotification','Note that after a new release the update only shows up after the first minor release or later. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found. Learn more about updates and release channels at {link}').replace('{link}','<a href="https://nextcloud.com/release-channels/">https://nextcloud.com/release-channels/</a>')
returnt('updatenotification','Note that after a new release the update only shows up after the first minor release or later. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found. Learn more about updates and release channels at {link}')
returnt('updatenotification','Checking apps for compatible updates')
returnt('updatenotification','Checking apps for compatible versions')
}
if(this.appStoreDisabled){
@ -197,8 +198,8 @@ export default {
}
returnthis.missingAppUpdates.length===0
?t('updatenotification','<strong>All</strong> apps have an update for this version available',this)
:n('updatenotification','<strong>%n</strong> app has no update for this version available','<strong>%n</strong> apps have no update for this version available',this.missingAppUpdates.length)
?t('updatenotification','<strong>All</strong> apps have a compatible version for this Nextcloud version available',this)
:n('updatenotification','<strong>%n</strong> app has no compatible version for this Nextcloud version available','<strong>%n</strong> apps have no compatible version for this Nextcloud version available',this.missingAppUpdates.length)