-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathAppIntents.xcstrings
More file actions
94 lines (94 loc) · 2.88 KB
/
Copy pathAppIntents.xcstrings
File metadata and controls
94 lines (94 loc) · 2.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"sourceLanguage" : "en",
"strings" : {
"ios-appintents.newPost.description" : {
"comment" : "Description of the App Intent that opens the post editor. Shown in the Shortcuts app.",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Opens the editor to write a new post."
}
}
}
},
"ios-appintents.openError.notLoggedIn" : {
"comment" : "Error shown by Siri or the Shortcuts app when an App Intent runs while no account is signed in.",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Sign in to the app first to use this action."
}
}
}
},
"ios-appintents.openError.siteNotFound" : {
"comment" : "Error shown by Siri or the Shortcuts app when the site an App Intent should act on no longer exists.",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "The site could not be found."
}
}
}
},
"ios-appintents.openNotifications.description" : {
"comment" : "Description of the App Intent that opens the Notifications tab. Shown in the Shortcuts app.",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Opens your notifications."
}
}
}
},
"ios-appintents.openNotifications.title" : {
"comment" : "Title of the App Intent that opens the Notifications tab. Shown in the Shortcuts app and Spotlight.",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Open Notifications"
}
}
}
},
"ios-appintents.openReader.description" : {
"comment" : "Description of the App Intent that opens the Reader tab. Shown in the Shortcuts app.",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Opens the Reader to browse blogs you follow."
}
}
}
},
"ios-appintents.openStats.description" : {
"comment" : "Description of the App Intent that opens Stats for a site. Shown in the Shortcuts app.",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Opens the stats for one of your sites."
}
}
}
},
"ios-appintents.openStats.title" : {
"comment" : "Title of the App Intent that opens Stats for a site. Shown in the Shortcuts app and Spotlight.",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Open Stats"
}
}
}
}
},
"version" : "1.0"
}