-
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 0.0% (0 of 37 strings) Translation: Quark Bot/Server Actions Translate-URL: https://languages.quark.bot/projects/quark-bot/standard/server-actions/ru/
- Loading branch information
1 parent
ed8548e
commit 179dde9
Showing
1 changed file
with
55 additions
and
1 deletion.
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 +1,55 @@ | ||
{} | ||
{ | ||
"inviteCreate": { | ||
"title": "Invite Created", | ||
"description_withInviter": "{inviter} created an invite {invite} for {channel}", | ||
"description_withoutInviter": "An invite {invite} was created for {channel}", | ||
"expires": "Expires", | ||
"never": "Never", | ||
"maxUses": "Max Uses", | ||
"none": "none" | ||
}, | ||
"inviteDelete": { | ||
"title": "Invite Deleted", | ||
"description_withExecutor": "{executor} deleted an invite {invite} for {channel}", | ||
"description_withoutExecutor": "An invite {invite} was deleted for {channel}", | ||
"used": "Used", | ||
"created": "Created by", | ||
"none": "none" | ||
}, | ||
"emojiCreated": { | ||
"title": "Emoji Created", | ||
"description": "{emoji} was added by {executor}" | ||
}, | ||
"emojiDeleted": { | ||
"title": "Emoji Deleted", | ||
"description": "{emoji} was deleted by {executor}", | ||
"emoji": "Emoji" | ||
}, | ||
"emojiUpdated": { | ||
"title": "Emoji Edited", | ||
"description": "{emoji} was edited by {executor}" | ||
}, | ||
"serverEventCreate": { | ||
"title": "Event Created", | ||
"description_withChannel": "{executor} created an event {name} in {channel}", | ||
"description_withoutChannel": "{executor} created an event {name}", | ||
"eventDescription": "Description", | ||
"location": "Location", | ||
"starts": "Starts", | ||
"image": "Image" | ||
}, | ||
"serverEventDelete": { | ||
"title": "Event Deleted", | ||
"description": "{executor} deleted the event {name}", | ||
"linkToEventImage": "Link to event image" | ||
}, | ||
"serverEventUpdate": { | ||
"title": "Event Updated", | ||
"description": "{executor} updated the event {name}", | ||
"newEventDescription": "New Description", | ||
"newLocation": "New Location", | ||
"newChannel": "New Channel", | ||
"linkToEventImage": "Link to old event image", | ||
"newImage": "New Image" | ||
} | ||
} |