-
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.
Merge pull request #37 from quark-bot-discord/weblate
Weblate
- Loading branch information
Showing
3 changed files
with
125 additions
and
3 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 +1,5 @@ | ||
{} | ||
{ | ||
"enabled": "enabled", | ||
"disabled": "disabled", | ||
"none": "none" | ||
} |
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,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" | ||
} |
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,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" | ||
} | ||
} |