Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locales/ja-JP/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"browserslist": "extends @sanity/browserslist-config",
"peerDependencies": {
"sanity": "^3.22.0 || ^4.0.0-0 || ^5.0.0-0"
"sanity": "^3.22.0 || ^4.0.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 3 additions & 0 deletions locales/ja-JP/src/comments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ export default removeUndefinedLocaleResources({
/** The text shown in the inline comment button */
'inline-add-comment-button.title': 'コメントを追加',

/** The title of the error card shown in the comments inspector */
'inspector-error.title': 'コメントを読み込む際に問題が発生しました',

/** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */
'list-item.breadcrumb-button-go-to-field-aria-label': '{{field}}フィールドに移動',
/** The button tooltip content for the add reaction button */
Expand Down
10 changes: 10 additions & 0 deletions locales/ja-JP/src/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ export default removeUndefinedLocaleResources({
/** Message prompting the user to confirm discarding changes */
'action.discard-changes.confirm-dialog.confirm-discard-changes':
'最後に公開してからのすべての変更を破棄してもよろしいですか?',
/** Message prompting the user to confirm discarding changes */
'action.discard-changes.confirm-dialog.confirm-discard-changes-draft':
'このドラフトドキュメントのすべての変更を破棄してもよろしいですか?',
/**Header for the confirm discard dialog */
'action.discard-changes.confirm-dialog.header.text': '変更を破棄しますか?',
/** Tooltip when action is disabled because the document has no unpublished changes */
'action.discard-changes.disabled.no-change': 'このドキュメントには未公開の変更がありません',
/** Tooltip when action is disabled because the document is not published */
Expand Down Expand Up @@ -168,6 +173,11 @@ export default removeUndefinedLocaleResources({
/** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */
'banners.release.navigate-to-edit-description-multiple_other':
'このドキュメントは<VersionBadge/>リリースの一部であり、さらに{{count}}つのリリースにも含まれています',
/** The text for the banner that appears when a document is not part of any release
* @deprecated – no longer in use
* */
'banners.release.navigate-to-edit-description-none':
'このドキュメントはどのリリースにも属していません',
/** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */
'banners.release.navigate-to-edit-description-single':
'このドキュメントは<VersionBadge/>リリースの一部です',
Expand Down
50 changes: 41 additions & 9 deletions locales/ja-JP/src/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1383,11 +1383,23 @@ export default removeUndefinedLocaleResources({
'release.dialog.create.confirm': 'リリースを作成',
/** Title for creating releases dialog */
'release.dialog.create.title': 'リリースを作成',
/** Body text for the dialog confirming deletion of a scheduled draft */
'release.dialog.delete-schedule-draft.body':
'この予定された下書きを削除してもよろしいですか?この操作は元に戻せません。',
/** Body text when deleting scheduled draft and draft is already up to date */
'release.dialog.delete-schedule-draft.body-already-current':
'このスケジュールされたドラフトを削除しますか?あなたのドラフトはすでに最新です。',
/** Body text when deleting scheduled draft and changes will be saved to draft */
'release.dialog.delete-schedule-draft.body-will-save-to-draft':
'このスケジュールされたドラフトを削除しますか?変更はドラフトに保存されます。',
/** Body text when deleting scheduled draft with checkbox shown for user choice */
'release.dialog.delete-schedule-draft.body-with-choice':
'このスケジュールされたドラフトを削除しますか?',
/** Confirm button text for deleting a scheduled draft */
'release.dialog.delete-schedule-draft.confirm': 'はい、スケジュールを削除',
/** Checkbox label for copying scheduled draft to draft before deletion */
'release.dialog.delete-schedule-draft.copy-checkbox':
'スケジュールされた変更をドラフトにコピーして保持する(推奨)',
/** Explanation text shown when scheduled draft has different changes than current draft */
'release.dialog.delete-schedule-draft.different-changes-explanation':
'あなたのスケジュールされたドラフトは現在のドラフトと異なる変更があります。',
/** Header for the dialog confirming deletion of a scheduled draft */
'release.dialog.delete-schedule-draft.header': '予定された下書きを削除',
/** Body text for change schedule dialog */
Expand Down Expand Up @@ -1432,9 +1444,13 @@ export default removeUndefinedLocaleResources({
'将来の時間と日付にスケジュールしてください。',
/** Label for date picker when scheduling a release */
'release.schedule-dialog.select-publish-date-label': '公開日',
/** The toast description that will be shown when the user has a release perspective which is now archived */
/** The toast description that will be shown when the user has a release perspective which is now archived
* @deprecated – no longer needed
* */
'release.toast.archived-release.description': 'このリリースはピン留めが解除されました',
/** The toast title that will be shown when the user has a release perspective which is now archived */
/** The toast title that will be shown when the user has a release perspective which is now archived
* @deprecated – no longer needed
* */
'release.toast.archived-release.title': "'{{title}}' リリースはアーカイブされました",
/** The toast title that will be shown the creating a release fails */
'release.toast.create-release-error.title': 'リリースの作成に失敗しました',
Expand All @@ -1444,25 +1460,33 @@ export default removeUndefinedLocaleResources({
/** Success toast for deleting a scheduled draft */
'release.toast.delete-schedule-draft.success':
'予定された下書きドキュメント <strong>{{title}}</strong> が削除されました。',
/** The toast title that will be shown when the user has a release perspective which is now deleted */
/** The toast title that will be shown when the user has a release perspective which is now deleted
* @deprecated – no longer needed
* */
'release.toast.not-found-release.title': "'{{title}}' リリースが見つかりませんでした",
/** Error toast for running a scheduled publish immediately */
'release.toast.publish-scheduled-draft.error':
'予定された下書きドキュメント <strong>{{title}}</strong> の即時公開に失敗しました:{{error}}',
/** Success toast for running a scheduled publish immediately */
'release.toast.publish-scheduled-draft.success':
'予定された下書きドキュメント <strong>{{title}}</strong> が公開されました。',
/** The toast description that will be shown when the user has a release perspective which is now published */
/** The toast description that will be shown when the user has a release perspective which is now published
* @deprecated – no longer needed
**/
'release.toast.published-release.description': 'このリリースはピン留めが解除されました',
/** The toast title that will be shown when the user has a release perspective which is now deleted */
/** The toast title that will be shown when the user has a release perspective which is now deleted
* @deprecated – no longer needed
**/
'release.toast.published-release.title': "'{{title}}' リリースが公開されました",
/** Error toast for rescheduling a draft */
'release.toast.reschedule-scheduled-draft.error':
'予定された下書きドキュメント <strong>{{title}}</strong> の再スケジュールに失敗しました:{{error}}',
/** Success toast for rescheduling a draft */
'release.toast.reschedule-scheduled-draft.success':
'予定された下書きドキュメント <strong>{{title}}</strong> のスケジュールが変更されました。',
/** The toast title that will be shown when the user has a scheduled draft perspective which is now published */
/** The toast title that will be shown when the user has a scheduled draft perspective which is now published
* @deprecated – no longer needed
* */
'release.toast.scheduled-draft-published.title': '予定されていたドラフトが公開されました',
/** Label for when a version of a document has already been added to the release */
'release.tooltip.already-added': 'このドキュメントのバージョンはすでに追加されています',
Expand All @@ -1478,6 +1502,14 @@ export default removeUndefinedLocaleResources({
/** Tooltip for the dropdown to show all versions of document */
'release.version-list.tooltip': 'すべてのドキュメントバージョンを見る',

/** Button text for contacting support in the releases misconfiguration dialog */
'releases.upsell.misconfiguration.contact-support': 'サポートに連絡する',
/** Header for the releases misconfiguration dialog */
'releases.upsell.misconfiguration.header': 'コンテンツリリースの設定問題',
/** Message shown in the releases misconfiguration dialog */
'releases.upsell.misconfiguration.message':
'あなたのプロジェクトにコンテンツリリースが有効になっていますが、リリース制限の設定に問題があるようです。コンテンツリリースが適切に設定されるようにサポートに連絡してください。',

/** Confirm button text for the schedule publish dialog */
'schedule-publish-dialog.confirm': 'スケジュールする',
/** Description for the schedule publish dialog */
Expand Down
Loading