From 8f3d03b1888fed23e6aa07d6077045e673357481 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 28 Aug 2024 22:54:34 +0200 Subject: sync theme --- themes/blowfish/i18n/fa.yaml | 75 ++++++++++++++++++++++++++++++++++++++++++++ themes/blowfish/i18n/ja.yaml | 8 ++--- 2 files changed, 79 insertions(+), 4 deletions(-) create mode 100644 themes/blowfish/i18n/fa.yaml (limited to 'themes/blowfish/i18n') diff --git a/themes/blowfish/i18n/fa.yaml b/themes/blowfish/i18n/fa.yaml new file mode 100644 index 0000000..9a9dcb9 --- /dev/null +++ b/themes/blowfish/i18n/fa.yaml @@ -0,0 +1,75 @@ +global: + language: "FA" + +article: + anchor_label: "لنگر" + date: "{{ .Date }}" + date_updated: "آخرین تغییر: {{ .Date }}" + draft: "پیش‌نویس" + edit_title: "ویرایش محتوا" + reading_time: + one: "{{ .Count }} دقیقه" + other: "{{ .Count }} دقیقه" + reading_time_title: "زمان مطالعه" + table_of_contents: "فهرست مطالب" + word_count: + one: "{{ .Count }} کلمه" + other: "{{ .Count }} کلمه" + views: + one: "{{ .Count }} بازدید" + other: "{{ .Count }} بازدید" + likes: + one: "{{ .Count }} لایک" + other: "{{ .Count }} لایک" + part_of_series: "این مقاله بخشی از یک مجموعه مقالات است." + part: "بخش" + this_article: "همین مقاله" + related_articles: "مقاله‌های مرتبط" + zen_mode_title: + enable: "فعال کردن حالت تمام متن" + disable: "غیر فعال کردن حالت تمام متن" + +author: + byline_title: "نویسنده" + +code: + copy: "کپی کردن" + copied: "کپی شد" + +error: + 404_title: "صفحه مورد نظر یافت نشد :confused:" + 404_error: "ارور 404" + 404_description: "به نظر می‌رسد صفحه‌ای که درخواست کرده‌اید وجود ندارد." + +footer: + dark_appearance: "حالت تاریک" + light_appearance: "حالت روشن" + powered_by: "قدرت گرفته از {{ .Hugo }} و {{ .Theme }}" + +list: + externalurl_title: "لینک به سایت خارجی" + no_articles: "هیچ مقاله‌ای برای نمایش وجود ندارد." + +nav: + scroll_to_top_title: "بازگشت به بالا" + skip_to_main: "رفتن به محتوای اصلی" + +search: + open_button_title: "جستجو (/)" + close_button_title: "بستن (Esc)" + input_placeholder: "جستجو" + +sharing: + email: "ارسال ایمیل" + facebook: "اشتراک گذاری در فیسبوک" + linkedin: "اشتراک گذاری در لینکداین" + pinterest: "اشتراک گذاری در پینترست" + reddit: "اشتراک گذاری در ردیت" + twitter: "اشتراک گذاری در توییتر" + bluesky: "اشتراک گذاری در بلواسکای" + +shortcode: + recent_articles: "مقاله‌های اخیر" + +recent: + show_more: "نمایش بیشتر" diff --git a/themes/blowfish/i18n/ja.yaml b/themes/blowfish/i18n/ja.yaml index d5f6cec..a47aa21 100644 --- a/themes/blowfish/i18n/ja.yaml +++ b/themes/blowfish/i18n/ja.yaml @@ -15,10 +15,10 @@ article: word_count: one: "{{ .Count }} 文字" other: "{{ .Count }} 文字" - part_of_series: "This article is part of a series." - part: "Part" - this_article: "This Article" - related_articles: "Related" + part_of_series: "この記事は連載の一部です" + part: "パート" + this_article: "この記事" + related_articles: "関連記事" author: byline_title: "著者" -- cgit v1.2.3