Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions MC1/Models/WhatsNew/WhatsNewCatalog.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ import Foundation
enum WhatsNewCatalog {
static let releases: [WhatsNewRelease] = [
WhatsNewRelease(
version: WhatsNewVersion(major: 1, minor: 3),
version: WhatsNewVersion(major: 1, minor: 4),
items: [
WhatsNewItem(
symbol: "bubble.left.and.bubble.right",
title: L10n.WhatsNew.WhatsNew.FasterChats.title,
description: L10n.WhatsNew.WhatsNew.FasterChats.description
symbol: "translate",
title: L10n.WhatsNew.WhatsNew.MessageTranslation.title,
description: L10n.WhatsNew.WhatsNew.MessageTranslation.description
),
WhatsNewItem(
symbol: "person.crop.circle.badge.plus",
title: L10n.WhatsNew.WhatsNew.ContactPhotos.title,
description: L10n.WhatsNew.WhatsNew.ContactPhotos.description
symbol: "person.crop.circle",
title: L10n.WhatsNew.WhatsNew.SenderAvatars.title,
description: L10n.WhatsNew.WhatsNew.SenderAvatars.description
),
WhatsNewItem(
symbol: "map",
title: L10n.WhatsNew.WhatsNew.MapFilters.title,
description: L10n.WhatsNew.WhatsNew.MapFilters.description
symbol: "arrow.clockwise",
title: L10n.WhatsNew.WhatsNew.FailedSends.title,
description: L10n.WhatsNew.WhatsNew.FailedSends.description
)
],
releaseNotesURL: URL(string: "https://github.com/Avi0n/MeshCoreOne/releases/tag/v1.3.0")!
releaseNotesURL: URL(string: "https://github.com/Avi0n/MeshCoreOne/releases/tag/v1.4.0")!
)
]
}
36 changes: 18 additions & 18 deletions MC1/Resources/Generated/L10n.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6117,26 +6117,26 @@ public enum L10n {
/// Button to dismiss the What's New sheet
public static let continueButton = L10n.tr("WhatsNew", "whatsNew.continueButton", fallback: "Continue")
/// Link on the What's New sheet to the full GitHub release notes
public static let fullReleaseNotes = L10n.tr("WhatsNew", "whatsNew.fullReleaseNotes", fallback: "Full release notes")
public static let fullReleaseNotes = L10n.tr("WhatsNew", "whatsNew.fullReleaseNotes", fallback: "See all new changes")
/// Title of the What's New sheet shown once after an app update
public static let title = L10n.tr("WhatsNew", "whatsNew.title", fallback: "What's New")
public enum ContactPhotos {
/// What's New v1.3 - Contact photos feature, description
public static let description = L10n.tr("WhatsNew", "whatsNew.contactPhotos.description", fallback: "Set an avatar on any contact so people are easier to spot in lists and conversations.")
/// What's New v1.3 - Contact photos feature, title
public static let title = L10n.tr("WhatsNew", "whatsNew.contactPhotos.title", fallback: "Contact photos")
}
public enum FasterChats {
/// What's New v1.3 - Improved chats feature, description
public static let description = L10n.tr("WhatsNew", "whatsNew.fasterChats.description", fallback: "Opening a chat lands you at new messages instead of the bottom. Times show on every bubble, and history and link previews load faster.")
/// What's New v1.3 - Improved chats feature, title
public static let title = L10n.tr("WhatsNew", "whatsNew.fasterChats.title", fallback: "Improved chats")
}
public enum MapFilters {
/// What's New v1.3 - Map filters feature, description
public static let description = L10n.tr("WhatsNew", "whatsNew.mapFilters.description", fallback: "Filter pins by favorites, discovered nodes, and node type.")
/// What's New v1.3 - Map filters feature, title
public static let title = L10n.tr("WhatsNew", "whatsNew.mapFilters.title", fallback: "Map filters")
public enum FailedSends {
/// What's New v1.4 - Failed-send badges on the Chats list, description
public static let description = L10n.tr("WhatsNew", "whatsNew.failedSends.description", fallback: "The Chats list marks a conversation when a message fails to send.")
/// What's New v1.4 - Failed-send badges on the Chats list, title
public static let title = L10n.tr("WhatsNew", "whatsNew.failedSends.title", fallback: "Failed sends in Chats")
}
public enum MessageTranslation {
/// What's New v1.4 - Incoming message translation feature, description
public static let description = L10n.tr("WhatsNew", "whatsNew.messageTranslation.description", fallback: "Translate incoming messages into your device's language. On iOS 26.4+, Apple Intelligence is used first, then Translate language packs.")
/// What's New v1.4 - Incoming message translation feature, title
public static let title = L10n.tr("WhatsNew", "whatsNew.messageTranslation.title", fallback: "Incoming message translation")
}
public enum SenderAvatars {
/// What's New v1.4 - Sender avatars in channels and rooms, description
public static let description = L10n.tr("WhatsNew", "whatsNew.senderAvatars.description", fallback: "Incoming messages in channels and rooms show the sender's avatar.")
/// What's New v1.4 - Sender avatars in channels and rooms, title
public static let title = L10n.tr("WhatsNew", "whatsNew.senderAvatars.title", fallback: "Channel & room avatars")
}
}
}
Expand Down
26 changes: 13 additions & 13 deletions MC1/Resources/Localization/de.lproj/WhatsNew.strings
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"whatsNew.continueButton" = "Weiter";

