@elizaos/ui 2.0.0-alpha.427 → 2.0.0-alpha.429
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/package.json +1 -1
- package/packages/app-core/src/i18n/locales/en.json +11 -0
- package/packages/app-core/src/i18n/locales/es.json +11 -0
- package/packages/app-core/src/i18n/locales/ko.json +11 -0
- package/packages/app-core/src/i18n/locales/pt.json +11 -0
- package/packages/app-core/src/i18n/locales/tl.json +11 -0
- package/packages/app-core/src/i18n/locales/vi.json +11 -0
- package/packages/app-core/src/i18n/locales/zh-CN.json +11 -0
package/package.json
CHANGED
|
@@ -6,13 +6,16 @@
|
|
|
6
6
|
"accounts.add.disabledHint": "API-key accounts for this provider are not yet supported.",
|
|
7
7
|
"accounts.add.label": "Account name",
|
|
8
8
|
"accounts.add.labelPlaceholder": "e.g. Personal, Work",
|
|
9
|
+
"accounts.add.oauth.cancelled": "Login cancelled.",
|
|
9
10
|
"accounts.add.oauth.codeFailed": "Failed to submit code.",
|
|
10
11
|
"accounts.add.oauth.codeHint": "Auto-redirect didn't reach us. Paste the code (or full redirect URL) from the browser.",
|
|
11
12
|
"accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
|
|
13
|
+
"accounts.add.oauth.error": "Login failed.",
|
|
12
14
|
"accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
|
|
13
15
|
"accounts.add.oauth.startFailed": "Failed to start login flow.",
|
|
14
16
|
"accounts.add.oauth.starting": "Starting login flow...",
|
|
15
17
|
"accounts.add.oauth.submitCode": "Submit code",
|
|
18
|
+
"accounts.add.oauth.timeout": "Login timed out. Try again.",
|
|
16
19
|
"accounts.add.oauth.waiting": "Waiting for browser... Complete the sign-in there.",
|
|
17
20
|
"accounts.add.save": "Add account",
|
|
18
21
|
"accounts.add.signIn": "Sign in with {{provider}}",
|
|
@@ -52,6 +55,14 @@
|
|
|
52
55
|
"accounts.source.oauth": "OAuth",
|
|
53
56
|
"accounts.strategy.choose": "Choose strategy",
|
|
54
57
|
"accounts.strategy.label": "Strategy",
|
|
58
|
+
"accounts.strategy.leastUsed.description": "Prefer the account with the lowest current usage.",
|
|
59
|
+
"accounts.strategy.leastUsed.label": "Least used",
|
|
60
|
+
"accounts.strategy.priority.description": "Always prefer the top healthy account.",
|
|
61
|
+
"accounts.strategy.priority.label": "Priority",
|
|
62
|
+
"accounts.strategy.quotaAware.description": "Skip accounts above 85% utilization.",
|
|
63
|
+
"accounts.strategy.quotaAware.label": "Quota-aware",
|
|
64
|
+
"accounts.strategy.roundRobin.description": "Alternate across enabled accounts.",
|
|
65
|
+
"accounts.strategy.roundRobin.label": "Round-robin",
|
|
55
66
|
"accounts.test": "Test",
|
|
56
67
|
"accounts.usage.none": "No usage data yet - click Refresh to probe.",
|
|
57
68
|
"accounts.usage.session": "Session",
|
|
@@ -6,13 +6,16 @@
|
|
|
6
6
|
"accounts.add.disabledHint": "API-key accounts for this provider are not yet supported.",
|
|
7
7
|
"accounts.add.label": "Account name",
|
|
8
8
|
"accounts.add.labelPlaceholder": "e.g. Personal, Work",
|
|
9
|
+
"accounts.add.oauth.cancelled": "Login cancelled.",
|
|
9
10
|
"accounts.add.oauth.codeFailed": "Failed to submit code.",
|
|
10
11
|
"accounts.add.oauth.codeHint": "Auto-redirect didn't reach us. Paste the code (or full redirect URL) from the browser.",
|
|
11
12
|
"accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
|
|
13
|
+
"accounts.add.oauth.error": "Login failed.",
|
|
12
14
|
"accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
|
|
13
15
|
"accounts.add.oauth.startFailed": "Failed to start login flow.",
|
|
14
16
|
"accounts.add.oauth.starting": "Starting login flow...",
|
|
15
17
|
"accounts.add.oauth.submitCode": "Submit code",
|
|
18
|
+
"accounts.add.oauth.timeout": "Login timed out. Try again.",
|
|
16
19
|
"accounts.add.oauth.waiting": "Waiting for browser... Complete the sign-in there.",
|
|
17
20
|
"accounts.add.save": "Add account",
|
|
18
21
|
"accounts.add.signIn": "Sign in with {{provider}}",
|
|
@@ -52,6 +55,14 @@
|
|
|
52
55
|
"accounts.source.oauth": "OAuth",
|
|
53
56
|
"accounts.strategy.choose": "Choose strategy",
|
|
54
57
|
"accounts.strategy.label": "Strategy",
|
|
58
|
+
"accounts.strategy.leastUsed.description": "Prefer the account with the lowest current usage.",
|
|
59
|
+
"accounts.strategy.leastUsed.label": "Least used",
|
|
60
|
+
"accounts.strategy.priority.description": "Always prefer the top healthy account.",
|
|
61
|
+
"accounts.strategy.priority.label": "Priority",
|
|
62
|
+
"accounts.strategy.quotaAware.description": "Skip accounts above 85% utilization.",
|
|
63
|
+
"accounts.strategy.quotaAware.label": "Quota-aware",
|
|
64
|
+
"accounts.strategy.roundRobin.description": "Alternate across enabled accounts.",
|
|
65
|
+
"accounts.strategy.roundRobin.label": "Round-robin",
|
|
55
66
|
"accounts.test": "Test",
|
|
56
67
|
"accounts.usage.none": "No usage data yet - click Refresh to probe.",
|
|
57
68
|
"accounts.usage.session": "Session",
|
|
@@ -6,13 +6,16 @@
|
|
|
6
6
|
"accounts.add.disabledHint": "API-key accounts for this provider are not yet supported.",
|
|
7
7
|
"accounts.add.label": "Account name",
|
|
8
8
|
"accounts.add.labelPlaceholder": "e.g. Personal, Work",
|
|
9
|
+
"accounts.add.oauth.cancelled": "Login cancelled.",
|
|
9
10
|
"accounts.add.oauth.codeFailed": "Failed to submit code.",
|
|
10
11
|
"accounts.add.oauth.codeHint": "Auto-redirect didn't reach us. Paste the code (or full redirect URL) from the browser.",
|
|
11
12
|
"accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
|
|
13
|
+
"accounts.add.oauth.error": "Login failed.",
|
|
12
14
|
"accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
|
|
13
15
|
"accounts.add.oauth.startFailed": "Failed to start login flow.",
|
|
14
16
|
"accounts.add.oauth.starting": "Starting login flow...",
|
|
15
17
|
"accounts.add.oauth.submitCode": "Submit code",
|
|
18
|
+
"accounts.add.oauth.timeout": "Login timed out. Try again.",
|
|
16
19
|
"accounts.add.oauth.waiting": "Waiting for browser... Complete the sign-in there.",
|
|
17
20
|
"accounts.add.save": "Add account",
|
|
18
21
|
"accounts.add.signIn": "Sign in with {{provider}}",
|
|
@@ -52,6 +55,14 @@
|
|
|
52
55
|
"accounts.source.oauth": "OAuth",
|
|
53
56
|
"accounts.strategy.choose": "Choose strategy",
|
|
54
57
|
"accounts.strategy.label": "Strategy",
|
|
58
|
+
"accounts.strategy.leastUsed.description": "Prefer the account with the lowest current usage.",
|
|
59
|
+
"accounts.strategy.leastUsed.label": "Least used",
|
|
60
|
+
"accounts.strategy.priority.description": "Always prefer the top healthy account.",
|
|
61
|
+
"accounts.strategy.priority.label": "Priority",
|
|
62
|
+
"accounts.strategy.quotaAware.description": "Skip accounts above 85% utilization.",
|
|
63
|
+
"accounts.strategy.quotaAware.label": "Quota-aware",
|
|
64
|
+
"accounts.strategy.roundRobin.description": "Alternate across enabled accounts.",
|
|
65
|
+
"accounts.strategy.roundRobin.label": "Round-robin",
|
|
55
66
|
"accounts.test": "Test",
|
|
56
67
|
"accounts.usage.none": "No usage data yet - click Refresh to probe.",
|
|
57
68
|
"accounts.usage.session": "Session",
|
|
@@ -6,13 +6,16 @@
|
|
|
6
6
|
"accounts.add.disabledHint": "API-key accounts for this provider are not yet supported.",
|
|
7
7
|
"accounts.add.label": "Account name",
|
|
8
8
|
"accounts.add.labelPlaceholder": "e.g. Personal, Work",
|
|
9
|
+
"accounts.add.oauth.cancelled": "Login cancelled.",
|
|
9
10
|
"accounts.add.oauth.codeFailed": "Failed to submit code.",
|
|
10
11
|
"accounts.add.oauth.codeHint": "Auto-redirect didn't reach us. Paste the code (or full redirect URL) from the browser.",
|
|
11
12
|
"accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
|
|
13
|
+
"accounts.add.oauth.error": "Login failed.",
|
|
12
14
|
"accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
|
|
13
15
|
"accounts.add.oauth.startFailed": "Failed to start login flow.",
|
|
14
16
|
"accounts.add.oauth.starting": "Starting login flow...",
|
|
15
17
|
"accounts.add.oauth.submitCode": "Submit code",
|
|
18
|
+
"accounts.add.oauth.timeout": "Login timed out. Try again.",
|
|
16
19
|
"accounts.add.oauth.waiting": "Waiting for browser... Complete the sign-in there.",
|
|
17
20
|
"accounts.add.save": "Add account",
|
|
18
21
|
"accounts.add.signIn": "Sign in with {{provider}}",
|
|
@@ -52,6 +55,14 @@
|
|
|
52
55
|
"accounts.source.oauth": "OAuth",
|
|
53
56
|
"accounts.strategy.choose": "Choose strategy",
|
|
54
57
|
"accounts.strategy.label": "Strategy",
|
|
58
|
+
"accounts.strategy.leastUsed.description": "Prefer the account with the lowest current usage.",
|
|
59
|
+
"accounts.strategy.leastUsed.label": "Least used",
|
|
60
|
+
"accounts.strategy.priority.description": "Always prefer the top healthy account.",
|
|
61
|
+
"accounts.strategy.priority.label": "Priority",
|
|
62
|
+
"accounts.strategy.quotaAware.description": "Skip accounts above 85% utilization.",
|
|
63
|
+
"accounts.strategy.quotaAware.label": "Quota-aware",
|
|
64
|
+
"accounts.strategy.roundRobin.description": "Alternate across enabled accounts.",
|
|
65
|
+
"accounts.strategy.roundRobin.label": "Round-robin",
|
|
55
66
|
"accounts.test": "Test",
|
|
56
67
|
"accounts.usage.none": "No usage data yet - click Refresh to probe.",
|
|
57
68
|
"accounts.usage.session": "Session",
|
|
@@ -6,13 +6,16 @@
|
|
|
6
6
|
"accounts.add.disabledHint": "API-key accounts for this provider are not yet supported.",
|
|
7
7
|
"accounts.add.label": "Account name",
|
|
8
8
|
"accounts.add.labelPlaceholder": "e.g. Personal, Work",
|
|
9
|
+
"accounts.add.oauth.cancelled": "Login cancelled.",
|
|
9
10
|
"accounts.add.oauth.codeFailed": "Failed to submit code.",
|
|
10
11
|
"accounts.add.oauth.codeHint": "Auto-redirect didn't reach us. Paste the code (or full redirect URL) from the browser.",
|
|
11
12
|
"accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
|
|
13
|
+
"accounts.add.oauth.error": "Login failed.",
|
|
12
14
|
"accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
|
|
13
15
|
"accounts.add.oauth.startFailed": "Failed to start login flow.",
|
|
14
16
|
"accounts.add.oauth.starting": "Starting login flow...",
|
|
15
17
|
"accounts.add.oauth.submitCode": "Submit code",
|
|
18
|
+
"accounts.add.oauth.timeout": "Login timed out. Try again.",
|
|
16
19
|
"accounts.add.oauth.waiting": "Waiting for browser... Complete the sign-in there.",
|
|
17
20
|
"accounts.add.save": "Add account",
|
|
18
21
|
"accounts.add.signIn": "Sign in with {{provider}}",
|
|
@@ -52,6 +55,14 @@
|
|
|
52
55
|
"accounts.source.oauth": "OAuth",
|
|
53
56
|
"accounts.strategy.choose": "Choose strategy",
|
|
54
57
|
"accounts.strategy.label": "Strategy",
|
|
58
|
+
"accounts.strategy.leastUsed.description": "Prefer the account with the lowest current usage.",
|
|
59
|
+
"accounts.strategy.leastUsed.label": "Least used",
|
|
60
|
+
"accounts.strategy.priority.description": "Always prefer the top healthy account.",
|
|
61
|
+
"accounts.strategy.priority.label": "Priority",
|
|
62
|
+
"accounts.strategy.quotaAware.description": "Skip accounts above 85% utilization.",
|
|
63
|
+
"accounts.strategy.quotaAware.label": "Quota-aware",
|
|
64
|
+
"accounts.strategy.roundRobin.description": "Alternate across enabled accounts.",
|
|
65
|
+
"accounts.strategy.roundRobin.label": "Round-robin",
|
|
55
66
|
"accounts.test": "Test",
|
|
56
67
|
"accounts.usage.none": "No usage data yet - click Refresh to probe.",
|
|
57
68
|
"accounts.usage.session": "Session",
|
|
@@ -6,13 +6,16 @@
|
|
|
6
6
|
"accounts.add.disabledHint": "API-key accounts for this provider are not yet supported.",
|
|
7
7
|
"accounts.add.label": "Account name",
|
|
8
8
|
"accounts.add.labelPlaceholder": "e.g. Personal, Work",
|
|
9
|
+
"accounts.add.oauth.cancelled": "Login cancelled.",
|
|
9
10
|
"accounts.add.oauth.codeFailed": "Failed to submit code.",
|
|
10
11
|
"accounts.add.oauth.codeHint": "Auto-redirect didn't reach us. Paste the code (or full redirect URL) from the browser.",
|
|
11
12
|
"accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
|
|
13
|
+
"accounts.add.oauth.error": "Login failed.",
|
|
12
14
|
"accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
|
|
13
15
|
"accounts.add.oauth.startFailed": "Failed to start login flow.",
|
|
14
16
|
"accounts.add.oauth.starting": "Starting login flow...",
|
|
15
17
|
"accounts.add.oauth.submitCode": "Submit code",
|
|
18
|
+
"accounts.add.oauth.timeout": "Login timed out. Try again.",
|
|
16
19
|
"accounts.add.oauth.waiting": "Waiting for browser... Complete the sign-in there.",
|
|
17
20
|
"accounts.add.save": "Add account",
|
|
18
21
|
"accounts.add.signIn": "Sign in with {{provider}}",
|
|
@@ -52,6 +55,14 @@
|
|
|
52
55
|
"accounts.source.oauth": "OAuth",
|
|
53
56
|
"accounts.strategy.choose": "Choose strategy",
|
|
54
57
|
"accounts.strategy.label": "Strategy",
|
|
58
|
+
"accounts.strategy.leastUsed.description": "Prefer the account with the lowest current usage.",
|
|
59
|
+
"accounts.strategy.leastUsed.label": "Least used",
|
|
60
|
+
"accounts.strategy.priority.description": "Always prefer the top healthy account.",
|
|
61
|
+
"accounts.strategy.priority.label": "Priority",
|
|
62
|
+
"accounts.strategy.quotaAware.description": "Skip accounts above 85% utilization.",
|
|
63
|
+
"accounts.strategy.quotaAware.label": "Quota-aware",
|
|
64
|
+
"accounts.strategy.roundRobin.description": "Alternate across enabled accounts.",
|
|
65
|
+
"accounts.strategy.roundRobin.label": "Round-robin",
|
|
55
66
|
"accounts.test": "Test",
|
|
56
67
|
"accounts.usage.none": "No usage data yet - click Refresh to probe.",
|
|
57
68
|
"accounts.usage.session": "Session",
|
|
@@ -6,13 +6,16 @@
|
|
|
6
6
|
"accounts.add.disabledHint": "API-key accounts for this provider are not yet supported.",
|
|
7
7
|
"accounts.add.label": "Account name",
|
|
8
8
|
"accounts.add.labelPlaceholder": "e.g. Personal, Work",
|
|
9
|
+
"accounts.add.oauth.cancelled": "Login cancelled.",
|
|
9
10
|
"accounts.add.oauth.codeFailed": "Failed to submit code.",
|
|
10
11
|
"accounts.add.oauth.codeHint": "Auto-redirect didn't reach us. Paste the code (or full redirect URL) from the browser.",
|
|
11
12
|
"accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
|
|
13
|
+
"accounts.add.oauth.error": "Login failed.",
|
|
12
14
|
"accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
|
|
13
15
|
"accounts.add.oauth.startFailed": "Failed to start login flow.",
|
|
14
16
|
"accounts.add.oauth.starting": "Starting login flow...",
|
|
15
17
|
"accounts.add.oauth.submitCode": "Submit code",
|
|
18
|
+
"accounts.add.oauth.timeout": "Login timed out. Try again.",
|
|
16
19
|
"accounts.add.oauth.waiting": "Waiting for browser... Complete the sign-in there.",
|
|
17
20
|
"accounts.add.save": "Add account",
|
|
18
21
|
"accounts.add.signIn": "Sign in with {{provider}}",
|
|
@@ -52,6 +55,14 @@
|
|
|
52
55
|
"accounts.source.oauth": "OAuth",
|
|
53
56
|
"accounts.strategy.choose": "Choose strategy",
|
|
54
57
|
"accounts.strategy.label": "Strategy",
|
|
58
|
+
"accounts.strategy.leastUsed.description": "Prefer the account with the lowest current usage.",
|
|
59
|
+
"accounts.strategy.leastUsed.label": "Least used",
|
|
60
|
+
"accounts.strategy.priority.description": "Always prefer the top healthy account.",
|
|
61
|
+
"accounts.strategy.priority.label": "Priority",
|
|
62
|
+
"accounts.strategy.quotaAware.description": "Skip accounts above 85% utilization.",
|
|
63
|
+
"accounts.strategy.quotaAware.label": "Quota-aware",
|
|
64
|
+
"accounts.strategy.roundRobin.description": "Alternate across enabled accounts.",
|
|
65
|
+
"accounts.strategy.roundRobin.label": "Round-robin",
|
|
55
66
|
"accounts.test": "Test",
|
|
56
67
|
"accounts.usage.none": "No usage data yet - click Refresh to probe.",
|
|
57
68
|
"accounts.usage.session": "Session",
|