فهرست منبع

add v2 & multi-language support

Ray Lee 5 سال پیش
والد
کامیت
205bbbf210
9فایلهای تغییر یافته به همراه1194 افزوده شده و 0 حذف شده
  1. 134 0
      v2/de/app-content.html
  2. 133 0
      v2/en/app-content.html
  3. 133 0
      v2/es/app-content.html
  4. 133 0
      v2/fr/app-content.html
  5. 133 0
      v2/it/app-content.html
  6. 135 0
      v2/jp/app-content.html
  7. 133 0
      v2/ru/app-content.html
  8. 130 0
      v2/zh-cn/app-content.html
  9. 130 0
      v2/zh-tw/app-content.html

+ 134 - 0
v2/de/app-content.html

@@ -0,0 +1,134 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
+  <meta name="robots" content="noindex, nofollow">
+  <meta name="title" content="Kdan Mobile" />
+  <meta name="copyright" content="KdanMobile.com" />
+  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
+  <title>Kdan Mobile</title>
+
+  <style>
+    * {
+      box-sizing: border-box;
+    }
+
+    html {
+      font-family: Arial;
+      font-size: 16px;
+      line-height: 1.5;
+      color: #000;
+    }
+
+    body {
+      margin: 0;
+    }
+
+    section {
+      position: relative;
+      display: block;
+      margin: 5px auto 0;
+      width: 100%;
+      padding: 0 20px;
+      overflow: hidden;
+    }
+
+    article {
+      overflow-y: hidden;
+    }
+
+    p {
+      margin-bottom: 0;
+      line-height: 1.5;
+      font-size: 14px;
+    }
+
+
+    /*ip5*/
+    @media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.4;
+        font-size: 12px;
+      }
+    }
+
+    /*ip6, 7, 8*/
+    @media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 14px;
+      }
+    }
+
+    /*ip6, 7, 8 +*/
+    @media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 16px;
+      }
+    }
+
+    /*ip10*/
+    @media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
+
+      p {
+        margin-bottom: 15px;
+        line-height: 1.6;
+        font-size: 16px;
+      }
+    }
+
+    /* ipad box */
+    @media only screen and (min-device-width : 510px) and (max-device-width : 550px) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 14px;
+      }
+    }
+
+
+
+    p.standcolor {
+      color: rgb(0, 122, 255);
+    }
+
+    a.standcolor {
+      display: inline-block;
+      width: 48%;
+      text-align: center;
+      color: rgb(0, 122, 255);
+    }
+
+    a.standcolor-style2 {
+      display: inline-block;
+      color: rgb(0, 122, 255);
+    }
+  </style>
+
+</head>
+
+<body>
+  <section>
+    <article>
+      <p>- Kdan Cloud: beinhaltet 500GB Kdan Cloud-Speicher. Zwei Optionen verfügbar: 2,99 $/Monat oder 9,99 $/Jahr</p>
+      <p>- Write-on Video Pro: entsperren Sie alle erweiterten Funktionen und 500GB Kdan Cloud-Speicher. Drei Optionen verfügbar: 3,99 $/Monat, 8,99 $/Vierteljahr, 15,99 $/Jahr</p>
+      <p>- Creativity 365 bietet alle Funktionen in der App-Serie Write-on Video und Kdan Creativity 365 sowie 1TB Kdan Cloud-Speicher. Kostenlose Testversion verfügbar. Drei Optionen verfügbar: 9,99 $/Monat, 19,99 $/Vierteljahr, 59,99 $/Jahr</p>
+      <p>
+        Abonnements werden nach der Kaufbestätigung durch Ihr iTunes Konto bezahlt.
+        Dein Abonnement wird automatisch erneuert, außer es wird mindestens 24 Stunden vor Ablauf der aktuellen Laufzeit gekündigt.
+        24 Stunden vor Ablauf des aktuellen Abonnements wird Ihr iTunes Konto mit den Gebühren in Höhe des aktuellen Preises für das Abo bei gleicher Laufzeit belastet werden.
+        Sie können Ihr Abonnement nach dem Kauf unter den iTunes Kontoeinstellungen bearbeiten.
+        Während der aktuellen Laufzeit ist eine Kündigung des aktuellen Abonnements nicht möglich.
+      </p>
+
+      <p>Dienstleistungsbedingungen: <a class="standcolor-style2" href="https://cloud.kdanmobile.com/articles/terms_of_service">https://cloud.kdanmobile.com/articles/terms_of_service</a></p>
+      <p>Datenschutzerklärung: <a class="standcolor-style2" href="https://cloud.kdanmobile.com/articles/privacy_policy">https://cloud.kdanmobile.com/articles/privacy_policy</a></p>
+    </article>
+  </section>
+</body>
+</html>

