Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in i18n keys for Expenses.Groups.lastYear and Activity.Groups.lastYear for most locales #270

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion messages/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"earlierThisMonth": "Diesen Monat",
"lastMonth": "Letzten Monat",
"earlierThisYear": "Dieses Jahr",
"lastYera": "Letztes Jahr",
"lastYear": "Letztes Jahr",
"older": "Älter"
}
},
Expand Down
2 changes: 1 addition & 1 deletion messages/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"earlierThisMonth": "Earlier this month",
"lastMonth": "Last month",
"earlierThisYear": "Earlier this year",
"lastYera": "Last year",
"lastYear": "Last year",
"older": "Older"
}
},
Expand Down
2 changes: 1 addition & 1 deletion messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"earlierThisMonth": "A principios de este mes",
"lastMonth": "El mes pasado",
"earlierThisYear": "A principios de este año",
"lastYera": "El año pasado",
"lastYear": "El año pasado",
"older": "Más antiguos"
}
},
Expand Down
2 changes: 1 addition & 1 deletion messages/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"earlierThisMonth": "Plus tôt ce mois-ci",
"lastMonth": "Le mois dernier",
"earlierThisYear": "Plus tôt cette année",
"lastYera": "L'année dernière",
"lastYear": "L'année dernière",
"older": "Plus ancien"
}
},
Expand Down
2 changes: 1 addition & 1 deletion messages/it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"earlierThisMonth": "All'inizio di questo mese",
"lastMonth": "Ultimo mese",
"earlierThisYear": "All'inizio di quest'anno",
"lastYera": "Ultimo anno",
"lastYear": "Ultimo anno",
"older": "Più vecchio"
}
},
Expand Down
4 changes: 2 additions & 2 deletions messages/pl-PL.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"earlierThisMonth": "Wcześniej w tym miesiącu",
"lastMonth": "Ostatni miesiąc",
"earlierThisYear": "Wcześniej w tym roku",
"lastYera": "Poprzedni rok",
"lastYear": "Poprzedni rok",
"older": "Starsze"
}
},
Expand Down Expand Up @@ -281,7 +281,7 @@
"earlierThisMonth": "Wcześniej w tym miesiącu",
"lastMonth": "Ostatni miesiąc",
"earlierThisYear": "Wcześniej w tym roku",
"lastYera": "Poprzedni rok",
"lastYear": "Poprzedni rok",
"older": "Starsze"
}
},
Expand Down
2 changes: 1 addition & 1 deletion messages/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"earlierThisMonth": "La începutul lunii",
"lastMonth": "Luna trecută",
"earlierThisYear": "La începutul anului",
"lastYera": "Anul trecut",
"lastYear": "Anul trecut",
"older": "Mai vechi"
}
},
Expand Down
2 changes: 1 addition & 1 deletion messages/ru-RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"earlierThisMonth": "Ранее в этом месяце",
"lastMonth": "В прошлом месяце",
"earlierThisYear": "Ранее в этом году",
"lastYera": "В прошлом году",
"lastYear": "В прошлом году",
"older": "Очень давно"
}
},
Expand Down
2 changes: 1 addition & 1 deletion messages/ua-UA.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"earlierThisMonth": "Раніше цього місяця",
"lastMonth": "Минулого місяця",
"earlierThisYear": "Раніше цього року",
"lastYera": "Минулого року",
"lastYear": "Минулого року",
"older": "Старіші"
}
},
Expand Down
2 changes: 1 addition & 1 deletion messages/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"earlierThisMonth": "本月早些时候",
"lastMonth": "上个月",
"earlierThisYear": "本年早些时候",
"lastYera": "去年",
"lastYear": "去年",
"older": "更早"
}
},
Expand Down
2 changes: 1 addition & 1 deletion messages/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"earlierThisMonth": "本月稍早",
"lastMonth": "上個月",
"earlierThisYear": "今年稍早",
"lastYera": "去年",
"lastYear": "去年",
"older": "更早"
}
},
Expand Down