New translations app.json (German)
This commit is contained in:
parent
10da35ae20
commit
48abd4376a
|
@ -151,15 +151,15 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"friendship": {
|
"friendship": {
|
||||||
"follow": "Follow",
|
"follow": "Folgen",
|
||||||
"following": "Following",
|
"following": "Following",
|
||||||
"request": "Request",
|
"request": "Anfragen",
|
||||||
"pending": "Pending",
|
"pending": "In Warteschlange",
|
||||||
"block": "Block",
|
"block": "Blockieren",
|
||||||
"block_user": "Block %s",
|
"block_user": "%s blockieren",
|
||||||
"block_domain": "Block %s",
|
"block_domain": "%s blockieren",
|
||||||
"unblock": "Unblock",
|
"unblock": "Blockierung aufheben",
|
||||||
"unblock_user": "Unblock %s",
|
"unblock_user": "@%s entblocken",
|
||||||
"blocked": "Blocked",
|
"blocked": "Blocked",
|
||||||
"mute": "Mute",
|
"mute": "Mute",
|
||||||
"mute_user": "Mute %s",
|
"mute_user": "Mute %s",
|
||||||
|
@ -171,12 +171,12 @@
|
||||||
"timeline": {
|
"timeline": {
|
||||||
"filtered": "Filtered",
|
"filtered": "Filtered",
|
||||||
"timestamp": {
|
"timestamp": {
|
||||||
"now": "Now",
|
"now": "Gerade",
|
||||||
"time_ago": "%s ago"
|
"time_ago": "vor %s"
|
||||||
},
|
},
|
||||||
"loader": {
|
"loader": {
|
||||||
"load_missing_posts": "Load missing posts",
|
"load_missing_posts": "Fehlende Beiträge laden",
|
||||||
"loading_missing_posts": "Loading missing posts...",
|
"loading_missing_posts": "Lade fehlende Beiträge...",
|
||||||
"show_more_replies": "Show more replies"
|
"show_more_replies": "Show more replies"
|
||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
|
|
Loading…
Reference in New Issue