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

github.com/luizdepra/hugo-coder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuiz F. A. de Prá <rawarkanis@gmail.com>2021-12-27 16:09:04 +0300
committerLuiz F. A. de Prá <rawarkanis@gmail.com>2021-12-27 16:09:04 +0300
commit963a78323b0fc8474c0d3b03fdf7577e03454d3b (patch)
tree1c0f815cd40ee29a6a7c191f6df9c11665f6c57f
parenta4fb372e6be35acdb28acf609f5a5807deae7946 (diff)
Update i18n files with missing keys
-rw-r--r--i18n/ar.toml25
-rw-r--r--i18n/bn.toml25
-rw-r--r--i18n/cs.toml27
-rw-r--r--i18n/fi.toml25
-rw-r--r--i18n/fr.toml21
-rw-r--r--i18n/he.toml25
-rw-r--r--i18n/hi.toml25
-rw-r--r--i18n/hu.toml25
-rw-r--r--i18n/id.toml25
-rw-r--r--i18n/it.toml21
-rw-r--r--i18n/ja.toml25
-rw-r--r--i18n/ko.toml25
-rw-r--r--i18n/ms.toml27
-rw-r--r--i18n/nl.toml25
-rw-r--r--i18n/np.toml25
-rw-r--r--i18n/pt-br.toml3
-rw-r--r--i18n/ru.toml25
-rw-r--r--i18n/sk.toml25
-rw-r--r--i18n/tr.toml25
-rw-r--r--i18n/zh-tw.toml25
20 files changed, 474 insertions, 0 deletions
diff --git a/i18n/ar.toml b/i18n/ar.toml
index d0461c7..9858cae 100644
--- a/i18n/ar.toml
+++ b/i18n/ar.toml
@@ -1,14 +1,18 @@
[categories]
one = "فئة"
+other = "categories"
[tags]
one = "وَسم"
+other = "tags"
[series]
one = "سلسلة"
+other = "series"
[authors]
one = "الكاتب"
+other = "authors"
[posts]
other = "المنشورات"
@@ -30,3 +34,24 @@ other = "بواسطة"
[see_also]
other = "انظر أيضاً"
+
+[note]
+other = "note"
+
+[tip]
+other = "tip"
+
+[example]
+other = "example"
+
+[question]
+other = "question"
+
+[info]
+other = "info"
+
+[warning]
+other = "warning"
+
+[error]
+other = "error"
diff --git a/i18n/bn.toml b/i18n/bn.toml
index e020428..a8f97ff 100644
--- a/i18n/bn.toml
+++ b/i18n/bn.toml
@@ -1,14 +1,18 @@
[categories]
one = "বিভাগ"
+other = "categories"
[tags]
one = "ট্যাগ"
+other = "tags"
[series]
one = "সিরিজ"
+other = "series"
[authors]
one = "লেখক"
+other = "authors"
[posts]
other = "সব পোস্ট"
@@ -31,3 +35,24 @@ other = "চালনায়"
[see_also]
other = "আরও দেখুন"
+
+[note]
+other = "note"
+
+[tip]
+other = "tip"
+
+[example]
+other = "example"
+
+[question]
+other = "question"
+
+[info]
+other = "info"
+
+[warning]
+other = "warning"
+
+[error]
+other = "error"
diff --git a/i18n/cs.toml b/i18n/cs.toml
index 11ba620..3975b4b 100644
--- a/i18n/cs.toml
+++ b/i18n/cs.toml
@@ -1,15 +1,21 @@
[categories]
one = "kategorie"
+other = "categories"
[tags]
one = "tag"
+other = "tags"
[series]
one = "série"
+other = "series"
[authors]
+one = "author"
+other = "authors"
[posts]
+other = "posts"
[reading_time]
other = "Délka čtení: {{ .Count }}"
@@ -28,3 +34,24 @@ other = "Stránka používá"
[see_also]
other = "Podívejte se také na"
+
+[note]
+other = "note"
+
+[tip]
+other = "tip"
+
+[example]
+other = "example"
+
+[question]
+other = "question"
+
+[info]
+other = "info"
+
+[warning]
+other = "warning"
+
+[error]
+other = "error"
diff --git a/i18n/fi.toml b/i18n/fi.toml
index 5e8040f..cebeefb 100644
--- a/i18n/fi.toml
+++ b/i18n/fi.toml
@@ -1,14 +1,18 @@
[categories]
one = "kategoria"
+other = "categories"
[tags]
one = "merkki"
+other = "tags"
[series]
one = "sarja"
+other = "series"
[authors]
one = "Kirjoittaja"
+other = "authors"
[posts]
other = "Artikkelit"
@@ -31,3 +35,24 @@ other = "Tarjoaa"
[see_also]
other = "Katso myös"
+
+[note]
+other = "note"
+
+[tip]
+other = "tip"
+
+[example]
+other = "example"
+
+[question]
+other = "question"
+
+[info]
+other = "info"
+
+[warning]
+other = "warning"
+
+[error]
+other = "error"
diff --git a/i18n/fr.toml b/i18n/fr.toml
index 8e5f32e..5b02bad 100644
--- a/i18n/fr.toml
+++ b/i18n/fr.toml
@@ -35,3 +35,24 @@ other = "Propulsé par"
[see_also]
other = "Voir aussi dans"
+
+[note]
+other = "note"
+
+[tip]
+other = "tip"
+
+[example]
+other = "example"
+
+[question]
+other = "question"
+
+[info]
+other = "info"
+
+[warning]
+other = "warning"
+
+[error]
+other = "error"
diff --git a/i18n/he.toml b/i18n/he.toml
index e3b5d04..e5e46e5 100644
--- a/i18n/he.toml
+++ b/i18n/he.toml
@@ -1,14 +1,18 @@
[categories]
one = "קטגוריה"
+other = "categories"
[tags]
one = "תגית"
+other = "tags"
[series]
one = "סדרה"
+other = "series"
[authors]
one = "סופר"
+other = "authors"
[posts]
other = "פוסטים"
@@ -31,3 +35,24 @@ other = "מופעל על ידי"
[see_also]
other = "רואה עוד ב"
+
+[note]
+other = "note"
+
+[tip]
+other = "tip"
+
+[example]
+other = "example"
+
+[question]
+other = "question"
+
+[info]
+other = "info"
+
+[warning]
+other = "warning"
+
+[error]
+other = "error"
diff --git a/i18n/hi.toml b/i18n/hi.toml
index 6bd5d8d..bf3bade 100644
--- a/i18n/hi.toml
+++ b/i18n/hi.toml
@@ -1,14 +1,18 @@
[categories]
one = "श्रेणी"
+other = "categories"
[tags]
one = "टैग"
+other = "tags"
[series]
one = "श्रृंखला"
+other = "series"
[authors]
one = "लेखक"
+other = "authors"
[posts]
other = "सामग्री"
@@ -31,3 +35,24 @@ other = "द्वारा संचालित"
[see_also]
other = "यह भी देखें"
+
+[note]
+other = "note"
+
+[tip]
+other = "tip"
+
+[example]
+other = "example"
+
+[question]
+other = "question"
+
+[info]
+other = "info"
+
+[warning]
+other = "warning"
+
+[error]
+other = "error"
diff --git a/i18n/hu.toml b/i18n/hu.toml
index 51b31ad..748b63b 100644
--- a/i18n/hu.toml
+++ b/i18n/hu.toml
@@ -1,14 +1,18 @@
[categories]
one = "Kategória"
+other = "categories"
[tags]
one = "Címke"
+other = "tags"
[series]
one = "Sorozat"
+other = "series"
[authors]
one = "Szerző"
+other = "authors"
[posts]
other = "Írások"
@@ -31,3 +35,24 @@ other = "Motor:"
[see_also]
other = "Lásd még"
+
+[note]
+other = "note"
+
+[tip]
+other = "tip"
+
+[example]
+other = "example"
+
+[question]
+other = "question"
+
+[info]
+other = "info"
+
+[warning]
+other = "warning"
+
+[error]
+other = "error"
diff --git a/i18n/id.toml b/i18n/id.toml
index 26daff9..7996ef9 100644
--- a/i18n/id.toml
+++ b/i18n/id.toml
@@ -1,14 +1,18 @@
[categories]
one = "kategori"
+other = "categories"
[tags]
one = "label"
+other = "tags"
[series]
one = "seri"
+other = "series"
[authors]
one = "penulis"
+other = "authors"
[posts]
other = "artikel"
@@ -31,3 +35,24 @@ other = "Dipersembahkan oleh"
[see_also]
other = "artikel terkait"
+
+[note]
+other = "note"
+
+[tip]
+other = "tip"
+
+[example]
+other = "example"
+
+[question]
+other = "question"
+
+[info]
+other = "info"
+
+[warning]
+other = "warning"
+
+[error]
+other = "error"
diff --git a/i18n/it.toml b/i18n/it.toml
index 3906bd0..e109c2a 100644
--- a/i18n/it.toml
+++ b/i18n/it.toml
@@ -35,3 +35,24 @@ other = "Generato da"
[see_also]
other = "Vedi anche in"
+
+[note]
+other = "note"
+
+[tip]
+other = "tip"
+
+[example]
+other = "example"
+
+[question]
+other = "question"
+
+[info]
+other = "info"
+
+[warning]
+other = "warning"
+
+[error]
+other = "error"
diff --git a/i18n/ja.toml b/i18n/ja.toml
index 33a4d6f..d9b7c26 100644
--- a/i18n/ja.toml
+++ b/i18n/ja.toml
@@ -1,14 +1,18 @@
[categories]
one = "カテゴリー"
+other = "categories"
[tags]
one = "タグ"
+other = "tags"
[series]
one = "シリーズ"
+other = "series"
[authors]
one = "筆者"
+other = "authors"
[posts]
other = "記事"
@@ -31,3 +35,24 @@ other = "利用技術"
[see_also]
other = "関連記事:"
+
+[note]
+other = "note"
+
+[tip]
+other = "tip"
+
+[example]
+other = "example"
+
+[question]
+other = "question"
+
+[info]
+other = "info"
+
+[warning]
+other = "warning"
+
+[error]
+other = "error"
diff --git a/i18n/ko.toml b/i18n/ko.toml
index 04e4c33..b60ab9b 100644
--- a/i18n/ko.toml
+++ b/i18n/ko.toml
@@ -1,14 +1,18 @@
[categories]
one = "카테고리"
+other = "categories"
[tags]
one = "태그"
+other = "tags"
[series]
one = "시리즈"
+other = "series"
[authors]
one = "저자"
+other = "authors"
[posts]
other = "포스트"
@@ -31,3 +35,24 @@ other = "Powered by"
[see_also]
other = "관련 글:"
+
+[note]
+other = "note"
+
+[tip]
+other = "tip"
+
+[example]
+other = "example"
+
+[question]
+other = "question"
+
+[info]
+other = "info"
+
+[warning]
+other = "warning"
+
+[error]
+other = "error"
diff --git a/i18n/ms.toml b/i18n/ms.toml
index d92efe7..24681c6 100644
--- a/i18n/ms.toml
+++ b/i18n/ms.toml
@@ -1,15 +1,21 @@
[categories]
one = "kategori"
+other = "categories"
[tags]
one = "teg"
+other = "tags"
[series]
one = "siri"
+other = "series"
[authors]
+one = "author"
+other = "authors"
[posts]
+other = "posts"
[reading_time]
one = "Bacaan 1 minit"
@@ -29,3 +35,24 @@ other = "Dikuasakan oleh"
[see_also]
other = "Lihat juga"
+
+[note]
+other = "note"
+
+[tip]
+other = "tip"
+
+[example]
+other = "example"
+
+[question]
+other = "question"
+
+[info]
+other = "info"
+
+[warning]
+other = "warning"
+
+[error]
+other = "error"
diff --git a/i18n/nl.toml b/i18n/nl.toml
index d68253b..d22b7fa 100644
--- a/i18n/nl.toml
+++ b/i18n/nl.toml
@@ -1,14 +1,18 @@
[categories]
one = "Categorie"
+other = "categories"
[tags]
one = "Label"
+other = "tags"
[series]
one = "Serie"
+other = "series"
[authors]
one = "Auteur"
+other = "authors"
[posts]
other = "Berichten"
@@ -31,3 +35,24 @@ other = "Aangedreven door"
[see_also]
other = "Zie ook in"
+
+[note]
+other = "note"
+
+[tip]
+other = "tip"
+
+[example]
+other = "example"
+
+[question]
+other = "question"
+
+[info]
+other = "info"
+
+[warning]
+other = "warning"
+
+[error]
+other = "error"
diff --git a/i18n/np.toml b/i18n/np.toml
index 0296eaa..6be1af5 100644
--- a/i18n/np.toml
+++ b/i18n/np.toml
@@ -1,14 +1,18 @@
[categories]
one = "वर्ग"
+other = "categories"
[tags]
one = "ट्याग"
+other = "tags"
[series]
one = "श्रृंखला"
+other = "series"
[authors]
one = "लेखक"
+other = "authors"
[posts]
other = "सामग्री"
@@ -31,3 +35,24 @@ other = "द्वारा संचालित"
[see_also]
other = "यो पनि हेर्नुहोस।"
+
+[note]
+other = "note"
+
+[tip]
+other = "tip"
+
+[example]
+other = "example"
+
+[question]
+other = "question"
+
+[info]
+other = "info"
+
+[warning]
+other = "warning"
+
+[error]
+other = "error"
diff --git a/i18n/pt-br.toml b/i18n/pt-br.toml
index 471df5d..de1f0c8 100644
--- a/i18n/pt-br.toml
+++ b/i18n/pt-br.toml
@@ -33,6 +33,9 @@ other = "Você pode voltar para a <a href=\"{{ . }}\">página inicial</a>."
[powered_by]
other = "Promovido por"
+[see_also]
+other = "Veja também em"
+
[note]
other = "nota"
diff --git a/i18n/ru.toml b/i18n/ru.toml
index de4cdcb..329dcba 100644
--- a/i18n/ru.toml
+++ b/i18n/ru.toml
@@ -1,14 +1,18 @@
[categories]
one = "категория"
+other = "categories"
[tags]
one = "тэг"
+other = "tags"
[series]
one = "серии"
+other = "series"
[authors]
one = "автор"
+other = "authors"
[posts]
other = "статьи"
@@ -32,3 +36,24 @@ other = "Работает на"
[see_also]
other = "Также смотреть"
+
+[note]
+other = "note"
+
+[tip]
+other = "tip"
+
+[example]
+other = "example"
+
+[question]
+other = "question"
+
+[info]
+other = "info"
+
+[warning]
+other = "warning"
+
+[error]
+other = "error"
diff --git a/i18n/sk.toml b/i18n/sk.toml
index 11fbcf1..90dc61f 100644
--- a/i18n/sk.toml
+++ b/i18n/sk.toml
@@ -1,14 +1,18 @@
[categories]
one = "kategória"
+other = "categories"
[tags]
one = "téma"
+other = "tags"
[series]
one = "diel"
+other = "series"
[authors]
one = "autor"
+other = "authors"
[posts]
other = "články"
@@ -33,3 +37,24 @@ other = "Pozrite tiež"
[powered_by]
other = "Táto stránka bola vytvorená cez"
+
+[note]
+other = "note"
+
+[tip]
+other = "tip"
+
+[example]
+other = "example"
+
+[question]
+other = "question"
+
+[info]
+other = "info"
+
+[warning]
+other = "warning"
+
+[error]
+other = "error"
diff --git a/i18n/tr.toml b/i18n/tr.toml
index ec81238..0409327 100644
--- a/i18n/tr.toml
+++ b/i18n/tr.toml
@@ -1,14 +1,18 @@
[categories]
one = "kategori"
+other = "categories"
[tags]
one = "tag"
+other = "tags"
[series]
one = "dizi"
+other = "series"
[authors]
one = "yazar"
+other = "authors"
[posts]
other = "Gönderiler"
@@ -31,3 +35,24 @@ other = "Site program altyapısı"
[see_also]
other = "Ayrıca bakınız"
+
+[note]
+other = "note"
+
+[tip]
+other = "tip"
+
+[example]
+other = "example"
+
+[question]
+other = "question"
+
+[info]
+other = "info"
+
+[warning]
+other = "warning"
+
+[error]
+other = "error"
diff --git a/i18n/zh-tw.toml b/i18n/zh-tw.toml
index db8e02b..0d3992d 100644
--- a/i18n/zh-tw.toml
+++ b/i18n/zh-tw.toml
@@ -1,14 +1,18 @@
[categories]
one = "分類"
+other = "categories"
[tags]
one = "標籤"
+other = "tags"
[series]
one = "系列"
+other = "series"
[authors]
one = "作者"
+other = "authors"
[posts]
other = "文章"
@@ -31,3 +35,24 @@ other = "技術支援"
[see_also]
other = "參見"
+
+[note]
+other = "note"
+
+[tip]
+other = "tip"
+
+[example]
+other = "example"
+
+[question]
+other = "question"
+
+[info]
+other = "info"
+
+[warning]
+other = "warning"
+
+[error]
+other = "error"