Very poggers updates!
This commit is contained in:
10
i18n/en.toml
10
i18n/en.toml
@@ -3,11 +3,15 @@ other = 'Translations'
|
||||
[languages]
|
||||
other = 'Languages'
|
||||
|
||||
[published]
|
||||
other = 'Published'
|
||||
[modified]
|
||||
other = 'Updated'
|
||||
[readMore]
|
||||
other = 'Read More'
|
||||
|
||||
[wordCount]
|
||||
other = 'This article has {{ .WordCount }} words.'
|
||||
other = 'This article has {{ . }} words'
|
||||
[readingTime]
|
||||
one = 'One minute to read.'
|
||||
other = '{{ .Count }} minutes to read.'
|
||||
other = '{{ . }} minutes to read'
|
||||
one = 'One minute to read'
|
15
i18n/nl.toml
15
i18n/nl.toml
@@ -1,4 +1,17 @@
|
||||
[translations]
|
||||
other = 'Vertalingen'
|
||||
[languages]
|
||||
other = 'Talen'
|
||||
other = 'Talen'
|
||||
|
||||
[published]
|
||||
other = 'Gepubliceerd'
|
||||
[modified]
|
||||
other = 'Bijgewerkt'
|
||||
[readMore]
|
||||
other = 'Lees verder'
|
||||
|
||||
[wordCount]
|
||||
other = 'Dit artikel heeft {{ . }} woorden'
|
||||
[readingTime]
|
||||
other = '{{ . }} minuut om te lezen'
|
||||
one = 'Een minuut om te lezen'
|
10
i18n/no.toml
10
i18n/no.toml
@@ -3,11 +3,15 @@ other = 'Oversettelser'
|
||||
[languages]
|
||||
other = 'Språk'
|
||||
|
||||
[published]
|
||||
other = 'Lagt ut'
|
||||
[modified]
|
||||
other = 'Oppdatert'
|
||||
[readMore]
|
||||
other = 'Les Mer'
|
||||
|
||||
[wordCount]
|
||||
other = 'Denne artikelen har {{ .WordCount }} ord.'
|
||||
other = 'Denne artikelen har {{ . }} ord'
|
||||
[readingTime]
|
||||
other = '{{ .Count }} minutters lesetid.'
|
||||
one = 'Ett minutts lesetid.'
|
||||
other = '{{ . }} minutters lesetid'
|
||||
one = 'Ett minutts lesetid'
|
Reference in New Issue
Block a user