+ 133 - 0
v2/en/app-content.html

@@ -0,0 +1,133 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
+  <meta name="robots" content="noindex, nofollow">
+  <meta name="title" content="Kdan Mobile" />
+  <meta name="copyright" content="KdanMobile.com" />
+  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
+  <title>Kdan Mobile</title>
+
+  <style>
+    * {
+      box-sizing: border-box;
+    }
+
+    html {
+      font-family: Arial;
+      font-size: 16px;
+      line-height: 1.5;
+      color: #000;
+    }
+
+    body {
+      margin: 0;
+    }
+
+    section {
+      position: relative;
+      display: block;
+      margin: 5px auto 0;
+      width: 100%;
+      padding: 0 20px;
+      overflow: hidden;
+    }
+
+    article {
+      overflow-y: hidden;
+    }
+
+    p {
+      margin-bottom: 0;
+      line-height: 1.5;
+      font-size: 14px;
+    }
+
+
+    /*ip5*/
+    @media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.4;
+        font-size: 12px;
+      }
+    }
+
+    /*ip6, 7, 8*/
+    @media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 14px;
+      }
+    }
+
+    /*ip6, 7, 8 +*/
+    @media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 16px;
+      }
+    }
+
+    /*ip10*/
+    @media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
+
+      p {
+        margin-bottom: 15px;
+        line-height: 1.6;
+        font-size: 16px;
+      }
+    }
+
+    /* ipad box */
+    @media only screen and (min-device-width : 510px) and (max-device-width : 550px) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 14px;
+      }
+    }
+
+
+
+    p.standcolor {
+      color: rgb(0, 122, 255);
+    }
+
+    a.standcolor {
+      display: inline-block;
+      width: 48%;
+      text-align: center;
+      color: rgb(0, 122, 255);
+    }
+
+    a.standcolor-style2 {
+      display: inline-block;
+      color: rgb(0, 122, 255);
+    }
+  </style>
+
+</head>
+
+<body>
+  <section>
+    <article>
+      <p>- Kdan Cloud: includes 500GB Kdan Cloud Storage. Two options provided: $2.99/month or $9.99/year</p>
+      <p>- Write-on Video Pro: unlock all advanced features and 500GB Kdan Cloud storage. Three options provided: $3.99/month, $8.99/ quarter, $15.99/year</p>
+      <p>- Creativity 365 offers all features in Write-on Video and Kdan Creativity 365 app series, plus 1TB Kdan Cloud Storage. Free trial available. Three options provided: $9.99/month, $19.99/quarter, $59.99/year</p>
+      <p>
+        Subscriptions will be charged through your iTunes account at the confirmation of purchase.
+        Your subscriptions will automatically renew unless cancelled at least 24 hours before the end of current subscription period.
+        Your iTunes account will be charged for renewal within 24-hours prior to the end of the current period, for the same duration and at the current subscription price.
+        You may manage your subscriptions in your iTunes Account Settings after purchase.
+        Cancellation of the current subscription is not allowed during an active subscription period.
+      </p>
+      <p>Terms of Service: <a class="standcolor-style2" href="https://cloud.kdanmobile.com/articles/terms_of_service">https://cloud.kdanmobile.com/articles/terms_of_service</a></p>
+      <p>Privacy Policy: <a class="standcolor-style2" href="https://cloud.kdanmobile.com/articles/privacy_policy">https://cloud.kdanmobile.com/articles/privacy_policy</a></p>
+    </article>
+  </section>
+</body>
+</html>

+ 133 - 0
v2/es/app-content.html

