From 52cc5cee04c73906c8ea1234a72083f1c15bf5e4 Mon Sep 17 00:00:00 2001 From: mrestivill Date: Tue, 29 Nov 2022 15:38:45 +0100 Subject: [PATCH] Update ca.toml --- i18n/ca.toml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/i18n/ca.toml b/i18n/ca.toml index 2c655c7..ea4299a 100644 --- a/i18n/ca.toml +++ b/i18n/ca.toml @@ -1,8 +1,8 @@ [more] -other = "Más" +other = "Més" [allTitle] -other = "Todos los {{.Title }}" +other = "Tots els {{.Title }}" [recentTitle] other = "{{.Title }} recents" @@ -35,7 +35,12 @@ other = "És necesari una adreça de correu electrònic." other = "Enviar" [taxonomyPageList] -other = "A continuació trobarà les pàgines associades a “{{ .Title }}”" +other = "A continuació trobarà les pàgines associades al terme taxonòmic “{{ .Title }}”" -[pageTitle] -other = "{{ .Name }} pàgina" +[readingTime] +one = "Lectura en un minut" +other = "Lectura en {{ .Count }} minuts" + +[wordCount] +one = "Una paraula" +other = "{{ .Count }} paraules"