-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translated using Weblate (Vietnamese)
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
Showing
1 changed file
with
22 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
} |