Files
nocodb/packages/nc-gui/lang/ja.json
2022-12-01 17:12:35 +00:00

743 lines
35 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"general": {
"home": "ホーム",
"load": "読み込み",
"open": "開く",
"close": "閉じる",
"yes": "はい",
"no": "いいえ",
"ok": "OK",
"and": "と",
"or": "または",
"add": "追加",
"edit": "編集",
"remove": "削除",
"save": "保存",
"cancel": "キャンセル",
"submit": "送信",
"create": "作成",
"duplicate": "Duplicate",
"insert": "挿入",
"delete": "削除",
"update": "更新",
"rename": "リネーム",
"reload": "リロード",
"reset": "リセット",
"install": "インストール",
"show": "表示",
"hide": "隠す",
"showAll": "すべて表示",
"hideAll": "すべて隠す",
"showMore": "もっと表示",
"showOptions": "オプションを表示",
"hideOptions": "オプションを隠す",
"showMenu": "メニューを表示",
"hideMenu": "メニューを隠す",
"addAll": "すべて追加",
"removeAll": "すべて削除",
"signUp": "サインアップ",
"signIn": "ログイン",
"signOut": "サインアウト",
"required": "必須",
"preferred": "推奨",
"mandatory": "必須",
"loading": "読込中...",
"title": "タイトル",
"upload": "アップロード",
"download": "ダウンロード",
"default": "デフォルト",
"more": "More",
"less": "Less",
"event": "イベント",
"condition": "条件",
"after": "後",
"before": "前",
"search": "検索",
"notification": "通知",
"reference": "リファレンス",
"function": "関数",
"confirm": "Confirm",
"generate": "Generate",
"copy": "Copy",
"misc": "Miscellaneous",
"lock": "Lock",
"unlock": "Unlock",
"credentials": "Credentials",
"help": "Help",
"questions": "Questions",
"reachOut": "Reach out here",
"betaNote": "This feature is currently in beta.",
"moreInfo": "More information can be found here",
"logs": "Logs",
"groupingField": "Grouping Field",
"insertAfter": "Insert After",
"insertBefore": "Insert Before",
"hideField": "Hide Field",
"sortAsc": "Sort Ascending",
"sortDesc": "Sort Descending"
},
"objects": {
"project": "プロジェクト",
"projects": "プロジェクト",
"table": "テーブル",
"tables": "テーブル",
"field": "フィールド",
"fields": "フィールド",
"column": "列",
"columns": "列",
"page": "ページ",
"pages": "ページ",
"record": "レコード",
"records": "レコード",
"webhook": "Webhook",
"webhooks": "Webhook",
"view": "ビュー",
"views": "ビュー",
"viewType": {
"grid": "グリッド",
"gallery": "ギャラリー",
"form": "フォーム",
"kanban": "カンバン",
"calendar": "カレンダー"
},
"user": "ユーザー",
"users": "ユーザー",
"role": "役割",
"roles": "役割",
"roleType": {
"owner": "所有者",
"creator": "作成者",
"editor": "編集者",
"commenter": "コメンター",
"viewer": "閲覧者",
"orgLevelCreator": "Organization Level Creator",
"orgLevelViewer": "Organization Level Viewer"
},
"sqlVIew": "SQL View"
},
"datatype": {
"ID": "ID",
"ForeignKey": "外部キー",
"SingleLineText": "テキスト",
"LongText": "文章",
"Attachment": "ファイルを添付",
"Checkbox": "チェックボックス",
"MultiSelect": "複数選択",
"SingleSelect": "単一選択",
"Collaborator": "コラボレーター",
"Date": "日",
"Year": "年",
"Time": "時間",
"PhoneNumber": "電話番号",
"Email": "Eメール",
"URL": "URL",
"Number": "数値",
"Decimal": "Decimal型",
"Currency": "通貨",
"Percent": "パーセント",
"Duration": "間隔",
"Rating": "レーティング",
"Formula": "方式",
"Rollup": "ロールアップ",
"Count": "カウント",
"Lookup": "ルックアップ",
"DateTime": "DateTime型",
"CreateTime": "作成時刻",
"LastModifiedTime": "最終更新日時",
"AutoNumber": "自動採番",
"Barcode": "バーコード",
"Button": "ボタン",
"Password": "パスワード",
"relationProperties": {
"noAction": "何もしない",
"cascade": "カスケード",
"restrict": "制約",
"setNull": "nullとする",
"setDefault": "デフォルトとする"
}
},
"filterOperation": {
"isEqual": "完全一致",
"isNotEqual": "完全不一致",
"isLike": "部分一致",
"isNot like": "部分不一致",
"isEmpty": "が空欄",
"isNotEmpty": "が空欄でない",
"isNull": "がnull",
"isNotNull": "がnullでない"
},
"title": {
"erdView": "ERDビュー",
"newProj": "新規プロジェクト",
"myProject": "マイプロジェクト",
"formTitle": "フォームタイトル",
"collabView": "コラボレーションビュー",
"lockedView": "ロックビュー",
"personalView": "パーソナルビュー",
"appStore": "アプリストア",
"teamAndAuth": "チームと認可",
"rolesUserMgmt": "ロールとユーザー管理",
"userMgmt": "ユーザー管理",
"apiTokenMgmt": "APIトークン管理",
"rolesMgmt": "ロール管理",
"projMeta": "プロジェクトのメタデータ",
"metaMgmt": "メタ管理",
"metadata": "メタデータ",
"exportImportMeta": "メタデータのエクスポート/インポート",
"uiACL": "UIアクセス制御",
"metaOperations": "メタデータ操作",
"audit": "監査",
"auditLogs": "監査ログ",
"sqlMigrations": "SQL移行",
"dbCredentials": "データベース認証情報",
"advancedParameters": "SSL高度なパラメータ",
"headCreateProject": "プロジェクトを作成 | NocoDB",
"headLogin": "ログイン | NocoDB",
"resetPassword": "パスワードをリセットする",
"teamAndSettings": "チームと設定",
"apiDocs": "API Docs",
"importFromAirtable": "Import From Airtable",
"generateToken": "Generate Token",
"APIsAndSupport": "APIとサポート",
"helpCenter": "Help center",
"swaggerDocumentation": "Swagger Documentation",
"quickImportFrom": "Quick Import From",
"quickImport": "Quick Import",
"advancedSettings": "Advanced Settings",
"codeSnippet": "Code Snippet",
"keyboardShortcut": "Keyboard Shortcuts"
},
"labels": {
"createdBy": "Created By",
"notifyVia": "次で通知する",
"projName": "プロジェクト名",
"tableName": "テーブルの名前",
"viewName": "ビューの名前",
"viewLink": "ビューのリンク",
"columnName": "列名",
"columnType": "列のデータ型",
"roleName": "ロール名",
"roleDescription": "ロールの説明",
"databaseType": "データベースでのデータ型",
"lengthValue": "長さ/値",
"dbType": "データベースのデータ型",
"sqliteFile": "SQLiteファイル",
"hostAddress": "ホストアドレス",
"port": "ポート番号",
"username": "ユーザー名",
"password": "パスワード",
"schemaName": "Schema name",
"database": "データベース",
"action": "アクション",
"actions": "アクション",
"operation": "操作",
"operationType": "操作タイプ",
"operationSubType": "操作サブタイプ",
"description": "説明",
"authentication": "認証",
"token": "トークン",
"where": "対象",
"cache": "キャッシュ",
"chat": "チャット",
"email": "Eメール",
"storage": "ストレージ",
"uiAcl": "UI-ACL",
"models": "モデル",
"syncState": "同期状態",
"created": "作成済",
"sqlOutput": "SQL出力",
"addOption": "オプションを追加",
"qrCodeValueColumn": "Column with QR code value",
"qrCodeValueTooLong": "Too many characters for a QR code",
"aggregateFunction": "集約関数",
"dbCreateIfNotExists": "データベース:存在しない場合は作成",
"clientKey": "クライアントキー",
"clientCert": "クライアント証明書",
"serverCA": "サーバーCA.",
"requriedCa": "必須 - CA",
"requriedIdentity": "必須 - IDENTITY",
"inflection": {
"tableName": "変更 - テーブル名",
"columnName": "変更 - 列名"
},
"community": {
"starUs1": "スター",
"starUs2": "を Github 上で押してください",
"bookDemo": "デモを予約",
"getAnswered": "あなたの質問に回答しましょう",
"joinDiscord": "Discord に参加",
"joinCommunity": "Join NocoDB Community",
"joinReddit": "/r/NocoDB に参加",
"followNocodb": "NocoDB をフォロー"
},
"docReference": "リファレンスドキュメント",
"selectUserRole": "ユーザーのロールを選択してください",
"childTable": "子テーブル",
"childColumn": "子カラム",
"onUpdate": "更新中",
"onDelete": "削除中",
"account": "アカウント",
"language": "言語",
"primaryColor": "Primary Color",
"accentColor": "Accent Color",
"customTheme": "Custom Theme",
"requestDataSource": "Request a data source you need?",
"apiKey": "API Key",
"sharedBase": "Shared Base",
"importData": "Import Data",
"importSecondaryViews": "Import Secondary Views",
"importRollupColumns": "Import Rollup Columns",
"importLookupColumns": "Import Lookup Columns",
"importAttachmentColumns": "Import Attachment Columns",
"importFormulaColumns": "Import Formula Columns",
"noData": "No Data",
"goToDashboard": "Go to Dashboard",
"importing": "Importing",
"flattenNested": "Flatten Nested",
"downloadAllowed": "ダウンロードを許可",
"weAreHiring": "We are Hiring!",
"primaryKey": "Primary key",
"hasMany": "has many",
"belongsTo": "belongs to",
"manyToMany": "have many to many relation",
"extraConnectionParameters": "Extra connection parameters",
"commentsOnly": "Comments only",
"documentation": "Documentation",
"subscribeNewsletter": "Subscribe to our weekly newsletter",
"signUpWithGoogle": "Sign up with Google",
"signInWithGoogle": "Sign in with Google",
"agreeToTos": "By signing up, you agree to the Terms of Service",
"welcomeToNc": "Welcome to NocoDB!",
"inviteOnlySignup": "Allow signup only using invite url"
},
"activity": {
"createProject": "プロジェクトを作成",
"importProject": "プロジェクトをインポート",
"searchProject": "プロジェクトを検索",
"editProject": "プロジェクトを編集",
"stopProject": "プロジェクトを停止",
"startProject": "プロジェクトを開始",
"restartProject": "プロジェクトを再開",
"deleteProject": "プロジェクトを削除",
"refreshProject": "プロジェクトを更新",
"saveProject": "プロジェクトを保存",
"deleteKanbanStack": "スタックを削除しますか?",
"createProjectExtended": {
"extDB": "外部データベースに <br> 接続して作成",
"excel": "Excelからプロジェクトを作成",
"template": "テンプレートからプロジェクトを作成"
},
"OkSaveProject": "プロジェクトを保存",
"upgrade": {
"available": "アップグレード可能",
"releaseNote": "リリースノート",
"howTo": "アップグレード方法"
},
"translate": "翻訳に協力する",
"account": {
"authToken": "Auth Tokenをコピー",
"swagger": "Swagger: REST APIs",
"projInfo": "プロジェクト情報をコピー",
"themes": "テーマ"
},
"sort": "ソート",
"addSort": "ソートのオプションを追加",
"filter": "フィルター",
"addFilter": "フィルターを追加",
"share": "共有",
"shareBase": {
"disable": "テーブルの共有を無効にする",
"enable": "リンクを持つ人なら誰でも",
"link": "テーブルの共有リンク"
},
"invite": "招待",
"inviteMore": "さらに招待",
"inviteTeam": "チームへ招待",
"inviteUser": "Invite User",
"inviteToken": "招待用トークン",
"newUser": "ユーザーを作成",
"editUser": "ユーザーを編集",
"deleteUser": "プロジェクトからユーザーを削除",
"resendInvite": "招待用メールを再送信",
"copyInviteURL": "招待用 URL をコピー",
"copyPasswordResetURL": "Copy password reset URL",
"newRole": "新しいロール",
"reloadRoles": "ロールをリロード",
"nextPage": "次のページ",
"prevPage": "前のページ",
"nextRecord": "次のレコード",
"previousRecord": "前のレコード",
"copyApiURL": "API URL をコピー",
"createTable": "テーブルを作成",
"refreshTable": "テーブルを更新",
"renameTable": "テーブル名の変更",
"deleteTable": "テーブルを削除",
"addField": "新しいフィールドを追加",
"setPrimary": "プライマリ値として設定",
"addRow": "行を追加",
"saveRow": "行を保存",
"saveAndExit": "Save & Exit",
"saveAndStay": "Save & Stay",
"insertRow": "行を挿入",
"deleteRow": "行を削除",
"deleteSelectedRow": "選択行を削除",
"importExcel": "エクセルファイルをインポート",
"importCSV": "Import CSV",
"downloadCSV": "CSVをダウンロード",
"downloadExcel": "XLSXをダウンロード",
"uploadCSV": "CSVをアップロード",
"import": "インポート",
"importMetadata": "メタデータをインポート",
"exportMetadata": "メタデータをエクスポート",
"clearMetadata": "メタデータを消去",
"exportToFile": "ファイルにエクスポート",
"changePwd": "パスワードを変更",
"createView": "ビューを作成",
"shareView": "ビューを共有",
"listSharedView": "共有されているビューの一覧",
"ListView": "ビューの一覧",
"copyView": "ビューをコピー",
"renameView": "ビューの名前を変更",
"deleteView": "ビューを削除",
"createGrid": "グリッドビューを作成",
"createGallery": "ギャラリービューを作成",
"createCalendar": "カレンダービューを作成",
"createKanban": "カンバンビューを作成",
"createForm": "フォームビューを作成",
"showSystemFields": "システムフィールドを表示",
"copyUrl": "URLをコピー",
"openTab": "新しいタブで開く",
"iFrame": "埋め込み用 HTML をコピー",
"addWebhook": "WebHookを追加",
"newToken": "トークンを追加",
"exportZip": "zip ファイルをエクスポート",
"importZip": "zip ファイルをインポート",
"metaSync": "今すぐ同期",
"settings": "設定",
"previewAs": "次のロールとしてプレビュー",
"resetReview": "リセットプレビュー",
"testDbConn": "データベース接続をテスト",
"removeDbFromEnv": "環境からデータベースを削除",
"editConnJson": "コネクション JSON を編集",
"sponsorUs": "スポンサーになる",
"sendEmail": "メールを送信",
"addUserToProject": "Add user to project",
"getApiSnippet": "APIスニペットを取得",
"clearCell": "Clear cell",
"addFilterGroup": "フィルターグループを追加",
"linkRecord": "Link record",
"addNewRecord": "Add new record",
"useConnectionUrl": "Use Connection URL",
"toggleCommentsDraw": "Toggle comments draw",
"expandRecord": "Expand Record",
"deleteRecord": "Delete Record",
"erd": {
"showColumns": "Show Columns",
"showPkAndFk": "Show Primary and Foreign Keys",
"showSqlViews": "Show SQL Views",
"showMMTables": "Show Many to Many tables",
"showJunctionTableNames": "Show Junction Table Names"
},
"kanban": {
"collapseStack": "スタックを折りたたむ",
"deleteStack": "スタックを削除",
"stackedBy": "スタック",
"chooseGroupingField": "グループ化するフィールドを選択",
"addOrEditStack": "スタックの追加/編集"
}
},
"tooltip": {
"saveChanges": "変更を保存",
"xcDB": "プロジェクトを作成",
"extDB": "MySQL、PostgreSQL、SQL ServerSQLiteをサポートしています",
"apiRest": "REST APIを介してアクセスできる",
"apiGQL": "GraphQL APIを介してアクセスできる",
"theme": {
"dark": "ライトモードShift + Ctrl + B",
"light": "ダークモード (Shift + Ctrl + B"
},
"addTable": "テーブルを追加",
"inviteMore": "さらにユーザーを招待",
"toggleNavDraw": "ナビゲーション・ドロワーの表示切替",
"reloadApiToken": "APIトークンを再読み込み",
"generateNewApiToken": "新しいAPIトークンを生成",
"addRole": "新しいロールを追加",
"reloadList": "リストを再読み込み",
"metaSync": "メタデータを同期",
"sqlMigration": "マイグレーションを再読み込み",
"updateRestart": "更新&再起動",
"cancelReturn": "キャンセルして戻る",
"exportMetadata": "メタテーブルからメタディレクトリにすべてのメタデータをエクスポート",
"importMetadata": "メタディレクトリからメタテーブルへすべてのメタデータをインポート",
"clearMetadata": "メタテーブルからすべてのメタデータをクリア",
"clientKey": ".key ファイルを選択してください",
"clientCert": ".cert ファイルを選択してください",
"clientCA": "CA ファイルを選択してください"
},
"placeholder": {
"projName": "プロジェクト名を入力してください",
"password": {
"enter": "パスワードを入力してください",
"current": "現在のパスワード",
"new": "新しいパスワード",
"save": "パスワードを保存",
"confirm": "もう一度新しいパスワードを入力してください"
},
"searchProjectTree": "テーブルを検索",
"searchFields": "フィールドを検索",
"searchColumn": "{search} 列を検索",
"searchApps": "アプリを検索",
"searchModels": "モデルを検索",
"noItemsFound": "項目は見つかりませんでした",
"defaultValue": "デフォルト値",
"filterByEmail": "メールアドレスでフィルタ",
"filterQuery": "クエリを入力",
"selectField": "Select field"
},
"msg": {
"warning": {
"nonEditableFields": {
"computedFieldUnableToClear": "Warning: Computed field - unable to clear text",
"qrFieldsCannotBeDirectlyChanged": "Warning: QR fields cannot be directly changed."
}
},
"info": {
"pasteNotSupported": "Paste operation is not supported on the active cell",
"roles": {
"orgCreator": "Creator can create new projects and access any invited project.",
"orgViewer": "Viewer is not allowed to create new projects but they can access any invited project."
},
"footerInfo": "1ページあたりの行数",
"upload": "アップロードするファイルを選択してください",
"upload_sub": "またはファイルをドラッグ & ドロップ",
"excelSupport": "サポートしているファイル形式:.xls、.xlsx、.xlsm、.ods、.ots",
"excelURL": "ExcelファイルのURLを入力してください",
"csvURL": "CSVファイルのURLを入力してください",
"footMsg": "# データ型を推測するために解析する行数",
"excelImport": "シートはインポート可能です",
"exportMetadata": "メタテーブルからメタデータをエクスポートしますか?",
"importMetadata": "メタテーブルからメタデータをインポートしますか?",
"clearMetadata": "メタテーブルからメタデータを消去しますか?",
"projectEmptyMessage": "まずはじめに新しいプロジェクトを作成しましょう",
"stopProject": "プロジェクトを停止しますか?",
"startProject": "プロジェクトを開始しますか?",
"restartProject": "プロジェクトを再開しますか?",
"deleteProject": "プロジェクトを削除しますか?",
"shareBasePrivate": "一般公開可能な読み取り専用データベースを生成",
"shareBasePublic": "このリンクを知っている人はインターネット上の誰でも閲覧できます",
"userInviteNoSMTP": "メール設定が完了していないため、招待メールを送信できません。上の招待リンクをコピーして、次の宛先へ送信してください",
"dragDropHide": "非表示にするフィールドをここにドラッグ&ドロップしてください",
"formInput": "フォーム入力ラベルを入力してください",
"formHelpText": "ヘルプテキストを追加してください",
"onlyCreator": "作成者だけが閲覧できます",
"formDesc": "フォームの説明を追加する",
"beforeEnablePwd": "パスワードでアクセスを制限",
"afterEnablePwd": "アクセスするにはパスワードが必要です",
"privateLink": "このビューはプライベートリンクを介して共有されています",
"privateLinkAdditionalInfo": "プライベートリンクを持つ人々は、このビューで表示されているセルのみを見ることができます",
"afterFormSubmitted": "フォーム送信後の操作",
"apiOptions": "プロジェクトへのアクセス: ",
"submitAnotherForm": "「他の回答を送信」ボタンを表示",
"showBlankForm": "5秒後に空白のフォームを表示",
"emailForm": "次のアドレスへメールを送る",
"showSysFields": "システムフィールドを表示",
"filterAutoApply": "自動適用",
"showMessage": "このメッセージを表示",
"viewNotShared": "共有されているビューはありません!",
"showAllViews": "このテーブルのすべての共有されているビューを表示する",
"collabView": "編集権限を持つコラボレータは、ビュー構成を変更できます。",
"lockedView": "ロック解除されるまで誰もビューの設定を変更できません。",
"personalView": "あなただけがビューの設定を編集できます。他の共同編集者のパーソナルビューはデフォルトで隠されています。",
"ownerDesc": "作成者を追加/削除できます。データベースの構造とフィールドを全て変更できます",
"creatorDesc": "データベースの構造と値を全て変更できます",
"editorDesc": "レコードを編集できますが、データベース/フィールドの構造を変更することはできません。",
"commenterDesc": "レコードを表示およびコメントすることはできますが、一切の編集操作が行えません",
"viewerDesc": "レコードを見ることができますが、一切の編集操作が行えません",
"addUser": "新しいユーザーを追加",
"staticRoleInfo": "システム定義のロールを編集できません",
"exportZip": "プロジェクトメタデータzipファイルをエクスポート",
"importZip": "プロジェクトメタデータzipファイルをインポートして再起動",
"importText": "メタデータzipファイルをアップロードしてNocoDBプロジェクトをインポート",
"metaNoChange": "変更はありません",
"sqlMigration": "スキーママーグレーションは自動的に作成されます。テーブルを作成してこのページを更新します。",
"dbConnectionStatus": "環境検証",
"dbConnected": "接続が成功しました",
"notifications": {
"no_new": "新しい通知はありません",
"clear": "クリア"
},
"sponsor": {
"header": "私達を支援してください!",
"message": "私たちはNocoDBのオープンソースを作るためにフルタイムで働いている小さなチームです。 私たちは、 NocoDB のようなツールはインターネット上のすべての問題解決に取り組む人々が利用できるべきだと信じています。"
},
"loginMsg": "NocoDBにログインする",
"passwordRecovery": {
"message_1": "サインアップしたときに使用したメールアドレスを入力してください。",
"message_2": "パスワードをリセットするためのリンク付きの電子メールを送信する。",
"success": "パスワードをリセットするには、Eメールを確認してください"
},
"signUp": {
"superAdmin": "あなたは「特権管理者」になります",
"alreadyHaveAccount": "すでにアカウントをお持ちですか?",
"workEmail": "あなたの仕事用メールアドレスを入力してください",
"enterPassword": "パスワードを入力してください",
"forgotPassword": "パスワードをお忘れですか?",
"dontHaveAccount": "アカウントを持っていませんか?"
},
"addView": {
"grid": "グリッドビューを追加",
"gallery": "ギャラリービューを追加",
"form": "フォームビューを追加",
"kanban": "カンバンビューを追加",
"calendar": "カレンダービューを追加"
},
"tablesMetadataInSync": "テーブルメタデータは同期されています",
"addMultipleUsers": "カンマ(,区切りで入力すると複数のEメールを追加できます",
"enterTableName": "テーブル名を入力してください",
"addDefaultColumns": "デフォルトの列を追加",
"tableNameInDb": "データベースに保存されているテーブル名",
"airtable": {
"credentials": "Where to find this?"
},
"import": {
"clickOrDrag": "Click or drag file to this area to upload"
},
"metaDataRecreated": "Table metadata recreated successfully",
"invalidCredentials": "Invalid credentials",
"downloadingMoreFiles": "Downloading more files",
"copiedToClipboard": "Copied to clipboard",
"requriedFieldsCantBeMoved": "Required field can't be moved",
"updateNotAllowedWithoutPK": "Update not allowed for table which doesn't have primary key",
"autoIncFieldNotEditable": "Auto increment field is not editable",
"editingPKnotSupported": "Editing primary key not supported",
"deletedCache": "Deleted cache successfully",
"cacheEmpty": "Cache is empty",
"exportedCache": "Exported Cache Successfully",
"valueAlreadyInList": "This value is already in the list",
"noColumnsToUpdate": "No columns to update",
"tableDeleted": "Deleted table successfully",
"generatePublicShareableReadonlyBase": "Generate publicly shareable readonly base",
"deleteViewConfirmation": "Are you sure you want to delete this view?",
"deleteTableConfirmation": "Do you want to delete the table",
"showM2mTables": "Show M2M Tables",
"deleteKanbanStackConfirmation": "スタックを削除すると、`{stackToBeDeleted}`から選択肢`{groupingField}`も削除されます。レコードは未分類スタックに移動します。",
"computedFieldEditWarning": "Computed field: contents are read-only. Use column edit menu to reconfigure",
"computedFieldDeleteWarning": "Computed field: contents are read-only. Unable to clear content."
},
"error": {
"searchProject": "{search} の検索結果が見つかりませんでした",
"invalidChar": "フォルダパスに無効な文字が存在します",
"invalidDbCredentials": "データベースの認証情報が無効です",
"unableToConnectToDb": "データベースに接続できない場合は、データベースが起動していることを確認してください。",
"userDoesntHaveSufficientPermission": "ユーザーが存在しないか、スキーマを作成するのに十分な権限がありません。",
"dbConnectionStatus": "無効なデータベースパラメータ",
"dbConnectionFailed": "接続失敗:",
"signUpRules": {
"emailReqd": "メールアドレスが必要です",
"emailInvalid": "有効なメールアドレスを入力してください",
"passwdRequired": "パスワードが必要です",
"passwdLength": "パスワードは8文字以上にしてください",
"passwdMismatch": "パスワードが一致していません",
"completeRuleSet": "At least 8 characters with one Uppercase, one number and one special character",
"atLeast8Char": "At least 8 characters",
"atLeastOneUppercase": "One Uppercase letter",
"atLeastOneNumber": "One Number",
"atLeastOneSpecialChar": "One special character",
"allowedSpecialCharList": "Allowed special character list"
},
"invalidURL": "Invalid URL",
"internalError": "Some internal error occurred",
"templateGeneratorNotFound": "Template Generator cannot be found!",
"fileUploadFailed": "Failed to upload file",
"primaryColumnUpdateFailed": "Failed to update primary column",
"formDescriptionTooLong": "Data too long for Form Description",
"columnsRequired": "Following columns are required",
"selectAtleastOneColumn": "At least one column has to be selected",
"columnDescriptionNotFound": "Cannot find the destination column for",
"duplicateMappingFound": "Duplicate mapping found, please remove one of the mapping",
"nullValueViolatesNotNull": "Null value violates not-null constraint",
"sourceHasInvalidNumbers": "Source data contains some invalid numbers",
"sourceHasInvalidBoolean": "Source data contains some invalid boolean values",
"invalidForm": "Invalid Form",
"formValidationFailed": "Form validation failed",
"youHaveBeenSignedOut": "You have been signed out",
"failedToLoadList": "Failed to load list",
"failedToLoadChildrenList": "Failed to load children list",
"deleteFailed": "Delete failed",
"unlinkFailed": "Unlink failed",
"rowUpdateFailed": "行の更新に失敗",
"deleteRowFailed": "行の削除に失敗",
"setFormDataFailed": "Failed to set form data",
"formViewUpdateFailed": "Failed to update form view",
"tableNameRequired": "Table name is required",
"nameShouldStartWithAnAlphabetOr_": "Name should start with an alphabet or _",
"followingCharactersAreNotAllowed": "Following characters are not allowed",
"columnNameRequired": "Column name is required",
"projectNameExceeds50Characters": "Project name exceeds 50 characters",
"projectNameCannotStartWithSpace": "Project name cannot start with space",
"requiredField": "Required field",
"ipNotAllowed": "IP not allowed",
"targetFileIsNotAnAcceptedFileType": "Target file is not an accepted file type",
"theAcceptedFileTypeIsCsv": "The accepted file type is .csv",
"theAcceptedFileTypesAreXlsXlsxXlsmOdsOts": "The accepted file types are .xls, .xlsx, .xlsm, .ods, .ots",
"parameterKeyCannotBeEmpty": "Parameter key cannot be empty",
"duplicateParameterKeysAreNotAllowed": "Duplicate parameter keys are not allowed",
"fieldRequired": "{value} cannot be empty.",
"projectNotAccessible": "Project not accessible",
"copyToClipboardError": "Failed to copy to clipboard"
},
"toast": {
"exportMetadata": "プロジェクトメタデータは正常にエクスポートされました",
"importMetadata": "プロジェクトメタデータが正常にインポートされました",
"clearMetadata": "プロジェクトメタデータは正常に消去されました",
"stopProject": "プロジェクトは正常に停止しました",
"startProject": "プロジェクトは正常に開始しました",
"restartProject": "プロジェクトは正常に再開されました",
"deleteProject": "プロジェクトは正常に削除されました",
"authToken": "認証トークンがクリップボードにコピーされました",
"projInfo": "プロジェクト情報をクリップボードにコピーしました",
"inviteUrlCopy": "招待用 URL をクリップボードにコピーしました",
"createView": "正常に作成されたビュー",
"formEmailSMTP": "電子メール通知を有効にするために、App StoreでSMTPプラグインを有効にしてください。",
"collabView": "共同ビューに正常に切り替わりました",
"lockedView": "ロックビューに正常に切り替わりました",
"futureRelease": "近日公開!"
},
"success": {
"columnDuplicated": "Column duplicated successfully",
"updatedUIACL": "Updated UI ACL for tables successfully",
"pluginUninstalled": "Plugin uninstalled successfully",
"pluginSettingsSaved": "Plugin settings saved successfully",
"pluginTested": "Successfully tested plugin settings",
"tableRenamed": "Table renamed successfully",
"viewDeleted": "View deleted successfully",
"primaryColumnUpdated": "Successfully updated as primary column",
"tableDataExported": "Successfully exported all table data",
"updated": "Successfully updated",
"sharedViewDeleted": "Deleted shared view successfully",
"userDeleted": "User deleted successfully",
"viewRenamed": "View renamed successfully",
"tokenGenerated": "Token generated successfully",
"tokenDeleted": "Token deleted successfully",
"userAddedToProject": "Successfully added user to project",
"userAdded": "Successfully added user",
"userDeletedFromProject": "Successfully deleted user from project",
"inviteEmailSent": "Invite Email sent successfully",
"inviteURLCopied": "Invite URL copied to clipboard",
"passwordResetURLCopied": "Password reset URL copied to clipboard",
"shareableURLCopied": "Copied shareable base URL to clipboard!",
"embeddableHTMLCodeCopied": "Copied embeddable HTML code!",
"userDetailsUpdated": "Successfully updated the user details",
"tableDataImported": "Successfully imported table data",
"webhookUpdated": "Webhook details updated successfully",
"webhookDeleted": "Hook deleted successfully",
"webhookTested": "Webhook tested successfully",
"columnUpdated": "列が更新されました",
"columnCreated": "Column created",
"passwordChanged": "Password changed successfully. Please login again.",
"settingsSaved": "Settings saved successfully",
"roleUpdated": "Role updated successfully"
}
}
}