Skip to content

Commit 380366b

Browse files
committed
added hint to android
1 parent a7950d9 commit 380366b

File tree

6 files changed

+15
-8
lines changed

6 files changed

+15
-8
lines changed

content/android.de.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
type: android
44
description: "Kaufe Cryptomator für Android, ohne über Google Play zu gehen."
55
aliases: ["/de/store/android"]
6+
hint: "Der Android-Lizenzschlüssel ist nur für die hier erwähnten Quellen gültig. Er gilt nicht für die Version auf Google Play und auch nicht für Desktop oder iOS. Einen detaillierten Vergleich aller Varianten findest du in unserer <a class=\"text-blue-500 no-underline hover:underline\" href=\"https://docs.cryptomator.org/android/setup/\">Dokumentation</a>."
67
fdroidMainRepoImageUrl: /de/img/android/fdroid-main-badge.svg
78
---

content/android.en.html

+1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
type: android
44
description: "Purchase Cryptomator for Android without going through Google Play."
55
aliases: ["/store/android"]
6+
hint: "The Android license key is only valid for the sources mentioned here. It is not valid for the version on Google Play and also not for Desktop or iOS. A detailed comparison of all variants can be found in our <a class=\"text-blue-500 no-underline hover:underline\" href=\"https://docs.cryptomator.org/android/setup/\">docs</a>."
67
fdroidMainRepoImageUrl: /img/android/fdroid-main-badge.svg
78
---

i18n/de.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@
100100
translation: "Dropbox, Google Drive, OneDrive und pCloud sind aufgrund erforderlicher API-Schlüssel ausgeschlossen."
101101
- id: android_fdroid_cryptomator_cloud_exclusion
102102
translation: "Google Drive ist aufgrund proprietärer Abhängigkeiten ausgeschlossen."
103-
- id: android_fdroid_cloud_exclusion_hint
104-
translation: "Einen detaillierten Vergleich aller Varianten findest du in unserer <a class=\"text-link\" href=\"https://docs.cryptomator.org/android/setup/\" target=\"_blank\">Dokumentation</a>."
105103
- id: android_accrescent_exclusion
106104
translation: "Google Drive ist aufgrund proprietärer Abhängigkeiten ausgeschlossen."
107105

i18n/en.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@
100100
translation: "Dropbox, Google Drive, OneDrive, and pCloud are excluded due to required API keys."
101101
- id: android_fdroid_cryptomator_cloud_exclusion
102102
translation: "Google Drive is excluded due to proprietary dependencies."
103-
- id: android_fdroid_cloud_exclusion_hint
104-
translation: "A detailed comparison of all variants can be found in our <a class=\"text-link\" href=\"https://docs.cryptomator.org/android/setup/\" target=\"_blank\">docs</a>."
105103
- id: android_accrescent_exclusion
106104
translation: "Google Drive is excluded due to proprietary dependencies."
107105

layouts/android/single.html

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ <h1 class="font-h1 mb-8">{{ .Title }}</h1>
55
<p class="lead">{{ .Description }}</p>
66
</header>
77

8+
<div class="rounded-md bg-blue-100 p-4 mb-6">
9+
<div class="flex items-center">
10+
<div class="shrink-0">
11+
<i class="fas fa-info-circle fa-fw text-blue-500"></i>
12+
</div>
13+
<div class="ml-3 text-sm text-dark">
14+
<p>{{ .Params.Hint | safeHTML }}</p>
15+
</div>
16+
</div>
17+
</div>
18+
819
<div class="flex flex-col space-y-6 md:flex-row md:space-x-6 md:space-y-0">
920
<section class="w-full md:w-1/2">
1021
{{ partial "android-getkey.html" . }}

layouts/partials/android-fdroid.html

+2-4
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,14 @@ <h3 class="font-h3 text-lg">{{ i18n "android_fdroid_title" }}</h3>
2727
<div x-show="showQrCode" x-cloak class="mb-4">
2828
<img class="inline-block h-48" src="/img/android/fdroid-qr-code.svg"/>
2929
</div>
30-
<p class="font-p text-sm mb-4">{{ ":x:" | emojify }} {{ i18n "android_fdroid_cryptomator_cloud_exclusion" | safeHTML }}</p>
31-
<p class="font-p text-sm">{{ i18n "android_fdroid_cloud_exclusion_hint" | safeHTML }}</p>
30+
<p class="font-p text-sm">{{ ":x:" | emojify }} {{ i18n "android_fdroid_cryptomator_cloud_exclusion" | safeHTML }}</p>
3231
</div>
3332

3433
<div x-show="fdroidVariant === 'main-repo'" class="px-4 pt-4 pb-8">
3534
<a href="https://f-droid.org/packages/org.cryptomator.lite" role="button" data-umami-event="android-fdroid-main-repo-link">
3635
<img class="h-10 mx-auto lazyload mb-4" data-src="{{ .Params.FdroidMainRepoImageUrl }}">
3736
</a>
38-
<p class="font-p text-sm mb-4">{{ ":x:" | emojify }} {{ i18n "android_fdroid_main_cloud_exclusion" | safeHTML }}</p>
39-
<p class="font-p text-sm">{{ i18n "android_fdroid_cloud_exclusion_hint" | safeHTML }}</p>
37+
<p class="font-p text-sm">{{ ":x:" | emojify }} {{ i18n "android_fdroid_main_cloud_exclusion" | safeHTML }}</p>
4038
</div>
4139
</div>
4240
</div>

0 commit comments

Comments
 (0)