Using proper tense of spend

This commit is contained in:
Daniel Rowe
2020-08-16 23:54:00 -04:00
parent 0c8b6e5f00
commit ea6a30b6de
2 changed files with 8 additions and 8 deletions

View File

@@ -301,7 +301,7 @@ def get_waka_time_stats():
empty = False empty = False
stats = stats + generate_commit_list(tz=data['data']['timezone']) + '\n\n' 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' stats += '```text\n'
if showTimeZone.lower() in truthy: if showTimeZone.lower() in truthy:
empty = False empty = False
@@ -407,7 +407,7 @@ def get_short_info(github):
total = data['years'][0]['total'] total = data['years'][0]['total']
year = data['years'][0]['year'] year = data['years'][0]['year']
string += '> 🏆 ' + humanize.intcomma(total) + " " + translate[ 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' string += '> 📦 ' + disk_usage + " " + translate["Used in GitHub's Storage"] + ' \n > \n'
is_hireable = user_info.hireable is_hireable = user_info.hireable

View File

@@ -16,14 +16,14 @@
"operating system": "système opérateur", "operating system": "système opérateur",
"Projects": "projets", "Projects": "projets",
"Timezone": "fuseau horaire", "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", "Used in GitHub's Storage": "utilisés dans le stockage de GitHub",
"Opted to Hire": "A choisi d'embaucher", "Opted to Hire": "A choisi d'embaucher",
"Not Opted to Hire": "N'a pas choisi d'embaucher", "Not Opted to Hire": "N'a pas choisi d'embaucher",
"Profile Views": "Vues du profil", "Profile Views": "Vues du profil",
"From Hello World I have written": "De Hello World, j'ai écrit", "From Hello World I have written": "De Hello World, j'ai écrit",
"I am Most Productive on": "Je suis le plus productif", "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", "I Mostly Code in": "Je code principalement dans",
"Timeline": "Chronologie", "Timeline": "Chronologie",
"No Activity Tracked This Week": "Aucune activité enregistrée cette semaine", "No Activity Tracked This Week": "Aucune activité enregistrée cette semaine",
@@ -53,14 +53,14 @@
"operating system": "Operating System", "operating system": "Operating System",
"Projects": "Projects", "Projects": "Projects",
"Timezone": "Time zone", "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", "Used in GitHub's Storage": "Used in Github's Storage",
"Opted to Hire": "Opted to Hire", "Opted to Hire": "Opted to Hire",
"Not Opted to Hire": "Not Opted to Hire", "Not Opted to Hire": "Not Opted to Hire",
"Profile Views": "Profile Views", "Profile Views": "Profile Views",
"From Hello World I have written": "From Hello World I've Written", "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",
"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", "I Mostly Code in": "I Mostly Code in",
"Timeline": "Timeline", "Timeline": "Timeline",
"No Activity Tracked This Week": "No Activity Tracked This Week", "No Activity Tracked This Week": "No Activity Tracked This Week",
@@ -90,14 +90,14 @@
"operating system": "Sistema operativo", "operating system": "Sistema operativo",
"Projects": "Progetti", "Projects": "Progetti",
"Timezone": "Fuso orario", "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", "Used in GitHub's Storage": "Spazio di archiviazione di Github utilizzato",
"Opted to Hire": "Pronto per essere assunto", "Opted to Hire": "Pronto per essere assunto",
"Not Opted to Hire": "Non disponibile per assunzioni/colloqui", "Not Opted to Hire": "Non disponibile per assunzioni/colloqui",
"Profile Views": "Visite al profilo", "Profile Views": "Visite al profilo",
"From Hello World I have written": "Dal mio primo Hello World ho scritto ", "From Hello World I have written": "Dal mio primo Hello World ho scritto ",
"I am Most Productive on": "Sono piu' produttivo il", "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", "I Mostly Code in": "Solitamente programmo in",
"Timeline": "Linea temporale", "Timeline": "Linea temporale",
"No Activity Tracked This Week": "Nessuna attività tracciata questa settimana", "No Activity Tracked This Week": "Nessuna attività tracciata questa settimana",