New translations translation.json (Czech)
This commit is contained in:
parent
80ccc053c3
commit
cec2bffc7c
|
@ -179,7 +179,8 @@
|
||||||
"reply": "Notify me when I receive a reply",
|
"reply": "Notify me when I receive a reply",
|
||||||
"reblog": "Notify me when I receive a reblog",
|
"reblog": "Notify me when I receive a reblog",
|
||||||
"favourite": "Notify me when I receive a favourite",
|
"favourite": "Notify me when I receive a favourite",
|
||||||
"follow": "Notify me when I receive a follow"
|
"follow": "Notify me when I receive a follow",
|
||||||
|
"reaction": "Notify me when I receive a emoji reaction"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"account": {
|
"account": {
|
||||||
|
@ -453,6 +454,10 @@
|
||||||
"reblog": {
|
"reblog": {
|
||||||
"title": "Reblog",
|
"title": "Reblog",
|
||||||
"body": "{{username}} boosted your status"
|
"body": "{{username}} boosted your status"
|
||||||
|
},
|
||||||
|
"reaction": {
|
||||||
|
"title": "Reaction",
|
||||||
|
"body": "{{username}} reacted your status"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue