feat(keyboard): add custom skills plus events and navigate Shortcuts
Ship user-defined Shortcut skills, companion Events/Navigate recipes, shared skill/style card chrome, and bump the build to 69.
This commit is contained in:
@@ -435,7 +435,10 @@
|
||||
"skills.enabled.section" = "In use (%d/%d)";
|
||||
"skills.enabled.empty" = "No skills on the keyboard. Turn one on from the list below.";
|
||||
"skills.available.section" = "Available";
|
||||
"skills.clipboardHistory.banner" = "Turn on Clipboard History in Settings to use these skills after you copy text.";
|
||||
"skills.clipboard.guide.title" = "Clipboard access needed";
|
||||
"skills.clipboard.guide.body" = "Turn on Clipboard History in the app, then allow paste access in iOS Settings, so these skills can run after you copy text.";
|
||||
"skills.clipboard.guide.openAppSettings" = "Open Clipboard settings";
|
||||
"skills.clipboard.guide.openSystemSettings" = "Open iOS Settings";
|
||||
"skills.detail.title" = "Skill";
|
||||
"skills.badge.default" = "Default skill";
|
||||
"skills.action.turnOff" = "Turn off";
|
||||
@@ -452,9 +455,43 @@
|
||||
"skills.translate.description" = "Translate the copied text using your keyboard language setting.";
|
||||
"skills.extractTodos.name" = "Extract tasks";
|
||||
"skills.extractTodos.description" = "Extract to-dos from copied text into Reminders.";
|
||||
"skills.extractEvents.name" = "Extract events";
|
||||
"skills.extractEvents.description" = "Extract events from copied text into Calendar.";
|
||||
"skills.navigate.name" = "Navigate";
|
||||
"skills.navigate.description" = "Find an address in the copied text and start driving directions. Uses Amap if installed, then Baidu Maps, then Apple Maps.";
|
||||
"skills.install.lead" = "Add it, then confirm. Don’t rename it.";
|
||||
"skills.install.openShortcuts" = "Add Shortcut";
|
||||
"skills.install.confirmAdded" = "I've added it";
|
||||
"skills.add" = "Add skill";
|
||||
"skills.edit" = "Edit skill";
|
||||
"skills.custom.description" = "Custom clipboard skill";
|
||||
"skills.editor.name" = "Name";
|
||||
"skills.editor.namePlaceholder" = "Skill name";
|
||||
"skills.editor.summary" = "About";
|
||||
"skills.editor.summaryPlaceholder" = "Shown on the skill card";
|
||||
"skills.editor.icon" = "Icon";
|
||||
"skills.editor.iconChoose" = "Choose SF Symbol";
|
||||
"skills.editor.iconSearch" = "Search symbols";
|
||||
"skills.editor.prompt" = "Processing prompt";
|
||||
"skills.editor.thinking" = "Thinking";
|
||||
"skills.editor.thinkingHint" = "Off by default. Turn on only when you want slower, deeper reasoning for this skill.";
|
||||
"skills.editor.shortcut" = "Shortcut";
|
||||
"skills.editor.linkPlaceholder" = "https://www.icloud.com/shortcuts/…";
|
||||
"skills.editor.shortcutNamePlaceholder" = "Shortcut name (can differ from the skill name)";
|
||||
"skills.editor.shortcutHint" = "Paste an iCloud share link. The published Shortcut name is filled in automatically and you can change it. Don’t rename it in the Shortcuts app after adding.";
|
||||
"skills.editor.lookingUp" = "Looking up Shortcut name…";
|
||||
"skills.editor.resolvedName" = "Will run: %@";
|
||||
"skills.editor.lookupFailed" = "Couldn’t read the Shortcut name. Check the link, or type the name yourself.";
|
||||
"skills.delete.title" = "Delete this skill?";
|
||||
"skills.delete.message" = "It will be removed from this device. The Shortcut in the Shortcuts app is not deleted.";
|
||||
"skills.error.title" = "Couldn’t save skill";
|
||||
"skills.error.emptyName" = "Enter a skill name.";
|
||||
"skills.error.emptyPrompt" = "The prompt cannot be empty.";
|
||||
"skills.error.emptyShortcutName" = "Enter the Shortcut name used to run it.";
|
||||
"skills.error.invalidLink" = "Enter a valid iCloud Shortcuts link.";
|
||||
"skills.error.emptyIcon" = "Choose an icon.";
|
||||
"skills.error.promptTooLong" = "The prompt can contain up to 6,000 characters.";
|
||||
"skills.error.generic" = "Try again.";
|
||||
|
||||
/* Polish style packs */
|
||||
"polishStyles.title" = "Polish styles";
|
||||
|
||||
Reference in New Issue
Block a user