-
-
Notifications
You must be signed in to change notification settings - Fork 943
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b103c63
commit d91057d
Showing
60 changed files
with
2,103 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
|
||
import { Faker } from '../faker'; | ||
import base from '../locales/base'; | ||
import en from '../locales/en'; | ||
import eo from '../locales/eo'; | ||
|
||
export const faker = new Faker({ | ||
locale: [eo, en, base], | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export default [ | ||
'amerika nigra urso', | ||
'azia nigra urso', | ||
'blanka urso', | ||
'bruna urso', | ||
'granda pando', | ||
'longlipa urso', | ||
'malaja urso', | ||
'okulvitra urso', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
export default [ | ||
'amerika krokodilo', | ||
'aŭstralia krokodilo', | ||
'ĉina aligatoro', | ||
'filipina krokodilo', | ||
'gavialo', | ||
'kuba krokodilo', | ||
'mara krokodilo', | ||
'marĉa krokodilo', | ||
'meksika krokodilo', | ||
'misisipa aligatoro', | ||
'nana krokodilo', | ||
'nigra kajmano', | ||
'nila krokodilo', | ||
'okcidentafrika krokodilo', | ||
'orinoka krokodilo', | ||
'siama krokodilo', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { AnimalDefinition } from '../../..'; | ||
import bear from './bear'; | ||
import crocodilia from './crocodilia'; | ||
import lion from './lion'; | ||
import type_ from './type'; | ||
|
||
const animal: AnimalDefinition = { | ||
bear, | ||
crocodilia, | ||
lion, | ||
type: type_, | ||
}; | ||
|
||
export default animal; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export default [ | ||
'azia leono', | ||
'berbera leono', | ||
'kaba leono', | ||
'masaja leono', | ||
'okcidentafrika leono', | ||
'senegala leono', | ||
'transvala leono', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
export default [ | ||
'birdo', | ||
'bovo', | ||
'cetaco', | ||
'ĉevalo', | ||
'fiŝo', | ||
'hundo', | ||
'insekto', | ||
'kato', | ||
'krokodilulo', | ||
'kuniklo', | ||
'leono', | ||
'serpento', | ||
'urso', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
export default [ | ||
'arĝenta', | ||
'blanka', | ||
'blua', | ||
'bruna', | ||
'cejana', | ||
'ebura', | ||
'flava', | ||
'griza', | ||
'indiga', | ||
'kakia', | ||
'lavenda', | ||
'lazura', | ||
'malva', | ||
'maĝenta', | ||
'nigra', | ||
'okra', | ||
'ora', | ||
'oranĝa', | ||
'purpura', | ||
'roza', | ||
'ruĝa', | ||
'sukcena', | ||
'turkisa', | ||
'verda', | ||
'viola', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { ColorDefinition } from '../../..'; | ||
import human from './human'; | ||
|
||
const color: ColorDefinition = { | ||
human, | ||
}; | ||
|
||
export default color; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { CommerceDefinition } from '../../..'; | ||
import product_name from './product_name'; | ||
|
||
const commerce: CommerceDefinition = { | ||
product_name, | ||
}; | ||
|
||
export default commerce; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
export default { | ||
adjective: [ | ||
'bela', | ||
'bona', | ||
'eleganta', | ||
'elektra', | ||
'ergonomia', | ||
'inteligenta', | ||
'luksa', | ||
'malaĉa', | ||
'malgranda', | ||
'manfarita', | ||
'mirinda', | ||
'moderna', | ||
'mojosa', | ||
'nekredebla', | ||
'oportuna', | ||
'ordinara', | ||
'populara', | ||
'praktika', | ||
'rafinita', | ||
'recikligita', | ||
'rustika', | ||
'senmarka', | ||
'tajlorita', | ||
'taŭga', | ||
'unika', | ||
], | ||
material: [ | ||
'betona', | ||
'bronza', | ||
'ceramika', | ||
'freŝa', | ||
'frostigita', | ||
'granita', | ||
'kartona', | ||
'kaŭĉuka', | ||
'kotona', | ||
'ligna', | ||
'metala', | ||
'plasta', | ||
'ŝtala', | ||
'trikita', | ||
'vitra', | ||
], | ||
product: [ | ||
'aŭto', | ||
'biciklo', | ||
'ĉapelo', | ||
'ĉemizo', | ||
'ekrano', | ||
'flago', | ||
'ganto', | ||
'klavaro', | ||
'komputilo', | ||
'mantuko', | ||
'muso', | ||
'nomŝildo', | ||
'pantalono', | ||
'pilko', | ||
'sako', | ||
'sapo', | ||
'seĝo', | ||
'ŝuo', | ||
'tablo', | ||
'valizo', | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
export default [ | ||
'identigilo', | ||
'titolo', | ||
'nomo', | ||
'telefonnumero', | ||
'grupo', | ||
'kategorio', | ||
'pasvorto', | ||
'komento', | ||
'profilbildo', | ||
'stato', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { DatabaseDefinition } from '../../..'; | ||
import column from './column'; | ||
|
||
const database: DatabaseDefinition = { | ||
column, | ||
}; | ||
|
||
export default database; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { DateDefinition } from '../../..'; | ||
import month from './month'; | ||
import weekday from './weekday'; | ||
|
||
const date: DateDefinition = { | ||
month, | ||
weekday, | ||
}; | ||
|
||
export default date; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
export default { | ||
wide: [ | ||
'januaro', | ||
'februaro', | ||
'marto', | ||
'aprilo', | ||
'majo', | ||
'junio', | ||
'julio', | ||
'aŭgusto', | ||
'septembro', | ||
'oktobro', | ||
'novembro', | ||
'decembro', | ||
], | ||
|
||
abbr: [ | ||
'jan', | ||
'feb', | ||
'mar', | ||
'apr', | ||
'maj', | ||
'jun', | ||
'jul', | ||
'aŭg', | ||
'sep', | ||
'okt', | ||
'nov', | ||
'dec', | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
export default { | ||
wide: [ | ||
'dimanĉo', | ||
'lundo', | ||
'mardo', | ||
'merkredo', | ||
'ĵaŭdo', | ||
'vendredo', | ||
'sabato', | ||
], | ||
|
||
abbr: ['di', 'lu', 'ma', 'me', 'ĵa', 've', 'sa'], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
export default [ | ||
'altkvalita', | ||
'aŭtomata', | ||
'bludenta', | ||
'cifereca', | ||
'ĉefa', | ||
'defaŭlta', | ||
'enreta', | ||
'helpa', | ||
'hibrida', | ||
'interna', | ||
'malfermitkoda', | ||
'nesinkrona', | ||
'neŭrona', | ||
'nuba', | ||
'optika', | ||
'plenekrana', | ||
'plurbajta', | ||
'plurplatforma', | ||
'portebla', | ||
'realtempa', | ||
'redunda', | ||
'sendrata', | ||
'solidstata', | ||
'universala', | ||
'virtuala', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { HackerDefinition } from '../../..'; | ||
import adjective from './adjective'; | ||
import ingverb from './ingverb'; | ||
import noun from './noun'; | ||
import phrase from './phrase'; | ||
import verb from './verb'; | ||
|
||
const hacker: HackerDefinition = { | ||
adjective, | ||
ingverb, | ||
noun, | ||
phrase, | ||
verb, | ||
}; | ||
|
||
export default hacker; |
Oops, something went wrong.