/* Link on the What's New sheet to the full GitHub release notes */
"whatsNew.fullReleaseNotes" = "Vollständige Versionshinweise";
"whatsNew.fullReleaseNotes" = "Alle neuen Änderungen anzeigen";

/* What's New v1.3 - Improved chats feature, title */
"whatsNew.fasterChats.title" = "Verbesserte Chats";
/* What's New v1.3 - Improved chats feature, description */
"whatsNew.fasterChats.description" = "Beim Öffnen eines Chats landest du bei neuen Nachrichten statt am Ende. Zeiten werden auf jeder Nachrichtenblase angezeigt, und Verlauf sowie Link-Vorschauen laden schneller.";
/* What's New v1.4 - Incoming message translation feature, title */
"whatsNew.messageTranslation.title" = "Übersetzung eingehender Nachrichten";
/* What's New v1.4 - Incoming message translation feature, description */
"whatsNew.messageTranslation.description" = "Übersetze eingehende Nachrichten in die Sprache deines Geräts. Ab iOS 26.4 wird zuerst Apple Intelligence verwendet, danach die Sprachpakete von Übersetzen.";

/* What's New v1.3 - Contact photos feature, title */
"whatsNew.contactPhotos.title" = "Kontaktfotos";
/* What's New v1.3 - Contact photos feature, description */
"whatsNew.contactPhotos.description" = "Lege ein Avatar-Bild für jeden Kontakt fest, damit Personen in Listen und Unterhaltungen leichter zu erkennen sind.";
/* What's New v1.4 - Sender avatars in channels and rooms, title */
"whatsNew.senderAvatars.title" = "Avatare in Kanälen und Räumen";
/* What's New v1.4 - Sender avatars in channels and rooms, description */
"whatsNew.senderAvatars.description" = "Eingehende Nachrichten in Kanälen und Räumen zeigen den Avatar des Absenders.";

/* What's New v1.3 - Map filters feature, title */
"whatsNew.mapFilters.title" = "Kartenfilter";
/* What's New v1.3 - Map filters feature, description */
"whatsNew.mapFilters.description" = "Filtere Pins nach Favoriten, entdeckten Knoten und Knotentyp.";
/* What's New v1.4 - Failed-send badges on the Chats list, title */
"whatsNew.failedSends.title" = "Sende-Fehler in Chats";
/* What's New v1.4 - Failed-send badges on the Chats list, description */
"whatsNew.failedSends.description" = "Die Chat-Liste markiert eine Unterhaltung, wenn das Senden einer Nachricht fehlschlägt.";
26 changes: 13 additions & 13 deletions MC1/Resources/Localization/en.lproj/WhatsNew.strings
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"whatsNew.continueButton" = "Continue";

