mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
using trans for most common short texts
This commit is contained in:
@@ -35,15 +35,65 @@ author = { name = "Philipp Oppermann" }
|
||||
|
||||
[translations.en]
|
||||
lang_name = "English"
|
||||
toc = "Table Of Contents"
|
||||
all_posts = "« All Posts"
|
||||
support_me = "Support Me"
|
||||
comments = "Comments"
|
||||
comments_notice = "Please leave your comments in English if possible."
|
||||
other_languages = "Other Languages"
|
||||
about_me = "About Me"
|
||||
about_me_text_1 = "I'm a Rust freelancer with a master's degree in computer science. I love systems programming, open source software, and new challenges."
|
||||
readmore = "read more »"
|
||||
not_translated = "(This post is not translated yet.)"
|
||||
|
||||
[translations.zh-CN]
|
||||
lang_name = "Chinese (simplified)"
|
||||
toc = "Table Of Contents"
|
||||
all_posts = "« All Posts"
|
||||
support_me = "Support Me"
|
||||
comments = "Comments"
|
||||
comments_notice = "Please leave your comments in English if possible."
|
||||
other_languages = "Other Languages"
|
||||
about_me = "About Me"
|
||||
about_me_text_1 = "I'm a Rust freelancer with a master's degree in computer science. I love systems programming, open source software, and new challenges."
|
||||
readmore = "read more »"
|
||||
not_translated = "(This post is not translated yet.)"
|
||||
|
||||
[translations.zh-TW]
|
||||
lang_name = "Chinese (traditional)"
|
||||
toc = "Table Of Contents"
|
||||
all_posts = "« All Posts"
|
||||
support_me = "Support Me"
|
||||
comments = "Comments"
|
||||
comments_notice = "Please leave your comments in English if possible."
|
||||
other_languages = "Other Languages"
|
||||
about_me = "About Me"
|
||||
about_me_text_1 = "I'm a Rust freelancer with a master's degree in computer science. I love systems programming, open source software, and new challenges."
|
||||
readmore = "read more »"
|
||||
not_translated = "(This post is not translated yet.)"
|
||||
|
||||
[translations.ja]
|
||||
lang_name = "Japanese"
|
||||
toc = "Table Of Contents"
|
||||
all_posts = "« All Posts"
|
||||
support_me = "Support Me"
|
||||
comments = "Comments"
|
||||
comments_notice = "Please leave your comments in English if possible."
|
||||
other_languages = "Other Languages"
|
||||
about_me = "About Me"
|
||||
about_me_text_1 = "I'm a Rust freelancer with a master's degree in computer science. I love systems programming, open source software, and new challenges."
|
||||
readmore = "read more »"
|
||||
not_translated = "(This post is not translated yet.)"
|
||||
|
||||
[translations.fa]
|
||||
lang_name = "Persian"
|
||||
toc = "فهرست مطالب"
|
||||
all_posts = "« همه پستها"
|
||||
support_me = "مرا پشتیبانی کنید"
|
||||
comments = "نظرات"
|
||||
comments_notice = "لطفا نظرات خود را در صورت امکان به انگلیسی بنویسید."
|
||||
other_languages = "زبان های دیگر"
|
||||
about_me = "درباره من"
|
||||
about_me_text_1 = "من یک فریلنسر Rust با مدرک ارشد علوم کامپیوتر هستم. من عاشق برنامه نویسی سیستمی، نرم افزار متن باز و چالش های جدید هستم."
|
||||
readmore = "ادامهمطلب»"
|
||||
not_translated = "(این پست هنوز ترجمه نشده است.)"
|
||||
|
||||
Reference in New Issue
Block a user