This commit is contained in:
2026-01-20 05:48:27 +00:00
parent f73ce4095c
commit 5cf365f354

View File

@@ -1,12 +1,12 @@
{ {
"config": { "config": {
"abort": { "abort": {
"single_instance_allowed": "Bahmcloud Store is already configured." "single_instance_allowed": "Only one Bahmcloud Store instance can be configured."
}, },
"step": { "step": {
"user": { "user": {
"title": "Set up Bahmcloud Store", "title": "Bahmcloud Store",
"description": "The store index is fixed to the official Bahmcloud Store.\n\nOptional: Add a GitHub token to increase API rate limits for GitHub/HACS repositories.", "description": "Bahmcloud Store uses a fixed official store index. You can optionally add a GitHub token to increase API rate limits.",
"data": { "data": {
"github_token": "GitHub token (optional)" "github_token": "GitHub token (optional)"
} }
@@ -16,8 +16,8 @@
"options": { "options": {
"step": { "step": {
"init": { "init": {
"title": "Bahmcloud Store options", "title": "Bahmcloud Store Options",
"description": "Optional: Configure a GitHub token to increase API rate limits.", "description": "Optionally set or clear your GitHub token to reduce rate limiting.",
"data": { "data": {
"github_token": "GitHub token (optional)" "github_token": "GitHub token (optional)"
} }
@@ -40,4 +40,4 @@
} }
} }
} }
} }