@authrim/setup 0.1.80 → 0.1.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__tests__/migrate.test.js +31 -4
- package/dist/__tests__/migrate.test.js.map +1 -1
- package/dist/__tests__/paths.test.js.map +1 -1
- package/dist/cli/commands/deploy.d.ts.map +1 -1
- package/dist/cli/commands/deploy.js +5 -2
- package/dist/cli/commands/deploy.js.map +1 -1
- package/dist/cli/commands/init.d.ts +1 -0
- package/dist/cli/commands/init.d.ts.map +1 -1
- package/dist/cli/commands/init.js +73 -30
- package/dist/cli/commands/init.js.map +1 -1
- package/dist/cli/commands/migrate.d.ts.map +1 -1
- package/dist/cli/commands/migrate.js +2 -1
- package/dist/cli/commands/migrate.js.map +1 -1
- package/dist/core/keys.d.ts.map +1 -1
- package/dist/core/keys.js.map +1 -1
- package/dist/core/migrate.d.ts.map +1 -1
- package/dist/core/migrate.js.map +1 -1
- package/dist/core/paths.d.ts.map +1 -1
- package/dist/core/paths.js +1 -3
- package/dist/core/paths.js.map +1 -1
- package/dist/core/wrangler-sync.d.ts.map +1 -1
- package/dist/core/wrangler-sync.js +2 -2
- package/dist/core/wrangler-sync.js.map +1 -1
- package/dist/i18n/detector.d.ts +28 -0
- package/dist/i18n/detector.d.ts.map +1 -0
- package/dist/i18n/detector.js +103 -0
- package/dist/i18n/detector.js.map +1 -0
- package/dist/i18n/index.d.ts +64 -0
- package/dist/i18n/index.d.ts.map +1 -0
- package/dist/i18n/index.js +194 -0
- package/dist/i18n/index.js.map +1 -0
- package/dist/i18n/locales/en.d.ts +8 -0
- package/dist/i18n/locales/en.d.ts.map +1 -0
- package/dist/i18n/locales/en.js +581 -0
- package/dist/i18n/locales/en.js.map +1 -0
- package/dist/i18n/locales/ja.d.ts +8 -0
- package/dist/i18n/locales/ja.d.ts.map +1 -0
- package/dist/i18n/locales/ja.js +581 -0
- package/dist/i18n/locales/ja.js.map +1 -0
- package/dist/i18n/types.d.ts +303 -0
- package/dist/i18n/types.d.ts.map +1 -0
- package/dist/i18n/types.js +19 -0
- package/dist/i18n/types.js.map +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/web/api.d.ts.map +1 -1
- package/dist/web/api.js +7 -2
- package/dist/web/api.js.map +1 -1
- package/dist/web/server.d.ts.map +1 -1
- package/dist/web/server.js +21 -2
- package/dist/web/server.js.map +1 -1
- package/dist/web/ui.d.ts +2 -1
- package/dist/web/ui.d.ts.map +1 -1
- package/dist/web/ui.js +87 -2
- package/dist/web/ui.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/en.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,QAAA,MAAM,EAAE,EAAE,YAknBT,CAAC;AAEF,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1,581 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* English Translations for Authrim Setup Tool
|
|
3
|
+
* This is the base translation file.
|
|
4
|
+
*/
|
|
5
|
+
const en = {
|
|
6
|
+
// Language selection
|
|
7
|
+
'language.select': 'Select language / 言語を選択 / 选择语言',
|
|
8
|
+
'language.selected': 'Language: {{language}}',
|
|
9
|
+
// Banner
|
|
10
|
+
'banner.title': 'Authrim Setup',
|
|
11
|
+
'banner.subtitle': 'OIDC Provider on Cloudflare Workers',
|
|
12
|
+
'banner.warning': 'WARNING: Under Development!',
|
|
13
|
+
'banner.warningDetail': 'This project does not work correctly yet.',
|
|
14
|
+
'banner.adminWarning': 'Admin UI is incomplete and does not support login.',
|
|
15
|
+
'banner.exitHint': 'Press Ctrl+C at any time to exit',
|
|
16
|
+
// Mode selection
|
|
17
|
+
'mode.prompt': 'Choose setup method',
|
|
18
|
+
'mode.quick': 'Web UI (Recommended)',
|
|
19
|
+
'mode.quickDesc': 'Interactive setup in your browser',
|
|
20
|
+
'mode.advanced': 'CLI Mode',
|
|
21
|
+
'mode.advancedDesc': 'Interactive setup in terminal',
|
|
22
|
+
// Startup menu
|
|
23
|
+
'startup.description': 'Set up Authrim OIDC Provider on Cloudflare Workers.',
|
|
24
|
+
'startup.cancel': 'Cancel',
|
|
25
|
+
'startup.cancelDesc': 'Exit setup',
|
|
26
|
+
'startup.cancelled': 'Setup cancelled.',
|
|
27
|
+
'startup.resumeLater': 'To resume later:',
|
|
28
|
+
// Main menu
|
|
29
|
+
'menu.prompt': 'What would you like to do?',
|
|
30
|
+
'menu.quick': 'Quick Setup (5 minutes)',
|
|
31
|
+
'menu.quickDesc': 'Deploy Authrim with minimal configuration',
|
|
32
|
+
'menu.custom': 'Custom Setup',
|
|
33
|
+
'menu.customDesc': 'Configure all options step by step',
|
|
34
|
+
'menu.manage': 'View Existing Environments',
|
|
35
|
+
'menu.manageDesc': 'View, inspect, or delete existing environments',
|
|
36
|
+
'menu.load': 'Load Existing Configuration',
|
|
37
|
+
'menu.loadDesc': 'Resume setup from authrim-config.json',
|
|
38
|
+
'menu.exit': 'Exit',
|
|
39
|
+
'menu.exitDesc': 'Exit setup',
|
|
40
|
+
'menu.goodbye': 'Goodbye!',
|
|
41
|
+
// Update check
|
|
42
|
+
'update.checking': 'Checking for updates...',
|
|
43
|
+
'update.available': 'Update available: {{localVersion}} → {{remoteVersion}}',
|
|
44
|
+
'update.prompt': 'What would you like to do?',
|
|
45
|
+
'update.continue': 'Continue with current version ({{version}})',
|
|
46
|
+
'update.continueDesc': 'Use the existing source code',
|
|
47
|
+
'update.update': 'Update to latest ({{version}})',
|
|
48
|
+
'update.updateDesc': 'Download and replace with new version',
|
|
49
|
+
'update.cancel': 'Cancel',
|
|
50
|
+
'update.cancelled': 'Cancelled.',
|
|
51
|
+
'update.current': 'Using Authrim source (v{{version}})',
|
|
52
|
+
// Source download
|
|
53
|
+
'source.downloading': 'Downloading source code...',
|
|
54
|
+
'source.downloaded': 'Source code downloaded ({{version}})',
|
|
55
|
+
'source.extracting': 'Extracting source code...',
|
|
56
|
+
'source.installing': 'Installing dependencies (this may take a few minutes)...',
|
|
57
|
+
'source.installed': 'Dependencies installed',
|
|
58
|
+
'source.installFailed': 'Failed to install dependencies',
|
|
59
|
+
'source.installManually': 'You can try installing manually:',
|
|
60
|
+
'source.notInSourceDir': 'Authrim source code not found',
|
|
61
|
+
'source.downloadPrompt': 'Download source code to {{path}}?',
|
|
62
|
+
'source.downloadOption': 'Download source code',
|
|
63
|
+
'source.downloadOptionDesc': 'Download latest version',
|
|
64
|
+
'source.exitOption': 'Exit',
|
|
65
|
+
'source.exitOptionDesc': 'Exit setup',
|
|
66
|
+
'source.cloneManually': 'To clone manually:',
|
|
67
|
+
'source.directoryExists': 'Directory {{path}} exists but is not a valid Authrim source',
|
|
68
|
+
'source.replaceOption': 'Replace with fresh download',
|
|
69
|
+
'source.replaceOptionDesc': 'Remove {{path}} and download latest',
|
|
70
|
+
'source.differentOption': 'Use different directory',
|
|
71
|
+
'source.differentOptionDesc': 'Specify another location',
|
|
72
|
+
'source.enterPath': 'Enter directory path:',
|
|
73
|
+
'source.updateFailed': 'Update failed',
|
|
74
|
+
'source.downloadFailed': 'Download failed',
|
|
75
|
+
'source.verificationWarnings': 'Source structure verification warnings:',
|
|
76
|
+
// Prerequisites
|
|
77
|
+
'prereq.checking': 'Checking wrangler status...',
|
|
78
|
+
'prereq.wranglerNotInstalled': 'wrangler is not installed',
|
|
79
|
+
'prereq.wranglerInstallHint': 'Run the following command to install:',
|
|
80
|
+
'prereq.notLoggedIn': 'Not logged in to Cloudflare',
|
|
81
|
+
'prereq.loginHint': 'Run the following command to authenticate:',
|
|
82
|
+
'prereq.loggedInAs': 'Connected to Cloudflare ({{email}})',
|
|
83
|
+
'prereq.accountId': 'Account ID: {{accountId}}',
|
|
84
|
+
// Environment
|
|
85
|
+
'env.prompt': 'Enter environment name',
|
|
86
|
+
'env.prod': 'Production',
|
|
87
|
+
'env.prodDesc': 'For production use',
|
|
88
|
+
'env.staging': 'Staging',
|
|
89
|
+
'env.stagingDesc': 'For testing before production',
|
|
90
|
+
'env.dev': 'Development',
|
|
91
|
+
'env.devDesc': 'For local development',
|
|
92
|
+
'env.custom': 'Custom',
|
|
93
|
+
'env.customDesc': 'Enter a custom environment name',
|
|
94
|
+
'env.customPrompt': 'Enter custom environment name',
|
|
95
|
+
'env.customValidation': 'Only lowercase alphanumeric and hyphens allowed (e.g., prod, staging, dev)',
|
|
96
|
+
'env.detected': 'Detected Environments:',
|
|
97
|
+
'env.selectExisting': 'Select existing environment',
|
|
98
|
+
'env.createNew': 'Create new environment',
|
|
99
|
+
'env.createNewDesc': 'Set up a new environment',
|
|
100
|
+
'env.checking': 'Checking for existing environments...',
|
|
101
|
+
'env.alreadyExists': 'Environment "{{env}}" already exists',
|
|
102
|
+
'env.existingResources': 'Existing resources:',
|
|
103
|
+
'env.workers': 'Workers: {{count}}',
|
|
104
|
+
'env.d1Databases': 'D1 Databases: {{count}}',
|
|
105
|
+
'env.kvNamespaces': 'KV Namespaces: {{count}}',
|
|
106
|
+
'env.chooseAnother': 'Please choose a different name or use "npx @authrim/setup manage" to delete it first.',
|
|
107
|
+
'env.available': 'Environment name is available',
|
|
108
|
+
'env.checkFailed': 'Could not check existing environments (continuing anyway)',
|
|
109
|
+
'env.noEnvFound': 'No Authrim environments found.',
|
|
110
|
+
// Region
|
|
111
|
+
'region.prompt': 'Select region',
|
|
112
|
+
'region.auto': 'Automatic (nearest to you)',
|
|
113
|
+
'region.autoDesc': 'Let Cloudflare choose the nearest region',
|
|
114
|
+
'region.wnam': 'North America (West)',
|
|
115
|
+
'region.wnamDesc': 'Western North America',
|
|
116
|
+
'region.enam': 'North America (East)',
|
|
117
|
+
'region.enamDesc': 'Eastern North America',
|
|
118
|
+
'region.weur': 'Europe (West)',
|
|
119
|
+
'region.weurDesc': 'Western Europe',
|
|
120
|
+
'region.eeur': 'Europe (East)',
|
|
121
|
+
'region.eeurDesc': 'Eastern Europe',
|
|
122
|
+
'region.apac': 'Asia Pacific',
|
|
123
|
+
'region.apacDesc': 'Asia Pacific region',
|
|
124
|
+
'region.oceania': 'Oceania',
|
|
125
|
+
'region.oceaniaDesc': 'Australia and Pacific Islands',
|
|
126
|
+
'region.euJurisdiction': 'EU Jurisdiction (GDPR compliance)',
|
|
127
|
+
'region.euJurisdictionDesc': 'Data stored within EU',
|
|
128
|
+
// UI deployment
|
|
129
|
+
'ui.prompt': 'UI deployment method',
|
|
130
|
+
'ui.pagesOption': 'Cloudflare Pages',
|
|
131
|
+
'ui.pagesDesc': 'Deploy to Cloudflare Pages (recommended)',
|
|
132
|
+
'ui.customOption': 'Custom domain',
|
|
133
|
+
'ui.customDesc': 'Use your own hosting',
|
|
134
|
+
'ui.skipOption': 'Skip',
|
|
135
|
+
'ui.skipDesc': 'Skip UI deployment',
|
|
136
|
+
'ui.customPrompt': 'Enter custom UI URL',
|
|
137
|
+
// Domain
|
|
138
|
+
'domain.prompt': 'Configure custom domain?',
|
|
139
|
+
'domain.workersDevOption': 'Use workers.dev domain',
|
|
140
|
+
'domain.workersDevDesc': 'Use Cloudflare default domain',
|
|
141
|
+
'domain.customOption': 'Configure custom domain',
|
|
142
|
+
'domain.customDesc': 'Use your own domain',
|
|
143
|
+
'domain.customPrompt': 'Enter custom domain (e.g., auth.example.com)',
|
|
144
|
+
'domain.customValidation': 'Please enter a valid domain (e.g., auth.example.com)',
|
|
145
|
+
'domain.issuerUrl': 'Issuer URL: {{url}}',
|
|
146
|
+
'domain.apiDomain': 'API / Issuer domain (e.g., auth.example.com)',
|
|
147
|
+
'domain.loginUiDomain': 'Login UI domain (Enter to skip)',
|
|
148
|
+
'domain.adminUiDomain': 'Admin UI domain (Enter to skip)',
|
|
149
|
+
'domain.enterDomains': 'Enter custom domains (leave empty to use Cloudflare defaults)',
|
|
150
|
+
'domain.singleTenantNote': 'In single-tenant mode, Issuer URL = API domain',
|
|
151
|
+
'domain.usingWorkersDev': '(using Cloudflare workers.dev domain)',
|
|
152
|
+
// Database
|
|
153
|
+
'db.title': 'Database Configuration',
|
|
154
|
+
'db.regionWarning': 'Database region cannot be changed after creation.',
|
|
155
|
+
'db.coreDescription': 'Core DB: Stores OAuth clients, tokens, sessions, audit logs',
|
|
156
|
+
'db.coreRegion': 'Core Database region',
|
|
157
|
+
'db.piiDescription': 'PII DB: Stores user profiles, credentials, personal data',
|
|
158
|
+
'db.piiNote': 'Consider your data protection requirements.',
|
|
159
|
+
'db.piiRegion': 'PII Database region',
|
|
160
|
+
'db.creating': 'Creating database...',
|
|
161
|
+
'db.created': 'Database created: {{name}}',
|
|
162
|
+
'db.existing': 'Using existing database: {{name}}',
|
|
163
|
+
'db.error': 'Failed to create database',
|
|
164
|
+
'db.locationHints': 'Location Hints',
|
|
165
|
+
'db.jurisdictionCompliance': 'Jurisdiction (Compliance)',
|
|
166
|
+
// KV
|
|
167
|
+
'kv.creating': 'Creating KV namespace...',
|
|
168
|
+
'kv.created': 'KV namespace created: {{name}}',
|
|
169
|
+
'kv.existing': 'Using existing KV namespace: {{name}}',
|
|
170
|
+
'kv.error': 'Failed to create KV namespace',
|
|
171
|
+
// Queue
|
|
172
|
+
'queue.creating': 'Creating queue...',
|
|
173
|
+
'queue.created': 'Queue created: {{name}}',
|
|
174
|
+
'queue.existing': 'Using existing queue: {{name}}',
|
|
175
|
+
'queue.error': 'Failed to create queue',
|
|
176
|
+
// R2
|
|
177
|
+
'r2.creating': 'Creating R2 bucket...',
|
|
178
|
+
'r2.created': 'R2 bucket created: {{name}}',
|
|
179
|
+
'r2.existing': 'Using existing R2 bucket: {{name}}',
|
|
180
|
+
'r2.error': 'Failed to create R2 bucket',
|
|
181
|
+
// Keys
|
|
182
|
+
'keys.generating': 'Generating cryptographic keys...',
|
|
183
|
+
'keys.generated': 'Keys generated ({{path}})',
|
|
184
|
+
'keys.existing': 'Keys already exist for environment "{{env}}"',
|
|
185
|
+
'keys.existingWarning': 'Existing keys will be overwritten.',
|
|
186
|
+
'keys.error': 'Failed to generate keys',
|
|
187
|
+
'keys.regeneratePrompt': 'Regenerate keys?',
|
|
188
|
+
'keys.regenerateWarning': 'This will invalidate all existing tokens!',
|
|
189
|
+
// Config
|
|
190
|
+
'config.saving': 'Saving configuration...',
|
|
191
|
+
'config.saved': 'Configuration saved to {{path}}',
|
|
192
|
+
'config.error': 'Failed to save configuration',
|
|
193
|
+
'config.path': 'Configuration path',
|
|
194
|
+
'config.summary': 'Configuration Summary',
|
|
195
|
+
'config.infrastructure': 'Infrastructure:',
|
|
196
|
+
'config.environment': 'Environment:',
|
|
197
|
+
'config.workerPrefix': 'Worker Prefix:',
|
|
198
|
+
'config.profile': 'Profile:',
|
|
199
|
+
'config.tenantIssuer': 'Tenant & Issuer:',
|
|
200
|
+
'config.mode': 'Mode:',
|
|
201
|
+
'config.multiTenant': 'Multi-tenant',
|
|
202
|
+
'config.singleTenant': 'Single-tenant',
|
|
203
|
+
'config.baseDomain': 'Base Domain:',
|
|
204
|
+
'config.issuerFormat': 'Issuer Format:',
|
|
205
|
+
'config.issuerUrl': 'Issuer URL:',
|
|
206
|
+
'config.defaultTenant': 'Default Tenant:',
|
|
207
|
+
'config.displayName': 'Display Name:',
|
|
208
|
+
'config.publicUrls': 'Public URLs:',
|
|
209
|
+
'config.apiRouter': 'API Router:',
|
|
210
|
+
'config.loginUi': 'Login UI:',
|
|
211
|
+
'config.adminUi': 'Admin UI:',
|
|
212
|
+
'config.components': 'Components:',
|
|
213
|
+
'config.featureFlags': 'Feature Flags:',
|
|
214
|
+
'config.emailSettings': 'Email:',
|
|
215
|
+
'config.oidcSettings': 'OIDC Settings:',
|
|
216
|
+
'config.accessTtl': 'Access TTL:',
|
|
217
|
+
'config.refreshTtl': 'Refresh TTL:',
|
|
218
|
+
'config.authCodeTtl': 'Auth Code TTL:',
|
|
219
|
+
'config.pkceRequired': 'PKCE Required:',
|
|
220
|
+
'config.sharding': 'Sharding:',
|
|
221
|
+
'config.authCodeShards': 'Auth Code:',
|
|
222
|
+
'config.refreshTokenShards': 'Refresh Token:',
|
|
223
|
+
'config.database': 'Database:',
|
|
224
|
+
'config.coreDb': 'Core DB:',
|
|
225
|
+
'config.piiDb': 'PII DB:',
|
|
226
|
+
'config.enabled': 'Enabled',
|
|
227
|
+
'config.disabled': 'Disabled',
|
|
228
|
+
'config.standard': '(standard)',
|
|
229
|
+
'config.notConfigured': 'Not configured (configure later)',
|
|
230
|
+
'config.yes': 'Yes',
|
|
231
|
+
'config.no': 'No',
|
|
232
|
+
'config.shards': 'shards',
|
|
233
|
+
'config.sec': 'sec',
|
|
234
|
+
'config.automatic': 'Automatic',
|
|
235
|
+
// Deploy
|
|
236
|
+
'deploy.prompt': 'Start setup with this configuration?',
|
|
237
|
+
'deploy.starting': 'Running Setup...',
|
|
238
|
+
'deploy.building': 'Building packages...',
|
|
239
|
+
'deploy.deploying': 'Deploying to Cloudflare...',
|
|
240
|
+
'deploy.success': 'Setup complete!',
|
|
241
|
+
'deploy.error': 'Failed to deploy',
|
|
242
|
+
'deploy.skipped': 'Deployment skipped',
|
|
243
|
+
'deploy.component': 'Deploying {{component}}...',
|
|
244
|
+
'deploy.uploadingSecrets': 'Uploading secrets...',
|
|
245
|
+
'deploy.secretsUploaded': 'Secrets uploaded',
|
|
246
|
+
'deploy.runningMigrations': 'Running database migrations...',
|
|
247
|
+
'deploy.migrationsComplete': 'Migrations complete',
|
|
248
|
+
'deploy.deployingWorker': 'Deploying worker {{name}}...',
|
|
249
|
+
'deploy.workerDeployed': 'Worker deployed: {{name}}',
|
|
250
|
+
'deploy.deployingUI': 'Deploying UI...',
|
|
251
|
+
'deploy.uiDeployed': 'UI deployed',
|
|
252
|
+
'deploy.creatingResources': 'Creating Cloudflare resources...',
|
|
253
|
+
'deploy.resourcesFailed': 'Failed to create resources',
|
|
254
|
+
'deploy.continueWithout': 'Continue without provisioning? (you will need to create resources manually)',
|
|
255
|
+
'deploy.emailSecretsSaved': 'Email secrets saved to {{path}}',
|
|
256
|
+
// Email provider
|
|
257
|
+
'email.title': 'Email Provider',
|
|
258
|
+
'email.description': 'Configure email sending for magic links and verification codes.',
|
|
259
|
+
'email.prompt': 'Configure email provider now?',
|
|
260
|
+
'email.resendOption': 'Resend',
|
|
261
|
+
'email.resendDesc': 'Modern email API for developers',
|
|
262
|
+
'email.sesOption': 'AWS SES',
|
|
263
|
+
'email.sesDesc': 'Amazon Simple Email Service',
|
|
264
|
+
'email.smtpOption': 'SMTP',
|
|
265
|
+
'email.smtpDesc': 'Generic SMTP server',
|
|
266
|
+
'email.skipOption': 'None (configure later)',
|
|
267
|
+
'email.skipDesc': 'Skip email configuration',
|
|
268
|
+
'email.apiKeyPrompt': 'Resend API key',
|
|
269
|
+
'email.apiKeyHint': 'Get your API key at: https://resend.com/api-keys',
|
|
270
|
+
'email.domainHint': 'Set up domain at: https://resend.com/domains',
|
|
271
|
+
'email.apiKeyRequired': 'API key is required',
|
|
272
|
+
'email.apiKeyWarning': 'Warning: Resend API keys typically start with "re_"',
|
|
273
|
+
'email.fromAddressPrompt': 'From email address',
|
|
274
|
+
'email.fromAddressValidation': 'Please enter a valid email address',
|
|
275
|
+
'email.fromNamePrompt': 'From display name (optional)',
|
|
276
|
+
'email.domainVerificationRequired': 'Domain verification required for sending from your own domain.',
|
|
277
|
+
'email.seeDocumentation': 'See: https://resend.com/docs/dashboard/domains/introduction',
|
|
278
|
+
'email.provider': 'Provider:',
|
|
279
|
+
'email.fromAddress': 'From Address:',
|
|
280
|
+
'email.fromName': 'From Name:',
|
|
281
|
+
// SMS provider
|
|
282
|
+
'sms.prompt': 'Configure SMS provider?',
|
|
283
|
+
'sms.twilioOption': 'Twilio',
|
|
284
|
+
'sms.twilioDesc': 'SMS via Twilio',
|
|
285
|
+
'sms.skipOption': 'None (configure later)',
|
|
286
|
+
'sms.skipDesc': 'Skip SMS configuration',
|
|
287
|
+
'sms.accountSidPrompt': 'Twilio Account SID',
|
|
288
|
+
'sms.authTokenPrompt': 'Twilio Auth Token',
|
|
289
|
+
'sms.fromNumberPrompt': 'From phone number',
|
|
290
|
+
// Social providers
|
|
291
|
+
'social.prompt': 'Configure social login providers?',
|
|
292
|
+
'social.googleOption': 'Google',
|
|
293
|
+
'social.googleDesc': 'Sign in with Google',
|
|
294
|
+
'social.githubOption': 'GitHub',
|
|
295
|
+
'social.githubDesc': 'Sign in with GitHub',
|
|
296
|
+
'social.appleOption': 'Apple',
|
|
297
|
+
'social.appleDesc': 'Sign in with Apple',
|
|
298
|
+
'social.microsoftOption': 'Microsoft',
|
|
299
|
+
'social.microsoftDesc': 'Sign in with Microsoft',
|
|
300
|
+
'social.skipOption': 'None (configure later)',
|
|
301
|
+
'social.skipDesc': 'Skip social login configuration',
|
|
302
|
+
'social.clientIdPrompt': 'Client ID',
|
|
303
|
+
'social.clientSecretPrompt': 'Client Secret',
|
|
304
|
+
// Cloudflare API Token
|
|
305
|
+
'cf.apiTokenPrompt': 'Enter Cloudflare API Token',
|
|
306
|
+
'cf.apiTokenValidation': 'Please enter a valid API Token',
|
|
307
|
+
// OIDC Profile
|
|
308
|
+
'profile.prompt': 'Select OIDC profile',
|
|
309
|
+
'profile.basicOp': 'Basic OP (Standard OIDC Provider)',
|
|
310
|
+
'profile.basicOpDesc': 'Standard OIDC features',
|
|
311
|
+
'profile.fapiRw': 'FAPI Read-Write (Financial Grade)',
|
|
312
|
+
'profile.fapiRwDesc': 'FAPI 1.0 Read-Write Security Profile compliant',
|
|
313
|
+
'profile.fapi2Security': 'FAPI 2.0 Security Profile',
|
|
314
|
+
'profile.fapi2SecurityDesc': 'FAPI 2.0 Security Profile compliant (highest security)',
|
|
315
|
+
// Tenant configuration
|
|
316
|
+
'tenant.title': 'Tenant Mode',
|
|
317
|
+
'tenant.multiTenantPrompt': 'Enable multi-tenant mode? (subdomain-based tenant isolation)',
|
|
318
|
+
'tenant.multiTenantTitle': 'Multi-tenant URL Configuration',
|
|
319
|
+
'tenant.multiTenantNote1': 'In multi-tenant mode:',
|
|
320
|
+
'tenant.multiTenantNote2': 'Each tenant has a subdomain: https://{tenant}.{base-domain}',
|
|
321
|
+
'tenant.multiTenantNote3': 'The base domain points to the router Worker',
|
|
322
|
+
'tenant.multiTenantNote4': 'Issuer URL is dynamically built from Host header',
|
|
323
|
+
'tenant.baseDomainPrompt': 'Base domain (e.g., authrim.com)',
|
|
324
|
+
'tenant.baseDomainRequired': 'Base domain is required for multi-tenant mode',
|
|
325
|
+
'tenant.baseDomainValidation': 'Please enter a valid domain (e.g., authrim.com)',
|
|
326
|
+
'tenant.issuerFormat': 'Issuer URL format: https://{tenant}.{{domain}}',
|
|
327
|
+
'tenant.issuerExample': 'Example: https://acme.{{domain}}',
|
|
328
|
+
'tenant.defaultTenantPrompt': 'Default tenant name (identifier)',
|
|
329
|
+
'tenant.defaultTenantValidation': 'Only lowercase alphanumeric and hyphens allowed',
|
|
330
|
+
'tenant.displayNamePrompt': 'Default tenant display name',
|
|
331
|
+
'tenant.singleTenantTitle': 'Single-tenant URL Configuration',
|
|
332
|
+
'tenant.singleTenantNote1': 'In single-tenant mode:',
|
|
333
|
+
'tenant.singleTenantNote2': 'Issuer URL = API custom domain (or workers.dev fallback)',
|
|
334
|
+
'tenant.singleTenantNote3': 'All clients share the same issuer',
|
|
335
|
+
'tenant.organizationName': 'Organization name (display name)',
|
|
336
|
+
'tenant.uiDomainTitle': 'UI Domain Configuration',
|
|
337
|
+
'tenant.customUiDomainPrompt': 'Configure custom UI domains?',
|
|
338
|
+
'tenant.loginUiDomain': 'Login UI domain (e.g., login.example.com)',
|
|
339
|
+
'tenant.adminUiDomain': 'Admin UI domain (e.g., admin.example.com)',
|
|
340
|
+
// Optional components
|
|
341
|
+
'components.title': 'Optional Components',
|
|
342
|
+
'components.note': 'Note: Social Login and Policy Engine are standard components',
|
|
343
|
+
'components.samlPrompt': 'Enable SAML support?',
|
|
344
|
+
'components.vcPrompt': 'Enable Verifiable Credentials?',
|
|
345
|
+
'components.saml': 'SAML:',
|
|
346
|
+
'components.vc': 'VC:',
|
|
347
|
+
'components.socialLogin': 'Social Login:',
|
|
348
|
+
'components.policyEngine': 'Policy Engine:',
|
|
349
|
+
// Feature flags
|
|
350
|
+
'features.title': 'Feature Flags',
|
|
351
|
+
'features.queuePrompt': 'Enable Cloudflare Queues? (for audit logs)',
|
|
352
|
+
'features.r2Prompt': 'Enable Cloudflare R2? (for avatars)',
|
|
353
|
+
'features.queue': 'Queue:',
|
|
354
|
+
'features.r2': 'R2:',
|
|
355
|
+
// OIDC settings
|
|
356
|
+
'oidc.configurePrompt': 'Configure OIDC settings? (token TTL, etc.)',
|
|
357
|
+
'oidc.title': 'OIDC Settings',
|
|
358
|
+
'oidc.accessTokenTtl': 'Access Token TTL (sec)',
|
|
359
|
+
'oidc.refreshTokenTtl': 'Refresh Token TTL (sec)',
|
|
360
|
+
'oidc.authCodeTtl': 'Authorization Code TTL (sec)',
|
|
361
|
+
'oidc.pkceRequired': 'Require PKCE?',
|
|
362
|
+
'oidc.positiveInteger': 'Please enter a positive integer',
|
|
363
|
+
// Sharding settings
|
|
364
|
+
'sharding.configurePrompt': 'Configure sharding? (for high-load environments)',
|
|
365
|
+
'sharding.title': 'Sharding Settings',
|
|
366
|
+
'sharding.note': 'Note: Power of 2 recommended for shard count (8, 16, 32, 64, 128)',
|
|
367
|
+
'sharding.authCodeShards': 'Auth Code shard count',
|
|
368
|
+
'sharding.refreshTokenShards': 'Refresh Token shard count',
|
|
369
|
+
// Infrastructure
|
|
370
|
+
'infra.title': 'Infrastructure (Auto-generated)',
|
|
371
|
+
'infra.workersNote': 'The following Workers will be deployed:',
|
|
372
|
+
'infra.router': 'Router:',
|
|
373
|
+
'infra.auth': 'Auth:',
|
|
374
|
+
'infra.token': 'Token:',
|
|
375
|
+
'infra.management': 'Management:',
|
|
376
|
+
'infra.otherWorkers': '... and other supporting workers',
|
|
377
|
+
'infra.defaultEndpoints': 'Default endpoints (without custom domain):',
|
|
378
|
+
'infra.api': 'API:',
|
|
379
|
+
'infra.ui': 'UI:',
|
|
380
|
+
'infra.workersToDeploy': 'Workers to deploy: {{workers}}',
|
|
381
|
+
'infra.defaultApi': 'Default API: {{url}}',
|
|
382
|
+
// Completion
|
|
383
|
+
'complete.title': 'Setup Complete!',
|
|
384
|
+
'complete.summary': 'Your Authrim OIDC Provider has been deployed.',
|
|
385
|
+
'complete.issuerUrl': 'Issuer URL: {{url}}',
|
|
386
|
+
'complete.adminUrl': 'Admin Panel: {{url}}',
|
|
387
|
+
'complete.uiUrl': 'Login UI: {{url}}',
|
|
388
|
+
'complete.nextSteps': 'Next Steps:',
|
|
389
|
+
'complete.nextStep1': '1. Verify the deployment by visiting the issuer URL',
|
|
390
|
+
'complete.nextStep2': '2. Configure OAuth clients in the Admin Panel',
|
|
391
|
+
'complete.nextStep3': '3. Set up custom domains if needed',
|
|
392
|
+
'complete.warning': 'Remember to keep your keys secure and backed up!',
|
|
393
|
+
'complete.success': 'Setup completed successfully!',
|
|
394
|
+
'complete.urls': 'URLs:',
|
|
395
|
+
'complete.configLocation': 'Configuration:',
|
|
396
|
+
'complete.keysLocation': 'Keys:',
|
|
397
|
+
// Resource provisioning
|
|
398
|
+
'resource.provisioning': 'Provisioning {{resource}}...',
|
|
399
|
+
'resource.provisioned': '{{resource}} provisioned successfully',
|
|
400
|
+
'resource.failed': 'Failed to provision {{resource}}',
|
|
401
|
+
'resource.skipped': 'Skipped {{resource}}',
|
|
402
|
+
// Manage environments
|
|
403
|
+
'manage.title': 'Existing Environments',
|
|
404
|
+
'manage.loading': 'Loading...',
|
|
405
|
+
'manage.detecting': 'Detecting environments...',
|
|
406
|
+
'manage.detected': 'Detected Environments:',
|
|
407
|
+
'manage.noEnvs': 'No Authrim environments found.',
|
|
408
|
+
'manage.selectAction': 'Select action',
|
|
409
|
+
'manage.viewDetails': 'View Details',
|
|
410
|
+
'manage.viewDetailsDesc': 'Show detailed resource information',
|
|
411
|
+
'manage.deleteEnv': 'Delete Environment',
|
|
412
|
+
'manage.deleteEnvDesc': 'Remove environment and resources',
|
|
413
|
+
'manage.backToMenu': 'Back to Main Menu',
|
|
414
|
+
'manage.backToMenuDesc': 'Return to main menu',
|
|
415
|
+
'manage.selectEnv': 'Select environment',
|
|
416
|
+
'manage.back': 'Back',
|
|
417
|
+
'manage.continueManaging': 'Continue managing environments?',
|
|
418
|
+
// Load config
|
|
419
|
+
'loadConfig.title': 'Load Existing Configuration',
|
|
420
|
+
'loadConfig.found': 'Found {{count}} configuration(s):',
|
|
421
|
+
'loadConfig.new': '(new)',
|
|
422
|
+
'loadConfig.legacy': '(legacy)',
|
|
423
|
+
'loadConfig.legacyDetected': 'Legacy Structure Detected',
|
|
424
|
+
'loadConfig.legacyFiles': 'Legacy files:',
|
|
425
|
+
'loadConfig.newBenefits': 'New structure benefits:',
|
|
426
|
+
'loadConfig.benefit1': 'Environment portability (zip .authrim/prod/)',
|
|
427
|
+
'loadConfig.benefit2': 'Version tracking per environment',
|
|
428
|
+
'loadConfig.benefit3': 'Cleaner project structure',
|
|
429
|
+
'loadConfig.migratePrompt': 'Would you like to migrate to the new structure?',
|
|
430
|
+
'loadConfig.migrateOption': 'Migrate to new structure (.authrim/{env}/)',
|
|
431
|
+
'loadConfig.continueOption': 'Continue with legacy structure',
|
|
432
|
+
'loadConfig.migrationComplete': 'Migration completed successfully!',
|
|
433
|
+
'loadConfig.validationPassed': 'Validation passed',
|
|
434
|
+
'loadConfig.validationIssues': 'Validation issues:',
|
|
435
|
+
'loadConfig.newLocation': 'New configuration location:',
|
|
436
|
+
'loadConfig.migrationFailed': 'Migration failed:',
|
|
437
|
+
'loadConfig.continuingLegacy': 'Continuing with legacy structure...',
|
|
438
|
+
'loadConfig.loadThis': 'Load this configuration',
|
|
439
|
+
'loadConfig.specifyOther': 'Specify different file',
|
|
440
|
+
'loadConfig.noConfigFound': 'No configuration found in current directory.',
|
|
441
|
+
'loadConfig.tip': 'Tip: You can specify a config file with:',
|
|
442
|
+
'loadConfig.specifyPath': 'Specify file path',
|
|
443
|
+
'loadConfig.enterPath': 'Enter configuration file path',
|
|
444
|
+
'loadConfig.pathRequired': 'Please enter a path',
|
|
445
|
+
'loadConfig.fileNotFound': 'File not found: {{path}}',
|
|
446
|
+
'loadConfig.selectConfig': 'Select configuration to load',
|
|
447
|
+
// Common
|
|
448
|
+
'common.yes': 'Yes',
|
|
449
|
+
'common.no': 'No',
|
|
450
|
+
'common.continue': 'Continue',
|
|
451
|
+
'common.cancel': 'Cancel',
|
|
452
|
+
'common.skip': 'Skip',
|
|
453
|
+
'common.back': 'Back',
|
|
454
|
+
'common.confirm': 'Confirm',
|
|
455
|
+
'common.error': 'Error',
|
|
456
|
+
'common.warning': 'Warning',
|
|
457
|
+
'common.success': 'Success',
|
|
458
|
+
'common.info': 'Info',
|
|
459
|
+
'common.loading': 'Loading...',
|
|
460
|
+
'common.saving': 'Saving...',
|
|
461
|
+
'common.processing': 'Processing...',
|
|
462
|
+
'common.done': 'Done',
|
|
463
|
+
'common.required': 'Required',
|
|
464
|
+
'common.optional': 'Optional',
|
|
465
|
+
// Errors
|
|
466
|
+
'error.generic': 'An error occurred',
|
|
467
|
+
'error.network': 'Network error',
|
|
468
|
+
'error.timeout': 'Request timed out',
|
|
469
|
+
'error.invalidInput': 'Invalid input',
|
|
470
|
+
'error.fileNotFound': 'File not found',
|
|
471
|
+
'error.permissionDenied': 'Permission denied',
|
|
472
|
+
'error.configNotFound': 'Configuration not found',
|
|
473
|
+
'error.configInvalid': 'Invalid configuration',
|
|
474
|
+
'error.deployFailed': 'Deployment failed',
|
|
475
|
+
'error.resourceCreationFailed': 'Failed to create resource',
|
|
476
|
+
// Validation
|
|
477
|
+
'validation.required': 'This field is required',
|
|
478
|
+
'validation.invalidFormat': 'Invalid format',
|
|
479
|
+
'validation.tooShort': 'Too short',
|
|
480
|
+
'validation.tooLong': 'Too long',
|
|
481
|
+
'validation.invalidDomain': 'Invalid domain',
|
|
482
|
+
'validation.invalidEmail': 'Invalid email address',
|
|
483
|
+
'validation.invalidUrl': 'Invalid URL',
|
|
484
|
+
// Delete command
|
|
485
|
+
'delete.title': 'Delete Environment',
|
|
486
|
+
'delete.prompt': 'Select resources to delete',
|
|
487
|
+
'delete.confirm': 'Are you sure you want to delete "{{env}}"?',
|
|
488
|
+
'delete.confirmWarning': 'This action cannot be undone!',
|
|
489
|
+
'delete.deleting': 'Deleting {{resource}}...',
|
|
490
|
+
'delete.deleted': '{{resource}} deleted',
|
|
491
|
+
'delete.error': 'Failed to delete {{resource}}',
|
|
492
|
+
'delete.cancelled': 'Deletion cancelled',
|
|
493
|
+
'delete.noEnvFound': 'No environments found',
|
|
494
|
+
'delete.selectEnv': 'Select environment to delete',
|
|
495
|
+
'delete.workers': 'Workers',
|
|
496
|
+
'delete.databases': 'D1 Databases',
|
|
497
|
+
'delete.kvNamespaces': 'KV Namespaces',
|
|
498
|
+
'delete.queues': 'Queues',
|
|
499
|
+
'delete.r2Buckets': 'R2 Buckets',
|
|
500
|
+
// Info command
|
|
501
|
+
'info.title': 'Environment Information',
|
|
502
|
+
'info.loading': 'Loading environment information...',
|
|
503
|
+
'info.noResources': 'No resources found',
|
|
504
|
+
'info.environment': 'Environment',
|
|
505
|
+
'info.issuer': 'Issuer',
|
|
506
|
+
'info.workers': 'Workers',
|
|
507
|
+
'info.databases': 'Databases',
|
|
508
|
+
'info.kvNamespaces': 'KV Namespaces',
|
|
509
|
+
'info.queues': 'Queues',
|
|
510
|
+
'info.r2Buckets': 'R2 Buckets',
|
|
511
|
+
'info.status': 'Status',
|
|
512
|
+
'info.deployed': 'Deployed',
|
|
513
|
+
'info.notDeployed': 'Not deployed',
|
|
514
|
+
// Config command
|
|
515
|
+
'configCmd.title': 'Configuration',
|
|
516
|
+
'configCmd.showing': 'Showing configuration',
|
|
517
|
+
'configCmd.validating': 'Validating configuration...',
|
|
518
|
+
'configCmd.valid': 'Configuration is valid',
|
|
519
|
+
'configCmd.invalid': 'Configuration is invalid',
|
|
520
|
+
'configCmd.notFound': 'Configuration not found',
|
|
521
|
+
'configCmd.error': 'Error reading configuration',
|
|
522
|
+
// Migrate command
|
|
523
|
+
'migrate.title': 'Migrate to New Structure',
|
|
524
|
+
'migrate.checking': 'Checking migration status...',
|
|
525
|
+
'migrate.noLegacyFound': 'No legacy structure found',
|
|
526
|
+
'migrate.legacyFound': 'Legacy structure detected',
|
|
527
|
+
'migrate.prompt': 'Migrate to new structure?',
|
|
528
|
+
'migrate.migrating': 'Migrating...',
|
|
529
|
+
'migrate.success': 'Migration successful',
|
|
530
|
+
'migrate.error': 'Migration failed',
|
|
531
|
+
'migrate.dryRun': 'Dry run - no changes made',
|
|
532
|
+
'migrate.backup': 'Creating backup...',
|
|
533
|
+
'migrate.backupCreated': 'Backup created at {{path}}',
|
|
534
|
+
// Manage command
|
|
535
|
+
'manage.commandTitle': 'Authrim Environment Manager',
|
|
536
|
+
// Web UI specific
|
|
537
|
+
'web.title': 'Authrim Setup',
|
|
538
|
+
'web.subtitle': 'OIDC Provider on Cloudflare Workers',
|
|
539
|
+
'web.loading': 'Loading...',
|
|
540
|
+
'web.error': 'An error occurred',
|
|
541
|
+
'web.retry': 'Retry',
|
|
542
|
+
'web.languageSelector': 'Language',
|
|
543
|
+
'web.darkMode': 'Dark',
|
|
544
|
+
'web.lightMode': 'Light',
|
|
545
|
+
'web.systemMode': 'System',
|
|
546
|
+
// Web UI steps
|
|
547
|
+
'web.step.environment': 'Environment',
|
|
548
|
+
'web.step.region': 'Region',
|
|
549
|
+
'web.step.domain': 'Domain',
|
|
550
|
+
'web.step.email': 'Email',
|
|
551
|
+
'web.step.sms': 'SMS',
|
|
552
|
+
'web.step.social': 'Social',
|
|
553
|
+
'web.step.advanced': 'Advanced',
|
|
554
|
+
'web.step.review': 'Review',
|
|
555
|
+
'web.step.deploy': 'Deploy',
|
|
556
|
+
// Web UI forms
|
|
557
|
+
'web.form.submit': 'Submit',
|
|
558
|
+
'web.form.next': 'Next',
|
|
559
|
+
'web.form.previous': 'Previous',
|
|
560
|
+
'web.form.reset': 'Reset',
|
|
561
|
+
'web.form.validation': 'Please fix the errors above',
|
|
562
|
+
// Web UI progress
|
|
563
|
+
'web.progress.preparing': 'Preparing deployment...',
|
|
564
|
+
'web.progress.creatingResources': 'Creating Cloudflare resources...',
|
|
565
|
+
'web.progress.generatingKeys': 'Generating cryptographic keys...',
|
|
566
|
+
'web.progress.configuringWorkers': 'Configuring workers...',
|
|
567
|
+
'web.progress.deployingWorkers': 'Deploying workers...',
|
|
568
|
+
'web.progress.deployingUI': 'Deploying UI...',
|
|
569
|
+
'web.progress.runningMigrations': 'Running database migrations...',
|
|
570
|
+
'web.progress.complete': 'Deployment complete!',
|
|
571
|
+
'web.progress.failed': 'Deployment failed',
|
|
572
|
+
// Quick setup specific
|
|
573
|
+
'quickSetup.title': 'Quick Setup',
|
|
574
|
+
// Custom setup specific
|
|
575
|
+
'customSetup.title': 'Custom Setup',
|
|
576
|
+
'customSetup.cancelled': 'Setup cancelled.',
|
|
577
|
+
// Web UI starting
|
|
578
|
+
'webUi.starting': 'Starting Web UI...',
|
|
579
|
+
};
|
|
580
|
+
export default en;
|
|
581
|
+
//# sourceMappingURL=en.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"en.js","sourceRoot":"","sources":["../../../src/i18n/locales/en.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../src/i18n/locales/ja.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,QAAA,MAAM,EAAE,EAAE,YAinBT,CAAC;AAEF,eAAe,EAAE,CAAC"}
|