@@ -0,0 +1,133 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
+  <meta name="robots" content="noindex, nofollow">
+  <meta name="title" content="Kdan Mobile" />
+  <meta name="copyright" content="KdanMobile.com" />
+  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
+  <title>Kdan Mobile</title>
+
+  <style>
+    * {
+      box-sizing: border-box;
+    }
+
+    html {
+      font-family: Arial;
+      font-size: 16px;
+      line-height: 1.5;
+      color: #000;
+    }
+
+    body {
+      margin: 0;
+    }
+
+    section {
+      position: relative;
+      display: block;
+      margin: 5px auto 0;
+      width: 100%;
+      padding: 0 20px;
+      overflow: hidden;
+    }
+
+    article {
+      overflow-y: hidden;
+    }
+
+    p {
+      margin-bottom: 0;
+      line-height: 1.5;
+      font-size: 14px;
+    }
+
+
+    /*ip5*/
+    @media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.4;
+        font-size: 12px;
+      }
+    }
+
+    /*ip6, 7, 8*/
+    @media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 14px;
+      }
+    }
+
+    /*ip6, 7, 8 +*/
+    @media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 16px;
+      }
+    }
+
+    /*ip10*/
+    @media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
+
+      p {
+        margin-bottom: 15px;
+        line-height: 1.6;
+        font-size: 16px;
+      }
+    }
+
+    /* ipad box */
+    @media only screen and (min-device-width : 510px) and (max-device-width : 550px) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 14px;
+      }
+    }
+
+
+
+    p.standcolor {
+      color: rgb(0, 122, 255);
+    }
+
+    a.standcolor {
+      display: inline-block;
+      width: 48%;
+      text-align: center;
+      color: rgb(0, 122, 255);
+    }
+
+    a.standcolor-style2 {
+      display: inline-block;
+      color: rgb(0, 122, 255);
+    }
+  </style>
+
+</head>
+
+<body>
+  <section>
+    <article>
+      <p>- Kdan Cloud: incluye 500GB Kdan de almacenamiento en la nube. Dos opciones disponibles: 2,99 USD/mes o 9,99 USD/año</p>
+      <p>- Write-on Video Pro: aprovecha todas las funciones avanzadas y el almacenamiento en la nube de 500GB Kdan. Tres opciones disponibles: 3,99 USD/mes, 8,99 USD/trimestre, 15,99 USD/año</p>
+      <p>- Creativity 365 ofrece todas las funciones de las series de aplicaciones Write-on Video y Kdan Creativity 365 más 1TB Kdan de almacenamiento en la nube. Prueba de evaluación gratis disponible. Tres opciones disponibles: 9,99 USD/mes, 19,99 USD/trimestre, 59,99 USD/año</p>
+      <p>
+        Las suscripciones se cargarán a través de tu cuenta de iTunes en la confirmación de compra.
+        Tus suscripciones se renovarán automáticamente a no ser que se cancelen al menos 24 horas antes del final del ciclo de tu suscripción actual.
+        Tu cuenta de iTunes será cargada para la renovación dentro de las 24 horas antes del final del ciclo actual, con la misma duración y al precio de la suscripción actual.
+        Puedes administrar tus suscripciones en Configuración de tu cuenta de iTunes después de la compra.
+        No se permite la cancelación de la suscripción actual durante un periodo de suscripción activo.
+      </p>
+      <p>Términos de Servicio: <a class="standcolor-style2" href="https://cloud.kdanmobile.com/articles/terms_of_service">https://cloud.kdanmobile.com/articles/terms_of_service</a></p>
+      <p>Política de privacidad: <a class="standcolor-style2" href="https://cloud.kdanmobile.com/articles/privacy_policy">https://cloud.kdanmobile.com/articles/privacy_policy</a></p>
+    </article>
+  </section>
+</body>
+</html>

+ 133 - 0
v2/fr/app-content.html

