From 20d613452f145697f43c3e64942bbcdab7fc2267 Mon Sep 17 00:00:00 2001 From: mayumih387 Date: Thu, 4 Apr 2024 15:13:18 +0900 Subject: [PATCH] Added and updated Japanese translations --- l10n/bundle.l10n.ja.json | 79 ++++++++++++++++++++++++++++++++++++++-- package.nls.ja.json | 44 +++++++++++++++++----- 2 files changed, 109 insertions(+), 14 deletions(-) diff --git a/l10n/bundle.l10n.ja.json b/l10n/bundle.l10n.ja.json index 695fae0e..f54052e0 100644 --- a/l10n/bundle.l10n.ja.json +++ b/l10n/bundle.l10n.ja.json @@ -3,8 +3,8 @@ "common.edit": "編集", "common.delete": "削除", "common.cancel": "キャンセル", - "common.clear": "クリア", "common.apply": "適用", + "common.clear": "クリア", "common.clear.value": "値をクリア", "common.search": "検索", "common.save": "保存", @@ -35,6 +35,16 @@ "common.no": "いいえ", "common.openSettings": "設定を開く", "common.back": "戻る", + "common.open": "開く", + "common.openWithValue": "開く: {0}", + "common.openCustomActions": "カスタムコマンドを開く", + "common.view": "表示", + "common.translate": "翻訳する", + "common.languages": "言語", + "common.scripts": "スクリプト", + "common.rename": "ファイル名を変更する", + + "loading.initPages": "記事を読み込んでいます", "notifications.outputChannel.link": "出力ウィンドウ", "notifications.outputChannel.description": "詳細は{0}を確認してください。", @@ -42,18 +52,36 @@ "settings.view.common": "一般", "settings.view.contentFolders": "記事フォルダー", "settings.view.astro": "Astro", + "settings.view.integration": "統合機能", + "settings.openOnStartup": "起動時にダッシュボードを開く", "settings.contentTypes": "記事タイプ", "settings.contentFolders": "記事フォルダー", "settings.diagnostic": "診断", "settings.diagnostic.description": "診断プログラムを実行して、Front Matter CMS構成全体を確認できます。", "settings.diagnostic.link": "完全診断を実行する", + "settings.git": "Git同期", + "settings.git.enabled": "Git同期を有効にして、変更内容をリポジトリと簡単に同期させます。", + "settings.git.commitMessage": "コミットメッセージ", + "settings.git.submoduleInfo": "Gitサブモジュールを使用している場合は、サブモジュールの設定についてドキュメントを参照してください。", + "settings.git.submoduleLink": "Gitサブモジュールについて確認する", + "settings.integration.title": "統合機能", "settings.commonSettings.website.title": "ウェブサイトとSSGの設定", "settings.commonSettings.previewUrl": "プレビュー用URL", "settings.commonSettings.websiteUrl": "ウェブサイトのURL", "settings.commonSettings.startCommand": "SSG/フレームワーク起動コマンド", + "settings.integrationsView.deepl.title": "DeepL", + "settings.integrationsView.deepl.intput.label": "API key", + "settings.integrationsView.deepl.intput.placeholder": "DeepL API keyを入力", + + "settings.integrationsView.azure.title": "Azure AI Translator", + "settings.integrationsView.azure.intput.label": "サブスクリプションキー", + "settings.integrationsView.azure.intput.placeholder": "Azure AI Translatorのサブスクリプションキーを入力", + "settings.integrationsView.azure.region.label": "リージョン", + "settings.integrationsView.azure.region.placeholder": "Azure AI Translatorのリージョンを入力 例: westeurope", + "developer.title": "開発モード", "developer.reload.title": "ダッシュボードを再読み込み", "developer.reload.label": "再読み込み", @@ -81,6 +109,8 @@ "dashboard.contents.contentActions.menuItem.view": "開く", "dashboard.contents.contentActions.alert.title": "削除: {0}", "dashboard.contents.contentActions.alert.description": "本当に\"{0}\"を削除しますか?", + "dashboard.contents.contentActions.translations.create": "翻訳する", + "dashboard.contents.contentActions.translations.menu": "翻訳版", "dashboard.contents.item.invalidTitle": "<無効なタイトル>", "dashboard.contents.item.invalidDescription": "<無効なディスクリプション>", @@ -108,6 +138,7 @@ "dashboard.dataView.dataView.getStarted": "データタイプを選択して開始する", "dashboard.dataView.dataView.noDataFiles": "データファイルが見つかりませんでした", "dashboard.dataView.dataView.getStarted.link": "データファイルの利用方法について確認する", + "dashboard.dataView.dataView.update.message": "データエントリーを更新しました。", "dashboard.dataView.emptyView.heading": "最初にデータタイプを選んでください", @@ -118,6 +149,13 @@ "dashboard.errorView.description": "ダッシュボードを一旦閉じてからやり直してください。", + "dashboard.filters.languageFilter.label": "ロケール", + "dashboard.filters.languageFilter.all": "全て", + + "dashboard.header.actionsBar.itemsSelected": "{0}件を選択中", + "dashboard.header.actionsBar.alertDelete.title": "選択ファイルを削除", + "dashboard.header.actionsBar.alertDelete.description": "選択したファイルを本当に削除しますか?", + "dashboard.header.breadcrumb.home": "ホーム", "dashboard.header.clearFilters.title": "絞り込み・グループ・並べ替えを解除", @@ -201,10 +239,17 @@ "dashboard.media.folderCreation.hexo.create": "Assetフォルダーを作成", "dashboard.media.folderCreation.folder.create": "新規フォルダーを作成", + "dashboard.media.folderItem.contentDirectory": "コンテンツディレクトリー", + "dashboard.media.folderItem.publicDirectory": "Publicディレクトリー", + + "dashboard.media.item.buttom.insert.image": "画像を挿入", + "dashboard.media.item.buttom.insert.snippet": "スニペットを挿入", + "dashboard.media.item.quickAction.insert.field": "この画像を\"{0}\"フィールドに追加", "dashboard.media.item.quickAction.insert.markdown": "画像をMarkdown記法で挿入", "dashboard.media.item.quickAction.copy.path": "ファイルパスをコピー", "dashboard.media.item.quickAction.delete": "ファイルを削除", + "dashboard.media.item.menuItem.view": "メタデータの詳細を表示", "dashboard.media.item.menuItem.edit.metadata": "メタデータを編集", "dashboard.media.item.menuItem.insert.image": "画像を挿入", "dashboard.media.item.menuItem.reveal.media": "メディアの場所を表示", @@ -275,6 +320,8 @@ "dashboard.steps.stepsToGetStarted.contentFolders.information.description": "エクスプローラーでフォルダー名を右クリックして「フォルダーを登録」を選択する方法でも、フォルダーの登録が可能です。", "dashboard.steps.stepsToGetStarted.tags.name": "全てのタグとカテゴリーをインポート(オプション)", "dashboard.steps.stepsToGetStarted.tags.description": "Front Matterに記事用フォルダーが登録されました。記事から全てのタグとカテゴリーをインポートしますか?", + "dashboard.steps.stepsToGetStarted.git.name": "Git同期を有効化しますか?", + "dashboard.steps.stepsToGetStarted.git.description": "Git同期を有効にして、変更内容をリポジトリと簡単に同期させます。", "dashboard.steps.stepsToGetStarted.showDashboard.name": "ダッシュボードを開く", "dashboard.steps.stepsToGetStarted.showDashboard.description": "全ての設定が終わると、ダッシュボードが表示できるようになります。", "dashboard.steps.stepsToGetStarted.template.name": "設定用のテンプレートを使用する", @@ -283,6 +330,7 @@ "dashboard.steps.stepsToGetStarted.astroContentTypes.name": "Astroコンテンツコレクションのコンテンツタイプを作成する", "dashboard.taxonomyView.button.add.title": "\"{0}\"をタクソノミーに追加", + "dashboard.taxonomyView.button.tag.title": "タグを追加", "dashboard.taxonomyView.button.edit.title": "\"{0}\"を編集", "dashboard.taxonomyView.button.merge.title": "\"{0}\"をマージ", "dashboard.taxonomyView.button.move.title": "他のタクソノミーへ移行", @@ -329,6 +377,11 @@ "dashboard.configuration.astro.astroContentTypes.empty": "Astroコンテンツコレクションが見つかりません。", "dashboard.configuration.astro.astroContentTypes.description": "以下のAstroコンテンツコレクションは、コンテンツタイプを生成するために使用できます。", + "panel.git.gitAction.title": "変更の反映", + "panel.git.gitAction.branch.select": "ブランチを選択", + "panel.git.gitAction.input.placeholder": "コミットメッセージ", + "panel.git.gitAction.button.fetch": "フェッチ", + "panel.contentType.contentTypeValidator.title": "記事タイプ", "panel.contentType.contentTypeValidator.hint": "記事タイプのフィールドは設定と異なります。この記事の記事タイプを、作成・更新または設定しますか?", "panel.contentType.contentTypeValidator.button.create": "新しい記事タイプを作成", @@ -414,6 +467,7 @@ "panel.globalSettings.action.server.placeholder": "例: {0}", "panel.metadata.title": "メタデータ", + "panel.metadata.focusProblems": "詳細を「問題」表示で確認してください。", "panel.otherActions.title": "他のコマンド", "panel.otherActions.writingSettings.enabled": "ライティング設定が有効", @@ -474,6 +528,10 @@ "commands.article.setDate.error": "日付の表示形式の解析中に何らかの問題が発生しました。\"{0}\"の設定を確認してください。", "commands.article.updateSlug.error": "ファイル名を変更できませんでした。: {0}", + "commands.article.rename.fileNotExists.error": "ファイルが存在しません。", + "commands.article.rename.fileExists.error": "\"{0}\" というファイル名は既に存在しています。", + "commands.article.rename.fileName.title": "ファイル名を変更: {0}", + "commands.article.rename.fileName.prompt": "ファイル名", "commands.cache.cleared": "キャッシュがクリアされました。", @@ -501,6 +559,19 @@ "commands.folders.get.notificationError.remove.action": "フォルダー設定を削除", "commands.folders.get.notificationError.create.action": "フォルダーを作成", + "commands.i18n.create.warning.noFileSelected": "ファイルが選択されていません。", + "commands.i18n.create.warning.noFile": "ファイルが取得できませんでした。", + "commands.i18n.create.warning.noContentType": "現在のファイルの記事タイプを取得できませんでした。", + "commands.i18n.create.warning.noConfig": "i18nの設定が見つかりません。", + "commands.i18n.create.error.noLocaleDefinition": "現在のファイルのロケールを取得できませんでした。", + "commands.i18n.create.error.noLocales": "現在のファイルは利用可能なすべての言語に翻訳されています。", + "commands.i18n.create.error.noContentFolder": "現在のファイルの記事フォルダーを指定できませんでした。", + "commands.i18n.create.error.fileExists": "そのi18n翻訳は既に存在しています。", + "commands.i18n.create.success.created": "\"{0}\" i18n記事ファイルを作成しました。", + "commands.i18n.create.quickPick.title": "言語別の記事を作成", + "commands.i18n.create.quickPick.placeHolder": "どの言語で記事を作成しますか?", + "commands.i18n.translate.progress.title": "記事を翻訳しています...", + "commands.preview.panel.title": "プレビュー: {0}", "commands.preview.askUserToPickFolder.title": "プレビュー用の記事フォルダーを選択してください。", @@ -611,9 +682,6 @@ "helpers.extension.getVersion.changelog": "変更履歴を確認する", "helpers.extension.getVersion.starIt": "⭐️を付ける", "helpers.extension.getVersion.update.notification": "{0} が v{1} に更新されました!新機能をチェックしてください!", - "helpers.extension.migrateSettings.deprecated.warning": "\"{0}\"及び\"{1}\"の設定は非推奨になりました。代わりに\"isPublishDate\"と\"isModifiedDate\"の日付フィールドを使用してください。", - "helpers.extension.migrateSettings.deprecated.warning.hide": "非表示にする", - "helpers.extension.migrateSettings.deprecated.warning.seeGuide": "移行ガイドを読む", "helpers.extension.migrateSettings.templates.quickPick.title": "{0} - テンプレート", "helpers.extension.migrateSettings.templates.quickPick.placeholder": "テンプレート機能の使用を継続しますか?", "helpers.extension.checkIfExtensionCanRun.warning": "Front MatterのBETA版は安定版がインストールされている場合は利用できません。BETA版のみがインストールされていることを確認してください。", @@ -648,6 +716,7 @@ "helpers.questions.selectContentType.quickPick.title": "記事タイプ", "helpers.questions.selectContentType.quickPick.placeholder": "新規作成する記事の記事タイプを選択してください。", "helpers.questions.selectContentType.noSelection.warning": "記事タイプが選択されていません。", + "helpers.questions.selectContentType.quickPick.error.noContentTypes": "このフォルダーには、一致する記事タイプが設定されていません。", "helpers.seoHelper.checkLength.diagnostic.message": "記事{0}の文字数が{1}文字を超えています(現在の文字数: {2})。SEOの観点上、{1}文字以内に収めることが推奨されます。", @@ -690,6 +759,7 @@ "listeners.dashboard.settingsListener.triggerTemplate.progress.title": "テンプレートをダウンロードして初期化しています...", "listeners.dashboard.settingsListener.triggerTemplate.download.error": "テンプレートのダウンロードに失敗しました。", "listeners.dashboard.settingsListener.triggerTemplate.init.error": "テンプレートの初期化に失敗しました。", + "listeners.dashboard.settingsListener.setSecretValue.message": "設定が更新されました。", "listeners.dashboard.snippetListener.addSnippet.missingFields.warning": "スニペットのタイトルまたはbodyが空です。", "listeners.dashboard.snippetListener.addSnippet.exists.warning": "同じタイトルのスニペットが既に存在しています。", @@ -700,6 +770,7 @@ "listeners.panel.dataListener.aiSuggestTaxonomy.noEditor.error": "アクティブなエディターがありません。", "listeners.panel.dataListener.aiSuggestTaxonomy.noData.error": "記事データがありません。", "listeners.panel.dataListener.getDataFileEntries.noDataFiles.error": "データファイルのエントリーが見つかりませんでした。", + "listeners.panel.dataListener.pushMetadata.frontMatter.error": "front matterの解析中にエラーが発生しまいsた。ファイルの内容を確認してください。", "listeners.panel.taxonomyListener.aiSuggestTaxonomy.noEditor.error": "アクティブなエディターがありません。", diff --git a/package.nls.ja.json b/package.nls.ja.json index 53f39863..b12fc555 100644 --- a/package.nls.ja.json +++ b/package.nls.ja.json @@ -48,6 +48,7 @@ "command.frontMatter.markup.unorderedlist": "順序なしリスト", "command.frontMatter.git.sync": "同期", "command.frontMatter.cache.clear": "キャッシュをクリア", + "command.frontMatter.i18n.create": "新しい翻訳を作成", "settings.configuration.title": "Front Matter: チームで作業する場合はfrontmatter.jsonで設定してください。", "setting.frontMatter.projects.markdownDescription": "Front Matter CMSを利用するプロジェクトを設定します。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.projects)", "setting.frontMatter.projects.items.properties.name.markdownDescription": "プロジェクトの名前を指定します。", @@ -60,7 +61,7 @@ "setting.frontMatter.content.defaultFileType.markdownDescription": "新しい記事を作成する際の既定のファイル形式を設定します。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.content.defaultfiletype)", "setting.frontMatter.content.defaultSorting.markdownDescription": "ダッシュボード上に表示される記事一覧の既定の並び順を設定します。Enum(列挙型)や任意のIDを指定してください。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.content.defaultsorting)", "setting.frontMatter.content.draftField.markdownDescription": "記事の下書きステータスを管理するフィールドを設定します。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.content.draftfield)", - "setting.frontMatter.content.draftField.properties.type.description": "使用する下書きフィールドの種類", + "setting.frontMatter.content.draftField.properties.type.description": "使用する下書きフィールドの型", "setting.frontMatter.content.draftField.properties.name.description": "使用するフィールドの名前", "setting.frontMatter.content.draftField.properties.invert.description": "既定では、記事が下書きの場合、下書きフィールドは true に設定されます。これを true に設定すると、false に設定されます。", "setting.frontMatter.content.draftField.properties.choices.description": "フィールドの選択肢のリスト", @@ -75,6 +76,12 @@ "setting.frontMatter.content.pageFolders.items.properties.filePrefix.description": "ファイル名の接頭辞を定義します。", "setting.frontMatter.content.pageFolders.items.properties.contentTypes.description": "現在の場所に使用できる記事タイプを定義します。定義しない場合は、全ての記事タイプを使用できます。", "setting.frontMatter.content.pageFolders.items.properties.disableCreation.description": "フォルダー内の新しい記事の作成を無効にします。", + "setting.frontMatter.content.pageFolders.items.properties.defaultLocale.description": "ページフォルダー用デフォルトのロケールIDを設定します。このフォルダー内の全ての記事が`frontMatter.content.i18n`で設定された言語へ翻訳可能になります。", + "setting.frontMatter.content.pageFolders.items.properties.locales.description": "ページフォルダーで利用するロケールを設定します。この設定は記事の翻訳に使用されます。", + "setting.frontMatter.content.i18n.markdownDescription": "ウェブサイトで利用するロケールを設定します。この設定はページフォルダーレベルの設定より優先されます。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.content.i18n)", + "setting.frontMatter.content.i18n.items.properties.title.description": "言語名", + "setting.frontMatter.content.i18n.items.properties.locale.description": "言語コード", + "setting.frontMatter.content.i18n.items.properties.path.description": "言語フォルダーの相対パス", "setting.frontMatter.content.placeholders.markdownDescription": "記事タイプとテンプレートで使用するプレースホルダーを配列で定義して、記事のfront matterを自動で入力できるようにします。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.content.placeholders)", "setting.frontMatter.content.placeholders.items.properties.id.description": "プレースホルダーのIDを記事タイプまたはテンプレートで、次のように使用します: {{placeholder}}", "setting.frontMatter.content.placeholders.items.properties.value.description": "プレースホルダーの値", @@ -92,6 +99,7 @@ "setting.frontMatter.content.sorting.items.properties.type.description": "フィールド値の型", "setting.frontMatter.content.supportedFileTypes.markdownDescription": "Front Matterでサポートされるファイル形式を設定します。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.content.supportedfiletypes)", "setting.frontMatter.content.wysiwyg.markdownDescription": "What You See, Is What You Get(WYSIWYG)Markdownコントロールを有効にします。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.content.wysiwyg)", + "setting.frontMatter.content.filters.markdownDescription": "ダッシュボードで利用するフィルターを設定します。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.content.filters)", "setting.frontMatter.custom.scripts.markdownDescription": "実行するNode.jsスクリプトのパスを指定します。現在のファイルのパスが引数として渡されます。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.custom.scripts)", "setting.frontMatter.custom.scripts.items.properties.id.description": "スクリプトの ID。", "setting.frontMatter.custom.scripts.items.properties.title.description": "スクリプトに付けるタイトル。ボタンのタイトルとして表示されます。", @@ -100,8 +108,8 @@ "setting.frontMatter.custom.scripts.items.properties.bulk.description": "全ての記事ファイルに対してスクリプトを実行する", "setting.frontMatter.custom.scripts.items.properties.output.description": "スクリプト出力を出力する場所を定義します。デフォルトは通知表示ですが、エディターパネルに表示するように指定できます。", "setting.frontMatter.custom.scripts.items.properties.outputType.description": "エディター・パネルの出力のタイプ。たとえば、「マークダウン」に変更するために使用できます", - "setting.frontMatter.custom.scripts.items.properties.type.description": "スクリプトが使用される型。", - "setting.frontMatter.custom.scripts.items.properties.command.description": "実行するスクリプトの種類。", + "setting.frontMatter.custom.scripts.items.properties.type.description": "スクリプトが使用される型", + "setting.frontMatter.custom.scripts.items.properties.command.description": "実行するスクリプトの種類", "setting.frontMatter.custom.scripts.items.properties.hidden.description": "UI からアクションを非表示にする", "setting.frontMatter.custom.scripts.items.properties.environments.items.properties.type.description": "スクリプトを使用する必要がある環境タイプ", "setting.frontMatter.custom.scripts.items.properties.environments.items.properties.script.description": "実行するスクリプトへのパス", @@ -152,7 +160,18 @@ "setting.frontMatter.global.notifications.markdownDescription": "表示したい通知を設定します。既定では全ての通知が表示されます。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.global.notifications)", "setting.frontMatter.global.disabledNotifications.markdownDescription": "これは、Front Matter CMSで無効にできる通知タイプの配列です。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.global.disablednotifications)", "setting.frontMatter.media.defaultSorting.markdownDescription": "ダッシュボードのメディア一覧での既定の並び順を設定します。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.media.defaultsorting)", - "setting.frontMatter.media.supportedMimeTypes.markdownDescription": "メディアファイルでサポートされるMIMEタイプを設定します。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.media.supportedmimetypes)", + "setting.frontMatter.media.supportedMimeTypes.markdownDescription": "メディアコンテンツでサポートされるMIMEタイプを設定します。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.media.supportedmimetypes)", + + "setting.frontMatter.media.contentTypes.markdownDescription": "Front Matterで利用するメディアコンテンツのタイプを設定します。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.media.contenttypes)", + "setting.frontMatter.media.contentTypes.items.description": "Front Matterで利用するメディアフコンテンツのタイプについての説明。", + "setting.frontMatter.media.contentTypes.items.properties.name.description": "メディアコンテンツのタイプ名", + "setting.frontMatter.media.contentTypes.items.properties.fileTypes.description": "利用可能とするメディアコンテンツのタイプの指定", + "setting.frontMatter.media.contentTypes.items.properties.fields.description": "メディアコンテンツのフィールドを設定します。", + "setting.frontMatter.media.contentTypes.items.properties.fields.properties.title.description": "UI表示用のタイトル", + "setting.frontMatter.media.contentTypes.items.properties.fields.properties.name.description": "フィールドの名前", + "setting.frontMatter.media.contentTypes.items.properties.fields.properties.type.description": "フィールド値の型", + "setting.frontMatter.media.contentTypes.items.properties.fields.properties.single.description": "単一行フィールド", + "setting.frontMatter.panel.freeform.markdownDescription": "未登録のタグ/カテゴリーをタグピッカーに入力可能にするかどうかを設定します(有効にすると、後で保存するオプションが使えます)。規定値はtrue。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.panel.freeform)", "setting.frontMatter.panel.actions.disabled.markdownDescription": "パネル内で非表示にしたいコマンドを設定します。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.panel.actions.disabled)", "setting.frontMatter.preview.host.markdownDescription": "プレビュー表示に使用するホストのURLを設定します(例:`http://localhost:1313`)。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.preview.host)", @@ -164,11 +183,11 @@ "setting.frontMatter.taxonomy.commaSeparatedFields.items.description": "コンマ区切りの配列として使用するフィールドの名前。", "setting.frontMatter.taxonomy.contentTypes.markdownDescription": "記事・ページ・その他で利用したい記事タイプを設定します。front matterで正しく`type`が設定されていることを確認してください。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.taxonomy.contenttypes)", "setting.frontMatter.taxonomy.contentTypes.items.description": "Front Matterで使用する記事タイプを定義します。", - "setting.frontMatter.taxonomy.contentTypes.items.properties.name.description": "フィールドの種類を定義する", + "setting.frontMatter.taxonomy.contentTypes.items.properties.name.description": "フィールドの種類を定義します。", "setting.frontMatter.taxonomy.contentTypes.items.properties.fileType.description": "作成する記事タイプを指定します。", - "setting.frontMatter.taxonomy.contentTypes.items.properties.fields.description": "記事タイプのフィールドを定義する", + "setting.frontMatter.taxonomy.contentTypes.items.properties.fields.description": "記事タイプのフィールドを定義します。", "setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.description": "Front Matterで使用する記事タイプを定義します。", - "setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.type.description": "フィールドの種類を定義する", + "setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.type.description": "フィールド値の型", "setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.name.description": "使用するフィールドの名前", "setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.title.description": "UI に表示するタイトル", "setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.description.description": "UI に表示する説明", @@ -176,8 +195,8 @@ "setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.choices.description": "選択肢を定義する", "setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.choices.items.properties.id.description": "選択肢 ID", "setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.choices.items.properties.title.description": "選択肢のタイトル", - "setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.single.description": "単一行フィールドである", - "setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.wysiwyg.description": "WYSIWYG フィールド (HTML 出力) である", + "setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.single.description": "単一行フィールド", + "setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.wysiwyg.description": "WYSIWYG フィールド (HTML 出力) ", "setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.multiple.description": "複数の値を選択できますか?", "setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.isPreviewImage.description": "画像フィールドをプレビューとして使用できるかどうかを指定します。記事タイプごとに使用できるプレビュー画像は1つだけです。", "setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.hidden.description": "メタデータ セクションからフィールドを非表示にしますか?", @@ -210,6 +229,7 @@ "setting.frontMatter.taxonomy.contentTypes.items.properties.fields.items.properties.when.properties.caseSensitive.description": "比較で大文字と小文字を区別するかどうかを指定します。デフォルト: true", "setting.frontMatter.taxonomy.contentTypes.items.properties.pageBundle.description": "新しい記事を作成するときにフォルダーを作成するかどうかを指定します。", "setting.frontMatter.taxonomy.contentTypes.items.properties.previewPath.description": "記事タイプのカスタム プレビュー パスを定義します。", + "setting.frontMatter.taxonomy.contentTypes.items.properties.slugTemplate.description": "記事タイプのカスタムスラッグのテンプレートを設定します。", "setting.frontMatter.taxonomy.contentTypes.items.properties.template.description": "新しい記事の作成に使用できるオプションのテンプレート。", "setting.frontMatter.taxonomy.contentTypes.items.properties.postScript.description": "新しい記事の作成後に使用できるオプションのポストスクリプト。", "setting.frontMatter.taxonomy.contentTypes.items.properties.filePrefix.description": "ファイル名の接頭辞を定義します。", @@ -236,6 +256,7 @@ "setting.frontMatter.taxonomy.seoTitleLength.markdownDescription": "SEOに適したタイトルの文字数を設定します。(`-1`に設定するとオフになります。)[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.taxonomy.seotitlelength)", "setting.frontMatter.taxonomy.slugPrefix.markdownDescription": "スラッグに付与する接頭辞を設定します。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.taxonomy.slugprefix)", "setting.frontMatter.taxonomy.slugSuffix.markdownDescription": "スラッグに付与する接尾辞を設定します。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.taxonomy.slugsuffix)", + "setting.frontMatter.taxonomy.slugTemplate.markdownDescription": "記事を作成する際のカスタムスラッグのテンプレートを設定します。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.taxonomy.slugtemplate)", "setting.frontMatter.taxonomy.tags.markdownDescription": "Front Matterで利用するタグを管理します。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.taxonomy.tags)", "setting.frontMatter.telemetry.disable.markdownDescription": "利用状況の送信をオフにします。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.telemetry.disable)", "setting.frontMatter.templates.enabled.markdownDescription": "テンプレート機能を利用します。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.templates.enabled)", @@ -250,5 +271,8 @@ "command.frontMatter.settings.refresh": "Front Matterの設定の再読み込み", "setting.frontMatter.config.dynamicFilePath.markdownDescription": "動的構成ファイルへのパスを指定します (例: [[ワークスペース]]/config.js)。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.config.dynamicfilepath)", "setting.frontMatter.taxonomy.contentTypes.items.properties.allowAsSubContent.description": "記事をサブコンテンツとして作成可能かどうかを設定します。", - "setting.frontMatter.taxonomy.contentTypes.items.properties.isSubContent.description": "記事をサブコンテンツとして作成するかどうかを設定します。" + "setting.frontMatter.taxonomy.contentTypes.items.properties.isSubContent.description": "記事をサブコンテンツとして作成するかどうかを設定します。", + + "setting.frontMatter.git.disableOnBranches.markdownDescription": "Git Actionsを無効化したいブランチを設定します。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.git.disableonbranches)", + "setting.frontMatter.git.requiresCommitMessage.markdownDescription": "特定のブランチを更新する場合にコミットメッセージを必須にします。[ドキュメントを確認](https://frontmatter.codes/docs/settings/overview#frontmatter.git.requirescommitmessage)" } \ No newline at end of file