From 36bca91f22406d0b2515d5286857e00b1cbc72e1 Mon Sep 17 00:00:00 2001 From: ensag-dev <59049879+ensag-dev@users.noreply.github.com> Date: Fri, 17 Jan 2025 09:59:30 +0100 Subject: [PATCH] i18n: create Occitan translation (#816) Adding a Occitan translation to i18n. Signed-off-by: ensag-dev <59049879+ensag-dev@users.noreply.github.com> --- i18n/oc.toml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 i18n/oc.toml diff --git a/i18n/oc.toml b/i18n/oc.toml new file mode 100644 index 0000000..8f5f7ac --- /dev/null +++ b/i18n/oc.toml @@ -0,0 +1,49 @@ +[more] +other = "Mai" + +[allTitle] +other = "Tot {{.Title }}" + +[recentTitle] +other = "Recent {{.Title }}" + +[readMore] +other = "ne legir mai" + +[by] +other = "Per" + +[whatsInThis] +other = "De qué i a dins {{ .Type }}" + +[related] +other = "Ligats" + +[yourName] +other = "Vòstre nom" + +[emailAddress] +other = "Adreça electronica" + +[message] +other = "Messatge" + +[emailRequiredNote] +other = "Una adreça electronica es requerida." + +[send] +other = "Enviar" + +[taxonomyPageList] +other = "Trapatz çai jos las paginas qu'utilizan los tèrmes “{{ .Title }}”" + +[readingTime] +one = "Una minuta de lectura" +other = "{{ .Count }} minutas de lectura" + +[wordCount] +one = "Un mot" +other = "{{ .Count }} mots" + +[pageTitle] +other = "pagina {{ .Name }}"