|
46 | 46 | /* Short title of the Reader shortcut tile in Spotlight and the Shortcuts app. */ |
47 | 47 | "openReader.shortTitle" = "Reader"; |
48 | 48 |
|
| 49 | +/* Title of the App Intent that opens one of the user's posts or pages. Shown in the Shortcuts app and Spotlight. */ |
| 50 | +"openPost.title" = "Open Post"; |
| 51 | + |
| 52 | +/* Description of the App Intent that opens one of the user's posts or pages. Shown in the Shortcuts app. */ |
| 53 | +"openPost.description" = "Opens one of your posts or pages in the app."; |
| 54 | + |
| 55 | +/* Label of the post parameter of the Open Post App Intent. Shown in the Shortcuts app. */ |
| 56 | +"openPost.postParameter" = "Post"; |
| 57 | + |
| 58 | +/* Title of the App Intent that opens a Reader post. Shown in the Shortcuts app and Spotlight. */ |
| 59 | +"openReaderPost.title" = "Open Reader Post"; |
| 60 | + |
| 61 | +/* Description of the App Intent that opens a Reader post. Shown in the Shortcuts app. */ |
| 62 | +"openReaderPost.description" = "Opens a post from your Reader in the app."; |
| 63 | + |
| 64 | +/* Label of the post parameter of the Open Reader Post App Intent. Shown in the Shortcuts app. */ |
| 65 | +"openReaderPost.postParameter" = "Post"; |
| 66 | + |
| 67 | +/* Type name of the post entity in the Shortcuts app, e.g. shown when picking a post. */ |
| 68 | +"postEntity.typeName" = "Post"; |
| 69 | + |
| 70 | +/* Label shown next to a post's site name in the Shortcuts app when the item is a page rather than a post. */ |
| 71 | +"postEntity.pageKind" = "Page"; |
| 72 | + |
| 73 | +/* Type name of the Reader post entity in the Shortcuts app, e.g. shown when picking a post. */ |
| 74 | +"readerPostEntity.typeName" = "Reader Post"; |
| 75 | + |
| 76 | +/* Generic title shown in the Shortcuts app for a post in a saved shortcut that is no longer cached on this device. */ |
| 77 | +"postEntity.placeholderTitle" = "Post"; |
| 78 | + |
| 79 | +/* Generic title shown in the Shortcuts app for a Reader post in a saved shortcut that is no longer cached on this device. */ |
| 80 | +"readerPostEntity.placeholderTitle" = "Reader Post"; |
| 81 | + |
49 | 82 | /* Error shown by Siri or the Shortcuts app when an App Intent runs while no account is signed in. */ |
50 | 83 | "openError.notLoggedIn" = "Sign in to the app first to use this action."; |
51 | 84 |
|
52 | 85 | /* Error shown by Siri or the Shortcuts app when the site an App Intent should act on no longer exists. */ |
53 | 86 | "openError.siteNotFound" = "The site could not be found."; |
| 87 | + |
| 88 | +/* Error shown by Siri or the Shortcuts app when the post an App Intent should act on no longer exists. */ |
| 89 | +"openError.postNotFound" = "The post could not be found."; |
0 commit comments