WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 31f3bf6

Browse files
tclausweblate
authored andcommitted
Translated using Weblate (German)
Currently translated at 100.0% (220 of 220 strings) Translation: insporation*/insporation* Translate-URL: https://hosted.weblate.org/projects/insporation/insporation/de/
1 parent 5187371 commit 31f3bf6

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

lib/l10n/intl_de.arb

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1494,5 +1494,33 @@
14941494
"placeholders": {}
14951495
},
14961496
"failedToOpenUrl": "URL konnte nicht geöffnet werden. Hast du einen Browser installiert?",
1497-
"@failedToOpenUrl": {}
1497+
"@failedToOpenUrl": {},
1498+
"notificationTargetComment": "Kommentar",
1499+
"@notificationTargetComment": {
1500+
"description": "Target part of a notification message for a comment",
1501+
"type": "text",
1502+
"placeholders": {}
1503+
},
1504+
"notificationLikedComment": "{actorCount,plural, =0{Niemand mag deinen {target}.}=1{{actors} mag deinen {target}.}other{{actors} mögen dein {target}.}}",
1505+
"@notificationLikedComment": {
1506+
"description": "Notification message for when some people liked the users comment. The zero case is never used",
1507+
"type": "text",
1508+
"placeholders": {
1509+
"actorCount": {
1510+
"example": "1, 2, 3, ..."
1511+
},
1512+
"actors": {
1513+
"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"
1514+
},
1515+
"target": {
1516+
"example": "Either the result of notificationTargetComment or notificationTargetDeletedComment"
1517+
}
1518+
}
1519+
},
1520+
"notificationTargetDeletedComment": "gelöschter Kommentar",
1521+
"@notificationTargetDeletedComment": {
1522+
"description": "Target part of a notification message for a deleted comment",
1523+
"type": "text",
1524+
"placeholders": {}
1525+
}
14981526
}

0 commit comments

Comments
 (0)