diff --git a/main.py b/main.py index 69f17c4..456f39d 100644 --- a/main.py +++ b/main.py @@ -280,7 +280,7 @@ def generate_commit_list(tz): for day in dayOfWeek: if day['percent'] > max_element['percent']: max_element = day - days_title = translate['I am Most Productive on'] + ' ' + max_element['name'] + days_title = translate['I am Most Productive on'] % max_element['name'] string = string + '📅 **' + days_title + '** \n\n' + '```text\n' + make_commit_list(dayOfWeek) + '\n\n```\n' return string diff --git a/translation.json b/translation.json index c345067..9891d42 100644 --- a/translation.json +++ b/translation.json @@ -22,7 +22,7 @@ "Not Opted to Hire": "N'a pas choisi d'embaucher", "Profile Views": "Vues du profil", "From Hello World I have written": "Depuis Hello World, j'ai écrit", - "I am Most Productive on": "Je suis le plus productif sur", + "I am Most Productive on": "Je suis le plus productif sur %s", "This Week I Spend My Time On": "Cette semaine, je passe mon temps sur", "I Mostly Code in": "Je code principalement en %s", "Timeline": "Chronologie", @@ -59,7 +59,7 @@ "Not Opted to Hire": "Not Opted to Hire", "Profile Views": "Profile Views", "From Hello World I have written": "From Hello World I've Written", - "I am Most Productive on": "I'm Most Productive on", + "I am Most Productive on": "I'm Most Productive on %s", "This Week I Spend My Time On": "This Week I Spent My Time On", "I Mostly Code in": "I Mostly Code in %s", "Timeline": "Timeline", @@ -96,7 +96,7 @@ "Not Opted to Hire": "Non disponibile per assunzioni/colloqui", "Profile Views": "Visite al profilo", "From Hello World I have written": "Dal mio primo Hello World ho scritto ", - "I am Most Productive on": "Sono piu' produttivo di", + "I am Most Productive on": "Sono piu' produttivo di %s", "This Week I Spend My Time On": "Questa settimana ho speso il mio tempo su", "I Mostly Code in": "Solitamente programmo in %s", "Timeline": "Linea temporale", @@ -133,7 +133,7 @@ "Not Opted to Hire": "不开放招聘", "Profile Views": "个人封面观看次数", "From Hello World I have written": "从「你好世界」我已经写了", - "I am Most Productive on": "我最有效率是", + "I am Most Productive on": "我最有效率是 %s", "This Week I Spend My Time On": "这周我的时间花在了", "I Mostly Code in": "我主要编写 %s", "Timeline": "时间线", @@ -170,7 +170,7 @@ "Not Opted to Hire": "غير متاح للتوظيف", "Profile Views": "Profile Views", "From Hello World I have written": "From Hello World I have written", - "I am Most Productive on": "انا اكثر انتاجية في يوم", + "I am Most Productive on": "انا اكثر انتاجية في يوم %s", "This Week I Spend My Time On": "هذا الاسبوع قضيت وقتي في", "I Mostly Code in": "اغلب وقتي استخدم %s", "Timeline": "الجدول الزمني", @@ -207,7 +207,7 @@ "Not Opted to Hire": "Não optou por contratar", "Profile Views": "Visualizacões do perfil", "From Hello World I have written": "Desde o Hello World eu escrevi", - "I am Most Productive on": "Sou mais produtivo em", + "I am Most Productive on": "Sou mais produtivo em %s", "This Week I Spend My Time On": "Esta semana eu gastei meu tempo em", "I Mostly Code in": "Eu principalmente codifico em %s", "Timeline": "Linha do tempo", @@ -244,7 +244,7 @@ "Not Opted to Hire": "nie szukam zatrudnienia", "Profile Views": "wyświetlenia profilu", "From Hello World I have written": "Od Hello World napisałem", - "I am Most Productive on": "Dzień, w którym jestem najbardziej produktywny", + "I am Most Productive on": "Dzień, w którym jestem najbardziej produktywny %s", "This Week I Spend My Time On": "Czas poświęcony na projekty w tym tygodniu", "I Mostly Code in": "Najczęściej piszę w %s", "Timeline": "Linia czasu", @@ -281,7 +281,7 @@ "Not Opted to Hire": "No abierto para contratación", "Profile Views": "Visitas al perfil", "From Hello World I have written": "Desde Hola Mundo he escrito", - "I am Most Productive on": "Soy más productivo los", + "I am Most Productive on": "Soy más productivo los %s", "This Week I Spend My Time On": "Esta semana me dediqué a", "I Mostly Code in": "Codifico principalmente en %s", "Timeline": "Cronología", @@ -304,9 +304,9 @@ "Saturday": "토요일", "Sunday": "일요일", "Morning": "아침", - "Daytime": "낮", + "Daytime": "낮 ", "Evening": "저녁", - "Night": "밤", + "Night": "밤 ", "Languages": "프로그래밍 언어들", "Editors": "에디터들", "operating system": "운영 체제들", @@ -318,7 +318,7 @@ "Not Opted to Hire": "일하는 회사가 없어요.", "Profile Views": "Profile Views", "From Hello World I have written": "저는 여태까지 ", - "I am Most Productive on": "제가 가장 생산적인 날은", + "I am Most Productive on": "제가 가장 생산적인 날은 %s이에요.", "This Week I Spend My Time On": "저는 이번주를 이렇게 시간을 보냈어요.", "I Mostly Code in": "저는 주로 %s 언어를 사용해요.", "Timeline": "타임라인",