aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Mayer <[email protected]>2024-10-18 01:59:10 +0700
committerGitHub <[email protected]>2024-10-17 18:59:10 +0000
commit247c86f5b40916957123cb3fa1bd4356d8fa7452 (patch)
treed884c810073dece805a6125ed954f36709e04aee
parent858f8d07b098418a7a2b7cb2e265eb9f4388ed3d (diff)
downloadfaker-247c86f5b40916957123cb3fa1bd4356d8fa7452.tar.xz
faker-247c86f5b40916957123cb3fa1bd4356d8fa7452.zip
refactor(locale): modernise buzz- and catch-phrases (#2930)
-rw-r--r--src/locales/en/company/adjective.ts27
-rw-r--r--src/locales/en/company/buzz_adjective.ts15
-rw-r--r--src/locales/en/company/buzz_noun.ts9
-rw-r--r--src/locales/en/company/buzz_verb.ts10
-rw-r--r--src/locales/en/company/descriptor.ts26
-rw-r--r--src/locales/en/company/noun.ts10
-rw-r--r--test/modules/__snapshots__/company.spec.ts.snap38
7 files changed, 45 insertions, 90 deletions
diff --git a/src/locales/en/company/adjective.ts b/src/locales/en/company/adjective.ts
index 7f3d140d..975de9ca 100644
--- a/src/locales/en/company/adjective.ts
+++ b/src/locales/en/company/adjective.ts
@@ -1,28 +1,22 @@
export default [
+ 'AI-driven',
'Adaptive',
'Advanced',
- 'Ameliorated',
- 'Assimilated',
'Automated',
'Balanced',
'Business-focused',
'Centralized',
- 'Cloned',
'Compatible',
'Configurable',
- 'Cross-group',
'Cross-platform',
'Customer-focused',
'Customizable',
- 'De-engineered',
'Decentralized',
'Devolved',
'Digitized',
'Distributed',
'Diverse',
- 'Down-sized',
'Enhanced',
- 'Enterprise-wide',
'Ergonomic',
'Exclusive',
'Expanded',
@@ -31,25 +25,19 @@ export default [
'Focused',
'Front-line',
'Fully-configurable',
- 'Function-based',
'Fundamental',
'Future-proofed',
'Grass-roots',
'Horizontal',
+ 'Immersive',
'Implemented',
'Innovative',
'Integrated',
'Intuitive',
- 'Inverse',
'Managed',
- 'Mandatory',
'Monitored',
- 'Multi-channelled',
- 'Multi-lateral',
- 'Multi-layered',
'Multi-tiered',
'Networked',
- 'Object-based',
'Open-architected',
'Open-source',
'Operative',
@@ -61,7 +49,6 @@ export default [
'Persistent',
'Phased',
'Polarised',
- 'Pre-emptive',
'Proactive',
'Profit-focused',
'Profound',
@@ -69,34 +56,28 @@ export default [
'Progressive',
'Public-key',
'Quality-focused',
- 'Re-contextualized',
- 'Re-engineered',
'Reactive',
'Realigned',
'Reduced',
'Reverse-engineered',
- 'Right-sized',
'Robust',
'Seamless',
'Secured',
'Self-enabling',
'Sharable',
+ 'Smart',
'Stand-alone',
'Streamlined',
- 'Switchable',
+ 'Sustainable',
'Synchronised',
- 'Synergistic',
- 'Synergized',
'Team-oriented',
'Total',
'Triple-buffered',
'Universal',
- 'Up-sized',
'Upgradable',
'User-centric',
'User-friendly',
'Versatile',
'Virtual',
- 'Vision-oriented',
'Visionary',
];
diff --git a/src/locales/en/company/buzz_adjective.ts b/src/locales/en/company/buzz_adjective.ts
index 794c2da6..c0a34cab 100644
--- a/src/locales/en/company/buzz_adjective.ts
+++ b/src/locales/en/company/buzz_adjective.ts
@@ -1,32 +1,31 @@
export default [
- '24/365',
'24/7',
+ 'AI-driven',
'B2B',
'B2C',
'back-end',
'best-of-breed',
'bleeding-edge',
- 'bricks-and-clicks',
- 'clicks-and-mortar',
'collaborative',
'compelling',
'cross-media',
'cross-platform',
'customized',
'cutting-edge',
+ 'decentralized',
'distributed',
- 'dot-com',
'dynamic',
- 'e-business',
'efficient',
'end-to-end',
'enterprise',
'extensible',
'frictionless',
'front-end',
+ 'generative',
'global',
'granular',
'holistic',
+ 'immersive',
'impactful',
'innovative',
'integrated',
@@ -42,15 +41,17 @@ export default [
'out-of-the-box',
'plug-and-play',
'proactive',
+ 'quantum',
'real-time',
'revolutionary',
'rich',
'robust',
'scalable',
'seamless',
- 'sexy',
+ 'smart',
'sticky',
'strategic',
+ 'sustainable',
'synergistic',
'transparent',
'turn-key',
@@ -61,7 +62,5 @@ export default [
'viral',
'virtual',
'visionary',
- 'web-enabled',
- 'wireless',
'world-class',
];
diff --git a/src/locales/en/company/buzz_noun.ts b/src/locales/en/company/buzz_noun.ts
index 6d10c313..e270f528 100644
--- a/src/locales/en/company/buzz_noun.ts
+++ b/src/locales/en/company/buzz_noun.ts
@@ -1,24 +1,21 @@
export default [
+ 'AI',
'ROI',
- 'action-items',
'applications',
'architectures',
- 'bandwidth',
'blockchains',
'channels',
'communities',
'content',
'convergence',
'deliverables',
- 'e-business',
'e-commerce',
- 'e-markets',
'experiences',
- 'eyeballs',
'functionalities',
'infrastructures',
'initiatives',
'interfaces',
+ 'large language models',
'lifetime value',
'markets',
'methodologies',
@@ -30,9 +27,9 @@ export default [
'paradigms',
'partnerships',
'platforms',
- 'portals',
'relationships',
'schemas',
+ 'smart contracts',
'solutions',
'supply-chains',
'synergies',
diff --git a/src/locales/en/company/buzz_verb.ts b/src/locales/en/company/buzz_verb.ts
index 5b3bb3db..d89b2501 100644
--- a/src/locales/en/company/buzz_verb.ts
+++ b/src/locales/en/company/buzz_verb.ts
@@ -3,24 +3,24 @@ export default [
'architect',
'benchmark',
'brand',
+ 'collaborate',
'cultivate',
'deliver',
'deploy',
'disintermediate',
'drive',
- 'e-enable',
'embrace',
'empower',
'enable',
'engage',
'engineer',
'enhance',
- 'envisioneer',
'evolve',
'expedite',
'exploit',
'extend',
'facilitate',
+ 'gamify',
'generate',
'grow',
'harness',
@@ -31,26 +31,22 @@ export default [
'integrate',
'iterate',
'leverage',
- 'matrix',
'maximize',
'mesh',
'monetize',
- 'morph',
'optimize',
'orchestrate',
'productize',
- 'recontextualize',
'redefine',
- 'reintermediate',
'reinvent',
'repurpose',
'revolutionize',
'scale',
'seize',
+ 'simplify',
'strategize',
'streamline',
'syndicate',
- 'synergize',
'synthesize',
'target',
'transform',
diff --git a/src/locales/en/company/descriptor.ts b/src/locales/en/company/descriptor.ts
index 5fd028ed..c1b1c054 100644
--- a/src/locales/en/company/descriptor.ts
+++ b/src/locales/en/company/descriptor.ts
@@ -1,32 +1,27 @@
export default [
'24 hour',
'24/7',
- '3rd generation',
- '4th generation',
- '5th generation',
- '6th generation',
+ 'AI-powered',
'actuating',
'analyzing',
'asymmetric',
'asynchronous',
'attitude-oriented',
- 'background',
- 'bandwidth-monitored',
- 'bi-directional',
'bifurcated',
'bottom-line',
'clear-thinking',
'client-driven',
'client-server',
+ 'cloud-native',
'coherent',
'cohesive',
'composite',
'content-based',
'context-sensitive',
'contextually-based',
+ 'data-driven',
'dedicated',
'demand-driven',
- 'didactic',
'directional',
'discrete',
'disintermediate',
@@ -34,22 +29,20 @@ export default [
'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',
+ 'immersive',
'impactful',
'incremental',
'intangible',
@@ -64,27 +57,23 @@ export default [
'mobile',
'modular',
'motivating',
- 'multi-state',
- 'multi-tasking',
- 'multimedia',
'national',
'needs-based',
'neutral',
'next generation',
- 'non-volatile',
- 'object-oriented',
'optimal',
'optimizing',
'radical',
'real-time',
'reciprocal',
'regional',
+ 'resilient',
'responsive',
'scalable',
'secondary',
- 'solution-oriented',
'stable',
'static',
+ 'sustainable',
'system-worthy',
'systematic',
'systemic',
@@ -92,12 +81,11 @@ export default [
'tertiary',
'transitional',
'uniform',
- 'upward-trending',
'user-facing',
'value-added',
- 'web-enabled',
'well-modulated',
'zero administration',
'zero defect',
'zero tolerance',
+ 'zero trust',
];
diff --git a/src/locales/en/company/noun.ts b/src/locales/en/company/noun.ts
index 00642905..28f635a2 100644
--- a/src/locales/en/company/noun.ts
+++ b/src/locales/en/company/noun.ts
@@ -1,6 +1,4 @@
export default [
- 'Graphic Interface',
- 'Graphical User Interface',
'ability',
'access',
'adapter',
@@ -33,7 +31,6 @@ export default [
'emulation',
'encoding',
'encryption',
- 'extranet',
'firmware',
'flexibility',
'focus group',
@@ -42,13 +39,12 @@ export default [
'framework',
'function',
'functionalities',
- 'groupware',
+ 'generative AI',
'hardware',
'help-desk',
'hierarchy',
'hub',
'implementation',
- 'info-mediaries',
'infrastructure',
'initiative',
'installation',
@@ -63,6 +59,7 @@ export default [
'matrices',
'matrix',
'methodology',
+ 'microservice',
'middleware',
'migration',
'model',
@@ -71,7 +68,6 @@ export default [
'moratorium',
'neural-net',
'open architecture',
- 'open system',
'orchestration',
'paradigm',
'parallelism',
@@ -84,7 +80,6 @@ export default [
'project',
'projection',
'protocol',
- 'secured line',
'service-desk',
'software',
'solution',
@@ -92,7 +87,6 @@ export default [
'strategy',
'structure',
'success',
- 'superstructure',
'support',
'synergy',
'system engine',
diff --git a/test/modules/__snapshots__/company.spec.ts.snap b/test/modules/__snapshots__/company.spec.ts.snap
index 2f942bf7..7fd7de48 100644
--- a/test/modules/__snapshots__/company.spec.ts.snap
+++ b/test/modules/__snapshots__/company.spec.ts.snap
@@ -1,54 +1,54 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
-exports[`company > 42 > buzzAdjective 1`] = `"front-end"`;
+exports[`company > 42 > buzzAdjective 1`] = `"global"`;
-exports[`company > 42 > buzzNoun 1`] = `"eyeballs"`;
+exports[`company > 42 > buzzNoun 1`] = `"initiatives"`;
-exports[`company > 42 > buzzPhrase 1`] = `"generate visionary platforms"`;
+exports[`company > 42 > buzzPhrase 1`] = `"facilitate viral platforms"`;
-exports[`company > 42 > buzzVerb 1`] = `"generate"`;
+exports[`company > 42 > buzzVerb 1`] = `"facilitate"`;
-exports[`company > 42 > catchPhrase 1`] = `"Implemented web-enabled policy"`;
+exports[`company > 42 > catchPhrase 1`] = `"Immersive well-modulated parallelism"`;
-exports[`company > 42 > catchPhraseAdjective 1`] = `"Implemented"`;
+exports[`company > 42 > catchPhraseAdjective 1`] = `"Immersive"`;
-exports[`company > 42 > catchPhraseDescriptor 1`] = `"explicit"`;
+exports[`company > 42 > catchPhraseDescriptor 1`] = `"fault-tolerant"`;
-exports[`company > 42 > catchPhraseNoun 1`] = `"forecast"`;
+exports[`company > 42 > catchPhraseNoun 1`] = `"frame"`;
exports[`company > 42 > name 1`] = `"Wiegand LLC"`;
-exports[`company > 1211 > buzzAdjective 1`] = `"virtual"`;
+exports[`company > 1211 > buzzAdjective 1`] = `"vertical"`;
exports[`company > 1211 > buzzNoun 1`] = `"technologies"`;
-exports[`company > 1211 > buzzPhrase 1`] = `"transition vertical convergence"`;
+exports[`company > 1211 > buzzPhrase 1`] = `"transition user-centric convergence"`;
exports[`company > 1211 > buzzVerb 1`] = `"transition"`;
-exports[`company > 1211 > catchPhrase 1`] = `"Up-sized tertiary concept"`;
+exports[`company > 1211 > catchPhrase 1`] = `"Upgradable tertiary conglomeration"`;
-exports[`company > 1211 > catchPhraseAdjective 1`] = `"Up-sized"`;
+exports[`company > 1211 > catchPhraseAdjective 1`] = `"Upgradable"`;
-exports[`company > 1211 > catchPhraseDescriptor 1`] = `"upward-trending"`;
+exports[`company > 1211 > catchPhraseDescriptor 1`] = `"user-facing"`;
exports[`company > 1211 > catchPhraseNoun 1`] = `"system engine"`;
exports[`company > 1211 > name 1`] = `"Trantow, Fahey and Zieme"`;
-exports[`company > 1337 > buzzAdjective 1`] = `"dynamic"`;
+exports[`company > 1337 > buzzAdjective 1`] = `"efficient"`;
exports[`company > 1337 > buzzNoun 1`] = `"deliverables"`;
-exports[`company > 1337 > buzzPhrase 1`] = `"enhance compelling e-business"`;
+exports[`company > 1337 > buzzPhrase 1`] = `"engineer cross-platform e-commerce"`;
-exports[`company > 1337 > buzzVerb 1`] = `"enhance"`;
+exports[`company > 1337 > buzzVerb 1`] = `"engineer"`;
-exports[`company > 1337 > catchPhrase 1`] = `"Expanded clear-thinking data-warehouse"`;
+exports[`company > 1337 > catchPhrase 1`] = `"Extended coherent database"`;
-exports[`company > 1337 > catchPhraseAdjective 1`] = `"Expanded"`;
+exports[`company > 1337 > catchPhraseAdjective 1`] = `"Extended"`;
-exports[`company > 1337 > catchPhraseDescriptor 1`] = `"demand-driven"`;
+exports[`company > 1337 > catchPhraseDescriptor 1`] = `"directional"`;
exports[`company > 1337 > catchPhraseNoun 1`] = `"customer loyalty"`;