diff --git a/messages/de-DE.json b/messages/de-DE.json index a280fb6..965d064 100644 --- a/messages/de-DE.json +++ b/messages/de-DE.json @@ -387,4 +387,4 @@ "Water": "Wasser" } } -} +} \ No newline at end of file diff --git a/messages/en-US.json b/messages/en-US.json index 3919138..ea0b848 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -37,7 +37,7 @@ "earlierThisMonth": "Earlier this month", "lastMonth": "Last month", "earlierThisYear": "Earlier this year", - "lastYera": "Last year", + "lastYear": "Last year", "older": "Older" } }, @@ -388,4 +388,4 @@ "Water": "Water" } } -} +} \ No newline at end of file diff --git a/messages/es.json b/messages/es.json index c89709c..066450e 100644 --- a/messages/es.json +++ b/messages/es.json @@ -36,7 +36,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" } }, @@ -386,4 +386,4 @@ "Water": "Agua" } } -} +} \ No newline at end of file diff --git a/messages/fr-FR.json b/messages/fr-FR.json index d5d21c7..7a8fb39 100644 --- a/messages/fr-FR.json +++ b/messages/fr-FR.json @@ -36,7 +36,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" } }, @@ -386,4 +386,4 @@ "Water": "Eau" } } -} +} \ No newline at end of file diff --git a/messages/it-IT.json b/messages/it-IT.json index 8b64db0..8ff5b6d 100644 --- a/messages/it-IT.json +++ b/messages/it-IT.json @@ -36,7 +36,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" } }, @@ -386,4 +386,4 @@ "Water": "Acqua" } } -} +} \ No newline at end of file diff --git a/messages/ru-RU.json b/messages/ru-RU.json index 91027a2..bdd0945 100644 --- a/messages/ru-RU.json +++ b/messages/ru-RU.json @@ -36,7 +36,7 @@ "earlierThisMonth": "Ранее в этом месяце", "lastMonth": "В прошлом месяце", "earlierThisYear": "Ранее в этом году", - "lastYera": "В прошлом году", + "lastYear": "В прошлом году", "older": "Очень давно" } }, @@ -386,4 +386,4 @@ "Water": "Вода" } } -} +} \ No newline at end of file diff --git a/messages/ua-UA.json b/messages/ua-UA.json index 1626305..ad14f15 100644 --- a/messages/ua-UA.json +++ b/messages/ua-UA.json @@ -36,7 +36,7 @@ "earlierThisMonth": "Раніше цього місяця", "lastMonth": "Минулого місяця", "earlierThisYear": "Раніше цього року", - "lastYera": "Минулого року", + "lastYear": "Минулого року", "older": "Старіші" } }, @@ -386,4 +386,4 @@ "Water": "Вода" } } -} +} \ No newline at end of file diff --git a/messages/zh-CN.json b/messages/zh-CN.json index 1ced8bf..b933b64 100644 --- a/messages/zh-CN.json +++ b/messages/zh-CN.json @@ -36,7 +36,7 @@ "earlierThisMonth": "本月早些时候", "lastMonth": "上个月", "earlierThisYear": "本年早些时候", - "lastYera": "去年", + "lastYear": "去年", "older": "更早" } }, @@ -386,4 +386,4 @@ "Water": "水" } } -} +} \ No newline at end of file diff --git a/src/app/groups/[groupId]/expenses/create-from-receipt-button-actions.ts b/src/app/groups/[groupId]/expenses/create-from-receipt-button-actions.ts index 065f229..9747f06 100644 --- a/src/app/groups/[groupId]/expenses/create-from-receipt-button-actions.ts +++ b/src/app/groups/[groupId]/expenses/create-from-receipt-button-actions.ts @@ -22,7 +22,7 @@ export async function extractExpenseInformationFromImage(imageUrl: string) { text: ` This image contains a receipt. Read the total amount and store it as a non-formatted number without any other text or currency. - Then guess the category for this receipt amoung the following categories and store its ID: ${categories.map( + Then guess the category for this receipt among the following categories and store its ID: ${categories.map( (category) => formatCategoryForAIPrompt(category), )}. Guess the expense’s date and store it as yyyy-mm-dd.