-
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.
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/tr/
- 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":"Role Created", | ||
"title": "Role Created", | ||
"description": "{role} was created by {executor}" | ||
}, | ||
"roleDeleted": { | ||
"title":"Role Deleted", | ||
"title": "Role Deleted", | ||
"description": "{role_name} was deleted by {executor}", | ||
"role": "Role" | ||
"role": "Role", | ||
"linkToRoleIcon": "Link to role icon" | ||
}, | ||
"roleUpdated": { | ||
"title":"Role Modified", | ||
"title": "Role Modified", | ||
"description": "{role} was modified by {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" | ||
} | ||
} | ||
} |