diff --git a/app/lib/l10n/app_af.arb b/app/lib/l10n/app_af.arb index ce43eef103a..dc5a925ab18 100644 --- a/app/lib/l10n/app_af.arb +++ b/app/lib/l10n/app_af.arb @@ -76,6 +76,65 @@ "indicatorError": "An error occurred", "indicatorErrorDescription": "An error occurred while loading the data.", "tryAgain": "Try again", + "refresh": "Verfris", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} on {date} at {time} in {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Enabled", "countdown": "Countdown", "unlink": "Unlink", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "There are no alarms to display.", - "allDay": "All day" + "allDay": "All day", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_ar.arb b/app/lib/l10n/app_ar.arb index 93dba2b8827..6ca3ce46403 100644 --- a/app/lib/l10n/app_ar.arb +++ b/app/lib/l10n/app_ar.arb @@ -76,6 +76,65 @@ "indicatorError": "حدث خطأ", "indicatorErrorDescription": "حدث خطأ أثناء تحميل البيانات.", "tryAgain": "حاول مرة أخرى", + "refresh": "تحديث", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} في {date} في {time} في {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "تمكين", "countdown": "العد التنازلي", "unlink": "إلغاء الارتباط", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "لا يوجد تنبيهات لعرضها.", - "allDay": "طوال اليوم" + "allDay": "طوال اليوم", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_ca.arb b/app/lib/l10n/app_ca.arb index ee2b5ef3c77..bd5e67f3cdf 100644 --- a/app/lib/l10n/app_ca.arb +++ b/app/lib/l10n/app_ca.arb @@ -76,6 +76,65 @@ "indicatorError": "An error occurred", "indicatorErrorDescription": "An error occurred while loading the data.", "tryAgain": "Try again", + "refresh": "Actualitza", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} on {date} at {time} in {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Enabled", "countdown": "Countdown", "unlink": "Unlink", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "There are no alarms to display.", - "allDay": "All day" + "allDay": "All day", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_cs.arb b/app/lib/l10n/app_cs.arb index a5065e3a1cc..783ae972800 100644 --- a/app/lib/l10n/app_cs.arb +++ b/app/lib/l10n/app_cs.arb @@ -76,6 +76,65 @@ "indicatorError": "Došlo k chybě", "indicatorErrorDescription": "Při načítání dat došlo k chybě.", "tryAgain": "Zkuste to znovu", + "refresh": "Aktualizovat", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} dne {date} v {time} v {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Povoleno", "countdown": "Odpočítávání", "unlink": "Odpojit", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "Žádné budíky k zobrazení.", - "allDay": "Celý den" + "allDay": "Celý den", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_da.arb b/app/lib/l10n/app_da.arb index 4689fa539f6..79cc94800e1 100644 --- a/app/lib/l10n/app_da.arb +++ b/app/lib/l10n/app_da.arb @@ -76,6 +76,65 @@ "indicatorError": "Der opstod en fejl", "indicatorErrorDescription": "Der opstod en fejl under indlæsning af data.", "tryAgain": "Prøv igen", + "refresh": "Opdater", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} {date} kl. {time} i {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Aktiveret", "countdown": "Nedtælling", "unlink": "Afbryd", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "Der er ingen alarmer at vise.", - "allDay": "Hele dagen" + "allDay": "Hele dagen", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_de.arb b/app/lib/l10n/app_de.arb index 004f2e31886..dbea71f24d1 100644 --- a/app/lib/l10n/app_de.arb +++ b/app/lib/l10n/app_de.arb @@ -76,6 +76,65 @@ "indicatorError": "Ein Fehler ist aufgetreten", "indicatorErrorDescription": "Beim Laden der Daten ist ein Fehler aufgetreten.", "tryAgain": "Erneut versuchen", + "refresh": "Aktualisieren", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} am {date} in {time} in {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Aktiviert", "countdown": "Countdown", "unlink": "Link aufheben", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "Es sind keine Erinnerungen vorhanden.", - "allDay": "Ganztägig" + "allDay": "Ganztägig", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_el.arb b/app/lib/l10n/app_el.arb index b9c25794c2a..b09c321193c 100644 --- a/app/lib/l10n/app_el.arb +++ b/app/lib/l10n/app_el.arb @@ -76,6 +76,65 @@ "indicatorError": "Παρουσιάστηκε ένα σφάλμα", "indicatorErrorDescription": "Παρουσιάστηκε σφάλμα κατά τη φόρτωση των δεδομένων.", "tryAgain": "Προσπαθήστε ξανά", + "refresh": "Ανανέωση", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} στο {date} στο {time} στο {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Ενεργοποιημένο", "countdown": "Αντίστροφη μέτρηση", "unlink": "Αποσύνδεση", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "Δεν υπάρχουν ειδοποιήσεις για εμφάνιση. @ info: whatsthis", - "allDay": "Όλη την ημέρα" + "allDay": "Όλη την ημέρα", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_es.arb b/app/lib/l10n/app_es.arb index 04645689492..f9bdb2a1c20 100644 --- a/app/lib/l10n/app_es.arb +++ b/app/lib/l10n/app_es.arb @@ -76,6 +76,65 @@ "indicatorError": "Se ha producido un error", "indicatorErrorDescription": "Se ha producido un error al cargar los datos.", "tryAgain": "Inténtalo de nuevo", + "refresh": "Refrescar", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} el {date} a las {time} en {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Activado", "countdown": "Cuenta atrás", "unlink": "Desvincular", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "No hay alarmas para mostrar.", - "allDay": "Todo el día" + "allDay": "Todo el día", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_fi.arb b/app/lib/l10n/app_fi.arb index 55ad8f80ac7..9d63e234fa0 100644 --- a/app/lib/l10n/app_fi.arb +++ b/app/lib/l10n/app_fi.arb @@ -76,6 +76,65 @@ "indicatorError": "Tapahtui virhe", "indicatorErrorDescription": "Dataa ladattaessa tapahtui virhe.", "tryAgain": "Yritä uudelleen", + "refresh": "Päivitä", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} {date} klo {time} {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Käytössä", "countdown": "Lähtölaskenta", "unlink": "Irrota", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "Ei ole hälytyksiä näytettäväksi.", - "allDay": "Koko päivä" + "allDay": "Koko päivä", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_fr.arb b/app/lib/l10n/app_fr.arb index 88b7fd6dfb5..339dc229c85 100644 --- a/app/lib/l10n/app_fr.arb +++ b/app/lib/l10n/app_fr.arb @@ -76,6 +76,65 @@ "indicatorError": "Une erreur s'est produite", "indicatorErrorDescription": "Une erreur s'est produite lors du chargement des données.", "tryAgain": "Réessayez", + "refresh": "Rafraîchir", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} le {date} à {time} à {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Activé", "countdown": "Compte à Rebours", "unlink": "Délier", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "Il n'y a aucune alarme à afficher.", - "allDay": "Toute la journée" + "allDay": "Toute la journée", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_he.arb b/app/lib/l10n/app_he.arb index bd34d5bc79f..c85cff65bce 100644 --- a/app/lib/l10n/app_he.arb +++ b/app/lib/l10n/app_he.arb @@ -76,6 +76,65 @@ "indicatorError": "An error occurred", "indicatorErrorDescription": "An error occurred while loading the data.", "tryAgain": "Try again", + "refresh": "רענן", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} on {date} at {time} in {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Enabled", "countdown": "Countdown", "unlink": "Unlink", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "There are no alarms to display.", - "allDay": "All day" + "allDay": "All day", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_hu.arb b/app/lib/l10n/app_hu.arb index cd650a21b67..2603ceb38a0 100644 --- a/app/lib/l10n/app_hu.arb +++ b/app/lib/l10n/app_hu.arb @@ -76,6 +76,65 @@ "indicatorError": "An error occurred", "indicatorErrorDescription": "An error occurred while loading the data.", "tryAgain": "Try again", + "refresh": "Frissítés", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} on {date} at {time} in {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Enabled", "countdown": "Countdown", "unlink": "Unlink", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "There are no alarms to display.", - "allDay": "All day" + "allDay": "All day", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_it.arb b/app/lib/l10n/app_it.arb index 40a1fc4be2e..2a686390e2a 100644 --- a/app/lib/l10n/app_it.arb +++ b/app/lib/l10n/app_it.arb @@ -76,6 +76,65 @@ "indicatorError": "Si è verificato un errore", "indicatorErrorDescription": "Si è verificato un errore durante il caricamento dei dati.", "tryAgain": "Riprova", + "refresh": "Aggiorna", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} il {date} alle {time} in {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Abilitato", "countdown": "Conto Alla rovescia", "unlink": "Scollega", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "Non ci sono allarmi da visualizzare.", - "allDay": "Tutto il giorno" + "allDay": "Tutto il giorno", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_ja.arb b/app/lib/l10n/app_ja.arb index 867712c47b2..823db67c38b 100644 --- a/app/lib/l10n/app_ja.arb +++ b/app/lib/l10n/app_ja.arb @@ -76,6 +76,65 @@ "indicatorError": "エラーが発生", "indicatorErrorDescription": "データの読み込み中にエラーが発生しました。", "tryAgain": "もう一度やり直してください", + "refresh": "更新", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} の {date} に {time} で {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "有効", "countdown": "Countdown", "unlink": "リンクを解除", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "表示するアラームがありません。", - "allDay": "終日" + "allDay": "終日", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_ko.arb b/app/lib/l10n/app_ko.arb index d6215250d98..c186790462e 100644 --- a/app/lib/l10n/app_ko.arb +++ b/app/lib/l10n/app_ko.arb @@ -76,6 +76,65 @@ "indicatorError": "An error occurred", "indicatorErrorDescription": "An error occurred while loading the data.", "tryAgain": "Try again", + "refresh": "새로고침", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} on {date} at {time} in {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Enabled", "countdown": "Countdown", "unlink": "Unlink", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "There are no alarms to display.", - "allDay": "All day" + "allDay": "All day", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_nl.arb b/app/lib/l10n/app_nl.arb index 4ed11140b4e..363a01e8a62 100644 --- a/app/lib/l10n/app_nl.arb +++ b/app/lib/l10n/app_nl.arb @@ -76,6 +76,65 @@ "indicatorError": "Er is een fout opgetreden", "indicatorErrorDescription": "Er is een fout opgetreden tijdens het laden van de gegevens.", "tryAgain": "Opnieuw proberen", + "refresh": "Vernieuwen", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} op {date} om {time} in {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Ingeschakeld", "countdown": "Aftellen", "unlink": "Ontkoppelen", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "Er zijn geen alarmen om weer te geven.", - "allDay": "De hele dag" + "allDay": "De hele dag", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_no.arb b/app/lib/l10n/app_no.arb index e88b0fb1178..dc89ebf3bd5 100644 --- a/app/lib/l10n/app_no.arb +++ b/app/lib/l10n/app_no.arb @@ -76,6 +76,65 @@ "indicatorError": "En feil oppstod", "indicatorErrorDescription": "Det oppstod en feil under lasting av data.", "tryAgain": "Prøv igjen", + "refresh": "Oppdater", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} på {date} klokken {time} i {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Aktivert", "countdown": "Nedtelling", "unlink": "Frakoble", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "Det finnes ingen alarmer som skal vises.", - "allDay": "Hele dagen" + "allDay": "Hele dagen", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_pl.arb b/app/lib/l10n/app_pl.arb index de6ba0232ca..2339fd61a83 100644 --- a/app/lib/l10n/app_pl.arb +++ b/app/lib/l10n/app_pl.arb @@ -76,6 +76,65 @@ "indicatorError": "Wystąpił błąd", "indicatorErrorDescription": "Wystąpił błąd podczas ładowania danych.", "tryAgain": "Spróbuj ponownie", + "refresh": "Odśwież", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} dnia {date} o {time} w {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Włączone", "countdown": "Odliczanie", "unlink": "Odłącz", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "Brak alarmów do wyświetlenia.", - "allDay": "Cały dzień" + "allDay": "Cały dzień", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_pt.arb b/app/lib/l10n/app_pt.arb index 7b9afb9f71d..e90ea22bf1e 100644 --- a/app/lib/l10n/app_pt.arb +++ b/app/lib/l10n/app_pt.arb @@ -76,6 +76,65 @@ "indicatorError": "Ocorreu um erro", "indicatorErrorDescription": "Ocorreu um erro ao carregar os dados.", "tryAgain": "Tente novamente", + "refresh": "Atualizar", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} em {date} às {time} em {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Ativado", "countdown": "Contagem regressiva", "unlink": "Desvincular", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "Não há alarmes para exibir.", - "allDay": "O dia todo" + "allDay": "O dia todo", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_pt_BR.arb b/app/lib/l10n/app_pt_BR.arb index 5e3a82f2262..d7737b67ab6 100644 --- a/app/lib/l10n/app_pt_BR.arb +++ b/app/lib/l10n/app_pt_BR.arb @@ -76,6 +76,65 @@ "indicatorError": "Ocorreu um erro", "indicatorErrorDescription": "Ocorreu um erro ao carregar os dados.", "tryAgain": "Tente novamente", + "refresh": "atualizar", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} em {date} às {time} em {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Ativado", "countdown": "Contagem regressiva", "unlink": "Desvincular", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "Não há alarmes para exibir.", - "allDay": "O dia todo" + "allDay": "O dia todo", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_ro.arb b/app/lib/l10n/app_ro.arb index 618d52052d0..551a4e31dc7 100644 --- a/app/lib/l10n/app_ro.arb +++ b/app/lib/l10n/app_ro.arb @@ -76,6 +76,65 @@ "indicatorError": "A aparut o eroare", "indicatorErrorDescription": "A apărut o eroare la încărcarea datelor.", "tryAgain": "Încercați din nou", + "refresh": "Împrospătează", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} pe {date} la {time} în {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Activat", "countdown": "Numărătoare inversă", "unlink": "Deconectare", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "Nu există alarme de afișat.", - "allDay": "Toată ziua" + "allDay": "Toată ziua", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_ru.arb b/app/lib/l10n/app_ru.arb index 845c1c8254f..c44dc087f9b 100644 --- a/app/lib/l10n/app_ru.arb +++ b/app/lib/l10n/app_ru.arb @@ -76,6 +76,65 @@ "indicatorError": "Произошла ошибка", "indicatorErrorDescription": "Произошла ошибка при загрузке данных.", "tryAgain": "Попробовать еще раз", + "refresh": "Обновить", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} на {date} в {time} в {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Включено", "countdown": "Обратный отсчёт", "unlink": "Отвязать", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "Нет будильников для отображения.", - "allDay": "Весь день" + "allDay": "Весь день", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_sr.arb b/app/lib/l10n/app_sr.arb index 63308a2aaa3..8eae15df3bb 100644 --- a/app/lib/l10n/app_sr.arb +++ b/app/lib/l10n/app_sr.arb @@ -76,6 +76,65 @@ "indicatorError": "An error occurred", "indicatorErrorDescription": "An error occurred while loading the data.", "tryAgain": "Try again", + "refresh": "Osveži", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} on {date} at {time} in {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Enabled", "countdown": "Countdown", "unlink": "Unlink", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "There are no alarms to display.", - "allDay": "All day" + "allDay": "All day", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_sv.arb b/app/lib/l10n/app_sv.arb index 75aeb86c1d7..377e9ac20e5 100644 --- a/app/lib/l10n/app_sv.arb +++ b/app/lib/l10n/app_sv.arb @@ -76,6 +76,65 @@ "indicatorError": "Ett fel uppstod", "indicatorErrorDescription": "Ett fel inträffade vid inläsning av data.", "tryAgain": "Försök igen", + "refresh": "Uppdatera", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} den {date} kl. {time} i {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Aktiverad", "countdown": "Nedräkning", "unlink": "Avlänka", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "Det finns inga alarm att visa.", - "allDay": "Hela dagen" + "allDay": "Hela dagen", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_tr.arb b/app/lib/l10n/app_tr.arb index 4bcb658dc4a..71858f30731 100644 --- a/app/lib/l10n/app_tr.arb +++ b/app/lib/l10n/app_tr.arb @@ -76,6 +76,65 @@ "indicatorError": "Bir hata oluştu", "indicatorErrorDescription": "Veriler yüklenirken bir hata oluştu.", "tryAgain": "Tekrar deneyin", + "refresh": "Yenile", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} etkinliği için tarih {date}, saat {time}, konum {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Enabled", "countdown": "Countdown", "unlink": "Unlink", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "There are no alarms to display.", - "allDay": "All day" + "allDay": "All day", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_uk.arb b/app/lib/l10n/app_uk.arb index 687bf4e09f2..db350255016 100644 --- a/app/lib/l10n/app_uk.arb +++ b/app/lib/l10n/app_uk.arb @@ -76,6 +76,65 @@ "indicatorError": "Виникла помилка", "indicatorErrorDescription": "Сталася помилка під час завантаження даних.", "tryAgain": "Спробуйте ще раз", + "refresh": "Оновити", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} {date} о {time} в {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Увімкнено", "countdown": "Зворотний відлік", "unlink": "Розірвання зв'язку", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "Немає будильників для відображення.", - "allDay": "Увесь день" + "allDay": "Увесь день", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_vi.arb b/app/lib/l10n/app_vi.arb index 9bd65ff1672..c3a4fcbb795 100644 --- a/app/lib/l10n/app_vi.arb +++ b/app/lib/l10n/app_vi.arb @@ -76,6 +76,65 @@ "indicatorError": "An error occurred", "indicatorErrorDescription": "An error occurred while loading the data.", "tryAgain": "Try again", + "refresh": "Làm mới", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} on {date} at {time} in {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Enabled", "countdown": "Countdown", "unlink": "Unlink", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "There are no alarms to display.", - "allDay": "All day" + "allDay": "All day", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_zh-Hant.arb b/app/lib/l10n/app_zh-Hant.arb index 1c1a4c36d92..50bc9bb0826 100644 --- a/app/lib/l10n/app_zh-Hant.arb +++ b/app/lib/l10n/app_zh-Hant.arb @@ -76,6 +76,65 @@ "indicatorError": "An error occurred", "indicatorErrorDescription": "An error occurred while loading the data.", "tryAgain": "Try again", + "refresh": "重新整理", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} on {date} at {time} in {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "Enabled", "countdown": "Countdown", "unlink": "Unlink", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "There are no alarms to display.", - "allDay": "All day" + "allDay": "All day", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/app/lib/l10n/app_zh.arb b/app/lib/l10n/app_zh.arb index f072d1fbe06..1cb3647490a 100644 --- a/app/lib/l10n/app_zh.arb +++ b/app/lib/l10n/app_zh.arb @@ -76,6 +76,65 @@ "indicatorError": "发生错误", "indicatorErrorDescription": "加载数据时出错。", "tryAgain": "再试一次", + "refresh": "刷新", + "neverSynced": "Not synchronized yet", + "lastSuccessfulSync": "Last successful sync: {time}", + "@lastSuccessfulSync": { + "placeholders": { + "time": { + "type": "String" + } + } + }, + "invalidUrl": "Enter a valid HTTP or HTTPS URL", + "sourceAlreadyExists": "This source is already connected.", + "connectionFailed": "Connection failed: {error}", + "@connectionFailed": { + "placeholders": { + "error": { + "type": "String" + } + } + }, + "showPassword": "Show password", + "hidePassword": "Hide password", + "endBeforeStart": "The end must not be before the start.", + "repeatUntilBeforeStart": "The repeat end must not be before the first occurrence.", + "saveFailed": "The changes could not be saved. Try again.", + "deleteFailed": "The item could not be deleted. Try again.", + "futureAlarmRequired": "An active alarm must be scheduled in the future.", + "deleteAlarm": "Delete alarm {name}", + "@deleteAlarm": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteAlarmDescription": "Are you sure you want to delete the alarm {name}?", + "@deleteAlarmDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItem": "Delete calendar item {name}", + "@deleteCalendarItem": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "deleteCalendarItemDescription": "Are you sure you want to delete the calendar item {name}?", + "@deleteCalendarItemDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "eventInfo": "{event} 在 {date} 上 {time} 于 {location} ({status})", "@eventInfo": { "placeholders": { @@ -327,6 +386,35 @@ "enabled": "已启用", "countdown": "倒计时", "unlink": "取消链接", + "removeSource": "Remove source {name}", + "@removeSource": { + "placeholders": { + "name": { + "type": "String" + } + } + }, + "removeSourceDescription": "Remove {name} from Flow? Its account settings and saved credentials will be removed.", + "@removeSourceDescription": { + "placeholders": { + "name": { + "type": "String" + } + } + }, "noAlarms": "没有提醒可显示。", - "allDay": "全天" + "allDay": "全天", + "repeat": "Repeat", + "repeatFrequency": "Frequency", + "repeatInterval": "Interval", + "repeatIntervalHelper": "Repeat every n periods", + "repeatDaily": "Daily", + "repeatWeekly": "Weekly", + "repeatMonthly": "Monthly", + "repeatYearly": "Yearly", + "repeatWeekdays": "Weekdays", + "repeatMonthDays": "Month days", + "repeatOccurrences": "Occurrences (optional)", + "repeatOccurrencesHelper": "Leave empty for no count limit", + "repeatUntil": "Until (optional)" } \ No newline at end of file diff --git a/docs/src/content/docs/af/community/branding.mdx b/docs/src/content/docs/af/community/branding.mdx index 2293cdead8a..a6ecd1e44e6 100644 --- a/docs/src/content/docs/af/community/branding.mdx +++ b/docs/src/content/docs/af/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev 