diff options
author | amzrk2 | 2020-06-16 16:09:04 +0800 |
---|---|---|
committer | amzrk2 | 2020-06-16 16:09:04 +0800 |
commit | f88c7b78f224bf746b831001ec8cef01693a4b3c (patch) | |
tree | 20fe1c16160171228b374c8718f858946162c8af /i18n/nl.toml | |
parent | 03750a600a71df1276ccfcc7c817de5cb86e3e9f (diff) | |
download | hugo-theme-fuji-f88c7b78f224bf746b831001ec8cef01693a4b3c.tar.gz hugo-theme-fuji-f88c7b78f224bf746b831001ec8cef01693a4b3c.tar.bz2 hugo-theme-fuji-f88c7b78f224bf746b831001ec8cef01693a4b3c.zip |
Search page i18n
Diffstat (limited to 'i18n/nl.toml')
-rw-r--r-- | i18n/nl.toml | 9 |
1 files changed, 9 insertions, 0 deletions
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]" |