From 247c86f5b40916957123cb3fa1bd4356d8fa7452 Mon Sep 17 00:00:00 2001 From: Matt Mayer <152770+matthewmayer@users.noreply.github.com> Date: Fri, 18 Oct 2024 01:59:10 +0700 Subject: refactor(locale): modernise buzz- and catch-phrases (#2930) --- test/modules/__snapshots__/company.spec.ts.snap | 38 ++++++++++++------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'test/modules') 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"`; -- cgit v1.2.3