/* Link on the What's New sheet to the full GitHub release notes */
"whatsNew.fullReleaseNotes" = "Full release notes";
"whatsNew.fullReleaseNotes" = "See all new changes";

/* What's New v1.3 - Improved chats feature, title */
"whatsNew.fasterChats.title" = "Improved chats";
/* What's New v1.3 - Improved chats feature, description */
"whatsNew.fasterChats.description" = "Opening a chat lands you at new messages instead of the bottom. Times show on every bubble, and history and link previews load faster.";
/* What's New v1.4 - Incoming message translation feature, title */
"whatsNew.messageTranslation.title" = "Incoming message translation";
/* What's New v1.4 - Incoming message translation feature, description */
"whatsNew.messageTranslation.description" = "Translate incoming messages into your device's language. On iOS 26.4+, Apple Intelligence is used first, then Translate language packs.";

/* What's New v1.3 - Contact photos feature, title */
"whatsNew.contactPhotos.title" = "Contact photos";
/* What's New v1.3 - Contact photos feature, description */
"whatsNew.contactPhotos.description" = "Set an avatar on any contact so people are easier to spot in lists and conversations.";
/* What's New v1.4 - Sender avatars in channels and rooms, title */
"whatsNew.senderAvatars.title" = "Channel & room avatars";
/* What's New v1.4 - Sender avatars in channels and rooms, description */
"whatsNew.senderAvatars.description" = "Incoming messages in channels and rooms show the sender's avatar.";

/* What's New v1.3 - Map filters feature, title */
"whatsNew.mapFilters.title" = "Map filters";
/* What's New v1.3 - Map filters feature, description */
"whatsNew.mapFilters.description" = "Filter pins by favorites, discovered nodes, and node type.";
/* What's New v1.4 - Failed-send badges on the Chats list, title */
"whatsNew.failedSends.title" = "Failed sends in Chats";
/* What's New v1.4 - Failed-send badges on the Chats list, description */
"whatsNew.failedSends.description" = "The Chats list marks a conversation when a message fails to send.";
26 changes: 13 additions & 13 deletions MC1/Resources/Localization/es.lproj/WhatsNew.strings
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"whatsNew.continueButton" = "Continuar";

/* Link on the What's New sheet to the full GitHub release notes */
"whatsNew.fullReleaseNotes" = "Notas completas de la versión";
"whatsNew.fullReleaseNotes" = "Ver todos los cambios nuevos";

/* What's New v1.3 - Improved chats feature, title */
"whatsNew.fasterChats.title" = "Chats mejorados";
/* What's New v1.3 - Improved chats feature, description */
"whatsNew.fasterChats.description" = "Al abrir un chat, vas a los mensajes nuevos en lugar del final. La hora se muestra en cada burbuja, y el historial y las vistas previas de enlaces cargan más rápido.";
/* What's New v1.4 - Incoming message translation feature, title */
"whatsNew.messageTranslation.title" = "Traducción de mensajes recibidos";
/* What's New v1.4 - Incoming message translation feature, description */
"whatsNew.messageTranslation.description" = "Traduce los mensajes recibidos al idioma del dispositivo. En iOS 26.4 o posterior, se usa primero Apple Intelligence y después los paquetes de idioma de Traducir.";

/* What's New v1.3 - Contact photos feature, title */
"whatsNew.contactPhotos.title" = "Fotos de contactos";
/* What's New v1.3 - Contact photos feature, description */
"whatsNew.contactPhotos.description" = "Asigna un avatar a cualquier contacto para localizar personas más fácilmente en listas y conversaciones.";
/* What's New v1.4 - Sender avatars in channels and rooms, title */
"whatsNew.senderAvatars.title" = "Avatares en canales y salas";
/* What's New v1.4 - Sender avatars in channels and rooms, description */
"whatsNew.senderAvatars.description" = "Los mensajes recibidos en canales y salas muestran el avatar del remitente.";

