chore: i18n
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"action": {
|
||||
"add": "Add",
|
||||
"autoscroll": "自動スクロール",
|
||||
"cancel": "キャンセル",
|
||||
"choose_file": "ファイルを選択してください",
|
||||
@@ -10,6 +11,7 @@
|
||||
"connect": "接続",
|
||||
"connecting": "接続中",
|
||||
"copy": "コピー",
|
||||
"create": "Create",
|
||||
"delete": "消去",
|
||||
"disconnect": "切断",
|
||||
"dismiss": "閉じる",
|
||||
@@ -31,6 +33,7 @@
|
||||
"open_workspace": "ワークスペースを開く",
|
||||
"paste": "貼り付け",
|
||||
"prettify": "自動整形",
|
||||
"properties": "Properties",
|
||||
"remove": "削除",
|
||||
"rename": "Rename",
|
||||
"restore": "戻す",
|
||||
@@ -39,6 +42,7 @@
|
||||
"scroll_to_top": "上にスクロール",
|
||||
"search": "検索",
|
||||
"send": "送信",
|
||||
"share": "Share",
|
||||
"start": "はじめる",
|
||||
"starting": "開始中",
|
||||
"stop": "止める",
|
||||
@@ -57,7 +61,9 @@
|
||||
"app": {
|
||||
"chat_with_us": "チャットで問い合わせる",
|
||||
"contact_us": "お問い合わせ",
|
||||
"cookies": "Cookies",
|
||||
"copy": "コピー",
|
||||
"copy_interface_type": "Copy interface type",
|
||||
"copy_user_id": "User Auth Tokenをコピー",
|
||||
"developer_option": "開発者向けオプション",
|
||||
"developer_option_description": "Hoppscotchの開発に役立つ開発者向けツール",
|
||||
@@ -73,6 +79,7 @@
|
||||
"keyboard_shortcuts": "キーボードショートカット",
|
||||
"name": "Hoppscotch",
|
||||
"new_version_found": "新しいバージョンが見つかりました。再読み込みすると更新されます。",
|
||||
"open_in_hoppscotch": "Open in Hoppscotch",
|
||||
"options": "オプション",
|
||||
"proxy_privacy_policy": "プロキシのプライバシーポリシー",
|
||||
"reload": "更新",
|
||||
@@ -112,10 +119,27 @@
|
||||
},
|
||||
"authorization": {
|
||||
"generate_token": "トークンを生成",
|
||||
"graphql_headers": "Authorization Headers are sent as part of the payload to connection_init",
|
||||
"include_in_url": "URLに含める",
|
||||
"inherited_from": "Inherited from {auth} from Parent Collection {collection} ",
|
||||
"learn": "詳しく学ぶ",
|
||||
"oauth": {
|
||||
"redirect_auth_server_returned_error": "Auth Server returned an error state",
|
||||
"redirect_auth_token_request_failed": "Request to get the auth token failed",
|
||||
"redirect_auth_token_request_invalid_response": "Invalid Response from the Token Endpoint when requesting for an auth token",
|
||||
"redirect_invalid_state": "Invalid State value present in the redirect",
|
||||
"redirect_no_auth_code": "No Authorization Code present in the redirect",
|
||||
"redirect_no_client_id": "No Client ID defined",
|
||||
"redirect_no_client_secret": "No Client Secret Defined",
|
||||
"redirect_no_code_verifier": "No Code Verifier Defined",
|
||||
"redirect_no_token_endpoint": "No Token Endpoint Defined",
|
||||
"something_went_wrong_on_oauth_redirect": "Something went wrong during OAuth Redirect",
|
||||
"something_went_wrong_on_token_generation": "Something went wrong on token generation",
|
||||
"token_generation_oidc_discovery_failed": "Failure on token generation: OpenID Connect Discovery Failed"
|
||||
},
|
||||
"pass_key_by": "認証元: ",
|
||||
"password": "パスワード",
|
||||
"save_to_inherit": "Please save this request in any collection to inherit the authorization",
|
||||
"token": "トークン",
|
||||
"type": "認証タイプ",
|
||||
"username": "ユーザー名"
|
||||
@@ -124,6 +148,7 @@
|
||||
"created": "コレクションが作成されました",
|
||||
"different_parent": "Cannot reorder collection with different parent",
|
||||
"edit": "コレクションの編集",
|
||||
"import_or_create": "Import or create a collection",
|
||||
"invalid_name": "コレクション名を入力してください",
|
||||
"invalid_root_move": "Collection already in the root",
|
||||
"moved": "Moved Successfully",
|
||||
@@ -132,6 +157,8 @@
|
||||
"name_length_insufficient": "コレクション名は3文字以上である必要があります",
|
||||
"new": "新しいコレクション",
|
||||
"order_changed": "Collection Order Updated",
|
||||
"properties": "Collection Properties",
|
||||
"properties_updated": "Collection Properties Updated",
|
||||
"renamed": "コレクション名が変更されました",
|
||||
"request_in_use": "使用中のリクエスト",
|
||||
"save_as": "名前を付けて保存",
|
||||
@@ -151,6 +178,7 @@
|
||||
"remove_folder": "このフォルダを完全に削除してもよろしいですか?",
|
||||
"remove_history": "すべての履歴を完全に削除してもよろしいですか?",
|
||||
"remove_request": "このリクエストを完全に削除してもよろしいですか?",
|
||||
"remove_shared_request": "Are you sure you want to permanently delete this shared request?",
|
||||
"remove_team": "このチームを削除してもよろしいですか?",
|
||||
"remove_telemetry": "テレメトリをオプトアウトしてもよろしいですか?",
|
||||
"request_change": "現在のリクエストを削除してもよろしいですか?保存されていない変更は削除されます。",
|
||||
@@ -162,6 +190,24 @@
|
||||
"open_request_in_new_tab": "Open request in new tab",
|
||||
"set_environment_variable": "Set as variable"
|
||||
},
|
||||
"cookies": {
|
||||
"modal": {
|
||||
"cookie_expires": "Expires",
|
||||
"cookie_name": "Name",
|
||||
"cookie_path": "Path",
|
||||
"cookie_string": "Cookie string",
|
||||
"cookie_value": "Value",
|
||||
"empty_domain": "Domain is empty",
|
||||
"empty_domains": "Domain list is empty",
|
||||
"enter_cookie_string": "Enter cookie string",
|
||||
"interceptor_no_support": "Your currently selected interceptor does not support cookies. Select a different Interceptor and try again.",
|
||||
"managed_tab": "Managed",
|
||||
"new_domain_name": "New domain name",
|
||||
"no_cookies_in_domain": "No cookies set for this domain",
|
||||
"raw_tab": "Raw",
|
||||
"set": "Set a cookie"
|
||||
}
|
||||
},
|
||||
"count": {
|
||||
"header": "ヘッダー {count}",
|
||||
"message": "メッセージ {count}",
|
||||
@@ -192,11 +238,13 @@
|
||||
"profile": "ログインしてプロフィールを見る",
|
||||
"protocols": "プロトコルがありません",
|
||||
"schema": "GraphQLエンドポイントに接続する",
|
||||
"shortcodes": "ショートコードはありません",
|
||||
"shared_requests": "Shared requests are empty",
|
||||
"shared_requests_logout": "Login to view your shared requests or create a new one",
|
||||
"subscription": "サブスクリプションはありません",
|
||||
"team_name": "チーム名がありません",
|
||||
"teams": "チームに参加していません",
|
||||
"tests": "このリクエストのテストはありません"
|
||||
"tests": "このリクエストのテストはありません",
|
||||
"shortcodes": "ショートコードはありません"
|
||||
},
|
||||
"environment": {
|
||||
"add_to_global": "環境変数をGlobalに追加",
|
||||
@@ -209,6 +257,7 @@
|
||||
"empty_variables": "No variables",
|
||||
"global": "Global",
|
||||
"global_variables": "Global variables",
|
||||
"import_or_create": "Import or create a environment",
|
||||
"invalid_name": "環境変数名を入力してください",
|
||||
"list": "Environment variables",
|
||||
"my_environments": "個人の環境変数",
|
||||
@@ -232,8 +281,10 @@
|
||||
"variable_list": "環境変数リスト"
|
||||
},
|
||||
"error": {
|
||||
"authproviders_load_error": "Unable to load auth providers",
|
||||
"browser_support_sse": "このブラウザはServer-Sent Eventsをサポートしていないようです。",
|
||||
"check_console_details": "詳細については、コンソールログを確認してください。",
|
||||
"check_how_to_add_origin": "Check how you can add an origin",
|
||||
"curl_invalid_format": "cURLが正しくフォーマットされていません",
|
||||
"danger_zone": "危険",
|
||||
"delete_account": "あなたのアカウントは以下のチームのオーナーとなっています:",
|
||||
@@ -249,9 +300,12 @@
|
||||
"json_prettify_invalid_body": "ボディを整形できませんでした。JSONの構文エラーを解決して再試行してください。",
|
||||
"network_error": "ネットワークエラーが発生したようです。もう一度お試しください。",
|
||||
"network_fail": "リクエストを送信できませんでした",
|
||||
"no_collections_to_export": "No collections to export. Please create a collection to get started.",
|
||||
"no_duration": "期間なし",
|
||||
"no_environments_to_export": "No environments to export. Please create an environment to get started.",
|
||||
"no_results_found": "該当するものがありませんでした",
|
||||
"page_not_found": "このページは見つかりませんでした",
|
||||
"please_install_extension": "Please install the extension and add origin to the extension.",
|
||||
"proxy_error": "Proxy error",
|
||||
"script_fail": "リクエスト前のスクリプトを実行できませんでした",
|
||||
"something_went_wrong": "不明なエラーです",
|
||||
@@ -260,6 +314,7 @@
|
||||
"export": {
|
||||
"as_json": "JSONとしてエクスポート",
|
||||
"create_secret_gist": "Secret Gistを作成",
|
||||
"failed": "Something went wrong while exporting",
|
||||
"gist_created": "Gistが作成されました",
|
||||
"require_github": "GitHubにログインしてSecret Gistを作成",
|
||||
"title": "エクスポート"
|
||||
@@ -286,6 +341,9 @@
|
||||
"subscriptions": "サブスクリプション",
|
||||
"switch_connection": "Switch connection"
|
||||
},
|
||||
"graphql_collections": {
|
||||
"title": "GraphQL Collections"
|
||||
},
|
||||
"group": {
|
||||
"time": "時間",
|
||||
"url": "URL"
|
||||
@@ -297,6 +355,8 @@
|
||||
},
|
||||
"helpers": {
|
||||
"authorization": "リクエストを送信すると、認証ヘッダーが自動的に生成されます。",
|
||||
"collection_properties_authorization": " This authorization will be set for every request in this collection.",
|
||||
"collection_properties_header": "This header will be set for every request in this collection.",
|
||||
"generate_documentation_first": "最初にドキュメントを生成する",
|
||||
"network_fail": "APIエンドポイントに到達できません。ネットワーク接続を確認して再試行してください。",
|
||||
"offline": "オフラインになっているようです。このワークスペースのデータは最新でない可能性があります。",
|
||||
@@ -316,7 +376,10 @@
|
||||
"import": {
|
||||
"collections": "コレクションをインポート",
|
||||
"curl": "cURLをインポート",
|
||||
"environments_from_gist": "Import From Gist",
|
||||
"environments_from_gist_description": "Import Hoppscotch Environments From Gist",
|
||||
"failed": "インポートに失敗しました",
|
||||
"from_file": "Import from File",
|
||||
"from_gist": "Gistからインポート",
|
||||
"from_gist_description": "GistのURLからインポート",
|
||||
"from_insomnia": "Insomniaからインポート",
|
||||
@@ -331,11 +394,17 @@
|
||||
"from_postman_description": "Postmanのコレクションからインポート",
|
||||
"from_url": "URLからインポート",
|
||||
"gist_url": "GistのURLを入力してください",
|
||||
"gql_collections_from_gist_description": "Import GraphQL Collections From Gist",
|
||||
"hoppscotch_environment": "Hoppscotch Environment",
|
||||
"hoppscotch_environment_description": "Import Hoppscotch Environment JSON file",
|
||||
"import_from_url_invalid_fetch": "指定されたURLからデータを取得できませんでした",
|
||||
"import_from_url_invalid_file_format": "コレクションのインポート中にエラーが発生しました",
|
||||
"import_from_url_invalid_type": "サポートされていないタイプです。サポートされているのは 'hoppscotch', 'openapi', 'postman', 'insomnia' です。",
|
||||
"import_from_url_success": "コレクションがインポートされました",
|
||||
"insomnia_environment_description": "Import Insomnia Environment from a JSON/YAML file",
|
||||
"json_description": "Hoppscotchのコレクション (JSONファイル) からインポート",
|
||||
"postman_environment": "Postman Environment",
|
||||
"postman_environment_description": "Import Postman Environment from a JSON file",
|
||||
"title": "インポート"
|
||||
},
|
||||
"inspections": {
|
||||
@@ -373,8 +442,10 @@
|
||||
"close_unsaved_tab": "You have unsaved changes",
|
||||
"collections": "コレクション",
|
||||
"confirm": "確認",
|
||||
"customize_request": "Customize Request",
|
||||
"edit_request": "リクエストの編集",
|
||||
"import_export": "インポート・エクスポート"
|
||||
"import_export": "インポート・エクスポート",
|
||||
"share_request": "Share Request"
|
||||
},
|
||||
"mqtt": {
|
||||
"already_subscribed": "既にこのトピックにサブスクライブしています",
|
||||
@@ -449,13 +520,14 @@
|
||||
"structured": "構造化されたデータ",
|
||||
"text": "テキスト"
|
||||
},
|
||||
"copy_link": "リンクをコピー",
|
||||
"different_collection": "Cannot reorder requests from different collections",
|
||||
"duplicated": "Request duplicated",
|
||||
"duration": "間隔",
|
||||
"enter_curl": "cURLコマンドを入力してください",
|
||||
"generate_code": "コードを生成",
|
||||
"generated_code": "生成されたコード",
|
||||
"go_to_authorization_tab": "Go to Authorization tab",
|
||||
"go_to_body_tab": "Go to Body tab",
|
||||
"header_list": "ヘッダーリスト",
|
||||
"invalid_name": "リクエスト名を入力してください",
|
||||
"method": "メソッド",
|
||||
@@ -480,12 +552,14 @@
|
||||
"saved": "保存されたリクエスト",
|
||||
"share": "共有",
|
||||
"share_description": "Hoppscotchを友人に共有",
|
||||
"share_request": "Share Request",
|
||||
"stop": "Stop",
|
||||
"title": "リクエスト",
|
||||
"type": "リクエストの種類",
|
||||
"url": "URL",
|
||||
"variables": "変数",
|
||||
"view_my_links": "自分のリンクを見る"
|
||||
"view_my_links": "自分のリンクを見る",
|
||||
"copy_link": "リンクをコピー"
|
||||
},
|
||||
"response": {
|
||||
"audio": "Audio",
|
||||
@@ -513,6 +587,7 @@
|
||||
"account_description": "アカウント設定をカスタマイズ",
|
||||
"account_email_description": "プライマリメールアドレス",
|
||||
"account_name_description": "あなたの表示名",
|
||||
"additional": "Additional Settings",
|
||||
"background": "背景",
|
||||
"black_mode": "ブラック",
|
||||
"choose_language": "言語を選択",
|
||||
@@ -559,14 +634,31 @@
|
||||
"verified_email": "メールアドレスの認証済",
|
||||
"verify_email": "メールアドレスの認証"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "アクション",
|
||||
"created_on": "作成日",
|
||||
"deleted": "ショートコードを削除しました",
|
||||
"method": "メソッド",
|
||||
"not_found": "ショートコードが見つかりません",
|
||||
"short_code": "ショートコード",
|
||||
"url": "URL"
|
||||
"shared_requests": {
|
||||
"button": "Button",
|
||||
"button_info": "Create a 'Run in Hoppscotch' button for your website, blog or a README.",
|
||||
"copy_html": "Copy HTML",
|
||||
"copy_link": "Copy Link",
|
||||
"copy_markdown": "Copy Markdown",
|
||||
"creating_widget": "Creating widget",
|
||||
"customize": "Customize",
|
||||
"deleted": "Shared request deleted",
|
||||
"description": "Select a widget, you can change and customize this later",
|
||||
"embed": "Embed",
|
||||
"embed_info": "Add a mini 'Hoppscotch API Playground' to your website, blog or documentation.",
|
||||
"link": "Link",
|
||||
"link_info": "Create a shareable link to share with anyone on the internet with view access.",
|
||||
"modified": "Shared request modified",
|
||||
"not_found": "Shared request not found",
|
||||
"open_new_tab": "Open in new tab",
|
||||
"preview": "Preview",
|
||||
"run_in_hoppscotch": "Run in Hoppscotch",
|
||||
"theme": {
|
||||
"dark": "Dark",
|
||||
"light": "Light",
|
||||
"system": "System",
|
||||
"title": "Theme"
|
||||
}
|
||||
},
|
||||
"shortcut": {
|
||||
"general": {
|
||||
@@ -596,7 +688,6 @@
|
||||
"title": "Others"
|
||||
},
|
||||
"request": {
|
||||
"copy_request_link": "コピーリクエストリンク",
|
||||
"delete_method": "DELETEメソッドを選択",
|
||||
"get_method": "GETメソッドを選択",
|
||||
"head_method": "HEADメソッドを選択",
|
||||
@@ -611,8 +702,10 @@
|
||||
"save_request": "Save Request",
|
||||
"save_to_collections": "コレクションに保存",
|
||||
"send_request": "リクエストを送信",
|
||||
"share_request": "Share Request",
|
||||
"show_code": "Generate code snippet",
|
||||
"title": "リクエスト"
|
||||
"title": "リクエスト",
|
||||
"copy_request_link": "コピーリクエストリンク"
|
||||
},
|
||||
"response": {
|
||||
"copy": "レスポンスをクリップボードにコピー",
|
||||
@@ -735,6 +828,7 @@
|
||||
"connection_error": "Failed to connect",
|
||||
"connection_failed": "Connection failed",
|
||||
"connection_lost": "Connection lost",
|
||||
"copied_interface_to_clipboard": "Copied {language} interface type to clipboard",
|
||||
"copied_to_clipboard": "クリップボードにコピーしました",
|
||||
"deleted": "削除されました",
|
||||
"deprecated": "非推奨",
|
||||
@@ -742,10 +836,12 @@
|
||||
"disconnected": "切断されました",
|
||||
"disconnected_from": "{名前}から切断されました",
|
||||
"docs_generated": "生成されたドキュメント",
|
||||
"download_failed": "Download failed",
|
||||
"download_started": "ダウンロード開始",
|
||||
"enabled": "有効",
|
||||
"file_imported": "インポートされたファイル",
|
||||
"finished_in": "{duration} msで終了しました",
|
||||
"hide": "Hide",
|
||||
"history_deleted": "履歴が削除されました",
|
||||
"linewrap": "行の折り返し",
|
||||
"loading": "読み込んでいます...",
|
||||
@@ -756,6 +852,7 @@
|
||||
"published_error": "ピック: {topic} にメッセージ: {message} を送信する際に問題が発生しました",
|
||||
"published_message": "トピック: {topic} にメッセージ: {message} を送信しました",
|
||||
"reconnection_error": "再接続に失敗",
|
||||
"show": "Show",
|
||||
"subscribed_failed": "トピック: {topic} のサブスクライブに失敗",
|
||||
"subscribed_success": "トピック: {topic} のサブスクライブに成功",
|
||||
"unsubscribed_failed": "トピック: {topic} のサブスクライブ解除に失敗",
|
||||
@@ -791,6 +888,7 @@
|
||||
"queries": "クエリ",
|
||||
"query": "クエリ",
|
||||
"schema": "スキーマ",
|
||||
"shared_requests": "Shared Requests",
|
||||
"socketio": "Socket.IO",
|
||||
"sse": "SSE",
|
||||
"tests": "テスト",
|
||||
@@ -807,6 +905,7 @@
|
||||
"email_do_not_match": "メールアドレスがアカウント情報と一致しません。チームの管理者に連絡してください。",
|
||||
"exit": "チームから退出",
|
||||
"exit_disabled": "管理者はチームから退出できません",
|
||||
"failed_invites": "Failed invites",
|
||||
"invalid_coll_id": "Invalid collection ID",
|
||||
"invalid_email_format": "メールアドレスの形式が無効です",
|
||||
"invalid_id": "チームIDが無効です。チームの管理者に連絡してください。",
|
||||
@@ -848,6 +947,7 @@
|
||||
"same_target_destination": "Same target and destination",
|
||||
"saved": "チームが保存されました",
|
||||
"select_a_team": "チームを選択",
|
||||
"success_invites": "Success invites",
|
||||
"title": "チーム",
|
||||
"we_sent_invite_link": "招待者の皆様に、招待リンクを送信しました!",
|
||||
"we_sent_invite_link_description": "招待者全員に受信トレイを確認するよう依頼します。リンクをクリックすると、チームに参加できます。"
|
||||
@@ -879,5 +979,14 @@
|
||||
"personal": "My Workspace",
|
||||
"team": "Team Workspace",
|
||||
"title": "Workspaces"
|
||||
},
|
||||
"shortcodes": {
|
||||
"actions": "アクション",
|
||||
"created_on": "作成日",
|
||||
"deleted": "ショートコードを削除しました",
|
||||
"method": "メソッド",
|
||||
"not_found": "ショートコードが見つかりません",
|
||||
"short_code": "ショートコード",
|
||||
"url": "URL"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user