Skip to content

Commit

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

Translation: Quark/Role Events
Translate-URL: http://languages.quark.bot/projects/quark/bot/standard-events/role-events/vi/
  • Loading branch information
Prefill add-on authored and weblate committed Jul 8, 2024
1 parent aca90fc commit 723835e
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions bot/vi/standard/roleEvents.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,32 @@
{
"roleCreated": {
"title":"Vai trò đã được tạo",
"title": "Vai trò đã được tạo",
"description": "{role} đã được tạo bởi {executor}"
},
"roleDeleted": {
"title":"Vai trò đã bị xóa",
"title": "Vai trò đã bị xóa",
"description": "{role_name} đã bị xóa bởi {executor}",
"role": "Vai trò"
"role": "Vai trò",
"linkToRoleIcon": "Link to role icon"
},
"roleUpdated": {
"title":"Vai trò đã được sửa đổi",
"title": "Vai trò đã được sửa đổi",
"description": "{role} đã được sửa đổi bởi {executor}"
},
"roleIconUpdate": {
"title": "Role Icon Updated",
"description_added": "{executor} added an icon for {role}",
"linkToOldIcon": "Link to old icon",
"linkToNewIcon": "Link to new icon",
"description": "{executor} updated the icon for {role}",
"description_removed": "{executor} removed the icon for {role}"
},
"rolePermissionsUpdate": {
"viewFullNewPermissions": "View Full New Permissions",
"viewFullOldPermissions": "View Full Old Permissions",
"oldPermissions": "Old Permissions",
"title": "Role Permissions Updated",
"description": "Permissions for {role} were updated by {executor}",
"newPermissions": "New Permissions"
}
}
}

0 comments on commit 723835e

Please sign in to comment.