Browse Source

Refactoring

pull/6245/head
Thomas Kaul 2 weeks ago
parent
commit
56d73283be
  1. 6
      apps/client/src/app/pages/pricing/pricing-page.html
  2. 2
      apps/client/src/locales/messages.xlf
  3. 4
      apps/client/src/locales/messages.zh.xlf

6
apps/client/src/app/pages/pricing/pricing-page.html

@ -195,9 +195,9 @@
</p>
<ul class="list-unstyled mb-3">
<li class="mb-2">
<span i18n>
Everything in <strong>Basic</strong>, plus:
</span>
<ng-container i18n
>Everything in <strong>Basic</strong>, plus</ng-container
>:
</li>
<li class="align-items-center d-flex mb-1">
<ion-icon class="mr-1" name="checkmark-circle-outline" />

2
apps/client/src/locales/messages.xlf

@ -3091,7 +3091,7 @@
</context-group>
</trans-unit>
<trans-unit id="1010951358972351140" datatype="html">
<source>Everything in <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Basic<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, plus:</source>
<source>Everything in <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Basic<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, plus</source>
<context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/pages/pricing/pricing-page.html</context>
<context context-type="linenumber">199</context>

4
apps/client/src/locales/messages.zh.xlf

@ -3344,8 +3344,8 @@
</context-group>
</trans-unit>
<trans-unit id="1010951358972351140" datatype="html">
<source>Everything in <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Basic<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, plus:</source>
<target state="translated">包含 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Basic<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 所有功能,以及:</target>
<source>Everything in <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Basic<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, plus</source>
<target state="translated">包含 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Basic<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 所有功能,以及</target>
<context-group purpose="location">
<context context-type="sourcefile">apps/client/src/app/pages/pricing/pricing-page.html</context>
<context context-type="linenumber">199</context>

Loading…
Cancel
Save