diff options
| author | DivisionByZero <[email protected]> | 2024-05-01 13:04:22 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-01 11:04:22 +0000 |
| commit | 2d5fbe5c559bbb086fb35f87209c3cebf9be89a2 (patch) | |
| tree | b70e7a1c6b22014ee8303ed2b453ccb9150fe900 /src/locales/eo | |
| parent | d23cd68b82d10002a96757139b4838ef363b0553 (diff) | |
| download | faker-2d5fbe5c559bbb086fb35f87209c3cebf9be89a2.tar.xz faker-2d5fbe5c559bbb086fb35f87209c3cebf9be89a2.zip | |
refactor(locale): normalize hacker data (#2866)
Diffstat (limited to 'src/locales/eo')
| -rw-r--r-- | src/locales/eo/hacker/adjective.ts | 2 | ||||
| -rw-r--r-- | src/locales/eo/hacker/phrase.ts | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/src/locales/eo/hacker/adjective.ts b/src/locales/eo/hacker/adjective.ts index 70628410..4945ad81 100644 --- a/src/locales/eo/hacker/adjective.ts +++ b/src/locales/eo/hacker/adjective.ts @@ -3,7 +3,6 @@ export default [ 'aŭtomata', 'bludenta', 'cifereca', - 'ĉefa', 'defaŭlta', 'enreta', 'helpa', @@ -24,4 +23,5 @@ export default [ 'solidstata', 'universala', 'virtuala', + 'ĉefa', ]; diff --git a/src/locales/eo/hacker/phrase.ts b/src/locales/eo/hacker/phrase.ts index 4d3a8b35..a9800e03 100644 --- a/src/locales/eo/hacker/phrase.ts +++ b/src/locales/eo/hacker/phrase.ts @@ -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}}!', ]; |
