Skip to content

Commit

Permalink
fix(ja-JP): automated translation updates (#593)
Browse files Browse the repository at this point in the history
Co-authored-by: AutoTranslator <hello@sanity.io>
Co-authored-by: Espen Hovlandsdal <espen@hovlandsdal.com>
  • Loading branch information
3 people authored Jul 31, 2024
1 parent 5346940 commit 0013d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locales/ja-JP/src/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ export default removeUndefinedLocaleResources({
/** Label for selecting an hour preset. Receives a `time` param as a string on hh:mm format and a `date` param as a Date instance denoting the preset date */
'calendar.action.set-to-time-preset': '{{time}}の{{date, datetime}}に設定',
/** Aria label for button to open date picker */
'calendar.button.aria-label': undefined, // 'Open calendar'
'calendar.button.aria-label': 'カレンダーを開く',
/** Tooltip content for button to open datetime input */
'calendar.button.tooltip-text': undefined, // 'Select date'
'calendar.button.tooltip-text': '日付を選択',
/** Error message displayed in calendar when entered date is not the correct format */
'calendar.error.must-be-in-format':
'<Emphasis>{{exampleDate}}</Emphasis>の形式でなければなりません',
Expand Down

0 comments on commit 0013d3e

Please sign in to comment.