Skip to content

Commit

Permalink
fix(ja-JP): automated translation updates (#396)
Browse files Browse the repository at this point in the history
Co-authored-by: AutoTranslator <hello@sanity.io>
  • Loading branch information
github-actions[bot] and AutoTranslator authored Feb 22, 2024
1 parent fa581f5 commit 1602c5f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion locales/ja-JP/src/comments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ export default removeUndefinedLocaleResources({
'list-item.edit-comment-upsell': 'コメントを編集するためにアップグレード',
/** Aria label for the button that takes you to the field, which wraps a thread/comment */
'list-item.go-to-field-button.aria-label': 'フィールドに移動',
/** The text showing the comment context */
/**
* The text shown below the author and timestamp of a comment including a link back to the context in which the comment was made.
* Consists of a document title wrapped in a link, and a word or phrase to indicate that the link refers to a location:
* eg "on Home", "on Coffee Machine | Products", "on Pricing – Sanity"
*/
'list-item.layout-context': '<IntentLink>{{title}}</IntentLink>の上に',
/** The marker to indicate that a comment has been edited in brackets */
'list-item.layout-edited': '編集済み',
Expand Down

0 comments on commit 1602c5f

Please sign in to comment.