diff --git a/apps/landing/public/locales/pl/pricing.json b/apps/landing/public/locales/pl/pricing.json index 2bd6a939a..b1bf4cbc5 100644 --- a/apps/landing/public/locales/pl/pricing.json +++ b/apps/landing/public/locales/pl/pricing.json @@ -27,5 +27,7 @@ "planFree": "Darmowy", "keepPollsIndefinitely": "Przechowuj ankiety w nieskończoność", "whenPollInactive": "Kiedy ankieta staje się nieaktywna?", - "whenPollInactiveAnswer": "Ankiety stają się nieaktywne, gdy wszystkie opcje daty znajdują się w przeszłości ORAZ ankieta nie była używana przez ponad 30 dni. Nieaktywne ankiety są automatycznie usuwane, jeśli użytkownik nie posiada płatnej subskrypcji." + "whenPollInactiveAnswer": "Ankiety stają się nieaktywne, gdy wszystkie opcje daty znajdują się w przeszłości ORAZ ankieta nie była używana przez ponad 30 dni. Nieaktywne ankiety są automatycznie usuwane, jeśli użytkownik nie posiada płatnej subskrypcji.", + "discount": "Oszczędź {amount}", + "yearlyBillingDescription": "rocznie" } diff --git a/apps/web/public/locales/eu/app.json b/apps/web/public/locales/eu/app.json index ee662f45a..290784552 100644 --- a/apps/web/public/locales/eu/app.json +++ b/apps/web/public/locales/eu/app.json @@ -263,5 +263,11 @@ "activePollCount": "{{activePollCount}} zuzenean", "createPoll": "Sortu galdetegi bat", "yearlyDiscount": "Gorde {amount}", - "yearlyBillingDescription": "urteko" + "yearlyBillingDescription": "urteko", + "addToCalendar": "Gehitu egutegira", + "microsoft365": "Microsoft 365", + "outlook": "Outlook", + "yahoo": "Yahoo", + "downloadICSFile": "Deskargatu ICS fitxategia", + "schedulateDate": "Programatutako data" } diff --git a/apps/web/public/locales/nl/app.json b/apps/web/public/locales/nl/app.json index 67faa31a8..f6a6b6599 100644 --- a/apps/web/public/locales/nl/app.json +++ b/apps/web/public/locales/nl/app.json @@ -263,5 +263,11 @@ "activePollCount": "{{activePollCount}} actief", "createPoll": "Poll maken", "yearlyDiscount": "Bespaar {amount}", - "yearlyBillingDescription": "per jaar" + "yearlyBillingDescription": "per jaar", + "addToCalendar": "Toevoegen aan Agenda", + "microsoft365": "Microsoft 365", + "outlook": "Outlook", + "yahoo": "Yahoo", + "downloadICSFile": "ICS-bestand downloaden", + "schedulateDate": "Geplande datum" } diff --git a/apps/web/public/locales/pl/app.json b/apps/web/public/locales/pl/app.json index b12d63d83..e7c4de544 100644 --- a/apps/web/public/locales/pl/app.json +++ b/apps/web/public/locales/pl/app.json @@ -261,5 +261,13 @@ "pastEventsEmptyStateTitle": "Brak poprzednich wydarzeń", "pastEventsEmptyStateDescription": "Po zaplanowaniu wydarzeń pojawią się one tutaj.", "activePollCount": "Aktywnych: {{activePollCount}}", - "createPoll": "Utwórz ankietę" + "createPoll": "Utwórz ankietę", + "yearlyDiscount": "Oszczędź {amount}", + "yearlyBillingDescription": "rocznie", + "addToCalendar": "Dodaj do kalendarza", + "microsoft365": "Microsoft 365", + "outlook": "Outlook", + "yahoo": "Yahoo", + "downloadICSFile": "Pobierz plik ICS", + "schedulateDate": "Zaplanowana data" } diff --git a/apps/web/public/locales/sv/app.json b/apps/web/public/locales/sv/app.json index 300bff975..94868b85c 100644 --- a/apps/web/public/locales/sv/app.json +++ b/apps/web/public/locales/sv/app.json @@ -233,5 +233,10 @@ "activePollCount": "{{activePollCount}} Live", "createPoll": "Skapa omröstning", "yearlyDiscount": "Spara {amount}", - "yearlyBillingDescription": "per år" + "yearlyBillingDescription": "per år", + "addToCalendar": "Lägg till i kalender", + "microsoft365": "Microsoft 365", + "outlook": "Outlook", + "yahoo": "Yahoo", + "downloadICSFile": "Ladda ner ICS-fil" }