File tree Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ generic:
13
13
contribute : Bidrag
14
14
share : Del
15
15
error : Fejl
16
- redirect : Omdiriger
16
+ redirect :
17
+ title : Omdiriger
17
18
page-not-found-long : Den ønskede side kunne ikke findes.
18
19
accessibility :
19
20
lang-menu : Sprogskifter
Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ generic:
19
19
learn : " Learn More"
20
20
share : " Share"
21
21
error : " Error"
22
- redirect : " Redirect"
22
+ redirect :
23
+ title : " Redirect"
24
+ link : " Click here if you are not redirected."
23
25
subscribe : " Subscribe"
24
26
page-not-found-short : " Page not found"
25
27
page-not-found-long : " The requested page could not be found."
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ generic:
31
31
server : ' Introduce la dirección de tu instancia: (ej. https://mastodon.social)'
32
32
learn : Aprender más
33
33
share : Compartir
34
- redirect : Redirigir
34
+ redirect :
35
+ title : Redirigir
35
36
error : Error
36
37
subscribe : Suscribirse
37
38
month :
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ titles:
11
11
generic :
12
12
share : Partager
13
13
error : Erreur
14
- redirect : Redirection
14
+ redirect :
15
+ title : Redirection
15
16
subscribe : S'abonner
16
17
page-not-found-short : Page non trouvée
17
18
page-not-found-long : La page demandée n'a pas été trouvée.
Original file line number Diff line number Diff line change @@ -71,7 +71,8 @@ generic:
71
71
body : Dai un'occhiata a questo articolo
72
72
home : Home
73
73
download : Download
74
- redirect : Reindirizzamento
74
+ redirect :
75
+ title : Reindirizzamento
75
76
titles :
76
77
blog : Blog
77
78
contribute : Contribuisci
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ generic:
17
17
masto-share :
18
18
server : ' Voer het adres in van je server: (bijv. https://mastodon.social)'
19
19
view : Alles bekijken
20
- redirect : Omleiding
20
+ redirect :
21
+ title : Omleiding
21
22
subscribe : Abonneren
22
23
page-not-found-long : De opgevraagde pagina kan niet gevonden worden.
23
24
learn : Meer informatie
Original file line number Diff line number Diff line change 10
10
{% include nav.html %}
11
11
< div class ="container-fluid background-gray-100 py-4 ">
12
12
< div class ="container ">
13
- < h1 class ="color-gray-800 weight-700 "> {% t generic.redirect %}</ h1 >
13
+ < h1 class ="color-gray-800 weight-700 "> {% t generic.redirect.title %}</ h1 >
14
14
</ div >
15
15
</ div >
16
16
@@ -19,7 +19,7 @@ <h1 class="color-gray-800 weight-700">{% t generic.redirect %}</h1>
19
19
< div class ="row justify-content-center ">
20
20
< div class ="col-lg-12 ">
21
21
< article class ="post-content ">
22
- This page was moved. < a href ="{{ redirect_to }} "> Click here if you are not redirected. < a >
22
+ < a href ="{{ redirect_to }} "> {% t generic.redirect.link %} < a >
23
23
< script > location = '{{ redirect_to }}' </ script >
24
24
</ article >
25
25
</ div >
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : redirect
3
+ sitemap : false
4
+ redirect_to : /documentation/general/synchronization
5
+ ---
You can’t perform that action at this time.
0 commit comments