@@ -0,0 +1,133 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
+  <meta name="robots" content="noindex, nofollow">
+  <meta name="title" content="Kdan Mobile" />
+  <meta name="copyright" content="KdanMobile.com" />
+  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
+  <title>Kdan Mobile</title>
+
+  <style>
+    * {
+      box-sizing: border-box;
+    }
+
+    html {
+      font-family: Arial;
+      font-size: 16px;
+      line-height: 1.5;
+      color: #000;
+    }
+
+    body {
+      margin: 0;
+    }
+
+    section {
+      position: relative;
+      display: block;
+      margin: 5px auto 0;
+      width: 100%;
+      padding: 0 20px;
+      overflow: hidden;
+    }
+
+    article {
+      overflow-y: hidden;
+    }
+
+    p {
+      margin-bottom: 0;
+      line-height: 1.5;
+      font-size: 14px;
+    }
+
+
+    /*ip5*/
+    @media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.4;
+        font-size: 12px;
+      }
+    }
+
+    /*ip6, 7, 8*/
+    @media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 14px;
+      }
+    }
+
+    /*ip6, 7, 8 +*/
+    @media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 16px;
+      }
+    }
+
+    /*ip10*/
+    @media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
+
+      p {
+        margin-bottom: 15px;
+        line-height: 1.6;
+        font-size: 16px;
+      }
+    }
+
+    /* ipad box */
+    @media only screen and (min-device-width : 510px) and (max-device-width : 550px) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 14px;
+      }
+    }
+
+
+
+    p.standcolor {
+      color: rgb(0, 122, 255);
+    }
+
+    a.standcolor {
+      display: inline-block;
+      width: 48%;
+      text-align: center;
+      color: rgb(0, 122, 255);
+    }
+
+    a.standcolor-style2 {
+      display: inline-block;
+      color: rgb(0, 122, 255);
+    }
+  </style>
+
+</head>
+
+<body>
+  <section>
+    <article>
+      <p>- Kdan Cloud : inclut 500GB de Stockage Cloud Kdan. Deux options offertes : 2,99$/mois ou 9,99$/an</p>
+      <p>- Write-on Video Pro: déverrouille toutes les fonctionnalités avancées et 500GB de Stockage Cloud Kdan. Trois options offertes : 3,99$/mois, 8,99$/trimestre, 15,99$/an</p>
+      <p>- Creativity 365 offre toutes les fonctionnalités des séries d'applications Write-on Video et Kdan Creativity 365, ainsi que 1TB de Stockage Cloud Kdan. Essai gratuit disponible. Trois options offertes : 9,99$/mois, 19,99$/trimestre, 59,99$/année</p>
+      <p>
+        Les abonnements vous seront facturés par le biais de votre compte iTunes au moment de la confirmation de votre achat.
+        Vos abonnements seront renouvelés utomatiquement sauf en cas d'annulation au plus tard 24h avant la fin de l'abonnement actuel.
+        Votre compte iTunes sera facturé pour son renouvellement dans les 24h avant la fin cycle actuel, pour la même durée et au même prix.
+        Vous pouvez gérer vos abonnements dans les réglages de votres compte iTunes après achat.
+        Aucune annulation de l'abonnement en cours n'est autorisée pendant la période.
+      </p>
+      <p>Conditions de service: <a class="standcolor-style2" href="https://cloud.kdanmobile.com/articles/terms_of_service">https://cloud.kdanmobile.com/articles/terms_of_service</a></p>
+      <p>Politique de confidentialité: <a class="standcolor-style2" href="https://cloud.kdanmobile.com/articles/privacy_policy">https://cloud.kdanmobile.com/articles/privacy_policy</a></p>
+    </article>
+  </section>
+</body>
+</html>

+ 133 - 0
v2/it/app-content.html

