mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-16 11:23:10 +02:00
Desktop/remove hard requirement auth wall on desktop (#5956)
Co-authored-by: Claude Sonnet 4.6 <[email protected]>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
081b1ec49e
commit
2e2b55e87d
@@ -2682,6 +2682,14 @@ integration = "Integration Configuration"
|
||||
security = "Security Configuration"
|
||||
system = "System Configuration"
|
||||
|
||||
[connectionMode.status]
|
||||
localOffline = "Offline mode running"
|
||||
localOnline = "Offline mode running"
|
||||
saas = "Connected to Stirling Cloud"
|
||||
selfhostedChecking = "Connected to self-hosted server (checking...)"
|
||||
selfhostedOffline = "Self-hosted server unreachable"
|
||||
selfhostedOnline = "Connected to self-hosted server"
|
||||
|
||||
[convert]
|
||||
autoRotate = "Auto Rotate"
|
||||
autoRotateDescription = "Automatically rotate images to better fit the PDF page"
|
||||
@@ -5857,12 +5865,15 @@ systemSettings = "System Settings"
|
||||
title = "Configuration"
|
||||
|
||||
[settings.connection]
|
||||
localDescription = "You are using the local backend without an account. Some tools requiring cloud processing or a self-hosted server are unavailable."
|
||||
logout = "Log Out"
|
||||
server = "Server"
|
||||
signIn = "Sign In"
|
||||
title = "Connection Mode"
|
||||
user = "Logged in as"
|
||||
|
||||
[settings.connection.mode]
|
||||
local = "Local Only"
|
||||
saas = "Stirling Cloud"
|
||||
selfhosted = "Self-Hosted"
|
||||
|
||||
@@ -6060,6 +6071,18 @@ title = "Workspace"
|
||||
[settings.team]
|
||||
title = "Team"
|
||||
|
||||
[localMode]
|
||||
toolUnavailable = "This tool requires an account. Sign in to Stirling Cloud or connect to a self-hosted server to use it."
|
||||
|
||||
[localMode.banner]
|
||||
message = "Sign in to unlock all tools."
|
||||
signIn = "Sign In"
|
||||
title = "Running locally"
|
||||
|
||||
[localMode.toolPicker]
|
||||
message = "Sign in to unlock all tools."
|
||||
signIn = "Sign In"
|
||||
|
||||
[setup]
|
||||
description = "Get started by choosing how you want to use Stirling PDF"
|
||||
welcome = "Welcome to Stirling PDF"
|
||||
@@ -6067,6 +6090,7 @@ welcome = "Welcome to Stirling PDF"
|
||||
[setup.login]
|
||||
connectingTo = "Connecting to:"
|
||||
hideInstructions = "Hide instructions"
|
||||
skipSignIn = "Continue without signing in"
|
||||
instructions = "To enable login on your Stirling PDF server:"
|
||||
instructionsEnvVar = "Set the environment variable:"
|
||||
instructionsOrYml = "Or in settings.yml:"
|
||||
@@ -6114,8 +6138,15 @@ title = "Sign in to Stirling"
|
||||
[setup.selfhosted]
|
||||
link = "or connect to a self-hosted account"
|
||||
subtitle = "Enter your server credentials"
|
||||
switchToLocal = "Use local tools instead"
|
||||
title = "Sign in to Server"
|
||||
|
||||
[setup.selfhosted.unreachable]
|
||||
continueOffline = "Use local tools instead"
|
||||
message = "Could not reach {{url}}. Check that the server is running and accessible."
|
||||
retry = "Retry"
|
||||
title = "Cannot connect to server"
|
||||
|
||||
[setup.server]
|
||||
subtitle = "Enter your self-hosted server URL"
|
||||
testing = "Testing connection..."
|
||||
@@ -6123,7 +6154,8 @@ title = "Connect to Server"
|
||||
useLast = "Last used server: {{serverUrl}}"
|
||||
|
||||
[setup.server.error]
|
||||
configFetch = "Failed to fetch server configuration. Please check the URL and try again."
|
||||
configFetch = "Failed to fetch server configuration (status {{status}})"
|
||||
configFetchError = "Failed to fetch server configuration: {{error}}"
|
||||
emptyUrl = "Please enter a server URL"
|
||||
invalidUrl = "Invalid URL format. Please enter a valid URL like https://your-server.com"
|
||||
testFailed = "Connection test failed"
|
||||
@@ -6695,6 +6727,12 @@ removal = "Removal"
|
||||
signing = "Signing"
|
||||
verification = "Verification"
|
||||
|
||||
[tool]
|
||||
endpointUnavailable = "This tool is unavailable on your server."
|
||||
endpointUnavailableClickable = "Not available in this mode. Click to sign in."
|
||||
invalidParams = "Fill in the required settings."
|
||||
noFiles = "Add a file to get started."
|
||||
|
||||
[tools]
|
||||
noSearchResults = "No tools found"
|
||||
noTools = "No tools available"
|
||||
|
||||
Reference in New Issue
Block a user