Skip to content

Commit

Permalink
chore: Separate the seeding over notification from finish.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhua committed Feb 27, 2024
1 parent 2f2db1b commit 6aa9f2e
Show file tree
Hide file tree
Showing 7 changed files with 1,038 additions and 974 deletions.
11 changes: 10 additions & 1 deletion _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"message":"Capture magnet link"
},
"captureMagnetWarn":{
"message":"OS level capture, please ensure disabling before uninstall"
"message":"OS level capture, please ensure disabling before uninstall."
},
"captureMagnetTip":{
"message":"Click 'No' on Windows prompts UAC confirm dialog, if you don't want the system level capture."
Expand Down Expand Up @@ -143,6 +143,15 @@
}
}
},
"seedingOver":{
"message":"$rpcName$ Seeding is over.",
"placeholders": {
"rpcName": {
"content": "$1",
"example": "Aria2"
}
}
},
"downloadError":{
"message":"$rpcName$ Download error occurred.",
"placeholders": {
Expand Down
9 changes: 9 additions & 0 deletions _locales/ja/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,15 @@
}
}
},
"seedingOver":{
"message":"$rpcName$ シーディングが終了しました。",
"placeholders": {
"rpcName": {
"content": "$1",
"example": "Aria2"
}
}
},
"downloadError":{
"message":"$rpcName$ ダウンロードエラーが発生しました。",
"placeholders": {
Expand Down
9 changes: 9 additions & 0 deletions _locales/ko/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,15 @@
}
}
},
"seedingOver":{
"message":"$rpcName$ 시딩이 종료되었습니다",
"placeholders": {
"rpcName": {
"content": "$1",
"example": "Aria2"
}
}
},
"downloadError": {
"message": "$rpcName$ 다운로드 오류",
"placeholders": {
Expand Down
9 changes: 9 additions & 0 deletions _locales/uk/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,15 @@
}
}
},
"seedingOver":{
"message":"$rpcName$ Посів завершено",
"placeholders": {
"rpcName": {
"content": "$1",
"example": "Aria2"
}
}
},
"downloadError": {
"message": "$rpcName$ сталася помилка завантаження.",
"placeholders": {
Expand Down
9 changes: 9 additions & 0 deletions _locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,15 @@
}
}
},
"seedingOver":{
"message":"$rpcName$ 做种结束",
"placeholders": {
"rpcName": {
"content": "$1",
"example": "Aria2"
}
}
},
"downloadError":{
"message":"$rpcName$ 下载出错",
"placeholders": {
Expand Down
9 changes: 9 additions & 0 deletions _locales/zh_TW/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,15 @@
}
}
},
"seedingOver":{
"message":"$rpcName$ 做種結束",
"placeholders": {
"rpcName": {
"content": "$1",
"example": "Aria2"
}
}
},
"downloadError":{
"message":"$rpcName$ 下載出錯",
"placeholders": {
Expand Down

0 comments on commit 6aa9f2e

Please sign in to comment.