[i18n] Add translation of the term Powered by (#1168)

This commit is contained in:
kosssi 2023-02-07 10:13:25 +01:00 committed by GitHub
parent 2ed62cb82e
commit 3513988a07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 5 deletions

View file

@ -314,6 +314,7 @@
"public.noSubInfo": "There are no subscriptions to confirm.",
"public.noSubTitle": "No subscriptions",
"public.notFoundTitle": "Not found",
"public.poweredBy": "Powered by",
"public.prefsSaved": "Your preferences have been saved.",
"public.privacyConfirmWipe": "Are you sure you want to delete all your subscription data permanently?",
"public.privacyExport": "Export your data",

View file

@ -315,6 +315,7 @@
"public.noSubInfo": "Il n'y a pas d'abonnement à confirmer.",
"public.noSubTitle": "Aucun abonnement",
"public.notFoundTitle": "Non trouvé",
"public.poweredBy": "Propulsé par",
"public.prefsSaved": "Vos préférences ont été enregistrées.",
"public.privacyConfirmWipe": "Voulez-vous vraiment supprimer définitivement toutes vos données d'abonnement ?",
"public.privacyExport": "Exportez vos données personnelles",

View file

@ -90,7 +90,7 @@
</div>
<div class="footer">
<p>Powered by <a href="https://listmonk.app" target="_blank">listmonk</a></p>
<p>{{ L.T "public.poweredBy" }} <a href="https://listmonk.app" target="_blank">listmonk</a></p>
</div>
<div class="gutter">&nbsp;</div>
</body>

View file

@ -92,7 +92,7 @@
</div>
<div class="footer" style="text-align: center;font-size: 12px;color: #888;">
<p>Powered by <a href="https://listmonk.app" target="_blank" style="color: #888;">listmonk</a></p>
<p>{{ L.T "public.poweredBy" }} <a href="https://listmonk.app" target="_blank" style="color: #888;">listmonk</a></p>
</div>
</body>
</html>

View file

@ -97,7 +97,7 @@
<a href="{{ UnsubscribeURL }}" style="color: #888;">{{ L.T "email.unsub" }}</a>
<a href="{{ MessageURL }}" style="color: #888;">{{ L.T "email.viewInBrowser" }}</a>
</p>
<p>Powered by <a href="https://listmonk.app" target="_blank" style="color: #888;">listmonk</a></p>
<p>{{ L.T "public.poweredBy" }} <a href="https://listmonk.app" target="_blank" style="color: #888;">listmonk</a></p>
</div>
<div class="gutter" style="padding: 30px;">&nbsp;{{ TrackView }}</div>
</body>

View file

@ -102,7 +102,7 @@
</div>
<div class="footer" style="text-align: center;font-size: 12px;color: #888;">
<p>Powered by <a href="https://listmonk.app" target="_blank" style="color: #888;">listmonk</a></p>
<p>{{ L.T "public.poweredBy" }} <a href="https://listmonk.app" target="_blank" style="color: #888;">listmonk</a></p>
</div>
</body>
</html>

View file

@ -41,7 +41,7 @@
</div>
<footer class="container">
Powered by <a target="_blank" href="https://listmonk.app">listmonk</a>
{{ L.T "public.poweredBy" }} <a target="_blank" href="https://listmonk.app">listmonk</a>
</footer>
</body>
</html>