feat(mobile): clear local storage option (#4635)

* feat(mobile): clear local storage option

* en json
This commit is contained in:
Alex
2023-10-25 09:53:16 -05:00
committed by GitHub
parent e47a11b8ba
commit aefd052888
4 changed files with 101 additions and 15 deletions

View File

@@ -361,6 +361,8 @@
"version_announcement_overlay_text_3": " and ensure your docker-compose and .env setup is up-to-date to prevent any misconfigurations, especially if you use WatchTower or any mechanism that handles updating your server application automatically.",
"version_announcement_overlay_title": "New Server Version Available \uD83C\uDF89",
"viewer_remove_from_stack": "Remove from Stack",
"viewer_stack_use_as_main_asset": "Use as Main Asset",
"viewer_unstack": "Un-Stack"
}
"viewer_unstack": "Un-Stack",
"cache_settings_tile_title": "Local Storage",
"cache_settings_tile_subtitle": "Control the local storage behaviour",
"viewer_stack_use_as_main_asset": "Use as Main Asset"
}