Skip to content

Commit

Permalink
fix(deps): update dependency ra-core to v4.13.0 (main) (#222)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Takanori Oishi <takanori0014@live.jp>
  • Loading branch information
renovate[bot] and bicstone committed Aug 16, 2023
1 parent 2d823d7 commit 5ae160d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 2 additions & 0 deletions lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 3 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bicstone/ra-language-japanese",
"description": "Japanese messages for react-admin",
"version": "4.7.1",
"version": "4.13.0",
"author": "Oishi Takanori",
"bugs": {
"url": "https://github.com/bicstone/ra-language-japanese/issues"
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const messages: Required<TranslationMessages> = {
open: "開く",
toggle_theme: "ダークモード切替",
select_columns: "列を編集",
update_application: "再読み込み",
},
boolean: {
true: "はい",
Expand Down Expand Up @@ -149,6 +150,7 @@ const messages: Required<TranslationMessages> = {
canceled: "元に戻しました",
logged_out: "認証に失敗しました。再度ログインしてください",
not_authorized: "このページにアクセスする権限がありません",
application_update_available: "新しいバージョンが利用可能です",
},
validation: {
required: "必須",
Expand Down

0 comments on commit 5ae160d

Please sign in to comment.