mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-23 00:16:51 +00:00
i18n
This commit is contained in:
449
v3/src/pages/ja/pricing.astro
Normal file
449
v3/src/pages/ja/pricing.astro
Normal file
@@ -0,0 +1,449 @@
|
||||
---
|
||||
import Layout from '~/layouts/PageLayout.astro';
|
||||
import Note from '~/components/widgets/Note.astro';
|
||||
import Prices from '~/components/widgets/Pricing.astro';
|
||||
import FAQs from '~/components/widgets/FAQs.astro';
|
||||
import Steps from '~/components/widgets/Steps.astro';
|
||||
import CallToAction from '~/components/widgets/CallToAction.astro';
|
||||
|
||||
const metadata = {
|
||||
title: '料金',
|
||||
};
|
||||
---
|
||||
|
||||
<script>
|
||||
import Swal from 'sweetalert2';
|
||||
import 'sweetalert2/dist/sweetalert2.min.css';
|
||||
window['gotoBuy'] = function (redirectUrl) {
|
||||
Swal.fire({
|
||||
title: '確認してください',
|
||||
html: `<p style="text-align:left">購入ページに進みますか? <br><br>購入するものは<b style="font-size: 2em">決して</b> <span style="text-decoration:line-through">SaaS(サービスとしてのソフトウェア)</span>サブスクリプションではないことにご注意ください。 <br><br>代わりに、これは<b style="font-size: 2em">セルフホスティング</b>ソリューションのライセンスであり、自身のサーバー(クラウドサーバー、例えばAWS EC2、Azure VM、Vultr VPSなど、または自社のオンプレミスサーバー)にデプロイする必要があります。 <br><br>セルフホスティングが何かわからない場合は、<b style="font-size: 2em">購入しないでください</b>`,
|
||||
icon: 'question',
|
||||
showCancelButton: true,
|
||||
confirmButtonText: 'はい',
|
||||
cancelButtonText: 'いいえ',
|
||||
}).then((result) => {
|
||||
if (result.isConfirmed) {
|
||||
Swal.fire({
|
||||
title: '確認してください',
|
||||
html: `当社は<span class="text-3xl font-bold">返金を行っていません</span>のでご注意ください。Proプランの購入を検討される前に、<span class="underline font-bold">無料のセルフホスティングプランをテスト</span>することを強くお勧めします。それでも進めますか?`,
|
||||
showCancelButton: true,
|
||||
confirmButtonText: 'はい',
|
||||
cancelButtonText: 'いいえ',
|
||||
}).then((result) => {
|
||||
if (result.isConfirmed) {
|
||||
window.open(redirectUrl, '_blank');
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
};
|
||||
</script>
|
||||
|
||||
<Layout metadata={metadata} i18n>
|
||||
<Note
|
||||
title="注意"
|
||||
subtitle='この料金は<span class="text-xl text-blue-500">セルフホスティング</span>ソリューション用です。<span class="text-3xl font-extrabold">決して</span> <span class="line-through text-xl text-blue-500">SaaS</span>サブスクリプションではありません。'
|
||||
/>
|
||||
|
||||
<Prices
|
||||
title='当社の<span class="text-5xl text-blue-500">セルフホスティング</span>ソリューションの料金'
|
||||
subtitle="必要なものにのみ支払う"
|
||||
prices={[
|
||||
{
|
||||
title: '無料',
|
||||
subtitle: '無料セルフホスティングプラン',
|
||||
price: '0 <span class="text-sm">/月</span>',
|
||||
period: 'オープンソースで無料',
|
||||
items: [
|
||||
{
|
||||
description: 'オンラインステータス',
|
||||
},
|
||||
{
|
||||
description: 'コミュニティサポート',
|
||||
},
|
||||
],
|
||||
callToAction: {
|
||||
target: '_blank',
|
||||
text: '始める',
|
||||
href: 'https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/',
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '個人',
|
||||
subtitle: '個人用セルフホスティング<span class="font-bold">Pro</span>プラン',
|
||||
price: '9.90 <span class="text-sm">/月</span>',
|
||||
period: '年間請求',
|
||||
items: [
|
||||
{
|
||||
description:
|
||||
'<a class="underline" target="_blank" href="https://github.com/rustdesk/rustdesk/wiki/FAQ#what-are-managed-devices--licensed-users--concurrent-connections-in-pro">1ライセンスユーザー</a>',
|
||||
},
|
||||
{
|
||||
description:
|
||||
'<a class="underline" target="_blank" href="https://github.com/rustdesk/rustdesk/wiki/FAQ#what-are-managed-devices--licensed-users--concurrent-connections-in-pro">20管理デバイス</a>',
|
||||
},
|
||||
{
|
||||
description:
|
||||
'<a class="underline text-blue-500 font-bold" target="_blank" href="https://github.com/rustdesk/rustdesk/wiki/FAQ#what-are-managed-devices--licensed-users--concurrent-connections-in-pro">無制限の同時接続</a>',
|
||||
},
|
||||
{
|
||||
description:
|
||||
'<a class="underline" target="_blank" href="https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/2fa/">2要素認証</a>',
|
||||
},
|
||||
{
|
||||
description:
|
||||
'<a class="underline" target="_blank" href="https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/console/">Webコンソール</a>',
|
||||
},
|
||||
{
|
||||
description: 'アドレス帳',
|
||||
},
|
||||
{
|
||||
description: '監査ログ',
|
||||
},
|
||||
{
|
||||
description: 'ID変更',
|
||||
},
|
||||
{
|
||||
description:
|
||||
'<a class="underline" target="_blank" href="https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/permissions/">アクセス制御</a>',
|
||||
},
|
||||
{
|
||||
description:
|
||||
'<a class="underline" target="_blank" href="https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/strategy/">一元化された設定</a>',
|
||||
},
|
||||
{
|
||||
description:
|
||||
'<a class="underline" target="_blank" href="https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/relay/">分散リレーサーバー</a>',
|
||||
},
|
||||
],
|
||||
callToAction: {
|
||||
text: '今すぐ購入',
|
||||
onclick: 'gotoBuy("https://rustdesk.com/api/lic/stripe/checkout?type=Individual")',
|
||||
variant: 'primary',
|
||||
},
|
||||
},
|
||||
{
|
||||
title: 'ベーシック',
|
||||
subtitle: 'ベーシックセルフホスティング<span class="font-bold">Pro</span>プラン',
|
||||
price: '19.90 <span class="text-sm">/月</span>',
|
||||
period: '年間請求',
|
||||
items: [
|
||||
{
|
||||
description: '<span class="font-bold">個人プランのすべての機能</span>',
|
||||
icon: 'tabler:checks',
|
||||
},
|
||||
{
|
||||
description:
|
||||
'<a class="underline" target="_blank" href="https://github.com/rustdesk/rustdesk/wiki/FAQ#what-are-managed-devices--licensed-users--concurrent-connections-in-pro">10ライセンスユーザー</a>',
|
||||
},
|
||||
{
|
||||
description:
|
||||
'<a class="underline" target="_blank" href="https://github.com/rustdesk/rustdesk/wiki/FAQ#what-are-managed-devices--licensed-users--concurrent-connections-in-pro">100管理デバイス</a>',
|
||||
},
|
||||
{
|
||||
description:
|
||||
'<a class="underline" target="_blank" href="https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/oidc/">OIDC (SSO)</a>',
|
||||
},
|
||||
{
|
||||
description:
|
||||
'<a class="underline" target="_blank" href="https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/ldap/">LDAP統合</a>',
|
||||
},
|
||||
{
|
||||
description:
|
||||
'<a class="underline" target="_blank" href="https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/permissions/#cross-group-settings">グループ間アクセス</a>',
|
||||
},
|
||||
{
|
||||
description:
|
||||
'<a class="underline text-blue-500 font-bold" target="_blank" href="https://rustdesk.com/docs/en/self-host/client-configuration/#1-custom-client-generator-pro-only">カスタムクライアントジェネレーター</a>',
|
||||
},
|
||||
],
|
||||
callToAction: {
|
||||
text: '今すぐ購入',
|
||||
onclick: 'gotoBuy("https://rustdesk.com/api/lic/stripe/checkout?type=Basic")',
|
||||
},
|
||||
hasRibbon: true,
|
||||
ribbonTitle: '人気',
|
||||
},
|
||||
{
|
||||
title: 'カスタマイズ',
|
||||
subtitle: 'カスタマイズ<span class="font-bold">Pro</span>プラン',
|
||||
price: '<span id="cprice">19.90</span> <span class="text-sm">/月</span>',
|
||||
period: '年間請求',
|
||||
items: [
|
||||
{
|
||||
description: '<span class="font-bold">ベーシックプランのすべての機能</span>',
|
||||
icon: 'tabler:checks',
|
||||
},
|
||||
{
|
||||
description: '追加ユーザー1人につき$1',
|
||||
},
|
||||
{
|
||||
description: '追加デバイス1台につき$0.1',
|
||||
},
|
||||
],
|
||||
content: `
|
||||
<form class="flex flex-col space-y-3 mx-3 min-w-[200px]">
|
||||
<label for="users" class="text-left font-bold">ライセンスユーザー数:</label>
|
||||
<input class="bg-white text-black rounded-md border border-gray-300 py-1 px-2 w-24 h-10" type="number" id="users" name="users" value="10" min="10" max="500" step="10">
|
||||
<input type="range" id="usersSlider" class="slider" name="usersRange" value="10" min="10" max="500" step="10">
|
||||
<label for="devices" class="text-left font-bold">管理デバイス数:</label>
|
||||
<input class="bg-white text-black rounded-md border border-gray-300 py-1 px-2 w-24 h-10" type="number" id="devices" name="devices" value="100" min="100" max="5000" step="100">
|
||||
<input type="range" id="devicesSlider" class="slider" name="devicesRange" value="100" min="100" max="5000" step="100">
|
||||
</form>
|
||||
<br>
|
||||
<script>
|
||||
var users = 10;
|
||||
var devices = 100;
|
||||
function submit() {
|
||||
redirectUrl = "https://rustdesk.com/api/lic/stripe/checkout?type=Customized&users=" + users + "&devices=" + devices;
|
||||
gotoBuy(redirectUrl);
|
||||
}
|
||||
function calculatePrice() {
|
||||
users = parseInt(document.getElementById("users").value);
|
||||
devices = parseInt(document.getElementById("devices").value);
|
||||
if (!users || users < 10) users = 10;
|
||||
if (devices < 100) devices = 100;
|
||||
var price = 19.9 + (users - 10) + (devices - 100) * 0.1;
|
||||
document.getElementById("cprice").innerText = price.toFixed(price >= 100 ? 1 : 2);
|
||||
}
|
||||
|
||||
document.getElementById("users").oninput = function() {
|
||||
document.getElementById("usersSlider").value = this.value;
|
||||
calculatePrice();
|
||||
}
|
||||
|
||||
document.getElementById("devices").oninput = function() {
|
||||
document.getElementById("devicesSlider").value = this.value;
|
||||
calculatePrice();
|
||||
}
|
||||
|
||||
document.getElementById("usersSlider").oninput = function() {
|
||||
document.getElementById("users").value = this.value;
|
||||
calculatePrice();
|
||||
}
|
||||
|
||||
document.getElementById("devicesSlider").oninput = function() {
|
||||
document.getElementById("devices").value = this.value;
|
||||
calculatePrice();
|
||||
}
|
||||
</script>
|
||||
`,
|
||||
callToAction: {
|
||||
text: '今すぐ購入',
|
||||
onclick: 'submit()',
|
||||
variant: 'primary',
|
||||
},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
<Prices
|
||||
prices={[
|
||||
{
|
||||
title: 'カスタマイズV2',
|
||||
subtitle: '同時接続数制限付きカスタマイズ<span class="font-bold">Pro</span>プラン',
|
||||
price: '<span id="cprice2">19.90</span> <span class="text-sm">/月</span>',
|
||||
period: '年間請求',
|
||||
items: [
|
||||
{
|
||||
description: `<span class="font-bold">ベーシックセルフホスティングプランのすべての機能<span class="underline font-normal">ただし、同時接続数に制限があり、過剰な管理デバイスは無効化されません</span></span>`,
|
||||
icon: 'tabler:checks',
|
||||
},
|
||||
{
|
||||
description: '同時接続ごとに無制限の同時セッション(タブまたは別ウィンドウ)',
|
||||
},
|
||||
{
|
||||
description: '追加ユーザー1人につき$1',
|
||||
},
|
||||
{
|
||||
description: '追加デバイス1台につき$0.1',
|
||||
},
|
||||
{
|
||||
description: '追加同時接続1つにつき$20',
|
||||
},
|
||||
],
|
||||
id: 'custom2',
|
||||
content: `
|
||||
<form class="flex flex-col space-y-3 mx-3">
|
||||
<label for="users2" class="text-left font-bold">ライセンスユーザー数:</label>
|
||||
<input class="bg-white text-black rounded-md border border-gray-300 py-1 px-2 w-24 h-10" type="number" id="users2" name="users2" value="10" min="10" max="500" step="10">
|
||||
<input type="range" id="usersSlider2" class="slider" name="usersRange2" value="10" min="10" max="500" step="10">
|
||||
<label for="devices2" class="text-left font-bold">管理デバイス数:</label>
|
||||
<input class="bg-white text-black rounded-md border border-gray-300 py-1 px-2 w-24 h-10" type="number" id="devices2" name="devices2" value="100" min="100" max="5000" step="100">
|
||||
<input type="range" id="devicesSlider2" class="slider" name="devicesRange2" value="100" min="100" max="5000" step="100">
|
||||
<label for="conns" class="text-left font-bold">同時接続数:</label>
|
||||
<input class="bg-white text-black rounded-md border border-gray-300 py-1 px-2 w-24 h-10" type="number" id="conns" name="conns" value="1" min="1" max="50" step="1">
|
||||
<input type="range" id="connsSlider" class="slider" name="connsRange" value="1" min="1" max="50" step="1">
|
||||
</form>
|
||||
<br>
|
||||
<script>
|
||||
var users2 = 10;
|
||||
var devices2 = 100;
|
||||
var conns = 1;
|
||||
function submit2() {
|
||||
redirectUrl = "https://rustdesk.com/api/lic/stripe/checkout?type=Customized&users=" + users2 + "&devices=" + devices2 + "&conns=" + conns;
|
||||
gotoBuy(redirectUrl);
|
||||
}
|
||||
function calculatePrice2() {
|
||||
users2 = parseInt(document.getElementById("users2").value);
|
||||
devices2 = parseInt(document.getElementById("devices2").value);
|
||||
conns = parseInt(document.getElementById("conns").value);
|
||||
if (!users2 || users2 < 10) users2 = 10;
|
||||
if (devices2 < 100) devices2 = 100;
|
||||
if (conns < 1) conns = 1;
|
||||
var price = 19.9 + (users2 - 10) + (devices2 - 100) * 0.1 + (conns - 1) * 20;
|
||||
document.getElementById("cprice2").innerText = price.toFixed(price >= 100 ? 1 : 2);
|
||||
}
|
||||
|
||||
if (window.location.href.indexOf("custom2") > 0) {
|
||||
setTimeout(function() { window.location = "#custom2"; }, 150);
|
||||
} else {
|
||||
setTimeout(function() { document.getElementById("custom2").parentElement.parentElement.parentElement.style.display = 'none'; }, 0);
|
||||
}
|
||||
|
||||
document.getElementById("users2").oninput = function() {
|
||||
document.getElementById("usersSlider2").value = this.value;
|
||||
calculatePrice2();
|
||||
}
|
||||
|
||||
document.getElementById("devices2").oninput = function() {
|
||||
document.getElementById("devicesSlider2").value = this.value;
|
||||
calculatePrice2();
|
||||
}
|
||||
|
||||
document.getElementById("conns").oninput = function() {
|
||||
document.getElementById("connsSlider").value = this.value;
|
||||
calculatePrice2();
|
||||
}
|
||||
|
||||
document.getElementById("usersSlider2").oninput = function() {
|
||||
document.getElementById("users2").value = this.value;
|
||||
calculatePrice2();
|
||||
}
|
||||
|
||||
document.getElementById("devicesSlider2").oninput = function() {
|
||||
document.getElementById("devices2").value = this.value;
|
||||
calculatePrice2();
|
||||
}
|
||||
|
||||
document.getElementById("connsSlider").oninput = function() {
|
||||
document.getElementById("conns").value = this.value;
|
||||
calculatePrice2();
|
||||
}
|
||||
</script>
|
||||
`,
|
||||
callToAction: {
|
||||
text: '今すぐ購入',
|
||||
onclick: 'submit2()',
|
||||
variant: 'primary',
|
||||
},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
<CallToAction
|
||||
actions={[
|
||||
{
|
||||
text: 'sales@rustdesk.com',
|
||||
href: 'mailto:sales@rustdesk.com',
|
||||
target: '_blank',
|
||||
icon: 'tabler:mail',
|
||||
},
|
||||
]}
|
||||
>
|
||||
<Fragment slot="title">より大規模なプランやお問い合わせについてはお問い合わせください</Fragment>
|
||||
</CallToAction>
|
||||
|
||||
<Steps
|
||||
title="プランから本番環境までのガイド付き旅"
|
||||
tagline="簡略化されたプロセス"
|
||||
isReversed={true}
|
||||
items={[
|
||||
{
|
||||
title: 'RustDesk Server Proをインストール',
|
||||
icon: 'tabler:number-1',
|
||||
description:
|
||||
'<code>bash <(wget -qO- https://get.docker.com)<br>wget rustdesk.com/pro.yml -O compose.yml<br>docker compose up -d</code>',
|
||||
},
|
||||
{
|
||||
title: 'プランを探索し、選択',
|
||||
icon: 'tabler:number-2',
|
||||
},
|
||||
{
|
||||
title: 'メールアドレスと支払い詳細を入力',
|
||||
icon: 'tabler:number-3',
|
||||
},
|
||||
{
|
||||
title: '入力したメールアドレスでライセンスキーを受け取る',
|
||||
icon: 'tabler:number-4',
|
||||
},
|
||||
{
|
||||
title: 'RustDesk Server ProのWebコンソールでライセンスキーを入力',
|
||||
icon: 'tabler:number-5',
|
||||
},
|
||||
{
|
||||
title: '準備完了!',
|
||||
icon: 'tabler:check',
|
||||
description:
|
||||
'詳細な手順については、<a class="underline" target="_blank" href="https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/">ドキュメント</a>をご参照ください。',
|
||||
},
|
||||
]}
|
||||
image={{
|
||||
src: '~/assets/images/steps.jpg',
|
||||
alt: 'ステップ画像',
|
||||
}}
|
||||
/>
|
||||
|
||||
<FAQs
|
||||
title="料金に関するよくある質問"
|
||||
subtitle="適切なプランを選ぶことは重要です。私たちはあなたの質問に答える準備ができています。料金オプションについて質問がある場合は、ここが適切な場所です。"
|
||||
columns={1}
|
||||
items={[
|
||||
{
|
||||
title: 'プランにはカスタマーサポートが含まれていますか?',
|
||||
description:
|
||||
'はい、すべての有料プランには、質問や懸念事項に対応する専任のカスタマーサポートへのアクセスが含まれています。',
|
||||
},
|
||||
{
|
||||
title: '試用ライセンスはありますか?',
|
||||
description: '<a class="underline" href="mailto:sales@rustdesk.com">お問い合わせください</a>',
|
||||
},
|
||||
{
|
||||
title: 'プランをアップグレードするにはどうすればいいですか?',
|
||||
description:
|
||||
'もちろんです!進化するニーズに最適なプランを見つけるために、いつでも簡単に<a class="underline" target="_blank" href="https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/license/#renewupgrade-license">プランをアップグレード</a>できます。',
|
||||
},
|
||||
{
|
||||
title: 'どの支払い方法を受け付けていますか?',
|
||||
description:
|
||||
'主要なクレジットカードやオンライン決済方法を受け付けており、便利で安全な取引プロセスを確保しています。銀行振込で支払いたい場合は、<a class="underline" href="mailto:sales@rustdesk.com">お問い合わせください</a>。追加の銀行手数料がかかり、オフライン支払いが銀行に到着次第ライセンスキーをお送りします。これには3〜5営業日かかります。',
|
||||
},
|
||||
{
|
||||
title: '表示されている費用以外に隠れた料金はありますか?',
|
||||
description:
|
||||
'いいえ、費用には各プランに記載されているすべての機能が含まれています。隠れた料金や追加料金はありません。',
|
||||
},
|
||||
{
|
||||
title: '月払いはありますか?',
|
||||
description:
|
||||
'いいえ、年間支払いプランのみを提供しています。自動更新はしません。有効期限の14日前にライセンスを更新するためのリマインダーメールが送信されます。',
|
||||
},
|
||||
{
|
||||
title: '非営利団体や教育機関向けの割引はありますか?',
|
||||
description: 'いいえ、まだありません。無料プランをご利用いただくことをお勧めします。',
|
||||
},
|
||||
{
|
||||
title: '利用規約はどのようなものですか?',
|
||||
description:
|
||||
'この<a class="underline" target="_blank" href="https://github.com/rustdesk/rustdesk-server-pro/blob/main/terms">利用規約</a>をご確認ください',
|
||||
},
|
||||
{
|
||||
title:
|
||||
'臨時のサポートケースについてはどうですか?無人アクセスなしで時々サポートが必要なデバイスがあります。',
|
||||
description:
|
||||
'この<a class="underline" target="_blank" href="https://github.com/rustdesk/rustdesk-server-pro/discussions/182#discussioncomment-10083053">解決策</a>を提供しています',
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user