Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/plugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
elevenlabs) TARGET="ElevenLabsPlugin" ;;
claude) TARGET="ClaudePlugin" ;;
cerebras) TARGET="CerebrasPlugin" ;;
openrouter) TARGET="OpenRouterPlugin" ;;
*) echo "Unknown plugin: $PLUGIN_NAME" && exit 1 ;;
esac
# Set deployment target and Swift embedding per plugin
Expand Down
146 changes: 146 additions & 0 deletions Plugins/OpenRouterPlugin/Localizable.xcstrings
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
{
"sourceLanguage" : "en",
"strings" : {
"API Key" : {
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "API-Schlüssel"
}
}
}
},
"API keys are stored securely in the Keychain" : {
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "API-Schlüssel werden sicher im Schlüsselbund gespeichert"
}
}
}
},
"Free" : {
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Kostenlos"
}
}
}
},
"Get API Key" : {
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "API-Schlüssel erstellen"
}
}
}
},
"Invalid API Key" : {
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Ungültiger API-Schlüssel"
}
}
}
},
"LLM Model" : {
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "LLM-Modell"
}
}
}
},
"Refresh" : {
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Aktualisieren"
}
}
}
},
"Remaining: $%@" : {
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Verbleibend: %@ $"
}
}
}
},
"Remove" : {
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Entfernen"
}
}
}
},
"Save" : {
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Sichern"
}
}
}
},
"Search models..." : {
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Modelle suchen ..."
}
}
}
},
"Using default models. Press Refresh to fetch all available models." : {
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Standardmodelle werden verwendet. Aktualisieren drücken, um alle verfügbaren Modelle abzurufen."
}
}
}
},
"Valid API Key" : {
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Gültiger API-Schlüssel"
}
}
}
},
"Validating..." : {
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Wird überprüft ..."
}
}
}
}
},
"version" : "1.0"
}
Loading
Loading