Project Files
dist / dictionaries / phrases.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.phrases = void 0;
exports.phrases = {
// ==================== ENGLISH PHRASES ====================
// Polite openers
'Hello there': '',
'Hello': '',
'Hi': '',
'Hey': '',
'Good morning': '',
'Good afternoon': '',
'Good evening': '',
// Polite closers
'Thank you': '',
'Thanks': '',
'Thank you so much': '',
'Thanks a lot': '',
'so much': '',
'I appreciate it': '',
'I appreciate your help': '',
// Polite requests
'I would really appreciate it if you could': '',
'I would appreciate it if you could': '',
'Could you please': '',
'Can you please': '',
'Please': '',
"If you don't mind": '',
'If you could': '',
// Role-playing
'I would like you to act as': 'Be',
'Act as a': 'Be',
'Act as': 'Be',
'Pretend to be': 'Be',
'You are a': 'Be',
'You are': 'Be',
// Filler phrases
'I am trying to figure out': 'Need',
'I am trying to': 'Need',
'I want to': 'Need',
'I need to': 'Need',
'I would like to': 'Need',
'I would like': 'Need',
'I want': 'Need',
'I need': 'Need',
'I have a question about': 'Question',
'I have a question': 'Question',
'My question is': 'Question',
'The question is': 'Question',
'I am wondering': '',
'I was wondering': '',
'I am curious': 'Curious',
// Redundant phrases
'Due to the fact that': 'Because',
'In order to': 'To',
'In the event that': 'If',
'For the purpose of': 'To',
'At this point in time': 'Now',
'At this moment': 'Now',
'In my opinion': 'IMO',
'In my humble opinion': 'IMO',
'As far as I know': 'AFAIK',
'As far as I can tell': 'AFAICT',
'It is important to note that': 'Note',
'It is worth noting that': 'Note',
'It should be noted that': 'Note',
'It is worth mentioning that': 'Note',
'It goes without saying that': '',
'Needless to say': '',
'As a matter of fact': 'Actually',
'As a matter of': '',
// Technical filler
'Make sure that': 'Ensure',
'Make sure': 'Ensure',
'Ensure that': 'Ensure',
'Make certain that': 'Ensure',
'Make certain': 'Ensure',
'It is required that': 'Required',
'It is required': 'Required',
'It is necessary': 'Required',
'It is important': 'Important',
'It is crucial': 'Crucial',
'It is essential': 'Essential',
// Code-related
'the following code': 'code',
'the following snippet': 'snippet',
'the following example': 'example',
'the following': '',
'the above': '',
'below is': '',
'above is': '',
// Logic symbols - REMOVED: These break natural language!
// 'not': '!',
// 'and': '&&',
// 'or': '||',
// 'equals': '==',
// 'equal to': '==',
// 'is equal to': '==',
// 'greater than': '>',
// 'less than': '<',
// 'greater than or equal to': '>=',
// 'less than or equal to': '<=',
// 'not equal to': '!=',
// 'does not equal': '!=',
// Common AI prompt patterns
'step by step': 'steps',
'step-by-step': 'steps',
'in detail': 'detailed',
'in more detail': 'detailed',
'explain in detail': 'explain detailed',
'provide a': '',
'provide': '',
'give me': '',
'give': '',
'show me': 'show',
'tell me': 'tell',
'can you tell me': 'tell',
'could you tell me': 'tell',
// ==================== GERMAN PHRASES ====================
// German polite openers
'Hallo': '',
'Guten Morgen': '',
'Guten Tag': '',
'Guten Abend': '',
'Hallo zusammen': '',
// German polite closers
'Danke': '',
'Danke schön': '',
'Vielen Dank': '',
'Herzlichen Dank': '',
'Danke im Voraus': '',
'Ich danke Ihnen': '',
// German polite requests
'Bitte': '',
'Könnten Sie bitte': '',
'Können Sie bitte': '',
'Könntest du bitte': '',
'Kannst du bitte': '',
'Ich würde bitten': '',
'Hätten Sie die Freundlichkeit': '',
// German role-playing / instructions
'Ich möchte, dass Sie agieren als': 'Sei',
'Agieren Sie als': 'Sei',
'Agieren als': 'Sei',
'Tun Sie so als ob': 'Sei',
'Sie sind ein': 'Sei',
'Sie sind': 'Sei',
'Nehmen Sie die Rolle an von': 'Sei',
// German filler phrases
'Ich versuche herauszufinden': 'Need',
'Ich versuche zu': 'Need',
'Ich möchte': 'Need',
'Ich würde gerne': 'Need',
'Ich brauche': 'Need',
'Ich habe eine Frage': 'Question',
'Meine Frage ist': 'Question',
'Die Frage ist': 'Question',
'Ich frage mich': '',
'Ich bin neugierig': 'Curious',
// German redundant phrases
'Aufgrund der Tatsache, dass': 'Weil',
'Um zu': 'To',
'Zu dem Zweck': 'To',
'In diesem Moment': 'Now',
'An dieser Stelle': 'Now',
'Meiner Meinung nach': 'IMO',
'Ehrlich gesagt': '',
'Um ehrlich zu sein': '',
'Eigentlich': '',
'Tatsächlich': '',
// German technical filler
'Stellen Sie sicher, dass': 'Ensure',
'Stellen Sie sicher': 'Ensure',
'Sicherstellen, dass': 'Ensure',
'Es ist wichtig': 'Important',
'Es ist notwendig': 'Required',
'Es ist erforderlich': 'Required',
// German code-related
'der folgende Code': 'code',
'der folgende Snippet': 'snippet',
'das folgende Beispiel': 'example',
'folgendes': '',
'oben': '',
'unten': '',
// German logic symbols - REMOVED: These break natural language!
// 'und': '&&',
// 'oder': '||',
// 'nicht': '!',
// 'gleich': '==',
// 'ist gleich': '==',
// 'größer als': '>',
// 'kleiner als': '<',
// 'größer oder gleich': '>=',
// 'kleiner oder gleich': '<=',
// 'ungleich': '!=',
// German common patterns
'Schritt für Schritt': 'steps',
'im Detail': 'detailed',
'erkläre im Detail': 'explain detailed',
'geben Sie mir': '',
'zeigen Sie mir': 'show',
'sagen Sie mir': 'tell',
// ==================== BUILD LOG / COMPILER OUTPUT ====================
// Build status boilerplate (English)
'Build started': '',
'Build completed': '',
'Building': '',
'Compiling': '',
'Linking': '',
'Generating': '',
'Creating': '',
'Successfully': '',
'successfully': '',
'Error': 'E',
'Warning': 'W',
'Note': 'N',
// Include chain noise (most common build log filler)
'In file included from': 'inc',
'included from': 'inc',
'from': '',
// Project/configuration boilerplate
'Project:': 'Proj:',
'Configuration:': 'Cfg:',
'Platform:': 'Plat:',
'Target:': 'Tgt:',
// Build result summaries
'successful': 'ok',
'errors': 'err',
'warnings': 'warn',
'up to date': 'uptodate',
'skipped': 'skip',
// Time/duration boilerplate
'took': '',
'seconds': 's',
'milliseconds': 'ms',
'started at': '',
'completed at': '',
'duration:': '',
// Line number indicators (redundant with actual line numbers)
'at line': '',
'on line': '',
'column': 'col',
// Variable/function type descriptors
'variable': 'var',
'function': 'fn',
'parameter': 'param',
'argument': 'arg',
'expression': 'expr',
'statement': 'stmt',
'declaration': 'decl',
'definition': 'def',
'type': 'typ',
// Common error/warning prefixes
'error:': 'E:',
'warning:': 'W:',
'note:': 'N:',
'fatal error:': 'FE:',
'error C': 'C',
'warning C': 'WC',
// ==================== GERMAN BUILD LOG ====================
// German build status
'Erstellen gestartet': '',
'Erstellen abgeschlossen': '',
'Erstellung wurde': '',
'Projekt:': 'Proj:',
'Konfiguration:': 'Cfg:',
'erfolgreich': 'ok',
'Fehler': 'E',
'Warnung': 'W',
'Hinweis': 'N',
'aktuell': 'uptodate',
'übersprungen': 'skip',
'dauerte': '',
'Sekunden': 's',
'um': '',
// ==================== MSVC GERMAN ERROR MESSAGES ====================
// Most common repeated error messages (German → English shorthand)
'nichtdeklarierter Bezeichner': 'undeclared ident',
'Fehlender Typspezifizierer': 'missing type spec',
'Syntaxfehler': 'syntax err',
'Datei kann nicht geöffnet werden': 'cannot open file',
'Diese Verwendung von ist ungültig': 'invalid use of',
'Bezeichner wurde nicht gefunden': 'ident not found',
// MSVC error message fragments
'int wird angenommen': 'int assumed',
'default-int wird von C++ nicht unterstützt': 'no default-int in C++',
'Fehlendes vor': "missing ';' before",
'Include kann nicht geöffnet werden': 'include cannot open',
'No such file or directory': 'file not found',
// Build result summaries (German MSVC)
'Alle neu erstellen': 'Rebuild',
'neu erstellen': 'rebuild',
'fehlgeschlagen': 'fail',
'Neu erstellen abgeschlossen': '',
'und dauerte': '',
// ==================== CLANG/GCC BUILD LOG PATTERNS ====================
// Warning count summaries (repeated after each warning)
'warning generated': '',
'warnings generated': '',
'error generated': '',
'errors generated': '',
// Include path warnings
'resolved using non-portable Microsoft search rules as:': 'non-portable include:',
'#include resolved using non-portable Microsoft search rules as:': 'non-portable include:',
// Unused variable/function warnings
'unused variable': 'unsd var',
'unused function': 'unsd fn',
'set but not used': 'set unused',
// German build status (Clang/LLVM)
'Die Neuerstellung wurde': '',
'Neues Erstellen gestartet': '',
'gestartet: Projekt:': 'Proj:',
};