Skip to content

Instantly share code, notes, and snippets.

View mogaming217's full-sized avatar
💭
👶

moga mogaming217

💭
👶
View GitHub Profile
@mogaming217
mogaming217 / messages.ts
Last active January 4, 2022 07:48 — forked from sandabu/Example.php
Stripe API Japanese Error Messages For TypeScript
// 元サイト: https://stripe.com/docs/error-codes
// ForkしたものをTypeScript形式にしただけ。エラーコードは足りてないものはあるはずなので元サイトを参考に追記が必要。
const messsages = {
account_already_exists: 'アカウントがすでに存在します',
account_country_invalid_address: 'アカウントの国籍とビジネスを行う国籍が異なります',
account_invalid: 'アカウントが不正です',
account_number_invalid: '口座番号が不正です',
alipay_upgrade_required: 'Alipayのアップデートが必要です',
amount_too_large: '金額が多すぎます',
amount_too_small: '金額が少なすぎます',