refs #958 Add all translation for notification
This commit is contained in:
parent
95a2ee670f
commit
9eb839d452
|
@ -97,5 +97,19 @@
|
|||
"new_toot": {
|
||||
"poll_invalid": "Invalid poll choices"
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"favourite": {
|
||||
"title": "Favourite",
|
||||
"body": "{{username}} favourited your status"
|
||||
},
|
||||
"follow": {
|
||||
"title": "Follow",
|
||||
"body": "{{username}} is now following you"
|
||||
},
|
||||
"reblog": {
|
||||
"title": "Reblog",
|
||||
"body": "{{username}} boosted your status"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -64,5 +64,19 @@
|
|||
"new_toot": {
|
||||
"poll_invalid": "Invalid poll choices"
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"favourite": {
|
||||
"title": "Favourite",
|
||||
"body": "{{username}} favourited your status"
|
||||
},
|
||||
"follow": {
|
||||
"title": "Follow",
|
||||
"body": "{{username}} is now following you"
|
||||
},
|
||||
"reblog": {
|
||||
"title": "Reblog",
|
||||
"body": "{{username}} boosted your status"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -53,5 +53,19 @@
|
|||
"new_toot": {
|
||||
"poll_invalid": "Invalid poll choices"
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"favourite": {
|
||||
"title": "Favourite",
|
||||
"body": "{{username}} favourited your status"
|
||||
},
|
||||
"follow": {
|
||||
"title": "Follow",
|
||||
"body": "{{username}} is now following you"
|
||||
},
|
||||
"reblog": {
|
||||
"title": "Reblog",
|
||||
"body": "{{username}} boosted your status"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -409,5 +409,19 @@
|
|||
"attach_image": "画像かビデオしか添付できません",
|
||||
"poll_invalid": "アンケートに不正な選択肢が含まれています"
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"favourite": {
|
||||
"title": "お気に入り",
|
||||
"body": "{{username}} さんにお気に入り登録されました"
|
||||
},
|
||||
"follow": {
|
||||
"title": "フォロー",
|
||||
"body": "{{username}} さんにフォローされました"
|
||||
},
|
||||
"reblog": {
|
||||
"title": "ブースト",
|
||||
"body": "{{username}} さんにブーストされました"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -73,5 +73,19 @@
|
|||
"new_toot": {
|
||||
"poll_invalid": "Invalid poll choices"
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"favourite": {
|
||||
"title": "Favourite",
|
||||
"body": "{{username}} favourited your status"
|
||||
},
|
||||
"follow": {
|
||||
"title": "Follow",
|
||||
"body": "{{username}} is now following you"
|
||||
},
|
||||
"reblog": {
|
||||
"title": "Reblog",
|
||||
"body": "{{username}} boosted your status"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -97,5 +97,19 @@
|
|||
"new_toot": {
|
||||
"poll_invalid": "Invalid poll choices"
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"favourite": {
|
||||
"title": "Favourite",
|
||||
"body": "{{username}} favourited your status"
|
||||
},
|
||||
"follow": {
|
||||
"title": "Follow",
|
||||
"body": "{{username}} is now following you"
|
||||
},
|
||||
"reblog": {
|
||||
"title": "Reblog",
|
||||
"body": "{{username}} boosted your status"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue