Project Files
dist / dictionaries / synonyms.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.synonyms = void 0;
exports.synonyms = {
// ==================== ENGLISH TERMS ====================
// Technical terms
'application': 'app',
'applications': 'apps',
'program': 'prog',
'programs': 'progs',
'computer': 'comp',
'computers': 'comps',
'information': 'info',
'environment': 'env',
'environments': 'envs',
'configuration': 'config',
'configurations': 'configs',
'documentation': 'docs',
'functionality': 'func',
'utilization': 'use',
'utilize': 'use',
'utilizes': 'uses',
'utilizing': 'using',
'utilized': 'used',
'implementation': 'impl',
'implementations': 'impls',
'implement': 'impl',
'implements': 'impls',
'implementing': 'impling',
'implemented': 'implied',
'initialization': 'init',
'initialize': 'init',
'initializes': 'inits',
'initializing': 'initing',
'initialized': 'inited',
'optimization': 'opt',
'optimizations': 'opts',
'optimize': 'opt',
'optimizes': 'opts',
'optimizing': 'opting',
'optimized': 'opted',
'synchronization': 'sync',
'synchronize': 'sync',
'synchronizes': 'syncs',
'synchronizing': 'syncing',
'synchronized': 'synced',
'authentication': 'auth',
'authenticate': 'auth',
'authenticates': 'auths',
'authenticating': 'authing',
'authenticated': 'authed',
'authorization': 'authz',
'authorize': 'authz',
'authorizes': 'authzs',
'authorizing': 'authzing',
'authorized': 'authzed',
'identification': 'id',
'identify': 'id',
'identifies': 'ids',
'identifying': 'iding',
'identified': 'ided',
'transformation': 'transform',
'transformations': 'transforms',
'transform': 'transform',
'transforms': 'transforms',
'transforming': 'transforming',
'transformed': 'transformed',
'communication': 'comm',
'communications': 'comms',
// General terms
'however': 'but',
'therefore': 'so',
'consequently': 'so',
'thus': 'so',
'hence': 'so',
'although': 'though',
'despite': 'desp',
'regarding': 're',
'concerning': 're',
'respecting': 're',
'pertaining': 're',
'relating': 're',
// Actions
'perform': 'do',
'performs': 'does',
'performing': 'doing',
'performed': 'did',
'execute': 'run',
'executes': 'runs',
'executing': 'running',
'executed': 'ran',
'generate': 'gen',
'generates': 'gens',
'generating': 'gening',
'generated': 'gened',
'calculate': 'calc',
'calculates': 'calcs',
'calculating': 'calcing',
'calculated': 'calced',
'determine': 'det',
'determines': 'dets',
'determining': 'deting',
'determined': 'deted',
'establish': 'set',
'establishes': 'sets',
'establishing': 'setting',
'established': 'set',
'provide': 'give',
'provides': 'gives',
'providing': 'giving',
'provided': 'given',
'obtain': 'get',
'obtains': 'gets',
'obtaining': 'getting',
'obtained': 'got',
'acquire': 'get',
'acquires': 'gets',
'acquiring': 'getting',
'acquired': 'got',
'retrieve': 'get',
'retrieves': 'gets',
'retrieving': 'getting',
'retrieved': 'got',
'remove': 'rm',
'removes': 'rms',
'removing': 'rming',
'removed': 'rmed',
'delete': 'del',
'deletes': 'dels',
'deleting': 'deling',
'deleted': 'del',
'create': 'new',
'creates': 'news',
'creating': 'newing',
'created': 'newed',
'modify': 'mod',
'modifies': 'mods',
'modifying': 'moding',
'modified': 'moded',
'update': 'upd',
'updates': 'upds',
'updating': 'upding',
'updated': 'upded',
'change': 'chg',
'changes': 'chgs',
'changing': 'chgng',
'changed': 'chged',
// Common words
'because': 'cos',
'altho': 'altho',
'through': 'thru',
'until': 'til',
'within': 'witn',
'without': 'w/o',
'between': 'btwn',
'among': 'amng',
'during': 'dur',
'before': 'bef',
'after': 'aft',
'around': 'rnd',
'about': 'abt',
'approximately': 'approx',
// ==================== GERMAN TERMS ====================
// German technical terms
'anwendung': 'app',
'anwendungen': 'apps',
'programm': 'prog',
'programme': 'progs',
'informationen': 'infos',
'umgebung': 'env',
'konfiguration': 'config',
'dokumentation': 'docs',
'funktionalität': 'func',
'implementierung': 'impl',
'initialisierung': 'init',
'optimierung': 'opt',
'synchronisation': 'sync',
'authentifizierung': 'auth',
'autorisation': 'authz',
'identifikation': 'id',
'kommunikation': 'comm',
// German actions
'ausführen': 'run',
'erzeugen': 'gen',
'berechnen': 'calc',
'bestimmen': 'det',
'erstellen': 'new',
'lösch': 'del',
'entfernen': 'rm',
'ändern': 'chg',
'aktualisieren': 'upd',
'modifizieren': 'mod',
'geben': 'give',
'bekommen': 'get',
'erhalten': 'get',
// German common words
'deshalb': 'so',
'daher': 'so',
'also': 'so',
'obwohl': 'though',
'während': 'dur',
'bevor': 'bef',
'nach': 'aft',
'zwischen': 'btwn',
'ungefähr': 'approx',
// ==================== BUILD LOG / COMPILER TERMS ====================
// Build system terms
'compiler': 'cc',
'compilers': 'ccs',
'linker': 'ld',
'build': 'bld',
'building': 'blding',
'built': 'bld',
'compile': 'cpl',
'compiling': 'cpling',
'compiled': 'cpd',
'link': 'lnk',
'linking': 'lnking',
'linked': 'lnkd',
'rebuild': 'rbld',
'clean': 'cln',
'cleanning': 'clning',
'cleaned': 'clnd',
// Error/warning types
'undefined': 'undef',
'unresolved': 'unres',
'incomplete': 'incomp',
'unused': 'unsd',
'deprecated': 'depr',
'obsolete': 'obs',
'redundant': 'rednd',
'duplicate': 'dup',
'conflict': 'cflct',
'ambiguous': 'ambg',
// File/path related
'directory': 'dir',
'directories': 'dirs',
'folder': 'fldr',
'path': 'pth',
'paths': 'pths',
'source': 'src',
'sources': 'srccs',
'header': 'hdr',
'headers': 'hdrs',
'include': 'inc',
'includes': 'incs',
// Type/variable related
'parameter': 'prm',
'parameters': 'prms',
'argument': 'arg',
'arguments': 'args',
'expression': 'expr',
'expressions': 'exprs',
'statement': 'stmt',
'statements': 'stmts',
'declaration': 'decl',
'declarations': 'decls',
'definition': 'def',
'definitions': 'defs',
'instance': 'inst',
'instances': 'insts',
// ==================== GERMAN BUILD LOG TERMS ====================
// German build terms
'erstellung': 'bld',
'kompilieren': 'cpl',
'verknüpfen': 'lnk',
'fehler': 'err',
'warnung': 'warn',
'hinweis': 'note',
'quelle': 'src',
'ziel': 'tgt',
'verzeichnis': 'dir',
// ==================== MSVC GERMAN ERROR TERMS ====================
// MSVC German error message terms (single words)
'Bezeichner': 'ident',
'Typspezifizierer': 'type spec',
'Syntaxfehler': 'syntax err',
'deklarierter': 'declared',
'ungültig': 'invalid',
'angenommen': 'assumed',
'unterstützt': 'supported',
'geöffnet': 'opened',
'Verwendung': 'use',
'gefunden': 'found',
'fehlt': 'missing',
'Fehlendes': 'missing',
'Hinweis': 'note',
// ==================== CLANG/GCC WARNING TERMS ====================
// Warning category abbreviations
'unused-variable': 'unsd-var',
'unused-function': 'unsd-fn',
'unused-but-set-variable': 'set-unsd',
'microsoft-include': 'ms-inc',
'non-portable': 'port',
'search rules': 'rules',
// German warning terms
'Neuerstellung': 'rbld',
'Erstellen': 'bld',
};