Skip to content

Commit

Permalink
Merge pull request #37 from quark-bot-discord/weblate
Browse files Browse the repository at this point in the history
Weblate
  • Loading branch information
thatkev authored Nov 3, 2024
2 parents 85b4c73 + 8bb2fbc commit 0eb5d38
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 3 deletions.
6 changes: 5 additions & 1 deletion bot/ru/general/role_update_types.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{}
{
"enabled": "enabled",
"disabled": "disabled",
"none": "none"
}
17 changes: 16 additions & 1 deletion bot/ru/general/time.json
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
{}
{
"second": "{time} second",
"second-plural": "{time} seconds",
"minute": "{time} minute",
"minute-plural": "{time} minutes",
"hour": "{time} hour",
"hour-plural": "{time} hours",
"day": "{time} day",
"day-plural": "{time} days",
"week": "{time} week",
"week-plural": "{time} weeks",
"month": "{time} month",
"month-plural": "{time} months",
"year": "{time} year",
"year-plural": "{time} years"
}
105 changes: 104 additions & 1 deletion bot/ru/standard/voiceEvents.json
Original file line number Diff line number Diff line change
@@ -1 +1,104 @@
{}
{
"streamStart": {
"title": "Stream Started",
"description": "{user} started streaming in the {channel} voice channel"
},
"serverMute": {
"voiceChannel": "Voice channel",
"title": "Muted",
"description": "{user} was muted",
"mutedBy": "Muted by"
},
"streamStop": {
"title": "Stream Ended",
"description": "{user} stopped streaming in the {channel} voice channel"
},
"videoStart": {
"title": "Video Started",
"description": "{user} started their video in the {channel} voice channel"
},
"videoStop": {
"title": "Video Stopped",
"description": "{user} stopped their video in the {channel} voice channel"
},
"voiceSwitch": {
"title": "Changed Channel",
"description": "{user} moved from the {channel_old} voice channel to the {channel_new} voice channel"
},
"voiceMove": {
"title": "Moved",
"description": "{user} was moved from the {channel_old} voice channel to the {channel_new} voice channel",
"movedBy": "Moved by"
},
"stageSpeakerInvited": {
"title": "Speaker Invited",
"description": "{user} was invited to speak in the {channel} stage channel"
},
"voiceJoin": {
"title": "Joined Channel",
"description": "{user} joined the {channel} voice channel"
},
"voiceLeave": {
"title": "Left Channel",
"description": "{user} left the {channel} voice channel",
"joined": "Joined",
"joinedValue": "{relative} for {relative_fixed}"
},
"voiceDisconnect": {
"title": "Disconnected",
"description": "{user} was disconnected",
"disconnectedBy": "Disconnected by",
"voiceChannel": "Voice channel"
},
"serverDeafen": {
"title": "Deafened",
"description": "{user} was deafened",
"deafenedBy": "Deafened by",
"voiceChannel": "Voice channel"
},
"serverUndeafen": {
"title": "Undeafened",
"description": "{user} was undeafened",
"undeafenedBy": "Undeafened by",
"voiceChannel": "Voice channel"
},
"serverUnmute": {
"title": "Unmuted",
"description": "{user} was unmuted",
"unmutedBy": "Unmuted by",
"voiceChannel": "Voice channel"
},
"channelStatusUpdate": {
"title": "Voice Channel Status Updated",
"description": "{executor} set the status for {channel}",
"status": "Status",
"linksToEmojis": "Links to emojis"
},
"stageStarted": {
"title": "Stage Started",
"description": "{executor} started a stage in {channel}",
"topic": "Topic"
},
"stageEnded": {
"title": "Stage Ended",
"description": "The stage in {channel} was ended by {executor}",
"description_noExecutor": "The stage in {channel} was ended",
"topic": "Topic",
"none": "none"
},
"stageUpdated": {
"title": "Stage Updated",
"description": "The stage in {channel} was updated by {executor}",
"oldTopic": "Old Topic",
"newTopic": "New Topic"
},
"stageSpeakerAdd": {
"title": "New Stage Speaker",
"description": "{user} became a speaker in the {channel} stage channel",
"description_inviteAccepted": "{user} accepted the invite to become a speaker in the {channel} stage channel"
},
"stageSpeakerRemove": {
"title": "Stopped Speaking",
"description": "{user} is no longer a speaker in the {channel} stage channel"
}
}

0 comments on commit 0eb5d38

Please sign in to comment.