From c023bd14f8ee916ab259617e1680174b1c5913d8 Mon Sep 17 00:00:00 2001 From: Prefill add-on Date: Wed, 10 Jul 2024 23:48:42 +0000 Subject: [PATCH] Translated using Weblate (Vietnamese) Currently translated at 100.0% (0 of 0 strings) Translation: Quark/GUI Constants Translate-URL: http://languages.quark.bot/projects/quark/bot/miscellaneous/gui-constants/vi/ --- bot/vi/gui_constants.json | 40 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/bot/vi/gui_constants.json b/bot/vi/gui_constants.json index 0967ef4..cb87049 100644 --- a/bot/vi/gui_constants.json +++ b/bot/vi/gui_constants.json @@ -1 +1,39 @@ -{} +{ + "guildModificationTypes": { + "premium_progress_bar_enabled": "Progress Bar", + "description": "Description", + "name": "Name", + "system_channel_id": "System Channel", + "nsfw_level": "NSFW Level", + "mfa_level": "MFA Required", + "default_message_notifications": "Default Notifications", + "explicit_content_filter": "Explicit Content Filter", + "verification_level": "Verification Level", + "rules_channel_id": "Rule Channel" + }, + "channelModificationTypes": { + "name": "Name", + "user_limit": "User Limit", + "topic": "Topic", + "bitrate": "Bitrate", + "type": "Type", + "position": "Position", + "parent_id": "Category", + "nsfw": "NSFW", + "rtc_region": "Region" + }, + "roleModificationTypes": { + "name": "Name", + "hoist": "Hoisted", + "unicode_emoji": "Emoji", + "managed": "Managed", + "mentionable": "Mentionable", + "color": "Colour" + }, + "emojiModificationTypes": { + "name": "Name" + }, + "webhookModificationTypes": { + "name": "Name" + } +}