From 8e3d8805571360337652d7998a9db103caf561d4 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Fri, 29 Dec 2023 16:04:25 +0800 Subject: [PATCH] :globe_with_meridians: Feat: add translations for "archives" keyword (#396) --- i18n/de.toml | 3 +++ i18n/es.toml | 3 +++ i18n/fr.toml | 3 +++ i18n/it.toml | 3 +++ i18n/pl.toml | 3 +++ i18n/pt-BR.toml | 3 +++ i18n/ro.toml | 3 +++ i18n/ru.toml | 3 +++ i18n/sr.toml | 3 +++ i18n/vi.toml | 3 +++ i18n/zh-TW.toml | 1 + 11 files changed, 31 insertions(+) diff --git a/i18n/de.toml b/i18n/de.toml index 9bcdec41..2ec488b0 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -20,6 +20,9 @@ noscript = "" # === baseof === # === Taxonomy === +[archives] +other = "" + [allSome] other = "Alle {{ .Some }}" diff --git a/i18n/es.toml b/i18n/es.toml index ce396719..722c01e2 100644 --- a/i18n/es.toml +++ b/i18n/es.toml @@ -20,6 +20,9 @@ noscript = "" # === baseof === # === Taxonomy === +[archives] +other = "" + [allSome] other = "Todo {{ .Some }}" diff --git a/i18n/fr.toml b/i18n/fr.toml index 42f95580..aaa81c3a 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -19,6 +19,9 @@ noscript = "Le thème FixIt fonctionne mieux quand JavaScript est activé." # === baseof === # === Taxonomy === +[archives] +other = "" + [allSome] other = "Tous les {{ .Some }}" diff --git a/i18n/it.toml b/i18n/it.toml index 57ae80db..9be327bb 100644 --- a/i18n/it.toml +++ b/i18n/it.toml @@ -20,6 +20,9 @@ noscript = "" # === baseof === # === Taxonomy === +[archives] +other = "" + [allSome] other = "Tutti {{ .Some }}" diff --git a/i18n/pl.toml b/i18n/pl.toml index 0c258da1..7a0f45a9 100644 --- a/i18n/pl.toml +++ b/i18n/pl.toml @@ -20,6 +20,9 @@ noscript = "" # === baseof === # === Taxonomy === +[archives] +other = "" + [allSome] other = "Wszystkie {{ .Some }}" diff --git a/i18n/pt-BR.toml b/i18n/pt-BR.toml index ec4b5d32..08d826fc 100644 --- a/i18n/pt-BR.toml +++ b/i18n/pt-BR.toml @@ -20,6 +20,9 @@ noscript = "" # === baseof === # === Taxonomy === +[archives] +other = "" + [allSome] other = "{{ .Some }}" diff --git a/i18n/ro.toml b/i18n/ro.toml index 1ede3de8..d2e86883 100644 --- a/i18n/ro.toml +++ b/i18n/ro.toml @@ -20,6 +20,9 @@ noscript = "" # === baseof === # === Taxonomy === +[archives] +other = "" + [allSome] other = "Toate {{ .Some }}" diff --git a/i18n/ru.toml b/i18n/ru.toml index 34fa99c5..92d3d86b 100644 --- a/i18n/ru.toml +++ b/i18n/ru.toml @@ -20,6 +20,9 @@ noscript = "" # === baseof === # === Taxonomy === +[archives] +other = "" + [allSome] other = "Все {{ .Some }}" diff --git a/i18n/sr.toml b/i18n/sr.toml index 1488b529..6b9b4847 100644 --- a/i18n/sr.toml +++ b/i18n/sr.toml @@ -20,6 +20,9 @@ noscript = "" # === baseof === # === Taxonomy === +[archives] +other = "" + [allSome] other = "Све {{ .Some }}" diff --git a/i18n/vi.toml b/i18n/vi.toml index 4d4448c1..d5b4a05c 100644 --- a/i18n/vi.toml +++ b/i18n/vi.toml @@ -19,6 +19,9 @@ noscript = "" # === baseof === # === Taxonomy === +[archives] +other = "" + [allSome] other = "Tất cả {{ .Some }}" diff --git a/i18n/zh-TW.toml b/i18n/zh-TW.toml index 7300e5bb..d2395c33 100644 --- a/i18n/zh-TW.toml +++ b/i18n/zh-TW.toml @@ -21,6 +21,7 @@ noscript = "FixIt 主題在啟用 JavaScript 的情況下效果最佳。" # === Taxonomy === [archives] other = "歸檔" + [allSome] other = "所有{{ .Some }}"