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
diff options
context:
space:
mode:
authorRoxedus <me@roxedus.dev>2021-03-13 19:08:03 +0300
committerGitHub <noreply@github.com>2021-03-13 19:08:03 +0300
commit03ea0fae8cffe511c0d916aacffbbb99d3961ffa (patch)
treef270b1d514b180e7fdef4fc066a3895c3e989b38
parent4ef34a8f63d9afa3a4dab180f1b850518ab43ce3 (diff)
Add more i18n strings (#234)
* Add more i18n strings * Add the translation strings in other files Signed-off-by: hossainemruz <hossainemruz@gmail.com> Co-authored-by: hossainemruz <hossainemruz@gmail.com>
-rw-r--r--i18n/bn.toml24
-rw-r--r--i18n/cn.toml24
-rw-r--r--i18n/de.toml24
-rw-r--r--i18n/en.toml20
-rw-r--r--i18n/es.toml24
-rw-r--r--i18n/fr.toml24
-rw-r--r--i18n/hi.toml24
-rw-r--r--i18n/id.toml24
-rw-r--r--i18n/it.toml24
-rw-r--r--i18n/jp.toml24
-rw-r--r--i18n/ko.toml24
-rw-r--r--i18n/ru.toml24
-rw-r--r--i18n/vn.toml24
-rw-r--r--layouts/404.html2
-rw-r--r--layouts/partials/cards/post.html2
-rw-r--r--layouts/partials/cards/project.html4
-rw-r--r--layouts/partials/cards/recent-post.html2
-rw-r--r--layouts/partials/disqus.html6
-rw-r--r--layouts/partials/sections/experiences/multiple-positions.html4
19 files changed, 317 insertions, 11 deletions
diff --git a/i18n/bn.toml b/i18n/bn.toml
index a39e5f9..15f4daf 100644
--- a/i18n/bn.toml
+++ b/i18n/bn.toml
@@ -70,3 +70,27 @@ other = "পাঠক্রম বহির্ভূত কার্যক্র
[see_more]
other = "আরো দেখুন"
+
+[responsibilities]
+other = "দায়িত্বসমুহ:"
+
+[present]
+other = "বর্তমান"
+
+# [comments_javascript]
+# other = "Please enable JavaScript to view the"
+
+# [comments_by]
+# other = "comments powered by"
+
+# [read]
+# other = "Read"
+
+# [project_star]
+# other = "Star"
+
+# [project_details]
+# other = "Details"
+
+# [err_404]
+# other = "The page you are looking for is not there yet."
diff --git a/i18n/cn.toml b/i18n/cn.toml
index 59f133e..2b8faf1 100644
--- a/i18n/cn.toml
+++ b/i18n/cn.toml
@@ -73,3 +73,27 @@ other = "课外活动"
[see_more]
other = "查看更多"
+
+# [responsibilities]
+# other = "Responsibilities:"
+
+# [present]
+# other = "Present"
+
+# [comments_javascript]
+# other = "Please enable JavaScript to view the"
+
+# [comments_by]
+# other = "comments powered by"
+
+# [read]
+# other = "Read"
+
+# [project_star]
+# other = "Star"
+
+# [project_details]
+# other = "Details"
+
+# [err_404]
+# other = "The page you are looking for is not there yet."
diff --git a/i18n/de.toml b/i18n/de.toml
index 85f1a11..90d48b6 100644
--- a/i18n/de.toml
+++ b/i18n/de.toml
@@ -73,3 +73,27 @@ other = "Buitenschoolse activiteiten"
[see_more]
other = "Bekijk meer"
+
+# [responsibilities]
+# other = "Responsibilities:"
+
+# [present]
+# other = "Present"
+
+# [comments_javascript]
+# other = "Please enable JavaScript to view the"
+
+# [comments_by]
+# other = "comments powered by"
+
+# [read]
+# other = "Read"
+
+# [project_star]
+# other = "Star"
+
+# [project_details]
+# other = "Details"
+
+# [err_404]
+# other = "The page you are looking for is not there yet."
diff --git a/i18n/en.toml b/i18n/en.toml
index f880f81..4b600ee 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -78,4 +78,22 @@ other = "See More"
other = "Responsibilities:"
[present]
-other = "Present" \ No newline at end of file
+other = "Present"
+
+[comments_javascript]
+other = "Please enable JavaScript to view the"
+
+[comments_by]
+other = "comments powered by"
+
+[read]
+other = "Read"
+
+[project_star]
+other = "Star"
+
+[project_details]
+other = "Details"
+
+[err_404]
+other = "The page you are looking for is not there yet." \ No newline at end of file
diff --git a/i18n/es.toml b/i18n/es.toml
index a660c5d..4648daf 100644
--- a/i18n/es.toml
+++ b/i18n/es.toml
@@ -73,3 +73,27 @@ other = "Actividades extracurriculares"
[see_more]
other = "Ver más"
+
+# [responsibilities]
+# other = "Responsibilities:"
+
+# [present]
+# other = "Present"
+
+# [comments_javascript]
+# other = "Please enable JavaScript to view the"
+
+# [comments_by]
+# other = "comments powered by"
+
+# [read]
+# other = "Read"
+
+# [project_star]
+# other = "Star"
+
+# [project_details]
+# other = "Details"
+
+# [err_404]
+# other = "The page you are looking for is not there yet."
diff --git a/i18n/fr.toml b/i18n/fr.toml
index f8e543f..3a9c2e5 100644
--- a/i18n/fr.toml
+++ b/i18n/fr.toml
@@ -73,3 +73,27 @@ other = "Activités extra-scolaires"
[see_more]
other = "En savoir plus"
+
+# [responsibilities]
+# other = "Responsibilities:"
+
+# [present]
+# other = "Present"
+
+# [comments_javascript]
+# other = "Please enable JavaScript to view the"
+
+# [comments_by]
+# other = "comments powered by"
+
+# [read]
+# other = "Read"
+
+# [project_star]
+# other = "Star"
+
+# [project_details]
+# other = "Details"
+
+# [err_404]
+# other = "The page you are looking for is not there yet."
diff --git a/i18n/hi.toml b/i18n/hi.toml
index 6d504bd..ea0cd6c 100644
--- a/i18n/hi.toml
+++ b/i18n/hi.toml
@@ -73,3 +73,27 @@ other = "अतिरिक्त पाठयक्रम गतिविधि
[see_more]
other = "और देखें"
+
+# [responsibilities]
+# other = "Responsibilities:"
+
+# [present]
+# other = "Present"
+
+# [comments_javascript]
+# other = "Please enable JavaScript to view the"
+
+# [comments_by]
+# other = "comments powered by"
+
+# [read]
+# other = "Read"
+
+# [project_star]
+# other = "Star"
+
+# [project_details]
+# other = "Details"
+
+# [err_404]
+# other = "The page you are looking for is not there yet."
diff --git a/i18n/id.toml b/i18n/id.toml
index 244803f..f2fa405 100644
--- a/i18n/id.toml
+++ b/i18n/id.toml
@@ -73,3 +73,27 @@ other = "Kegiatan ekstrakulikuler"
[see_more]
other = "Lihat Selengkapnya"
+
+# [responsibilities]
+# other = "Responsibilities:"
+
+# [present]
+# other = "Present"
+
+# [comments_javascript]
+# other = "Please enable JavaScript to view the"
+
+# [comments_by]
+# other = "comments powered by"
+
+# [read]
+# other = "Read"
+
+# [project_star]
+# other = "Star"
+
+# [project_details]
+# other = "Details"
+
+# [err_404]
+# other = "The page you are looking for is not there yet."
diff --git a/i18n/it.toml b/i18n/it.toml
index bbfa747..1d8ad81 100644
--- a/i18n/it.toml
+++ b/i18n/it.toml
@@ -73,3 +73,27 @@ other = "Attività extracurriculari"
[see_more]
other = "Vedi altro"
+
+# [responsibilities]
+# other = "Responsibilities:"
+
+# [present]
+# other = "Present"
+
+# [comments_javascript]
+# other = "Please enable JavaScript to view the"
+
+# [comments_by]
+# other = "comments powered by"
+
+# [read]
+# other = "Read"
+
+# [project_star]
+# other = "Star"
+
+# [project_details]
+# other = "Details"
+
+# [err_404]
+# other = "The page you are looking for is not there yet."
diff --git a/i18n/jp.toml b/i18n/jp.toml
index 5676860..06f3f4d 100644
--- a/i18n/jp.toml
+++ b/i18n/jp.toml
@@ -70,3 +70,27 @@ other = "課外活動"
[see_more]
other = "続きを見る"
+
+# [responsibilities]
+# other = "Responsibilities:"
+
+# [present]
+# other = "Present"
+
+# [comments_javascript]
+# other = "Please enable JavaScript to view the"
+
+# [comments_by]
+# other = "comments powered by"
+
+# [read]
+# other = "Read"
+
+# [project_star]
+# other = "Star"
+
+# [project_details]
+# other = "Details"
+
+# [err_404]
+# other = "The page you are looking for is not there yet."
diff --git a/i18n/ko.toml b/i18n/ko.toml
index 83e7573..d4e3271 100644
--- a/i18n/ko.toml
+++ b/i18n/ko.toml
@@ -73,3 +73,27 @@ other = "기타 활동"
[see_more]
other = "더보기"
+
+# [responsibilities]
+# other = "Responsibilities:"
+
+# [present]
+# other = "Present"
+
+# [comments_javascript]
+# other = "Please enable JavaScript to view the"
+
+# [comments_by]
+# other = "comments powered by"
+
+# [read]
+# other = "Read"
+
+# [project_star]
+# other = "Star"
+
+# [project_details]
+# other = "Details"
+
+# [err_404]
+# other = "The page you are looking for is not there yet."
diff --git a/i18n/ru.toml b/i18n/ru.toml
index 2a525c9..6c02809 100644
--- a/i18n/ru.toml
+++ b/i18n/ru.toml
@@ -73,3 +73,27 @@ other = "Внеклассные занятия"
[see_more]
other = "Узнать больше"
+
+# [responsibilities]
+# other = "Responsibilities:"
+
+# [present]
+# other = "Present"
+
+# [comments_javascript]
+# other = "Please enable JavaScript to view the"
+
+# [comments_by]
+# other = "comments powered by"
+
+# [read]
+# other = "Read"
+
+# [project_star]
+# other = "Star"
+
+# [project_details]
+# other = "Details"
+
+# [err_404]
+# other = "The page you are looking for is not there yet."
diff --git a/i18n/vn.toml b/i18n/vn.toml
index 331b699..98b5fec 100644
--- a/i18n/vn.toml
+++ b/i18n/vn.toml
@@ -73,3 +73,27 @@ other = "Các hoạt động ngoại khóa"
[see_more]
other = "Xem thêm"
+
+# [responsibilities]
+# other = "Responsibilities:"
+
+# [present]
+# other = "Present"
+
+# [comments_javascript]
+# other = "Please enable JavaScript to view the"
+
+# [comments_by]
+# other = "comments powered by"
+
+# [read]
+# other = "Read"
+
+# [project_star]
+# other = "Star"
+
+# [project_details]
+# other = "Details"
+
+# [err_404]
+# other = "The page you are looking for is not there yet."
diff --git a/layouts/404.html b/layouts/404.html
index 17944c1..8fd4a16 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -22,7 +22,7 @@
<img src="{{ $notFoundImage }}" alt="">
<div class="message">
<h1>404</h1>
- <h4>The page you are looking for is not there yet.</h4>
+ <h4>{{ i18n "err_404" }}</h4>
</div>
</div>
</div>
diff --git a/layouts/partials/cards/post.html b/layouts/partials/cards/post.html
index 766f9dc..7bfe722 100644
--- a/layouts/partials/cards/post.html
+++ b/layouts/partials/cards/post.html
@@ -13,7 +13,7 @@
<a
href="{{ .RelPermalink | relLangURL }}"
class="float-right btn btn-outline-info btn-sm"
- >Read</a
+ >{{ i18n "read" }}</a
>
</div>
</div>
diff --git a/layouts/partials/cards/project.html b/layouts/partials/cards/project.html
index 81d3fcd..45e63bd 100644
--- a/layouts/partials/cards/project.html
+++ b/layouts/partials/cards/project.html
@@ -45,7 +45,7 @@
data-icon="octicon-standard"
data-show-count="true"
aria-label="Star {{ .name }}"
- >Star</a
+ >{{ i18n "project_star" }}</a
>
{{ else if .url }}
<span>
@@ -53,7 +53,7 @@
class="btn btn-outline-info btn-sm"
href="{{ .url }}"
target="#"
- >Details</a
+ >{{ i18n "project_details" }}</a
>
</span>
{{ end }}
diff --git a/layouts/partials/cards/recent-post.html b/layouts/partials/cards/recent-post.html
index 5288b9f..c5db57f 100644
--- a/layouts/partials/cards/recent-post.html
+++ b/layouts/partials/cards/recent-post.html
@@ -12,7 +12,7 @@
</div>
<div class="card-footer">
<span class="float-left">{{ .Date.Format "January 2, 2006" }}</span>
- <a href="{{ .RelPermalink }}" class="float-right btn btn-outline-info btn-sm">Read</a>
+ <a href="{{ .RelPermalink }}" class="float-right btn btn-outline-info btn-sm">{{ i18n "read" }}</a>
</div>
</div>
</a>
diff --git a/layouts/partials/disqus.html b/layouts/partials/disqus.html
index 57eb960..71fef21 100644
--- a/layouts/partials/disqus.html
+++ b/layouts/partials/disqus.html
@@ -17,11 +17,11 @@
})();
</script>
<noscript
- >Please enable JavaScript to view the
+ >{{ i18n "comments_javascript" }}
<a href="https://disqus.com/?ref_noscript"
- >comments powered by Disqus.</a
+ >{{ i18n "comments_by" }} Disqus.</a
></noscript
>
<a href="https://disqus.com/" class="dsq-brlink"
- >comments powered by <span class="logo-disqus">Disqus</span></a
+ >{{ i18n "comments_by" }} <span class="logo-disqus">Disqus</span></a
>
diff --git a/layouts/partials/sections/experiences/multiple-positions.html b/layouts/partials/sections/experiences/multiple-positions.html
index aae5f3d..1156fe6 100644
--- a/layouts/partials/sections/experiences/multiple-positions.html
+++ b/layouts/partials/sections/experiences/multiple-positions.html
@@ -7,7 +7,7 @@
{{ $oldestPosition := index (last 1 .positions) 0}}
{{ $mostRecentPosition := index (first 1 .positions) 0}}
<p class="text-muted">
- {{ $oldestPosition.start }} - {{ if $mostRecentPosition.end }}{{ $mostRecentPosition.end }}{{ else }}Present{{ end }},
+ {{ $oldestPosition.start }} - {{ if $mostRecentPosition.end }}{{ $mostRecentPosition.end }}{{ else }}{{ i18n "present" }}{{ end }},
{{ .company.location }}
</p>
<!-- Add company overview -->
@@ -17,7 +17,7 @@
<div class="positions">
{{ range $index,$position:= .positions }}
<h6 class="designation">{{ $position.designation }}</h6>
- <p class="text-muted">{{ $position.start }} - {{if $position.end }} {{ $position.end }} {{else}} Present {{end}}</p>
+ <p class="text-muted">{{ $position.start }} - {{if $position.end }} {{ $position.end }} {{else}} {{ i18n "present" }} {{end}}</p>
<!-- Add the responsibilities handled at this position -->
<ul class="justify-content-around">
{{ range $position.responsibilities }}