Skip to content

Commit

Permalink
chore: Simplify Japanese locale
Browse files Browse the repository at this point in the history
  • Loading branch information
neet committed Jan 21, 2025
1 parent a2b54e9 commit fd43307
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions messages/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@
}
},
"EndpointStatus": {
"scaledToZero": "サーバーのインスタンスは現在ゼロです",
"pending": "サーバーの起動をリクエストしてるため、1分ほどお待ち下さい。費用を節約するため、{scaleToZeroTimeout}分間アクセスがない場合は自動的に停止しています",
"initializing": "サーバーを起動しているため、1分ほどお待ち下さい。費用を節約するため、{scaleToZeroTimeout}分間アクセスがない場合は自動的に停止しています",
"scaledToZero": "サーバーのインスタンスは現在ゼロです",
"pending": "サーバーの起動を準備しているため、1分ほどお待ち下さい。費用を節約するため、{scaleToZeroTimeout}以上アクセスがなければ自動的に停止しています",
"initializing": "サーバーを起動しているため、1分ほどお待ち下さい。費用を節約するため、{scaleToZeroTimeout}以上アクセスがなければ自動的に停止しています",
"paused": "サーバーが一時停止しています。管理者にお問い合わせください。",
"running": "サーバーの状態を取得しています。"
}
Expand Down

0 comments on commit fd43307

Please sign in to comment.