Skip to content

Commit

Permalink
Translated using Weblate (Vietnamese)
Browse files Browse the repository at this point in the history
Currently translated at 10.0% (2 of 20 strings)

Translation: Quark Bot/General Events
Translate-URL: https://languages.quark.bot/projects/quark-bot/standard/general-events/vi/
  • Loading branch information
Prefill add-on authored and quark-automations committed Oct 20, 2024
1 parent e319e37 commit 82e447d
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion bot/vi/standard/generalEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,29 @@
"serverModified": {
"title": "Máy chủ đã được sửa đổi",
"description": "Máy chủ này đã được sửa đổi bởi {executor}"
},
"serverIconUpdated": {
"title": "Server Icon Updated",
"description": "{executor} updated the server icon",
"description_added": "{executor} added a server icon",
"description_removed": "{executor} removed the server icon",
"linkToOldIcon": "Link to old icon",
"linkToNewIcon": "Link to new icon"
},
"serverBoostAdd": {
"title": "Server Boosted",
"description": "{user} boosted this server 🎉",
"description_noUser": "Someone boosted this server 🎉",
"description_withTier": "{user} boosted this server to tier {tier} 🎉",
"description_withTier_noUser": "Someone boosted this server to tier {tier} 🎉",
"none": "none"
},
"serverBoostRemove": {
"title": "Server Boost Removed",
"description": "{user} stopped boosting this server",
"description_noUser": "Someone stopped boosting this server",
"description_withTier": "{user} stopped boosting, causing the server to drop down to tier {tier}",
"description_withTier_noUser": "Someone stopped boosting, causing the server to drop down to tier {tier}",
"none": "none"
}
}
}

0 comments on commit 82e447d

Please sign in to comment.