Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorPablo Marcos <48572431+MarionMoseby@users.noreply.github.com>2021-09-24 20:40:41 +0300
committerGitHub <noreply@github.com>2021-09-24 20:40:41 +0300
commitbb01f1a9752ad6920cfe794892267706f859389c (patch)
tree9cc5094d5cf8383ce0c176e3af0ea72e75bf4369 /i18n
parent069b0aa3281b30172a458d4b32acaff559df0beb (diff)
Added some social buttons to the "Post" template (#415)
* Added new 'GitForge' param for non-git repos * Added some (optional) social buttons * Small fix for hardcoded values * Update single.html * Update look & feel for share buttons Signed-off-by: hossainemruz <hossainemruz@gmail.com> * Fix improve-this-page btn alignment when share-buttons disabled Signed-off-by: hossainemruz <hossainemruz@gmail.com> Co-authored-by: Pablo Marcos <codebergflamingo@staplehorse.anonaddy.com> Co-authored-by: hossainemruz <hossainemruz@gmail.com>
Diffstat (limited to 'i18n')
-rw-r--r--i18n/bn.toml3
-rw-r--r--i18n/de.toml3
-rw-r--r--i18n/en.toml3
-rw-r--r--i18n/es.toml3
-rw-r--r--i18n/fr.toml3
-rw-r--r--i18n/hi.toml3
-rw-r--r--i18n/id.toml3
-rw-r--r--i18n/it.toml3
-rw-r--r--i18n/jp.toml3
-rw-r--r--i18n/ko.toml3
-rw-r--r--i18n/nl.toml3
-rw-r--r--i18n/ru.toml3
-rw-r--r--i18n/vn.toml3
-rw-r--r--i18n/zh-cn.toml3
-rw-r--r--i18n/zh-tw.toml3
15 files changed, 45 insertions, 0 deletions
diff --git a/i18n/bn.toml b/i18n/bn.toml
index d1f7a72..b66b430 100644
--- a/i18n/bn.toml
+++ b/i18n/bn.toml
@@ -50,6 +50,9 @@ other = "পূর্ববর্তী"
[next]
other = "পরবর্তী"
+[share_on]
+other = "শেয়ার করুন"
+
[improve_this_page]
other = "এই পৃষ্ঠাটি উন্নত করুন"
diff --git a/i18n/de.toml b/i18n/de.toml
index 19a4cb4..979c7c6 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -53,6 +53,9 @@ other = "Vorherige"
[next]
other = "Nächste"
+# [share_on]
+# other = "Share on"
+
[improve_this_page]
other = "Diese Seite verbessern"
diff --git a/i18n/en.toml b/i18n/en.toml
index 00e7df0..e388159 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -53,6 +53,9 @@ other = "Prev"
[next]
other = "Next"
+[share_on]
+other = "Share on"
+
[improve_this_page]
other = "Improve this page"
diff --git a/i18n/es.toml b/i18n/es.toml
index 29ef09f..a2ab49b 100644
--- a/i18n/es.toml
+++ b/i18n/es.toml
@@ -53,6 +53,9 @@ other = "Anterior"
[next]
other = "Siguiente"
+[share_on]
+other = "Compartir en"
+
[improve_this_page]
other = "Mejorar esta página"
diff --git a/i18n/fr.toml b/i18n/fr.toml
index 4deb5c5..4b9135f 100644
--- a/i18n/fr.toml
+++ b/i18n/fr.toml
@@ -53,6 +53,9 @@ other = "Précédent"
[next]
other = "Suivant"
+[share_on]
+other = "Partager sur"
+
[improve_this_page]
other = "Améliorez cette page"
diff --git a/i18n/hi.toml b/i18n/hi.toml
index 8be933a..2b01f97 100644
--- a/i18n/hi.toml
+++ b/i18n/hi.toml
@@ -53,6 +53,9 @@ other = "पिछला"
[next]
other = "आगे"
+# [share_on]
+# other = "Share on"
+
[improve_this_page]
other = "इस पृष्ठ को सुधारें"
diff --git a/i18n/id.toml b/i18n/id.toml
index 69e641f..20b8d95 100644
--- a/i18n/id.toml
+++ b/i18n/id.toml
@@ -53,6 +53,9 @@ other = "Sebelumnya"
[next]
other = "Lanjut"
+# [share_on]
+# other = "Share on"
+
[improve_this_page]
other = "Perbaiki halaman ini"
diff --git a/i18n/it.toml b/i18n/it.toml
index 45b2cea..b59a57a 100644
--- a/i18n/it.toml
+++ b/i18n/it.toml
@@ -53,6 +53,9 @@ other = "Precedente"
[next]
other = "Successivo"
+# [share_on]
+# other = "Share on"
+
[improve_this_page]
other = "Migliora questa pagina"
diff --git a/i18n/jp.toml b/i18n/jp.toml
index 846036d..f243656 100644
--- a/i18n/jp.toml
+++ b/i18n/jp.toml
@@ -50,6 +50,9 @@ other = "前"
[next]
other = "次"
+# [share_on]
+# other = "Share on"
+
[improve_this_page]
other = "編集リクエストを送る"
diff --git a/i18n/ko.toml b/i18n/ko.toml
index c4dae96..e9c9f4b 100644
--- a/i18n/ko.toml
+++ b/i18n/ko.toml
@@ -53,6 +53,9 @@ other = "이전"
[next]
other = "다음"
+# [share_on]
+# other = "Share on"
+
[improve_this_page]
other = "이 페이지를 개선"
diff --git a/i18n/nl.toml b/i18n/nl.toml
index 40d20d6..070504e 100644
--- a/i18n/nl.toml
+++ b/i18n/nl.toml
@@ -52,6 +52,9 @@ other = "Vorherige"
[next]
other = "Nächste"
+# [share_on]
+# other = "Share on"
+
[improve_this_page]
other = "Diese Seite verbessern"
diff --git a/i18n/ru.toml b/i18n/ru.toml
index 92c8864..76fbe25 100644
--- a/i18n/ru.toml
+++ b/i18n/ru.toml
@@ -53,6 +53,9 @@ other = "Предыдущий"
[next]
other = "Следующий"
+# [share_on]
+# other = "Share on"
+
[improve_this_page]
other = "Улучшить эту страницу"
diff --git a/i18n/vn.toml b/i18n/vn.toml
index d875e8c..a88524e 100644
--- a/i18n/vn.toml
+++ b/i18n/vn.toml
@@ -53,6 +53,9 @@ other = "Trước"
[next]
other = "Tiếp theo"
+# [share_on]
+# other = "Share on"
+
[improve_this_page]
other = "Cải thiện trang này"
diff --git a/i18n/zh-cn.toml b/i18n/zh-cn.toml
index e9827fc..8deb3cc 100644
--- a/i18n/zh-cn.toml
+++ b/i18n/zh-cn.toml
@@ -53,6 +53,9 @@ other = "上一篇"
[next]
other = "下一篇"
+# [share_on]
+# other = "Share on"
+
[improve_this_page]
other = "改善此页面"
diff --git a/i18n/zh-tw.toml b/i18n/zh-tw.toml
index c814fee..750e2d0 100644
--- a/i18n/zh-tw.toml
+++ b/i18n/zh-tw.toml
@@ -53,6 +53,9 @@ other = "上一篇"
[next]
other = "下一篇"
+# [share_on]
+# other = "Share on"
+
[improve_this_page]
other = "改善此頁面"