/* What's New v1.3 - Map filters feature, title */
"whatsNew.mapFilters.title" = "Filtros de mapa";
/* What's New v1.3 - Map filters feature, description */
"whatsNew.mapFilters.description" = "Filtra pines por favoritos, nodos descubiertos y tipo de nodo.";
/* What's New v1.4 - Failed-send badges on the Chats list, title */
"whatsNew.failedSends.title" = "Envíos fallidos en Chats";
/* What's New v1.4 - Failed-send badges on the Chats list, description */
"whatsNew.failedSends.description" = "La lista de Chats marca una conversación cuando un mensaje no se envía.";
26 changes: 13 additions & 13 deletions MC1/Resources/Localization/fr.lproj/WhatsNew.strings
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"whatsNew.continueButton" = "Continuer";

/* Link on the What's New sheet to the full GitHub release notes */
"whatsNew.fullReleaseNotes" = "Notes de version complètes";
"whatsNew.fullReleaseNotes" = "Voir tous les nouveaux changements";

/* What's New v1.3 - Improved chats feature, title */
"whatsNew.fasterChats.title" = "Discussions améliorées";
/* What's New v1.3 - Improved chats feature, description */
"whatsNew.fasterChats.description" = "Ouvrir une discussion vous place sur les nouveaux messages plutôt qu'en bas. L'heure s'affiche sur chaque bulle, et l'historique ainsi que les aperçus de liens se chargent plus vite.";
/* What's New v1.4 - Incoming message translation feature, title */
"whatsNew.messageTranslation.title" = "Traduction des messages reçus";
/* What's New v1.4 - Incoming message translation feature, description */
"whatsNew.messageTranslation.description" = "Traduisez les messages reçus dans la langue de votre appareil. Sur iOS 26.4 ou version ultérieure, Apple Intelligence est utilisé en premier, puis les packs linguistiques de Traduire.";

/* What's New v1.3 - Contact photos feature, title */
"whatsNew.contactPhotos.title" = "Photos de contacts";
/* What's New v1.3 - Contact photos feature, description */
"whatsNew.contactPhotos.description" = "Ajoutez un avatar à n'importe quel contact pour repérer plus facilement les personnes dans les listes et les conversations.";
/* What's New v1.4 - Sender avatars in channels and rooms, title */
"whatsNew.senderAvatars.title" = "Avatars des canaux et salons";
/* What's New v1.4 - Sender avatars in channels and rooms, description */
"whatsNew.senderAvatars.description" = "Les messages reçus dans les canaux et les salons affichent l’avatar de l’expéditeur.";

/* What's New v1.3 - Map filters feature, title */
"whatsNew.mapFilters.title" = "Filtres de carte";
/* What's New v1.3 - Map filters feature, description */
"whatsNew.mapFilters.description" = "Filtrez les repères par favoris, nœuds découverts et type de nœud.";
/* What's New v1.4 - Failed-send badges on the Chats list, title */
"whatsNew.failedSends.title" = "Échecs d’envoi dans Messages";
/* What's New v1.4 - Failed-send badges on the Chats list, description */
"whatsNew.failedSends.description" = "La liste Messages signale une conversation lorsqu’un envoi échoue.";
26 changes: 13 additions & 13 deletions MC1/Resources/Localization/it.lproj/WhatsNew.strings
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"whatsNew.continueButton" = "Continua";

/* Link on the What's New sheet to the full GitHub release notes */
"whatsNew.fullReleaseNotes" = "Note di rilascio complete";
"whatsNew.fullReleaseNotes" = "Vedi tutte le nuove modifiche";

/* What's New v1.3 - Improved chats feature, title */
"whatsNew.fasterChats.title" = "Chat migliorate";
/* What's New v1.3 - Improved chats feature, description */
"whatsNew.fasterChats.description" = "Aprendo una chat arrivi ai nuovi messaggi invece che in fondo. L'ora compare su ogni bolla, e cronologia e anteprime dei link si caricano più in fretta.";
/* What's New v1.4 - Incoming message translation feature, title */
"whatsNew.messageTranslation.title" = "Traduzione dei messaggi in arrivo";
/* What's New v1.4 - Incoming message translation feature, description */
"whatsNew.messageTranslation.description" = "Traduci i messaggi in arrivo nella lingua del dispositivo. Su iOS 26.4 o successivo, viene usato prima Apple Intelligence, poi i pacchetti lingua di Traduci.";

