Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
dateコマンドのi18n
Browse files Browse the repository at this point in the history
  • Loading branch information
takejohn committed Apr 28, 2024
1 parent f439140 commit 180c53f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions language/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,27 @@
},
"invalidUrlError": "The URL is invalid"
},
"date": {
"name": "date",
"description": "Gets dates",
"subcommands": {
"now": {
"name": "now",
"description": "Shows the current time"
},
"diff": {
"name": "diff",
"description": "Calculates the difference of today and another date",
"options": {
"date": {
"name": "date",
"description": "A date in yyyy/MM/dd"
}
},
"invalidDate": "Invalid date format"
}
}
},
"discordinfo": {
"name": "info",
"description": "Lookup Server/User Info",
Expand Down
21 changes: 21 additions & 0 deletions language/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,27 @@
},
"invalidUrlError": "URLが間違っています"
},
"date": {
"name": "date",
"description": "日付の計算と表示",
"subcommands": {
"now": {
"name": "now",
"description": "現在時刻を表示"
},
"diff": {
"name": "diff",
"description": "今日との日付の差を計算",
"options": {
"date": {
"name": "date",
"description": "yyyy/MM/dd形式の日付"
}
},
"invalidDate": "日付の形式が無効です"
}
}
},
"discordinfo": {
"name": "info",
"description": "サーバーまたはユーザーの情報を調べます",
Expand Down

0 comments on commit 180c53f

Please sign in to comment.