Skip to content

Commit af27a16

Browse files
committed
Fix strings
1 parent 0cbfb07 commit af27a16

File tree

18 files changed

+106
-31
lines changed

18 files changed

+106
-31
lines changed

src/i18n/locales/ca/common.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/de/common.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/en/common.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,12 @@
106106
},
107107
"api": {
108108
"invalidKeyInvalidChars": "API key contains invalid characters."
109-
}
109+
},
110+
"manual_url_empty": "Please enter a valid callback URL",
111+
"manual_url_no_query": "Invalid callback URL: missing query parameters",
112+
"manual_url_missing_params": "Invalid callback URL: missing required parameters (code and state)",
113+
"manual_url_auth_failed": "Manual URL authentication failed",
114+
"manual_url_auth_error": "Authentication failed"
110115
},
111116
"warnings": {
112117
"no_terminal_content": "No terminal content selected",
@@ -182,11 +187,6 @@
182187
"errors": {
183188
"cloud_auth_required": "Your organization requires Roo Code Cloud authentication. Please sign in to continue.",
184189
"organization_mismatch": "You must be authenticated with your organization's Roo Code Cloud account.",
185-
"manual_url_empty": "Please enter a valid callback URL",
186-
"manual_url_no_query": "Invalid callback URL: missing query parameters",
187-
"manual_url_missing_params": "Invalid callback URL: missing required parameters (code and state)",
188-
"manual_url_auth_failed": "Manual URL authentication failed",
189-
"manual_url_auth_error": "Authentication failed",
190190
"verification_failed": "Unable to verify organization authentication."
191191
},
192192
"info": {

src/i18n/locales/es/common.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/fr/common.json

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/hi/common.json

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/id/common.json

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/it/common.json

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/ja/common.json

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/ko/common.json

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)