Skip to content

Commit

Permalink
add rejoin to all lang files
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkev committed May 6, 2024
1 parent 9ff4b86 commit 55caca6
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 3 additions & 1 deletion langs/en_gb/bot/standard/serverEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"accountCreated": "Account created",
"invite": "Invite",
"createdBy": "created by {user}",
"ban": "Ban"
"ban": "Ban",
"info": "Info",
"rejoined": "Account rejoined"
},
"userLeft": {
"title": "User Left",
Expand Down
4 changes: 3 additions & 1 deletion langs/en_pr/bot/standard/serverEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"accountCreated": "Account made",
"invite": "Invitation",
"createdBy": "recruited by {user}",
"ban": "Banish"
"ban": "Banish",
"info": "Info",
"rejoined": "Account rejoined"
},
"userLeft": {
"title": "Crew Member Overboard",
Expand Down
4 changes: 3 additions & 1 deletion langs/en_us/bot/standard/serverEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"accountCreated": "Account created",
"invite": "Invite",
"createdBy": "created by {user}",
"ban": "Ban"
"ban": "Ban",
"info": "Info",
"rejoined": "Account rejoined"
},
"userLeft": {
"title": "User Left",
Expand Down
4 changes: 3 additions & 1 deletion langs/tr/bot/standard/serverEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"accountCreated": "Hesap oluşturuldu",
"invite": "Invite",
"createdBy": "created by {user}",
"ban": "Ban"
"ban": "Ban",
"info": "Info",
"rejoined": "Account rejoined"
},
"userLeft": {
"title": "Kullanıcı Ayrıldı",
Expand Down
4 changes: 3 additions & 1 deletion langs/vi/bot/standard/serverEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"accountCreated": "Tài khoản đã được tạo",
"invite": "Mời",
"createdBy": "được tạo bởi {user}",
"ban": "Cấm"
"ban": "Cấm",
"info": "Thông tin",
"rejoined": "Tài khoản đã tham gia lại"
},
"userLeft": {
"title": "Người dùng đã rời đi",
Expand Down

0 comments on commit 55caca6

Please sign in to comment.