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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugoo <gh@hugovidafe.dev>2022-03-20 02:14:26 +0300
committerGitHub <noreply@github.com>2022-03-20 02:14:26 +0300
commit1cfd39c627146d0088b8878800142fdd43fb5558 (patch)
treeaf87ccd33af48e8ee51b38c4b879e02dfd8b0632
parentbf8868c8e78d74504f1d5f5da3b41b05792871cf (diff)
feat(i18n): add Catalan translation (#557)
-rw-r--r--exampleSite/config.yaml2
-rw-r--r--i18n/ca.yaml73
2 files changed, 74 insertions, 1 deletions
diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml
index 1b860bf..ea576c2 100644
--- a/exampleSite/config.yaml
+++ b/exampleSite/config.yaml
@@ -26,7 +26,7 @@ disqusShortname: hugo-theme-stack
googleAnalytics:
# Theme i18n support
-# Available values: en, fr, id, ja, ko, pt-br, zh-cn, zh-tw, zh-hk, es, de, nl, it, th, el, uk, ar
+# Available values: ar, ca, de, el, en, es, fr, id, it, ja, ko, nl, pt-br, th, uk, zh-cn, zh-hk, zh-tw
DefaultContentLanguage: en
# Set hasCJKLanguage to true if DefaultContentLanguage is in [zh-cn ja ko]
diff --git a/i18n/ca.yaml b/i18n/ca.yaml
new file mode 100644
index 0000000..33ad70e
--- /dev/null
+++ b/i18n/ca.yaml
@@ -0,0 +1,73 @@
+toggleMenu:
+ other: Toggle Menu
+
+darkMode:
+ other: Mode fosc
+
+list:
+ page:
+ one: "{{ .Count }} pàgina"
+ other: "{{ .Count }} pàgines"
+
+ section:
+ other: Secció
+
+ subsection:
+ one: Subsecció
+ other: Subseccions
+
+article:
+ back:
+ other: Tornar
+
+ tableOfContents:
+ other: Taula de contingut
+
+ relatedContents:
+ other: Continguts relacionats
+
+ lastUpdatedOn:
+ other: Última vegada actualitzat
+
+ readingTime:
+ one: "{{ .Count }} minut a llegir"
+ other: "{{ .Count }} minuts a llegir"
+
+notFound:
+ title:
+ other: No Trobat
+
+ subtitle:
+ other: Aquesta pàgina no existeix
+
+widget:
+ archives:
+ title:
+ other: Arxiu
+
+ more:
+ other: Més
+
+ tagCloud:
+ title:
+ other: Etiquetes
+ categoriesCloud:
+ title:
+ other: Categories
+
+search:
+ title:
+ other: Cerca
+
+ placeholder:
+ other: Tecleja alguna cosa...
+
+ resultTitle:
+ other: "#PAGES_COUNT pàgines en (#TIME_SECONDS segons)"
+
+footer:
+ builtWith:
+ other: Creat amb {{ .Generator }}
+
+ designedBy:
+ other: Tema {{ .Theme }} dissenyat per {{ .DesignedBy }}