refs #958 Add all translation for notification

This commit is contained in:
AkiraFukushima 2019-07-22 22:57:36 +09:00
parent 95a2ee670f
commit 9eb839d452
6 changed files with 84 additions and 0 deletions

View File

@ -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"
}
}
}

View File

@ -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"
}
}
}

View File

@ -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"
}
}
}

View File

@ -409,5 +409,19 @@
"attach_image": "画像かビデオしか添付できません",
"poll_invalid": "アンケートに不正な選択肢が含まれています"
}
},
"notification": {
"favourite": {
"title": "お気に入り",
"body": "{{username}} さんにお気に入り登録されました"
},
"follow": {
"title": "フォロー",
"body": "{{username}} さんにフォローされました"
},
"reblog": {
"title": "ブースト",
"body": "{{username}} さんにブーストされました"
}
}
}

View File

@ -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"
}
}
}

View File

@ -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"
}
}
}