|
| 1 | +/* Source strings for the Jetpack App Intents (Siri, Shortcuts, Spotlight), uploaded to GlotPress |
| 2 | + under the "ios-appintents." prefix (see MANUALLY_MAINTAINED_STRINGS_FILES in |
| 3 | + fastlane/lanes/localization.rb). |
| 4 | + |
| 5 | + This file is not shipped in any bundle. At runtime the prefixed keys are resolved from the |
| 6 | + app's Localizable.strings, with the defaultValue in code as the fallback until the keys have |
| 7 | + gone through a code freeze. Keep the keys in sync with the LocalizedStringResource keys in |
| 8 | + Sources/Jetpack/AppIntents (minus the prefix). */ |
| 9 | + |
| 10 | +/* Title of the App Intent that opens the post editor. Shown in the Shortcuts app and Spotlight. */ |
| 11 | +"newPost.title" = "New Post"; |
| 12 | + |
| 13 | +/* Description of the App Intent that opens the post editor. Shown in the Shortcuts app. */ |
| 14 | +"newPost.description" = "Opens the editor to write a new post."; |
| 15 | + |
| 16 | +/* Short title of the New Post shortcut tile in Spotlight and the Shortcuts app. */ |
| 17 | +"newPost.shortTitle" = "New Post"; |
| 18 | + |
| 19 | +/* Title of the App Intent that opens the Notifications tab. Shown in the Shortcuts app and Spotlight. */ |
| 20 | +"openNotifications.title" = "Open Notifications"; |
| 21 | + |
| 22 | +/* Description of the App Intent that opens the Notifications tab. Shown in the Shortcuts app. */ |
| 23 | +"openNotifications.description" = "Opens your notifications."; |
| 24 | + |
| 25 | +/* Short title of the Notifications shortcut tile in Spotlight and the Shortcuts app. */ |
| 26 | +"openNotifications.shortTitle" = "Notifications"; |
| 27 | + |
| 28 | +/* Title of the App Intent that opens Stats for a site. Shown in the Shortcuts app and Spotlight. */ |
| 29 | +"openStats.title" = "Open Stats"; |
| 30 | + |
| 31 | +/* Description of the App Intent that opens Stats for a site. Shown in the Shortcuts app. */ |
| 32 | +"openStats.description" = "Opens the stats for one of your sites."; |
| 33 | + |
| 34 | +/* Label of the site parameter of the Open Stats App Intent. Shown in the Shortcuts app. */ |
| 35 | +"openStats.siteParameter" = "Site"; |
| 36 | + |
| 37 | +/* Short title of the Stats shortcut tile in Spotlight and the Shortcuts app. */ |
| 38 | +"openStats.shortTitle" = "Stats"; |
| 39 | + |
| 40 | +/* Title of the App Intent that opens the Reader tab. Shown in the Shortcuts app and Spotlight. */ |
| 41 | +"openReader.title" = "Open Reader"; |
| 42 | + |
| 43 | +/* Description of the App Intent that opens the Reader tab. Shown in the Shortcuts app. */ |
| 44 | +"openReader.description" = "Opens the Reader to browse blogs you follow."; |
| 45 | + |
| 46 | +/* Short title of the Reader shortcut tile in Spotlight and the Shortcuts app. */ |
| 47 | +"openReader.shortTitle" = "Reader"; |
| 48 | + |
| 49 | +/* Error shown by Siri or the Shortcuts app when an App Intent runs while no account is signed in. */ |
| 50 | +"openError.notLoggedIn" = "Sign in to the app first to use this action."; |
| 51 | + |
| 52 | +/* Error shown by Siri or the Shortcuts app when the site an App Intent should act on no longer exists. */ |
| 53 | +"openError.siteNotFound" = "The site could not be found."; |
0 commit comments