diff options
| author | Matt Mayer <[email protected]> | 2023-04-09 15:44:43 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-09 10:44:43 +0200 |
| commit | f66e26bb2fa8e35717d18fabd72f723467c155bb (patch) | |
| tree | de2a3f66a8b36496e4a989f1d58227be669d21c0 | |
| parent | 857412514e94d1d7f30aab9a9e01c24aa05d7dee (diff) | |
| download | faker-f66e26bb2fa8e35717d18fabd72f723467c155bb.tar.xz faker-f66e26bb2fa8e35717d18fabd72f723467c155bb.zip | |
refactor(company): remove English locale definitions from company in non-English locales (#2027)
22 files changed, 0 insertions, 1630 deletions
diff --git a/src/locales/cs_CZ/company/adjective.ts b/src/locales/cs_CZ/company/adjective.ts deleted file mode 100644 index f1faf2c0..00000000 --- a/src/locales/cs_CZ/company/adjective.ts +++ /dev/null @@ -1,102 +0,0 @@ -export default [ - 'Adaptive', - 'Advanced', - 'Ameliorated', - 'Assimilated', - 'Automated', - 'Balanced', - 'Business-focused', - 'Centralized', - 'Cloned', - 'Compatible', - 'Configurable', - 'Cross-group', - 'Cross-platform', - 'Customer-focused', - 'Customizable', - 'Decentralized', - 'De-engineered', - 'Devolved', - 'Digitized', - 'Distributed', - 'Diverse', - 'Down-sized', - 'Enhanced', - 'Enterprise-wide', - 'Ergonomic', - 'Exclusive', - 'Expanded', - 'Extended', - 'Face to face', - 'Focused', - 'Front-line', - 'Fully-configurable', - 'Function-based', - 'Fundamental', - 'Future-proofed', - 'Grass-roots', - 'Horizontal', - 'Implemented', - 'Innovative', - 'Integrated', - 'Intuitive', - 'Inverse', - 'Managed', - 'Mandatory', - 'Monitored', - 'Multi-channelled', - 'Multi-lateral', - 'Multi-layered', - 'Multi-tiered', - 'Networked', - 'Object-based', - 'Open-architected', - 'Open-source', - 'Operative', - 'Optimized', - 'Optional', - 'Organic', - 'Organized', - 'Persevering', - 'Persistent', - 'Phased', - 'Polarised', - 'Pre-emptive', - 'Proactive', - 'Profit-focused', - 'Profound', - 'Programmable', - 'Progressive', - 'Public-key', - 'Quality-focused', - 'Reactive', - 'Realigned', - 'Re-contextualized', - 'Re-engineered', - 'Reduced', - 'Reverse-engineered', - 'Right-sized', - 'Robust', - 'Seamless', - 'Secured', - 'Self-enabling', - 'Sharable', - 'Stand-alone', - 'Streamlined', - 'Switchable', - 'Synchronised', - 'Synergistic', - 'Synergized', - 'Team-oriented', - 'Total', - 'Triple-buffered', - 'Universal', - 'Up-sized', - 'Upgradable', - 'User-centric', - 'User-friendly', - 'Versatile', - 'Virtual', - 'Visionary', - 'Vision-oriented', -]; diff --git a/src/locales/cs_CZ/company/descriptor.ts b/src/locales/cs_CZ/company/descriptor.ts deleted file mode 100644 index 4b3c8c92..00000000 --- a/src/locales/cs_CZ/company/descriptor.ts +++ /dev/null @@ -1,103 +0,0 @@ -export default [ - '24 hour', - '24/7', - '3rd generation', - '4th generation', - '5th generation', - '6th generation', - 'actuating', - 'analyzing', - 'asymmetric', - 'asynchronous', - 'attitude-oriented', - 'background', - 'bandwidth-monitored', - 'bi-directional', - 'bifurcated', - 'bottom-line', - 'clear-thinking', - 'client-driven', - 'client-server', - 'coherent', - 'cohesive', - 'composite', - 'context-sensitive', - 'contextually-based', - 'content-based', - 'dedicated', - 'demand-driven', - 'didactic', - 'directional', - 'discrete', - 'disintermediate', - 'dynamic', - 'eco-centric', - 'empowering', - 'encompassing', - 'even-keeled', - 'executive', - 'explicit', - 'exuding', - 'fault-tolerant', - 'foreground', - 'fresh-thinking', - 'full-range', - 'global', - 'grid-enabled', - 'heuristic', - 'high-level', - 'holistic', - 'homogeneous', - 'human-resource', - 'hybrid', - 'impactful', - 'incremental', - 'intangible', - 'interactive', - 'intermediate', - 'leading edge', - 'local', - 'logistical', - 'maximized', - 'methodical', - 'mission-critical', - 'mobile', - 'modular', - 'motivating', - 'multimedia', - 'multi-state', - 'multi-tasking', - 'national', - 'needs-based', - 'neutral', - 'next generation', - 'non-volatile', - 'object-oriented', - 'optimal', - 'optimizing', - 'radical', - 'real-time', - 'reciprocal', - 'regional', - 'responsive', - 'scalable', - 'secondary', - 'solution-oriented', - 'stable', - 'static', - 'systematic', - 'systemic', - 'system-worthy', - 'tangible', - 'tertiary', - 'transitional', - 'uniform', - 'upward-trending', - 'user-facing', - 'value-added', - 'web-enabled', - 'well-modulated', - 'zero administration', - 'zero defect', - 'zero tolerance', -]; diff --git a/src/locales/cs_CZ/company/index.ts b/src/locales/cs_CZ/company/index.ts index 8b8ebbc4..94e1daa3 100644 --- a/src/locales/cs_CZ/company/index.ts +++ b/src/locales/cs_CZ/company/index.ts @@ -3,17 +3,11 @@ * Run 'pnpm run generate:locales' to update. */ import type { CompanyDefinitions } from '../../..'; -import adjective from './adjective'; -import descriptor from './descriptor'; import name_patterns from './name_patterns'; -import noun from './noun'; import suffix from './suffix'; const company: CompanyDefinitions = { - adjective, - descriptor, name_patterns, - noun, suffix, }; diff --git a/src/locales/cs_CZ/company/noun.ts b/src/locales/cs_CZ/company/noun.ts deleted file mode 100644 index b289a85a..00000000 --- a/src/locales/cs_CZ/company/noun.ts +++ /dev/null @@ -1,106 +0,0 @@ -export default [ - 'ability', - 'access', - 'adapter', - 'algorithm', - 'alliance', - 'analyzer', - 'application', - 'approach', - 'architecture', - 'archive', - 'artificial intelligence', - 'array', - 'attitude', - 'benchmark', - 'budgetary management', - 'capability', - 'capacity', - 'challenge', - 'circuit', - 'collaboration', - 'complexity', - 'concept', - 'conglomeration', - 'contingency', - 'core', - 'customer loyalty', - 'database', - 'data-warehouse', - 'definition', - 'emulation', - 'encoding', - 'encryption', - 'extranet', - 'firmware', - 'flexibility', - 'focus group', - 'forecast', - 'frame', - 'framework', - 'function', - 'functionalities', - 'Graphic Interface', - 'groupware', - 'Graphical User Interface', - 'hardware', - 'help-desk', - 'hierarchy', - 'hub', - 'implementation', - 'info-mediaries', - 'infrastructure', - 'initiative', - 'installation', - 'instruction set', - 'interface', - 'internet solution', - 'intranet', - 'knowledge user', - 'knowledge base', - 'local area network', - 'leverage', - 'matrices', - 'matrix', - 'methodology', - 'middleware', - 'migration', - 'model', - 'moderator', - 'monitoring', - 'moratorium', - 'neural-net', - 'open architecture', - 'open system', - 'orchestration', - 'paradigm', - 'parallelism', - 'policy', - 'portal', - 'pricing structure', - 'process improvement', - 'product', - 'productivity', - 'project', - 'projection', - 'protocol', - 'secured line', - 'service-desk', - 'software', - 'solution', - 'standardization', - 'strategy', - 'structure', - 'success', - 'superstructure', - 'support', - 'synergy', - 'system engine', - 'task-force', - 'throughput', - 'time-frame', - 'toolset', - 'utilisation', - 'website', - 'workforce', -]; diff --git a/src/locales/fr/company/adjective.ts b/src/locales/fr/company/adjective.ts deleted file mode 100644 index f1faf2c0..00000000 --- a/src/locales/fr/company/adjective.ts +++ /dev/null @@ -1,102 +0,0 @@ -export default [ - 'Adaptive', - 'Advanced', - 'Ameliorated', - 'Assimilated', - 'Automated', - 'Balanced', - 'Business-focused', - 'Centralized', - 'Cloned', - 'Compatible', - 'Configurable', - 'Cross-group', - 'Cross-platform', - 'Customer-focused', - 'Customizable', - 'Decentralized', - 'De-engineered', - 'Devolved', - 'Digitized', - 'Distributed', - 'Diverse', - 'Down-sized', - 'Enhanced', - 'Enterprise-wide', - 'Ergonomic', - 'Exclusive', - 'Expanded', - 'Extended', - 'Face to face', - 'Focused', - 'Front-line', - 'Fully-configurable', - 'Function-based', - 'Fundamental', - 'Future-proofed', - 'Grass-roots', - 'Horizontal', - 'Implemented', - 'Innovative', - 'Integrated', - 'Intuitive', - 'Inverse', - 'Managed', - 'Mandatory', - 'Monitored', - 'Multi-channelled', - 'Multi-lateral', - 'Multi-layered', - 'Multi-tiered', - 'Networked', - 'Object-based', - 'Open-architected', - 'Open-source', - 'Operative', - 'Optimized', - 'Optional', - 'Organic', - 'Organized', - 'Persevering', - 'Persistent', - 'Phased', - 'Polarised', - 'Pre-emptive', - 'Proactive', - 'Profit-focused', - 'Profound', - 'Programmable', - 'Progressive', - 'Public-key', - 'Quality-focused', - 'Reactive', - 'Realigned', - 'Re-contextualized', - 'Re-engineered', - 'Reduced', - 'Reverse-engineered', - 'Right-sized', - 'Robust', - 'Seamless', - 'Secured', - 'Self-enabling', - 'Sharable', - 'Stand-alone', - 'Streamlined', - 'Switchable', - 'Synchronised', - 'Synergistic', - 'Synergized', - 'Team-oriented', - 'Total', - 'Triple-buffered', - 'Universal', - 'Up-sized', - 'Upgradable', - 'User-centric', - 'User-friendly', - 'Versatile', - 'Virtual', - 'Visionary', - 'Vision-oriented', -]; diff --git a/src/locales/fr/company/buzz_adjective.ts b/src/locales/fr/company/buzz_adjective.ts deleted file mode 100644 index 9fed1f1e..00000000 --- a/src/locales/fr/company/buzz_adjective.ts +++ /dev/null @@ -1,67 +0,0 @@ -export default [ - 'clicks-and-mortar', - 'value-added', - 'vertical', - 'proactive', - 'robust', - 'revolutionary', - 'scalable', - 'leading-edge', - 'innovative', - 'intuitive', - 'strategic', - 'e-business', - 'mission-critical', - 'sticky', - 'one-to-one', - '24/7', - 'end-to-end', - 'global', - 'B2B', - 'B2C', - 'granular', - 'frictionless', - 'virtual', - 'viral', - 'dynamic', - '24/365', - 'best-of-breed', - 'killer', - 'magnetic', - 'bleeding-edge', - 'web-enabled', - 'interactive', - 'dot-com', - 'sexy', - 'back-end', - 'real-time', - 'efficient', - 'front-end', - 'distributed', - 'seamless', - 'extensible', - 'turn-key', - 'world-class', - 'open-source', - 'cross-platform', - 'cross-media', - 'synergistic', - 'bricks-and-clicks', - 'out-of-the-box', - 'enterprise', - 'integrated', - 'impactful', - 'wireless', - 'transparent', - 'next-generation', - 'cutting-edge', - 'user-centric', - 'visionary', - 'customized', - 'ubiquitous', - 'plug-and-play', - 'collaborative', - 'compelling', - 'holistic', - 'rich', -]; diff --git a/src/locales/fr/company/buzz_noun.ts b/src/locales/fr/company/buzz_noun.ts deleted file mode 100644 index d0cd9f3f..00000000 --- a/src/locales/fr/company/buzz_noun.ts +++ /dev/null @@ -1,46 +0,0 @@ -export default [ - 'synergies', - 'web-readiness', - 'paradigms', - 'markets', - 'partnerships', - 'infrastructures', - 'platforms', - 'initiatives', - 'channels', - 'eyeballs', - 'communities', - 'ROI', - 'solutions', - 'e-tailers', - 'e-services', - 'action-items', - 'portals', - 'niches', - 'technologies', - 'content', - 'vortals', - 'supply-chains', - 'convergence', - 'relationships', - 'architectures', - 'interfaces', - 'e-markets', - 'e-commerce', - 'systems', - 'bandwidth', - 'infomediaries', - 'models', - 'mindshare', - 'deliverables', - 'users', - 'schemas', - 'networks', - 'applications', - 'metrics', - 'e-business', - 'functionalities', - 'experiences', - 'web services', - 'methodologies', -]; diff --git a/src/locales/fr/company/buzz_verb.ts b/src/locales/fr/company/buzz_verb.ts deleted file mode 100644 index 405efc3c..00000000 --- a/src/locales/fr/company/buzz_verb.ts +++ /dev/null @@ -1,62 +0,0 @@ -export default [ - 'implement', - 'utilize', - 'integrate', - 'streamline', - 'optimize', - 'evolve', - 'transform', - 'embrace', - 'enable', - 'orchestrate', - 'leverage', - 'reinvent', - 'aggregate', - 'architect', - 'enhance', - 'incentivize', - 'morph', - 'empower', - 'envisioneer', - 'monetize', - 'harness', - 'facilitate', - 'seize', - 'disintermediate', - 'synergize', - 'strategize', - 'deploy', - 'brand', - 'grow', - 'target', - 'syndicate', - 'synthesize', - 'deliver', - 'mesh', - 'incubate', - 'engage', - 'maximize', - 'benchmark', - 'expedite', - 'reintermediate', - 'whiteboard', - 'visualize', - 'repurpose', - 'innovate', - 'scale', - 'unleash', - 'drive', - 'extend', - 'engineer', - 'revolutionize', - 'generate', - 'exploit', - 'transition', - 'e-enable', - 'iterate', - 'cultivate', - 'matrix', - 'productize', - 'redefine', - 'recontextualize', -]; diff --git a/src/locales/fr/company/descriptor.ts b/src/locales/fr/company/descriptor.ts deleted file mode 100644 index 4b3c8c92..00000000 --- a/src/locales/fr/company/descriptor.ts +++ /dev/null @@ -1,103 +0,0 @@ -export default [ - '24 hour', - '24/7', - '3rd generation', - '4th generation', - '5th generation', - '6th generation', - 'actuating', - 'analyzing', - 'asymmetric', - 'asynchronous', - 'attitude-oriented', - 'background', - 'bandwidth-monitored', - 'bi-directional', - 'bifurcated', - 'bottom-line', - 'clear-thinking', - 'client-driven', - 'client-server', - 'coherent', - 'cohesive', - 'composite', - 'context-sensitive', - 'contextually-based', - 'content-based', - 'dedicated', - 'demand-driven', - 'didactic', - 'directional', - 'discrete', - 'disintermediate', - 'dynamic', - 'eco-centric', - 'empowering', - 'encompassing', - 'even-keeled', - 'executive', - 'explicit', - 'exuding', - 'fault-tolerant', - 'foreground', - 'fresh-thinking', - 'full-range', - 'global', - 'grid-enabled', - 'heuristic', - 'high-level', - 'holistic', - 'homogeneous', - 'human-resource', - 'hybrid', - 'impactful', - 'incremental', - 'intangible', - 'interactive', - 'intermediate', - 'leading edge', - 'local', - 'logistical', - 'maximized', - 'methodical', - 'mission-critical', - 'mobile', - 'modular', - 'motivating', - 'multimedia', - 'multi-state', - 'multi-tasking', - 'national', - 'needs-based', - 'neutral', - 'next generation', - 'non-volatile', - 'object-oriented', - 'optimal', - 'optimizing', - 'radical', - 'real-time', - 'reciprocal', - 'regional', - 'responsive', - 'scalable', - 'secondary', - 'solution-oriented', - 'stable', - 'static', - 'systematic', - 'systemic', - 'system-worthy', - 'tangible', - 'tertiary', - 'transitional', - 'uniform', - 'upward-trending', - 'user-facing', - 'value-added', - 'web-enabled', - 'well-modulated', - 'zero administration', - 'zero defect', - 'zero tolerance', -]; diff --git a/src/locales/fr/company/index.ts b/src/locales/fr/company/index.ts index ad4d1c3b..94e1daa3 100644 --- a/src/locales/fr/company/index.ts +++ b/src/locales/fr/company/index.ts @@ -3,23 +3,11 @@ * Run 'pnpm run generate:locales' to update. */ import type { CompanyDefinitions } from '../../..'; -import adjective from './adjective'; -import buzz_adjective from './buzz_adjective'; -import buzz_noun from './buzz_noun'; -import buzz_verb from './buzz_verb'; -import descriptor from './descriptor'; import name_patterns from './name_patterns'; -import noun from './noun'; import suffix from './suffix'; const company: CompanyDefinitions = { - adjective, - buzz_adjective, - buzz_noun, - buzz_verb, - descriptor, name_patterns, - noun, suffix, }; diff --git a/src/locales/fr/company/noun.ts b/src/locales/fr/company/noun.ts deleted file mode 100644 index b289a85a..00000000 --- a/src/locales/fr/company/noun.ts +++ /dev/null @@ -1,106 +0,0 @@ -export default [ - 'ability', - 'access', - 'adapter', - 'algorithm', - 'alliance', - 'analyzer', - 'application', - 'approach', - 'architecture', - 'archive', - 'artificial intelligence', - 'array', - 'attitude', - 'benchmark', - 'budgetary management', - 'capability', - 'capacity', - 'challenge', - 'circuit', - 'collaboration', - 'complexity', - 'concept', - 'conglomeration', - 'contingency', - 'core', - 'customer loyalty', - 'database', - 'data-warehouse', - 'definition', - 'emulation', - 'encoding', - 'encryption', - 'extranet', - 'firmware', - 'flexibility', - 'focus group', - 'forecast', - 'frame', - 'framework', - 'function', - 'functionalities', - 'Graphic Interface', - 'groupware', - 'Graphical User Interface', - 'hardware', - 'help-desk', - 'hierarchy', - 'hub', - 'implementation', - 'info-mediaries', - 'infrastructure', - 'initiative', - 'installation', - 'instruction set', - 'interface', - 'internet solution', - 'intranet', - 'knowledge user', - 'knowledge base', - 'local area network', - 'leverage', - 'matrices', - 'matrix', - 'methodology', - 'middleware', - 'migration', - 'model', - 'moderator', - 'monitoring', - 'moratorium', - 'neural-net', - 'open architecture', - 'open system', - 'orchestration', - 'paradigm', - 'parallelism', - 'policy', - 'portal', - 'pricing structure', - 'process improvement', - 'product', - 'productivity', - 'project', - 'projection', - 'protocol', - 'secured line', - 'service-desk', - 'software', - 'solution', - 'standardization', - 'strategy', - 'structure', - 'success', - 'superstructure', - 'support', - 'synergy', - 'system engine', - 'task-force', - 'throughput', - 'time-frame', - 'toolset', - 'utilisation', - 'website', - 'workforce', -]; diff --git a/src/locales/pl/company/adjective.ts b/src/locales/pl/company/adjective.ts deleted file mode 100644 index f1faf2c0..00000000 --- a/src/locales/pl/company/adjective.ts +++ /dev/null @@ -1,102 +0,0 @@ -export default [ - 'Adaptive', - 'Advanced', - 'Ameliorated', - 'Assimilated', - 'Automated', - 'Balanced', - 'Business-focused', - 'Centralized', - 'Cloned', - 'Compatible', - 'Configurable', - 'Cross-group', - 'Cross-platform', - 'Customer-focused', - 'Customizable', - 'Decentralized', - 'De-engineered', - 'Devolved', - 'Digitized', - 'Distributed', - 'Diverse', - 'Down-sized', - 'Enhanced', - 'Enterprise-wide', - 'Ergonomic', - 'Exclusive', - 'Expanded', - 'Extended', - 'Face to face', - 'Focused', - 'Front-line', - 'Fully-configurable', - 'Function-based', - 'Fundamental', - 'Future-proofed', - 'Grass-roots', - 'Horizontal', - 'Implemented', - 'Innovative', - 'Integrated', - 'Intuitive', - 'Inverse', - 'Managed', - 'Mandatory', - 'Monitored', - 'Multi-channelled', - 'Multi-lateral', - 'Multi-layered', - 'Multi-tiered', - 'Networked', - 'Object-based', - 'Open-architected', - 'Open-source', - 'Operative', - 'Optimized', - 'Optional', - 'Organic', - 'Organized', - 'Persevering', - 'Persistent', - 'Phased', - 'Polarised', - 'Pre-emptive', - 'Proactive', - 'Profit-focused', - 'Profound', - 'Programmable', - 'Progressive', - 'Public-key', - 'Quality-focused', - 'Reactive', - 'Realigned', - 'Re-contextualized', - 'Re-engineered', - 'Reduced', - 'Reverse-engineered', - 'Right-sized', - 'Robust', - 'Seamless', - 'Secured', - 'Self-enabling', - 'Sharable', - 'Stand-alone', - 'Streamlined', - 'Switchable', - 'Synchronised', - 'Synergistic', - 'Synergized', - 'Team-oriented', - 'Total', - 'Triple-buffered', - 'Universal', - 'Up-sized', - 'Upgradable', - 'User-centric', - 'User-friendly', - 'Versatile', - 'Virtual', - 'Visionary', - 'Vision-oriented', -]; diff --git a/src/locales/pl/company/buzz_adjective.ts b/src/locales/pl/company/buzz_adjective.ts deleted file mode 100644 index 9fed1f1e..00000000 --- a/src/locales/pl/company/buzz_adjective.ts +++ /dev/null @@ -1,67 +0,0 @@ -export default [ - 'clicks-and-mortar', - 'value-added', - 'vertical', - 'proactive', - 'robust', - 'revolutionary', - 'scalable', - 'leading-edge', - 'innovative', - 'intuitive', - 'strategic', - 'e-business', - 'mission-critical', - 'sticky', - 'one-to-one', - '24/7', - 'end-to-end', - 'global', - 'B2B', - 'B2C', - 'granular', - 'frictionless', - 'virtual', - 'viral', - 'dynamic', - '24/365', - 'best-of-breed', - 'killer', - 'magnetic', - 'bleeding-edge', - 'web-enabled', - 'interactive', - 'dot-com', - 'sexy', - 'back-end', - 'real-time', - 'efficient', - 'front-end', - 'distributed', - 'seamless', - 'extensible', - 'turn-key', - 'world-class', - 'open-source', - 'cross-platform', - 'cross-media', - 'synergistic', - 'bricks-and-clicks', - 'out-of-the-box', - 'enterprise', - 'integrated', - 'impactful', - 'wireless', - 'transparent', - 'next-generation', - 'cutting-edge', - 'user-centric', - 'visionary', - 'customized', - 'ubiquitous', - 'plug-and-play', - 'collaborative', - 'compelling', - 'holistic', - 'rich', -]; diff --git a/src/locales/pl/company/buzz_noun.ts b/src/locales/pl/company/buzz_noun.ts deleted file mode 100644 index d0cd9f3f..00000000 --- a/src/locales/pl/company/buzz_noun.ts +++ /dev/null @@ -1,46 +0,0 @@ -export default [ - 'synergies', - 'web-readiness', - 'paradigms', - 'markets', - 'partnerships', - 'infrastructures', - 'platforms', - 'initiatives', - 'channels', - 'eyeballs', - 'communities', - 'ROI', - 'solutions', - 'e-tailers', - 'e-services', - 'action-items', - 'portals', - 'niches', - 'technologies', - 'content', - 'vortals', - 'supply-chains', - 'convergence', - 'relationships', - 'architectures', - 'interfaces', - 'e-markets', - 'e-commerce', - 'systems', - 'bandwidth', - 'infomediaries', - 'models', - 'mindshare', - 'deliverables', - 'users', - 'schemas', - 'networks', - 'applications', - 'metrics', - 'e-business', - 'functionalities', - 'experiences', - 'web services', - 'methodologies', -]; diff --git a/src/locales/pl/company/buzz_verb.ts b/src/locales/pl/company/buzz_verb.ts deleted file mode 100644 index 405efc3c..00000000 --- a/src/locales/pl/company/buzz_verb.ts +++ /dev/null @@ -1,62 +0,0 @@ -export default [ - 'implement', - 'utilize', - 'integrate', - 'streamline', - 'optimize', - 'evolve', - 'transform', - 'embrace', - 'enable', - 'orchestrate', - 'leverage', - 'reinvent', - 'aggregate', - 'architect', - 'enhance', - 'incentivize', - 'morph', - 'empower', - 'envisioneer', - 'monetize', - 'harness', - 'facilitate', - 'seize', - 'disintermediate', - 'synergize', - 'strategize', - 'deploy', - 'brand', - 'grow', - 'target', - 'syndicate', - 'synthesize', - 'deliver', - 'mesh', - 'incubate', - 'engage', - 'maximize', - 'benchmark', - 'expedite', - 'reintermediate', - 'whiteboard', - 'visualize', - 'repurpose', - 'innovate', - 'scale', - 'unleash', - 'drive', - 'extend', - 'engineer', - 'revolutionize', - 'generate', - 'exploit', - 'transition', - 'e-enable', - 'iterate', - 'cultivate', - 'matrix', - 'productize', - 'redefine', - 'recontextualize', -]; diff --git a/src/locales/pl/company/descriptor.ts b/src/locales/pl/company/descriptor.ts deleted file mode 100644 index 4b3c8c92..00000000 --- a/src/locales/pl/company/descriptor.ts +++ /dev/null @@ -1,103 +0,0 @@ -export default [ - '24 hour', - '24/7', - '3rd generation', - '4th generation', - '5th generation', - '6th generation', - 'actuating', - 'analyzing', - 'asymmetric', - 'asynchronous', - 'attitude-oriented', - 'background', - 'bandwidth-monitored', - 'bi-directional', - 'bifurcated', - 'bottom-line', - 'clear-thinking', - 'client-driven', - 'client-server', - 'coherent', - 'cohesive', - 'composite', - 'context-sensitive', - 'contextually-based', - 'content-based', - 'dedicated', - 'demand-driven', - 'didactic', - 'directional', - 'discrete', - 'disintermediate', - 'dynamic', - 'eco-centric', - 'empowering', - 'encompassing', - 'even-keeled', - 'executive', - 'explicit', - 'exuding', - 'fault-tolerant', - 'foreground', - 'fresh-thinking', - 'full-range', - 'global', - 'grid-enabled', - 'heuristic', - 'high-level', - 'holistic', - 'homogeneous', - 'human-resource', - 'hybrid', - 'impactful', - 'incremental', - 'intangible', - 'interactive', - 'intermediate', - 'leading edge', - 'local', - 'logistical', - 'maximized', - 'methodical', - 'mission-critical', - 'mobile', - 'modular', - 'motivating', - 'multimedia', - 'multi-state', - 'multi-tasking', - 'national', - 'needs-based', - 'neutral', - 'next generation', - 'non-volatile', - 'object-oriented', - 'optimal', - 'optimizing', - 'radical', - 'real-time', - 'reciprocal', - 'regional', - 'responsive', - 'scalable', - 'secondary', - 'solution-oriented', - 'stable', - 'static', - 'systematic', - 'systemic', - 'system-worthy', - 'tangible', - 'tertiary', - 'transitional', - 'uniform', - 'upward-trending', - 'user-facing', - 'value-added', - 'web-enabled', - 'well-modulated', - 'zero administration', - 'zero defect', - 'zero tolerance', -]; diff --git a/src/locales/pl/company/index.ts b/src/locales/pl/company/index.ts index ad4d1c3b..94e1daa3 100644 --- a/src/locales/pl/company/index.ts +++ b/src/locales/pl/company/index.ts @@ -3,23 +3,11 @@ * Run 'pnpm run generate:locales' to update. */ import type { CompanyDefinitions } from '../../..'; -import adjective from './adjective'; -import buzz_adjective from './buzz_adjective'; -import buzz_noun from './buzz_noun'; -import buzz_verb from './buzz_verb'; -import descriptor from './descriptor'; import name_patterns from './name_patterns'; -import noun from './noun'; import suffix from './suffix'; const company: CompanyDefinitions = { - adjective, - buzz_adjective, - buzz_noun, - buzz_verb, - descriptor, name_patterns, - noun, suffix, }; diff --git a/src/locales/pl/company/noun.ts b/src/locales/pl/company/noun.ts deleted file mode 100644 index b289a85a..00000000 --- a/src/locales/pl/company/noun.ts +++ /dev/null @@ -1,106 +0,0 @@ -export default [ - 'ability', - 'access', - 'adapter', - 'algorithm', - 'alliance', - 'analyzer', - 'application', - 'approach', - 'architecture', - 'archive', - 'artificial intelligence', - 'array', - 'attitude', - 'benchmark', - 'budgetary management', - 'capability', - 'capacity', - 'challenge', - 'circuit', - 'collaboration', - 'complexity', - 'concept', - 'conglomeration', - 'contingency', - 'core', - 'customer loyalty', - 'database', - 'data-warehouse', - 'definition', - 'emulation', - 'encoding', - 'encryption', - 'extranet', - 'firmware', - 'flexibility', - 'focus group', - 'forecast', - 'frame', - 'framework', - 'function', - 'functionalities', - 'Graphic Interface', - 'groupware', - 'Graphical User Interface', - 'hardware', - 'help-desk', - 'hierarchy', - 'hub', - 'implementation', - 'info-mediaries', - 'infrastructure', - 'initiative', - 'installation', - 'instruction set', - 'interface', - 'internet solution', - 'intranet', - 'knowledge user', - 'knowledge base', - 'local area network', - 'leverage', - 'matrices', - 'matrix', - 'methodology', - 'middleware', - 'migration', - 'model', - 'moderator', - 'monitoring', - 'moratorium', - 'neural-net', - 'open architecture', - 'open system', - 'orchestration', - 'paradigm', - 'parallelism', - 'policy', - 'portal', - 'pricing structure', - 'process improvement', - 'product', - 'productivity', - 'project', - 'projection', - 'protocol', - 'secured line', - 'service-desk', - 'software', - 'solution', - 'standardization', - 'strategy', - 'structure', - 'success', - 'superstructure', - 'support', - 'synergy', - 'system engine', - 'task-force', - 'throughput', - 'time-frame', - 'toolset', - 'utilisation', - 'website', - 'workforce', -]; diff --git a/src/locales/sk/company/adjective.ts b/src/locales/sk/company/adjective.ts deleted file mode 100644 index f1faf2c0..00000000 --- a/src/locales/sk/company/adjective.ts +++ /dev/null @@ -1,102 +0,0 @@ -export default [ - 'Adaptive', - 'Advanced', - 'Ameliorated', - 'Assimilated', - 'Automated', - 'Balanced', - 'Business-focused', - 'Centralized', - 'Cloned', - 'Compatible', - 'Configurable', - 'Cross-group', - 'Cross-platform', - 'Customer-focused', - 'Customizable', - 'Decentralized', - 'De-engineered', - 'Devolved', - 'Digitized', - 'Distributed', - 'Diverse', - 'Down-sized', - 'Enhanced', - 'Enterprise-wide', - 'Ergonomic', - 'Exclusive', - 'Expanded', - 'Extended', - 'Face to face', - 'Focused', - 'Front-line', - 'Fully-configurable', - 'Function-based', - 'Fundamental', - 'Future-proofed', - 'Grass-roots', - 'Horizontal', - 'Implemented', - 'Innovative', - 'Integrated', - 'Intuitive', - 'Inverse', - 'Managed', - 'Mandatory', - 'Monitored', - 'Multi-channelled', - 'Multi-lateral', - 'Multi-layered', - 'Multi-tiered', - 'Networked', - 'Object-based', - 'Open-architected', - 'Open-source', - 'Operative', - 'Optimized', - 'Optional', - 'Organic', - 'Organized', - 'Persevering', - 'Persistent', - 'Phased', - 'Polarised', - 'Pre-emptive', - 'Proactive', - 'Profit-focused', - 'Profound', - 'Programmable', - 'Progressive', - 'Public-key', - 'Quality-focused', - 'Reactive', - 'Realigned', - 'Re-contextualized', - 'Re-engineered', - 'Reduced', - 'Reverse-engineered', - 'Right-sized', - 'Robust', - 'Seamless', - 'Secured', - 'Self-enabling', - 'Sharable', - 'Stand-alone', - 'Streamlined', - 'Switchable', - 'Synchronised', - 'Synergistic', - 'Synergized', - 'Team-oriented', - 'Total', - 'Triple-buffered', - 'Universal', - 'Up-sized', - 'Upgradable', - 'User-centric', - 'User-friendly', - 'Versatile', - 'Virtual', - 'Visionary', - 'Vision-oriented', -]; diff --git a/src/locales/sk/company/descriptor.ts b/src/locales/sk/company/descriptor.ts deleted file mode 100644 index 4b3c8c92..00000000 --- a/src/locales/sk/company/descriptor.ts +++ /dev/null @@ -1,103 +0,0 @@ -export default [ - '24 hour', - '24/7', - '3rd generation', - '4th generation', - '5th generation', - '6th generation', - 'actuating', - 'analyzing', - 'asymmetric', - 'asynchronous', - 'attitude-oriented', - 'background', - 'bandwidth-monitored', - 'bi-directional', - 'bifurcated', - 'bottom-line', - 'clear-thinking', - 'client-driven', - 'client-server', - 'coherent', - 'cohesive', - 'composite', - 'context-sensitive', - 'contextually-based', - 'content-based', - 'dedicated', - 'demand-driven', - 'didactic', - 'directional', - 'discrete', - 'disintermediate', - 'dynamic', - 'eco-centric', - 'empowering', - 'encompassing', - 'even-keeled', - 'executive', - 'explicit', - 'exuding', - 'fault-tolerant', - 'foreground', - 'fresh-thinking', - 'full-range', - 'global', - 'grid-enabled', - 'heuristic', - 'high-level', - 'holistic', - 'homogeneous', - 'human-resource', - 'hybrid', - 'impactful', - 'incremental', - 'intangible', - 'interactive', - 'intermediate', - 'leading edge', - 'local', - 'logistical', - 'maximized', - 'methodical', - 'mission-critical', - 'mobile', - 'modular', - 'motivating', - 'multimedia', - 'multi-state', - 'multi-tasking', - 'national', - 'needs-based', - 'neutral', - 'next generation', - 'non-volatile', - 'object-oriented', - 'optimal', - 'optimizing', - 'radical', - 'real-time', - 'reciprocal', - 'regional', - 'responsive', - 'scalable', - 'secondary', - 'solution-oriented', - 'stable', - 'static', - 'systematic', - 'systemic', - 'system-worthy', - 'tangible', - 'tertiary', - 'transitional', - 'uniform', - 'upward-trending', - 'user-facing', - 'value-added', - 'web-enabled', - 'well-modulated', - 'zero administration', - 'zero defect', - 'zero tolerance', -]; diff --git a/src/locales/sk/company/index.ts b/src/locales/sk/company/index.ts index 8b8ebbc4..94e1daa3 100644 --- a/src/locales/sk/company/index.ts +++ b/src/locales/sk/company/index.ts @@ -3,17 +3,11 @@ * Run 'pnpm run generate:locales' to update. */ import type { CompanyDefinitions } from '../../..'; -import adjective from './adjective'; -import descriptor from './descriptor'; import name_patterns from './name_patterns'; -import noun from './noun'; import suffix from './suffix'; const company: CompanyDefinitions = { - adjective, - descriptor, name_patterns, - noun, suffix, }; diff --git a/src/locales/sk/company/noun.ts b/src/locales/sk/company/noun.ts deleted file mode 100644 index b289a85a..00000000 --- a/src/locales/sk/company/noun.ts +++ /dev/null @@ -1,106 +0,0 @@ -export default [ - 'ability', - 'access', - 'adapter', - 'algorithm', - 'alliance', - 'analyzer', - 'application', - 'approach', - 'architecture', - 'archive', - 'artificial intelligence', - 'array', - 'attitude', - 'benchmark', - 'budgetary management', - 'capability', - 'capacity', - 'challenge', - 'circuit', - 'collaboration', - 'complexity', - 'concept', - 'conglomeration', - 'contingency', - 'core', - 'customer loyalty', - 'database', - 'data-warehouse', - 'definition', - 'emulation', - 'encoding', - 'encryption', - 'extranet', - 'firmware', - 'flexibility', - 'focus group', - 'forecast', - 'frame', - 'framework', - 'function', - 'functionalities', - 'Graphic Interface', - 'groupware', - 'Graphical User Interface', - 'hardware', - 'help-desk', - 'hierarchy', - 'hub', - 'implementation', - 'info-mediaries', - 'infrastructure', - 'initiative', - 'installation', - 'instruction set', - 'interface', - 'internet solution', - 'intranet', - 'knowledge user', - 'knowledge base', - 'local area network', - 'leverage', - 'matrices', - 'matrix', - 'methodology', - 'middleware', - 'migration', - 'model', - 'moderator', - 'monitoring', - 'moratorium', - 'neural-net', - 'open architecture', - 'open system', - 'orchestration', - 'paradigm', - 'parallelism', - 'policy', - 'portal', - 'pricing structure', - 'process improvement', - 'product', - 'productivity', - 'project', - 'projection', - 'protocol', - 'secured line', - 'service-desk', - 'software', - 'solution', - 'standardization', - 'strategy', - 'structure', - 'success', - 'superstructure', - 'support', - 'synergy', - 'system engine', - 'task-force', - 'throughput', - 'time-frame', - 'toolset', - 'utilisation', - 'website', - 'workforce', -]; |
