@qwen-code/qwen-code 0.13.0-preview.0 → 0.13.0-preview.1
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/bundled/review/SKILL.md +123 -0
- package/cli.js +40093 -27200
- package/locales/de.js +147 -0
- package/locales/en.js +142 -0
- package/locales/ja.js +141 -0
- package/locales/pt.js +144 -0
- package/locales/ru.js +143 -0
- package/locales/zh.js +135 -0
- package/package.json +4 -3
- package/vendor/tree-sitter/tree-sitter-bash.wasm +0 -0
- package/vendor/tree-sitter/tree-sitter.wasm +0 -0
package/locales/de.js
CHANGED
|
@@ -1046,6 +1046,8 @@ export default {
|
|
|
1046
1046
|
"Allow execution of: '{{command}}'?":
|
|
1047
1047
|
"Ausführung erlauben von: '{{command}}'?",
|
|
1048
1048
|
'Yes, allow always ...': 'Ja, immer erlauben ...',
|
|
1049
|
+
'Always allow in this project': 'In diesem Projekt immer erlauben',
|
|
1050
|
+
'Always allow for this user': 'Für diesen Benutzer immer erlauben',
|
|
1049
1051
|
'Yes, and auto-accept edits': 'Ja, und Änderungen automatisch akzeptieren',
|
|
1050
1052
|
'Yes, and manually approve edits': 'Ja, und Änderungen manuell genehmigen',
|
|
1051
1053
|
'No, keep planning (esc)': 'Nein, weiter planen (Esc)',
|
|
@@ -1214,6 +1216,75 @@ export default {
|
|
|
1214
1216
|
// Dialogs - Permissions
|
|
1215
1217
|
// ============================================================================
|
|
1216
1218
|
'Manage folder trust settings': 'Ordnervertrauenseinstellungen verwalten',
|
|
1219
|
+
'Manage permission rules': 'Berechtigungsregeln verwalten',
|
|
1220
|
+
Allow: 'Erlauben',
|
|
1221
|
+
Ask: 'Fragen',
|
|
1222
|
+
Deny: 'Verweigern',
|
|
1223
|
+
Workspace: 'Arbeitsbereich',
|
|
1224
|
+
"Qwen Code won't ask before using allowed tools.":
|
|
1225
|
+
'Qwen Code fragt nicht, bevor erlaubte Tools verwendet werden.',
|
|
1226
|
+
'Qwen Code will ask before using these tools.':
|
|
1227
|
+
'Qwen Code fragt, bevor diese Tools verwendet werden.',
|
|
1228
|
+
'Qwen Code is not allowed to use denied tools.':
|
|
1229
|
+
'Qwen Code darf verweigerte Tools nicht verwenden.',
|
|
1230
|
+
'Manage trusted directories for this workspace.':
|
|
1231
|
+
'Vertrauenswürdige Verzeichnisse für diesen Arbeitsbereich verwalten.',
|
|
1232
|
+
'Any use of the {{tool}} tool': 'Jede Verwendung des {{tool}}-Tools',
|
|
1233
|
+
"{{tool}} commands matching '{{pattern}}'":
|
|
1234
|
+
"{{tool}}-Befehle, die '{{pattern}}' entsprechen",
|
|
1235
|
+
'From user settings': 'Aus Benutzereinstellungen',
|
|
1236
|
+
'From project settings': 'Aus Projekteinstellungen',
|
|
1237
|
+
'From session': 'Aus Sitzung',
|
|
1238
|
+
'Project settings (local)': 'Projekteinstellungen (lokal)',
|
|
1239
|
+
'Saved in .qwen/settings.local.json':
|
|
1240
|
+
'Gespeichert in .qwen/settings.local.json',
|
|
1241
|
+
'Project settings': 'Projekteinstellungen',
|
|
1242
|
+
'Checked in at .qwen/settings.json': 'Eingecheckt in .qwen/settings.json',
|
|
1243
|
+
'User settings': 'Benutzereinstellungen',
|
|
1244
|
+
'Saved in at ~/.qwen/settings.json': 'Gespeichert in ~/.qwen/settings.json',
|
|
1245
|
+
'Add a new rule…': 'Neue Regel hinzufügen…',
|
|
1246
|
+
'Add {{type}} permission rule': '{{type}}-Berechtigungsregel hinzufügen',
|
|
1247
|
+
'Permission rules are a tool name, optionally followed by a specifier in parentheses.':
|
|
1248
|
+
'Berechtigungsregeln sind ein Toolname, optional gefolgt von einem Bezeichner in Klammern.',
|
|
1249
|
+
'e.g.,': 'z.B.',
|
|
1250
|
+
or: 'oder',
|
|
1251
|
+
'Enter permission rule…': 'Berechtigungsregel eingeben…',
|
|
1252
|
+
'Enter to submit · Esc to cancel': 'Enter zum Absenden · Esc zum Abbrechen',
|
|
1253
|
+
'Where should this rule be saved?': 'Wo soll diese Regel gespeichert werden?',
|
|
1254
|
+
'Enter to confirm · Esc to cancel':
|
|
1255
|
+
'Enter zum Bestätigen · Esc zum Abbrechen',
|
|
1256
|
+
'Delete {{type}} rule?': '{{type}}-Regel löschen?',
|
|
1257
|
+
'Are you sure you want to delete this permission rule?':
|
|
1258
|
+
'Sind Sie sicher, dass Sie diese Berechtigungsregel löschen möchten?',
|
|
1259
|
+
'Permissions:': 'Berechtigungen:',
|
|
1260
|
+
'(←/→ or tab to cycle)': '(←/→ oder Tab zum Wechseln)',
|
|
1261
|
+
'Press ↑↓ to navigate · Enter to select · Type to search · Esc to cancel':
|
|
1262
|
+
'↑↓ navigieren · Enter auswählen · Tippen suchen · Esc abbrechen',
|
|
1263
|
+
'Search…': 'Suche…',
|
|
1264
|
+
'Use /trust to manage folder trust settings for this workspace.':
|
|
1265
|
+
'Verwenden Sie /trust, um die Ordnervertrauenseinstellungen für diesen Arbeitsbereich zu verwalten.',
|
|
1266
|
+
// Workspace directory management
|
|
1267
|
+
'Add directory…': 'Verzeichnis hinzufügen…',
|
|
1268
|
+
'Add directory to workspace': 'Verzeichnis zum Arbeitsbereich hinzufügen',
|
|
1269
|
+
'Qwen Code can read files in the workspace, and make edits when auto-accept edits is on.':
|
|
1270
|
+
'Qwen Code kann Dateien im Arbeitsbereich lesen und Bearbeitungen vornehmen, wenn die automatische Akzeptierung aktiviert ist.',
|
|
1271
|
+
'Qwen Code will be able to read files in this directory and make edits when auto-accept edits is on.':
|
|
1272
|
+
'Qwen Code kann Dateien in diesem Verzeichnis lesen und Bearbeitungen vornehmen, wenn die automatische Akzeptierung aktiviert ist.',
|
|
1273
|
+
'Enter the path to the directory:': 'Pfad zum Verzeichnis eingeben:',
|
|
1274
|
+
'Enter directory path…': 'Verzeichnispfad eingeben…',
|
|
1275
|
+
'Tab to complete · Enter to add · Esc to cancel':
|
|
1276
|
+
'Tab zum Vervollständigen · Enter zum Hinzufügen · Esc zum Abbrechen',
|
|
1277
|
+
'Remove directory?': 'Verzeichnis entfernen?',
|
|
1278
|
+
'Are you sure you want to remove this directory from the workspace?':
|
|
1279
|
+
'Möchten Sie dieses Verzeichnis wirklich aus dem Arbeitsbereich entfernen?',
|
|
1280
|
+
' (Original working directory)': ' (Ursprüngliches Arbeitsverzeichnis)',
|
|
1281
|
+
' (from settings)': ' (aus Einstellungen)',
|
|
1282
|
+
'Directory does not exist.': 'Verzeichnis existiert nicht.',
|
|
1283
|
+
'Path is not a directory.': 'Pfad ist kein Verzeichnis.',
|
|
1284
|
+
'This directory is already in the workspace.':
|
|
1285
|
+
'Dieses Verzeichnis ist bereits im Arbeitsbereich.',
|
|
1286
|
+
'Already covered by existing directory: {{dir}}':
|
|
1287
|
+
'Bereits durch vorhandenes Verzeichnis abgedeckt: {{dir}}',
|
|
1217
1288
|
|
|
1218
1289
|
// ============================================================================
|
|
1219
1290
|
// Status Bar
|
|
@@ -1685,4 +1756,80 @@ export default {
|
|
|
1685
1756
|
'↑/↓: Navigieren | Space/Enter: Umschalten | Esc: Abbrechen',
|
|
1686
1757
|
'↑/↓: Navigate | Enter: Select | Esc: Cancel':
|
|
1687
1758
|
'↑/↓: Navigieren | Enter: Auswählen | Esc: Abbrechen',
|
|
1759
|
+
|
|
1760
|
+
// ============================================================================
|
|
1761
|
+
// Commands - Auth
|
|
1762
|
+
// ============================================================================
|
|
1763
|
+
'Configure Qwen authentication information with Qwen-OAuth or Alibaba Cloud Coding Plan':
|
|
1764
|
+
'Qwen-Authentifizierung mit Qwen-OAuth oder Alibaba Cloud Coding Plan konfigurieren',
|
|
1765
|
+
'Authenticate using Qwen OAuth': 'Mit Qwen OAuth authentifizieren',
|
|
1766
|
+
'Authenticate using Alibaba Cloud Coding Plan':
|
|
1767
|
+
'Mit Alibaba Cloud Coding Plan authentifizieren',
|
|
1768
|
+
'Region for Coding Plan (china/global)':
|
|
1769
|
+
'Region für Coding Plan (china/global)',
|
|
1770
|
+
'API key for Coding Plan': 'API-Schlüssel für Coding Plan',
|
|
1771
|
+
'Show current authentication status':
|
|
1772
|
+
'Aktuellen Authentifizierungsstatus anzeigen',
|
|
1773
|
+
'Authentication completed successfully.':
|
|
1774
|
+
'Authentifizierung erfolgreich abgeschlossen.',
|
|
1775
|
+
'Starting Qwen OAuth authentication...':
|
|
1776
|
+
'Qwen OAuth-Authentifizierung wird gestartet...',
|
|
1777
|
+
'Successfully authenticated with Qwen OAuth.':
|
|
1778
|
+
'Erfolgreich mit Qwen OAuth authentifiziert.',
|
|
1779
|
+
'Failed to authenticate with Qwen OAuth: {{error}}':
|
|
1780
|
+
'Authentifizierung mit Qwen OAuth fehlgeschlagen: {{error}}',
|
|
1781
|
+
'Processing Alibaba Cloud Coding Plan authentication...':
|
|
1782
|
+
'Alibaba Cloud Coding Plan-Authentifizierung wird verarbeitet...',
|
|
1783
|
+
'Successfully authenticated with Alibaba Cloud Coding Plan.':
|
|
1784
|
+
'Erfolgreich mit Alibaba Cloud Coding Plan authentifiziert.',
|
|
1785
|
+
'Failed to authenticate with Coding Plan: {{error}}':
|
|
1786
|
+
'Authentifizierung mit Coding Plan fehlgeschlagen: {{error}}',
|
|
1787
|
+
'中国 (China)': '中国 (China)',
|
|
1788
|
+
'阿里云百炼 (aliyun.com)': '阿里云百炼 (aliyun.com)',
|
|
1789
|
+
Global: 'Global',
|
|
1790
|
+
'Alibaba Cloud (alibabacloud.com)': 'Alibaba Cloud (alibabacloud.com)',
|
|
1791
|
+
'Select region for Coding Plan:': 'Region für Coding Plan auswählen:',
|
|
1792
|
+
'Enter your Coding Plan API key: ':
|
|
1793
|
+
'Geben Sie Ihren Coding Plan API-Schlüssel ein: ',
|
|
1794
|
+
'Select authentication method:': 'Authentifizierungsmethode auswählen:',
|
|
1795
|
+
'\n=== Authentication Status ===\n': '\n=== Authentifizierungsstatus ===\n',
|
|
1796
|
+
'⚠️ No authentication method configured.\n':
|
|
1797
|
+
'⚠️ Keine Authentifizierungsmethode konfiguriert.\n',
|
|
1798
|
+
'Run one of the following commands to get started:\n':
|
|
1799
|
+
'Führen Sie einen der folgenden Befehle aus, um zu beginnen:\n',
|
|
1800
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (free tier)':
|
|
1801
|
+
' qwen auth qwen-oauth - Mit Qwen OAuth authentifizieren (kostenlos)',
|
|
1802
|
+
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
|
|
1803
|
+
' qwen auth coding-plan - Mit Alibaba Cloud Coding Plan authentifizieren\n',
|
|
1804
|
+
'Or simply run:': 'Oder einfach ausführen:',
|
|
1805
|
+
' qwen auth - Interactive authentication setup\n':
|
|
1806
|
+
' qwen auth - Interaktive Authentifizierungseinrichtung\n',
|
|
1807
|
+
'✓ Authentication Method: Qwen OAuth':
|
|
1808
|
+
'✓ Authentifizierungsmethode: Qwen OAuth',
|
|
1809
|
+
' Type: Free tier': ' Typ: Kostenlos',
|
|
1810
|
+
' Limit: Up to 1,000 requests/day': ' Limit: Bis zu 1.000 Anfragen/Tag',
|
|
1811
|
+
' Models: Qwen latest models\n': ' Modelle: Qwen neueste Modelle\n',
|
|
1812
|
+
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1813
|
+
'✓ Authentifizierungsmethode: Alibaba Cloud Coding Plan',
|
|
1814
|
+
'中国 (China) - 阿里云百炼': '中国 (China) - 阿里云百炼',
|
|
1815
|
+
'Global - Alibaba Cloud': 'Global - Alibaba Cloud',
|
|
1816
|
+
' Region: {{region}}': ' Region: {{region}}',
|
|
1817
|
+
' Current Model: {{model}}': ' Aktuelles Modell: {{model}}',
|
|
1818
|
+
' Config Version: {{version}}': ' Konfigurationsversion: {{version}}',
|
|
1819
|
+
' Status: API key configured\n': ' Status: API-Schlüssel konfiguriert\n',
|
|
1820
|
+
'⚠️ Authentication Method: Alibaba Cloud Coding Plan (Incomplete)':
|
|
1821
|
+
'⚠️ Authentifizierungsmethode: Alibaba Cloud Coding Plan (Unvollständig)',
|
|
1822
|
+
' Issue: API key not found in environment or settings\n':
|
|
1823
|
+
' Problem: API-Schlüssel nicht in Umgebung oder Einstellungen gefunden\n',
|
|
1824
|
+
' Run `qwen auth coding-plan` to re-configure.\n':
|
|
1825
|
+
' Führen Sie `qwen auth coding-plan` aus, um neu zu konfigurieren.\n',
|
|
1826
|
+
'✓ Authentication Method: {{type}}': '✓ Authentifizierungsmethode: {{type}}',
|
|
1827
|
+
' Status: Configured\n': ' Status: Konfiguriert\n',
|
|
1828
|
+
'Failed to check authentication status: {{error}}':
|
|
1829
|
+
'Authentifizierungsstatus konnte nicht überprüft werden: {{error}}',
|
|
1830
|
+
'Select an option:': 'Option auswählen:',
|
|
1831
|
+
'Raw mode not available. Please run in an interactive terminal.':
|
|
1832
|
+
'Raw-Modus nicht verfügbar. Bitte in einem interaktiven Terminal ausführen.',
|
|
1833
|
+
'(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n':
|
|
1834
|
+
'(↑ ↓ Pfeiltasten zum Navigieren, Enter zum Auswählen, Strg+C zum Beenden)\n',
|
|
1688
1835
|
};
|
package/locales/en.js
CHANGED
|
@@ -1102,6 +1102,8 @@ export default {
|
|
|
1102
1102
|
'No, suggest changes (esc)': 'No, suggest changes (esc)',
|
|
1103
1103
|
"Allow execution of: '{{command}}'?": "Allow execution of: '{{command}}'?",
|
|
1104
1104
|
'Yes, allow always ...': 'Yes, allow always ...',
|
|
1105
|
+
'Always allow in this project': 'Always allow in this project',
|
|
1106
|
+
'Always allow for this user': 'Always allow for this user',
|
|
1105
1107
|
'Yes, and auto-accept edits': 'Yes, and auto-accept edits',
|
|
1106
1108
|
'Yes, and manually approve edits': 'Yes, and manually approve edits',
|
|
1107
1109
|
'No, keep planning (esc)': 'No, keep planning (esc)',
|
|
@@ -1266,6 +1268,73 @@ export default {
|
|
|
1266
1268
|
// Dialogs - Permissions
|
|
1267
1269
|
// ============================================================================
|
|
1268
1270
|
'Manage folder trust settings': 'Manage folder trust settings',
|
|
1271
|
+
'Manage permission rules': 'Manage permission rules',
|
|
1272
|
+
Allow: 'Allow',
|
|
1273
|
+
Ask: 'Ask',
|
|
1274
|
+
Deny: 'Deny',
|
|
1275
|
+
Workspace: 'Workspace',
|
|
1276
|
+
"Qwen Code won't ask before using allowed tools.":
|
|
1277
|
+
"Qwen Code won't ask before using allowed tools.",
|
|
1278
|
+
'Qwen Code will ask before using these tools.':
|
|
1279
|
+
'Qwen Code will ask before using these tools.',
|
|
1280
|
+
'Qwen Code is not allowed to use denied tools.':
|
|
1281
|
+
'Qwen Code is not allowed to use denied tools.',
|
|
1282
|
+
'Manage trusted directories for this workspace.':
|
|
1283
|
+
'Manage trusted directories for this workspace.',
|
|
1284
|
+
'Any use of the {{tool}} tool': 'Any use of the {{tool}} tool',
|
|
1285
|
+
"{{tool}} commands matching '{{pattern}}'":
|
|
1286
|
+
"{{tool}} commands matching '{{pattern}}'",
|
|
1287
|
+
'From user settings': 'From user settings',
|
|
1288
|
+
'From project settings': 'From project settings',
|
|
1289
|
+
'From session': 'From session',
|
|
1290
|
+
'Project settings (local)': 'Project settings (local)',
|
|
1291
|
+
'Saved in .qwen/settings.local.json': 'Saved in .qwen/settings.local.json',
|
|
1292
|
+
'Project settings': 'Project settings',
|
|
1293
|
+
'Checked in at .qwen/settings.json': 'Checked in at .qwen/settings.json',
|
|
1294
|
+
'User settings': 'User settings',
|
|
1295
|
+
'Saved in at ~/.qwen/settings.json': 'Saved in at ~/.qwen/settings.json',
|
|
1296
|
+
'Add a new rule…': 'Add a new rule…',
|
|
1297
|
+
'Add {{type}} permission rule': 'Add {{type}} permission rule',
|
|
1298
|
+
'Permission rules are a tool name, optionally followed by a specifier in parentheses.':
|
|
1299
|
+
'Permission rules are a tool name, optionally followed by a specifier in parentheses.',
|
|
1300
|
+
'e.g.,': 'e.g.,',
|
|
1301
|
+
or: 'or',
|
|
1302
|
+
'Enter permission rule…': 'Enter permission rule…',
|
|
1303
|
+
'Enter to submit · Esc to cancel': 'Enter to submit · Esc to cancel',
|
|
1304
|
+
'Where should this rule be saved?': 'Where should this rule be saved?',
|
|
1305
|
+
'Enter to confirm · Esc to cancel': 'Enter to confirm · Esc to cancel',
|
|
1306
|
+
'Delete {{type}} rule?': 'Delete {{type}} rule?',
|
|
1307
|
+
'Are you sure you want to delete this permission rule?':
|
|
1308
|
+
'Are you sure you want to delete this permission rule?',
|
|
1309
|
+
'Permissions:': 'Permissions:',
|
|
1310
|
+
'(←/→ or tab to cycle)': '(←/→ or tab to cycle)',
|
|
1311
|
+
'Press ↑↓ to navigate · Enter to select · Type to search · Esc to cancel':
|
|
1312
|
+
'Press ↑↓ to navigate · Enter to select · Type to search · Esc to cancel',
|
|
1313
|
+
'Search…': 'Search…',
|
|
1314
|
+
'Use /trust to manage folder trust settings for this workspace.':
|
|
1315
|
+
'Use /trust to manage folder trust settings for this workspace.',
|
|
1316
|
+
// Workspace directory management
|
|
1317
|
+
'Add directory…': 'Add directory…',
|
|
1318
|
+
'Add directory to workspace': 'Add directory to workspace',
|
|
1319
|
+
'Qwen Code can read files in the workspace, and make edits when auto-accept edits is on.':
|
|
1320
|
+
'Qwen Code can read files in the workspace, and make edits when auto-accept edits is on.',
|
|
1321
|
+
'Qwen Code will be able to read files in this directory and make edits when auto-accept edits is on.':
|
|
1322
|
+
'Qwen Code will be able to read files in this directory and make edits when auto-accept edits is on.',
|
|
1323
|
+
'Enter the path to the directory:': 'Enter the path to the directory:',
|
|
1324
|
+
'Enter directory path…': 'Enter directory path…',
|
|
1325
|
+
'Tab to complete · Enter to add · Esc to cancel':
|
|
1326
|
+
'Tab to complete · Enter to add · Esc to cancel',
|
|
1327
|
+
'Remove directory?': 'Remove directory?',
|
|
1328
|
+
'Are you sure you want to remove this directory from the workspace?':
|
|
1329
|
+
'Are you sure you want to remove this directory from the workspace?',
|
|
1330
|
+
' (Original working directory)': ' (Original working directory)',
|
|
1331
|
+
' (from settings)': ' (from settings)',
|
|
1332
|
+
'Directory does not exist.': 'Directory does not exist.',
|
|
1333
|
+
'Path is not a directory.': 'Path is not a directory.',
|
|
1334
|
+
'This directory is already in the workspace.':
|
|
1335
|
+
'This directory is already in the workspace.',
|
|
1336
|
+
'Already covered by existing directory: {{dir}}':
|
|
1337
|
+
'Already covered by existing directory: {{dir}}',
|
|
1269
1338
|
|
|
1270
1339
|
// ============================================================================
|
|
1271
1340
|
// Status Bar
|
|
@@ -1734,4 +1803,77 @@ export default {
|
|
|
1734
1803
|
'↑/↓: Navigate | Space/Enter: Toggle | Esc: Cancel',
|
|
1735
1804
|
'↑/↓: Navigate | Enter: Select | Esc: Cancel':
|
|
1736
1805
|
'↑/↓: Navigate | Enter: Select | Esc: Cancel',
|
|
1806
|
+
|
|
1807
|
+
// ============================================================================
|
|
1808
|
+
// Commands - Auth
|
|
1809
|
+
// ============================================================================
|
|
1810
|
+
'Configure Qwen authentication information with Qwen-OAuth or Alibaba Cloud Coding Plan':
|
|
1811
|
+
'Configure Qwen authentication information with Qwen-OAuth or Alibaba Cloud Coding Plan',
|
|
1812
|
+
'Authenticate using Qwen OAuth': 'Authenticate using Qwen OAuth',
|
|
1813
|
+
'Authenticate using Alibaba Cloud Coding Plan':
|
|
1814
|
+
'Authenticate using Alibaba Cloud Coding Plan',
|
|
1815
|
+
'Region for Coding Plan (china/global)':
|
|
1816
|
+
'Region for Coding Plan (china/global)',
|
|
1817
|
+
'API key for Coding Plan': 'API key for Coding Plan',
|
|
1818
|
+
'Show current authentication status': 'Show current authentication status',
|
|
1819
|
+
'Authentication completed successfully.':
|
|
1820
|
+
'Authentication completed successfully.',
|
|
1821
|
+
'Starting Qwen OAuth authentication...':
|
|
1822
|
+
'Starting Qwen OAuth authentication...',
|
|
1823
|
+
'Successfully authenticated with Qwen OAuth.':
|
|
1824
|
+
'Successfully authenticated with Qwen OAuth.',
|
|
1825
|
+
'Failed to authenticate with Qwen OAuth: {{error}}':
|
|
1826
|
+
'Failed to authenticate with Qwen OAuth: {{error}}',
|
|
1827
|
+
'Processing Alibaba Cloud Coding Plan authentication...':
|
|
1828
|
+
'Processing Alibaba Cloud Coding Plan authentication...',
|
|
1829
|
+
'Successfully authenticated with Alibaba Cloud Coding Plan.':
|
|
1830
|
+
'Successfully authenticated with Alibaba Cloud Coding Plan.',
|
|
1831
|
+
'Failed to authenticate with Coding Plan: {{error}}':
|
|
1832
|
+
'Failed to authenticate with Coding Plan: {{error}}',
|
|
1833
|
+
'中国 (China)': '中国 (China)',
|
|
1834
|
+
'阿里云百炼 (aliyun.com)': '阿里云百炼 (aliyun.com)',
|
|
1835
|
+
Global: 'Global',
|
|
1836
|
+
'Alibaba Cloud (alibabacloud.com)': 'Alibaba Cloud (alibabacloud.com)',
|
|
1837
|
+
'Select region for Coding Plan:': 'Select region for Coding Plan:',
|
|
1838
|
+
'Enter your Coding Plan API key: ': 'Enter your Coding Plan API key: ',
|
|
1839
|
+
'Select authentication method:': 'Select authentication method:',
|
|
1840
|
+
'\n=== Authentication Status ===\n': '\n=== Authentication Status ===\n',
|
|
1841
|
+
'⚠️ No authentication method configured.\n':
|
|
1842
|
+
'⚠️ No authentication method configured.\n',
|
|
1843
|
+
'Run one of the following commands to get started:\n':
|
|
1844
|
+
'Run one of the following commands to get started:\n',
|
|
1845
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (free tier)':
|
|
1846
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (free tier)',
|
|
1847
|
+
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
|
|
1848
|
+
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n',
|
|
1849
|
+
'Or simply run:': 'Or simply run:',
|
|
1850
|
+
' qwen auth - Interactive authentication setup\n':
|
|
1851
|
+
' qwen auth - Interactive authentication setup\n',
|
|
1852
|
+
'✓ Authentication Method: Qwen OAuth': '✓ Authentication Method: Qwen OAuth',
|
|
1853
|
+
' Type: Free tier': ' Type: Free tier',
|
|
1854
|
+
' Limit: Up to 1,000 requests/day': ' Limit: Up to 1,000 requests/day',
|
|
1855
|
+
' Models: Qwen latest models\n': ' Models: Qwen latest models\n',
|
|
1856
|
+
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1857
|
+
'✓ Authentication Method: Alibaba Cloud Coding Plan',
|
|
1858
|
+
'中国 (China) - 阿里云百炼': '中国 (China) - 阿里云百炼',
|
|
1859
|
+
'Global - Alibaba Cloud': 'Global - Alibaba Cloud',
|
|
1860
|
+
' Region: {{region}}': ' Region: {{region}}',
|
|
1861
|
+
' Current Model: {{model}}': ' Current Model: {{model}}',
|
|
1862
|
+
' Config Version: {{version}}': ' Config Version: {{version}}',
|
|
1863
|
+
' Status: API key configured\n': ' Status: API key configured\n',
|
|
1864
|
+
'⚠️ Authentication Method: Alibaba Cloud Coding Plan (Incomplete)':
|
|
1865
|
+
'⚠️ Authentication Method: Alibaba Cloud Coding Plan (Incomplete)',
|
|
1866
|
+
' Issue: API key not found in environment or settings\n':
|
|
1867
|
+
' Issue: API key not found in environment or settings\n',
|
|
1868
|
+
' Run `qwen auth coding-plan` to re-configure.\n':
|
|
1869
|
+
' Run `qwen auth coding-plan` to re-configure.\n',
|
|
1870
|
+
'✓ Authentication Method: {{type}}': '✓ Authentication Method: {{type}}',
|
|
1871
|
+
' Status: Configured\n': ' Status: Configured\n',
|
|
1872
|
+
'Failed to check authentication status: {{error}}':
|
|
1873
|
+
'Failed to check authentication status: {{error}}',
|
|
1874
|
+
'Select an option:': 'Select an option:',
|
|
1875
|
+
'Raw mode not available. Please run in an interactive terminal.':
|
|
1876
|
+
'Raw mode not available. Please run in an interactive terminal.',
|
|
1877
|
+
'(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n':
|
|
1878
|
+
'(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n',
|
|
1737
1879
|
};
|
package/locales/ja.js
CHANGED
|
@@ -785,6 +785,8 @@ export default {
|
|
|
785
785
|
'No, suggest changes (esc)': 'いいえ、変更を提案 (Esc)',
|
|
786
786
|
"Allow execution of: '{{command}}'?": "'{{command}}' の実行を許可しますか?",
|
|
787
787
|
'Yes, allow always ...': 'はい、常に許可...',
|
|
788
|
+
'Always allow in this project': 'このプロジェクトで常に許可',
|
|
789
|
+
'Always allow for this user': 'このユーザーに常に許可',
|
|
788
790
|
'Yes, and auto-accept edits': 'はい、編集を自動承認',
|
|
789
791
|
'Yes, and manually approve edits': 'はい、編集を手動承認',
|
|
790
792
|
'No, keep planning (esc)': 'いいえ、計画を続ける (Esc)',
|
|
@@ -905,6 +907,73 @@ export default {
|
|
|
905
907
|
'Alibaba Cloud ModelStudioの最新Qwen Visionモデル(バージョン: qwen3-vl-plus-2025-09-23)',
|
|
906
908
|
// Dialogs - Permissions
|
|
907
909
|
'Manage folder trust settings': 'フォルダ信頼設定を管理',
|
|
910
|
+
'Manage permission rules': '権限ルールを管理',
|
|
911
|
+
Allow: '許可',
|
|
912
|
+
Ask: '確認',
|
|
913
|
+
Deny: '拒否',
|
|
914
|
+
Workspace: 'ワークスペース',
|
|
915
|
+
"Qwen Code won't ask before using allowed tools.":
|
|
916
|
+
'Qwen Code は許可されたツールを使用する前に確認しません。',
|
|
917
|
+
'Qwen Code will ask before using these tools.':
|
|
918
|
+
'Qwen Code はこれらのツールを使用する前に確認します。',
|
|
919
|
+
'Qwen Code is not allowed to use denied tools.':
|
|
920
|
+
'Qwen Code は拒否されたツールを使用できません。',
|
|
921
|
+
'Manage trusted directories for this workspace.':
|
|
922
|
+
'このワークスペースの信頼済みディレクトリを管理します。',
|
|
923
|
+
'Any use of the {{tool}} tool': '{{tool}} ツールのすべての使用',
|
|
924
|
+
"{{tool}} commands matching '{{pattern}}'":
|
|
925
|
+
"'{{pattern}}' に一致する {{tool}} コマンド",
|
|
926
|
+
'From user settings': 'ユーザー設定から',
|
|
927
|
+
'From project settings': 'プロジェクト設定から',
|
|
928
|
+
'From session': 'セッションから',
|
|
929
|
+
'Project settings (local)': 'プロジェクト設定(ローカル)',
|
|
930
|
+
'Saved in .qwen/settings.local.json': '.qwen/settings.local.json に保存',
|
|
931
|
+
'Project settings': 'プロジェクト設定',
|
|
932
|
+
'Checked in at .qwen/settings.json': '.qwen/settings.json にチェックイン',
|
|
933
|
+
'User settings': 'ユーザー設定',
|
|
934
|
+
'Saved in at ~/.qwen/settings.json': '~/.qwen/settings.json に保存',
|
|
935
|
+
'Add a new rule…': '新しいルールを追加…',
|
|
936
|
+
'Add {{type}} permission rule': '{{type}}権限ルールを追加',
|
|
937
|
+
'Permission rules are a tool name, optionally followed by a specifier in parentheses.':
|
|
938
|
+
'権限ルールはツール名で、オプションで括弧内に指定子を付けます。',
|
|
939
|
+
'e.g.,': '例:',
|
|
940
|
+
or: 'または',
|
|
941
|
+
'Enter permission rule…': '権限ルールを入力…',
|
|
942
|
+
'Enter to submit · Esc to cancel': 'Enter で送信 · Esc でキャンセル',
|
|
943
|
+
'Where should this rule be saved?': 'このルールをどこに保存しますか?',
|
|
944
|
+
'Enter to confirm · Esc to cancel': 'Enter で確認 · Esc でキャンセル',
|
|
945
|
+
'Delete {{type}} rule?': '{{type}}ルールを削除しますか?',
|
|
946
|
+
'Are you sure you want to delete this permission rule?':
|
|
947
|
+
'この権限ルールを削除してもよろしいですか?',
|
|
948
|
+
'Permissions:': '権限:',
|
|
949
|
+
'(←/→ or tab to cycle)': '(←/→ または Tab で切替)',
|
|
950
|
+
'Press ↑↓ to navigate · Enter to select · Type to search · Esc to cancel':
|
|
951
|
+
'↑↓ でナビゲート · Enter で選択 · 入力で検索 · Esc でキャンセル',
|
|
952
|
+
'Search…': '検索…',
|
|
953
|
+
'Use /trust to manage folder trust settings for this workspace.':
|
|
954
|
+
'/trust を使用してこのワークスペースのフォルダ信頼設定を管理します。',
|
|
955
|
+
// Workspace directory management
|
|
956
|
+
'Add directory…': 'ディレクトリを追加…',
|
|
957
|
+
'Add directory to workspace': 'ワークスペースにディレクトリを追加',
|
|
958
|
+
'Qwen Code can read files in the workspace, and make edits when auto-accept edits is on.':
|
|
959
|
+
'Qwen Code はワークスペース内のファイルを読み取り、自動編集承認が有効な場合は編集を行えます。',
|
|
960
|
+
'Qwen Code will be able to read files in this directory and make edits when auto-accept edits is on.':
|
|
961
|
+
'Qwen Code はこのディレクトリ内のファイルを読み取り、自動編集承認が有効な場合は編集を行えます。',
|
|
962
|
+
'Enter the path to the directory:': 'ディレクトリのパスを入力してください:',
|
|
963
|
+
'Enter directory path…': 'ディレクトリパスを入力…',
|
|
964
|
+
'Tab to complete · Enter to add · Esc to cancel':
|
|
965
|
+
'Tab で補完 · Enter で追加 · Esc でキャンセル',
|
|
966
|
+
'Remove directory?': 'ディレクトリを削除しますか?',
|
|
967
|
+
'Are you sure you want to remove this directory from the workspace?':
|
|
968
|
+
'このディレクトリをワークスペースから削除してもよろしいですか?',
|
|
969
|
+
' (Original working directory)': ' (元の作業ディレクトリ)',
|
|
970
|
+
' (from settings)': ' (設定より)',
|
|
971
|
+
'Directory does not exist.': 'ディレクトリが存在しません。',
|
|
972
|
+
'Path is not a directory.': 'パスはディレクトリではありません。',
|
|
973
|
+
'This directory is already in the workspace.':
|
|
974
|
+
'このディレクトリはすでにワークスペースに含まれています。',
|
|
975
|
+
'Already covered by existing directory: {{dir}}':
|
|
976
|
+
'既存のディレクトリによって既にカバーされています: {{dir}}',
|
|
908
977
|
// Status Bar
|
|
909
978
|
'Using:': '使用中:',
|
|
910
979
|
'{{count}} open file': '{{count}} 個のファイルを開いています',
|
|
@@ -1188,4 +1257,76 @@ export default {
|
|
|
1188
1257
|
'↑/↓: ナビゲート | Space/Enter: 切り替え | Esc: キャンセル',
|
|
1189
1258
|
'↑/↓: Navigate | Enter: Select | Esc: Cancel':
|
|
1190
1259
|
'↑/↓: ナビゲート | Enter: 選択 | Esc: キャンセル',
|
|
1260
|
+
|
|
1261
|
+
// ============================================================================
|
|
1262
|
+
// Commands - Auth
|
|
1263
|
+
// ============================================================================
|
|
1264
|
+
'Configure Qwen authentication information with Qwen-OAuth or Alibaba Cloud Coding Plan':
|
|
1265
|
+
'Qwen-OAuth または Alibaba Cloud Coding Plan で Qwen 認証情報を設定する',
|
|
1266
|
+
'Authenticate using Qwen OAuth': 'Qwen OAuth で認証する',
|
|
1267
|
+
'Authenticate using Alibaba Cloud Coding Plan':
|
|
1268
|
+
'Alibaba Cloud Coding Plan で認証する',
|
|
1269
|
+
'Region for Coding Plan (china/global)':
|
|
1270
|
+
'Coding Plan のリージョン (china/global)',
|
|
1271
|
+
'API key for Coding Plan': 'Coding Plan の API キー',
|
|
1272
|
+
'Show current authentication status': '現在の認証ステータスを表示',
|
|
1273
|
+
'Authentication completed successfully.': '認証が正常に完了しました。',
|
|
1274
|
+
'Starting Qwen OAuth authentication...': 'Qwen OAuth 認証を開始しています...',
|
|
1275
|
+
'Successfully authenticated with Qwen OAuth.':
|
|
1276
|
+
'Qwen OAuth での認証に成功しました。',
|
|
1277
|
+
'Failed to authenticate with Qwen OAuth: {{error}}':
|
|
1278
|
+
'Qwen OAuth での認証に失敗しました: {{error}}',
|
|
1279
|
+
'Processing Alibaba Cloud Coding Plan authentication...':
|
|
1280
|
+
'Alibaba Cloud Coding Plan 認証を処理しています...',
|
|
1281
|
+
'Successfully authenticated with Alibaba Cloud Coding Plan.':
|
|
1282
|
+
'Alibaba Cloud Coding Plan での認証に成功しました。',
|
|
1283
|
+
'Failed to authenticate with Coding Plan: {{error}}':
|
|
1284
|
+
'Coding Plan での認証に失敗しました: {{error}}',
|
|
1285
|
+
'中国 (China)': '中国 (China)',
|
|
1286
|
+
'阿里云百炼 (aliyun.com)': '阿里云百炼 (aliyun.com)',
|
|
1287
|
+
Global: 'グローバル',
|
|
1288
|
+
'Alibaba Cloud (alibabacloud.com)': 'Alibaba Cloud (alibabacloud.com)',
|
|
1289
|
+
'Select region for Coding Plan:': 'Coding Plan のリージョンを選択:',
|
|
1290
|
+
'Enter your Coding Plan API key: ':
|
|
1291
|
+
'Coding Plan の API キーを入力してください: ',
|
|
1292
|
+
'Select authentication method:': '認証方法を選択:',
|
|
1293
|
+
'\n=== Authentication Status ===\n': '\n=== 認証ステータス ===\n',
|
|
1294
|
+
'⚠️ No authentication method configured.\n':
|
|
1295
|
+
'⚠️ 認証方法が設定されていません。\n',
|
|
1296
|
+
'Run one of the following commands to get started:\n':
|
|
1297
|
+
'以下のコマンドのいずれかを実行して開始してください:\n',
|
|
1298
|
+
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (free tier)':
|
|
1299
|
+
' qwen auth qwen-oauth - Qwen OAuth で認証(無料)',
|
|
1300
|
+
' qwen auth coding-plan - Authenticate with Alibaba Cloud Coding Plan\n':
|
|
1301
|
+
' qwen auth coding-plan - Alibaba Cloud Coding Plan で認証\n',
|
|
1302
|
+
'Or simply run:': 'または以下を実行:',
|
|
1303
|
+
' qwen auth - Interactive authentication setup\n':
|
|
1304
|
+
' qwen auth - インタラクティブ認証セットアップ\n',
|
|
1305
|
+
'✓ Authentication Method: Qwen OAuth': '✓ 認証方法: Qwen OAuth',
|
|
1306
|
+
' Type: Free tier': ' タイプ: 無料プラン',
|
|
1307
|
+
' Limit: Up to 1,000 requests/day': ' 制限: 1日最大1,000リクエスト',
|
|
1308
|
+
' Models: Qwen latest models\n': ' モデル: Qwen 最新モデル\n',
|
|
1309
|
+
'✓ Authentication Method: Alibaba Cloud Coding Plan':
|
|
1310
|
+
'✓ 認証方法: Alibaba Cloud Coding Plan',
|
|
1311
|
+
'中国 (China) - 阿里云百炼': '中国 (China) - 阿里云百炼',
|
|
1312
|
+
'Global - Alibaba Cloud': 'グローバル - Alibaba Cloud',
|
|
1313
|
+
' Region: {{region}}': ' リージョン: {{region}}',
|
|
1314
|
+
' Current Model: {{model}}': ' 現在のモデル: {{model}}',
|
|
1315
|
+
' Config Version: {{version}}': ' 設定バージョン: {{version}}',
|
|
1316
|
+
' Status: API key configured\n': ' ステータス: APIキー設定済み\n',
|
|
1317
|
+
'⚠️ Authentication Method: Alibaba Cloud Coding Plan (Incomplete)':
|
|
1318
|
+
'⚠️ 認証方法: Alibaba Cloud Coding Plan(不完全)',
|
|
1319
|
+
' Issue: API key not found in environment or settings\n':
|
|
1320
|
+
' 問題: 環境変数または設定にAPIキーが見つかりません\n',
|
|
1321
|
+
' Run `qwen auth coding-plan` to re-configure.\n':
|
|
1322
|
+
' `qwen auth coding-plan` を実行して再設定してください。\n',
|
|
1323
|
+
'✓ Authentication Method: {{type}}': '✓ 認証方法: {{type}}',
|
|
1324
|
+
' Status: Configured\n': ' ステータス: 設定済み\n',
|
|
1325
|
+
'Failed to check authentication status: {{error}}':
|
|
1326
|
+
'認証ステータスの確認に失敗しました: {{error}}',
|
|
1327
|
+
'Select an option:': 'オプションを選択:',
|
|
1328
|
+
'Raw mode not available. Please run in an interactive terminal.':
|
|
1329
|
+
'Rawモードが利用できません。インタラクティブターミナルで実行してください。',
|
|
1330
|
+
'(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n':
|
|
1331
|
+
'(↑ ↓ 矢印キーで移動、Enter で選択、Ctrl+C で終了)\n',
|
|
1191
1332
|
};
|