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 ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Banner @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Dokumentasie @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Colors -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Fonts -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Screenshots > Used in the firefox responsive design mode -- Phone: Galaxy S20 Ultra -- 7-inch tablet: Nexus 7 -- 10-inch tablet: Nexus 10 +* Phone: Galaxy S20 Ultra +* 7-inch tablet: Nexus 7 +* 10-inch tablet: Nexus 10 diff --git a/docs/src/content/docs/af/community/faq.md b/docs/src/content/docs/af/community/faq.md index 91a20d3ab77..b61ff5efa3f 100644 --- a/docs/src/content/docs/af/community/faq.md +++ b/docs/src/content/docs/af/community/faq.md @@ -23,4 +23,4 @@ Try updating your browser to the latest version. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/af/index.mdx b/docs/src/content/docs/af/index.mdx index e1c0f2b00d8..0a12e9faf7b 100644 --- a/docs/src/content/docs/af/index.mdx +++ b/docs/src/content/docs/af/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/ar/community/branding.mdx b/docs/src/content/docs/ar/community/branding.mdx index 881239904a6..7063e57edae 100644 --- a/docs/src/content/docs/ar/community/branding.mdx +++ b/docs/src/content/docs/ar/community/branding.mdx @@ -4,15 +4,15 @@ title: العلامة import { LinkButton } from '@astrojs/starlight/components'; -These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev/Flow/blob/develop/BRANDING_LICENSE). +https://github.com/LinwoodDev/Flow/blob/https://github.com/LinwoodDev/Flow/blob/develop/BRANDING_LICENSEdevelop/https://github.com/LinwoodDev/Flow/blob/develop/BRANDING_LICENSEBRANDING_LICENSE ## الشعار -![Logo](/img/logo.svg) +/img/logo.svg/img/logo.svg/img/logo.svg
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## لافتة @@ -29,33 +29,33 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## الوثائق -![Documentation](/img/docs.svg) +/img/docs.svg
-SVG -PNG + SVG + PNG
## الألوان -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## الخطوط -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## لقطات الشاشة > يستخدم في وضع التصميم المتجاوب -- الهاتف: جالاكسي S20 Ltra -- هاتف 7 بوصات: Nexus 7 -- هاتف 10 بوصات: Nexus 10 +* الهاتف: جالاكسي S20 Ltra +* هاتف 7 بوصات: Nexus 7 +* هاتف 10 بوصات: Nexus 10 diff --git a/docs/src/content/docs/ar/community/faq.md b/docs/src/content/docs/ar/community/faq.md index 9a008da6788..c476611681a 100644 --- a/docs/src/content/docs/ar/community/faq.md +++ b/docs/src/content/docs/ar/community/faq.md @@ -23,4 +23,4 @@ title: الأسئلة المتكررة > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. انظر [هنا](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878لماذا لا يتوفر في متجر التطبيقات. diff --git a/docs/src/content/docs/ar/index.mdx b/docs/src/content/docs/ar/index.mdx index 3e269eeac0a..fedfdde6b08 100644 --- a/docs/src/content/docs/ar/index.mdx +++ b/docs/src/content/docs/ar/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: المدونة + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/ca/community/branding.mdx b/docs/src/content/docs/ca/community/branding.mdx index 2b6ccb2a64c..76af0353810 100644 --- a/docs/src/content/docs/ca/community/branding.mdx +++ b/docs/src/content/docs/ca/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Banner @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Documentació @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Colors -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Fonts -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Screenshots > Used in the firefox responsive design mode -- Phone: Galaxy S20 Ultra -- 7-inch tablet: Nexus 7 -- 10-inch tablet: Nexus 10 +* Phone: Galaxy S20 Ultra +* 7-inch tablet: Nexus 7 +* 10-inch tablet: Nexus 10 diff --git a/docs/src/content/docs/ca/community/faq.md b/docs/src/content/docs/ca/community/faq.md index 07cc9911575..37eefc6aebe 100644 --- a/docs/src/content/docs/ca/community/faq.md +++ b/docs/src/content/docs/ca/community/faq.md @@ -23,4 +23,4 @@ Try updating your browser to the latest version. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/ca/index.mdx b/docs/src/content/docs/ca/index.mdx index e1c0f2b00d8..0a12e9faf7b 100644 --- a/docs/src/content/docs/ca/index.mdx +++ b/docs/src/content/docs/ca/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/cs/community/branding.mdx b/docs/src/content/docs/cs/community/branding.mdx index 0c2cd1e0ce1..6ffe598fe60 100644 --- a/docs/src/content/docs/cs/community/branding.mdx +++ b/docs/src/content/docs/cs/community/branding.mdx @@ -11,17 +11,17 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
-## Nightly Logo +## Nightly logo ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Banner @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Dokumentace @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Barvy -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Písma -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Snímek obrazovky > Používá se v módu Firefox responsivní design -- Telefon: Galaxy S20 Ultra -- 7palcová tablet: Nexus 7 -- 10palcová tablet: Nexus 10 +* Telefon: Galaxy S20 Ultra +* 7palcová tablet: Nexus 7 +* 10palcová tablet: Nexus 10 diff --git a/docs/src/content/docs/cs/community/faq.md b/docs/src/content/docs/cs/community/faq.md index 072f12ec594..880e36387d0 100644 --- a/docs/src/content/docs/cs/community/faq.md +++ b/docs/src/content/docs/cs/community/faq.md @@ -23,4 +23,4 @@ Try updating your browser to the latest version. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/cs/index.mdx b/docs/src/content/docs/cs/index.mdx index a6433137dfa..91be2d2a6f6 100644 --- a/docs/src/content/docs/cs/index.mdx +++ b/docs/src/content/docs/cs/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/da/community/branding.mdx b/docs/src/content/docs/da/community/branding.mdx index e96e1312df2..c11d798b337 100644 --- a/docs/src/content/docs/da/community/branding.mdx +++ b/docs/src/content/docs/da/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Banner @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Dokumentation @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Farver -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Skrifttyper -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Skærmbilleder > Anvendes i firefox responsive designtilstand -- Telefon: Galaxy S20 Ultra -- 7-tommer tablet: Nexus 7 -- 10-tommer tablet: Nexus 10 +* Telefon: Galaxy S20 Ultra +* 7-tommer tablet: Nexus 7 +* 10-tommer tablet: Nexus 10 diff --git a/docs/src/content/docs/da/community/faq.md b/docs/src/content/docs/da/community/faq.md index c80519d1ac9..3a8e4b38bec 100644 --- a/docs/src/content/docs/da/community/faq.md +++ b/docs/src/content/docs/da/community/faq.md @@ -23,4 +23,4 @@ Try updating your browser to the latest version. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/da/index.mdx b/docs/src/content/docs/da/index.mdx index d9cc380f995..53071f75eed 100644 --- a/docs/src/content/docs/da/index.mdx +++ b/docs/src/content/docs/da/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/de/community/branding.mdx b/docs/src/content/docs/de/community/branding.mdx index 49f5c4c884d..5bd57651f52 100644 --- a/docs/src/content/docs/de/community/branding.mdx +++ b/docs/src/content/docs/de/community/branding.mdx @@ -11,8 +11,8 @@ Diese Assets sind unter der [CC-BY-SA-4.0]lizenziert (https://github.com/Linwood ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ Diese Assets sind unter der [CC-BY-SA-4.0]lizenziert (https://github.com/Linwood ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Banner @@ -29,8 +29,8 @@ Diese Assets sind unter der [CC-BY-SA-4.0]lizenziert (https://github.com/Linwood ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Dokumentation @@ -38,24 +38,24 @@ Diese Assets sind unter der [CC-BY-SA-4.0]lizenziert (https://github.com/Linwood ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Farben -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Schriftarten -- Website: "Barlow" -- App: `Comfortaa` +* Website: "Barlow" +* App: `Comfortaa` ## Screenshots > Wird im firefox Responsive Design Modus verwendet -- Telefon: Galaxy S20 Ultra -- 7-Zoll-Tablet: Nexus 7 -- 10-Zoll-Tablet: Nexus 10 +* Telefon: Galaxy S20 Ultra +* 7-Zoll-Tablet: Nexus 7 +* 10-Zoll-Tablet: Nexus 10 diff --git a/docs/src/content/docs/de/community/faq.md b/docs/src/content/docs/de/community/faq.md index 108e5aaf4b1..efe27736f40 100644 --- a/docs/src/content/docs/de/community/faq.md +++ b/docs/src/content/docs/de/community/faq.md @@ -23,4 +23,4 @@ Versuchen Sie, Ihren Browser auf die neueste Version zu aktualisieren. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/de/index.mdx b/docs/src/content/docs/de/index.mdx index 460b8ca61d1..ef8c6584013 100644 --- a/docs/src/content/docs/de/index.mdx +++ b/docs/src/content/docs/de/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/el/community/branding.mdx b/docs/src/content/docs/el/community/branding.mdx index ba9860d5b00..5661f120042 100644 --- a/docs/src/content/docs/el/community/branding.mdx +++ b/docs/src/content/docs/el/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Λάβαρο @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Τεκμηρίωση @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Χρώματα -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Γραμματοσειρές -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Οθόνες > Χρησιμοποιείται στη λειτουργία σχεδιασμού που ανταποκρίνεται στο firefox -- Τηλέφωνο: Galaxy S20 Ultra -- 7 ιντσών δισκίο: Nexus 7 -- 10 ιντσών δισκίο: Nexus 10 +* Τηλέφωνο: Galaxy S20 Ultra +* 7 ιντσών δισκίο: Nexus 7 +* 10 ιντσών δισκίο: Nexus 10 diff --git a/docs/src/content/docs/el/community/faq.md b/docs/src/content/docs/el/community/faq.md index 39fefe82fb1..3935fc719bd 100644 --- a/docs/src/content/docs/el/community/faq.md +++ b/docs/src/content/docs/el/community/faq.md @@ -23,4 +23,4 @@ Try updating your browser to the latest version. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/el/index.mdx b/docs/src/content/docs/el/index.mdx index 893e3f3d314..c94c104740b 100644 --- a/docs/src/content/docs/el/index.mdx +++ b/docs/src/content/docs/el/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Ιστολόγιο + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/es/community/branding.mdx b/docs/src/content/docs/es/community/branding.mdx index 3d6704c6339..8648499f399 100644 --- a/docs/src/content/docs/es/community/branding.mdx +++ b/docs/src/content/docs/es/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Banner @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Documentación @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Colores -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Fuentes -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Capturas de pantalla > Utilizado en el modo de diseño responsivo de firefox -- Teléfono: Galaxy S20 Ultra -- Tableta de 7-inch: Nexo 7 -- Tableta de 10 -inch: Nexo 10 +* Teléfono: Galaxy S20 Ultra +* Tableta de 7-inch: Nexo 7 +* Tableta de 10 -inch: Nexo 10 diff --git a/docs/src/content/docs/es/community/faq.md b/docs/src/content/docs/es/community/faq.md index 213fc26ac8a..ee1015074bc 100644 --- a/docs/src/content/docs/es/community/faq.md +++ b/docs/src/content/docs/es/community/faq.md @@ -23,4 +23,4 @@ Intenta actualizar tu navegador a la última versión. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/es/index.mdx b/docs/src/content/docs/es/index.mdx index 4d12a238704..63b38002ccd 100644 --- a/docs/src/content/docs/es/index.mdx +++ b/docs/src/content/docs/es/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/fi/community/branding.mdx b/docs/src/content/docs/fi/community/branding.mdx index c84bcb05348..c044e0c40f4 100644 --- a/docs/src/content/docs/fi/community/branding.mdx +++ b/docs/src/content/docs/fi/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Mainospalkki @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Dokumentaatio @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Värit -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Kirjasimet -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Kuvakaappaukset > Käytetään firefox reagoivassa suunnittelutilassa -- Puhelin: Galaxy S20 Ultra -- 7 tuuman tabletti: Nexus 7 -- 10-tuumainen tabletti: Nexus 10 +* Puhelin: Galaxy S20 Ultra +* 7 tuuman tabletti: Nexus 7 +* 10-tuumainen tabletti: Nexus 10 diff --git a/docs/src/content/docs/fi/community/faq.md b/docs/src/content/docs/fi/community/faq.md index 49a97f44532..dbcd0c0195c 100644 --- a/docs/src/content/docs/fi/community/faq.md +++ b/docs/src/content/docs/fi/community/faq.md @@ -23,4 +23,4 @@ Try updating your browser to the latest version. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/fi/index.mdx b/docs/src/content/docs/fi/index.mdx index 52d17960888..91a5afc3884 100644 --- a/docs/src/content/docs/fi/index.mdx +++ b/docs/src/content/docs/fi/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blogi + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/fr/community/branding.mdx b/docs/src/content/docs/fr/community/branding.mdx index ea4a228de04..458741e05f2 100644 --- a/docs/src/content/docs/fr/community/branding.mdx +++ b/docs/src/content/docs/fr/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Bannière @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Documentation @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Couleurs -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Fonts -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Captures d'écran > Utilisé dans le mode de conception réactive de firefox -- Téléphone : Galaxie S20 Ultra -- tablette de 7 pouces : Nexus 7 -- tablette de 10 pouces : Nexus 10 +* Téléphone : Galaxie S20 Ultra +* tablette de 7 pouces : Nexus 7 +* tablette de 10 pouces : Nexus 10 diff --git a/docs/src/content/docs/fr/community/faq.md b/docs/src/content/docs/fr/community/faq.md index 8f980ef5e7d..2b8964ab102 100644 --- a/docs/src/content/docs/fr/community/faq.md +++ b/docs/src/content/docs/fr/community/faq.md @@ -23,4 +23,4 @@ Essayez de mettre à jour votre navigateur vers la dernière version. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/fr/index.mdx b/docs/src/content/docs/fr/index.mdx index 17eb09bc290..e595ea1cfcf 100644 --- a/docs/src/content/docs/fr/index.mdx +++ b/docs/src/content/docs/fr/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blogue + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/he/community/branding.mdx b/docs/src/content/docs/he/community/branding.mdx index 50129ecc2fe..dfac57007c5 100644 --- a/docs/src/content/docs/he/community/branding.mdx +++ b/docs/src/content/docs/he/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Banner @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## תיעוד @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Colors -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Fonts -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Screenshots > Used in the firefox responsive design mode -- Phone: Galaxy S20 Ultra -- 7-inch tablet: Nexus 7 -- 10-inch tablet: Nexus 10 +* Phone: Galaxy S20 Ultra +* 7-inch tablet: Nexus 7 +* 10-inch tablet: Nexus 10 diff --git a/docs/src/content/docs/he/community/faq.md b/docs/src/content/docs/he/community/faq.md index 49e6e0fc168..3a47399286d 100644 --- a/docs/src/content/docs/he/community/faq.md +++ b/docs/src/content/docs/he/community/faq.md @@ -23,4 +23,4 @@ Try updating your browser to the latest version. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/he/index.mdx b/docs/src/content/docs/he/index.mdx index e1c0f2b00d8..0a12e9faf7b 100644 --- a/docs/src/content/docs/he/index.mdx +++ b/docs/src/content/docs/he/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/hu/community/branding.mdx b/docs/src/content/docs/hu/community/branding.mdx index 51d70ba855b..63bf0c402fa 100644 --- a/docs/src/content/docs/hu/community/branding.mdx +++ b/docs/src/content/docs/hu/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Banner @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Dokumentáció @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Colors -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Fonts -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Screenshots > Used in the firefox responsive design mode -- Phone: Galaxy S20 Ultra -- 7-inch tablet: Nexus 7 -- 10-inch tablet: Nexus 10 +* Phone: Galaxy S20 Ultra +* 7-inch tablet: Nexus 7 +* 10-inch tablet: Nexus 10 diff --git a/docs/src/content/docs/hu/community/faq.md b/docs/src/content/docs/hu/community/faq.md index 5214b5e2bf4..62fbc2bfeac 100644 --- a/docs/src/content/docs/hu/community/faq.md +++ b/docs/src/content/docs/hu/community/faq.md @@ -23,4 +23,4 @@ Try updating your browser to the latest version. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/hu/index.mdx b/docs/src/content/docs/hu/index.mdx index e1c0f2b00d8..0a12e9faf7b 100644 --- a/docs/src/content/docs/hu/index.mdx +++ b/docs/src/content/docs/hu/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/it/community/branding.mdx b/docs/src/content/docs/it/community/branding.mdx index 1cbb1c12819..0310dbaf442 100644 --- a/docs/src/content/docs/it/community/branding.mdx +++ b/docs/src/content/docs/it/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Banner @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Documentazione @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Colori -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Caratteri -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Screenshot > Utilizzato nella modalità di progettazione reattiva firefox -- Telefono: Galaxy S20 Ultra -- Compressa da 7 pollici: Nexus 7 -- Compressa da 10 pollici: Nexus 10 +* Telefono: Galaxy S20 Ultra +* Compressa da 7 pollici: Nexus 7 +* Compressa da 10 pollici: Nexus 10 diff --git a/docs/src/content/docs/it/community/faq.md b/docs/src/content/docs/it/community/faq.md index 10d9f5b3791..f5681afcd1d 100644 --- a/docs/src/content/docs/it/community/faq.md +++ b/docs/src/content/docs/it/community/faq.md @@ -23,4 +23,4 @@ Prova ad aggiornare il tuo browser all'ultima versione. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/it/docs/v1/server/errors.md b/docs/src/content/docs/it/docs/v1/server/errors.md index 30ddb2aade6..feeaae452b3 100644 --- a/docs/src/content/docs/it/docs/v1/server/errors.md +++ b/docs/src/content/docs/it/docs/v1/server/errors.md @@ -1,5 +1,5 @@ --- -title: Errors +title: Errori --- | Codice di errore | Codice di stato HTTP | Descrizione | diff --git a/docs/src/content/docs/it/index.mdx b/docs/src/content/docs/it/index.mdx index 6137ab37530..74c8c35ccf9 100644 --- a/docs/src/content/docs/it/index.mdx +++ b/docs/src/content/docs/it/index.mdx @@ -1,9 +1,9 @@ --- title: Linwood Flow -description: ⌚ A feature rich event and time management system ⌚ +description: ⌚ Un sistema completo per la gestione di eventi e appuntamenti ⌚ template: splash hero: - tagline: ⌚ A feature rich event and time management system ⌚ + tagline: ⌚ Un sistema completo per la gestione di eventi e appuntamenti ⌚ image: file: /public/img/logo.svg actions: @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/ja/community/branding.mdx b/docs/src/content/docs/ja/community/branding.mdx index 8f0830c32e3..0b7e5716a2a 100644 --- a/docs/src/content/docs/ja/community/branding.mdx +++ b/docs/src/content/docs/ja/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## バナー @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## ドキュメント @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## 色 -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## フォント -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## スクリーンショット > Firefoxのレスポンシブデザインモードで使用 -- 電話番号: Galaxy S20 Ultra -- 7インチタブレット: Nexus 7 -- 10インチタブレット: Nexus 10 +* 電話番号: Galaxy S20 Ultra +* 7インチタブレット: Nexus 7 +* 10インチタブレット: Nexus 10 diff --git a/docs/src/content/docs/ja/community/faq.md b/docs/src/content/docs/ja/community/faq.md index bc49269409f..cf29fc64d90 100644 --- a/docs/src/content/docs/ja/community/faq.md +++ b/docs/src/content/docs/ja/community/faq.md @@ -23,4 +23,4 @@ title: よく寄せられる質問 > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/ja/index.mdx b/docs/src/content/docs/ja/index.mdx index 7f09f1393a2..770e8d075d7 100644 --- a/docs/src/content/docs/ja/index.mdx +++ b/docs/src/content/docs/ja/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/ko/community/branding.mdx b/docs/src/content/docs/ko/community/branding.mdx index b45fffe64d5..bfbd21eb021 100644 --- a/docs/src/content/docs/ko/community/branding.mdx +++ b/docs/src/content/docs/ko/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Banner @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## 문서 @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Colors -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Fonts -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Screenshots > Used in the firefox responsive design mode -- Phone: Galaxy S20 Ultra -- 7-inch tablet: Nexus 7 -- 10-inch tablet: Nexus 10 +* Phone: Galaxy S20 Ultra +* 7-inch tablet: Nexus 7 +* 10-inch tablet: Nexus 10 diff --git a/docs/src/content/docs/ko/community/faq.md b/docs/src/content/docs/ko/community/faq.md index 85b28c0e323..ab121c299f3 100644 --- a/docs/src/content/docs/ko/community/faq.md +++ b/docs/src/content/docs/ko/community/faq.md @@ -23,4 +23,4 @@ Try updating your browser to the latest version. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/ko/index.mdx b/docs/src/content/docs/ko/index.mdx index e1c0f2b00d8..0a12e9faf7b 100644 --- a/docs/src/content/docs/ko/index.mdx +++ b/docs/src/content/docs/ko/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/nl/community/branding.mdx b/docs/src/content/docs/nl/community/branding.mdx index 46cf4be1692..bdbc8f087e3 100644 --- a/docs/src/content/docs/nl/community/branding.mdx +++ b/docs/src/content/docs/nl/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Banner @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Documentatie @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Kleuren -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Lettertypen -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Schermafbeeldingen > Gebruikt in de responsieve ontwerpmodus van firefox -- Telefoon: Galaxy S20 Ultra -- 7-inch tablet: Nexus 7 -- 10-inch tablet: Nexus 10 +* Telefoon: Galaxy S20 Ultra +* 7-inch tablet: Nexus 7 +* 10-inch tablet: Nexus 10 diff --git a/docs/src/content/docs/nl/community/faq.md b/docs/src/content/docs/nl/community/faq.md index 8c7a1779099..33f13d044fc 100644 --- a/docs/src/content/docs/nl/community/faq.md +++ b/docs/src/content/docs/nl/community/faq.md @@ -23,4 +23,4 @@ Probeer uw browser te updaten naar de nieuwste versie. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/nl/index.mdx b/docs/src/content/docs/nl/index.mdx index 98ee875adfb..09feba2f56d 100644 --- a/docs/src/content/docs/nl/index.mdx +++ b/docs/src/content/docs/nl/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/no/community/branding.mdx b/docs/src/content/docs/no/community/branding.mdx index c675ffe0853..4e07515bdde 100644 --- a/docs/src/content/docs/no/community/branding.mdx +++ b/docs/src/content/docs/no/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Fane @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Dokumentasjon @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Farger -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Skrifttyper -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Skjermbilder > Brukes i brannfox responsivt design modus -- Telefon: Galaxy S20 Ultra -- 7 tommers tablett: Nexus 7 -- 10-tommers tablett: Nexus 10 +* Telefon: Galaxy S20 Ultra +* 7 tommers tablett: Nexus 7 +* 10-tommers tablett: Nexus 10 diff --git a/docs/src/content/docs/no/community/faq.md b/docs/src/content/docs/no/community/faq.md index 3dc775360a5..7f15cb95810 100644 --- a/docs/src/content/docs/no/community/faq.md +++ b/docs/src/content/docs/no/community/faq.md @@ -23,4 +23,4 @@ Try updating your browser to the latest version. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/no/index.mdx b/docs/src/content/docs/no/index.mdx index 43127ebdb25..834ee8f1aac 100644 --- a/docs/src/content/docs/no/index.mdx +++ b/docs/src/content/docs/no/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/pl/community/branding.mdx b/docs/src/content/docs/pl/community/branding.mdx index 2ffe995bb5c..963cb935101 100644 --- a/docs/src/content/docs/pl/community/branding.mdx +++ b/docs/src/content/docs/pl/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Sztandar @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Dokumentacja @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Kolory -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Czcionki -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Zrzuty ekranu > Używane w trybie responsywnym Firefoksa -- Telefon: Galaxy S20 Ultra -- 7-calowa tabletka: Nexus 7 -- 10-calowa tabletka: Nexus 10 +* Telefon: Galaxy S20 Ultra +* 7-calowa tabletka: Nexus 7 +* 10-calowa tabletka: Nexus 10 diff --git a/docs/src/content/docs/pl/community/faq.md b/docs/src/content/docs/pl/community/faq.md index 1b584a80bed..a5142e307d6 100644 --- a/docs/src/content/docs/pl/community/faq.md +++ b/docs/src/content/docs/pl/community/faq.md @@ -23,4 +23,4 @@ Spróbuj zaktualizować przeglądarkę do najnowszej wersji. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/pl/index.mdx b/docs/src/content/docs/pl/index.mdx index 97f9d1abdd9..517e8e219d4 100644 --- a/docs/src/content/docs/pl/index.mdx +++ b/docs/src/content/docs/pl/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/pt-br/community/branding.mdx b/docs/src/content/docs/pt-br/community/branding.mdx index 1e6c49e0c5a..00f1b39325a 100644 --- a/docs/src/content/docs/pt-br/community/branding.mdx +++ b/docs/src/content/docs/pt-br/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Banner @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Documentação @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Cores -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Fontes -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Screenshots > Usado no modo responsivo do firefox -- Telefone: Galaxy S20 Ultra -- Tábua de 7 polegadas: Nexus 7 -- Tablet de 10 polegadas: Nexus 10 +* Telefone: Galaxy S20 Ultra +* Tábua de 7 polegadas: Nexus 7 +* Tablet de 10 polegadas: Nexus 10 diff --git a/docs/src/content/docs/pt-br/community/faq.md b/docs/src/content/docs/pt-br/community/faq.md index c6359fa6149..b1159e73939 100644 --- a/docs/src/content/docs/pt-br/community/faq.md +++ b/docs/src/content/docs/pt-br/community/faq.md @@ -23,4 +23,4 @@ Tente atualizar seu navegador para a versão mais recente. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/pt-br/index.mdx b/docs/src/content/docs/pt-br/index.mdx index e1c0f2b00d8..0a12e9faf7b 100644 --- a/docs/src/content/docs/pt-br/index.mdx +++ b/docs/src/content/docs/pt-br/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/pt/community/branding.mdx b/docs/src/content/docs/pt/community/branding.mdx index 1e6c49e0c5a..00f1b39325a 100644 --- a/docs/src/content/docs/pt/community/branding.mdx +++ b/docs/src/content/docs/pt/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Banner @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Documentação @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Cores -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Fontes -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Screenshots > Usado no modo responsivo do firefox -- Telefone: Galaxy S20 Ultra -- Tábua de 7 polegadas: Nexus 7 -- Tablet de 10 polegadas: Nexus 10 +* Telefone: Galaxy S20 Ultra +* Tábua de 7 polegadas: Nexus 7 +* Tablet de 10 polegadas: Nexus 10 diff --git a/docs/src/content/docs/pt/community/faq.md b/docs/src/content/docs/pt/community/faq.md index c6359fa6149..b1159e73939 100644 --- a/docs/src/content/docs/pt/community/faq.md +++ b/docs/src/content/docs/pt/community/faq.md @@ -23,4 +23,4 @@ Tente atualizar seu navegador para a versão mais recente. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/pt/index.mdx b/docs/src/content/docs/pt/index.mdx index e1c0f2b00d8..0a12e9faf7b 100644 --- a/docs/src/content/docs/pt/index.mdx +++ b/docs/src/content/docs/pt/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/ro/community/branding.mdx b/docs/src/content/docs/ro/community/branding.mdx index 085f14d1bb6..f33ba3dc91d 100644 --- a/docs/src/content/docs/ro/community/branding.mdx +++ b/docs/src/content/docs/ro/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Banner @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Documentație @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Culori -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Fonturi -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Capturi ecran > Folosit în modul responsive firefox -- Telefon: Galaxy S20 Ultra -- Comprimat de 7 inch: Nexus 7 -- Comprimat de 10 inch: Nexus 10 +* Telefon: Galaxy S20 Ultra +* Comprimat de 7 inch: Nexus 7 +* Comprimat de 10 inch: Nexus 10 diff --git a/docs/src/content/docs/ro/community/faq.md b/docs/src/content/docs/ro/community/faq.md index 0defbd7d8fd..02f05de4f81 100644 --- a/docs/src/content/docs/ro/community/faq.md +++ b/docs/src/content/docs/ro/community/faq.md @@ -23,4 +23,4 @@ Try updating your browser to the latest version. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/ro/index.mdx b/docs/src/content/docs/ro/index.mdx index acfede18592..a4b905a2e0e 100644 --- a/docs/src/content/docs/ro/index.mdx +++ b/docs/src/content/docs/ro/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/ru/community/branding.mdx b/docs/src/content/docs/ru/community/branding.mdx index 89253b95f4f..6eaca82faca 100644 --- a/docs/src/content/docs/ru/community/branding.mdx +++ b/docs/src/content/docs/ru/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Баннер @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Документация @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Цвета -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Шрифты -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Скриншот > Используется в адаптивном режиме firefox -- Телефон: Ультра Galaxy S20 -- 7дюймовый планшет: Nexus 7 -- 10дюймовый планшет: Nexus 10 +* Телефон: Ультра Galaxy S20 +* 7дюймовый планшет: Nexus 7 +* 10дюймовый планшет: Nexus 10 diff --git a/docs/src/content/docs/ru/community/faq.md b/docs/src/content/docs/ru/community/faq.md index 8dd690c472e..8cb101df004 100644 --- a/docs/src/content/docs/ru/community/faq.md +++ b/docs/src/content/docs/ru/community/faq.md @@ -23,4 +23,4 @@ Brave Пользователи, которые установили параме > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/ru/index.mdx b/docs/src/content/docs/ru/index.mdx index a077ea063fb..15d27485f84 100644 --- a/docs/src/content/docs/ru/index.mdx +++ b/docs/src/content/docs/ru/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/sr/community/branding.mdx b/docs/src/content/docs/sr/community/branding.mdx index 88e3b74ee20..c77778297d1 100644 --- a/docs/src/content/docs/sr/community/branding.mdx +++ b/docs/src/content/docs/sr/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Banner @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Dokumentacija @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Colors -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Fonts -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Screenshots > Used in the firefox responsive design mode -- Phone: Galaxy S20 Ultra -- 7-inch tablet: Nexus 7 -- 10-inch tablet: Nexus 10 +* Phone: Galaxy S20 Ultra +* 7-inch tablet: Nexus 7 +* 10-inch tablet: Nexus 10 diff --git a/docs/src/content/docs/sr/community/faq.md b/docs/src/content/docs/sr/community/faq.md index 6b6c6ec53d7..b4cc2f96d6d 100644 --- a/docs/src/content/docs/sr/community/faq.md +++ b/docs/src/content/docs/sr/community/faq.md @@ -23,4 +23,4 @@ Try updating your browser to the latest version. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/sr/index.mdx b/docs/src/content/docs/sr/index.mdx index e1c0f2b00d8..0a12e9faf7b 100644 --- a/docs/src/content/docs/sr/index.mdx +++ b/docs/src/content/docs/sr/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/sv/community/branding.mdx b/docs/src/content/docs/sv/community/branding.mdx index 8c77f307768..62628213c4c 100644 --- a/docs/src/content/docs/sv/community/branding.mdx +++ b/docs/src/content/docs/sv/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Banderoll @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Dokumentation @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Färger -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Typsnitt -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Skärmdumpar > Används i firefox responsivt designläge -- Telefon: Galaxy S20 Ultra -- 7-tums tablett: Nexus 7 -- 10-tums tablett: Nexus 10 +* Telefon: Galaxy S20 Ultra +* 7-tums tablett: Nexus 7 +* 10-tums tablett: Nexus 10 diff --git a/docs/src/content/docs/sv/community/faq.md b/docs/src/content/docs/sv/community/faq.md index 94451b15188..c077ae27a4e 100644 --- a/docs/src/content/docs/sv/community/faq.md +++ b/docs/src/content/docs/sv/community/faq.md @@ -23,4 +23,4 @@ Try updating your browser to the latest version. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/sv/index.mdx b/docs/src/content/docs/sv/index.mdx index af4405f259c..20ad7041801 100644 --- a/docs/src/content/docs/sv/index.mdx +++ b/docs/src/content/docs/sv/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/tr/community/branding.mdx b/docs/src/content/docs/tr/community/branding.mdx index b9c282b7673..98ac1398b95 100644 --- a/docs/src/content/docs/tr/community/branding.mdx +++ b/docs/src/content/docs/tr/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Başlık resmi @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Dökümantasyon @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Renkler -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Yazı tipleri -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Ekran görüntüleri > Firefox duyarlı modda (responsive) kullanılır -- Telefon: Galaxy S20 Ultra -- 7-inç tablet: Nexus 7 -- 10-inç tablet: Nexus 10 +* Telefon: Galaxy S20 Ultra +* 7-inç tablet: Nexus 7 +* 10-inç tablet: Nexus 10 diff --git a/docs/src/content/docs/tr/community/faq.md b/docs/src/content/docs/tr/community/faq.md index b0efc8861d9..9fb3cd5eec5 100644 --- a/docs/src/content/docs/tr/community/faq.md +++ b/docs/src/content/docs/tr/community/faq.md @@ -23,4 +23,4 @@ Try updating your browser to the latest version. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/tr/index.mdx b/docs/src/content/docs/tr/index.mdx index c6fcb9d4d58..838c475caf4 100644 --- a/docs/src/content/docs/tr/index.mdx +++ b/docs/src/content/docs/tr/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/uk/community/branding.mdx b/docs/src/content/docs/uk/community/branding.mdx index 96f798e96cc..da360d6b8f7 100644 --- a/docs/src/content/docs/uk/community/branding.mdx +++ b/docs/src/content/docs/uk/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Стяг @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Документація @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Кольори -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Шрифти -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Скріншоти > Використовується в режимі реагування файловому дизайну -- Телефон: Galaxy S20 Ultra -- 7-дюймовий планшет: Nexus 7 -- Планшет 10-дюйм: Nexus 10 +* Телефон: Galaxy S20 Ultra +* 7-дюймовий планшет: Nexus 7 +* Планшет 10-дюйм: Nexus 10 diff --git a/docs/src/content/docs/uk/community/faq.md b/docs/src/content/docs/uk/community/faq.md index a3887754cd3..aab32ca65da 100644 --- a/docs/src/content/docs/uk/community/faq.md +++ b/docs/src/content/docs/uk/community/faq.md @@ -23,4 +23,4 @@ Try updating your browser to the latest version. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/uk/index.mdx b/docs/src/content/docs/uk/index.mdx index 66306a11350..265730551bd 100644 --- a/docs/src/content/docs/uk/index.mdx +++ b/docs/src/content/docs/uk/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/vi/community/branding.mdx b/docs/src/content/docs/vi/community/branding.mdx index f0a9727973a..7618f29c245 100644 --- a/docs/src/content/docs/vi/community/branding.mdx +++ b/docs/src/content/docs/vi/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Banner @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## Tài liệu @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Colors -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Fonts -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Screenshots > Used in the firefox responsive design mode -- Phone: Galaxy S20 Ultra -- 7-inch tablet: Nexus 7 -- 10-inch tablet: Nexus 10 +* Phone: Galaxy S20 Ultra +* 7-inch tablet: Nexus 7 +* 10-inch tablet: Nexus 10 diff --git a/docs/src/content/docs/vi/community/faq.md b/docs/src/content/docs/vi/community/faq.md index 443ee5fbf30..8929d4fd69a 100644 --- a/docs/src/content/docs/vi/community/faq.md +++ b/docs/src/content/docs/vi/community/faq.md @@ -23,4 +23,4 @@ Try updating your browser to the latest version. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/vi/index.mdx b/docs/src/content/docs/vi/index.mdx index e1c0f2b00d8..0a12e9faf7b 100644 --- a/docs/src/content/docs/vi/index.mdx +++ b/docs/src/content/docs/vi/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/zh-hant/community/branding.mdx b/docs/src/content/docs/zh-hant/community/branding.mdx index 4a73690826e..012b88b1321 100644 --- a/docs/src/content/docs/zh-hant/community/branding.mdx +++ b/docs/src/content/docs/zh-hant/community/branding.mdx @@ -11,8 +11,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
## Nightly Logo @@ -20,8 +20,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## Banner @@ -29,8 +29,8 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## 文件 @@ -38,24 +38,24 @@ These assets are licensed under the [CC-BY-SA-4.0](https://github.com/LinwoodDev ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## Colors -- Primary: `#c4840d` -- Accent: `#7b8f96` +* Primary: `#c4840d` +* Accent: `#7b8f96` ## Fonts -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## Screenshots > Used in the firefox responsive design mode -- Phone: Galaxy S20 Ultra -- 7-inch tablet: Nexus 7 -- 10-inch tablet: Nexus 10 +* Phone: Galaxy S20 Ultra +* 7-inch tablet: Nexus 7 +* 10-inch tablet: Nexus 10 diff --git a/docs/src/content/docs/zh-hant/community/faq.md b/docs/src/content/docs/zh-hant/community/faq.md index 86b430d6749..a4c68fe48ae 100644 --- a/docs/src/content/docs/zh-hant/community/faq.md +++ b/docs/src/content/docs/zh-hant/community/faq.md @@ -23,4 +23,4 @@ Try updating your browser to the latest version. > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878) why it's not available on the App Store. +Flow is available on iOS as preview. Click [here](https://flow.linwood.dev/downloads/ios) to download it. See [here](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878) why it's not available on the App Store. diff --git a/docs/src/content/docs/zh-hant/index.mdx b/docs/src/content/docs/zh-hant/index.mdx index 08757ac3253..4557e034469 100644 --- a/docs/src/content/docs/zh-hant/index.mdx +++ b/docs/src/content/docs/zh-hant/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: 部落格 + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/zh/community/branding.mdx b/docs/src/content/docs/zh/community/branding.mdx index 94a201ab2e2..9dd4629c001 100644 --- a/docs/src/content/docs/zh/community/branding.mdx +++ b/docs/src/content/docs/zh/community/branding.mdx @@ -11,17 +11,17 @@ import { LinkButton } from '@astrojs/starlight/components'; ![Logo](/img/logo.svg)
-SVG -PNG + SVG + PNG
-## Nightly Logo +## 开发版Logo ![Logo](/img/nightly.svg)
-SVG -PNG + SVG + PNG
## 横幅 @@ -29,8 +29,8 @@ import { LinkButton } from '@astrojs/starlight/components'; ![Banner](/img/banner.svg)
-SVG -PNG + SVG + PNG
## 文件 @@ -38,24 +38,24 @@ import { LinkButton } from '@astrojs/starlight/components'; ![Documentation](/img/docs.svg)
-SVG -PNG + SVG + PNG
## 颜色 -- 主色:`#c4840d` -- 强调色: `#7b8f96` +* 主色:`#c4840d` +* 强调色: `#7b8f96` ## 字体 -- Website: `Barlow` -- App: `Comfortaa` +* Website: `Barlow` +* App: `Comfortaa` ## 屏幕截图 > 用于 firefox 响应设计模式 -- 电话: Galaxy S20 Ultra -- 7英寸的平板电脑: Nexus 7 -- 10英寸的平板电脑: Nexus 10 +* 电话: Galaxy S20 Ultra +* 7英寸的平板电脑: Nexus 7 +* 10英寸的平板电脑: Nexus 10 diff --git a/docs/src/content/docs/zh/community/faq.md b/docs/src/content/docs/zh/community/faq.md index 05b8c8a68ab..b949330a8a1 100644 --- a/docs/src/content/docs/zh/community/faq.md +++ b/docs/src/content/docs/zh/community/faq.md @@ -24,4 +24,4 @@ title: 常见问题 > [#244](https://github.com/LinwoodDev/Butterfly/issues/244) -Flow is available on iOS as preview. 点击此[链接](https://flow.linwood.dev/downloads/ios)下载。 点击此[链接](https://flow.linwood.dev/downloads/ios)下载。 [点击](https://github.com/LinwoodDev/Flow/issues/244#issuecomment-1935460878)了解为什么此应用不在App Store上提供。 +Flow is available on iOS as preview. 点击此[链接](https://flow.linwood.dev/downloads/ios)下载。 Butterfly在iOS下有预览版。 点击此[链接](https://butterfly.linwood.dev/downloads/ios)下载。 [点击](https://github.com/LinwoodDev/Butterfly/issues/244#issuecomment-1935460878)了解为什么此应用不在App Store上提供。 diff --git a/docs/src/content/docs/zh/index.mdx b/docs/src/content/docs/zh/index.mdx index 287d5dbd1dc..f57bb5055e3 100644 --- a/docs/src/content/docs/zh/index.mdx +++ b/docs/src/content/docs/zh/index.mdx @@ -17,6 +17,10 @@ hero: - text: Web App link: https://web.flow.linwood.dev icon: rocket + - text: Blog + link: https://linwood.dev/flow + icon: external + variant: secondary --- import { Card, CardGrid } from '@astrojs/starlight/components';