@@ -0,0 +1,133 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
+  <meta name="robots" content="noindex, nofollow">
+  <meta name="title" content="Kdan Mobile" />
+  <meta name="copyright" content="KdanMobile.com" />
+  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
+  <title>Kdan Mobile</title>
+
+  <style>
+    * {
+      box-sizing: border-box;
+    }
+
+    html {
+      font-family: Arial;
+      font-size: 16px;
+      line-height: 1.5;
+      color: #000;
+    }
+
+    body {
+      margin: 0;
+    }
+
+    section {
+      position: relative;
+      display: block;
+      margin: 5px auto 0;
+      width: 100%;
+      padding: 0 20px;
+      overflow: hidden;
+    }
+
+    article {
+      overflow-y: hidden;
+    }
+
+    p {
+      margin-bottom: 0;
+      line-height: 1.5;
+      font-size: 14px;
+    }
+
+
+    /*ip5*/
+    @media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.4;
+        font-size: 12px;
+      }
+    }
+
+    /*ip6, 7, 8*/
+    @media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 14px;
+      }
+    }
+
+    /*ip6, 7, 8 +*/
+    @media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 16px;
+      }
+    }
+
+    /*ip10*/
+    @media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
+
+      p {
+        margin-bottom: 15px;
+        line-height: 1.6;
+        font-size: 16px;
+      }
+    }
+
+    /* ipad box */
+    @media only screen and (min-device-width : 510px) and (max-device-width : 550px) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 14px;
+      }
+    }
+
+
+
+    p.standcolor {
+      color: rgb(0, 122, 255);
+    }
+
+    a.standcolor {
+      display: inline-block;
+      width: 48%;
+      text-align: center;
+      color: rgb(0, 122, 255);
+    }
+
+    a.standcolor-style2 {
+      display: inline-block;
+      color: rgb(0, 122, 255);
+    }
+  </style>
+
+</head>
+
+<body>
+  <section>
+    <article>
+      <p>- Kdan Cloud: include 500GB Kdan Cloud Storage. Sono disponibili due opzioni: $ 2,99/mese o $ 9,99/anno</p>
+      <p>- Write-on Video Pro: sblocca tutte le funzioni avanzate e 500GB Kdan Archiviazione cloud. Sono disponibili tre opzioni: $ 3,99/mese, $ 8,99/trimestre, $ 15,99/anno</p>
+      <p>- Creativity 365 offre tutte le funzioni nelle serie di app Write-on Video e Kdan Creativity 365, oltre a 1TB Kdan Cloud Storage. Prova gratuita disponibile. Sono disponibili tre opzioni: $ 9,99/mese, $ 19,99/trimestre, $ 59,99/anno</p>
+      <p>
+        l’iscrizione verrà addebitata attraverso il tuo account su iTunes alla conferma dell'acquisto.
+        I’abbonamento verrà rinnovato automaticamente a meno che non viene annullata almeno 24 ore prima della fine del ciclo di sottoscrizione corrente.
+        Il tuo account iTunes verrà addebitato per il rinnovo entro 24 ore prima della fine del ciclo attuale, per la stessa durata e al prezzo di sottoscrizione corrente.
+        Puoi gestire le proprie iscrizioni nelle Impostazioni dell’account iTunes dopo l'acquisto.
+        Cancellazione della sottoscrizione corrente non è consentito durante un periodo di abbonamento attivo.
+      </p>
+      <p>Termini di servizio: <a class="standcolor-style2" href="https://cloud.kdanmobile.com/articles/terms_of_service">https://cloud.kdanmobile.com/articles/terms_of_service</a></p>
+      <p>Politica sulla riservatezza: <a class="standcolor-style2" href="https://cloud.kdanmobile.com/articles/privacy_policy">https://cloud.kdanmobile.com/articles/privacy_policy</a></p>
+    </article>
+  </section>
+</body>
+</html>

+ 135 - 0
v2/jp/app-content.html

@@ -0,0 +1,135 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
+  <meta name="robots" content="noindex, nofollow">
+  <meta name="title" content="Kdan Mobile" />
+  <meta name="copyright" content="KdanMobile.com" />
+  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
+  <title>Kdan Mobile</title>
+
+  <style>
+    * {
+      box-sizing: border-box;
+    }
+
+    html {
+      font-family: Arial;
+      font-size: 16px;
+      line-height: 1.5;
+      color: #000;
+    }
+
+    body {
+      margin: 0;
+    }
+
+    section {
+      position: relative;
+      display: block;
+      margin: 5px auto 0;
+      width: 100%;
+      padding: 0 20px;
+      overflow: hidden;
+    }
+
+    article {
+      overflow-y: hidden;
+    }
+
+    p {
+      margin-bottom: 0;
+      line-height: 1.5;
+      font-size: 14px;
+    }
+
+
+    /*ip5*/
+    @media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.4;
+        font-size: 12px;
+      }
+    }
+
+    /*ip6, 7, 8*/
+    @media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 14px;
+      }
+    }
+
+    /*ip6, 7, 8 +*/
+    @media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 16px;
+      }
+    }
+
+    /*ip10*/
+    @media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
+
+      p {
+        margin-bottom: 15px;
+        line-height: 1.6;
+        font-size: 16px;
+      }
+    }
+
+    /* ipad box */
+    @media only screen and (min-device-width : 510px) and (max-device-width : 550px) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 14px;
+      }
+    }
+
+
+
+    p.standcolor {
+      color: rgb(0, 122, 255);
+    }
+
+    a.standcolor {
+      display: inline-block;
+      width: 48%;
+      text-align: center;
+      color: rgb(0, 122, 255);
+    }
+
+    a.standcolor-style2 {
+      display: inline-block;
+      color: rgb(0, 122, 255);
+    }
+  </style>
+
+</head>
+
+<body>
+  <section>
+    <article>
+      <p>- Kdan Cloud:500GB Kdanクラウドストレージを含みます。 2つのオプションでご提供:$2.99/月、または$9.99/年</p>
+      <p>- Write-on Video Pro用ビデオ書き込み:すべての高度な機能と500GB Kdanクラウドストレージのロックを解除します。 3つのオプションでご提供:$3.99/月、$8.99/四半期、$15.99/年</p>
+      <p>- Creativity 365:Write-on VideoとKdan Creativity 365アプリケーションシリーズのすべての機能、さらに1TB Kdanクラウドストレージを提供します。 無料トライアル実施中。 3つのオプションでご提供:$9.99/月、$19.99/四半期、$ 59.99/年</p>
+      <p>
+        定期購読契約は、あなたのiTunesアカウントから購入が確認された時点で変更されます。
+        あなたの定期購読契約は、現在の定期購読契約期間終了の最低24時間前までに解約されない限り、自動的に更新されます。
+        更新料は、現在の定期購読契約期間終了までの24時間内に、現在と同様の期間で料金があなたのiTunesアカウントに請求されます。
+        あなたは、購入後にiTunesのアカウント設定から定期購読の管理をする事ができます。
+        定期購読の期間中に現在の定期購読を解約する事できません。
+      </p>
+
+
+      <p>サービス利用規約:<a class="standcolor-style2" href="https://cloud.kdanmobile.com/articles/terms_of_service">https://cloud.kdanmobile.com/articles/terms_of_service</a></p>
+      <p>プライバシーポリシー:<a class="standcolor-style2" href="https://cloud.kdanmobile.com/articles/privacy_policy">https://cloud.kdanmobile.com/articles/privacy_policy</a></p>
+    </article>
+  </section>
+</body>
+</html>

+ 133 - 0
v2/ru/app-content.html

@@ -0,0 +1,133 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+  <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
+  <meta name="robots" content="noindex, nofollow">
+  <meta name="title" content="Kdan Mobile" />
+  <meta name="copyright" content="KdanMobile.com" />
+  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
+  <title>Kdan Mobile</title>
+
+  <style>
+    * {
+      box-sizing: border-box;
+    }
+
+    html {
+      font-family: Arial;
+      font-size: 16px;
+      line-height: 1.5;
+      color: #000;
+    }
+
+    body {
+      margin: 0;
+    }
+
+    section {
+      position: relative;
+      display: block;
+      margin: 5px auto 0;
+      width: 100%;
+      padding: 0 20px;
+      overflow: hidden;
+    }
+
+    article {
+      overflow-y: hidden;
+    }
+
+    p {
+      margin-bottom: 0;
+      line-height: 1.5;
+      font-size: 14px;
+    }
+
+
+    /*ip5*/
+    @media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.4;
+        font-size: 12px;
+      }
+    }
+
+    /*ip6, 7, 8*/
+    @media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 14px;
+      }
+    }
+
+    /*ip6, 7, 8 +*/
+    @media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 16px;
+      }
+    }
+
+    /*ip10*/
+    @media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
+
+      p {
+        margin-bottom: 15px;
+        line-height: 1.6;
+        font-size: 16px;
+      }
+    }
+
+    /* ipad box */
+    @media only screen and (min-device-width : 510px) and (max-device-width : 550px) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 14px;
+      }
+    }
+
+
+
+    p.standcolor {
+      color: rgb(0, 122, 255);
+    }
+
+    a.standcolor {
+      display: inline-block;
+      width: 48%;
+      text-align: center;
+      color: rgb(0, 122, 255);
+    }
+
+    a.standcolor-style2 {
+      display: inline-block;
+      color: rgb(0, 122, 255);
+    }
+  </style>
+
+</head>
+
+<body>
+  <section>
+    <article>
+      <p>- Kdan Cloud: включает 500GB Kdan места в облачном хранилище. Предоставляются два варианта: $2.99/месяц или $9.99/год.</p>
+      <p>- Write-on Video Pro: получение доступа к расширенным функциям и 500GB Kdan места в облачном хранилище. Предоставляются три варианта: $3.99/месяц, $8.99/три месяца или $15.99/год.</p>
+      <p>- Creativity 365 предлагает все функции в серии приложений Write-on Video и Kdan Creativity 365, а также 1TB Kdan места в облачном хранилище. Доступна бесплатная пробная версия. Предоставляются три варианта: $9.99/месяц,  $19.99/три месяца или $59.99/год.</p>
+      <p>
+        Стоимость подписки взымается через ваш iTunes аккаунт после подтверждения покупки.
+        Ваша подписка будет автоматически продлеваться, если она не была отменена по крайней мере за 24 часа до конца текущего цикла подписки.
+        За 24 часа до окончания текущей подписки, с вашего iTunes аккаунта будет взыматься плата за продление подписки на тот же срок и по текущей цене подписки.
+        После приобретения, Вы можете управлять своими подписками через Настройки iTunes аккаунта.
+        В течении активного периода подписки отмена данной подписки не допустима.
+      </p>
+      <p>Условия Соглашения: <a class="standcolor-style2" href="https://cloud.kdanmobile.com/articles/terms_of_service">https://cloud.kdanmobile.com/articles/terms_of_service</a></p>
+      <p>Политика конфиденциальности: <a class="standcolor-style2" href="https://cloud.kdanmobile.com/articles/privacy_policy">https://cloud.kdanmobile.com/articles/privacy_policy</a></p>
+    </article>
+  </section>
+</body>
+</html>

