From fbc322f6ccdcb643df1ec6eb284bffc8893ed218 Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Sun, 14 Feb 2021 05:09:22 -0500 Subject: [PATCH] Add Swahili (sw) to pagy (#276) --- lib/locales/sw.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 lib/locales/sw.yml diff --git a/lib/locales/sw.yml b/lib/locales/sw.yml new file mode 100644 index 000000000..334c0ebc7 --- /dev/null +++ b/lib/locales/sw.yml @@ -0,0 +1,22 @@ +# :one_other pluralization + +sw: + pagy: + + item_name: + one: "kifaa" + other: "vifaa" + + nav: + prev: "‹ Awali" + next: "Ifuatayo ›" + gap: "…" + + info: + no_items: "Hamna %{item_name} vilivyopatikana" + single_page: "Inaonyesha %{item_name} %{count}" + multiple_pages: "Inaonyesha %{item_name} %{from}-%{to} ya %{count} kwa jumla" + + combo_nav_js: "Kurasa %{page_input} ya %{pages}" + + items_selector_js: "Onyesha %{items_input} %{item_name} kwa kila ukurasa"