Files
kulakpos_web/lang/ja.json

2090 lines
106 KiB
JSON
Raw Normal View History

2026-03-15 17:08:23 +07:00
{
"auth.failed": "These credentials do not match our records.",
"auth.password": "The provided password is incorrect.",
"auth.throttle": "Too many login attempts. Please try again in :seconds seconds.",
"pagination.previous": "« Previous",
"pagination.next": "Next »",
"passwords.reset": "Your password has been reset!",
"passwords.sent": "We have emailed your password reset link!",
"passwords.throttled": "Please wait before retrying.",
"passwords.token": "This password reset token is invalid.",
"passwords.user": "We can't find a user with that email address.",
"validation.accepted": "The :attribute must be accepted.",
"validation.accepted_if": "The :attribute must be accepted when :other is :value.",
"validation.active_url": "The :attribute is not a valid URL.",
"validation.after": "The :attribute must be a date after :date.",
"validation.after_or_equal": "The :attribute must be a date after or equal to :date.",
"validation.alpha": "The :attribute must only contain letters.",
"validation.alpha_dash": "The :attribute must only contain letters, numbers, dashes and underscores.",
"validation.alpha_num": "The :attribute must only contain letters and numbers.",
"validation.array": "The :attribute must be an array.",
"validation.before": "The :attribute must be a date before :date.",
"validation.before_or_equal": "The :attribute must be a date before or equal to :date.",
"validation.between.array": "The :attribute must have between :min and :max items.",
"validation.between.file": "The :attribute must be between :min and :max kilobytes.",
"validation.between.numeric": "The :attribute must be between :min and :max.",
"validation.between.string": "The :attribute must be between :min and :max characters.",
"validation.boolean": "The :attribute field must be true or false.",
"validation.confirmed": "The :attribute confirmation does not match.",
"validation.current_password": "The password is incorrect.",
"validation.date": "The :attribute is not a valid date.",
"validation.date_equals": "The :attribute must be a date equal to :date.",
"validation.date_format": "The :attribute does not match the format :format.",
"validation.declined": "The :attribute must be declined.",
"validation.declined_if": "The :attribute must be declined when :other is :value.",
"validation.different": "The :attribute and :other must be different.",
"validation.digits": "The :attribute must be :digits digits.",
"validation.digits_between": "The :attribute must be between :min and :max digits.",
"validation.dimensions": "The :attribute has invalid image dimensions.",
"validation.distinct": "The :attribute field has a duplicate value.",
"validation.email": "The :attribute must be a valid email address.",
"validation.ends_with": "The :attribute must end with one of the following: :values.",
"validation.enum": "The selected :attribute is invalid.",
"validation.exists": "The selected :attribute is invalid.",
"validation.file": "The :attribute must be a file.",
"validation.filled": "The :attribute field must have a value.",
"validation.gt.array": "The :attribute must have more than :value items.",
"validation.gt.file": "The :attribute must be greater than :value kilobytes.",
"validation.gt.numeric": "The :attribute must be greater than :value.",
"validation.gt.string": "The :attribute must be greater than :value characters.",
"validation.gte.array": "The :attribute must have :value items or more.",
"validation.gte.file": "The :attribute must be greater than or equal to :value kilobytes.",
"validation.gte.numeric": "The :attribute must be greater than or equal to :value.",
"validation.gte.string": "The :attribute must be greater than or equal to :value characters.",
"validation.image": "The :attribute must be an image.",
"validation.in": "The selected :attribute is invalid.",
"validation.in_array": "The :attribute field does not exist in :other.",
"validation.integer": "The :attribute must be an integer.",
"validation.ip": "The :attribute must be a valid IP address.",
"validation.ipv4": "The :attribute must be a valid IPv4 address.",
"validation.ipv6": "The :attribute must be a valid IPv6 address.",
"validation.json": "The :attribute must be a valid JSON string.",
"validation.lt.array": "The :attribute must have less than :value items.",
"validation.lt.file": "The :attribute must be less than :value kilobytes.",
"validation.lt.numeric": "The :attribute must be less than :value.",
"validation.lt.string": "The :attribute must be less than :value characters.",
"validation.lte.array": "The :attribute must not have more than :value items.",
"validation.lte.file": "The :attribute must be less than or equal to :value kilobytes.",
"validation.lte.numeric": "The :attribute must be less than or equal to :value.",
"validation.lte.string": "The :attribute must be less than or equal to :value characters.",
"validation.mac_address": "The :attribute must be a valid MAC address.",
"validation.max.array": "The :attribute must not have more than :max items.",
"validation.max.file": "The :attribute must not be greater than :max kilobytes.",
"validation.max.numeric": "The :attribute must not be greater than :max.",
"validation.max.string": "The :attribute must not be greater than :max characters.",
"validation.mimes": "The :attribute must be a file of type: :values.",
"validation.mimetypes": "The :attribute must be a file of type: :values.",
"validation.min.array": "The :attribute must have at least :min items.",
"validation.min.file": "The :attribute must be at least :min kilobytes.",
"validation.min.numeric": "The :attribute must be at least :min.",
"validation.min.string": "The :attribute must be at least :min characters.",
"validation.multiple_of": "The :attribute must be a multiple of :value.",
"validation.not_in": "The selected :attribute is invalid.",
"validation.not_regex": "The :attribute format is invalid.",
"validation.numeric": "The :attribute must be a number.",
"validation.present": "The :attribute field must be present.",
"validation.prohibited": "The :attribute field is prohibited.",
"validation.prohibited_if": "The :attribute field is prohibited when :other is :value.",
"validation.prohibited_unless": "The :attribute field is prohibited unless :other is in :values.",
"validation.prohibits": "The :attribute field prohibits :other from being present.",
"validation.regex": "The :attribute format is invalid.",
"validation.required": "The :attribute field is required.",
"validation.required_array_keys": "The :attribute field must contain entries for: :values.",
"validation.required_if": "The :attribute field is required when :other is :value.",
"validation.required_unless": "The :attribute field is required unless :other is in :values.",
"validation.required_with": "The :attribute field is required when :values is present.",
"validation.required_with_all": "The :attribute field is required when :values are present.",
"validation.required_without": "The :attribute field is required when :values is not present.",
"validation.required_without_all": "The :attribute field is required when none of :values are present.",
"validation.same": "The :attribute and :other must match.",
"validation.size.array": "The :attribute must contain :size items.",
"validation.size.file": "The :attribute must be :size kilobytes.",
"validation.size.numeric": "The :attribute must be :size.",
"validation.size.string": "The :attribute must be :size characters.",
"validation.starts_with": "The :attribute must start with one of the following: :values.",
"validation.string": "The :attribute must be a string.",
"validation.timezone": "The :attribute must be a valid timezone.",
"validation.unique": "The :attribute has already been taken.",
"validation.uploaded": "The :attribute failed to upload.",
"validation.url": "The :attribute must be a valid URL.",
"validation.uuid": "The :attribute must be a valid UUID.",
"validation.custom.attribute-name.rule-name": "custom-message",
"Dashboard": "ダッシュボード",
"Advertising": "広告",
"Subscription Reports": "サブスクリプションレポート",
"Manage Business": "ビジネス管理",
"Categories": "カテゴリ",
"Business List": "ビジネスリスト",
"Manage Plans": "プラン管理",
"Create Plan": "プラン作成",
"Staff Management": "スタッフ管理",
"Create Staff": "スタッフ作成",
"Manage Staff": "スタッフ管理",
"Messages": "メッセージ",
"Manage Messages": "メッセージ管理",
"CMS Manage": "CMS管理",
"Manage Pages": "ページ管理",
"Manage FAQs": "FAQ管理",
"Terms & Conditions": "利用規約",
"Privacy & Policy": "プライバシーポリシー",
"Testimonials": "お客様の声",
"Features": "特徴",
"Interface": "インターフェース",
"Manage Blogs": "ブログ管理",
"Newsletters": "ニュースレター",
"Roles & Permissions": "役割と権限",
"Roles": "役割",
"Permissions": "権限",
"Settings": "設定",
"Currencies": "通貨",
"Notifications": "通知",
"SMS Settings": "SMS設定",
"Payment Gateway": "支払いゲートウェイ",
"System Settings": "システム設定",
"General Settings": "一般設定",
"Banner": "バナー",
"Add New Banner": "新しいバナーを追加",
"Banner List": "バナーリスト",
"Status": "ステータス",
"Image": "画像",
"Active": "アクティブ",
"Cancel": "キャンセル",
"Save": "保存",
"Edit Banner": "バナーを編集",
"Advertising List": "広告リスト",
"Create Banner": "バナーを作成",
"SL": "シリアル番号",
"Create Advertising": "広告を作成",
"Reset": "リセット",
"Edit Advertising": "広告を編集",
"Edit": "編集",
"Delete": "削除",
"Shop": "ショップ",
"Add new Package": "新しいパッケージを追加",
"Shop List": "ショップリスト",
"Subscription Plan": "サブスクリプションプラン",
"Select Plan Category": "プランカテゴリを選択",
"Package Name": "パッケージ名",
"Enter Package Name": "パッケージ名を入力",
"Business Category": "ビジネスカテゴリ",
"Select Business Category": "ビジネスカテゴリを選択",
"Duration in Days": "日数",
"Enter number": "数を入力",
"Offer Price": "オファー価格",
"Enter Plan Price": "プラン価格を入力",
"Subscription Price": "サブスクリプション価格",
"Enter Subscription Price": "サブスクリプション価格を入力",
"View": "表示",
"Upgrade Plan": "プランをアップグレード",
"Edit Shop": "ショップを編集",
"Select Category": "カテゴリを選択",
"Shop/Business Name": "ショップ/ビジネス名",
"Enter Shop/Business Name": "ショップ/ビジネス名を入力",
"Package": "パッケージ",
"Select a package": "パッケージを選択",
"Name": "名前",
"Enter Name": "名前を入力",
"Role": "役割",
"Select a role": "役割を選択",
"Email": "メールアドレス",
"Enter Email": "メールアドレスを入力",
"Phone": "電話番号",
"Enter Phone Number": "電話番号を入力",
"Password": "パスワード",
"Enter Password": "パスワードを入力",
"Confirm password": "パスワードを確認",
"Enter Confirm password": "パスワードを確認してください",
"Address": "住所",
"Enter Address": "住所を入力",
"Select Country": "国を選択",
"Select a Country": "国を選択",
"Balance": "残高",
"Enter Balance": "残高を入力",
"Search...": "検索...",
"Business Name": "ビジネス名",
"Last Enroll": "最終登録",
"Expired Date": "有効期限",
"Action": "アクション",
"Select A Plan": "プランを選択",
"Select One": "選択してください",
"Price": "価格",
"Enter plan price or select a plan": "プランの価格を入力またはプランを選択してください",
"Payment Gateways": "支払いゲートウェイ",
"Select A payment gateway": "支払いゲートウェイを選択",
"Notes": "ノート",
"Enter notes": "ノートを入力",
"Business View": "ビジネス表示",
"Created date": "作成日",
"Category": "カテゴリ",
"Add new Category": "新しいカテゴリを追加",
"View List": "リストを表示",
"Buisness Name": "ビジネス名",
"Enter Description": "説明を入力",
"Description": "説明",
"Edit Business Category": "ビジネスカテゴリを編集",
"Enter Buisness Description": "ビジネスの説明を入力",
"Business Categories List": "ビジネスカテゴリリスト",
"Add New": "新規追加",
"Reports": "レポート",
"All": "すべて",
"Active User": "アクティブユーザー",
"Deactive User": "非アクティブユーザー",
"Date": "日付",
"SL.": "連番",
"Invoice": "請求書",
"Customer Name": "顧客名",
"Amount": "金額",
"View Report": "レポートを表示",
"Download Report": "レポートをダウンロード",
"User View": "ユーザー表示",
"Shop Name": "ショップ名",
"Country": "国",
"Reason": "理由",
"Are You Sure?": "本当によろしいですか?",
"You won't be able to revert this!": "この操作は元に戻せません!",
"Yes, Delete It!": "はい、削除します!",
"Add Currency": "通貨を追加",
"Code": "コード",
"Symbol": "記号",
"Position": "位置",
"Inactive": "非アクティブ",
"Make Default": "デフォルトにする",
"Edit Currency": "通貨を編集",
"Currency": "通貨",
"Total Businesses": "全ビジネス数",
"Total Expired Businesses": "全期限切れビジネス数",
"Total Plan Subscribes": "全プラン購読数",
"Total Business Categories": "全ビジネスカテゴリ数",
"Total Plans": "全プラン数",
"Total Staffs": "全スタッフ数",
"Finance Overview": "財務概要",
"Gateway Settings": "ゲートウェイ設定",
"Payment Gateway Settings": "支払いゲートウェイ設定",
"GATEWAY IMAGE": "ゲートウェイ画像",
"GATEWAY NAME": "ゲートウェイ名",
"Gateway Charge": "ゲートウェイ料金",
"Gateway Currency": "ゲートウェイ通貨",
"Gateway Mode": "ゲートウェイモード",
"Is Manual": "手動ですか?",
"Yes": "はい",
"No": "いいえ",
"Label": "ラベル",
"Enter label name": "ラベル名を入力",
"Select Required/Optionl": "必須/オプションを選択",
"Required": "必須",
"Optional": "オプション",
"Add new row": "新しい行を追加",
"INSTRUCTIONS": "指示",
"Enter payment instructions here": "ここに支払いの指示を入力",
"Messages List": "メッセージリスト",
"Search": "検索",
"Company Name": "会社名",
"Message": "メッセージ",
"Notifications List": "通知リスト",
"Today": "今日",
"Last 7 Days": "過去7日間",
"Last 15 Days": "過去15日間",
"Last Month": "先月",
"Last Year": "昨年",
"Created At": "作成日時",
"Read At": "読了日時",
"Add New Payment Type": "新しい支払いタイプを追加",
"Enter Payment Type": "支払いタイプを入力",
"Edit Payment Type": "支払いタイプを編集",
"Payment Type": "支払いタイプ",
"Add Payment Type": "支払いタイプを追加",
"Per Page- 10": "ページあたり- 10",
"Per Page- 25": "ページあたり- 25",
"Per Page- 50": "ページあたり- 50",
"Per Page- 100": "ページあたり- 100",
"Assigned Role": "割り当てられた役割",
"Assign Role To User": "ユーザーに役割を割り当てる",
"Select User": "ユーザーを選択",
"User": "ユーザー",
"Select Role": "役割を選択",
"Add Subscription Plan": "サブスクリプションプランを追加",
"Package List": "パッケージリスト",
"Add New Features": "新しい機能を追加",
"Enter features": "機能を入力",
"Edit Subscription Plan": "サブスクリプションプランを編集",
"Edit Package": "パッケージを編集",
"Enter Duration Days": "日数を入力",
"Deactive": "非アクティブ",
"Create Plans": "プランを作成",
"User Profile": "ユーザープロファイル",
"Registration Date": "登録日",
"Enter Your Name": "名前を入力",
"Enter Your Email": "メールアドレスを入力",
"Profile Picture": "プロフィール画像",
"Current Password": "現在のパスワード",
"Enter Your Current Password": "現在のパスワードを入力",
"New Password": "新しいパスワード",
"Enter New Password": "新しいパスワードを入力",
"Save Changes": "変更を保存",
"Add New Role": "新しい役割を追加",
"Set role permissions": "役割の権限を設定",
"Role Name": "役割名",
"Enter role name": "役割名を入力",
"Role Permissions": "役割の権限",
"Setup role permissions": "役割の権限を設定",
"Select All": "すべて選択",
"Roles List": "役割リスト",
"Add role, if it does not exist": "存在しない場合は役割を追加",
"Edit Role": "役割を編集",
"Privacy & Policy Settings": "プライバシー&ポリシー設定",
"Update": "更新",
"Term & Condition Settings": "利用規約設定",
"Title": "タイトル",
"Enter Title": "タイトルを入力",
"Copy Right": "著作権",
"Admin Footer Text": "管理者フッターテキスト",
"Enter Text": "テキストを入力",
"Admin Footer Link Text": "管理者フッターリンクテキスト",
"Admin Footer Link": "管理者フッターリンク",
"Enter Link": "リンクを入力",
"Main Header Logo": "メインヘッダーロゴ",
"Common Header Logo": "共通ヘッダーロゴ",
"Footer Logo": "フッターロゴ",
"Admin Logo": "管理者ロゴ",
"Favicon": "ファビコン",
"Don't Use Any Kind Of Space In The Input Fields": "入力フィールドにはスペースを使用しないでください",
"App": "アプリ",
"Drivers": "ドライバー",
"Storage Settings": "ストレージ設定",
"Mail Configuration": "メール設定",
"Others": "その他",
"APP_NAME": "APP_NAME",
"APP_KEY": "APP_KEY",
"APP_DEBUG": "APP_DEBUG",
"APP_URL": "APP_URL",
"QUEUE_MAIL": "QUEUE_MAIL",
"MAIL_DRIVER_TYPE": "MAIL_DRIVER_TYPE",
"MAIL DRIVER": "メールドライバー",
"MAIL_HOST": "MAIL_HOST",
"MAIL_PORT": "MAIL_PORT",
"MAIL_USERNAME": "MAIL_USERNAME",
"MAIL_PASSWORD": "MAIL_PASSWORD",
"MAIL_ENCRYPTION": "MAIL_ENCRYPTION",
"MAIL_FROM_ADDRESS": "MAIL_FROM_ADDRESS",
"MAIL_FROM_NAME": "MAIL_FROM_NAME",
"QUEUE COMMAND Path": "QUEUE COMMAND パス",
"CACHE_DRIVER": "CACHE_DRIVER",
"Recommended": "推奨",
"QUEUE_CONNECTION": "QUEUE_CONNECTION",
"SESSION_DRIVER": "SESSION_DRIVER",
"SESSION_LIFETIME": "SESSION_LIFETIME",
"REDIS_PORT": "REDIS_PORT",
"REDIS_URL": "REDIS_URL",
"REDIS_PASSWORD": "REDIS_PASSWORD",
"AWS S3 Storage Bucket": "AWS S3ストレージバケット",
"Fill up this credentials if you want to use AWS S3 Storage Bucket": "AWS S3ストレージバケットを使用する場合は、これらの資格情報を入力してください",
"Wasabi Storage Bucket": "Wasabiストレージバケット",
"public (uploads folder)": "公開(アップロードフォルダ)",
"AWS_ACCESS_KEY_ID": "AWS_ACCESS_KEY_ID",
"AWS_SECRET_ACCESS_KEY": "AWS_SECRET_ACCESS_KEY",
"AWS_DEFAULT_REGION": "AWS_DEFAULT_REGION",
"AWS_BUCKET": "AWS_BUCKET",
"Fill up this credentials if you want to use Wasabi Storage Bucket": "Wasabiストレージバケットを使用する場合は、これらの資格情報を入力してください",
"WAS_ACCESS_KEY_ID": "WAS_ACCESS_KEY_ID",
"WAS_SECRET_ACCESS_KEY": "WAS_SECRET_ACCESS_KEY",
"WAS_DEFAULT_REGION": "WAS_DEFAULT_REGION",
"WAS_BUCKET": "WAS_BUCKET",
"WAS_ENDPOINT": "WAS_ENDPOINT",
"CACHE_LIFETIME": "CACHE_LIFETIME",
"Paid": "有料",
"Reject": "却下",
"Why are you reject It?": "なぜ却下するのですか?",
"Enter Reason": "理由を入力",
"Confirm": "確認",
"Subscriptions List": "サブスクリプションリスト",
"Started": "開始",
"End": "終了",
"Gateway Method": "ゲートウェイメソッド",
"Are you sure?": "本当によろしいですか?",
"Add New Testimonial": "新しいテスト証明を追加",
"Client Name": "クライアント名",
"Enter Client Name": "クライアント名を入力",
"Stars": "スター数",
"Works At": "勤務先",
"Client Image": "クライアント画像",
"Review": "レビュー",
"Enter text": "テキストを入力",
"Enter review message here": "ここにレビューメッセージを入力",
"Edit Testimonial": "テスト証明を編集",
"Testimonials List": "テスト証明リスト",
"Create New": "新規作成",
"Add New Staff": "新しいスタッフを追加",
"Full Name": "フルネーム",
"Enter Email Address": "メールアドレスを入力",
"Edit Staff": "スタッフを編集",
"Staff List": "スタッフリスト",
"User Email": "ユーザーのメールアドレス",
"User Role": "ユーザーの役割",
"Comments": "コメント",
"Comment List": "コメントリスト",
"Create Blog": "ブログを作成",
"Blog List": "ブログリスト",
"Select a status": "ステータスを選択",
"Tags": "タグ",
"Enter tags name": "タグ名を入力",
"SEO Meta Tags": "SEOメタタグ",
"Meta Title": "メタタイトル",
"Meta Description": "メタディスクリプション",
"Enter meta Description": "メタディスクリプションを入力",
"Comment": "コメント",
"Edit Blog": "ブログを編集",
"Blogs": "ブログ",
"Create Faqs": "FAQを作成",
"Add New FAQs": "新しいFAQを追加",
"Question": "質問",
"InActive": "非アクティブ",
"Answer": "回答",
"Enter question answer here": "ここに質問の回答を入力",
"Edit Faqs": "FAQを編集",
"FAQS List": "FAQSリスト",
"View Details": "詳細を表示",
"Create Feature": "機能を作成",
"Add New Feature": "新しい機能を追加",
"Backgroud Color": "背景色",
"Enter Color": "色を入力",
"Edit Feature": "機能を編集",
"Features List": "機能リスト",
"Create Interfaces": "インターフェースを作成",
"Add New Interface": "新しいインターフェースを追加",
"Edit Interface": "インターフェースを編集",
"Interfaces List": "インターフェースリスト",
"Newsletters List": "ニュースレターリスト",
"Page for Updating Website Sections": "ウェブサイトセクションの更新ページ",
"Slider Section": "スライダーセクション",
"Header Section": "ヘッダーセクション",
"Feature Section": "特徴セクション",
"Interface Section": "インターフェースセクション",
"Watch Section": "ウォッチセクション",
"Testimonial Section": "テスト証明セクション",
"Blog Section": "ブログセクション",
"About us Page": "会社概要ページ",
"Terms And Conditions": "利用規約",
"Privacy Page": "プライバシーページ",
"Contuct us Page": "お問い合わせページ",
"Pricing Section": "価格設定セクション",
"Footer Section": "フッターセクション",
"Social Medias": "ソーシャルメディア",
"Button One": "ボタン1",
"Button Text": "ボタンテキスト",
"Button One Link": "ボタン1のリンク",
"Button Two": "ボタン2",
"Button Two Link": "ボタン2のリンク",
"Scanner Text": "スキャナーテキスト",
"Scanner Image": "スキャナー画像",
"Slider Image": "スライダー画像",
"Header Button Text": "ヘッダーボタンテキスト",
"Header Button Link": "ヘッダーボタンリンク",
"Enter Header link": "ヘッダーリンクを入力",
"Section Title": "セクションタイトル",
"Enter Section Title": "セクションタイトルを入力",
"Interface Title": "インターフェースタイトル",
"Watch Title": "ウォッチタイトル",
"Button Link": "ボタンリンク",
"Watch Image": "ウォッチ画像",
"Blog Title": "ブログタイトル",
"Read More Button Text": "詳細を読むボタンテキスト",
"View All Button Text": "すべてを見るボタンテキスト",
"View All Link": "すべてを見るリンク",
"Testimonial Title": "テスト証明タイトル",
"Enter Short Title": "短いタイトルを入力",
"Long Title": "長いタイトル",
"About Image": "紹介画像",
"Description One": "説明1",
"Description Two": "説明2",
"Option": "オプション",
"Icon": "アイコン",
"Plan Button Url": "プランボタンのURL",
"Short Title": "短いタイトル",
"Right Footer Title": "右フッタータイトル",
"Middle Footer Title": "中央フッタータイトル",
"Apple App Link": "Appleアプリのリンク",
"Apple App": "Appleアプリ",
"Google Play Link": "Google Playのリンク",
"Google Play App": "Google Playアプリ",
"Right Footer": "右フッター",
"Link": "リンク",
"Middle Footer": "中央フッター",
"Left Footer": "左フッター",
"Footer Socials": "フッターソーシャル",
"Forgot Password": "パスワードを忘れた場合",
"Enter the email address associated with your account": "アカウントに関連付けられたメールアドレスを入力してください",
"Enter your Email": "メールアドレスを入力してください",
"Continue": "続行",
"Back to Login": "ログイン画面に戻る",
"Login": "ログイン",
"Welcome to": "ようこそ",
"Welcome back, Please login in to your account": "おかえりなさい、アカウントにログインしてください",
"Remember me": "私を覚えてますか",
"Forgot Password?": "パスワードをお忘れですか?",
"Super Admin": "スーパー管理者",
"Admin": "管理者",
"Manager": "マネージャー",
"Reset Password": "パスワードをリセット",
"Change Password": "パスワードを変更",
"Create new password, it must be Strong password.": "新しいパスワードを作成してください。強力なパスワードである必要があります。",
"Confirm Password": "パスワードを確認",
"You Have": "通知が",
"new Notifications": "あります",
"Mark all Read": "すべてを既読にする",
"View all notifications": "すべての通知を見る",
"Clear cache": "キャッシュをクリア",
"My Profile": "マイプロフィール",
"Logout": "ログアウト",
"About Us": "会社概要",
"Home": "ホーム",
"Pricing": "価格設定",
"Pages": "ページ",
"Blog": "ブログ",
"Privacy Policy": "プライバシーポリシー",
"Contact Us": "お問い合わせ",
"You are having this email because you have requested for a password reset.": "このメールは、パスワードのリセットをリクエストしたためにお送りしています。",
"Your verification code is:": "確認コードは次の通りです:",
"This password reset code will expire in 60 minutes.": "このパスワードリセットコードは60分後に期限切れになります。",
"If you did not request a password reset, no further action is required.": "パスワードのリセットをリクエストしていない場合は、何もする必要はありません。",
"Regards": "敬具",
"All right reserved": "すべての権利を保有します",
"Hi": "こんにちは",
"Dear": "親愛なる",
"Your OTP code is": "あなたのOTPコードは",
"Please do not share this PIN with anyone": "このPINコードを他の人と共有しないでください",
"Best Regards": "よろしくお願いします",
"Gateway Name": "ゲートウェイ名",
"Subscription Name": "サブスクリプション名",
"Payable Amount": "支払い金額",
"Phone Number": "電話番号",
"Enter your phone number": "電話番号を入力してください",
"Pay Now": "今すぐ支払う",
"Next": "次へ",
"Previous": "前へ",
"Free": "無料",
"Features Of Free Plan": "無料プランの特長",
"Choose Plan": "プランを選択",
"Blog Details": "ブログの詳細",
"Leave a Comment Here": "ここにコメントを残す",
"Your email address will not be published": "あなたのメールアドレスは公開されません",
"Enter your name": "お名前を入力してください",
"Enter your email": "メールアドレスを入力してください",
"Enter your comment": "コメントを入力してください",
"Recent Posts": "最近の投稿",
"Create a Free Account": "無料アカウントを作成",
"Enter full name": "フルネームを入力してください",
"Enter phone number": "電話番号を入力してください",
"Enter email address": "メールアドレスを入力してください",
"Company": "会社名",
"Enter company name": "会社名を入力してください",
"Enter your message": "メッセージを入力してください",
"Pricing Plan": "料金プラン",
"Subscription Plans": "サブスクリプションプラン",
"Plan List": "プランリスト",
"Work At": "勤務先",
"Show- 10": "表示- 十",
"Show- 25": "表示- 二十五",
"Show 50": "表示- 五十",
"Show 100": "表示- 百",
"Duration": "期間",
"Select": "選択",
"Currency List": "通貨リスト",
"Default": "デフォルト",
"Country Name": "国名",
"View Website": "ウェブサイトを見る",
"Contact Messages": "お問い合わせメッセージ",
"Total Shop": "総合ショップ",
"Expired Businesses": "期限切れのビジネス",
"Plan Subscribes": "プラン購読",
"Total Categories": "総カテゴリ数",
"Recent Register": "最近の登録",
"Date & Time": "日付と時刻",
"View All": "すべて表示",
"Add new Business": "新しいビジネスを追加",
"Enter Company Name": "会社名を入力",
"Edit Business": "ビジネスを編集",
"Create Business": "ビジネスを作成",
"Enter Buisness Name": "ビジネス名を入力",
"Note: Enter embedded video link": "注意:埋め込まれたビデオリンクを入力",
"Enter title": "タイトルを入力",
"Enter Code": "コードを入力",
"Enter Symbol": "シンボルを入力",
"Select a position": "位置を選択",
"left": "左",
"right": "右",
"TIMEZONE": "タイムゾーン",
"Note :": "注 :",
"If you are using MAIL QUEUE after Changing The Mail Settings You Need To Restart Your Supervisor From Your Server": "メール設定を変更した後にMAIL QUEUEを使用している場合は、サーバーからスーパーバイザーを再起動する必要があります。",
"QUEUE COMMAND Path :": "キューコマンドのパス :",
"QUEUE COMMAND :": "キューコマンド :",
"Storage Method": "ストレージ方法",
"Brand List": "ブランドリスト",
"Add new Brand": "新しいブランドを追加",
"items show": "アイテム表示",
"Brand Name": "ブランド名",
"Create Brand": "ブランド作成",
"Enter Brand Name": "ブランド名を入力",
"Edit Brand": "ブランドを編集",
"Add New Category": "新しいカテゴリーを追加",
"Enter Category Name": "カテゴリー名を入力",
"Select Variations": "バリエーションを選択",
"Capacity": "容量",
"Color": "色",
"Size": "サイズ",
"Type": "タイプ",
"Weight": "重さ",
"Edit Category": "カテゴリーを編集",
"Category List": "カテゴリーリスト",
"You want to delete everything!": "すべてを削除しますか!",
"Total Sales": "総売上",
"Total Purchase": "総購入",
"Total Income": "総収入",
"This Month": "今月",
"Total Expense": "総支出",
"Total Customer": "総顧客数",
"Total Supplier": "総供給者数",
"Sales Returns": "売上返品",
"Purchase Returns": "購入返品",
"Low Stock": "在庫不足",
"Alert Qty": "アラート数量",
"Profit": "利益",
"Loss": "損失",
"Purchase": "購入",
"Sales": "売上",
"Income": "収入",
"Expense": "支出",
"Recent Sales": "最近の売上",
"Recent Purchase": "最近の購入",
"Customer": "顧客",
"Total": "合計",
"Due": "未払い",
"Collect Due": "未払いを回収",
"Select Invoice": "請求書を選択",
"Select an Invoice": "請求書を選択",
"Total Amount": "合計金額",
"Paid Amount": "支払金額",
"Due Amount": "未払い金額",
"Select one": "一つ選択",
"Cash": "現金",
"Card": "カード",
"Check": "チェック",
"Mobile Pay": "モバイル決済",
"Due List": "未払いリスト",
"Mobile": "モバイル",
"Sale": "販売",
"Bill To": "請求先",
"Collected By": "回収者",
"Total Due": "未払い合計",
"Payment Amount": "支払金額",
"Remaining Due": "残りの未払い",
"Powered By": "提供元",
"Create Expense Catgeory": "支出カテゴリーを作成",
"Catgeory Name": "カテゴリー名",
"Enter catgeory Name": "カテゴリー名を入力",
"Edit Expense Category": "支出カテゴリーを編集",
"Expense Category List": "支出カテゴリーリスト",
"Add new": "新規追加",
"Category Name": "カテゴリー名",
"Create Expense": "支出作成",
"Enter Amount": "金額を入力",
"Select A Category": "カテゴリーを選択",
"Expense For": "支出対象",
"Enter Expense For": "支出対象を入力",
"Select a payment type": "支払い方法を選択",
"Bank": "銀行",
"Mobile Payment": "モバイル決済",
"Reference Number": "参照番号",
"Enter reference number": "参照番号を入力",
"Expense Date": "支出日",
"Note": "メモ",
"Enter note": "メモを入力",
"Edit Expense": "支出を編集",
"Expense List": "支出リスト",
"Expesne For": "支出対象",
"Create Income Catgeory": "収入カテゴリーを作成",
"Enter catgeory name": "カテゴリー名を入力",
"Edit Income Category": "収入カテゴリーを編集",
"Income Category List": "収入カテゴリーリスト",
"Create Income": "収入作成",
"Enter amount": "金額を入力",
"Enter income for": "収入対象を入力",
"Income Date": "収入日",
"Edit Income": "収入を編集",
"Income List": "収入リスト",
"Sale New": "新規販売",
"Sale List": "販売リスト",
"Sale Return": "販売返品",
"Purchases": "購入",
"Purchase New": "新規購入",
"Purchase List": "購入リスト",
"Purchase Return": "購入返品",
"Products": "製品",
"All Product": "すべての製品",
"Add Product": "製品を追加",
"Brand": "ブランド",
"Unit": "単位",
"Stock List": "在庫リスト",
"Customers": "顧客",
"All Customers": "すべての顧客",
"Add Customer": "顧客を追加",
"Suppliers": "供給者",
"All Suppliers": "すべての供給者",
"Add Supplier": "供給者を追加",
"Income Category": "収入カテゴリー",
"Expense Category": "支出カテゴリー",
"Subscriptions": "サブスクリプション",
"Profit & Loss List": "利益と損失リスト",
"All Income": "すべての収入",
"All Expense": "すべての支出",
"Current Stock": "現在の在庫",
"Customer Due": "顧客の未払い",
"Supplier Due": "供給者の未払い",
"Loss & Profit": "損失と利益",
"Loss/Profit": "損失/利益",
"Unpaid": "未払い",
"Loss Profit": "損失利益",
"Loss Profit List": "損失利益リスト",
"Product List": "製品リスト",
"Create Party": "取引先を作成",
"List": "リスト",
"Party Type": "取引先タイプ",
"Retailer": "小売業者",
"Dealer": "ディーラー",
"Wholesaler": "卸売業者",
"Supplier": "供給者",
"Enter Due": "未払いを入力",
"Edit Party": "取引先を編集",
"Edit ": "編集",
" List": "リスト",
"Parties List": "取引先リスト",
"Add new ": "新規追加",
"Create Product": "製品を作成",
"Add new Product": "新しい製品を追加",
"Product Name": "製品名",
"Enter Product Name": "製品名を入力",
"Product Category": "製品カテゴリー",
"Product Unit": "製品単位",
"Product Code": "製品コード",
"Enter Product Code": "製品コードを入力",
"Stock": "在庫",
"Enter stock qty": "在庫数量を入力",
"Purchase Price": "購入価格",
"Enter purchase price": "購入価格を入力",
"Sale Price": "販売価格",
"Enter sale price": "販売価格を入力",
"Wholesale Price": "卸売価格",
"Enter wholesale price": "卸売価格を入力",
"Dealer Price": "ディーラー価格",
"Enter dealer price": "ディーラー価格を入力",
"Manufacturer": "製造業者",
"Enter manufacturer name": "製造業者名を入力",
"Edit Product": "製品を編集",
"Product Brand": "製品ブランド",
"Purchase price": "購入価格",
"Sale price": "販売価格",
"Pos Sale": "POS販売",
"Invoice no": "請求書番号",
"Invoice No": "請求書番号",
"Items": "アイテム",
"Qty": "数量",
"Sub Total": "小計",
"Purchase return Amount ": "購入返品額",
"Confirm Return": "返品確認",
"Purchase Return List": "購入返品リスト",
"Return Date": "返品日",
"Return Amount": "返品額",
"Return Qty": "返品数量",
"Brand list": "ブランドリスト",
"0": "0",
"Quick Action": "クイックアクション",
"Today Purchase": "今日の購入",
"Calculator": "計算機",
"Select Supplier": "仕入先を選択",
"Receive Amount": "受取金額",
"Search product...": "製品を検索...",
"Due: ": "期日: ",
"Party Name": "取引先名",
"Discount": "割引",
"Payment": "支払い",
"INVOICE": "請求書",
"Sells By": "販売者",
"Quantity": "数量",
"Unit Price": "単価",
"Total Price": "合計金額",
"Item": "項目",
"Paid by": "支払い者",
"Subtotal": "小計",
"Customer Signature": "顧客の署名",
"Authorized Signature": "承認署名",
"Add Items": "項目を追加",
"Enter Quantity": "数量を入力",
"Enter Purchase Price": "購入価格を入力",
"Sales Price": "販売価格",
"Enter Sales Price": "販売価格を入力",
"WholeSale Price": "卸売価格",
"Enter WholeSale Price": "卸売価格を入力",
"Enter Dealer Price": "ディーラープライスを入力",
"Customer Due Reports": "顧客の未払報告",
"Customer Due List": "顧客の未払リスト",
"Expense Reports": "経費報告",
"Expense Report List": "経費報告リスト",
"Income For": "収入の対象",
"Income Reports": "収入報告",
"Income Report List": "収入報告リスト",
"Loss Profit Reports": "損益報告",
"From Date": "開始日",
"To Date": "終了日",
"Loss Profit Report List": "損益報告リスト",
"Discount Amount": "割引額",
"Sale Date": "販売日",
"Purchase Report List": "購入報告リスト",
"Purchase Reports": "購入報告",
"Purchase Return Report List": "購入返品報告リスト",
"Purchase Return Reports": "購入返品報告",
"Sales Report List": "販売報告リスト",
"Sale Reports": "販売報告",
"Sale Return Report": "販売返品報告",
"Sale Return Reports": "販売返品報告",
"Sale Return Report List": "販売返品報告リスト",
"Cost": "コスト",
"Stock Value": "在庫価値",
"Stock Report List": "在庫報告リスト",
"Stock Reports": "在庫報告",
"Total Quantity": "総数量",
"Total Stock Value": "総在庫価値",
"Supplier Due Reports": "仕入先の未払報告",
"Supplier Due List": "仕入先の未払リスト",
"Profile Edit": "プロフィール編集",
"Parties": "取引先",
"Sales List": "販売リスト",
"User Title": "ユーザー役職",
"Enter user title": "ユーザー役職を入力",
"Email Address": "メールアドレス",
"Edit User Role": "ユーザー役割編集",
"Add User Role": "ユーザー役割追加",
"Sale return Amount ": "販売返品額",
"Sales Return List": "販売返品リスト",
"Select Customer": "顧客を選択",
"Guest": "ゲスト",
"Enter Customer Phone Number": "顧客の電話番号を入力",
"Type note...": "メモを入力...",
"Sales Return": "販売返品",
"Purchases Return": "購入返品",
"Add Vat": "消費税を追加",
"Tax": "税金",
"Apply": "適用",
"Select a category": "カテゴリを選択",
"Company And Business Name": "会社名とビジネス名",
"Enter Phone": "電話番号を入力",
"Logo": "ロゴ",
"Invoice Logo": "請求書ロゴ",
"Purchase Plan": "購入計画",
"Days": "日数",
"Already Subscribed": "すでに登録済み",
"Buy Now": "今すぐ購入",
"Create Unit": "単位を作成",
"Unit Name": "単位名",
"Enter Unit Name": "単位名を入力",
"Unit List": "単位リスト",
"Add new Unit": "新しい単位を追加",
"Overall Reports": "全体報告",
"Revenue Statistic": "収益統計",
"Today Sales": "今日の売上",
"Change Amount": "お釣りの金額",
"Vat": "消費税",
"Save Product": "商品を保存",
"Product": "商品",
"Category created successfully": "カテゴリーが正常に作成されました",
"Category updated successfully": "カテゴリーが正常に更新されました",
"Category deleted successfully": "カテゴリーが正常に削除されました",
"Selected Category deleted successfully": "選択したカテゴリーが正常に削除されました",
"Something went wrong!": "何かがうまくいきませんでした!",
"Brand created successfully": "ブランドが正常に作成されました",
"Brand updated successfully": "ブランドが正常に更新されました",
"Brand deleted successfully": "ブランドが正常に削除されました",
"Selected Brands deleted successfully": "選択したブランドが正常に削除されました",
"Something went wrong.": "何かが間違っていました。",
"Default currency activated successfully": "デフォルト通貨が正常に有効化されました",
"Failed to set default currency. Please try again.": "デフォルト通貨の設定に失敗しました。もう一度試してください。",
"Collect Due saved successfully": "未収金が正常に保存されました",
"Expense Category saved successfully.": "経費カテゴリが正常に保存されました。",
"Expense Category updated successfully.": "経費カテゴリが正常に更新されました。",
"Expense Category deleted successfully": "経費カテゴリが正常に削除されました",
"Selected item deleted successfully.": "選択したアイテムが正常に削除されました。",
"Expense saved successfully.": "経費が正常に保存されました。",
"Expense updated successfully.": "経費が正常に更新されました。",
"Expense deleted successfully": "経費が正常に削除されました",
"Selected Items deleted successfully.": "選択したアイテムが正常に削除されました。",
"Income Category saved successfully.": "収入カテゴリが正常に保存されました。",
"Income Category updated successfully.": "収入カテゴリが正常に更新されました。",
"Income Category deleted successfully": "収入カテゴリが正常に削除されました",
"Income saved successfully.": "収入が正常に保存されました。",
"Income updated successfully.": "収入が正常に更新されました。",
"Income deleted successfully": "収入が正常に削除されました",
"Permission denied.": "権限が拒否されました。",
"Customer created successfully": "顧客が正常に作成されました",
"Supplier created successfully": "仕入先が正常に作成されました",
"Supplier deleted successfully": "仕入先が正常に削除されました",
"Customer deleted successfully": "顧客が正常に削除されました",
"Selected parties deleted successfully": "選択した取引先が正常に削除されました",
"Product saved successfully.": "商品が正常に保存されました。",
"Data saved successfully.": "データが正常に保存されました。",
"Product deleted successfully": "商品が正常に削除されました",
"Selected product deleted successfully": "選択した商品が正常に削除されました",
"Cart is empty. Add items first!": "カートは空です。先にアイテムを追加してください!",
"Purchase created successfully.": "購入が正常に作成されました。",
"Somethings went wrong!": "何かがうまくいきませんでした!",
"Purchase updated successfully.": "購入が正常に更新されました。",
"Selected purchases deleted successfully.": "選択した購入が正常に削除されました。",
"Sales created successfully.": "売上が正常に作成されました。",
"You cannot sale in due for a walking customer.": "ウォーキングカスタマーには売掛で販売できません。",
"Sales updated successfully.": "売上が正常に更新されました。",
"Sale deleted successfully.": "売上が正常に削除されました。",
"Selected sales deleted successfully.": "選択した売上が正常に削除されました。",
"Unit saved successfully": "単位が正常に保存されました",
"Unit updated successfully": "単位が正常に更新されました",
"Units deleted successfully": "単位が正常に削除されました",
"Unit deleted successfully": "単位が正常に削除されました",
"Quantity and price updated successfully": "数量と価格が正常に更新されました",
"Enter valid qty and price": "有効な数量と価格を入力してください",
"Item not found in the cart": "カートにアイテムが見つかりません",
"The cart does not contain this item": "カートにこのアイテムは含まれていません",
"Item removed from cart": "アイテムがカートから削除されました",
"All cart removed successfully!": "すべてのカートが正常に削除されました!",
"Current Password does not match with old password": "現在のパスワードが古いパスワードと一致しません",
"Profile updated successfully": "プロフィールが正常に更新されました",
"Purchase returned successfully.": "購入が正常に返却されました。",
"Business General Setting updated successfully": "ビジネスの一般設定が正常に更新されました",
"User role created successfully": "ユーザー役割が正常に作成されました",
"User role updated successfully": "ユーザー役割が正常に更新されました",
"User role deleted successfully": "ユーザー役割が正常に削除されました",
"You have no permission to access.": "アクセス権限がありません。",
"Sale returned successfully.": "売上が正常に返却されました。",
"New subscription order successfully.": "新しいサブスクリプション注文が正常に完了しました。",
"Branch": "支店",
"Warehouse": "倉庫",
"Overview": "概要",
"Branch List": "支店リスト",
"Role & permissions": "役割と権限",
"Warehouses List": "倉庫リスト",
"Stock Qty": "在庫数量",
"Create Warehouse": "倉庫を作成",
"Enter phone": "電話番号を入力",
"Enter email": "メールを入力",
"Enter address": "住所を入力",
"Enter name": "名前を入力",
"Edit Warehouse": "倉庫を編集",
"Select Branch": "支店を選択",
"Rack": "ラック",
"Shelf": "棚",
"Statement": "明細書",
"Expire Product": "有効期限切れ商品",
"Branch Wise Sales": "支店別販売",
"Branch Wise Purchases": "支店別購入",
"Employee Overview": "従業員概要",
"Staffs": "スタッフ",
"Add new Branch": "新しい支店を追加",
"Create Branch": "支店を作成",
"Opening Balance": "期首残高",
"Enter balance": "残高を入力",
"Enter description": "説明を入力",
"Edit Branch": "支店を編集",
"Example": "例",
"Acnoo": "アクノー",
"in this example": "この例では",
"Previously, you didnt have a branch section. So, when you create your first branch, another branch will be created automatically using your company/business name.": "以前は支店セクションがありませんでした。そのため、最初の支店を作成すると、会社/事業名を使用して別の支店が自動的に作成されます。",
"when you create your first branch, another branch will automatically be created with the name": "最初の支店を作成すると、その名前で別の支店が自動的に作成されます",
"If your company/business name is": "会社/事業名が",
"All your previous data will be assigned to the automatically created branch": "以前のすべてのデータは自動的に作成された支店に割り当てられます",
"You cannot delete the automatically created branch. This is because if a branch is deleted, it is removed from every section, making it impossible to filter branch data. Therefore, the automatically created branch cannot be deleted.": "自動的に作成された支店は削除できません。支店を削除すると、すべてのセクションから削除され、支店データをフィルタリングできなくなるためです。したがって、自動的に作成された支店は削除できません。",
"Role & Permission": "役割と権限",
"Add Role": "役割を追加",
"Selected role deleted successfully": "選択した役割が正常に削除されました",
"Branch saved successfully.": "支店が正常に保存されました。",
"Branch updated successfully.": "支店が正常に更新されました。",
"Selected branch deleted successfully": "選択した支店が正常に削除されました",
"Branch deleted successfully": "支店が正常に削除されました",
"Warehouse saved successfully.": "倉庫が正常に保存されました。",
"Warehouse updated successfully.": "倉庫が正常に更新されました。",
"Warehouse deleted successfully": "倉庫が正常に削除されました",
"Selected items deleted successfully.": "選択した項目が正常に削除されました。",
"My Domains": "マイドメイン",
"Domain List": "ドメインリスト",
"Domains": "ドメイン",
"Domain Name": "ドメイン名",
"Is Verified": "確認済みか",
"Has SSL": "SSLがあるか",
"Added on": "追加日",
"Add New Domain": "新しいドメインを追加",
"Domain Type": "ドメインタイプ",
"Addon Domain": "アドオンドメイン",
"Subdomain": "サブドメイン",
"Enter your domain name": "ドメイン名を入力",
"row selected": "行が選択されました",
"A new sub domain has been added.": "新しいサブドメインが追加されました。",
"A new domain has been added.": "新しいドメインが追加されました。",
"Domain deleted successfully": "ドメインが正常に削除されました",
"Domains deleted successfully": "ドメインが正常に削除されました",
"Domains List": "ドメインリスト",
"Get instruction": "指示を受ける",
"Accept": "承認する",
"Pending": "保留中",
"Why are you reject it?": "なぜこれを拒否するのですか?",
"Enter reason...": "理由を入力...",
"Submit": "送信",
"Instructions": "指示",
"cPanel Domain Setup Instructions": "cPanelドメイン設定手順",
"Login to your": "ログインしてください",
"cPanel": "cPanel",
"account": "アカウント",
"Go to": "移動",
"Domains → Addon Domains": "ドメイン → アドオンドメイン",
"Enter your new domain": "新しいドメインを入力",
"Leave the auto-generated subdirectory and FTP as default": "自動生成されたサブディレクトリとFTPをデフォルトのままにする",
"Click": "クリック",
"Add Domain": "ドメインを追加",
"Update your domains DNS to point to your cPanel nameservers": "ドメインのDNSを更新してcPanelネームサーバーを指すようにする",
"Tip": "ヒント",
"If you need SSL, go to": "SSLが必要な場合は次へ",
"SSL/TLS": "SSL/TLS",
"in cPanel and issue a certificate for your new domain (Lets Encrypt is free).": "cPanelで新しいドメインの証明書を発行しますLets Encryptは無料です。",
"Apache VPS Configuration": "Apache VPS構成",
"Apache Wildcard Domain Setup": "Apacheワイルドカードドメイン設定",
"Create a config file in": "構成ファイルを作成",
"How to Add a Domain in cPanel": "cPanelにドメインを追加する方法",
"Enable the site and reload Apache": "サイトを有効にしてApacheをリロード",
"Always test config before reload": "リロードする前に常に構成をテストする",
"Replace": "置換",
"with your actual domain": "実際のドメインに置き換える",
"Ensure correct file permissions (chown/chmod)": "正しいファイル権限を確認するchown/chmod",
"Use": "使用",
"Certbot": "Certbot",
"for free SSL": "無料のSSL用",
"Nginx VPS Configuration": "Nginx VPS構成",
"Nginx Wildcard Domain Setup": "Nginxワイルドカードドメイン設定",
"Enable the site and reload Nginx": "サイトを有効にしてNginxをリロード",
"Important": "重要",
"Ensure correct file permissions": "正しいファイル権限を確認する",
"Domain updated successfully": "ドメインが正常に更新されました",
"Domain": "ドメイン",
"Domain has been rejected successfully.": "ドメインが正常に拒否されました。",
"Domain has been approved successfully.": "ドメインが正常に承認されました。",
"Edit Domain": "ドメインを編集",
"Deleted by user": "ユーザーによって削除されました",
"Download Apk": "アプリをダウンロード",
"SMS Marketing": "SMSマーケティング",
"Party Reports": "パーティーレポート",
"HRM": "人事管理",
"Finance & Accounts": "財務・会計",
"Transfer": "転送",
"Expired": "期限切れ",
"Upgrade Now": "今すぐアップグレード",
"No Active Plan": "有効なプランがありません",
"Please subscribe to a plan": "プランにご加入ください",
"Invoice Wise Profit": "請求書別利益",
"Company / Business Name": "会社 / 事業名",
"Shop Opening Balance": "店舗開始残高",
"Shop Remaining Balance": "店舗残高",
"Plan Expire Date": "プラン有効期限",
"Enter Business Name": "事業名を入力",
"Enter your Name": "お名前を入力",
"POS": "販売時点情報管理",
"Inventory": "在庫",
"Shipping Charge": "配送手数料",
"Rounding(+/-)": "端数処理 (+/-)",
"Create Customer": "顧客を作成",
"Add Payment": "支払いを追加",
"Cheque": "小切手",
"Wallet": "ウォレット",
"Select Warehouse": "倉庫を選択",
"Batch": "バッチ",
"Scan / search by code or name": "コードまたは名前でスキャン / 検索",
"Show 20": "表示 - 20",
"Show 500": "表示 - 500",
"Yesterday": "昨日",
"Last 30 Days": "過去30日間",
"Current Month": "今月",
"Current Year": "今年",
"Custom Date": "カスタム日付",
"View Payment": "支払いを表示",
"Receipt No.": "領収書番号",
"Inventory Sales": "在庫販売",
"Flat": "固定",
"Percent (%)": "パーセント (%)",
"Select Product": "商品を選択",
"Guarantee": "保証",
"Warranty": "ワランティ",
"Remarks": "備考",
"Sales Invoice": "販売請求書",
"PDF": "PDF",
"Print": "印刷",
"Sales By": "販売者",
"Sub-Total": "小計",
"Net Payable": "正味支払額",
"invoice": "請求書",
"QTY": "数量",
"U.Price": "単価",
"Delivery charge": "配送料",
"Total Payable": "総支払額",
"Total Return": "総返品",
"Payable": "支払額",
"Return Product": "商品返品",
"Returned Item": "返品アイテム",
"Total Return Amount": "総返品額",
"Add Purchase": "購入を追加",
"Returns List": "返品リスト",
"Partial Paid": "部分支払い",
"Bulk Upload": "一括アップロード",
"Save & Published": "保存して公開",
"Product price, stock": "商品価格・在庫",
"Combo Products": "コンボ商品",
"Expired Products": "期限切れ商品",
"Print Labels": "ラベル印刷",
"Model": "モデル",
"Variation": "バリエーション",
"Racks": "ラック",
"Shelfs": "棚",
"Product Image": "商品画像",
"Expire Date": "有効期限",
"Barcode Generate": "バーコード生成",
"Available Stock": "在庫数",
"Qty / No of label": "数量 / ラベル数",
"Packing Date": "梱包日",
"Information to show in labels": "ラベルに表示する情報",
"Product Price": "商品価格",
"Print packing date": "梱包日印刷",
"Show Price": "価格表示",
"Barcode Type *": "バーコード種類 *",
"Barcode Print Paper Setting": "バーコード印刷用紙設定",
"Preview": "プレビュー",
"Download File": "ファイルをダウンロード",
"Field Name": "フィールド名",
"Add new Model": "新しいモデルを追加",
"Model List": "モデル一覧",
"Model Name": "モデル名",
"Create Model": "モデル作成",
"Variations List": "バリエーション一覧",
"Values": "値",
"Edit Variation": "バリエーション編集",
"Rack List": "ラック一覧",
"Add new rack": "新しいラックを追加",
"Shelf List": "棚一覧",
"Add shelf": "棚を追加",
"Edit shelf": "棚を編集",
"Transfer List": "移動リスト",
"From Branch": "支店から",
"To Branch": "支店へ",
"From Warehouse": "倉庫から",
"To Warehouse": "倉庫へ",
"Add New Transfer": "新しい移動を追加",
"Transfer Note": "移動メモ",
"All Stock": "全在庫",
"Party Credit Limit": "取引先クレジット限度",
"Billing Address": "請求先住所",
"City": "市",
"State": "州",
"Zip Code": "郵便番号",
"Shipping Address": "配送先住所",
"Supplier Name": "仕入先名",
"Vat List": "VAT一覧",
"Add New Vat": "新しいVATを追加",
"Tax Setting": "税設定",
"Add New Vat Group": "新しいVATグループを追加",
"Vat Group List": "VATグループ一覧",
"Vat Group Name": "VATグループ名",
"Select vats": "VATを選択",
"All List": "すべての一覧",
"Guest Due": "顧客未払",
"Retailer Due": "小売業者未払",
"Dealer Due": "ディーラー未払",
"Wholesaler Due": "卸売業者未払",
"Guest Due List": "顧客未払リスト",
"Invoice Number": "請求書番号",
"Bank Account": "銀行口座",
"Cash In Hand": "現金手持ち",
"Cheques": "小切手",
"Transactions": "取引",
"Day Book": "日誌",
"Cash Flow": "キャッシュフロー",
"Bill Wise Profit": "請求書別利益",
"Expenses": "経費",
"Bank Accounts": "銀行口座一覧",
"Deposit & Withdraws": "入金・出金",
"Add Bank": "銀行追加",
"Account Name": "口座名",
"Account Number": "口座番号",
"Bank Name": "銀行名",
"Branch Name": "支店名",
"Holder Name": "口座名義人",
"Add New Bank": "新しい銀行を追加",
"Account Display Name": "口座表示名",
"As of Date": "日付時点",
"Routing Number": "ルーティング番号",
"UPI ID for QR Code": "QRコード用UPI ID",
"Account Holder Name": "口座名義人名",
"Add more fields": "フィールドを追加",
"Print Bank details on invoices": "請求書に銀行情報を印刷",
"Bank to Bank Transfer": "銀行間振込",
"Bank to Cash Transfer": "銀行から現金への振込",
"Adjust Bank Balance": "銀行残高調整",
"Adjust Cash": "現金調整",
"Cash to Bank Transfer": "現金から銀行への振込",
"From": "から",
"To": "へ",
"Transfer Date": "移動日",
"Cheques List": "小切手一覧",
"Profit & Loss": "損益",
"Gross Profit": "総利益",
"Total Expenses": "総経費",
"Income Types": "収入種類",
"Expenses Types": "経費種類",
"Net Profit": "純利益",
"Money In": "入金",
"Money Out": "出金",
"Transaction List": "取引一覧",
"Reference": "参照",
"Transaction Type": "取引種類",
"Due Pay": "未払金支払",
"Due Collect": "未収金回収",
"All Party": "全取引先",
"Transaction By": "取引者",
"Total :": "合計 :",
"Cash In": "現金入金",
"Cash Out": "現金出金",
"Running Cash": "現金残高",
"Bill Wise Profit List": "請求書別利益リスト",
"Sales Amount": "売上額",
"Sale Amount": "売上額",
"Create Expense Category": "経費カテゴリ作成",
"Department": "部門",
"Designation": "役職",
"Shift": "シフト",
"Employee": "従業員",
"Leave Request": "休暇申請",
"Holiday": "休暇",
"Attendance": "出勤",
"Payroll": "給与明細",
"Department List": "部門一覧",
"Add Department": "部門追加",
"Create Department": "部門作成",
"Designation List": "役職一覧",
"Add Designation": "役職追加",
"Create Designation": "役職作成",
"Shift List": "シフト一覧",
"Add new Shift": "新しいシフトを追加",
"Start Time": "開始時間",
"End Time": "終了時間",
"Break Time": "休憩時間",
"Break Duration": "休憩時間の長さ",
"Create Shift": "シフト作成",
"Select Name": "名前を選択",
"Break Status": "休憩ステータス",
"Start Break Time": "休憩開始時間",
"End Break Time": "休憩終了時間",
"Employee List": "従業員リスト",
"Add new Employee": "新しい従業員を追加",
"shift": "シフト",
"Salary": "給与",
"Gender": "性別",
"Birth Date": "生年月日",
"Join Date": "入社日",
"Leave Type": "休暇種類",
"Leave": "休暇",
"Leave Type List": "休暇種類一覧",
"Add Leave Type": "休暇種類を追加",
"Create Leave Type": "休暇種類作成",
"Leave List": "休暇リスト",
"Add new Leave": "新しい休暇を追加",
"Month": "月",
"Start Date": "開始日",
"End Date": "終了日",
"Leave Duration": "休暇期間",
"Select employee": "従業員を選択",
"All month": "全ての月",
"Create Leave": "休暇作成",
"Holiday List": "休日リスト",
"Add new Holiday": "新しい休日を追加",
"Create Holiday": "休日作成",
"Tax Report": "税務レポート",
"Profit Loss": "損益",
"Due Transaction": "未払い取引",
"Subscription Report": "サブスクリプションレポート",
"Product Profit/Loss": "商品損益",
"Top 5 Customer": "上位5顧客",
"Top 5 Supplier": "上位5仕入先",
"Top 5 Product": "上位5商品",
"Combo Product": "コンボ商品",
"Discount Product": "割引商品",
"Product Wise Purchase": "商品別購入",
"Product Wise Sale": "商品別販売",
"Expired Product": "期限切れ商品",
"Customer Ledger": "顧客元帳",
"Supplier Ledger": "仕入先元帳",
"Party Loss/Profit": "取引先損益",
"SMS Template": "SMSテンプレート",
"Android Gateway": "Androidゲートウェイ",
"API Gateway": "APIゲートウェイ",
"Balance Sheet": "バランスシート",
"All Due": "全未払い",
"Attendance List": "出勤リスト",
"Add new Attendance": "新しい出勤を追加",
"Time In": "入室時間",
"Time Out": "退室時間",
"Payroll List": "給与リスト",
"Add new Payroll": "新しい給与を追加",
"Payment Year": "支払年",
"Receipt No": "領収書番号",
"date": "日付",
"Attendance Report": "出勤レポート",
"Payroll Report": "給与レポート",
"Slip No": "伝票番号",
"Leave Report": "休暇レポート",
"Total Sale": "総売上",
"Total Sale Return": "総売上返品",
"Total Purchase Return": "総仕入返品",
"Tax Report List": "税務レポート一覧",
"Payment Method": "支払方法",
"Loss/Profit Report Details": "損益レポート詳細",
"Opening Stock": "期首在庫",
"(By purchase price)": "(購入価格基準)",
"(By sale price)": "(販売価格基準)",
"Total purchase:": "総購入:",
"Total purchase shipping charge:": "総購入送料:",
"Total Sell discount:": "総販売割引:",
"Total Sell Return:": "総販売返品:",
"Closing stock": "期末在庫",
"Total Sales:": "総売上:",
"Total sell shipping charge:": "総販売送料:",
"Total Purchase Return:": "総仕入返品:",
"Total Purchase discount:": "総仕入割引:",
"Total sell round off:": "総販売端数調整:",
"Credit Limit": "クレジット限度",
"Due Collection Transactions": "未収取引",
"Pay Due Amount": "未払額支払",
"Top 5 Customers": "上位5顧客",
"Top 5 Suppliers": "上位5仕入先",
"Total Purchases": "総購入",
"Top 5 Products": "上位5商品",
"Cost Price": "原価",
"Sales price": "販売価格",
"Product Wise Discount": "商品別割引",
"Product Purchases": "商品購入",
"Purchase QTY": "購入数量",
"Product Sales": "商品販売",
"Sale QTY": "販売数量",
"Total Sale Due": "総売上未収",
"Total Purchase Due": "総仕入未払",
"Party Wise Loss & Profit": "取引先別損益",
"Gateway List": "ゲートウェイ一覧",
"Gateway ID.": "ゲートウェイID",
"Gateway Type": "ゲートウェイ種類",
"Device List": "デバイス一覧",
"Add Device": "デバイス追加",
"Device ID": "デバイスID",
"Device Version": "デバイスバージョン",
"App Version": "アプリバージョン",
"Total Messages": "メッセージ総数",
"Created Date": "作成日",
"All Settings": "全設定",
"General": "一般",
"Invoice Print": "請求書印刷",
"Currencies Settings": "通貨設定",
"SMS Gateway Settings": "SMSゲートウェイ設定",
"Languages Settings": "言語設定",
"Add, Edit, Update, Delete Languages.": "言語の追加・編集・更新・削除",
"Configure the fundamental information of the site.": "サイトの基本情報を設定",
"Control and configure overall notification systems": "通知システムを制御・設定",
"View and update currency settings": "通貨設定を表示・更新",
"Add new users, Provide role and Permission": "新しいユーザーを追加、役割と権限を付与",
"View and update gateway settings": "ゲートウェイ設定を表示・更新",
"VAT/GST Title": "VAT/GSTタイトル",
"VAT/GST Number": "VAT/GST番号",
"Sale Rounding Option": "販売端数処理オプション",
"Product Profit Option": "商品利益オプション",
"Post Sale Message": "販売後メッセージ",
"Invoice Note Label": "請求書ノートラベル",
"Invoice Note": "請求書ノート",
"Warranty Void Label": "保証無効ラベル",
"Warranty Void": "保証無効",
"A4 Page Invoice Logo": "A4請求書ロゴ",
"Thermal Invoice Logo": "サーマル請求書ロゴ",
"Invoice Scanner Logo": "請求書スキャナーロゴ",
"Select SMS Gateway": "SMSゲートウェイ選択",
"Language Settings": "言語設定",
"Locale": "ロケール",
"Flag": "旗",
"Add New Language": "新しい言語を追加",
"Is Active": "有効",
"Is Default": "デフォルトか",
"Product Settings": "商品の設定",
"Currency Setting": "通貨設定",
"Select Currency": "通貨を選択",
"Total Assets": "総資産",
"Liabilities": "負債",
"Assets": "資産",
"Payment In": "入金",
"Equities & Liabilities": "資本と負債",
"Create Supplier": "仕入先作成",
"Batch No.": "バッチ番号",
"Cost exc. tax": "税抜コスト",
"Cost inc. tax": "税込コスト",
"Wholesale": "卸売価格",
"View Combo Product": "コンボ商品を見る",
"Add new Transfer": "新しい移動を追加",
"Stock Values": "在庫価値",
"Drag & drop your Image": "画像をドラッグ&ドロップ",
"Browse": "参照",
"Address line 1": "住所1行目",
"Add Vat Rate": "VAT率を追加",
"Rate": "率",
"Pay Due": "未払金を支払う",
"Apply Month": "適用月",
"Create Attendance": "出勤作成",
"Create Payroll": "給与作成",
"Purchase Date": "購入日",
"Payment Reminder": "支払リマインダー",
"New Sale": "新しい販売",
"Payment Received": "支払受領",
"Payment Paid": "支払済み",
"SMS Body": "SMS本文",
"Available Tags": "利用可能タグ",
"Enable SMS Notification": "SMS通知を有効にする",
"Business Phone": "ビジネス電話",
"Add Gateway": "ゲートウェイを追加",
"Add New Device": "新しいデバイスを追加",
"To add your device to the system, follow these steps:": "デバイスをシステムに追加するには、以下の手順に従ってください:",
"Get the latest version of the App from this": "このリンクからアプリの最新バージョンを取得",
"link": "リンク",
"and install the app on your device.": "デバイスにアプリをインストールします。",
"Step 01": "ステップ01",
"Step 02": "ステップ02",
"Step 03": "ステップ03",
"After installing the app, locate the QR code provided at the top of the screen. Open the app and grant all requested permissions when prompted. On the login screen, select \"Login with QR code\" and scan the QR code": "アプリをインストールした後、画面上部のQRコードを探します。アプリを開き、求められたすべての権限を許可してください。ログイン画面で「QRコードでログイン」を選択し、QRコードをスキャンします。",
"Your Android phone is now connected to the system. Please reload this page to see your new device.": "あなたのAndroid端末はシステムに接続されました。新しいデバイスを見るにはこのページを再読み込みしてください。",
"View and update gateway settings.": "ゲートウェイ設定を表示・更新",
"Product Stock": "商品在庫",
"Model No": "モデル番号",
"Product Manufacturer": "製造元",
"Low Stock Alert": "在庫低下アラート",
"VAT ID": "VAT ID",
"VAT Type": "VATタイプ",
"Exclusive Price": "税抜価格",
"Inclusive Price": "税込価格",
"Profit Percent": "利益率",
"Serial": "シリアル",
"MRP/PRICE": "MRP/価格",
"MRP": "MRP",
"Batch Tracking": "バッチ追跡",
"Batch No": "バッチ番号",
"Expiry Date": "有効期限",
"Mfg Date": "製造日",
"Product Type": "商品タイプ",
"Single": "単品",
"Variant": "バリアント",
"Combo": "コンボ",
"Guest Due Sale": "顧客未払販売",
"Product Discount": "商品割引",
"Add Product Settings": "商品設定を追加",
"Additional Product Field": "追加商品フィールド",
"Purchase Setting": "購入設定",
"Sale Setting": "販売設定",
"Profit & Loss Details": "損益詳細",
"Product Profit & Loss": "商品損益",
"Customer List": "顧客リスト",
"Supplier List": "仕入先リスト",
":type List": ":typeリスト",
"Add new :type": "新しい:typeを追加",
"Edit :type": ":typeを編集",
"Edit Supplier": "仕入先を編集",
"Edit Customer": "顧客を編集",
"(PNG & JPG)": "(PNG & JPG)",
"Vat groups (Combination of multiple vats)": "VATグループ複数VATの組み合わせ",
"Send": "送信",
"1.": "1.",
"2.": "2.",
"3.": "3.",
"4.": "4.",
"5.": "5.",
"6.": "6.",
"7.": "7.",
"8.": "8.",
"9.": "9.",
"10.": "10.",
"11.": "11.",
"12.": "12.",
"13.": "13.",
"14.": "14.",
"15.": "15.",
"16.": "16.",
"17.": "17.",
"18.": "18.",
"19.": "19.",
"20.": "20.",
"21.": "21.",
"Please follow the instructions below to upload your file.": "ファイルをアップロードするには、以下の指示に従ってください。",
"Download the sample file first and add all your products to it.": "まずサンプルファイルをダウンロードし、すべての商品を追加してください。",
"Indicates a required field. If you do not provide the required fields, the system will ignore the product.": "必須項目を示します。必要な項目を入力しない場合、システムは商品を無視します。",
"After adding all your products, please save the file and then upload the updated version.": "すべての商品を追加した後、ファイルを保存し、更新版をアップロードしてください。",
"The name of the product you are adding": "追加する商品の名前",
"e.g.,": "例:",
"Banana": "バナナ",
"Stock Quantity": "在庫数量",
"Sale Price (MRP)": "販売価格MRP",
"VAT Name": "VAT名",
"VAT (%)": "VAT (%)",
"Low Stock Qty": "低在庫数量",
"Manufacturing Date": "製造日",
"Variations": "バリエーション",
"The category under which the product falls": "商品の分類",
"Beverages, Electronics": "飲料、電子機器",
"The measurement unit used for the product": "商品に使用される単位",
"Piece, Kg, Litre": "個、kg、リットル",
"If not found, a new unit will be created automatically.": "見つからない場合は、新しい単位が自動で作成されます。",
"The brand associated with the product": "商品のブランド",
"Samsung, Nestlé": "サムスン、ネスレ",
"If not found, the system will create it automatically.": "見つからない場合、システムが自動で作成します。",
"The available quantity of the product currently in stock.": "現在の在庫数量",
"A unique identifier for the product": "商品の一意識別子",
"SKU001": "SKU001",
"Product codes must be unique — duplicate codes will be ignored.": "商品コードは一意でなければなりません。重複コードは無視されます。",
"The cost price of the product excluding VAT.": "VATを除く商品の原価",
"The selling price or maximum retail price for the product.": "商品の販売価格または最大小売価格MRP",
"Special discounted price for bulk resellers or dealers.": "大量購入者や販売店向けの特別割引価格",
"The price offered for wholesale buyers, usually lower than MRP.": "卸売購入者向けの価格通常MRPより低い",
"If not found, the system will automatically create a new category.": "見つからない場合、システムが自動で新しいカテゴリを作成します。",
"The VAT name applied to the product.": "商品のVAT名",
"If the system doesnt find it, it will create a new VAT with the provided rate.": "システムが見つけられない場合、指定レートで新しいVATを作成します。",
"The VAT rate as a percentage": "VAT率",
"15": "15",
"Define whether the VAT is": "VATの設定",
"exclusive": "税抜",
"or": "または",
"inclusive": "税込",
"in the price.": "価格に含む",
"The minimum stock quantity to trigger a low-stock alert.": "低在庫アラートを発動する最小在庫数量",
"Name of the product manufacturer or supplier.": "製造元または仕入先名",
"Expiry date for perishable products": "消費期限",
"format:": "形式:",
"YYYY-MM-DD": "年-月-日",
"Batch or lot number used to identify stock batches.": "在庫バッチ番号",
"The model of the product": "商品のモデル",
"iPhone 15": "iPhone 15",
"Date the product was manufactured": "製造日",
"Define whether the product is": "商品タイプを指定",
"single": "単品",
"variant": "バリアント",
"for products with multiple variations like size or color.": "サイズや色など複数バリエーションの商品向け",
"This column defines all variations for variant products.": "この列はバリアント商品の全バリエーションを定義します。",
"Use the format:": "形式を使用:",
"VariationName:Value": "バリエーション名:値",
"separated by a": "で区切る",
"for multiple values.": "複数値の場合",
"Example:": "例:",
"Color:Black|Size:M": "色:黒|サイズ:M",
"➤ The system will:": "➤ システムは:",
"Create or match existing variations dynamically.": "既存バリエーションを動的に作成または一致させます。",
"Store selected variation IDs in the": "選択されたバリエーションIDを保存",
"table": "テーブル",
"Store structured JSON like": "構造化JSONを保存例",
"\"Color\":\"Black\"": "\"Color\":\"黒\"",
"in the": "に",
"Automatically create": "自動作成",
"variant_name": "バリアント名",
"such as": "例:",
"Black - M": "黒 - M",
"table.": "テーブル。",
"Party Profit & Loss": "取引先別 損益",
"Bill Wise Profit & Loss": "請求書別 損益",
"Bank Details": "銀行詳細",
"Account No": "口座番号",
"UPI ID": "UPI ID",
"Holders Nmae": "口座名義人名",
"MONEY RECEIPT": "入金領収書",
"Money Receipt": "入金領収書",
"Purchase Invoice": "仕入請求書",
"Holders Name": "口座名義人名",
"Rounding (+/-)": "端数処理 (+/-)",
"welcome_to": "ようこそ",
"welcome_back": "お帰りなさい",
"please_login": "アカウントにログインしてください",
"enter_your_email": "メールアドレスを入力してください",
"password": "パスワード",
"remember_me": "ログイン状態を保持する",
"forgot_password": "パスワードをお忘れですか?",
"log_in": "ログイン",
"back_to_home": "ホームに戻る",
"create_an_account": "アカウントを作成",
"or_continue_with": "または次で続行",
"login_with_x": "Xでログイン",
"login_with_google": "Googleでログイン",
"super_admin": "スーパー管理者",
"admin": "管理者",
"business": "ビジネス",
"add_on": "アドオン",
"manager": "マネージャー",
"multi_branch": "複数支店",
"warranty": "保証",
"guarantee": "保証",
"Months": "月",
"Years": "年",
"Tax Type": "税種別",
"Exclusive": "税別",
"Inclusive": "税込",
"Select Tax": "税を選択",
"select_one": "1つ選択",
"Image (Size 150x130)": "画像(サイズ 150x130",
"Drag & drop image": "画像をドラッグ&ドロップ",
"Variant Name": "バリアント名",
"Manufacture": "製造元",
"Profit Margin (%)": "利益率(%",
"Default Selling Price": "デフォルト販売価格",
"SKU / Code": "SKU / コード",
"Edit Model": "モデルを編集",
"Rack Name": "棚名",
"Edit rack": "棚を編集",
"Update Password": "パスワードを更新",
"Tax Rate": "税率",
"Sub vats": "サブVAT",
"Edit Vat": "VATを編集",
"Edit Vat Group": "VATグループを編集",
"Edit Bank": "銀行を編集",
"Account Display Name balnce": "口座表示名 / 残高",
"+ Add more fields": "+ フィールドを追加",
"Show In Invoice": "請求書に表示",
"As Of Date": "基準日",
"Cheque Number": "小切手番号",
"Current Plan": "現在のプラン",
"Multi-branch Allowed": "複数支店が許可されています",
"Addon Limit:": "アドオン制限:",
"Addon Domain Available?": "アドオンドメインは利用可能?",
"Subdomain Limit:": "サブドメイン制限:",
"Subdomain Available?": "サブドメインは利用可能?",
"Freya Haynes": "Freya Haynes",
"Invoice: S06 - Emery Mueller": "請求書S06 - Emery Mueller",
"Item Name": "商品名",
"Product Wise Profit & Loss": "商品別 損益",
"Product Wise Loss Profit": "商品別 損失・利益",
"Pay Amount": "支払金額",
"Select party": "取引先を選択",
"Loss Profit History": "損益履歴",
"Product Sale History": "商品販売履歴",
"Product Purchase History": "商品仕入履歴",
"Purchase Qty": "仕入数量",
"Sold Qty": "販売数量",
"Remaining Qty": "残数量",
"Subscription Orders": "サブスクリプション注文",
"Subscriber View": "購読者ビュー",
"Expire date": "有効期限",
"Enroll Date": "登録日",
"How to Add a Domain in hPanel": "hPanelでドメインを追加する方法",
"hPanel (Hostinger) Domain Setup Instructions": "hPanel (Hostinger) ドメイン設定手順",
"Multibranch Allowed": "複数拠点の許可",
"Addon Domain Limit": "アドオンドメイン制限",
"Subdomain Limit": "サブドメイン制限",
"Custom Domain Limit": "カスタムドメイン制限",
"Add-ons": "アドオン",
"New": "新規",
"Addons List": "アドオンリスト",
"Install / Update Addon": "アドオンのインストール / 更新",
"Version": "バージョン",
"Enter purchase code": "購入コードを入力",
"Upload addons zip file": "アドオンのZIPファイルをアップロード",
"System": "システム",
"User Sign Up": "ユーザー新規登録",
"Domain Setting": "ドメイン設定",
"View and update payment gateway settings": "決済ゲートウェイ設定の表示と更新",
"View and update user sign up settings": "ユーザー登録設定の表示と更新",
"View and update system settings": "システム設定の表示と更新",
"User Registration Email Setup": "ユーザー登録メール設定",
"Verify email with OTP on signup?": "新規登録時にOTPでメール認証しますか",
"Verify email without OTP on signup?": "新規登録時にOTPなしでメール認証しますか",
"SSL is required.": "SSLが必要です。",
"SSL is not required.": "SSLは不要です。",
"Subdomain / Custom domains are allowed automatically.": "サブドメイン / カスタムドメインは自動的に許可されます。",
"Subdomain / Custom domains are not allowed automatically.": "サブドメイン / カスタムドメインは自動的に許可されません。",
"Dynamic Text": "ダイナミックテキスト",
"Dynamic Link Text": "ダイナミックリンクテキスト",
"Dynamic Link": "ダイナミックリンク",
"App Link": "アプリリンク",
"Login Page Logo": "ログインページロゴ",
"Login Page Image": "ログインページ画像",
"Stripe": "Stripe",
"mollie": "Mollie",
"paypal": "PayPal",
"paystack": "Paystack",
"razorpay": "Razorpay",
"instamojo": "Instamojo",
"toyyibpay": "Toyyibpay",
"flutterwave": "Flutterwave",
"thawani": "Thawani",
"mercadopago": "Mercado Pago",
"phonepe": "PhonePe",
"paytm": "Paytm",
"Tap Payment": "Tap Payment",
"Sslcommerz": "Sslcommerz",
"Manual": "マニュアル",
"API KEY": "APIキー",
"CLIENT ID": "クライアントID",
"CLIENT SECRET": "クライアントシークレット",
"PUBLIC KEY": "公開キー",
"SECRET KEY": "秘密キー",
"KEY ID": "キーID",
"KEY SECRET": "キーシークレット",
"X API KEY": "X APIキー",
"X AUTH TOKEN": "X 認証トークン",
"USER SECRET KEY": "ユーザー秘密キー",
"CATEOGRY CODE": "カテゴリーコード",
"ENCRYPTION KEY": "暗号化キー",
"PAYMENT OPTIONS": "支払いオプション",
"Hello": "こんにちは",
"Net Profit (Profit - Loss) =": "純利益(利益 - 損失)=",
"Net Profit (Income - Expense) =": "純利益(収入 - 支出)=",
"Sale Details": "販売詳細",
"Purchase Details": "購入詳細",
"All Customer": "全ての顧客",
"Sale Qty": "販売数量",
"Profit/Loss": "利益/損失",
"Printer A4": "A4プリンター",
"Thermal: 3 inch 80mm": "サーマル: 3インチ 80mm",
"Showing": "表示中",
"to": "から",
"of": "の",
"results": "結果",
"Custom Domain": "カスタムドメイン",
"Ledger": "元帳",
"(Ledger)": "(元帳)",
"Credit (In)": "クレジット(入金)",
"Debit (Out)": "デビット(出金)",
"View Stock": "在庫を見る",
"Log In": "ログイン",
"Back to Home": "ホームに戻る",
"Create an account.": "アカウントを作成",
"Add-on": "アドオン",
"Bussiness": "ビジネス",
"Multi Branch": "複数支店",
"Create an Free Account!": "無料アカウントを作成!",
"Hey, Enter Your details to get Sign Up to your account": "こんにちは、アカウントにサインアップするために詳細を入力してください",
"Sign Up": "サインアップ",
"Or Continue with": "または次の方法で続行",
"Log in with X": "Xでログイン",
"Log in with Google": "Googleでログイン",
"Already have an Account?": "すでにアカウントをお持ちですか?",
"Email Verification": "メール認証",
"we sent an OTP in your email address": "メールアドレスにOTPを送信しました",
"Code send in": "コード送信先",
"Resend code": "コードを再送信",
"Verify": "確認",
"Setup Your Profile": "プロフィールを設定",
"Company/Business Name": "会社/ビジネス名",
"Enter company/business name": "会社/ビジネス名を入力",
"Ex: $500": "例: $500",
"Company Address": "会社の住所",
"Enter company address": "会社の住所を入力",
"Successfully!": "成功!",
"Congratulations, Your account has been": "おめでとうございます、あなたのアカウントは",
"successfully created": "正常に作成されました",
"Enter Model Name": "モデル名を入力してください",
"Completed": "完了",
"Enter values": "値を入力してください",
"Total Stock Value:": "在庫総額:",
"Sale Commission": "販売手数料",
"Enter Supplier Name": "仕入先名を入力してください",
"Enter city": "市区町村を入力してください",
"Enter state": "都道府県を入力してください",
"Enter zip code": "郵便番号を入力してください",
"Select a country": "国を選択してください",
"Advance": "前払い",
"Enter account display name": "アカウント表示名を入力してください",
"Enter account number": "口座番号を入力してください",
"Enter UPI code": "UPIコードを入力してください",
"Enter bank name": "銀行名を入力してください",
"Enter bank name_duplicate": "銀行名を入力してください",
"Enter account holder name": "口座名義人を入力してください",
"Ex: 500": "例: 500",
"Total Transaction": "総取引",
"Branch Opening Balance": "支店開始残高",
"Branch Remaining Balance": "支店期末残高",
"Language": "言語",
"Select Variant": "バリエーションを選択",
"Enter Batch No.": "バッチ番号を入力",
"Bank List": "銀行リスト",
"Cash List": "現金リスト",
"Add Cash": "現金を追加",
"Reduce Cash": "現金を減らす",
"ex 500": "例 500",
"Adjustment Date": "調整日",
"description": "説明",
"cash": "現金",
"PNG & JPG": "PNG & JPG",
"Transaction Image": "取引画像",
"Platform": "プラットフォーム",
"Add Image": "画像を追加",
"Loading...": "読み込み中...",
"Approved Payment": "承認済み支払い",
"24 Jan 2024, 10:30": "2024年1月24日 10:30",
"Withdraw Amount": "出金額",
"$0": "$0",
"Account Information": "口座情報",
"A/C Name": "口座名義",
"Shaidul Islam": "シャイドゥル・イスラム",
"Dutch-Bangla Bank PLC": "ダッチ・バングラ銀行 PLC",
"A/C Number": "口座番号",
"365214512236": "365214512236",
"Dhaka": "ダッカ",
"Rejected": "拒否されました",
"Approved": "承認済み",
"Approve Withdrawal Payment": "出金支払いを承認する",
"Have you Sent": "送信しましたか",
"$250.00?": "$250.00?",
"Transaction Number": "取引番号",
"Enter transaction Number": "取引番号を入力してください",
"Upload Receipt": "領収書をアップロード",
"Add-On": "アドオン",
"Google Login Settings": "Googleログイン設定",
"X Login Settings": "Xログイン設定",
"Please request for a domain/subdomain from the business panel.": "ビジネスパネルからドメイン/サブドメインをリクエストしてください。",
"Request For A Domain": "ドメインのリクエスト",
"The app url is not available in .env file, please contact with administrator.": "アプリのURLが.envファイルにありません。管理者に連絡してください。",
"Are you sure you want to exit?": "終了してもよろしいですか?",
"We Makes": "私たちが作る",
"Globally": "グローバルに",
"Growth": "成長",
"Increase Your Revenue": "収益を増やす",
"(Optional)": "(任意)",
"Data Deletion Instructions": "データ削除の手順",
"If you want to delete your data from our system, please follow these steps:": "当システムからデータを削除したい場合は、以下の手順に従ってください:",
"Send an email to [your-email@example.com] with the subject line “Delete My Data”.": "件名を「Delete My Data」として、[your-email@example.com]にメールを送信してください。",
"Include your name and the email address you used to register.": "お名前と登録に使用したメールアドレスを記載してください。",
"We will process your request and confirm deletion within 7 business days.": "リクエストを処理し、7営業日以内に削除を確認します。",
"Share your referral link": "紹介リンクを共有する",
"Refer a friend and earn a commission.": "友達を紹介してコミッションを獲得しましょう。",
"Copy": "コピー",
"Available for Withdraw": "出金可能額",
"$30": "$30",
"Payout your balance is more than": "残高が次を超えた場合に払い出し可能です:",
"$100": "$100",
"Total Withdraw": "総出金額",
"$500": "$500",
"Total Referrals": "総紹介数",
"5": "5",
"1 Month": "1ヶ月",
"৳499": "৳499",
"৳699": "৳699",
"1": "1",
"Copy Link": "リンクをコピー",
"2": "2",
"3": "3",
"This bank account can not be deleted as it already has transactions. Please delete all transactions other than bank entries before deleting the account.": "この銀行口座には既に取引があるため、削除できません。口座を削除する前に、銀行エントリ以外のすべての取引を削除してください。",
"14": "14",
"12": "12",
"currency": "通貨",
"Do you really want to re-open this cheque?": "本当にこの小切手を再開しますか?",
"Transfer Cheque": "小切手の譲渡",
"Deposit": "預金",
"Re-Open": "再開",
"A": "A",
"10%": "10%",
"100,00,0000": "100,00,0000",
"This is a demo account — data resets every hour for this account only. Some of module are disabled in this account, to get full access please please create your own account.": "これはデモアカウントです。このアカウントのデータのみ1時間ごとにリセットされます。一部のモジュールはこのアカウントでは無効になっています。フルアクセスを利用するには、ご自身のアカウントを作成してください。",
"You can not access it!": "アクセスできません!",
"N/A": "該当なし",
"Upgrade Date": "アップグレード日",
"English": "英語",
"en": "en",
"Bengali": "ベンガル語",
"bn": "bn",
"French": "フランス語",
"fr": "fr",
"This party is from another branch, you can not change the opening from here.": "この関係者は他支店のため、ここから開始設定を変更することはできません。",
"Please select a variation.": "バリエーションを選択してください。",
"Units": "単位",
"25632": "25632",
"25%": "25%",
"Ex: 200": "例: 200",
"Ex: 50": "例: 50",
"Batch No:": "バッチ番号:",
"Ex: 1": "例: 1",
"Ex: 30": "例: 30",
"Download Sample File": "サンプルファイルをダウンロード",
" Please follow the instructions below to upload your file.": " ファイルをアップロードするには、以下の手順に従ってください。",
" Download the sample file first and add all your purchases data to it.": " 最初にサンプルファイルをダウンロードし、そこにすべての購入データを追加してください。",
"Indicates a required field. If you do not provide the required fields, the system will ignore except product information.": "必須項目を示します。必須項目を入力しない場合、システムは商品情報以外を無視します。",
"After adding all your purchases, please save the file and then upload the updated version.": "すべての購入を追加した後、ファイルを保存し、更新されたバージョンをアップロードしてください。",
"Paid by:": "支払い者:",
"Payable Amount:": "支払い義務額:",
"Received Amount:": "受領額:",
"Due:": "未払い:",
"pospro.com": "pospro.com",
"Select a report type to load fields": "フィールドを読み込むためにレポートタイプを選択してください",
"Change Amt/Due:": "変更額/未払い額:",
"Total Subscription": "総サブスクリプション",
"installer_messages.title": "POS Pro Installer",
"installer_messages.next": "Next Step",
"installer_messages.back": "Previous",
"installer_messages.finish": "Install",
"installer_messages.forms.errorTitle": "The Following errors occurred:",
"installer_messages.welcome.templateTitle": "Welcome",
"installer_messages.welcome.title": "POS Pro Installer",
"installer_messages.welcome.message": "Easy Installation and Setup Wizard.",
"installer_messages.welcome.next": "Check Requirements",
"installer_messages.requirements.templateTitle": "Step 1 | Server Requirements",
"installer_messages.requirements.title": "Server Requirements",
"installer_messages.requirements.next": "Check Permissions",
"installer_messages.permissions.templateTitle": "Step 2 | Permissions",
"installer_messages.permissions.title": "Permissions",
"installer_messages.permissions.next": "Configure Environment",
"installer_messages.environment.menu.templateTitle": "Step 3 | Environment Settings",
"installer_messages.environment.menu.title": "Environment Settings",
"installer_messages.environment.menu.desc": "Please select how you want to configure the apps .env file.",
"installer_messages.environment.menu.wizard-button": "Form Wizard Setup",
"installer_messages.environment.menu.classic-button": "Classic Text Editor",
"installer_messages.environment.wizard.templateTitle": "Step 3 | Environment Settings | Guided Wizard",
"installer_messages.environment.wizard.title": "Guided .env Wizard",
"installer_messages.environment.wizard.tabs.environment": "Environment",
"installer_messages.environment.wizard.tabs.database": "Database",
"installer_messages.environment.wizard.tabs.application": "Application",
"installer_messages.environment.wizard.form.name_required": "An environment name is required.",
"installer_messages.environment.wizard.form.app_name_label": "Website name",
"installer_messages.environment.wizard.form.app_name_placeholder": "Enter your website name",
"installer_messages.environment.wizard.form.app_environment_label": "App Environment",
"installer_messages.environment.wizard.form.app_environment_label_local": "Local",
"installer_messages.environment.wizard.form.app_environment_label_developement": "Development",
"installer_messages.environment.wizard.form.app_environment_label_qa": "Qa",
"installer_messages.environment.wizard.form.app_environment_label_production": "Production",
"installer_messages.environment.wizard.form.app_environment_label_other": "Other",
"installer_messages.environment.wizard.form.app_environment_placeholder_other": "Enter your environment...",
"installer_messages.environment.wizard.form.app_debug_label": "App Debug",
"installer_messages.environment.wizard.form.app_debug_label_true": "True",
"installer_messages.environment.wizard.form.app_debug_label_false": "False",
"installer_messages.environment.wizard.form.app_log_level_label": "App Log Level",
"installer_messages.environment.wizard.form.app_log_level_label_debug": "debug",
"installer_messages.environment.wizard.form.app_log_level_label_info": "info",
"installer_messages.environment.wizard.form.app_log_level_label_notice": "notice",
"installer_messages.environment.wizard.form.app_log_level_label_warning": "warning",
"installer_messages.environment.wizard.form.app_log_level_label_error": "error",
"installer_messages.environment.wizard.form.app_log_level_label_critical": "critical",
"installer_messages.environment.wizard.form.app_log_level_label_alert": "alert",
"installer_messages.environment.wizard.form.app_log_level_label_emergency": "emergency",
"installer_messages.environment.wizard.form.app_url_label": "App Url",
"installer_messages.environment.wizard.form.app_url_placeholder": "App Url",
"installer_messages.environment.wizard.form.db_connection_failed": "Could not connect to the database.",
"installer_messages.environment.wizard.form.db_connection_label": "Database Connection",
"installer_messages.environment.wizard.form.db_connection_label_mysql": "mysql",
"installer_messages.environment.wizard.form.db_connection_label_sqlite": "sqlite",
"installer_messages.environment.wizard.form.db_connection_label_pgsql": "pgsql",
"installer_messages.environment.wizard.form.db_connection_label_sqlsrv": "sqlsrv",
"installer_messages.environment.wizard.form.db_host_label": "Database Host",
"installer_messages.environment.wizard.form.db_host_placeholder": "Database Host",
"installer_messages.environment.wizard.form.db_port_label": "Database Port",
"installer_messages.environment.wizard.form.db_port_placeholder": "Database Port",
"installer_messages.environment.wizard.form.db_name_label": "Database Name",
"installer_messages.environment.wizard.form.db_name_placeholder": "Database Name",
"installer_messages.environment.wizard.form.db_username_label": "Database User Name",
"installer_messages.environment.wizard.form.db_username_placeholder": "Database User Name",
"installer_messages.environment.wizard.form.db_password_label": "Database Password",
"installer_messages.environment.wizard.form.db_password_placeholder": "Database Password",
"installer_messages.environment.wizard.form.app_tabs.more_info": "More Info",
"installer_messages.environment.wizard.form.app_tabs.broadcasting_title": "Broadcasting, Caching, Session, & Queue",
"installer_messages.environment.wizard.form.app_tabs.broadcasting_label": "Broadcast Driver",
"installer_messages.environment.wizard.form.app_tabs.broadcasting_placeholder": "Broadcast Driver",
"installer_messages.environment.wizard.form.app_tabs.cache_label": "Cache Driver",
"installer_messages.environment.wizard.form.app_tabs.cache_placeholder": "Cache Driver",
"installer_messages.environment.wizard.form.app_tabs.session_label": "Session Driver",
"installer_messages.environment.wizard.form.app_tabs.session_placeholder": "Session Driver",
"installer_messages.environment.wizard.form.app_tabs.queue_label": "Queue Driver",
"installer_messages.environment.wizard.form.app_tabs.queue_placeholder": "Queue Driver",
"installer_messages.environment.wizard.form.app_tabs.redis_label": "Redis Driver",
"installer_messages.environment.wizard.form.app_tabs.redis_host": "Redis Host",
"installer_messages.environment.wizard.form.app_tabs.redis_password": "Redis Password",
"installer_messages.environment.wizard.form.app_tabs.redis_port": "Redis Port",
"installer_messages.environment.wizard.form.app_tabs.mail_label": "Mail",
"installer_messages.environment.wizard.form.app_tabs.mail_driver_label": "Mail Driver",
"installer_messages.environment.wizard.form.app_tabs.mail_driver_placeholder": "Mail Driver",
"installer_messages.environment.wizard.form.app_tabs.mail_host_label": "Mail Host",
"installer_messages.environment.wizard.form.app_tabs.mail_host_placeholder": "Mail Host",
"installer_messages.environment.wizard.form.app_tabs.mail_port_label": "Mail Port",
"installer_messages.environment.wizard.form.app_tabs.mail_port_placeholder": "Mail Port",
"installer_messages.environment.wizard.form.app_tabs.mail_username_label": "Mail Username",
"installer_messages.environment.wizard.form.app_tabs.mail_username_placeholder": "Mail Username",
"installer_messages.environment.wizard.form.app_tabs.mail_password_label": "Mail Password",
"installer_messages.environment.wizard.form.app_tabs.mail_password_placeholder": "Mail Password",
"installer_messages.environment.wizard.form.app_tabs.mail_encryption_label": "Mail Encryption",
"installer_messages.environment.wizard.form.app_tabs.mail_encryption_placeholder": "Mail Encryption",
"installer_messages.environment.wizard.form.app_tabs.pusher_label": "Pusher",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_id_label": "Pusher App Id",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_id_palceholder": "Pusher App Id",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_key_label": "Pusher App Key",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_key_palceholder": "Pusher App Key",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_label": "Pusher App Secret",
"installer_messages.environment.wizard.form.app_tabs.pusher_app_secret_palceholder": "Pusher App Secret",
"installer_messages.environment.wizard.form.buttons.setup_database": "Setup Database",
"installer_messages.environment.wizard.form.buttons.setup_application": "Setup Application",
"installer_messages.environment.wizard.form.buttons.install": "Install",
"installer_messages.environment.classic.templateTitle": "Step 3 | Environment Settings | Classic Editor",
"installer_messages.environment.classic.title": "Classic Environment Editor",
"installer_messages.environment.classic.save": "Save .env",
"installer_messages.environment.classic.back": "Use Form Wizard",
"installer_messages.environment.classic.install": "Save and Install",
"installer_messages.environment.success": "Your .env file settings have been saved.",
"installer_messages.environment.errors": "Unable to save the .env file, Please create it manually.",
"installer_messages.install": "Install",
"installer_messages.installed.success_log_message": "Laravel Installer successfully INSTALLED on ",
"installer_messages.final.title": "Installation Finished",
"installer_messages.final.templateTitle": "Installation Finished",
"installer_messages.final.finished": "Application has been successfully installed.",
"installer_messages.final.migration": "Migration & Seed Console Output:",
"installer_messages.final.console": "Application Console Output:",
"installer_messages.final.log": "Installation Log Entry:",
"installer_messages.final.env": "Final .env File:",
"installer_messages.final.exit": "Click here to exit",
"installer_messages.updater.title": "Laravel Updater",
"installer_messages.updater.welcome.title": "Welcome To The Updater",
"installer_messages.updater.welcome.message": "Welcome to the update wizard.",
"installer_messages.updater.overview.title": "Overview",
"installer_messages.updater.overview.message": "There is 1 update.|There are :number updates.",
"installer_messages.updater.overview.install_updates": "Install Updates",
"installer_messages.updater.final.title": "Finished",
"installer_messages.updater.final.finished": "Application's database has been successfully updated.",
"installer_messages.updater.final.exit": "Click here to exit",
"installer_messages.updater.log.success_message": "Laravel Installer successfully UPDATED on "
}