+ 130 - 0
v2/zh-cn/app-content.html

@@ -0,0 +1,130 @@
+<!DOCTYPE html>
+<html lang="zh-Hans-CN">
+
+<head>
+  <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
+  <meta name="robots" content="noindex, nofollow">
+  <meta name="title" content="Kdan Mobile" />
+  <meta name="copyright" content="KdanMobile.com" />
+  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
+  <title>Kdan Mobile</title>
+
+  <style>
+    * {
+      box-sizing: border-box;
+    }
+
+    html {
+      font-family: Arial;
+      font-size: 16px;
+      line-height: 1.5;
+      color: #000;
+    }
+
+    body {
+      margin: 0;
+    }
+
+    section {
+      position: relative;
+      display: block;
+      margin: 5px auto 0;
+      width: 100%;
+      padding: 0 20px;
+      overflow: hidden;
+    }
+
+    article {
+      overflow-y: hidden;
+    }
+
+    p {
+      margin-bottom: 0;
+      line-height: 1.5;
+      font-size: 14px;
+    }
+
+
+    /*ip5*/
+    @media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.4;
+        font-size: 12px;
+      }
+    }
+
+    /*ip6, 7, 8*/
+    @media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 14px;
+      }
+    }
+
+    /*ip6, 7, 8 +*/
+    @media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 16px;
+      }
+    }
+
+    /*ip10*/
+    @media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
+
+      p {
+        margin-bottom: 15px;
+        line-height: 1.6;
+        font-size: 16px;
+      }
+    }
+
+    /* ipad box */
+    @media only screen and (min-device-width : 510px) and (max-device-width : 550px) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 14px;
+      }
+    }
+
+
+
+    p.standcolor {
+      color: rgb(0, 122, 255);
+    }
+
+    a.standcolor {
+      display: inline-block;
+      width: 48%;
+      text-align: center;
+      color: rgb(0, 122, 255);
+    }
+
+    a.standcolor-style2 {
+      display: inline-block;
+      color: rgb(0, 122, 255);
+    }
+  </style>
+
+</head>
+
+<body>
+  <section>
+    <article>
+      <p>- Kdan Cloud: 包含500GB Kdan Cloud空间。提供两种方案: $2.99/month or $9.99/year</p>
+      <p>- Write-on Video Pro : 包含500GB Kdan Cloud空间和全功能解锁。提供三种方案: $3.99/month, $8.99/ quarter, $15.99/year</p>
+      <p>- Creativity 365: 包含1TB Kdan Cloud空间、Write-on Video和凯钿Creativity 365全系列产品功能解锁。提供三种方案: $9.99/month, $19.99/quarter, $59.99/year</p>
+      <p>
+        交易将通过您iTunes账号进行支付订阅费用,订阅方案采自动更新制,您的iTunes账号将于当期期满前24小时内支付新一期订阅费用(同前一期订阅方案与费用),若欲取消订阅者请务必在当期订阅截止日24小时前办理取消,
+        完成订阅服务后,可至iTunes账号设定管理您的购买内容,确认订阅资格后,恕无法取消当期订阅内容。
+      </p>
+      <p>服务条款:<a class="standcolor-style2" href="https://cloud.kdanmobile.com/articles/terms_of_service">https://cloud.kdanmobile.com/articles/terms_of_service</a></p>
+      <p>隐私声明:<a class="standcolor-style2" href="https://cloud.kdanmobile.com/articles/privacy_policy">https://cloud.kdanmobile.com/articles/privacy_policy</a></p>
+    </article>
+  </section>
+</body>
+</html>

