Skip to content

Commit

Permalink
Translated using Weblate (Russian)
Browse files Browse the repository at this point in the history
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
Prefill add-on authored and quark-automations committed Oct 21, 2024
1 parent ed8548e commit 179dde9
Showing 1 changed file with 55 additions and 1 deletion.
56 changes: 55 additions & 1 deletion bot/ru/standard/serverActions.json
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"
}
}

0 comments on commit 179dde9

Please sign in to comment.