{{$root.getMsg('store.status.' + (storeModel.pluginDetails.error ? 'error' : storeModel.pluginDetails.state.toLowerCase()), storeModel.pluginDetails.updatedVersion)}}
{{$root.getMsg(storeModel.pluginDetails.running ? 'store.status.running' : 'store.status.stopped');}}
{{$root.getMsg('store.status.stopped.pending');}}
{{$root.getMsg('store.status.running.pending');}}
{{storeModel.pluginDetails.error}}
{{$root.getMsg('store.loading')}}
{{$root.getMsg('store.loadingdetails')}}
{{$root.getMsg('store.loading')}}
{{$root.getMsg('store.nomatch')}}
{{$root.getMsg('store.searchresult.hint', $root.search.term, (storeModel.pluginsPerCategory[storeModel.searchResultCategories[0].key].length||0))}}
{{$root.getMsg('store.loading')}}
{{$root.getMsg('store.nomatch')}}
{{$root.getMsg('store.searchresult.hint', $root.search.term, (storeModel.pluginsPerCategory[storeModel.searchResultCategories[0].key].length||0))}}
{{storeModel.pluginDetails.error}}
{{storeModel.pluginDetails.description}}
{{$root.getMsg('store.details.changelog.label', storeModel.pluginDetails.updatedVersion || storeModel.pluginDetails.version)}}
{{$root.getMsg('store.details.migration.label', storeModel.pluginDetails.updatedVersion || storeModel.pluginDetails.version)}}
{{$root.getMsg('store.details.developerinformation.label')}}
{{getDeveloperTemplate(devTemplate)}}