diff --git a/blog/config.toml b/blog/config.toml index 3d700ded..cb01af48 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -41,6 +41,10 @@ comments = "Comments" comments_notice = "Please leave your comments in English if possible." readmore = "read more »" not_translated = "(This post is not translated yet.)" +translated_content = "Translated Content:" +translated_content_notice = "This is a community translation of the {{ original.title }} post. It might be incomplete, outdated or contain errors. Please report any issues!" +translated_by = "Translation By" +word_seprator = "and" [translations.zh-CN] lang_name = "Chinese (simplified)" @@ -50,6 +54,10 @@ comments = "Comments" comments_notice = "Please leave your comments in English if possible." readmore = "read more »" not_translated = "(This post is not translated yet.)" +translated_content = "Translated Content:" +translated_content_notice = "This is a community translation of the {{ original.title }} post. It might be incomplete, outdated or contain errors. Please report any issues!" +translated_by = "Translation By" +word_seprator = "and" [translations.zh-TW] lang_name = "Chinese (traditional)" @@ -59,6 +67,10 @@ comments = "Comments" comments_notice = "Please leave your comments in English if possible." readmore = "read more »" not_translated = "(This post is not translated yet.)" +translated_content = "Translated Content:" +translated_content_notice = "This is a community translation of the {{ original.title }} post. It might be incomplete, outdated or contain errors. Please report any issues!" +translated_by = "Translation By" +word_seprator = "and" [translations.ja] lang_name = "Japanese" @@ -68,6 +80,10 @@ comments = "Comments" comments_notice = "Please leave your comments in English if possible." readmore = "read more »" not_translated = "(This post is not translated yet.)" +translated_content = "Translated Content:" +translated_content_notice = "This is a community translation of the {{ original.title }} post. It might be incomplete, outdated or contain errors. Please report any issues!" +translated_by = "Translation By" +word_seprator = "and" [translations.fa] lang_name = "Persian" @@ -77,3 +93,7 @@ comments = "نظرات" comments_notice = "لطفا نظرات خود را در صورت امکان به انگلیسی بنویسید." readmore = "ادامهمطلب»" not_translated = "(این پست هنوز ترجمه نشده است.)" +translated_content = "محتوای ترجمه شده:" +translated_content_notice = "این یک ترجمه از جامعه کاربران برای پست _original.title_ است. ممکن است ناقص ، منسوخ شده یا دارای خطا باشد. لطفا هر گونه مشکل را گزارش دهید!" +translated_by = "ترجمه توسط" +word_seprator = "و" diff --git a/blog/templates/edition-2/macros.html b/blog/templates/edition-2/macros.html index 686add07..3362b58c 100644 --- a/blog/templates/edition-2/macros.html +++ b/blog/templates/edition-2/macros.html @@ -15,7 +15,7 @@