From f24a064cb42d3dd771453f87d888b4df824b14a2 Mon Sep 17 00:00:00 2001 From: Prefill add-on Date: Mon, 8 Jul 2024 12:45:11 +0000 Subject: [PATCH] Translated using Weblate (Turkish) Currently translated at 64.5% (40 of 62 strings) Translation: Quark/Voice Events Translate-URL: http://languages.quark.bot/projects/quark/bot/standard-events/voice-events/tr/ --- bot/tr/standard/voiceEvents.json | 40 +++++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) diff --git a/bot/tr/standard/voiceEvents.json b/bot/tr/standard/voiceEvents.json index 1e51851..bf96788 100644 --- a/bot/tr/standard/voiceEvents.json +++ b/bot/tr/standard/voiceEvents.json @@ -30,7 +30,9 @@ }, "voiceLeave": { "title": "Kanaldan Ayrıldı", - "description": "{user}, {channel} ses kanalından ayrıldı" + "description": "{user}, {channel} ses kanalından ayrıldı", + "joined": "Joined", + "joinedValue": "{relative} for {relative_fixed}" }, "voiceDisconnect": { "title": "Bağlantı kesildi", @@ -65,6 +67,38 @@ "channelStatusUpdate": { "title": "Voice Channel Status Updated", "description": "{executor} set the status for {channel}", - "status": "Status" + "status": "Status", + "linksToEmojis": "Links to emojis" + }, + "stageEnded": { + "topic": "Topic", + "title": "Stage Ended", + "none": "none", + "description_noExecutor": "The stage in {channel} was ended", + "description": "The stage in {channel} was ended by {executor}" + }, + "stageUpdated": { + "oldTopic": "Old Topic", + "title": "Stage Updated", + "description": "The stage in {channel} was updated by {executor}", + "newTopic": "New Topic" + }, + "stageSpeakerAdd": { + "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", + "title": "New Stage Speaker" + }, + "stageStarted": { + "description": "{executor} started a stage in {channel}", + "topic": "Topic", + "title": "Stage Started" + }, + "stageSpeakerInvited": { + "description": "{user} was invited to speak in the {channel} stage channel", + "title": "Speaker Invited" + }, + "stageSpeakerRemove": { + "description": "{user} is no longer a speaker in the {channel} stage channel", + "title": "Stopped Speaking" } -} \ No newline at end of file +}