music-assistant-server

477 BJSON
strings.json
477 B21 lines • json
1{
2  "config_entries": {
3    "clear_cache": {
4      "label": "Clear cache",
5      "description": "Reset/clear all items in the cache. "
6    }
7  },
8  "config_actions": {
9    "clear_cache": {
10      "result": "The cache has been cleared"
11    }
12  },
13  "background_task": {
14    "cache_database_cleanup": "Cache database cleanup"
15  },
16  "manifest": {
17    "name": "Cache",
18    "description": "Configuration of the core module that handles caching of data across the application"
19  }
20}
21