diff --git a/main.py b/main.py index d0d18a5..00ff927 100644 --- a/main.py +++ b/main.py @@ -301,7 +301,7 @@ def get_waka_time_stats(): empty = False stats = stats + generate_commit_list(tz=data['data']['timezone']) + '\n\n' - stats += '📊 **' + translate['This Week I Spend My Time On'] + '** \n\n' + stats += '📊 **' + translate['This Week I Spent My Time On'] + '** \n\n' stats += '```text\n' if showTimeZone.lower() in truthy: empty = False @@ -407,7 +407,7 @@ def get_short_info(github): total = data['years'][0]['total'] year = data['years'][0]['year'] string += '> 🏆 ' + humanize.intcomma(total) + " " + translate[ - 'Contributions in the year'] + " " + year + '\n > \n' + 'Contributions in the Year'] + " " + year + '\n > \n' string += '> 📦 ' + disk_usage + " " + translate["Used in GitHub's Storage"] + ' \n > \n' is_hireable = user_info.hireable diff --git a/translation.json b/translation.json index 298839e..7d147d8 100644 --- a/translation.json +++ b/translation.json @@ -16,14 +16,14 @@ "operating system": "système opérateur", "Projects": "projets", "Timezone": "fuseau horaire", - "Contributions in the year": "contributions en", + "Contributions in the Year": "contributions en", "Used in GitHub's Storage": "utilisés dans le stockage de GitHub", "Opted to Hire": "A choisi d'embaucher", "Not Opted to Hire": "N'a pas choisi d'embaucher", "Profile Views": "Vues du profil", "From Hello World I have written": "De Hello World, j'ai écrit", "I am Most Productive on": "Je suis le plus productif", - "This Week I Spend My Time On": "Cette semaine, je passe mon temps", + "This Week I Spent My Time On": "Cette semaine, je passe mon temps", "I Mostly Code in": "Je code principalement dans", "Timeline": "Chronologie", "No Activity Tracked This Week": "Aucune activité enregistrée cette semaine", @@ -53,14 +53,14 @@ "operating system": "Operating System", "Projects": "Projects", "Timezone": "Time zone", - "Contributions in the year": "Contributions in the year", + "Contributions in the Year": "Contributions in the Year", "Used in GitHub's Storage": "Used in Github's Storage", "Opted to Hire": "Opted to Hire", "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", - "This Week I Spend My Time On": "This Week I Spend My Time On", + "This Week I Spent My Time On": "This Week I Spent My Time On", "I Mostly Code in": "I Mostly Code in", "Timeline": "Timeline", "No Activity Tracked This Week": "No Activity Tracked This Week", @@ -90,14 +90,14 @@ "operating system": "Sistema operativo", "Projects": "Progetti", "Timezone": "Fuso orario", - "Contributions in the year": "Contributi nell'ultimo anno", + "Contributions in the Year": "Contributi nell'ultimo anno", "Used in GitHub's Storage": "Spazio di archiviazione di Github utilizzato", "Opted to Hire": "Pronto per essere assunto", "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 il", - "This Week I Spend My Time On": "Questa settimana ho speso il mio tempo su", + "This Week I Spent My Time On": "Questa settimana ho speso il mio tempo su", "I Mostly Code in": "Solitamente programmo in", "Timeline": "Linea temporale", "No Activity Tracked This Week": "Nessuna attività tracciata questa settimana",