🌐 New Crowdin updates (#1262)

This commit is contained in:
Luke Vella 2024-08-21 18:18:43 +01:00 committed by GitHub
parent 91a0a840df
commit f077de1266
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 26 additions and 4 deletions

View file

@ -27,5 +27,7 @@
"planFree": "Kostenlos", "planFree": "Kostenlos",
"keepPollsIndefinitely": "Umfragen auf unbestimmte Zeit behalten", "keepPollsIndefinitely": "Umfragen auf unbestimmte Zeit behalten",
"whenPollInactive": "Wann wird eine Umfrage inaktiv?", "whenPollInactive": "Wann wird eine Umfrage inaktiv?",
"whenPollInactiveAnswer": "Umfragen werden inaktiv, wenn alle Datumsoptionen in der Vergangenheit liegen UND die Umfrage seit mehr als 30 Tagen nicht aufgerufen wurde. Inaktive Umfragen werden automatisch gelöscht, wenn du kein kostenpflichtiges Abonnement hast." "whenPollInactiveAnswer": "Umfragen werden inaktiv, wenn alle Datumsoptionen in der Vergangenheit liegen UND die Umfrage seit mehr als 30 Tagen nicht aufgerufen wurde. Inaktive Umfragen werden automatisch gelöscht, wenn du kein kostenpflichtiges Abonnement hast.",
"discount": "Spare {amount}",
"yearlyBillingDescription": "pro Jahr"
} }

View file

@ -261,5 +261,17 @@
"pastEventsEmptyStateTitle": "Keine vergangenen Termine", "pastEventsEmptyStateTitle": "Keine vergangenen Termine",
"pastEventsEmptyStateDescription": "Nachdem Du Termine geplant hast, werden sie hier angezeigt.", "pastEventsEmptyStateDescription": "Nachdem Du Termine geplant hast, werden sie hier angezeigt.",
"activePollCount": "{{activePollCount}} Live", "activePollCount": "{{activePollCount}} Live",
"createPoll": "Umfrage erstellen" "createPoll": "Umfrage erstellen",
"yearlyDiscount": "Spare {amount}",
"yearlyBillingDescription": "pro Jahr",
"addToCalendar": "Zum Kalender hinzufügen",
"microsoft365": "Microsoft 365",
"outlook": "Outlook",
"yahoo": "Yahoo",
"downloadICSFile": "ICS-Datei herunterladen",
"schedulateDate": "Geplantes Datum",
"timeZoneChangeDetectorTitle": "Zeitzonenänderung erkannt",
"timeZoneChangeDetectorMessage": "Ihre Zeitzone wurde auf {currentTimeZone} geändert. Möchten Sie Ihre Einstellungen aktualisieren?",
"yesUpdateTimezone": "Ja, aktualisiere meine Zeitzone",
"noKeepCurrentTimezone": "Nein, behalte die aktuelle Zeitzone"
} }

View file

@ -234,5 +234,9 @@
"outlook": "Outlook", "outlook": "Outlook",
"yahoo": "Yahoo", "yahoo": "Yahoo",
"downloadICSFile": "Scarica file ICS", "downloadICSFile": "Scarica file ICS",
"schedulateDate": "Data programmata" "schedulateDate": "Data programmata",
"timeZoneChangeDetectorTitle": "Rilevato Cambio Fuso Orario",
"timeZoneChangeDetectorMessage": "Il tuo fuso orario è cambiato in {currentTimeZone}. Vuoi aggiornare le tue preferenze?",
"yesUpdateTimezone": "Sì, aggiorna il mio fuso orario",
"noKeepCurrentTimezone": "No, mantieni il fuso orario attuale"
} }

View file

@ -269,5 +269,9 @@
"outlook": "Outlook", "outlook": "Outlook",
"yahoo": "Yahoo", "yahoo": "Yahoo",
"downloadICSFile": "Pobierz plik ICS", "downloadICSFile": "Pobierz plik ICS",
"schedulateDate": "Zaplanowana data" "schedulateDate": "Zaplanowana data",
"timeZoneChangeDetectorTitle": "Wykryto zmianę strefy czasowej",
"timeZoneChangeDetectorMessage": "Twoja strefa czasowa została zmieniona na {currentTimeZone}. Czy chcesz zaktualizować swoje preferencje?",
"yesUpdateTimezone": "Tak, zaktualizuj moją strefę czasową",
"noKeepCurrentTimezone": "Nie, zachowaj bieżącą strefę czasową"
} }