summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml9
-rw-r--r--i18n/ja.toml9
-rw-r--r--i18n/nl.toml9
-rw-r--r--i18n/zh-hans.toml9
-rw-r--r--i18n/zh-hant.toml9
5 files changed, 45 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index f260aa9..84cbd94 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -42,3 +42,12 @@
[tagsCurrentTag]
other = "Posts with the tag {{ .Title }}: "
+
+[searchSuccess]
+ other = "[NUM] results ([TIME] ms)"
+
+[searchNotFound]
+ other = "Results not found"
+
+[searchFailed]
+ other = "Failed to load index file"
diff --git a/i18n/ja.toml b/i18n/ja.toml
index b9d5133..5e1d863 100644
--- a/i18n/ja.toml
+++ b/i18n/ja.toml
@@ -42,3 +42,12 @@
[tagsCurrentTag]
other = "タグ {{ .Title }} を持つ記事:"
+
+[searchSuccess]
+ other = "[NUM] 件 ([TIME] ミリ秒)"
+
+[searchNotFound]
+ other = "検索できませんでした"
+
+[searchFailed]
+ other = "インデックスを取得できません"
diff --git a/i18n/nl.toml b/i18n/nl.toml
index 6593ac6..ff8cacf 100644
--- a/i18n/nl.toml
+++ b/i18n/nl.toml
@@ -42,3 +42,12 @@
[tagsCurrentTag]
other = "Alle posts met de tag {{ .Title }}: "
+
+[searchSuccess]
+ other = "[NUM] results ([TIME] ms) [Translation Help Needed]"
+
+[searchNotFound]
+ other = "Results not found [Translation Help Needed]"
+
+[searchFailed]
+ other = "Failed to load index file [Translation Help Needed]"
diff --git a/i18n/zh-hans.toml b/i18n/zh-hans.toml
index f4eec4e..37387a0 100644
--- a/i18n/zh-hans.toml
+++ b/i18n/zh-hans.toml
@@ -42,3 +42,12 @@
[tagsCurrentTag]
other = "拥有标签 {{ .Title }} 的文章:"
+
+[searchSuccess]
+ other = "找到 [NUM] 条结果 (用时 [TIME] 毫秒)"
+
+[searchNotFound]
+ other = "未找到结果"
+
+[searchFailed]
+ other = "无法获取索引"
diff --git a/i18n/zh-hant.toml b/i18n/zh-hant.toml
index d6ba777..f629617 100644
--- a/i18n/zh-hant.toml
+++ b/i18n/zh-hant.toml
@@ -42,3 +42,12 @@
[tagsCurrentTag]
other = "擁有標籤 {{ .Title }} 的文章:"
+
+[searchSuccess]
+ other = "[NUM] 項結果 (搜尋時間 [TIME] 毫秒)"
+
+[searchNotFound]
+ other = "未找到結果"
+
+[searchFailed]
+ other = "無法獲取索引"