Skip to content

Commit

Permalink
Translated using Weblate (Vietnamese)
Browse files Browse the repository at this point in the history
Currently translated at 23.5% (8 of 34 strings)

Translation: Quark Bot/Channel Events
Translate-URL: https://languages.quark.bot/projects/quark-bot/standard/channel-events/vi/
  • Loading branch information
Prefill add-on authored and quark-automations committed Oct 20, 2024
1 parent 2727cb7 commit 9ffb7bf
Showing 1 changed file with 47 additions and 1 deletion.
48 changes: 47 additions & 1 deletion bot/vi/standard/channelEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,51 @@
"channelUpdated": {
"title": "Kênh Đã Được Sửa Đổi",
"description": "{channel} đã được sửa đổi bởi {executor}"
},
"channelOverwriteDelete": {
"description": "{executor} removed permissions from {channel} for {special}",
"title": "{type} Channel Permissions Removed"
},
"channelOverwriteCreate": {
"description": "{executor} added permissions to {channel} for {special}",
"title": "{type} Channel Permissions Added"
},
"channelOverwriteUpdate": {
"newPermissions": "New Permissions",
"viewFullNewPermissions": "View Full New Permissions",
"title": "{type} Channel Permissions Updated",
"description": "{executor} updated permissions for {channel} for {special}"
},
"webhookUpdate": {
"description": "{executor} modified the webhook {webhook}",
"title": "Webhook Modified"
},
"webhookCreate": {
"title": "Webhook Created",
"description": "{executor} created a webhook {webhook} in {channel}"
},
"webhookDelete": {
"title": "Webhook Deleted",
"description": "{executor} deleted the webhook {webhook}"
},
"webhookAvatarUpdate": {
"title": "Webhook Avatar Updated",
"linkToNewAvatar": "Link to new avatar",
"description_removed": "{executor} removed the avatar for {webhook}",
"linkToOldAvatar": "Link to old avatar",
"description": "{executor} updated the avatar for {webhook}",
"description_added": "{executor} added an avatar for {webhook}"
},
"statusChannelFollowed": {
"title": "Channel Followed",
"description": "{executor} followed the channel {name} in {channel}"
},
"statusChannelUnfollowed": {
"title": "Channel Unfollowed",
"description": "{executor} unfollowed the channel {name}"
},
"statusChannelUpdated": {
"title": "Followed Channel Updated",
"description": "{executor} updated the followed channel {name}"
}
}
}

0 comments on commit 9ffb7bf

Please sign in to comment.