diff --git a/lib/l10n/intl_de.arb b/lib/l10n/intl_de.arb index f1cd216..005c0d4 100644 --- a/lib/l10n/intl_de.arb +++ b/lib/l10n/intl_de.arb @@ -1494,5 +1494,33 @@ "placeholders": {} }, "failedToOpenUrl": "URL konnte nicht geöffnet werden. Hast du einen Browser installiert?", - "@failedToOpenUrl": {} + "@failedToOpenUrl": {}, + "notificationTargetComment": "Kommentar", + "@notificationTargetComment": { + "description": "Target part of a notification message for a comment", + "type": "text", + "placeholders": {} + }, + "notificationLikedComment": "{actorCount,plural, =0{Niemand mag deinen {target}.}=1{{actors} mag deinen {target}.}other{{actors} mögen dein {target}.}}", + "@notificationLikedComment": { + "description": "Notification message for when some people liked the users comment. The zero case is never used", + "type": "text", + "placeholders": { + "actorCount": { + "example": "1, 2, 3, ..." + }, + "actors": { + "example": "With actorCount being 1 a name such as Alice, being 2 the result of notificationActorsForTwoPeople, being 3 the result of notificationActorsForThreePeople or being 4 or higher the result of notificationActorsForMoreThanThreePeople" + }, + "target": { + "example": "Either the result of notificationTargetComment or notificationTargetDeletedComment" + } + } + }, + "notificationTargetDeletedComment": "gelöschter Kommentar", + "@notificationTargetDeletedComment": { + "description": "Target part of a notification message for a deleted comment", + "type": "text", + "placeholders": {} + } }