AppFlowy/frontend/resources/translations/ja-JP.json
Lucas.Xu 0fb004aee0
chore: bump version 0.2.7 (#3022)
* chore: bump version 0.2.7

* chore: update language files using inlang machine translation
2023-07-18 19:59:35 +08:00

490 lines
25 KiB
JSON

{
"appName": "AppFlowy",
"defaultUsername": "ユーザー",
"welcomeText": "Welcome to @:appName",
"githubStarText": "Star on GitHub",
"subscribeNewsletterText": "新着情報を受け取る",
"letsGoButtonText": "Let's Go",
"title": "タイトル",
"signUp": {
"buttonText": "新規登録",
"title": "@:appNameに新規登録",
"getStartedText": "はじめる",
"emptyPasswordError": "パスワードを空にはできません",
"repeatPasswordEmptyError": "パスワード(確認用)を空にはできません",
"unmatchedPasswordError": "パスワード(確認用)が一致しません",
"alreadyHaveAnAccount": "すでにアカウントを登録済ですか?",
"emailHint": "メールアドレス",
"passwordHint": "パスワード",
"repeatPasswordHint": "パスワード(確認用)"
},
"signIn": {
"loginTitle": "@:appName にログイン",
"loginButtonText": "ログイン",
"buttonText": "サインイン",
"forgotPassword": "パスワードをお忘れですか?",
"emailHint": "メールアドレス",
"passwordHint": "パスワード",
"dontHaveAnAccount": "まだアカウントをお持ちではないですか?",
"repeatPasswordEmptyError": "パスワード(確認用)を空にはできません",
"unmatchedPasswordError": "パスワード(確認用)が一致しません"
},
"workspace": {
"create": "ワークスペースを作成する",
"hint": "ワークスペース",
"notFoundError": "ワークスペースがみつかりません"
},
"shareAction": {
"buttonText": "共有する",
"workInProgress": "Coming soon",
"markdown": "Markdown",
"copyLink": "Copy Link"
},
"disclosureAction": {
"rename": "名前を変更",
"delete": "削除",
"duplicate": "コピーを作成"
},
"blankPageTitle": "空のページ",
"newPageText": "新しいページ",
"trash": {
"text": "ごみ箱",
"restoreAll": "全て復元",
"deleteAll": "全て削除",
"pageHeader": {
"fileName": "ファイル名",
"lastModified": "最終更新日時",
"created": "作成日時"
}
},
"deletePagePrompt": {
"text": "このページはごみ箱にあります",
"restore": "ページを元に戻す",
"deletePermanent": "削除する"
},
"dialogCreatePageNameHint": "ページ名",
"questionBubble": {
"whatsNew": "What's new?",
"help": "ヘルプとサポート",
"debug": {
"name": "デバッグ情報",
"success": "デバッグ情報をクリップボードにコピーしました!",
"fail": "デバッグ情報をクリップボードにコピーできませんでした"
}
},
"menuAppHeader": {
"addPageTooltip": "内部ページを追加",
"defaultNewPageName": "Untitled",
"renameDialog": "名前を変更"
},
"toolbar": {
"undo": "元に戻す",
"redo": "やり直し",
"bold": "太字",
"italic": "斜体",
"underline": "下線",
"strike": "取り消し線",
"numList": "番号付きリスト",
"bulletList": "箇条書き",
"checkList": "チェックボックス",
"inlineCode": "インラインコード",
"quote": "引用文",
"header": "見出し",
"highlight": "文字の背景色"
},
"tooltip": {
"lightMode": "ライトモードに切り替える",
"darkMode": "ダークモードに切り替える"
},
"contactsPage": {
"title": "連絡先",
"whatsHappening": "今週はどんなことがありましたか?",
"addContact": "連絡先を追加する",
"editContact": "連絡先を編集する"
},
"button": {
"OK": "OK",
"Cancel": "キャンセル",
"signIn": "サインイン",
"signOut": "サインアウト",
"complete": "完了",
"save": "保存"
},
"label": {
"welcome": "ようこそ!",
"firstName": "名",
"middleName": "ミドルネーム",
"lastName": "姓",
"stepX": "Step {X}"
},
"oAuth": {
"err": {
"failedTitle": "アカウントに接続できません",
"failedMsg": "サインインが完了したことをブラウザーで確認してください"
},
"google": {
"title": "GOOGLEでサインイン",
"instruction1": "GOOGLEでのサインインを有効にするためには、Webブラウザーを使ってこのアプリケーションを認証する必要があります。",
"instruction2": "アイコンをクリックするか、以下のテキストを選択して、このコードをクリップボードにコピーします。",
"instruction3": "以下のリンク先をブラウザーで開いて、次のコードを入力します。",
"instruction4": "登録が完了したら以下のボタンを押してください。"
}
},
"settings": {
"title": "設定",
"menu": {
"appearance": "外観",
"language": "言語",
"open": "設定"
},
"appearance": {
"themeMode": {
"label": "Theme Mode",
"light": "ライトモード",
"dark": "ダークモード",
"system": "Adapt to System"
}
}
},
"grid": {
"settings": {
"filter": "絞り込み",
"sortBy": "並び替え",
"Properties": "プロパティ"
},
"field": {
"hide": "隠す",
"insertLeft": "左に挿入",
"insertRight": "右に挿入",
"duplicate": "コピーを作成",
"delete": "削除",
"textFieldName": "テキスト",
"checkboxFieldName": "チェックボックス",
"dateFieldName": "日付",
"numberFieldName": "数値",
"singleSelectFieldName": "単一選択",
"multiSelectFieldName": "複数選択",
"numberFormat": "数値書式",
"dateFormat": "日付書式",
"includeTime": "時刻を含める",
"dateFormatFriendly": "月 日, 年",
"dateFormatISO": "年-月-日",
"dateFormatLocal": "月/日/年",
"dateFormatUS": "年/月/日",
"timeFormat": "時刻書式",
"timeFormatTwelveHour": "12 時間表記",
"timeFormatTwentyFourHour": "24 時間表記",
"addSelectOption": "選択候補追加",
"optionTitle": "選択候補",
"addOption": "選択候補追加",
"editProperty": "プロパティの編集"
},
"row": {
"duplicate": "コピーを作成",
"delete": "削除",
"textPlaceholder": "空白"
},
"selectOption": {
"purpleColor": "紫",
"pinkColor": "ピンク",
"lightPinkColor": "ライトピンク",
"orangeColor": "オレンジ",
"yellowColor": "黄色",
"limeColor": "ライム",
"greenColor": "緑",
"aquaColor": "水色",
"blueColor": "青",
"deleteTag": "選択候補を削除",
"colorPanelTitle": "色",
"panelTitle": "選択候補を検索 または 作成する",
"searchOption": "選択候補を検索"
}
},
"sideBar": {
"openSidebar": "Open sidebar",
"closeSidebar": "Close sidebar"
},
"moreAction.small": "小さい",
"youCanAlso": "あなたもすることができます",
"and": "と",
"blockActions.addBelowTooltip": "クリックして下に追加してください",
"blockActions.addAboveCmd": "Alt+クリック",
"blockActions.addAboveMacCmd": "Option+クリック",
"blockActions.addAboveTooltip": "上に追加する",
"signIn.loginAsGuestButtonText": "始めましょう",
"moreAction.medium": "中くらい",
"moreAction.large": "大きい",
"moreAction.fontSize": "フォントサイズ",
"moreAction.import": "輸入",
"moreAction.moreOptions": "より多くのオプション",
"importPanel.textAndMarkdown": "テキストとマークダウン",
"importPanel.documentFromV010": "v0.1.0 のドキュメント",
"importPanel.databaseFromV010": "v0.1.0 以降のデータベース",
"importPanel.csv": "CSV",
"importPanel.database": "データベース",
"disclosureAction.openNewTab": "新しいタブで開く",
"trash.confirmDeleteAll.title": "ゴミ箱内のすべてのページを削除してもよろしいですか?",
"trash.confirmDeleteAll.caption": "この操作は元に戻すことができません。",
"trash.confirmRestoreAll.title": "ゴミ箱内のすべてのページを復元してもよろしいですか?",
"trash.confirmRestoreAll.caption": "この操作は元に戻すことができません。",
"questionBubble.shortcuts": "ショートカット",
"questionBubble.markdown": "マークダウン",
"questionBubble.feedback": "フィードバック",
"toolbar.color": "色",
"toolbar.addLink": "リンクを追加",
"toolbar.link": "リンク",
"tooltip.openAsPage": "ページとして開く",
"tooltip.addNewRow": "新しい行を追加",
"tooltip.openMenu": "クリックしてメニューを開きます",
"tooltip.dragRow": "長押しして行を並べ替えます",
"tooltip.viewDataBase": "データベースを見る",
"tooltip.referencePage": "この {name} は参照されています",
"tooltip.addBlockBelow": "以下にブロックを追加します",
"notifications.export.markdown": "マークダウンにエクスポートされたノート",
"notifications.export.path": "ドキュメント/フローティ",
"button.Done": "終わり",
"button.generate": "生成",
"button.esc": "ESC",
"button.keep": "保つ",
"button.tryAgain": "再試行する",
"button.discard": "破棄",
"button.replace": "交換",
"button.insertBelow": "下に挿入",
"button.upload": "アップロード",
"button.edit": "編集",
"button.delete": "消去",
"button.duplicate": "複製",
"button.done": "終わり",
"button.putback": "戻す",
"settings.menu.user": "ユーザー",
"settings.menu.files": "ファイル",
"settings.menu.supabaseSetting": "スーパーベースの設定",
"settings.appearance.fontFamily.label": "フォントファミリー",
"settings.appearance.fontFamily.search": "検索",
"settings.appearance.themeUpload.button": "アップロード",
"settings.appearance.themeUpload.description": "下のボタンを使用して、独自のAppFlowyテーマをアップロードします。",
"settings.appearance.themeUpload.failure": "アップロードされたテーマの形式が無効でした。",
"settings.appearance.themeUpload.loading": "テーマを検証してアップロードするまでお待ちください...",
"settings.appearance.themeUpload.uploadSuccess": "テーマは正常にアップロードされました",
"settings.appearance.themeUpload.deletionFailure": "テーマの削除に失敗しました。手動で削除してみてください。",
"settings.appearance.themeUpload.filePickerDialogTitle": ".flowy_plugin ファイルを選択します",
"settings.appearance.themeUpload.urlUploadFailure": "URLを開けませんでした: {}",
"settings.appearance.theme": "テーマ",
"settings.appearance.builtInsLabel": "内蔵テーマ",
"settings.appearance.pluginsLabel": "プラグイン",
"settings.files.copy": "コピー",
"settings.files.defaultLocation": "ファイルの読み取りとデータの保存場所",
"settings.files.exportData": "データをエクスポートする",
"settings.files.doubleTapToCopy": "ダブルタップしてパスをコピーします",
"settings.files.restoreLocation": "AppFlowyのデフォルトパスに戻す",
"settings.files.customizeLocation": "別のフォルダーを開く",
"settings.files.restartApp": "変更を有効にするには、アプリを再起動してください。",
"settings.files.exportDatabase": "データベースのエクスポート",
"settings.files.selectFiles": "エクスポートする必要があるファイルを選択します",
"settings.files.selectAll": "すべて選択",
"settings.files.deselectAll": "すべての選択を解除",
"settings.files.createNewFolder": "新しいフォルダーを作成する",
"settings.files.createNewFolderDesc": "データの保存場所を教えてください",
"settings.files.defineWhereYourDataIsStored": "データの保存場所を定義する",
"settings.files.open": "開ける",
"settings.files.openFolder": "既存のフォルダーを開く",
"settings.files.openFolderDesc": "既存のAppFlowyフォルダに読み書きします",
"settings.files.folderHintText": "フォルダ名",
"settings.files.location": "新しいフォルダーの作成",
"settings.files.locationDesc": "AppFlowyデータフォルダーの名前を選択します",
"settings.files.browser": "ブラウズ",
"settings.files.create": "作成",
"settings.files.set": "設定",
"settings.files.folderPath": "フォルダーを保存するパス",
"settings.files.locationCannotBeEmpty": "パスを空にすることはできません",
"settings.files.pathCopiedSnackbar": "ファイルの保存パスがクリップボードにコピーされました。",
"settings.files.changeLocationTooltips": "データディレクトリを変更する",
"settings.files.change": "変化",
"settings.files.openLocationTooltips": "別のデータ ディレクトリを開く",
"settings.files.openCurrentDataFolder": "現在のデータディレクトリを開く",
"settings.files.recoverLocationTooltips": "AppFlowyのデフォルトのデータディレクトリにリセットします",
"settings.files.exportFileSuccess": "ファイルのエクスポートに成功しました。",
"settings.files.exportFileFail": "ファイルのエクスポートに失敗しました!",
"settings.files.export": "輸出",
"settings.user.name": "名前",
"settings.user.icon": "アイコン",
"settings.user.selectAnIcon": "アイコンを選択してください",
"settings.user.pleaseInputYourOpenAIKey": "OpenAI キーを入力してください",
"grid.deleteView": "このビューを削除してもよろしいですか?",
"grid.createView": "新しい",
"grid.settings.sort": "選別",
"grid.settings.properties": "プロパティ",
"grid.settings.reorderPropertiesTooltip": "ドラッグしてプロパティを並べ替えます",
"grid.settings.group": "グループ",
"grid.settings.addFilter": "フィルターの追加",
"grid.settings.deleteFilter": "フィルタの削除",
"grid.settings.filterBy": "フィルター条件...",
"grid.settings.typeAValue": "値を入力してください...",
"grid.settings.layout": "レイアウト",
"grid.settings.databaseLayout": "レイアウト",
"grid.textFilter.contains": "含まれています",
"grid.textFilter.doesNotContain": "含まれていない",
"grid.textFilter.endsWith": "で終わる",
"grid.textFilter.startWith": "で始まる",
"grid.textFilter.is": "は",
"grid.textFilter.isNot": "ではありません",
"grid.textFilter.isEmpty": "空です",
"grid.textFilter.isNotEmpty": "空ではありません",
"grid.textFilter.choicechipPrefix.isNot": "いいえ",
"grid.textFilter.choicechipPrefix.startWith": "で始まる",
"grid.textFilter.choicechipPrefix.endWith": "で終わる",
"grid.textFilter.choicechipPrefix.isEmpty": "空です",
"grid.textFilter.choicechipPrefix.isNotEmpty": "空ではありません",
"grid.checkboxFilter.isChecked": "チェック済み",
"grid.checkboxFilter.isUnchecked": "チェックなし",
"grid.checkboxFilter.choicechipPrefix.is": "は",
"grid.checklistFilter.isComplete": "完了しました",
"grid.checklistFilter.isIncomplted": "不完全です",
"grid.singleSelectOptionFilter.is": "は",
"grid.singleSelectOptionFilter.isNot": "ではありません",
"grid.singleSelectOptionFilter.isEmpty": "空です",
"grid.singleSelectOptionFilter.isNotEmpty": "空ではありません",
"grid.multiSelectOptionFilter.contains": "含まれています",
"grid.multiSelectOptionFilter.doesNotContain": "含まれていない",
"grid.multiSelectOptionFilter.isEmpty": "空です",
"grid.multiSelectOptionFilter.isNotEmpty": "空ではありません",
"grid.field.updatedAtFieldName": "最終変更時刻",
"grid.field.createdAtFieldName": "作成時間",
"grid.field.urlFieldName": "URL",
"grid.field.checklistFieldName": "チェックリスト",
"grid.field.dateFormatDayMonthYear": "日月年",
"grid.field.invalidTimeFormat": "無効な形式",
"grid.field.newProperty": "新しい物件",
"grid.field.deleteFieldPromptMessage": "本気ですか?このプロパティは削除されます",
"grid.sort.ascending": "上昇",
"grid.sort.descending": "降順",
"grid.sort.deleteSort": "ソートの削除",
"grid.sort.addSort": "並べ替えの追加",
"grid.row.copyProperty": "プロパティをクリップボードにコピーしました",
"grid.row.count": "カウント",
"grid.row.newRow": "新しい行",
"grid.row.action": "アクション",
"grid.selectOption.create": "作成",
"grid.checklist.panelTitle": "アイテムを追加する",
"grid.menuName": "グリッド",
"grid.referencedGridPrefix": "のビュー",
"document.menuName": "書類",
"document.date.timeHintTextInTwelveHour": "午後1時",
"document.date.timeHintTextInTwentyFourHour": "13:00",
"document.slashMenu.board.selectABoardToLinkTo": "リンク先のボードを選択してください",
"document.slashMenu.board.createANewBoard": "新しいボードを作成する",
"document.slashMenu.grid.selectAGridToLinkTo": "リンク先のグリッドを選択してください",
"document.slashMenu.grid.createANewGrid": "新しいグリッドを作成する",
"document.slashMenu.calendar.selectACalendarToLinkTo": "リンク先のカレンダーを選択してください",
"document.slashMenu.calendar.createANewCalendar": "新しいカレンダーを作成する",
"document.selectionMenu.outline": "概要",
"document.plugins.referencedBoard": "参照ボード",
"document.plugins.referencedGrid": "参照されるグリッド",
"document.plugins.referencedCalendar": "参照カレンダー",
"document.plugins.autoGeneratorMenuItemName": "OpenAI ライター",
"document.plugins.autoGeneratorTitleName": "OpenAI: AI に何でも書いてもらいます...",
"document.plugins.autoGeneratorLearnMore": "もっと詳しく知る",
"document.plugins.autoGeneratorGenerate": "生成",
"document.plugins.autoGeneratorHintText": "OpenAIに質問してください...",
"document.plugins.autoGeneratorCantGetOpenAIKey": "OpenAI キーを取得できません",
"document.plugins.autoGeneratorRewrite": "リライト",
"document.plugins.smartEdit": "AIアシスタント",
"document.plugins.openAI": "OpenAI",
"document.plugins.smartEditFixSpelling": "スペルを修正",
"document.plugins.warning": "⚠️ AI の応答は不正確または誤解を招く可能性があります。",
"document.plugins.smartEditSummarize": "要約する",
"document.plugins.smartEditImproveWriting": "ライティングを改善する",
"document.plugins.smartEditMakeLonger": "もっと長くする",
"document.plugins.smartEditCouldNotFetchResult": "OpenAIから結果を取得できませんでした",
"document.plugins.smartEditCouldNotFetchKey": "OpenAI キーを取得できませんでした",
"document.plugins.smartEditDisabled": "設定で OpenAI に接続する",
"document.plugins.discardResponse": "AI の応答を破棄しますか?",
"document.plugins.createInlineMathEquation": "方程式の作成",
"document.plugins.toggleList": "リストの切り替え",
"document.plugins.cover.changeCover": "表紙を変える",
"document.plugins.cover.colors": "色",
"document.plugins.cover.images": "画像",
"document.plugins.cover.clearAll": "すべてクリア",
"document.plugins.cover.abstract": "概要",
"document.plugins.cover.addCover": "カバーを追加する",
"document.plugins.cover.addLocalImage": "ローカルイメージを追加",
"document.plugins.cover.invalidImageUrl": "無効な画像 URL",
"document.plugins.cover.failedToAddImageToGallery": "画像をギャラリーに追加できませんでした",
"document.plugins.cover.enterImageUrl": "画像のURLを入力してください",
"document.plugins.cover.add": "追加",
"document.plugins.cover.back": "戻る",
"document.plugins.cover.saveToGallery": "ギャラリーに保存",
"document.plugins.cover.removeIcon": "アイコンを削除",
"document.plugins.cover.pasteImageUrl": "画像のURLを貼り付けます",
"document.plugins.cover.or": "また",
"document.plugins.cover.pickFromFiles": "ファイルから選択",
"document.plugins.cover.couldNotFetchImage": "画像を取得できませんでした",
"document.plugins.cover.imageSavingFailed": "画像の保存に失敗しました",
"document.plugins.cover.addIcon": "アイコンを追加",
"document.plugins.cover.coverRemoveAlert": "削除後は表紙からも外されます。",
"document.plugins.cover.alertDialogConfirmation": "よろしいですか、続行しますか?",
"document.plugins.mathEquation.addMathEquation": "数式を追加",
"document.plugins.mathEquation.editMathEquation": "数式の編集",
"document.plugins.optionAction.click": "クリック",
"document.plugins.optionAction.toOpenMenu": " メニューを開く",
"document.plugins.optionAction.delete": "消去",
"document.plugins.optionAction.duplicate": "複製",
"document.plugins.optionAction.turnInto": "に変わる",
"document.plugins.optionAction.moveUp": "上に移動",
"document.plugins.optionAction.moveDown": "下に移動",
"document.plugins.optionAction.color": "色",
"document.plugins.optionAction.align": "整列",
"document.plugins.optionAction.left": "左",
"document.plugins.optionAction.center": "中心",
"document.plugins.optionAction.right": "右",
"document.plugins.optionAction.defaultColor": "デフォルト",
"document.plugins.image.copiedToPasteBoard": "画像リンクがクリップボードにコピーされました",
"document.plugins.outline.addHeadingToCreateOutline": "見出しを追加して目次を作成します。",
"document.textBlock.placeholder": "コマンドには「/」を入力します",
"document.title.placeholder": "無題",
"document.imageBlock.placeholder": "クリックして画像を追加",
"document.imageBlock.upload.label": "アップロード",
"document.imageBlock.upload.placeholder": "クリックして画像をアップロード",
"document.imageBlock.url.label": "画像URL",
"document.imageBlock.url.placeholder": "画像のURLを入力してください",
"document.imageBlock.support": "画像サイズ制限は5MBです。サポートされている形式: JPEG、PNG、GIF、SVG",
"document.imageBlock.error.invalidImage": "無効な画像です",
"document.imageBlock.error.invalidImageSize": "画像サイズは5MB未満である必要があります",
"document.imageBlock.error.invalidImageFormat": "画像形式はサポートされていません。サポートされている形式: JPEG、PNG、GIF、SVG",
"document.imageBlock.error.invalidImageUrl": "無効な画像 URL",
"document.codeBlock.language.label": "言語",
"document.codeBlock.language.placeholder": "言語を選択する",
"document.inlineLink.placeholder": "リンクを貼り付けるか入力します",
"document.inlineLink.url.label": "リンクURL",
"document.inlineLink.url.placeholder": "リンクURLを入力してください",
"document.inlineLink.title.label": "リンクタイトル",
"document.inlineLink.title.placeholder": "リンクタイトルを入力してください",
"board.column.create_new_card": "新しい",
"board.menuName": "ボード",
"board.referencedBoardPrefix": "のビュー",
"calendar.menuName": "カレンダー",
"calendar.defaultNewCalendarTitle": "無題",
"calendar.navigation.today": "今日",
"calendar.navigation.jumpToday": "今日にジャンプ",
"calendar.navigation.previousMonth": "前月",
"calendar.navigation.nextMonth": "来月",
"calendar.settings.showWeekNumbers": "週番号を表示する",
"calendar.settings.showWeekends": "週末のショー",
"calendar.settings.firstDayOfWeek": "週の開始日",
"calendar.settings.layoutDateField": "レイアウトカレンダー",
"calendar.settings.noDateTitle": "日付なし",
"calendar.settings.noDateHint": "予定外のイベントがここに表示されます",
"calendar.settings.clickToAdd": "クリックしてカレンダーに追加します",
"calendar.settings.name": "カレンダーのレイアウト",
"calendar.referencedCalendarPrefix": "のビュー",
"errorDialog.title": "AppFlowyエラー",
"errorDialog.howToFixFallback": "ご不便をおかけして申し訳ございません。エラーを説明した問題を GitHub ページに送信してください。",
"errorDialog.github": "GitHub で見る",
"search.label": "検索",
"search.placeholder.actions": "検索アクション...",
"message.copy.success": "コピーしました!",
"message.copy.fail": "コピーできません",
"unSupportBlock": "現在のバージョンではこのブロックはサポートされていません。",
"views.deleteContentTitle": "{pageType} を削除してもよろしいですか?",
"views.deleteContentCaption": "この {pageType} を削除しても、ゴミ箱から復元できます。"
}