web/SavingDialog: add ios saving tutorial

This commit is contained in:
wukko
2024-09-09 00:10:21 +06:00
parent a613f1402d
commit 53eb052fe6
5 changed files with 194 additions and 12 deletions

View File

@@ -5,5 +5,8 @@
"download.think": "processing the link...",
"download.check": "verifying download...",
"download.done": "downloading done",
"download.error": "downloading error"
"download.error": "downloading error",
"tutorial.shortcut.photos": "add photos shortcut",
"tutorial.shortcut.files": "add files shortcut"
}

View File

@@ -10,5 +10,14 @@
"services.title": "supported services",
"services.title_show": "show supported services",
"services.title_hide": "hide supported services",
"services.disclaimer": "cobalt is not affiliated with any of the services listed above."
"services.disclaimer": "cobalt is not affiliated with any of the services listed above.",
"tutorial.title": "how to save on ios?",
"tutorial.intro": "to save media conveniently on ios, you'll need to use a companion siri shortcut from the share sheet.",
"tutorial.step.1": "add companion siri shortcuts:",
"tutorial.step.2": "press the \"share\" button in cobalt's saving dialog.",
"tutorial.step.3": "select the respective shortcut in the share sheet.",
"tutorial.outro": "these shortcuts will work only from the cobalt app, sharing links from other apps will not work.",
"tutorial.shortcut.photos": "to photos",
"tutorial.shortcut.files": "to files"
}