-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v1.23.0-with_ext' into main
- Loading branch information
Showing
28 changed files
with
327 additions
and
351 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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# 住所 | ||
|
||
* [citySuffix](city_suffix) | ||
* [streetSuffix](street_suffix) | ||
* [buildingNumber](building_number) | ||
* [city](city) | ||
* [streetName](street_name) | ||
* [streetAddress](street_address) | ||
* [postcode](postcode) | ||
* [address](address) | ||
* [country](country) | ||
* [latitude](latitude) | ||
* [longitude](longitude) | ||
* [localCoordinates](local_coordinates) | ||
* [postcode1](postcode1) | ||
* [postcode2](postcode2) | ||
* [prefecture](prefecture) | ||
* [ward](ward) | ||
* [areaNumber](area_number) | ||
* [secondaryAddress](secondary_address) | ||
* [citySuffix](city_suffix.md) | ||
* [streetSuffix](street_suffix.md) | ||
* [buildingNumber](building_number.md) | ||
* [city](city.md) | ||
* [streetName](street_name.md) | ||
* [streetAddress](street_address.md) | ||
* [postcode](postcode.md) | ||
* [address](address.md) | ||
* [country](country.md) | ||
* [latitude](latitude.md) | ||
* [longitude](longitude.md) | ||
* [localCoordinates](local_coordinates.md) | ||
* [postcode1](postcode1.md) | ||
* [postcode2](postcode2.md) | ||
* [prefecture](prefecture.md) | ||
* [ward](ward.md) | ||
* [areaNumber](area_number.md) | ||
* [secondaryAddress](secondary_address.md) |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# バーコード | ||
|
||
* [ean13](ean13) | ||
* [ean8](ean8) | ||
* [isbn10](isbn10) | ||
* [isbn13](isbn13) | ||
* [ean13](ean13.md) | ||
* [ean8](ean8.md) | ||
* [isbn10](isbn10.md) | ||
* [isbn13](isbn13.md) |
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 |
---|---|---|
@@ -1,24 +1,24 @@ | ||
# 基底 | ||
|
||
* [randomDigit](random_digit) | ||
* [randomDigitNot](random_digit_not) | ||
* [randomDigitNotNull](random_digit_not_null) | ||
* [randomNumber](random_number) | ||
* [randomFloat](random_float) | ||
* [numberBetween](number_between) | ||
* [randomLetter](random_letter) | ||
* [randomElements](random_elements) | ||
* [randomElement](random_element) | ||
* [shuffle](shuffle) | ||
* [numerify](numerify) | ||
* [lexify](lexify) | ||
* [bothify](bothify) | ||
* [asciify](asciify) | ||
* [regexify](regexify) | ||
* [passthrough](passthrough) | ||
* [randomAscii](random_ascii) | ||
* [randomKey](random_key) | ||
* [shuffleArray](shuffle_array) | ||
* [shuffleString](shuffle_string) | ||
* [toLower](to_lower) | ||
* [toUpper](to_upper) | ||
* [randomDigit](random_digit.md) | ||
* [randomDigitNot](random_digit_not.md) | ||
* [randomDigitNotNull](random_digit_not_null.md) | ||
* [randomNumber](random_number.md) | ||
* [randomFloat](random_float.md) | ||
* [numberBetween](number_between.md) | ||
* [randomLetter](random_letter.md) | ||
* [randomElements](random_elements.md) | ||
* [randomElement](random_element.md) | ||
* [shuffle](shuffle.md) | ||
* [numerify](numerify.md) | ||
* [lexify](lexify.md) | ||
* [bothify](bothify.md) | ||
* [asciify](asciify.md) | ||
* [regexify](regexify.md) | ||
* [passthrough](passthrough.md) | ||
* [randomAscii](random_ascii.md) | ||
* [randomKey](random_key.md) | ||
* [shuffleArray](shuffle_array.md) | ||
* [shuffleString](shuffle_string.md) | ||
* [toLower](to_lower.md) | ||
* [toUpper](to_upper.md) |
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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# バイアス | ||
|
||
* [biasedNumberBetween](biased_number_between) | ||
* [biasedNumberBetween](biased_number_between.md) |
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# 色 | ||
|
||
* [hexColor](hex_color) | ||
* [safeHexColor](safe_hex_color) | ||
* [rgbColorAsArray](rgb_color_as_array) | ||
* [rgbColor](rgb_color) | ||
* [rgbCssColor](rgb_css_color) | ||
* [rgbaCssColor](rgba_css_color) | ||
* [safeColorName](safe_color_name) | ||
* [colorName](color_name) | ||
* [hslColor](hsl_color) | ||
* [hexColor](hex_color.md) | ||
* [safeHexColor](safe_hex_color.md) | ||
* [rgbColorAsArray](rgb_color_as_array.md) | ||
* [rgbColor](rgb_color.md) | ||
* [rgbCssColor](rgb_css_color.md) | ||
* [rgbaCssColor](rgba_css_color.md) | ||
* [safeColorName](safe_color_name.md) | ||
* [colorName](color_name.md) | ||
* [hslColor](hsl_color.md) |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# 会社 | ||
|
||
* [company](company) | ||
* [companySuffix](company_suffix) | ||
* [jobTitle](job_title) | ||
* [companyPrefix](company_prefix) | ||
* [company](company.md) | ||
* [companySuffix](company_suffix.md) | ||
* [jobTitle](job_title.md) | ||
* [companyPrefix](company_prefix.md) |
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 |
---|---|---|
|
@@ -22,4 +22,4 @@ jobTitle() :string | |
::: | ||
|
||
## 参考 | ||
* [word](../lorem/word) | ||
* [word](../lorem/word.md) |
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 |
---|---|---|
@@ -1,22 +1,22 @@ | ||
# 日時 | ||
|
||
* [unixTime](unix_time) | ||
* [dateTime](date_time) | ||
* [dateTimeAD](date_time_ad) | ||
* [iso8601](iso8601) | ||
* [date](date) | ||
* [time](time) | ||
* [dateTimeBetween](date_time_between) | ||
* [dateTimeInInterval](date_time_in_interval) | ||
* [dateTimeThisCentury](date_time_this_century) | ||
* [dateTimeThisDecade](date_time_this_decade) | ||
* [dateTimeThisYear](date_time_this_year) | ||
* [dateTimeThisMonth](date_time_this_month) | ||
* [amPm](am_pm) | ||
* [dayOfMonth](day_of_month) | ||
* [dayOfWeek](day_of_week) | ||
* [month](month) | ||
* [monthName](month_name) | ||
* [year](year) | ||
* [century](century) | ||
* [timezone](timezone) | ||
* [unixTime](unix_time.md) | ||
* [dateTime](date_time.md) | ||
* [dateTimeAD](date_time_ad.md) | ||
* [iso8601](iso8601.md) | ||
* [date](date.md) | ||
* [time](time.md) | ||
* [dateTimeBetween](date_time_between.md) | ||
* [dateTimeInInterval](date_time_in_interval.md) | ||
* [dateTimeThisCentury](date_time_this_century.md) | ||
* [dateTimeThisDecade](date_time_this_decade.md) | ||
* [dateTimeThisYear](date_time_this_year.md) | ||
* [dateTimeThisMonth](date_time_this_month.md) | ||
* [amPm](am_pm.md) | ||
* [dayOfMonth](day_of_month.md) | ||
* [dayOfWeek](day_of_week.md) | ||
* [month](month.md) | ||
* [monthName](month_name.md) | ||
* [year](year.md) | ||
* [century](century.md) | ||
* [timezone](timezone.md) |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# ファイル | ||
|
||
* [mimeType](mime_type) | ||
* [fileExtension](file_extension) | ||
* [file](file) | ||
* [mimeType](mime_type.md) | ||
* [fileExtension](file_extension.md) | ||
* [file](file.md) |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# HTMLロレム・イプサム | ||
|
||
* [randomHtml](random_html) | ||
* [randomHtml](random_html.md) |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 画像 | ||
|
||
* [imageUrl](image_url) | ||
* [image](image) | ||
* [imageUrl](image_url.md) | ||
* [image](image.md) |
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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
# インターネット | ||
|
||
* [email](email) | ||
* [safeEmail](safe_email) | ||
* [freeEmail](free_email) | ||
* [companyEmail](company_email) | ||
* [freeEmailDomain](free_email_domain) | ||
* [safeEmailDomain](safe_email_domain) | ||
* [userName](user_name) | ||
* [password](password) | ||
* [domainName](domain_name) | ||
* [tld](tld) | ||
* [url](url) | ||
* [slug](slug) | ||
* [ipv4](ipv4) | ||
* [localIpv4](local_ipv4) | ||
* [ipv6](ipv6) | ||
* [macAddress](mac_address) | ||
* [lastNameAscii](last_name_ascii) | ||
* [firstNameAscii](first_name_ascii) | ||
* [email](email.md) | ||
* [safeEmail](safe_email.md) | ||
* [freeEmail](free_email.md) | ||
* [companyEmail](company_email.md) | ||
* [freeEmailDomain](free_email_domain.md) | ||
* [safeEmailDomain](safe_email_domain.md) | ||
* [userName](user_name.md) | ||
* [password](password.md) | ||
* [domainName](domain_name.md) | ||
* [tld](tld.md) | ||
* [url](url.md) | ||
* [slug](slug.md) | ||
* [ipv4](ipv4.md) | ||
* [localIpv4](local_ipv4.md) | ||
* [ipv6](ipv6.md) | ||
* [macAddress](mac_address.md) | ||
* [lastNameAscii](last_name_ascii.md) | ||
* [firstNameAscii](first_name_ascii.md) |
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# ロレム・イプサム | ||
|
||
* [word](ward) | ||
* [words](wards) | ||
* [sentence](sentence) | ||
* [sentences](sentences) | ||
* [paragraph](paragraph) | ||
* [paragraphs](paragraphs) | ||
* [text](text) | ||
* [word](word.md) | ||
* [words](words.md) | ||
* [sentence](sentence.md) | ||
* [sentences](sentences.md) | ||
* [paragraph](paragraph.md) | ||
* [paragraphs](paragraphs.md) | ||
* [text](text.md) |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# 医療 | ||
|
||
* [bloodType](blood_type) | ||
* [bloodRh](blood_rh) | ||
* [bloodGroup](blood_group) | ||
* [bloodType](blood_type.md) | ||
* [bloodRh](blood_rh.md) | ||
* [bloodGroup](blood_group.md) |
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# 雑多 | ||
|
||
* [boolean](boolean) | ||
* [md5](md5) | ||
* [sha1](sha1) | ||
* [sha256](sha256) | ||
* [locale](locale) | ||
* [countryCode](country_code) | ||
* [countryISOAlpha3](country_iso_alpha3) | ||
* [languageCode](language_code) | ||
* [currencyCode](currency_code) | ||
* [emoji](emoji) | ||
* [boolean](boolean.md) | ||
* [md5](md5.md) | ||
* [sha1](sha1.md) | ||
* [sha256](sha256.md) | ||
* [locale](locale.md) | ||
* [countryCode](country_code.md) | ||
* [countryISOAlpha3](country_iso_alpha3.md) | ||
* [languageCode](language_code.md) | ||
* [currencyCode](currency_code.md) | ||
* [emoji](emoji.md) |
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# 支払い | ||
|
||
* [creditCardType](credit_card_type) | ||
* [creditCardNumber](credit_card_number) | ||
* [creditCardExpirationDate](credit_card_expiration_date) | ||
* [creditCardExpirationDateString](credit_card_expiration_date_string) | ||
* [creditCardDetails](credit_card_details) | ||
* [iban](iban) | ||
* [swiftBicNumber](swift_bic_number) | ||
* [creditCardType](credit_card_type.md) | ||
* [creditCardNumber](credit_card_number.md) | ||
* [creditCardExpirationDate](credit_card_expiration_date.md) | ||
* [creditCardExpirationDateString](credit_card_expiration_date_string.md) | ||
* [creditCardDetails](credit_card_details.md) | ||
* [iban](iban.md) | ||
* [swiftBicNumber](swift_bic_number.md) |
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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# 人 | ||
|
||
* [name](name) | ||
* [firstName](first_name) | ||
* [firstNameMale](first_name_male) | ||
* [firstNameFemale](first_name_female) | ||
* [lastName](last_name) | ||
* [title](title) | ||
* [titleMale](title_male) | ||
* [titleFemale](title_female) | ||
* [kanaName](kana_name) | ||
* [firstKanaName](first_kana_name) | ||
* [firstKanaNameMale](first_kana_name_male) | ||
* [firstKanaNameFemale](first_kana_name_female) | ||
* [lastKanaName](last_kana_name.md) | ||
* [name](name.md) | ||
* [firstName](first_name.md) | ||
* [firstNameMale](first_name_male.md) | ||
* [firstNameFemale](first_name_female.md) | ||
* [lastName](last_name.md) | ||
* [title](title.md) | ||
* [titleMale](title_male.md) | ||
* [titleFemale](title_female.md) | ||
* [kanaName](kana_name.md) | ||
* [firstKanaName](first_kana_name.md) | ||
* [firstKanaNameMale](first_kana_name_male.md) | ||
* [firstKanaNameFemale](first_kana_name_female.md) | ||
* [lastKanaName](last_kana_name.md.md) |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# 電話番号 | ||
|
||
* [phoneNumber](phone_number) | ||
* [e164PhoneNumber](e164_phone_number) | ||
* [imei](imei) | ||
* [phoneNumber](phone_number.md) | ||
* [e164PhoneNumber](e164_phone_number.md) | ||
* [imei](imei.md) |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# 文章 | ||
|
||
* [realText](real_text) | ||
* [realTextBetween](real_text_between) | ||
* [realText](real_text.md) | ||
* [realTextBetween](real_text_between.md) |
Oops, something went wrong.