+ 130 - 0
v2/zh-tw/app-content.html

@@ -0,0 +1,130 @@
+<!DOCTYPE html>
+<html lang="zh-Hant-TW">
+
+<head>
+  <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
+  <meta name="robots" content="noindex, nofollow">
+  <meta name="title" content="Kdan Mobile" />
+  <meta name="copyright" content="KdanMobile.com" />
+  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
+  <title>Kdan Mobile</title>
+
+  <style>
+    * {
+      box-sizing: border-box;
+    }
+
+    html {
+      font-family: Arial;
+      font-size: 16px;
+      line-height: 1.5;
+      color: #000;
+    }
+
+    body {
+      margin: 0;
+    }
+
+    section {
+      position: relative;
+      display: block;
+      margin: 5px auto 0;
+      width: 100%;
+      padding: 0 20px;
+      overflow: hidden;
+    }
+
+    article {
+      overflow-y: hidden;
+    }
+
+    p {
+      margin-bottom: 0;
+      line-height: 1.5;
+      font-size: 14px;
+    }
+
+
+    /*ip5*/
+    @media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.4;
+        font-size: 12px;
+      }
+    }
+
+    /*ip6, 7, 8*/
+    @media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 14px;
+      }
+    }
+
+    /*ip6, 7, 8 +*/
+    @media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation : portrait) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 16px;
+      }
+    }
+
+    /*ip10*/
+    @media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
+
+      p {
+        margin-bottom: 15px;
+        line-height: 1.6;
+        font-size: 16px;
+      }
+    }
+
+    /* ipad box */
+    @media only screen and (min-device-width : 510px) and (max-device-width : 550px) {
+      p {
+        margin-bottom: 15px;
+        line-height: 1.5;
+        font-size: 14px;
+      }
+    }
+
+
+
+    p.standcolor {
+      color: rgb(0, 122, 255);
+    }
+
+    a.standcolor {
+      display: inline-block;
+      width: 48%;
+      text-align: center;
+      color: rgb(0, 122, 255);
+    }
+
+    a.standcolor-style2 {
+      display: inline-block;
+      color: rgb(0, 122, 255);
+    }
+  </style>
+
+</head>
+
+<body>
+  <section>
+    <article>
+      <p>- Kdan Cloud: 包含500GB Kdan Cloud空間。提供兩種方案: $2.99/month or $9.99/year</p>
+      <p>- Write-on Video Pro : 包含500GB Kdan Cloud空間和全功能解鎖。提供三種方案: $3.99/month, $8.99/ quarter, $15.99/year</p>
+      <p>- Creativity 365: 包含1TB Kdan Cloud空間、Write-on Video和凱鈿Creativity 365全系列產品功能解鎖。提供三種方案: $9.99/month, $19.99/quarter, $59.99/year</p>
+      <p>
+        交易將透過您iTunes帳號進行支付訂閱費用,訂閱方案採自動更新制,您的iTunes帳號將於當期期滿前24小時內支付新一期訂閱費用(同前一期訂閱方案與費用),若欲取消訂閱者請務必在當期訂閱截止日24小時前辦理取消,
+        完成訂閱服務後,可至iTunes帳號設定管理您的購買內容,確認訂閱資格後,恕無法取消當期訂閱內容。
+      </p>
+      <p>服務條款:<a class="standcolor-style2" href="https://cloud.kdanmobile.com/articles/terms_of_service">https://cloud.kdanmobile.com/articles/terms_of_service</a></p>
+      <p>隱私聲明:<a class="standcolor-style2" href="https://cloud.kdanmobile.com/articles/privacy_policy">https://cloud.kdanmobile.com/articles/privacy_policy</a></p>
+    </article>
+  </section>
+</body>
+</html>