mirror of
https://github.com/knadh/listmonk.git
synced 2025-10-04 20:34:55 +08:00
[i18n] Add translation of the term Powered by (#1168)
This commit is contained in:
parent
2ed62cb82e
commit
3513988a07
7 changed files with 7 additions and 5 deletions
|
@ -314,6 +314,7 @@
|
||||||
"public.noSubInfo": "There are no subscriptions to confirm.",
|
"public.noSubInfo": "There are no subscriptions to confirm.",
|
||||||
"public.noSubTitle": "No subscriptions",
|
"public.noSubTitle": "No subscriptions",
|
||||||
"public.notFoundTitle": "Not found",
|
"public.notFoundTitle": "Not found",
|
||||||
|
"public.poweredBy": "Powered by",
|
||||||
"public.prefsSaved": "Your preferences have been saved.",
|
"public.prefsSaved": "Your preferences have been saved.",
|
||||||
"public.privacyConfirmWipe": "Are you sure you want to delete all your subscription data permanently?",
|
"public.privacyConfirmWipe": "Are you sure you want to delete all your subscription data permanently?",
|
||||||
"public.privacyExport": "Export your data",
|
"public.privacyExport": "Export your data",
|
||||||
|
|
|
@ -315,6 +315,7 @@
|
||||||
"public.noSubInfo": "Il n'y a pas d'abonnement à confirmer.",
|
"public.noSubInfo": "Il n'y a pas d'abonnement à confirmer.",
|
||||||
"public.noSubTitle": "Aucun abonnement",
|
"public.noSubTitle": "Aucun abonnement",
|
||||||
"public.notFoundTitle": "Non trouvé",
|
"public.notFoundTitle": "Non trouvé",
|
||||||
|
"public.poweredBy": "Propulsé par",
|
||||||
"public.prefsSaved": "Vos préférences ont été enregistrées.",
|
"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.privacyConfirmWipe": "Voulez-vous vraiment supprimer définitivement toutes vos données d'abonnement ?",
|
||||||
"public.privacyExport": "Exportez vos données personnelles",
|
"public.privacyExport": "Exportez vos données personnelles",
|
||||||
|
|
|
@ -90,7 +90,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<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>
|
||||||
<div class="gutter"> </div>
|
<div class="gutter"> </div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -92,7 +92,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer" style="text-align: center;font-size: 12px;color: #888;">
|
<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>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -97,7 +97,7 @@
|
||||||
<a href="{{ UnsubscribeURL }}" style="color: #888;">{{ L.T "email.unsub" }}</a>
|
<a href="{{ UnsubscribeURL }}" style="color: #888;">{{ L.T "email.unsub" }}</a>
|
||||||
<a href="{{ MessageURL }}" style="color: #888;">{{ L.T "email.viewInBrowser" }}</a>
|
<a href="{{ MessageURL }}" style="color: #888;">{{ L.T "email.viewInBrowser" }}</a>
|
||||||
</p>
|
</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>
|
||||||
<div class="gutter" style="padding: 30px;"> {{ TrackView }}</div>
|
<div class="gutter" style="padding: 30px;"> {{ TrackView }}</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -102,7 +102,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer" style="text-align: center;font-size: 12px;color: #888;">
|
<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>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<footer class="container">
|
<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>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue