diff --git a/v3/src/components/common/BasicScripts.astro b/v3/src/components/common/BasicScripts.astro index bc1f27f1..f052590d 100644 --- a/v3/src/components/common/BasicScripts.astro +++ b/v3/src/components/common/BasicScripts.astro @@ -210,7 +210,7 @@ import { UI } from 'astrowind:config'; devices = parseInt(document.getElementById('devices').value); if (!users || users < 10) users = 10; if (devices < 100) devices = 100; - const price = 19.9 + (Math.min(users, devices) - 10) + (Math.max(devices, users) - 100) * 0.1; + const price = 23.88 + (Math.min(users, devices) - 10) * 1.2 + (Math.max(devices, users) - 100) * 0.12; document.getElementById('cprice').innerText = price.toFixed(price >= 100 ? 1 : 2); } @@ -254,7 +254,7 @@ import { UI } from 'astrowind:config'; if (!users2 || users2 < 10) users2 = 10; if (devices2 < 100) devices2 = 100; if (conns < 1) conns = 1; - const price = 19.9 + (Math.min(users2, devices2) - 10) + (Math.max(devices2, users2) - 100) * 0.1 + (conns - 1) * 20; + const price = 23.88 + (Math.min(users2, devices2) - 10) * 1.2 + (Math.max(devices2, users2) - 100) * 0.12 + (conns - 1) * 24; document.getElementById('cprice2').innerText = price.toFixed(price >= 100 ? 1 : 2); } diff --git a/v3/src/pages/ar/pricing.astro b/v3/src/pages/ar/pricing.astro index b46fa757..60602f91 100644 --- a/v3/src/pages/ar/pricing.astro +++ b/v3/src/pages/ar/pricing.astro @@ -56,7 +56,7 @@ const faqRawItems = [ { title: 'هل تم دمج web client في RustDesk Server Pro؟', description: - 'نعم، هو مدمج، لكنه يتطلب خطة بقيمة $39.90/شهريًا أو أعلى. يُرجى مراجعة إدخال الأسئلة الشائعة هذا للتفاصيل. للتوضيح، يشير web client إلى استخدام RustDesk مباشرةً داخل تبويب المتصفح لبدء جلسات اتصال عن بُعد، بينما يشير web console إلى موقع إدارة RustDesk Server Pro لإدارة المستخدمين والأجهزة والأذونات والسياسات والتراخيص.', + 'نعم، هو مدمج، لكنه يتطلب خطة بقيمة $47.88/شهريًا أو أعلى. يُرجى مراجعة إدخال الأسئلة الشائعة هذا للتفاصيل. للتوضيح، يشير web client إلى استخدام RustDesk مباشرةً داخل تبويب المتصفح لبدء جلسات اتصال عن بُعد، بينما يشير web console إلى موقع إدارة RustDesk Server Pro لإدارة المستخدمين والأجهزة والأذونات والسياسات والتراخيص.', }, { title: 'ماذا عن حالات الدعم العرضية؟ لدينا بعض الأجهزة التي تحتاج إلى دعم من حين لآخر دون الوصول غير المراقب.', @@ -154,7 +154,7 @@ const currencyCopy = { { title: 'فردي', subtitle: 'خطة الاستضافة الذاتية الاحترافية للأفراد', - price: '9.90 / شهر', + price: '11.88 / شهر', period: 'تُدفع سنويًا', items: [ { @@ -208,7 +208,7 @@ const currencyCopy = { { title: 'أساسي', subtitle: 'خطة الاستضافة الذاتية الاحترافية الأساسية', - price: '19.90 / شهر', + price: '23.88 / شهر', period: 'تُدفع سنويًا', items: [ { @@ -250,7 +250,7 @@ const currencyCopy = { { title: 'مخصص', subtitle: 'خطة احترافية مخصصة', - price: '19.90 / شهر', + price: '23.88 / شهر', period: 'تُدفع سنويًا', items: [ { @@ -258,10 +258,10 @@ const currencyCopy = { icon: 'tabler:checks', }, { - description: '1 دولار لكل مستخدم إضافي', + description: '1.20 دولار لكل مستخدم إضافي', }, { - description: '0.1 دولار لكل جهاز إضافي', + description: '0.12 دولار لكل جهاز إضافي', }, ], content: ` @@ -290,7 +290,7 @@ const currencyCopy = { { title: 'مخصص V2', subtitle: 'خطة احترافية مخصصة مع اتصالات متزامنة محدودة', - price: '19.90 / شهر', + price: '23.88 / شهر', period: 'تُدفع سنويًا', items: [ { @@ -301,13 +301,13 @@ const currencyCopy = { description: 'جلسات غير محدودة متزامنة (في علامات تبويب أو نوافذ منفصلة) لكل اتصال متزامن', }, { - description: '1 دولار لكل مستخدم إضافي', + description: '1.20 دولار لكل مستخدم إضافي', }, { - description: '0.1 دولار لكل جهاز إضافي', + description: '0.12 دولار لكل جهاز إضافي', }, { - description: '20 دولارًا لكل اتصال متزامن إضافي', + description: '24 دولارًا لكل اتصال متزامن إضافي', }, ], id: 'custom2', diff --git a/v3/src/pages/de/pricing.astro b/v3/src/pages/de/pricing.astro index c416bafb..87c13cd8 100644 --- a/v3/src/pages/de/pricing.astro +++ b/v3/src/pages/de/pricing.astro @@ -57,7 +57,7 @@ const faqRawItems = [ { title: 'Ist der web client in RustDesk Server Pro integriert?', description: - 'Ja, er ist integriert, aber er erfordert den Plan für $39.90/Monat oder höher. Bitte lesen Sie diesen FAQ-Eintrag für Details. Zur Klarstellung bedeutet web client, RustDesk direkt in einem Browser-Tab zu verwenden, um Remote-Sitzungen zu starten, während web console die RustDesk Server Pro-Admin-Website zur Verwaltung von Benutzern, Geräten, Berechtigungen, Strategien und Lizenzen bedeutet.', + 'Ja, er ist integriert, aber er erfordert den Plan für $47.88/Monat oder höher. Bitte lesen Sie diesen FAQ-Eintrag für Details. Zur Klarstellung bedeutet web client, RustDesk direkt in einem Browser-Tab zu verwenden, um Remote-Sitzungen zu starten, während web console die RustDesk Server Pro-Admin-Website zur Verwaltung von Benutzern, Geräten, Berechtigungen, Strategien und Lizenzen bedeutet.', }, { title: @@ -156,7 +156,7 @@ const currencyCopy = { { title: 'Individuell', subtitle: 'Individueller Self-Hosting Pro Plan', - price: '9,90 /Monat', + price: '11,88 /Monat', period: 'jährlich abgerechnet', items: [ { @@ -210,7 +210,7 @@ const currencyCopy = { { title: 'Basic', subtitle: 'Basic Self-Hosting Pro Plan', - price: '19,90 /Monat', + price: '23,88 /Monat', period: 'jährlich abgerechnet', items: [ { @@ -252,7 +252,7 @@ const currencyCopy = { { title: 'Angepasst', subtitle: 'Angepasster Pro Plan', - price: '19,90 /Monat', + price: '23,88 /Monat', period: 'jährlich abgerechnet', items: [ { @@ -260,10 +260,10 @@ const currencyCopy = { icon: 'tabler:checks', }, { - description: '1 $ für jeden zusätzlichen Benutzer', + description: '1,20 $ für jeden zusätzlichen Benutzer', }, { - description: '0,1 $ für jedes zusätzliche Gerät', + description: '0,12 $ für jedes zusätzliche Gerät', }, ], content: ` @@ -292,7 +292,7 @@ const currencyCopy = { { title: 'Angepasst V2', subtitle: 'Angepasster Pro Plan mit begrenzten gleichzeitigen Verbindungen', - price: '19,90 /Monat', + price: '23,88 /Monat', period: 'jährlich abgerechnet', items: [ { @@ -305,13 +305,13 @@ const currencyCopy = { 'Unbegrenzte gleichzeitige Sitzungen (in Tabs oder separaten Fenstern) pro gleichzeitiger Verbindung', }, { - description: '1 $ für jeden zusätzlichen Benutzer', + description: '1,20 $ für jeden zusätzlichen Benutzer', }, { - description: '0,1 $ für jedes zusätzliche Gerät', + description: '0,12 $ für jedes zusätzliche Gerät', }, { - description: '20 $ für jede zusätzliche gleichzeitige Verbindung', + description: '24 $ für jede zusätzliche gleichzeitige Verbindung', }, ], id: 'custom2', diff --git a/v3/src/pages/es/pricing.astro b/v3/src/pages/es/pricing.astro index ada09d10..64e62da0 100644 --- a/v3/src/pages/es/pricing.astro +++ b/v3/src/pages/es/pricing.astro @@ -57,7 +57,7 @@ const faqRawItems = [ { title: '¿Está integrado el web client en RustDesk Server Pro?', description: - 'Sí, está integrado, pero requiere el plan de $39.90/mes o superior. Consulte esta entrada de FAQ para más detalles. Para mayor claridad, web client significa usar RustDesk directamente en una pestaña del navegador para iniciar sesiones remotas, mientras que web console significa el sitio de administración de RustDesk Server Pro para gestionar usuarios, dispositivos, permisos, estrategias y licencias.', + 'Sí, está integrado, pero requiere el plan de $47.88/mes o superior. Consulte esta entrada de FAQ para más detalles. Para mayor claridad, web client significa usar RustDesk directamente en una pestaña del navegador para iniciar sesiones remotas, mientras que web console significa el sitio de administración de RustDesk Server Pro para gestionar usuarios, dispositivos, permisos, estrategias y licencias.', }, { title: @@ -156,7 +156,7 @@ const currencyCopy = { { title: 'Individual', subtitle: 'Plan Pro de alojamiento propio individual', - price: '9.90 /mes', + price: '11.88 /mes', period: 'facturado anualmente', items: [ { @@ -210,7 +210,7 @@ const currencyCopy = { { title: 'Básico', subtitle: 'Plan Pro de alojamiento propio básico', - price: '19.90 /mes', + price: '23.88 /mes', period: 'facturado anualmente', items: [ { @@ -252,7 +252,7 @@ const currencyCopy = { { title: 'Personalizado', subtitle: 'Plan Pro personalizado', - price: '19.90 /mes', + price: '23.88 /mes', period: 'facturado anualmente', items: [ { @@ -260,10 +260,10 @@ const currencyCopy = { icon: 'tabler:checks', }, { - description: '$1 por cada usuario adicional', + description: '$1.20 por cada usuario adicional', }, { - description: '$0.1 por cada dispositivo adicional', + description: '$0.12 por cada dispositivo adicional', }, ], content: ` @@ -292,7 +292,7 @@ const currencyCopy = { { title: 'Personalizado V2', subtitle: 'Plan Pro personalizado con conexiones concurrentes limitadas', - price: '19.90 /mes', + price: '23.88 /mes', period: 'facturado anualmente', items: [ { @@ -304,13 +304,13 @@ const currencyCopy = { description: 'Sesiones concurrentes ilimitadas (en pestañas o ventanas separadas) por conexión concurrente', }, { - description: '$1 por cada usuario adicional', + description: '$1.20 por cada usuario adicional', }, { - description: '$0.1 por cada dispositivo adicional', + description: '$0.12 por cada dispositivo adicional', }, { - description: '$20 por cada conexión concurrente adicional', + description: '$24 por cada conexión concurrente adicional', }, ], id: 'custom2', diff --git a/v3/src/pages/fr/pricing.astro b/v3/src/pages/fr/pricing.astro index f9a2b7ee..ce146310 100644 --- a/v3/src/pages/fr/pricing.astro +++ b/v3/src/pages/fr/pricing.astro @@ -57,7 +57,7 @@ const faqRawItems = [ { title: 'Le web client est-il intégré à RustDesk Server Pro ?', description: - 'Oui, il est intégré, mais il nécessite le plan à $39.90/mois ou supérieur. Veuillez consulter cette entrée de FAQ pour plus de détails. Pour clarifier, web client signifie utiliser RustDesk directement dans un onglet du navigateur pour démarrer des sessions à distance, tandis que web console signifie le site d\'administration de RustDesk Server Pro pour gérer les utilisateurs, les appareils, les autorisations, les stratégies et les licences.', + 'Oui, il est intégré, mais il nécessite le plan à $47.88/mois ou supérieur. Veuillez consulter cette entrée de FAQ pour plus de détails. Pour clarifier, web client signifie utiliser RustDesk directement dans un onglet du navigateur pour démarrer des sessions à distance, tandis que web console signifie le site d\'administration de RustDesk Server Pro pour gérer les utilisateurs, les appareils, les autorisations, les stratégies et les licences.', }, { title: @@ -156,7 +156,7 @@ const currencyCopy = { { title: 'Individuel', subtitle: 'Plan Pro auto-hébergé individuel', - price: '9,90 /mois', + price: '11,88 /mois', period: 'facturé annuellement', items: [ { @@ -210,7 +210,7 @@ const currencyCopy = { { title: 'Basique', subtitle: 'Plan Pro auto-hébergé basique', - price: '19,90 /mois', + price: '23,88 /mois', period: 'facturé annuellement', items: [ { @@ -252,7 +252,7 @@ const currencyCopy = { { title: 'Personnalisé', subtitle: 'Plan Pro personnalisé', - price: '19,90 /mois', + price: '23,88 /mois', period: 'facturé annuellement', items: [ { @@ -260,10 +260,10 @@ const currencyCopy = { icon: 'tabler:checks', }, { - description: '1 $ pour chaque utilisateur supplémentaire', + description: '1,20 $ pour chaque utilisateur supplémentaire', }, { - description: '0,1 $ pour chaque appareil supplémentaire', + description: '0,12 $ pour chaque appareil supplémentaire', }, ], content: ` @@ -292,7 +292,7 @@ const currencyCopy = { { title: 'Personnalisé V2', subtitle: 'Plan Pro personnalisé avec connexions simultanées limitées', - price: '19,90 /mois', + price: '23,88 /mois', period: 'facturé annuellement', items: [ { @@ -305,13 +305,13 @@ const currencyCopy = { 'Sessions simultanées illimitées (dans des onglets ou des fenêtres séparées) par connexion simultanée', }, { - description: '1 $ pour chaque utilisateur supplémentaire', + description: '1,20 $ pour chaque utilisateur supplémentaire', }, { - description: '0,1 $ pour chaque appareil supplémentaire', + description: '0,12 $ pour chaque appareil supplémentaire', }, { - description: '20 $ pour chaque connexion simultanée supplémentaire', + description: '24 $ pour chaque connexion simultanée supplémentaire', }, ], id: 'custom2', diff --git a/v3/src/pages/it/pricing.astro b/v3/src/pages/it/pricing.astro index a427a3d0..b759d128 100644 --- a/v3/src/pages/it/pricing.astro +++ b/v3/src/pages/it/pricing.astro @@ -57,7 +57,7 @@ const faqRawItems = [ { title: 'Il web client è integrato in RustDesk Server Pro?', description: - 'Sì, è integrato, ma richiede il piano da $39.90/mese o superiore. Per i dettagli, consulta questa voce delle FAQ. Per chiarezza, web client significa usare RustDesk direttamente in una scheda del browser per avviare sessioni remote, mentre web console significa il sito di amministrazione di RustDesk Server Pro per gestire utenti, dispositivi, permessi, strategie e licenze.', + 'Sì, è integrato, ma richiede il piano da $47.88/mese o superiore. Per i dettagli, consulta questa voce delle FAQ. Per chiarezza, web client significa usare RustDesk direttamente in una scheda del browser per avviare sessioni remote, mentre web console significa il sito di amministrazione di RustDesk Server Pro per gestire utenti, dispositivi, permessi, strategie e licenze.', }, { title: @@ -156,7 +156,7 @@ const currencyCopy = { { title: 'Individuale', subtitle: 'Piano self-hosting Pro individuale', - price: '9.90 /mese', + price: '11.88 /mese', period: 'fatturato annualmente', items: [ { @@ -210,7 +210,7 @@ const currencyCopy = { { title: 'Base', subtitle: 'Piano self-hosting Pro base', - price: '19.90 /mese', + price: '23.88 /mese', period: 'fatturato annualmente', items: [ { @@ -252,7 +252,7 @@ const currencyCopy = { { title: 'Personalizzato', subtitle: 'Piano Pro personalizzato', - price: '19.90 /mese', + price: '23.88 /mese', period: 'fatturato annualmente', items: [ { @@ -260,10 +260,10 @@ const currencyCopy = { icon: 'tabler:checks', }, { - description: '1$ per ogni utente aggiuntivo', + description: '1,20$ per ogni utente aggiuntivo', }, { - description: '0,1$ per ogni dispositivo aggiuntivo', + description: '0,12$ per ogni dispositivo aggiuntivo', }, ], content: ` @@ -292,7 +292,7 @@ const currencyCopy = { { title: 'Personalizzato V2', subtitle: 'Piano Pro personalizzato con connessioni simultanee limitate', - price: '19.90 /mese', + price: '23.88 /mese', period: 'fatturato annualmente', items: [ { @@ -303,13 +303,13 @@ const currencyCopy = { description: 'Sessioni simultanee illimitate (in schede o finestre separate) per connessione simultanea', }, { - description: '1$ per ogni utente aggiuntivo', + description: '1,20$ per ogni utente aggiuntivo', }, { - description: '0,1$ per ogni dispositivo aggiuntivo', + description: '0,12$ per ogni dispositivo aggiuntivo', }, { - description: '20$ per ogni connessione simultanea aggiuntiva', + description: '24$ per ogni connessione simultanea aggiuntiva', }, ], id: 'custom2', diff --git a/v3/src/pages/ja/pricing.astro b/v3/src/pages/ja/pricing.astro index bd85ca46..66e10fd7 100644 --- a/v3/src/pages/ja/pricing.astro +++ b/v3/src/pages/ja/pricing.astro @@ -57,7 +57,7 @@ const faqRawItems = [ { title: 'web client は RustDesk Server Pro に統合されていますか?', description: - 'はい、統合されていますが、$39.90/月以上のプランが必要です。詳細はこのFAQエントリをご確認ください。わかりやすく言うと、web client はブラウザタブで RustDesk を直接使ってリモートセッションを開始する機能で、web console はユーザー、デバイス、権限、戦略、ライセンスを管理する RustDesk Server Pro の管理サイトです。', + 'はい、統合されていますが、$47.88/月以上のプランが必要です。詳細はこのFAQエントリをご確認ください。わかりやすく言うと、web client はブラウザタブで RustDesk を直接使ってリモートセッションを開始する機能で、web console はユーザー、デバイス、権限、戦略、ライセンスを管理する RustDesk Server Pro の管理サイトです。', }, { title: '臨時のサポートケースについてはどうですか?無人アクセスなしで時々サポートが必要なデバイスがあります。', @@ -155,7 +155,7 @@ const currencyCopy = { { title: '個人', subtitle: '個人用セルフホスティングProプラン', - price: '9.90 /月', + price: '11.88 /月', period: '年間請求', items: [ { @@ -209,7 +209,7 @@ const currencyCopy = { { title: 'ベーシック', subtitle: 'ベーシックセルフホスティングProプラン', - price: '19.90 /月', + price: '23.88 /月', period: '年間請求', items: [ { @@ -251,7 +251,7 @@ const currencyCopy = { { title: 'カスタマイズ', subtitle: 'カスタマイズProプラン', - price: '19.90 /月', + price: '23.88 /月', period: '年間請求', items: [ { @@ -259,10 +259,10 @@ const currencyCopy = { icon: 'tabler:checks', }, { - description: '追加ユーザー1人につき$1', + description: '追加ユーザー1人につき$1.20', }, { - description: '追加デバイス1台につき$0.1', + description: '追加デバイス1台につき$0.12', }, ], content: ` @@ -291,7 +291,7 @@ const currencyCopy = { { title: 'カスタマイズV2', subtitle: '同時接続数制限付きカスタマイズProプラン', - price: '19.90 /月', + price: '23.88 /月', period: '年間請求', items: [ { @@ -302,13 +302,13 @@ const currencyCopy = { description: '同時接続ごとに無制限の同時セッション(タブまたは別ウィンドウ)', }, { - description: '追加ユーザー1人につき$1', + description: '追加ユーザー1人につき$1.20', }, { - description: '追加デバイス1台につき$0.1', + description: '追加デバイス1台につき$0.12', }, { - description: '追加同時接続1つにつき$20', + description: '追加同時接続1つにつき$24', }, ], id: 'custom2', diff --git a/v3/src/pages/ko/pricing.astro b/v3/src/pages/ko/pricing.astro index e9ce07ed..469c9091 100644 --- a/v3/src/pages/ko/pricing.astro +++ b/v3/src/pages/ko/pricing.astro @@ -55,7 +55,7 @@ const faqRawItems = [ { title: 'web client가 RustDesk Server Pro에 통합되어 있나요?', description: - '예, 통합되어 있지만 $39.90/월 이상의 요금제가 필요합니다. 자세한 내용은 이 FAQ 항목을 확인해 주세요. 혼동을 줄이기 위해 설명하면, web client는 브라우저 탭에서 RustDesk를 직접 사용해 원격 세션을 시작하는 기능이고, web console은 사용자, 장치, 권한, 정책, 라이선스를 관리하는 RustDesk Server Pro 관리자 웹사이트입니다.', + '예, 통합되어 있지만 $47.88/월 이상의 요금제가 필요합니다. 자세한 내용은 이 FAQ 항목을 확인해 주세요. 혼동을 줄이기 위해 설명하면, web client는 브라우저 탭에서 RustDesk를 직접 사용해 원격 세션을 시작하는 기능이고, web console은 사용자, 장치, 권한, 정책, 라이선스를 관리하는 RustDesk Server Pro 관리자 웹사이트입니다.', }, { title: '가끔 지원이 필요한 장치가 있습니다. 무인 액세스 없이 지원이 가능한가요?', @@ -153,7 +153,7 @@ const currencyCopy = { { title: '개인', subtitle: '개인 자체 호스팅 Pro 계획', - price: '9.90 /월', + price: '11.88 /월', period: '연간 청구', items: [ { @@ -207,7 +207,7 @@ const currencyCopy = { { title: '기본', subtitle: '기본 자체 호스팅 Pro 계획', - price: '19.90 /월', + price: '23.88 /월', period: '연간 청구', items: [ { @@ -249,7 +249,7 @@ const currencyCopy = { { title: '맞춤형', subtitle: '맞춤형 Pro 계획', - price: '19.90 /월', + price: '23.88 /월', period: '연간 청구', items: [ { @@ -257,10 +257,10 @@ const currencyCopy = { icon: 'tabler:checks', }, { - description: '$1 추가 사용자당', + description: '$1.20 추가 사용자당', }, { - description: '$0.1 추가 장치당', + description: '$0.12 추가 장치당', }, ], content: ` @@ -289,7 +289,7 @@ const currencyCopy = { { title: '맞춤형 V2', subtitle: '제한된 동시 연결이 있는 맞춤형 Pro 계획', - price: '19.90 /월', + price: '23.88 /월', period: '연간 청구', items: [ { @@ -300,13 +300,13 @@ const currencyCopy = { description: '동시 연결당 무제한 동시 세션(탭 또는 별도의 창)', }, { - description: '$1 추가 사용자당', + description: '$1.20 추가 사용자당', }, { - description: '$0.1 추가 장치당', + description: '$0.12 추가 장치당', }, { - description: '$20 추가 동시 연결당', + description: '$24 추가 동시 연결당', }, ], id: 'custom2', diff --git a/v3/src/pages/pricing.astro b/v3/src/pages/pricing.astro index badb1a65..9e2678c5 100644 --- a/v3/src/pages/pricing.astro +++ b/v3/src/pages/pricing.astro @@ -9,7 +9,7 @@ import CallToAction from '~/components/widgets/CallToAction.astro'; const metadata = { title: 'RustDesk Pricing - Self-Hosted Remote Desktop Server Plans', description: - 'Choose the right RustDesk self-hosting plan for your organization. Free open-source plan available. Pro plans starting at $9.90/month with advanced features for enterprise use.', + 'Choose the right RustDesk self-hosting plan for your organization. Free open-source plan available. Pro plans starting at $11.88/month with advanced features for enterprise use.', keywords: 'rustdesk pricing, self-hosted remote desktop pricing, remote desktop server cost, open source remote access pricing, enterprise remote desktop plans', author: 'RustDesk Team', @@ -57,7 +57,7 @@ const faqRawItems = [ { title: 'Is web client integrated into RustDesk Server Pro?', description: - 'Yes, it is integrated, but it requires the $39.90/month plan or higher. Please check this FAQ entry for details. For clarity, web client means using RustDesk directly in a browser tab to start remote sessions, while web console means the RustDesk Server Pro admin website for managing users, devices, permissions, strategies, and licenses.', + 'Yes, it is integrated, but it requires the $47.88/month plan or higher. Please check this FAQ entry for details. For clarity, web client means using RustDesk directly in a browser tab to start remote sessions, while web console means the RustDesk Server Pro admin website for managing users, devices, permissions, strategies, and licenses.', }, { title: @@ -156,7 +156,7 @@ const currencyCopy = { { title: 'Individual', subtitle: 'Individual self-hosting Pro plan', - price: '9.90 /month', + price: '11.88 /month', period: 'billed annually', items: [ { @@ -210,7 +210,7 @@ const currencyCopy = { { title: 'Basic', subtitle: 'Basic self-hosting Pro plan', - price: '19.90 /month', + price: '23.88 /month', period: 'billed annually', items: [ { @@ -252,7 +252,7 @@ const currencyCopy = { { title: 'Customized', subtitle: 'Customized Pro plan', - price: '19.90 /month', + price: '23.88 /month', period: 'billed annually', items: [ { @@ -260,10 +260,10 @@ const currencyCopy = { icon: 'tabler:checks', }, { - description: '$1 for each additional user', + description: '$1.20 for each additional user', }, { - description: '$0.1 for each additional device', + description: '$0.12 for each additional device', }, ], content: ` @@ -292,7 +292,7 @@ const currencyCopy = { { title: 'Customized V2', subtitle: 'Customized Pro plan with limited concurrent connections', - price: '19.90 /month', + price: '23.88 /month', period: 'billed annually', items: [ { @@ -303,13 +303,13 @@ const currencyCopy = { description: 'Unlimited concurrent sessions (in tabs or separate windows) per concurrent connection', }, { - description: '$1 for each additional user', + description: '$1.20 for each additional user', }, { - description: '$0.1 for each additional device', + description: '$0.12 for each additional device', }, { - description: '$20 for each additional concurrent connection', + description: '$24 for each additional concurrent connection', }, ], id: 'custom2', diff --git a/v3/src/pages/pt/pricing.astro b/v3/src/pages/pt/pricing.astro index 795d03de..74742c03 100644 --- a/v3/src/pages/pt/pricing.astro +++ b/v3/src/pages/pt/pricing.astro @@ -57,7 +57,7 @@ const faqRawItems = [ { title: 'O web client está integrado ao RustDesk Server Pro?', description: - 'Sim, ele é integrado, mas requer o plano de $39.90/mês ou superior. Consulte esta entrada de FAQ para mais detalhes. Para maior clareza, web client significa usar o RustDesk diretamente em uma aba do navegador para iniciar sessões remotas, enquanto web console significa o site administrativo do RustDesk Server Pro para gerenciar usuários, dispositivos, permissões, estratégias e licenças.', + 'Sim, ele é integrado, mas requer o plano de $47.88/mês ou superior. Consulte esta entrada de FAQ para mais detalhes. Para maior clareza, web client significa usar o RustDesk diretamente em uma aba do navegador para iniciar sessões remotas, enquanto web console significa o site administrativo do RustDesk Server Pro para gerenciar usuários, dispositivos, permissões, estratégias e licenças.', }, { title: @@ -156,7 +156,7 @@ const currencyCopy = { { title: 'Individual', subtitle: 'Plano Pro de auto-hospedagem individual', - price: '9,90 /mês', + price: '11,88 /mês', period: 'cobrado anualmente', items: [ { @@ -210,7 +210,7 @@ const currencyCopy = { { title: 'Básico', subtitle: 'Plano Pro de auto-hospedagem básico', - price: '19,90 /mês', + price: '23,88 /mês', period: 'cobrado anualmente', items: [ { @@ -252,7 +252,7 @@ const currencyCopy = { { title: 'Personalizado', subtitle: 'Plano Pro personalizado', - price: '19,90 /mês', + price: '23,88 /mês', period: 'cobrado anualmente', items: [ { @@ -260,10 +260,10 @@ const currencyCopy = { icon: 'tabler:checks', }, { - description: '$1 para cada usuário adicional', + description: '$1,20 para cada usuário adicional', }, { - description: '$0,1 para cada dispositivo adicional', + description: '$0,12 para cada dispositivo adicional', }, ], content: ` @@ -292,7 +292,7 @@ const currencyCopy = { { title: 'Personalizado V2', subtitle: 'Plano Pro personalizado com conexões simultâneas limitadas', - price: '19,90 /mês', + price: '23,88 /mês', period: 'cobrado anualmente', items: [ { @@ -303,13 +303,13 @@ const currencyCopy = { description: 'Sessões simultâneas ilimitadas (em abas ou janelas separadas) por conexão simultânea', }, { - description: '$1 para cada usuário adicional', + description: '$1,20 para cada usuário adicional', }, { - description: '$0,1 para cada dispositivo adicional', + description: '$0,12 para cada dispositivo adicional', }, { - description: '$20 para cada conexão simultânea adicional', + description: '$24 para cada conexão simultânea adicional', }, ], id: 'custom2', diff --git a/v3/src/pages/zh-cn/pricing.astro b/v3/src/pages/zh-cn/pricing.astro index e49b7e9f..8ec6333f 100644 --- a/v3/src/pages/zh-cn/pricing.astro +++ b/v3/src/pages/zh-cn/pricing.astro @@ -55,7 +55,7 @@ const faqRawItems = [ { title: 'web client 是否已集成到 RustDesk Server Pro?', description: - '是的,已集成,但需要 $39.90/月 或更高的计划。详情请查看此FAQ 条目。为避免混淆,web client 指在浏览器标签页中直接使用 RustDesk 发起远程会话,web console 指 RustDesk Server Pro 的管理后台网站,用于管理用户、设备、权限、策略和许可证。', + '是的,已集成,但需要 $47.88/月 或更高的计划。详情请查看此FAQ 条目。为避免混淆,web client 指在浏览器标签页中直接使用 RustDesk 发起远程会话,web console 指 RustDesk Server Pro 的管理后台网站,用于管理用户、设备、权限、策略和许可证。', }, { title: '临时支持案例怎么办?我们有一些无需无人值守的设备需要偶尔支持', @@ -155,7 +155,7 @@ const currencyCopy = { { title: '个人', subtitle: '个人自托管 专业版 计划', - price: '9.90 /月', + price: '11.88 /月', period: '按年计费', items: [ { @@ -209,7 +209,7 @@ const currencyCopy = { { title: '基础版', subtitle: '基础自托管 专业版 计划', - price: '19.90 /月', + price: '23.88 /月', period: '按年计费', items: [ { @@ -251,7 +251,7 @@ const currencyCopy = { { title: '定制版', subtitle: '定制 专业版 计划', - price: '19.90 /月', + price: '23.88 /月', period: '按年计费', items: [ { @@ -259,10 +259,10 @@ const currencyCopy = { icon: 'tabler:checks', }, { - description: '每增加一个用户 $1', + description: '每增加一个用户 $1.20', }, { - description: '每增加一个设备 $0.1', + description: '每增加一个设备 $0.12', }, ], content: ` @@ -291,7 +291,7 @@ const currencyCopy = { { title: '定制版 V2', subtitle: '定制 专业版 计划,有限的并发连接', - price: '19.90 /月', + price: '23.88 /月', period: '按年计费', items: [ { @@ -303,13 +303,13 @@ const currencyCopy = { description: '每个并发连接的无限并发会话(在标签页或单独的窗口中)', }, { - description: '每增加一个用户 $1', + description: '每增加一个用户 $1.20', }, { - description: '每增加一个设备 $0.1', + description: '每增加一个设备 $0.12', }, { - description: '每增加一个并发连接 $20', + description: '每增加一个并发连接 $24', }, ], id: 'custom2', diff --git a/v3/src/pages/zh-tw/pricing.astro b/v3/src/pages/zh-tw/pricing.astro index 03460a89..2c9f5c5a 100644 --- a/v3/src/pages/zh-tw/pricing.astro +++ b/v3/src/pages/zh-tw/pricing.astro @@ -53,7 +53,7 @@ const faqRawItems = [ { title: 'web client 是否已整合到 RustDesk Server Pro?', description: - '是的,已整合,但需要 $39.90/月 或更高方案。詳情請查看此FAQ 條目。為避免混淆,web client 指在瀏覽器分頁中直接使用 RustDesk 發起遠端工作階段,web console 指 RustDesk Server Pro 的管理後台網站,用於管理使用者、裝置、權限、策略與授權。', + '是的,已整合,但需要 $47.88/月 或更高方案。詳情請查看此FAQ 條目。為避免混淆,web client 指在瀏覽器分頁中直接使用 RustDesk 發起遠端工作階段,web console 指 RustDesk Server Pro 的管理後台網站,用於管理使用者、裝置、權限、策略與授權。', }, { title: '對於臨時支持案例怎麼辦?我們有一些設備需要偶爾支持,但不需要無人值守訪問。', @@ -151,7 +151,7 @@ const currencyCopy = { { title: '個人', subtitle: '個人自託管專業版計劃', - price: '9.90 /月', + price: '11.88 /月', period: '年付', items: [ { @@ -205,7 +205,7 @@ const currencyCopy = { { title: '基本', subtitle: '基本自託管專業版計劃', - price: '19.90 /月', + price: '23.88 /月', period: '年付', items: [ { @@ -247,7 +247,7 @@ const currencyCopy = { { title: '自定義', subtitle: '自定義專業版計劃', - price: '19.90 /月', + price: '23.88 /月', period: '年付', items: [ { @@ -255,10 +255,10 @@ const currencyCopy = { icon: 'tabler:checks', }, { - description: '每增加一位用戶1美元', + description: '每增加一位用戶1.20美元', }, { - description: '每增加一台設備0.1美元', + description: '每增加一台設備0.12美元', }, ], content: ` @@ -287,7 +287,7 @@ const currencyCopy = { { title: '自定義 V2', subtitle: '自定義專業版計劃,限制並發連接', - price: '19.90 /月', + price: '23.88 /月', period: '年付', items: [ { @@ -298,13 +298,13 @@ const currencyCopy = { description: '每個並發連接可無限制的並發會話(在標籤頁或單獨窗口中)', }, { - description: '每增加一位用戶1美元', + description: '每增加一位用戶1.20美元', }, { - description: '每增加一台設備0.1美元', + description: '每增加一台設備0.12美元', }, { - description: '每增加一個並發連接20美元', + description: '每增加一個並發連接24美元', }, ], id: 'custom2',