Skip to content

Commit

Permalink
Translated using Weblate (Turkish)
Browse files Browse the repository at this point in the history
Currently translated at 0.0% (0 of 20 strings)

Translation: Quark Bot/General Events
Translate-URL: https://languages.quark.bot/projects/quark-bot/standard/general-events/tr/
  • Loading branch information
Prefill add-on authored and quark-automations committed Oct 20, 2024
1 parent 9ffb7bf commit e319e37
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion bot/tr/standard/generalEvents.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,29 @@
"serverModified": {
"title": "Server Modified",
"description": "This server was modified by {executor}"
},
"serverIconUpdated": {
"description_added": "{executor} added a server icon",
"description_removed": "{executor} removed the server icon",
"linkToOldIcon": "Link to old icon",
"linkToNewIcon": "Link to new icon",
"title": "Server Icon Updated",
"description": "{executor} updated the server 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 e319e37

Please sign in to comment.