Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(locale): normalize hacker data #2866

Merged
merged 3 commits into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion scripts/generate-locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ async function normalizeLocaleFile(filePath: string, definitionKey: string) {
'database',
'date',
'finance',
'hacker',
'internet',
'location',
'lorem',
Expand Down
42 changes: 21 additions & 21 deletions src/locales/el/hacker/abbreviation.ts
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
export default [
'TCP',
'HTTP',
'SDD',
'RAM',
'GB',
'CSS',
'SSL',
'ADP',
'AGP',
'SQL',
'FTP',
'PCI',
'AI',
'ADP',
'RSS',
'XML',
'EXE',
'COM',
'CSS',
'EXE',
'FTP',
'GB',
'HDD',
'THX',
'SMTP',
'SMS',
'USB',
'HTTP',
'IB',
'JBOD',
'JSON',
'PCI',
'PNG',
'RAM',
'RSS',
'SAS',
'IB',
'SCSI',
'JSON',
'SDD',
'SMS',
'SMTP',
'SQL',
'SSL',
'TCP',
'THX',
'USB',
'XML',
'XSS',
'JBOD',
];
12 changes: 6 additions & 6 deletions src/locales/el/hacker/adjective.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export default [
'οδηγός',
'πρωτογενής',
'ψηφιακή',
'1080p',
'ανοιχτή πηγή',
'εικονική',
'ασύρματο',
'1080p',
'οπτική',
'εικονική',
'κινητό',
'οδηγός',
'οπτική',
'πρωτογενής',
'ψηφιακή',
];
28 changes: 14 additions & 14 deletions src/locales/el/hacker/noun.ts
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
export default [
'οδηγός',
'πρωτόκολο',
'ταχύτητα',
'feed',
ST-DDT marked this conversation as resolved.
Show resolved Hide resolved
'panel',
'ασφάλεια',
'δίαυλος',
'διάγραμμα',
'διεπαφή',
'εφαρμογή',
'κάρτα',
'μικρότσιπ',
'οδηγός',
'οθόνη',
'πίνακας',
'πρωτόκολο',
'πρόγραμμα',
'πυκνωτής',
'πόρτα',
'κάρτα',
'διεπαφή',
'σύστημα',
'σένσορας',
'ασφάλεια',
'σκληρός δίσκος',
'feed',
'οθόνη',
'εφαρμογή',
'δίαυλος',
'διάγραμμα',
'πυκνωτής',
'πίνακας',
'σύστημα',
'ταχύτητα',
];
14 changes: 7 additions & 7 deletions src/locales/el/hacker/verb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ export default [
'back up',
'bypass',
'hack',
'προσπέραση',
'συμπίεση',
'αντιγραφή',
'περιήγηση',
'σύνδεση',
'υπολογισμός',
'είσοδος',
'μεταφορά',
'πρόγραμμα',
'επανεκκίνηση',
'μεταφορά',
'περιήγηση',
'προσπέλαση',
'προσπέραση',
'πρόγραμμα',
'συμπίεση',
'σύνδεση',
'υπολογισμός',
];
20 changes: 10 additions & 10 deletions src/locales/en/hacker/adjective.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
export default [
'1080p',
'auxiliary',
'primary',
'back-end',
'digital',
'open-source',
'virtual',
'bluetooth',
'cross-platform',
'redundant',
'online',
'digital',
'haptic',
'mobile',
'multi-byte',
'bluetooth',
'wireless',
'1080p',
'neural',
'online',
'open-source',
'optical',
'primary',
'redundant',
'solid state',
'mobile',
'virtual',
'wireless',
];
16 changes: 8 additions & 8 deletions src/locales/en/hacker/ingverb.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
export default [
'backing up',
'bypassing',
'hacking',
'overriding',
'calculating',
'compressing',
'copying',
'navigating',
'indexing',
'connecting',
'copying',
'generating',
'hacking',
'indexing',
'navigating',
'overriding',
'parsing',
'programming',
'quantifying',
'calculating',
'synthesizing',
'transmitting',
'programming',
'parsing',
];
36 changes: 18 additions & 18 deletions src/locales/en/hacker/noun.ts
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
export default [
'driver',
'protocol',
'alarm',
'application',
'array',
'bandwidth',
'panel',
'microchip',
'program',
'port',
'bus',
'capacitor',
'card',
'array',
'interface',
'system',
'sensor',
'circuit',
'driver',
'feed',
'firewall',
'hard drive',
'pixel',
'alarm',
'feed',
'interface',
'matrix',
'microchip',
'monitor',
'application',
'panel',
'pixel',
'port',
'program',
'protocol',
'sensor',
'system',
'transmitter',
'bus',
'circuit',
'capacitor',
'matrix',
];
8 changes: 4 additions & 4 deletions src/locales/en/hacker/phrase.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export default [
"I'll {{verb}} the {{adjective}} {{abbreviation}} {{noun}}, that should {{noun}} the {{abbreviation}} {{noun}}!",
'If we {{verb}} the {{noun}}, we can get to the {{abbreviation}} {{noun}} through the {{adjective}} {{abbreviation}} {{noun}}!',
'We need to {{verb}} the {{adjective}} {{abbreviation}} {{noun}}!',
'The {{abbreviation}} {{noun}} is down, {{verb}} the {{adjective}} {{noun}} so we can {{verb}} the {{abbreviation}} {{noun}}!',
'Try to {{verb}} the {{abbreviation}} {{noun}}, maybe it will {{verb}} the {{adjective}} {{noun}}!',
"You can't {{verb}} the {{noun}} without {{ingverb}} the {{adjective}} {{abbreviation}} {{noun}}!",
'Use the {{adjective}} {{abbreviation}} {{noun}}, then you can {{verb}} the {{adjective}} {{noun}}!',
'The {{abbreviation}} {{noun}} is down, {{verb}} the {{adjective}} {{noun}} so we can {{verb}} the {{abbreviation}} {{noun}}!',
'We need to {{verb}} the {{adjective}} {{abbreviation}} {{noun}}!',
"You can't {{verb}} the {{noun}} without {{ingverb}} the {{adjective}} {{abbreviation}} {{noun}}!",
"{{ingverb}} the {{noun}} won't do anything, we need to {{verb}} the {{adjective}} {{abbreviation}} {{noun}}!",
"I'll {{verb}} the {{adjective}} {{abbreviation}} {{noun}}, that should {{noun}} the {{abbreviation}} {{noun}}!",
];
20 changes: 10 additions & 10 deletions src/locales/en/hacker/verb.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
export default [
'back up',
'bypass',
'hack',
'override',
'calculate',
'compress',
'copy',
'navigate',
'index',
'connect',
'copy',
'generate',
'quantify',
'calculate',
'synthesize',
'hack',
'index',
'input',
'transmit',
'navigate',
'override',
'parse',
'program',
'quantify',
'reboot',
'parse',
'synthesize',
'transmit',
];
2 changes: 1 addition & 1 deletion src/locales/eo/hacker/adjective.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export default [
'aŭtomata',
'bludenta',
'cifereca',
'ĉefa',
'defaŭlta',
'enreta',
'helpa',
Expand All @@ -24,4 +23,5 @@ export default [
'solidstata',
'universala',
'virtuala',
'ĉefa',
];
12 changes: 6 additions & 6 deletions src/locales/eo/hacker/phrase.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export default [
'Se ni povus {{verb}} la {{noun}}n, ni povus aliri la {{abbreviation}}-{{noun}}n per la {{adjective}} {{abbreviation}}-{{noun}}!',
'Ni devas {{verb}} la {{adjective}}n {{abbreviation}}-{{noun}}n!',
'Provu {{verb}} la {{abbreviation}}-{{noun}}n, eble ni sukcesos {{verb}} la {{adjective}}n {{noun}}n!',
'Vi ne povas {{verb}} la {{noun}}n sen {{ingverb}} de la {{adjective}} {{abbreviation}}-{{noun}}!',
'Uzu la {{adjective}}n {{abbreviation}}-{{noun}}n, poste vi povos {{verb}} la {{adjective}}n {{noun}}n!',
'La {{abbreviation}}-{{noun}} ne funkcias, provu {{verb}} la {{adjective}}n {{noun}}n, por ke ni povu {{verb}} la {{abbreviation}}-{{noun}}n!',
'Ne funkcios {{ingverb}} de la {{noun}}, ni devas {{verb}} la {{adjective}}n {{abbreviation}}-{{noun}}n!',
'Mi provos {{verb}} la {{adjective}}n {{abbreviation}}-{{noun}}n, tio devus {{verb}} la {{abbreviation}}-{{noun}}n!',
'Ne funkcios {{ingverb}} de la {{noun}}, ni devas {{verb}} la {{adjective}}n {{abbreviation}}-{{noun}}n!',
'Ne gravas, se ni ne povus {{verb}} la {{noun}}n, ni devas nur {{verb}} la {{adjective}}n {{abbreviation}}-{{noun}}!',
'Ni devas {{verb}} la {{adjective}}n {{abbreviation}}-{{noun}}n!',
'Provu {{verb}} la {{abbreviation}}-{{noun}}n, eble ni sukcesos {{verb}} la {{adjective}}n {{noun}}n!',
'Se ni povus {{verb}} la {{noun}}n, ni povus aliri la {{abbreviation}}-{{noun}}n per la {{adjective}} {{abbreviation}}-{{noun}}!',
'Uzu la {{adjective}}n {{abbreviation}}-{{noun}}n, poste vi povos {{verb}} la {{adjective}}n {{noun}}n!',
'Vi ne povas {{verb}} la {{noun}}n sen {{ingverb}} de la {{adjective}} {{abbreviation}}-{{noun}}!',
];
30 changes: 15 additions & 15 deletions src/locales/nl/hacker/adjective.ts
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
export default [
'ondersteunende',
'primaire',
'onderliggende',
'digitale',
'open source',
'virtuele',
'cross-platform',
'overtollige',
'online',
'haptische',
'multi-byte',
'Bluetooth',
'cross-platform',
'cruciale',
'digitale',
'draadloze',
'haptische',
'kostbare',
'minuscule',
'mobiele',
'multi-byte',
'neurale',
'onderliggende',
'ondersteunende',
'online',
'open source',
'optische',
'overtollige',
'primaire',
'smakelijke',
'solid state',
'mobiele',
'cruciale',
'kostbare',
'verwaarloosde',
'smakelijke',
'virtuele',
];
Loading