/* What's New v1.3 - Contact photos feature, title */
"whatsNew.contactPhotos.title" = "Foto dei contatti";
/* What's New v1.3 - Contact photos feature, description */
"whatsNew.contactPhotos.description" = "Imposta un avatar su qualsiasi contatto per riconoscere le persone più facilmente in elenchi e conversazioni.";
/* What's New v1.4 - Sender avatars in channels and rooms, title */
"whatsNew.senderAvatars.title" = "Avatar in canali e stanze";
/* What's New v1.4 - Sender avatars in channels and rooms, description */
"whatsNew.senderAvatars.description" = "I messaggi in arrivo nei canali e nelle stanze mostrano l’avatar del mittente.";

/* What's New v1.3 - Map filters feature, title */
"whatsNew.mapFilters.title" = "Filtri mappa";
/* What's New v1.3 - Map filters feature, description */
"whatsNew.mapFilters.description" = "Filtra i pin per preferiti, nodi scoperti e tipo di nodo.";
/* What's New v1.4 - Failed-send badges on the Chats list, title */
"whatsNew.failedSends.title" = "Invii non riusciti in Chat";
/* What's New v1.4 - Failed-send badges on the Chats list, description */
"whatsNew.failedSends.description" = "L’elenco Chat segnala una conversazione quando l’invio di un messaggio non riesce.";
26 changes: 13 additions & 13 deletions MC1/Resources/Localization/nl.lproj/WhatsNew.strings
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"whatsNew.continueButton" = "Doorgaan";

/* Link on the What's New sheet to the full GitHub release notes */
"whatsNew.fullReleaseNotes" = "Volledige release notes";
"whatsNew.fullReleaseNotes" = "Bekijk alle nieuwe wijzigingen";

/* What's New v1.3 - Improved chats feature, title */
"whatsNew.fasterChats.title" = "Verbeterde chats";
/* What's New v1.3 - Improved chats feature, description */
"whatsNew.fasterChats.description" = "Als je een chat opent, kom je bij nieuwe berichten terecht in plaats van onderaan. Tijden staan op elke bubbel, en geschiedenis en linkvoorbeelden laden sneller.";
/* What's New v1.4 - Incoming message translation feature, title */
"whatsNew.messageTranslation.title" = "Vertaling van inkomende berichten";
/* What's New v1.4 - Incoming message translation feature, description */
"whatsNew.messageTranslation.description" = "Vertaal inkomende berichten naar de taal van je apparaat. Op iOS 26.4+ wordt eerst Apple Intelligence gebruikt, daarna de taalpakketten van Vertalen.";

/* What's New v1.3 - Contact photos feature, title */
"whatsNew.contactPhotos.title" = "Contactfoto's";
/* What's New v1.3 - Contact photos feature, description */
"whatsNew.contactPhotos.description" = "Stel een avatar in voor elk contact zodat mensen makkelijker te herkennen zijn in lijsten en gesprekken.";
/* What's New v1.4 - Sender avatars in channels and rooms, title */
"whatsNew.senderAvatars.title" = "Avatars in kanalen en kamers";
/* What's New v1.4 - Sender avatars in channels and rooms, description */
"whatsNew.senderAvatars.description" = "Inkomende berichten in kanalen en kamers tonen de avatar van de afzender.";

/* What's New v1.3 - Map filters feature, title */
"whatsNew.mapFilters.title" = "Kaartfilters";
/* What's New v1.3 - Map filters feature, description */
"whatsNew.mapFilters.description" = "Filter pins op favorieten, ontdekte knooppunten en type knooppunt.";
/* What's New v1.4 - Failed-send badges on the Chats list, title */
"whatsNew.failedSends.title" = "Mislukte verzendingen in Chats";
/* What's New v1.4 - Failed-send badges on the Chats list, description */
"whatsNew.failedSends.description" = "De Chatlijst markeert een gesprek als het verzenden van een bericht mislukt.";
Loading
Loading