Skip to content

Commit

Permalink
Update loc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed Jul 4, 2024
1 parent be4c1d5 commit 125003c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/public/extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"code": "ja",
"url": "/locales/ja.json",
"version": 7
"version": 8
},
{
"code": "de",
Expand Down
6 changes: 3 additions & 3 deletions common/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@
"settings": {
"activeProfile": "設定プロファイル",
"defaultProfile": "デフォルト",
"newProfile": "新しい設定プロフィールを作成",
"profileName": "設定プロフィール名",
"enterProfileName": "設定プロフィール名を入力",
"newProfile": "新しい設定プロファイルを作成",
"profileName": "設定プロファイル名",
"enterProfileName": "設定プロファイル名を入力",
"profileLimitReached": "設定プロファイルの上限数に達しました",
"addCustomCss": "カスタムCSSを追加",
"addCustomField": "カスタムフィールドを追加",
Expand Down

0 comments on commit 125003c

Please sign in to comment.