diff --git a/README.md b/README.md index 9514ef43b..6c55e76e5 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ --- +## Important DogeHouse Notice + +[I'm done with DogeHouse](https://www.youtube.com/watch?v=I8PkQgPiSq8) + ## Structure | Codebase | Description | diff --git a/dolma/src/lib/filterString.ts b/dolma/src/lib/filterString.ts index 87e2d1328..45da0df44 100644 --- a/dolma/src/lib/filterString.ts +++ b/dolma/src/lib/filterString.ts @@ -12,13 +12,26 @@ export function filterString(emotes: { name: string }[], message: string) { vals.map((e) => { let tkn = msgToken.getType(e); - if (tkn == "emote") { - emotes.find((emote) => `:${emote.name}:` == e.trim()) ? "" : tkn = "text"; - } - if (tkn == "mention") { - e = e.substr(1); - } - let value = msgToken.getValue(tkn, e); + tokenSwitch: + switch (tkn) { + case "emote": + for(const emote of emotes) { + if(e.trim() === `:${emote.name}:`) { + e = emote.name; + break tokenSwitch; + } + } + tkn = "text"; + break; + case "block": + e = e.slice(1, -1); + break; + case "mention": + e = e.substr(1); + break; + } + + const value = msgToken.getValue(tkn, e); return tokens.push(msgToken.newToken(tkn, value)); }); diff --git a/kibbeh/public/locales/af/translation.json b/kibbeh/public/locales/af/translation.json index 13f39fd6b..9123c2664 100644 --- a/kibbeh/public/locales/af/translation.json +++ b/kibbeh/public/locales/af/translation.json @@ -16,7 +16,9 @@ "copied": "gekopieër", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please give DogeHouse Accessibility permessions" + "requestPermissions": "Please give DogeHouse Accessibility permessions", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Stem instellings", @@ -162,6 +168,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -276,6 +290,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -305,7 +324,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/am/translation.json b/kibbeh/public/locales/am/translation.json index 0b1cbd29b..be9e7613e 100644 --- a/kibbeh/public/locales/am/translation.json +++ b/kibbeh/public/locales/am/translation.json @@ -16,7 +16,9 @@ "copied": "ተቀድቷል!", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please give DogeHouse Accessibility permessions" + "requestPermissions": "Please give DogeHouse Accessibility permessions", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "የድምፅ ቅንብሮች", @@ -163,6 +169,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -275,6 +289,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -304,7 +323,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/ar/translation.json b/kibbeh/public/locales/ar/translation.json index ccddab95c..7b2203f09 100644 --- a/kibbeh/public/locales/ar/translation.json +++ b/kibbeh/public/locales/ar/translation.json @@ -16,7 +16,9 @@ "copied": "تم النسخ", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please give DogeHouse Accessibility permessions" + "requestPermissions": "Please give DogeHouse Accessibility permessions", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "إعدادات المحادثة الصوتية", @@ -145,23 +151,31 @@ "title": "Voice Settings" }, "overlaySettings": { - "input": { "errorMsg": "Invalid app title", "label": "Enter App Title" }, - "header": "Overlay Settings", - "errorMsg": "Please enter valid app title", - "label": "Enter app title" + "input": { "errorMsg": "خطأ في اسم التطبيق", "label": "ادخل اسم التطبيق" }, + "header": "Overlay اعدادات", + "errorMsg": "ادخل اسم تطبيق صحيح", + "label": "ادخل اسم التطبيق" }, "download": { "starting": "...بدأ التحميل", - "failed": "لم يتم التنزيل التلقائيو الرجاء المحاولة لاحقاً", - "visit_gh": "Visit Github Releases", + "failed": "لم يتم التنزيل التلقائي الرجاء المحاولة لاحقاً", + "visit_gh": "تحقق من اخر الاصدارات علي github", "prompt": "أنقر للتنزيل", "download_now": "تنزيل الآن", "download_for": "تنزيل إلى %platform% (%ext%)" }, "privacySettings": { - "title": "Privacy Settings", - "header": "Privacy Settings", - "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + "title": "اعدادات الخصوصية", + "header": "اعدادات الخصوصية", + "whispers": { "label": "الهمسات", "on": "تشغيل", "off": "ايقاف" } + }, + "botEdit": { + "yourBots": "روبوتاتك", + "bots": "الروبوتات", + "title": "معلومات البوت", + "apiKey": "ApiKey", + "regenerate": "اعادة الانشاء", + "reveal": "اضغط لاظهار مقتاح ال api" } }, "components": { @@ -274,6 +288,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -303,7 +322,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "تنزيل التطبيق" + "downloadApp": "تنزيل التطبيق", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/az/translation.json b/kibbeh/public/locales/az/translation.json index 984653449..2f9e05552 100644 --- a/kibbeh/public/locales/az/translation.json +++ b/kibbeh/public/locales/az/translation.json @@ -16,7 +16,9 @@ "copied": "Kopyalandı", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Zəhmət olmasa DogeHouse-a lazımlı icazələri verin" + "requestPermissions": "Zəhmət olmasa DogeHouse-a lazımlı icazələri verin", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Səs parametrləri", @@ -165,6 +171,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -282,6 +296,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -311,7 +330,8 @@ "debugAudio": "Səsi incələ", "stopDebugger": "İncələmən dayandır" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/bg/translation.json b/kibbeh/public/locales/bg/translation.json index 250a23fdd..fd221b356 100644 --- a/kibbeh/public/locales/bg/translation.json +++ b/kibbeh/public/locales/bg/translation.json @@ -16,7 +16,9 @@ "copied": "копирано", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please give DogeHouse Accessibility permessions" + "requestPermissions": "Please give DogeHouse Accessibility permessions", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Звукови настройки", @@ -162,6 +168,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -276,6 +290,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -305,7 +324,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/bn/translation.json b/kibbeh/public/locales/bn/translation.json index 462ff4001..f038d9e9b 100644 --- a/kibbeh/public/locales/bn/translation.json +++ b/kibbeh/public/locales/bn/translation.json @@ -16,7 +16,9 @@ "copied": "কপি হয়ে গেছে", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "দয়া করে DogeHouse কে অ্যাক্সেস পারমিশন দিন" + "requestPermissions": "দয়া করে DogeHouse কে অ্যাক্সেস পারমিশন দিন", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "ব্লক করুন", "unblock": "আনব্লক করুন", "sendDM": "মেসেজ করুন", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "ভয়েস সেটিংস", @@ -165,6 +171,14 @@ "title": "গোপনীয়তা সেটিংস", "header": "গোপনীয়তা সেটিংস", "whispers": { "label": "ফিসফিস", "on": "অন", "off": "অফ" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -282,6 +296,11 @@ "disabled": "অফ করা", "followerOnly": "অনুসরণকারীদের জন্য শুধু" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -311,7 +330,8 @@ "debugAudio": "অডিও ডিবাগ করুন", "stopDebugger": "ডিবাগার বন্ধ করুন" }, - "downloadApp": "ডাউনলোড করুন অ্যাপ্লিকেশনটি" + "downloadApp": "ডাউনলোড করুন অ্যাপ্লিকেশনটি", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse স্টাফ", diff --git a/kibbeh/public/locales/bottom/translation.json b/kibbeh/public/locales/bottom/translation.json index 14451b3a1..fe8aacc44 100644 --- a/kibbeh/public/locales/bottom/translation.json +++ b/kibbeh/public/locales/bottom/translation.json @@ -16,7 +16,9 @@ "copied": "💖✨🥺,,👉👈💖💖✨,👉👈💖💖✨,,👉👈💖💖🥺👉👈💖💖,👉👈💖💖👉👈✨✨✨,,,👉👈", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "💖✨✨✨👉👈💖💖🥺,,,👉👈💖💖,👉👈💖✨✨✨✨🥺,,👉👈💖💖✨🥺👉👈💖💖,👉👈✨✨✨,,👉👈💖💖✨👉👈💖💖✨,👉👈💖💖✨🥺,👉👈💖💖,👉👈✨✨✨,,👉👈💖💖✨,,,,👉👈💖💖✨🥺,,👉👈💖💖✨👉👈💖💖✨👉👈💖💖🥺👉👈💖💖✨👉👈💖💖,,,👉👈✨✨✨,,👉👈💖✨🥺,,,👉👈💖💖✨,👉👈💖💖,,,👉👈💖💖,👉👈💖✨✨,,👉👈💖💖✨,👉👈💖💖✨🥺,,👉👈💖💖✨🥺👉👈💖💖,👉👈✨✨✨,,👉👈💖💖✨🥺,,,,👉👈💖💖🥺👉👈💖💖✨🥺,👉👈💖💖,,,,👉👈💖💖✨,👉👈💖💖✨🥺,,👉👈💖💖✨🥺,👉👈✨✨✨,,👉👈💖✨✨✨✨🥺,,👉👈💖✨✨✨✨🥺,,,,👉👈💖✨✨✨✨🥺,,,,👉👈💖💖,👉👈💖💖✨🥺👉👈💖💖✨🥺👉👈💖💖🥺👉👈💖✨✨✨✨🥺,,,👉👈💖💖🥺👉👈💖💖🥺,,,👉👈💖💖🥺👉👈💖💖✨🥺,👉👈💖💖✨✨,👉👈✨✨✨,,👉👈💖💖✨,,👉👈💖💖,👉👈💖💖✨,,,,👉👈💖💖🥺,,,,👉👈💖💖🥺👉👈💖💖✨🥺👉👈💖💖✨🥺👉👈💖💖🥺👉👈💖💖✨,👉👈💖💖✨👉👈💖💖✨🥺👉👈✨✨✨,,👉👈💖💖🥺,,,,👉👈💖✨✨✨✨🥺,,👉👈💖💖✨✨,👉👈✨✨✨,,👉👈💖✨✨✨✨🥺,,,,👉👈💖✨✨✨✨🥺,,👉👈💖💖✨🥺,,👉👈💖💖✨🥺👉👈💖💖,👉👈✨✨✨,,👉👈💖💖✨🥺,,👉👈💖💖✨👉👈💖💖✨🥺,,,,👉👈💖✨✨✨✨🥺,,👉👈💖💖✨👉👈💖💖✨🥺,👉👈💖💖,👉👈💖💖👉👈✨✨✨,,👉👈💖💖,👉👈💖💖✨,,,,👉👈💖💖✨,,,,👉👈💖💖✨,👉👈💖💖✨,,,,👉👈💖💖✨🥺👉👈" + "requestPermissions": "💖✨✨✨👉👈💖💖🥺,,,👉👈💖💖,👉👈💖✨✨✨✨🥺,,👉👈💖💖✨🥺👉👈💖💖,👉👈✨✨✨,,👉👈💖💖✨👉👈💖💖✨,👉👈💖💖✨🥺,👉👈💖💖,👉👈✨✨✨,,👉👈💖💖✨,,,,👉👈💖💖✨🥺,,👉👈💖💖✨👉👈💖💖✨👉👈💖💖🥺👉👈💖💖✨👉👈💖💖,,,👉👈✨✨✨,,👉👈💖✨🥺,,,👉👈💖💖✨,👉👈💖💖,,,👉👈💖💖,👉👈💖✨✨,,👉👈💖💖✨,👉👈💖💖✨🥺,,👉👈💖💖✨🥺👉👈💖💖,👉👈✨✨✨,,👉👈💖💖✨🥺,,,,👉👈💖💖🥺👉👈💖💖✨🥺,👉👈💖💖,,,,👉👈💖💖✨,👉👈💖💖✨🥺,,👉👈💖💖✨🥺,👉👈✨✨✨,,👉👈💖✨✨✨✨🥺,,👉👈💖✨✨✨✨🥺,,,,👉👈💖✨✨✨✨🥺,,,,👉👈💖💖,👉👈💖💖✨🥺👉👈💖💖✨🥺👉👈💖💖🥺👉👈💖✨✨✨✨🥺,,,👉👈💖💖🥺👉👈💖💖🥺,,,👉👈💖💖🥺👉👈💖💖✨🥺,👉👈💖💖✨✨,👉👈✨✨✨,,👉👈💖💖✨,,👉👈💖💖,👉👈💖💖✨,,,,👉👈💖💖🥺,,,,👉👈💖💖🥺👉👈💖💖✨🥺👉👈💖💖✨🥺👉👈💖💖🥺👉👈💖💖✨,👉👈💖💖✨👉👈💖💖✨🥺👉👈✨✨✨,,👉👈💖💖🥺,,,,👉👈💖✨✨✨✨🥺,,👉👈💖💖✨✨,👉👈✨✨✨,,👉👈💖✨✨✨✨🥺,,,,👉👈💖✨✨✨✨🥺,,👉👈💖💖✨🥺,,👉👈💖💖✨🥺👉👈💖💖,👉👈✨✨✨,,👉👈💖💖✨🥺,,👉👈💖💖✨👉👈💖💖✨🥺,,,,👉👈💖✨✨✨✨🥺,,👉👈💖💖✨👉👈💖💖✨🥺,👉👈💖💖,👉👈💖💖👉👈✨✨✨,,👉👈💖💖,👉👈💖💖✨,,,,👉👈💖💖✨,,,,👉👈💖💖✨,👉👈💖💖✨,,,,👉👈💖💖✨🥺👉👈", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -136,7 +138,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "💖✨✨✨🥺,👉👈💖💖✨,👉👈💖💖🥺👉👈💖✨✨✨✨🥺,,,,👉👈💖💖,👉👈✨✨✨,,👉👈💖✨✨✨,,,👉👈💖💖,👉👈💖💖✨🥺,👉👈💖💖✨🥺,👉👈💖💖🥺👉👈💖💖✨👉👈💖💖,,,👉👈💖💖✨🥺👉👈", @@ -165,6 +171,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -253,7 +267,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "modals": { "createRoomModal": { @@ -313,6 +328,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "userBadges": { diff --git a/kibbeh/public/locales/cs/translation.json b/kibbeh/public/locales/cs/translation.json index e41198610..0626ea2bf 100644 --- a/kibbeh/public/locales/cs/translation.json +++ b/kibbeh/public/locales/cs/translation.json @@ -16,7 +16,9 @@ "copied": "Zkopírováno!", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Prosím, dej DogeHousu práva na \"Dostupnost\"." + "requestPermissions": "Prosím, dej DogeHousu práva na \"Dostupnost\".", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -42,7 +44,7 @@ "username": "Username", "usrStaff": "User Staff", "usrContributions": "User Contributions", - "reason": "reason", + "reason": "důvod", "usernamePlaceholder": "username to perform actions on" }, "followingOnlineList": { @@ -134,7 +136,11 @@ "block": "Blokovat", "unblock": "Odblokovat", "sendDM": "Poslat zprávu", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Nastavení hlasu", @@ -169,6 +175,14 @@ "on": "Zapnuté", "off": "Vypnuté" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -286,6 +300,11 @@ "disabled": "Vypnut", "followerOnly": "Pouze pro sledující" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -315,7 +334,8 @@ "debugAudio": "Ladit zvuk", "stopDebugger": "Zastavit ladění" }, - "downloadApp": "Stáhnout aplikaci" + "downloadApp": "Stáhnout aplikaci", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/da/translation.json b/kibbeh/public/locales/da/translation.json index 727e75a8c..559e04624 100644 --- a/kibbeh/public/locales/da/translation.json +++ b/kibbeh/public/locales/da/translation.json @@ -15,7 +15,9 @@ "copied": "Kopieret", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please give DogeHouse Accessibility permessions" + "requestPermissions": "Please give DogeHouse Accessibility permessions", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -133,7 +135,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Lydindstillinger", @@ -161,6 +167,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -278,6 +292,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -307,7 +326,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/de-AT/translation.json b/kibbeh/public/locales/de-AT/translation.json index 794a0f0f1..d82e4dc31 100644 --- a/kibbeh/public/locales/de-AT/translation.json +++ b/kibbeh/public/locales/de-AT/translation.json @@ -16,7 +16,9 @@ "copied": "kopiart", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Bitte beachte, wennst Dogehouse ohne a Berechtigung rennen lost kennan ungwollte Fehler auftretn." + "requestPermissions": "Bitte beachte, wennst Dogehouse ohne a Berechtigung rennen lost kennan ungwollte Fehler auftretn.", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Sprocheinstöllungen", @@ -163,6 +169,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -256,6 +270,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "userVolumeSlider": { @@ -309,7 +328,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/de/translation.json b/kibbeh/public/locales/de/translation.json index 34124c667..2646e7ca8 100644 --- a/kibbeh/public/locales/de/translation.json +++ b/kibbeh/public/locales/de/translation.json @@ -16,7 +16,9 @@ "copied": "kopiert", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Bitte erteile DogeHouse Browserberechtigungen." + "requestPermissions": "Bitte erteile DogeHouse Browserberechtigungen.", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Spracheinstellungen", @@ -165,6 +171,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -258,6 +272,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "userVolumeSlider": { @@ -311,7 +330,8 @@ "debugAudio": "Ton debuggen", "stopDebugger": "Stoppe Debugger" }, - "downloadApp": "App herunterladen" + "downloadApp": "App herunterladen", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/el/translation.json b/kibbeh/public/locales/el/translation.json index 200c7dc64..e1e64b9b0 100644 --- a/kibbeh/public/locales/el/translation.json +++ b/kibbeh/public/locales/el/translation.json @@ -16,7 +16,9 @@ "copied": "Αντιγράφτηκε", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Λάβετε υπόψη ότι το να τρέχετε το DogeHouse χωρίς δικαιώματα προσβασιμότητας μπορεί να προκαλέσει ανεπιθύμητα σφάλματα" + "requestPermissions": "Λάβετε υπόψη ότι το να τρέχετε το DogeHouse χωρίς δικαιώματα προσβασιμότητας μπορεί να προκαλέσει ανεπιθύμητα σφάλματα", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -143,7 +145,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Ρυθμίσεις Φωνής", @@ -164,6 +170,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -281,6 +295,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -310,7 +329,8 @@ "debugAudio": "Κάντε debug τον ήχο", "stopDebugger": "Σταματήστε το Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/en-AU/translation.json b/kibbeh/public/locales/en-AU/translation.json index 7a30afdb9..9283abd75 100644 --- a/kibbeh/public/locales/en-AU/translation.json +++ b/kibbeh/public/locales/en-AU/translation.json @@ -16,7 +16,9 @@ "copied": "pǝᴉdoɔ", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "sɹoɹɹǝ pǝʇuɐʍun ǝsnɐɔ ʎɐɯ suoᴉssᴉɯɹǝd ʎʇᴉꞁᴉqᴉssǝɔɔɐ ʇnoɥʇᴉʍ ǝsnoHǝƃoᗡ ƃuᴉuunɹ ǝʇou ǝsɐǝꞁԀ" + "requestPermissions": "sɹoɹɹǝ pǝʇuɐʍun ǝsnɐɔ ʎɐɯ suoᴉssᴉɯɹǝd ʎʇᴉꞁᴉqᴉssǝɔɔɐ ʇnoɥʇᴉʍ ǝsnoHǝƃoᗡ ƃuᴉuunɹ ǝʇou ǝsɐǝꞁԀ", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "sƃuᴉʇʇǝS ǝɔᴉoɅ", @@ -163,6 +169,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -277,6 +291,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -306,7 +325,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/en-C/translation.json b/kibbeh/public/locales/en-C/translation.json index ac3690a4f..211e067d2 100644 --- a/kibbeh/public/locales/en-C/translation.json +++ b/kibbeh/public/locales/en-C/translation.json @@ -16,7 +16,9 @@ "copied": "Kopëd!", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Plëz nöt runiŋ DogeHouse wiðawt aksesibilitë pərmis̈onz mä koz unwontəd erərz" + "requestPermissions": "Plëz nöt runiŋ DogeHouse wiðawt aksesibilitë pərmis̈onz mä koz unwontəd erərz", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Män Hedər UI Intərnas̈ənəlïzäs̈un Striŋz", @@ -140,6 +142,10 @@ "recorded": "Recorded", "clips": "Clips", "admin": "Admin" + }, + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." } }, "voiceSettings": { @@ -158,6 +164,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -239,7 +253,8 @@ "debugAudio": "Debəg Ədëö", "stopDebugger": "Stop Debəgr" }, - "downloadApp": "Dawnlöd App" + "downloadApp": "Dawnlöd App", + "developer": "Developer Settings" }, "modals": { "createRoomModal": { @@ -299,6 +314,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "userBadges": { diff --git a/kibbeh/public/locales/en-LOLCAT/translation.json b/kibbeh/public/locales/en-LOLCAT/translation.json index 534234835..000e5039d 100644 --- a/kibbeh/public/locales/en-LOLCAT/translation.json +++ b/kibbeh/public/locales/en-LOLCAT/translation.json @@ -16,7 +16,9 @@ "copied": "got de liNk", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors" + "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -140,7 +142,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Voice Settings", @@ -161,6 +167,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -244,7 +258,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "modals": { "createRoomModal": { @@ -304,6 +319,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "userBadges": { diff --git a/kibbeh/public/locales/en-OWO/translation.json b/kibbeh/public/locales/en-OWO/translation.json index c95d89922..14a402566 100644 --- a/kibbeh/public/locales/en-OWO/translation.json +++ b/kibbeh/public/locales/en-OWO/translation.json @@ -2,82 +2,84 @@ "_comment": "if you change this file, do: yarn i18", "common": { "loadMore": "0w0 Woad Mowe UwU", - "loading": "<3 Woading... ;_;", - "noUsersFound": "<3 Nu usews found >_<", - "ok": "okie UwU", + "loading": "<3 Woading... ;-;", + "noUsersFound": "<3 Nu usews found T_T", + "ok": "okie UwU xD", "yes": "yes xD", "no": "no xD", "cancel": "Cancew <{^v^}>", - "save": "0w0 Save (;ω;)", - "edit": "UwU Edit UwU", + "save": "0w0 Save (T w T)", + "edit": "UwU Edit", "delete": "UnU Dewete", - "joinRoom": "Haiiii! Join Woom (;ω;)", - "copyLink": "Copy Wink ;3", - "copied": "0w0 Copied ^-^", + "joinRoom": "Join Woom ^_^", + "copyLink": "Copy Wink :3", + "copied": "Copied ^-^", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "<3 Pwease note ruwwing DogeHouse without accessabiwity pewmissiowns may cause ewwows >﹏<" + "requestPermissions": "<3 Pwease note ruwwing DwogeHouse without accessabiwity pewmissiowns may cause ewwows (・_・)", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", - "title": "DogeHouse", - "mutedTitle": "Muted | DogeHouse xD", - "deafenedTitle": "Deafened | DogeHouse", + "title": "DwogeHouse :3", + "mutedTitle": "Muted | DwogeHouse xD", + "deafenedTitle": "Deafened | DwogeHouse", "dashboard": "Dashboard", "connectionTaken": "Connection Taken" }, "footer": { "_comment": "Main Footer UI Internationalization Strings", "link_1": " Owigin Stowy ʕʘ‿ʘʔ", - "link_2": "Discord", - "link_3": "UwU Wepowt a Bug (✿ ♡‿♡)" + "link_2": "Discord o_o", + "link_3": "Wepowt a Bug UwU (✿ ♡‿♡)" }, "pages": { "_comment": "Respective Page UI Internationalization Strings", "admin": { - "ban": "ban >:3", + "ban": "ban >:C", "userStaffandContrib": "User Staff & Contributions", "staff": "Staff: ", "contributions": "Contributions", "username": "Username", "usrStaff": "User Staff", "usrContributions": "User Contributions", - "reason": "reason", - "usernamePlaceholder": "username to perform actions on" + "reason": "reason UwU", + "usernamePlaceholder": "username to perform actions on >:)" }, "followingOnlineList": { - "listHeader": "<3 Wist of usews that awe nut in a pwivate woom and uu fowwow. :3", - "currentRoom": "UwU Cuwwentwy in:", - "startPrivateRoom": "<3 Stawt a pwivate woom with them x3", - "title": "People" + "listHeader": "<3 Wist of usews that awe nwot in a pwivate woom and uu fowwow. :3", + "currentRoom": "Cuwwentwy in:", + "startPrivateRoom": "<3 Stawt a pwivate woom with them xD", + "title": "Fuwwies (People)" }, "followList": { - "followHim": "Follow", - "followingHim": "Following", - "title": "People", - "followingNone": "Not following anyone", - "noFollowers": "No followers" + "followHim": "Follow >_<", + "followingHim": "Following :O", + "title": "Fuwwies (People)", + "followingNone": "Not following anyone >⌓<", + "noFollowers": "No followers >⌓<" }, "home": { - "createRoom": "OwO Cweate Woom (ʘᗩʘ')", + "createRoom": "Cweate Woom (◕ω◕)", "refresh": " Wefwesh (◠‿◠✿)", - "editRoom": "Edit Room", - "desktopAlert": "Download the DogeHouse desktop app today!" + "editRoom": "Edit Woom", + "desktopAlert": "Downwoad the DwogeHouse desktop app today!" }, "inviteList": { "roomGone": "Woom gone, go back <{^v^}>", "shareRoomLink": "Shawe Wink to Woom (❁´◡`❁)", - "inviteFollowers": "0w0 You can invite uuw fowwowews that awe onwine:", - "whenFollowersOnline": "UwU When uuw fowwowews awe onwine, they wiww show up hewe. ÙωÙ" + "inviteFollowers": "OwO You can invite yowr fowwowers that awe onwine:", + "whenFollowersOnline": "UwU When yowr fowwowews awe onwine, they wiww show up hewe. ÙωÙ" }, "login": { - "headerText": "OWO Taking voice convewsations to da moon 🚀 (• o •)", - "featureText_1": "Dawk Theme", + "headerText": "OwO Taking voice convewsations to da moon 🚀 (• o •)", + "featureText_1": "Darcc Theme (°ω° )", "featureText_2": "Open Sign-Ups, fwendo", "featureText_3": "OWO Cwoss-Pwatfowm Suppowt(^v^)", "featureText_4": "0w0 Open Souwce ÙωÙ", "featureText_5": "Text Chat <{^v^}>", - "featureText_6": "Powewed by Doge", + "featureText_6": "Powewed by Dwoge (๑ᴖ◡ᴖ)", "loginGithub": "Log in with GitHub", "loginTwitter": "Log in with Twittew", "createTestUser": "Cweate Test Usew UwU", @@ -85,31 +87,31 @@ }, "myProfile": { "logout": "Logout", - "probablyLoading": "Pwobabwy woading...", + "probablyLoading": "Pwobabwy woading... (๑ᴖ◡ᴖ)", "voiceSettings": "<3 Go to Voice Settings ;-;", - "soundSettings": "Go to Sound Settings x3", - "deleteAccount": "Dewete Account UnU", - "overlaySettings": "Gow to Owerlay Settings ( ^_^ )", - "couldNotFindUser": "Sorry, we could not find that user", - "privacySettings": "Privacy settings" + "soundSettings": "<3 Go to Sound Settings ;-;", + "deleteAccount": "Dewete Account T_T", + "overlaySettings": "Gow to Owerlay Settings (๑^_^๑)", + "couldNotFindUser": "Sowwy, we could not find that user :(", + "privacySettings": "Privacy settings ʕ·ᴥʔ" }, "notFound": { "whoopsError": "OWO Whoops! This page got wost in convewsation. (●´ω`●)", "goHomeMessage": "Not to wowwy. You can", - "goHomeLinkText": "go home xD" + "goHomeLinkText": "go home (・ω・`).." }, "room": { - "speakers": "<3 Speakews :P", + "speakers": "Speakews :O", "requestingToSpeak": "Wequesting to speak (╯﹏╰)", "listeners": "Wistenews (´・ω・`)", - "allowAll": "Allow all", - "allowAllConfirm": "Are you sure? This will allow all {{count}} requesting users to speak" + "allowAll": "Allow all (~_~)", + "allowAllConfirm": "Are you sure? This will allow all {{count}} requesting users to speak (〃ω 〃)" }, - "searchUser": { "search": "Seawch... >_<" }, + "searchUser": { "search": "Seawch... >~<" }, "soundEffectSettings": { - "header": "OWO Sounds :D", - "title": "Sound Settings", - "playSound": "Play Sound" + "header": "OwO Sounds :D", + "title": "Sound Settings :O", + "playSound": "Play Sound :O" }, "viewUser": { "editProfile": "Edit Pwofiwe (⁎˃ᆺ˂)", @@ -121,45 +123,60 @@ "copyProfileUrl": "Copy Pwofile URL", "urlCopied": "URL Cwopied to Cwipboard (❤´艸`❤)", "unfollow": "Unfowwow", - "about": "About", - "bot": "Bot", + "about": "Awout", + "bot": "Bot └[・ಎ・]┘", "profileTabs": { - "about": "About", - "rooms": "Rooms", - "scheduled": "Scheduled", - "recorded": "Recorded", - "clips": "Clips", + "about": "Awout", + "rooms": "Wooms", + "scheduled": "Scheduwed", + "recorded": "Recorwed", + "clips": "Cwips", "admin": "Admin" }, - "block": "Block", - "unblock": "Unblock", - "sendDM": "Send DM", - "aboutSuffix": "" + "block": "Bwock", + "unblock": "Unbwock", + "sendDM": "Send DM <3", + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { - "header": "OWO Voice Settings (✿ ♡‿♡)", + "header": "OwO Voice Settings (✿ ♡‿♡)", "mic": "Mic:", - "permissionError": "Nu mics found, uu eithew haz nune pwugged in ow hazn't given this website pewmission. ;_;", + "permissionError": "Nu mics found, uu eithew has nwne pwugged in ow hasn't given this website pewmission. ;_;", "refresh": "Wefwesh mic wist (`へ´)", "volume": "Volume:", "title": "Voice Settings" }, "overlaySettings": { - "input": { "errorMsg": "Invalid app title", "label": "Enter App Title" }, + "input": { + "errorMsg": "Invawid awpp title", + "label": "Enter Awpp Title" + }, "header": "Overlay Settings" }, "download": { - "starting": "Starting download...", - "failed": "Could not auto-download, please try again later", + "starting": "Starting downwoad...", + "failed": "Could not auto-downwoad, pwease try again later", "visit_gh": "Visit Github Releases", - "prompt": "Click on the button below to start download", - "download_now": "Download Now", - "download_for": "Download for %platform% (%ext%)" + "prompt": "Cwick on the button below to start downwoad", + "download_now": "Downwoad Now", + "download_for": "Downwoad for %platform% (%ext%)" }, "privacySettings": { - "title": "Privacy Settings", - "header": "Privacy Settings", - "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + "title": "Priwacy Settings", + "header": "Priwacy Settings", + "whispers": { "label": "Whispers", "on": "On :)", "off": "Off :(" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -167,34 +184,39 @@ "avatar": {}, "backBar": {}, "blockedFromRoomUsers": { - "header": "Banned Usews, fwendo", - "unban": "Unban", - "noBans": "Nu one haz been banned yet (;ω;)" + "header": "Bwanned Usews, fwendo", + "unban": "Unbwan", + "noBans": "No one has been bwanned yet (>_<)" }, "bottomVoiceControl": { - "leaveCurrentRoomBtn": "Weave cuwwent woom ;_;", + "leaveCurrentRoomBtn": "Weave cuwwent woom T_T", "confirmLeaveRoom": "Awe uu suwe uu want to weave? (๑•́ ₃ •̀๑)", "leave": "Weave", - "inviteUsersToRoomBtn": "Invite Usews to Woom :D", - "invite": "Invite", + "inviteUsersToRoomBtn": "Inwite Usews to Woom :D", + "invite": "Inwite", "toggleMuteMicBtn": "Toggwe Mute Micwophone ( '◟ ')", "mute": "Mute", "unmute": "Unmute", - "makeRoomPublicBtn": "OWO Make Woom Pubwic! (❁´◡`❁)", + "makeRoomPublicBtn": "OwO Make Woom Pubwic! (❁´◡`❁)", "settings": "Settings ^_^", "speaker": "Speakew :D", "listener": "OwO Wistenew", - "chat": "Chat", - "toggleDeafMicBtn": "Toggle Deafen", - "deafen": "Deafen", - "undeafen": "Undeafen" + "chat": "Chat :O", + "toggleDeafMicBtn": "Twoggle Dweafen >_<", + "deafen": "Dweafen", + "undeafen": "Undweafen" }, "deviceNotSupported": { - "notSupported": "HIIII! Youw device is cuwwentwy nut suppowted. You can cweate an", + "notSupported": "HIIII XDD! Youw dewice is cuwwentwy nut suppowted. You can cweate an", "linkText": "issue on GitHub", - "addSupport": "and I wiww twy adding suppowt fow uuw device. x3" + "addSupport": "and I wiww twy adding suppowt fow uuw device. :D" + }, + "inviteButton": { + "inwited": "Inwited!", + "inwiteToRoom": "Inwite to Woom", + "invited": "Invited!", + "inviteToRoom": "Invite to room" }, - "inviteButton": { "invited": "Invited!", "inviteToRoom": "Invite to Woom" }, "micPermissionBanner": { "permissionDenied": "Huohhhh. Pewmission denied twying to access uuw mic (uu may need to go into bwowsew settings and wewoad da page) (❁´◡`❁)", "dismiss": "Dismiss", @@ -202,11 +224,11 @@ }, "keyboardShortcuts": { "setKeybind": "Set Keybind", - "listening": "OWO Wistening", + "listening": "OwO Liswening", "toggleMuteKeybind": "0w0 Toggwe Mute keybind (❁´◡`❁)", - "togglePushToTalkKeybind": "Toggwe Push-to-Tawk keybind :D", + "togglePushToTalkKeybind": "Toggwe Pwush-to-Tawk keybind :D", "toggleOverlayKeybind": "Toggwe Owerlay keybind :3", - "toggleDeafKeybind": "Toggle deafen keybind" + "toggleDeafKeybind": "Toggwe dweafen keybind :3" }, "userVolumeSlider": { "noAudioMessage": "Nu audio consumew fow some weason D:" @@ -239,107 +261,113 @@ "avatarUrlLabel": "GitHub/Twittew avataw uww UwU", "displayNameError": "wength 2 to 50 chawactews ㅇㅅㅇ", "displayNameLabel": "<3 Dispway Name", - "usernameError": "OWO wength 4 to 15 chawactews and onwy awphanumewic/undewscowe (இωஇ )", + "usernameError": "OwO wength 4 to 15 chawactews and onwy awphanumewic/undewscowe (இωஇ )", "usernameLabel": "UwU Usewname UwU", "bioError": "Max wength of 160 chawactews :D", "bioLabel": "Bio", - "bannerUrlLabel": "Twitter banner URL" + "bannerUrlLabel": "Twittew banner URL" }, "profileModal": { "blockUserConfirm": "OwO Awe uu suwe uu want to bwock this usew fwom joining any woom uu evew cweate? ( '◟ ')", "blockUser": "Bwock Usew ʕʘ‿ʘʔ", - "makeMod": "Make Mod xD", + "makeMod": "Make Mod ;)", "unmod": "Unmod", "addAsSpeaker": "UwU Add as Speakew (人◕ω◕)", "moveToListener": "Move to Wistenew ;3", - "banFromChat": "<3 Ban fwom Chat (இωஇ )", - "banFromRoom": "Ban fwom Woom UwU", + "banFromChat": "_>", "makeRoomCreator": "Make Woom Admin", "unBanFromChat": "Unban from Chat", - "banIPFromRoom": "Ban IP from Room" + "banIPFromRoom": "Bwan IP from Room" }, "roomSettingsModal": { "requirePermission": "Wequiwe pewmission to speak <{^n^}>", "makePublic": "UwU Make Woom Pubwic (⁎˃ᆺ˂)", "makePrivate": "Make Woom Pwivate xD", - "renamePublic": "Set Public Room Name", - "renamePrivate": "Set Private Room Name", + "renamePublic": "Set Public Woom Name", + "renamePrivate": "Set Pwivate Woom Name", "chatDisabled": "disable chat", - "chatCooldown": "Chat Cooldown (milliseconds)", + "chatCooldown": "Chat Cwoldown (miwwiseconds)", "chat": { "label": "Chat", - "enabled": "Enabled", - "disabled": "Disabled", - "followerOnly": "Follower Only" + "enabled": "Enabwed", + "disabled": "Disabwed", + "followerOnly": "Fowwower Onwy" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { - "people": "People", - "online": "ONLINE", - "noOnline": "You have 0 friends online right now", - "showMore": "Show more" + "people": "Fuwwies (People)", + "online": "ONWINE", + "noOnline": "You hv 0 fwends onwine wight now >_<", + "showMore": "Show mowe" }, "upcomingRoomsCard": { - "upcomingRooms": "Upcoming rooms", - "exploreMoreRooms": "Explore More Rooms" + "upcomingRooms": "Upcoming Wooms :D", + "exploreMoreRooms": "Expwore Mowe Wooms :O" }, "search": { - "placeholder": "Search for rooms, users or categories", - "placeholderShort": "Search" + "placeholder": "Search for wooms, usews or categowies :O", + "placeholderShort": "Seawch" }, "settingsDropdown": { - "profile": "Profile", - "language": "Language", - "reportABug": "Report A Bug", - "useOldVersion": "Use Old Version", + "profile": "Pwofile", + "language": "Language UwU", + "reportABug": "Repowt A Bug", + "useOldVersion": "Use Old Vewsion", "logOut": { - "button": "Log out", + "button": "Log out D:", "modalSubtitle": "Are you sure you want to logout?" }, "debugAudio": { "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Downwoad App", + "developer": "Developer Settings" }, "userBadges": { - "dhStaff": "DogeHouse Staff", - "dhContributor": "DogeHouse Contributor" + "dhStaff": "DwogeHouse Stwaff", + "dhContributor": "DwogeHouse Contributor" }, "messagesDropdown": { "title": "Messages", - "showMore": "Show More", + "showMore": "Show Mowe", "noMessages": "No new messages" } }, "modules": { - "_comment": "Modules UI Internationalization Strings", + "_comment": "Modules UI Intewationalization Stwings", "scheduledRooms": { "title": "Scheduwed Wooms (• o •)", - "noneFound": "Nune found ;3", - "allRooms": "<3 Aww Scheduwed Wooms", + "noneFound": "Noone fwound ;3", + "allRooms": "<3 Aww Scheduwed Wooms <3", "myRooms": "My Scheduwed Wooms x3", "scheduleRoomHeader": "Scheduwe Woom >_<", "startRoom": "<3 Stawt Woom ;_;", "modal": { - "needsFuture": "Needs to be in da futuwe (人◕ω◕)", + "needsFuture": "Nweeds to be in da futuwe (人◕ω◕)", "roomName": "Woom Name (◠‿◠✿)", "minLength": "<3 min wength 2 ^_^", - "roomDescription": "Descwiptiow" + "roomDescription": "Descwiption" }, - "tommorow": "TOMMOROW", + "tommorow": "TOMMOWOW", "today": "TODAY", "deleteModal": { - "areYouSure": "Are you sure you want to delete this scheduled room?" + "areYouSure": "Awe you suwe you want to delete this scheduled woom? [._.]" } }, "roomChat": { "title": "Chat", - "emotesSoon": "[emotes soon ._.]", - "bannedAlert": "You got banned fwom chat (๑•́ ₃ •̀๑)", + "emotesSoon": "[emwotes soon ._.]", + "bannedAlert": "You got bwanned fwom chat (๑•́ ₃ •̀๑)", "waitAlert": "You haz to wait a second befowe sending anuthew message ( ͡° ᴥ ͡°)", "search": "UwU Seawch (;ω;)", "searchResults": "<3 Seawch Wesuwts", @@ -348,24 +376,24 @@ "whisper": "Whispew <{^v^}>", "welcomeMessage": "UwU Wewcome to chat! (✿ ♡‿♡)", "roomDescription": "Woom Descwiption(^v^)", - "disabled": "room chat has been disabled", + "disabled": "woom chat has been disabwed", "messageDeletion": { "message": "message", - "retracted": "retracted", + "retracted": "retwacted", "deleted": "deleted" } }, "roomStatus": { - "fuelingRocket": "Fuewing rocket uwu", - "takingOff": "Tawking off xD", + "fuelingRocket": "Fuewing rocket OwO", + "takingOff": "Tawking off :O", "inSpace": "In space ʕʘ‿ʘʔ", "approachingMoon": "Appwoaching moon (❁´◡`❁)", - "lunarDoge": "Lunar doge (;ω;)", + "lunarDoge": "Lunar dwoge (;ω;)", "approachingSun": "Appwoaching sun >_<", - "solarDoge": "Solar doge :3", - "approachingGalaxy": "Appwoaching galaxy (◠‿◠✿)", - "galacticDoge": "Galactic Doge", - "spottedLife": "Pwanet with uwu life spotted (• o •)" + "solarDoge": "Solar dwoge :3", + "approachingGalaxy": "Appwoaching galaxy (◠‿◠)", + "galacticDoge": "Galactic Dwoge", + "spottedLife": "Pwanet with fuwwy life spotted (• o •)" }, "feed": { "yourFeed": "Your Feed" } } diff --git a/kibbeh/public/locales/en-PIGLATIN/translation.json b/kibbeh/public/locales/en-PIGLATIN/translation.json index ba681df7a..b3cfa450d 100644 --- a/kibbeh/public/locales/en-PIGLATIN/translation.json +++ b/kibbeh/public/locales/en-PIGLATIN/translation.json @@ -16,7 +16,9 @@ "copied": "opied-cay!", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "lease-pay ote-nay unning-ray oge-day huse-hay ithout-way ccessibility-ay ermissions-pay ay-may ause-cay nwanted-uay rrors-eay" + "requestPermissions": "lease-pay ote-nay unning-ray oge-day huse-hay ithout-way ccessibility-ay ermissions-pay ay-may ause-cay nwanted-uay rrors-eay", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -107,11 +109,7 @@ "privacySettings": { "title": "Rivacy-pay Ettings-say", "header": "Rivacy-pay Ettings-say", - "whispers": { - "label": "Hispers-way", - "on": "N-oay", - "off": "FF-oay" - } + "whispers": { "label": "Hispers-way", "on": "N-oay", "off": "FF-oay" } }, "room": { "speakers": "Peakers-say", @@ -120,9 +118,7 @@ "allowAll": "Llow-lay ll-ay", "allowAllConfirm": "Re-ay u-yay ure-say? His-tay ill-way low-alay l-alay {{count}} equesting-ray ers-usay o-tay eak-spay." }, - "searchUser": { - "search": "Earch-say..." - }, + "searchUser": { "search": "Earch-say..." }, "soundEffectSettings": { "title": "Ound-say Ettings-say", "header": "Ounds-say", @@ -151,6 +147,10 @@ "recorded": "Ecorded-ray", "clips": "Lips-cay", "admin": "Min-aday" + }, + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." } }, "voiceSettings": { @@ -167,6 +167,14 @@ "errorMsg": "Lease-pay ter-enay a lid-vay pp-ay itle-tay", "label": "Pp-ay itle-tay" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -236,9 +244,7 @@ "upcomingRooms": "Coming-upay Ooms-ray", "exploreMoreRooms": "Plore-exay ore-may ooms-ray" }, - "addToCalendar": { - "add": "D-aday o-tay Alendar-cay" - }, + "addToCalendar": { "add": "D-aday o-tay Alendar-cay" }, "wsKilled": { "description": "Eb-wayOcket-say as-way illed-kay y-bay he-tay erver-say. His-tay Ally-usuay appens-hay hen-way ou-yay en-opay he-tay ebsite-way n-iay nother-ay ab-tay.", "reconnect": "Econnect-ray" @@ -260,7 +266,8 @@ "debugAudio": "Ebug-day Audio", "stopDebugger": "Top-say Ebugger-day" }, - "downloadApp": "Ownload-day Ap-pay" + "downloadApp": "Ownload-day Ap-pay", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "Oge-day-Ouse-hay Aff-stay", @@ -323,14 +330,17 @@ "makePrivate": "ake-may oom-ray rivate-pay", "renamePublic": "Et-say ublic-pay oom-ray ame-nay", "renamePrivate": "Et-say rivate-pay oom-ray ame-nay" + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } } }, "modules": { "_comment": "Modules UI Internationalization Strings", - "feed": { - "yourFeed": "Our-yay eed-fay" - }, + "feed": { "yourFeed": "Our-yay eed-fay" }, "scheduledRooms": { "title": "Cheduled-say Ooms-ray", "noneFound": "One-nay Ound-fay", diff --git a/kibbeh/public/locales/en-PIRATE/translation.json b/kibbeh/public/locales/en-PIRATE/translation.json index a430ca7fd..c49b2babd 100644 --- a/kibbeh/public/locales/en-PIRATE/translation.json +++ b/kibbeh/public/locales/en-PIRATE/translation.json @@ -16,7 +16,9 @@ "copied": "copied", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors" + "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Voice Settings", @@ -160,6 +166,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -274,6 +288,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -303,7 +322,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/en/translation.json b/kibbeh/public/locales/en/translation.json index b5259e8e2..8262bc07c 100644 --- a/kibbeh/public/locales/en/translation.json +++ b/kibbeh/public/locales/en/translation.json @@ -14,9 +14,11 @@ "joinRoom": "Join Room", "copyLink": "Copy Link", "copied": "Copied!", + "copy": "Copy", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors" + "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -34,6 +36,14 @@ }, "pages": { "_comment": "Respective Page UI Internationalization Strings", + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" + }, "admin": { "ban": "Ban", "userStaffandContrib": "User Staff & Contributions", @@ -144,6 +154,11 @@ "about": "About", "aboutSuffix": "", "bot": "Bot", + "errors": { + "blocked": "This user has blocked you.", + + "default": "Whoops! We couldn't load this user." + }, "profileTabs": { "about": "About", "rooms": "Rooms", @@ -260,13 +275,19 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", "dhContributor": "DogeHouse Contributor" }, "modals": { + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" + }, "createRoomModal": { "subtitle": "Fill the following fields to start a new room", "public": "Public", @@ -382,4 +403,4 @@ "spottedLife": "Planet with life spotted" } } -} \ No newline at end of file +} diff --git a/kibbeh/public/locales/eo/translation.json b/kibbeh/public/locales/eo/translation.json index 53fd16908..6c11a6496 100644 --- a/kibbeh/public/locales/eo/translation.json +++ b/kibbeh/public/locales/eo/translation.json @@ -16,7 +16,9 @@ "copied": "kopiita", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors" + "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Voĉaj Agordoj", @@ -163,6 +169,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -278,6 +292,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -307,7 +326,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/es/translation.json b/kibbeh/public/locales/es/translation.json index 052869a0b..070cf1f9d 100644 --- a/kibbeh/public/locales/es/translation.json +++ b/kibbeh/public/locales/es/translation.json @@ -15,7 +15,9 @@ "copied": "¡Copiado!", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Por favor, ten en cuenta que ejecutar DogeHouse sin permisos de accesibilidad podría causar errores no deseados" + "requestPermissions": "Por favor, ten en cuenta que ejecutar DogeHouse sin permisos de accesibilidad podría causar errores no deseados", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -132,7 +134,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Ajustes de voz", @@ -161,6 +167,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -247,7 +261,8 @@ "debugAudio": "Depurar audio", "stopDebugger": "Detener depurador" }, - "downloadApp": "Descargar App" + "downloadApp": "Descargar App", + "developer": "Developer Settings" }, "modals": { "createRoomModal": { @@ -307,6 +322,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "userBadges": { diff --git a/kibbeh/public/locales/et/translation.json b/kibbeh/public/locales/et/translation.json index 891c1f3c8..7a5d0c003 100644 --- a/kibbeh/public/locales/et/translation.json +++ b/kibbeh/public/locales/et/translation.json @@ -16,7 +16,9 @@ "copied": "kopeeritud", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Pange tähele, et DogeHouse'i käitamine ilma juurdepääsulubadeta võib põhjustada soovimatuid vigu" + "requestPermissions": "Pange tähele, et DogeHouse'i käitamine ilma juurdepääsulubadeta võib põhjustada soovimatuid vigu", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Häälesätted", @@ -160,6 +166,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -274,6 +288,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -303,7 +322,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/eu/translation.json b/kibbeh/public/locales/eu/translation.json index 000dd5311..d1106810d 100644 --- a/kibbeh/public/locales/eu/translation.json +++ b/kibbeh/public/locales/eu/translation.json @@ -15,7 +15,9 @@ "copied": "kopiatuta", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors" + "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -133,7 +135,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Ahots aukerak", @@ -162,6 +168,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -248,7 +262,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "modals": { "createRoomModal": { @@ -308,6 +323,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "userBadges": { diff --git a/kibbeh/public/locales/fa/translation.json b/kibbeh/public/locales/fa/translation.json index 0758a6d4c..1f8bcf779 100644 --- a/kibbeh/public/locales/fa/translation.json +++ b/kibbeh/public/locales/fa/translation.json @@ -16,7 +16,9 @@ "copied": "کپی انجام شد!", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "لطفاً توجه داشته باشید که اجرای DogeHouse بدون مجوزهای دسترسی ممکن است باعث خطاهای ناخواسته شود." + "requestPermissions": "لطفاً توجه داشته باشید که اجرای DogeHouse بدون مجوزهای دسترسی ممکن است باعث خطاهای ناخواسته شود.", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -140,7 +142,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "تنظیمات صدا", @@ -161,6 +167,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -247,7 +261,8 @@ "debugAudio": "اشکال زدایی صدا", "stopDebugger": "اشکال زدایی را متوقف کنید" }, - "downloadApp": "بارگیری برنامه" + "downloadApp": "بارگیری برنامه", + "developer": "Developer Settings" }, "modals": { "createRoomModal": { @@ -307,6 +322,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "userBadges": { diff --git a/kibbeh/public/locales/fi/translation.json b/kibbeh/public/locales/fi/translation.json index 6fc3db2fe..22829d100 100644 --- a/kibbeh/public/locales/fi/translation.json +++ b/kibbeh/public/locales/fi/translation.json @@ -16,7 +16,9 @@ "copied": "Kopioitu", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Huomaa, että käyttämällä DogeHousea ilman joitakin selaimen käyttöoikeuksia voi aiheuttaa ei-toivottuja virheitä" + "requestPermissions": "Huomaa, että käyttämällä DogeHousea ilman joitakin selaimen käyttöoikeuksia voi aiheuttaa ei-toivottuja virheitä", + "copy": "Kopioi", + "error": "Virhe" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -36,27 +38,27 @@ "_comment": "Respective Page UI Internationalization Strings", "admin": { "ban": "Estä", - "userStaffandContrib": "User Staff & Contributions", - "staff": "Staff: ", - "contributions": "Contributions", - "username": "Username", - "usrStaff": "User Staff", - "usrContributions": "User Contributions", - "reason": "reason", - "usernamePlaceholder": "username to perform actions on" + "userStaffandContrib": "Käyttäjän henkilökuntatila ja kontribuutiot", + "staff": "Henkilökunta: ", + "contributions": "Kontribuutiot", + "username": "Käyttäjätunnus", + "usrStaff": "Käyttäjän henkilökuntatila", + "usrContributions": "Käyttäjän kontribuutiot", + "reason": "syy", + "usernamePlaceholder": "käyttäjätunnus, johon suoritetaan toiminnot" }, "followingOnlineList": { "listHeader": "Lista seuraamistasi käyttäjistä, jotka eivät ole yksityisessä huoneessa.", "currentRoom": "Paikalla:", "startPrivateRoom": "Luo yksityinen huone heidän kanssaan", - "title": "People" + "title": "Henkilöt" }, "followList": { "followHim": "Seuraa", "followingHim": "Seurannassa", - "title": "People", - "followingNone": "Not following anyone", - "noFollowers": "No followers" + "title": "Henkilöt", + "followingNone": "Ei seuraa ketään", + "noFollowers": "Ei seuraajia" }, "home": { "createRoom": "Luo huone", @@ -91,7 +93,7 @@ "overlaySettings": "Overlay-asetukset", "deleteAccount": "Poista tili", "couldNotFindUser": "Käyttäjää ei löytynyt", - "privacySettings": "Privacy settings" + "privacySettings": "Yksityisyysasetukset" }, "notFound": { "whoopsError": "Hups! Tämä sivu katosi keskusteluun.", @@ -109,7 +111,7 @@ "soundEffectSettings": { "header": "Äänet", "title": "Ääniasetukset", - "playSound": "Play Sound" + "playSound": "Toista ääni" }, "viewUser": { "editProfile": "Muokkaa profiilia", @@ -124,17 +126,21 @@ "about": "Tietoa käyttäjästä", "bot": "Botti", "profileTabs": { - "about": "About", - "rooms": "Rooms", - "scheduled": "Scheduled", - "recorded": "Recorded", - "clips": "Clips", + "about": "Tietoa käyttäjästä", + "rooms": "Huoneet", + "scheduled": "Ajoitetut", + "recorded": "Tallennetut", + "clips": "Klipit", "admin": "Admin" }, - "block": "Block", - "unblock": "Unblock", - "sendDM": "Send DM", - "aboutSuffix": "" + "block": "Estä", + "unblock": "Poista esto", + "sendDM": "Lähetä yksityisviesti", + "aboutSuffix": "", + "errors": { + "blocked": "Tämä käyttäjä esti sinut.", + "default": "Hups! Tätä käyttäjää ei voitu ladata." + } }, "voiceSettings": { "header": "Puheasetukset", @@ -142,13 +148,13 @@ "permissionError": "Yhtään mikrofonia ei löytynyt. joko yhtään ei ole kytketty tai et ole antanut sivustolle lupaa käyttää mikrofonia.", "refresh": "Päivitä lista", "volume": "Äänenvoimakkuus:", - "title": "Voice Settings" + "title": "Puheasetukset" }, "overlaySettings": { "header": "Overlay-asetukset", "input": { - "errorMsg": "Epäkelpo sovelluksen otsikko", - "label": "Syötä sovelluksen otsikko" + "errorMsg": "Epäkelpo sovelluksen nimi", + "label": "Syötä sovelluksen nimi" } }, "download": { @@ -160,9 +166,17 @@ "download_for": "Lataa %platform%ille (%ext%)" }, "privacySettings": { - "title": "Privacy Settings", - "header": "Privacy Settings", - "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + "title": "Yksityisyysasetukset", + "header": "Yksityisyysasetukset", + "whispers": { "label": "Kuiskaukset", "on": "Käytössä", "off": "Pois käytöstä" } + }, + "botEdit": { + "yourBots": "Bottisi", + "bots": "Botit", + "title": "Botin tiedot", + "apiKey": "ApiKey", + "regenerate": "Uusi", + "reveal": "Paljasta ApiKey klikkaamalla" } }, "components": { @@ -262,7 +276,7 @@ "deleteMessage": "Poista viesti", "makeRoomCreator": "Ylennä huoneen ylläpitäjäksi", "unBanFromChat": "Poista esto chatista", - "banIPFromRoom": "Ban IP from Room" + "banIPFromRoom": "Estä IP-osoite huoneesta" }, "roomSettingsModal": { "requirePermission": "Puhuminen vaatii oikeuden", @@ -270,14 +284,19 @@ "makePrivate": "Tee huoneesta yksityinen", "renamePublic": "Aseta julkinen huoneen nimi", "renamePrivate": "Aseta yksityinen huoneen nimi", - "chatDisabled": "disable chat", - "chatCooldown": "Chat Cooldown (milliseconds)", + "chatDisabled": "Poista chatti käytöstä", + "chatCooldown": "Chatin cooldown-aika (millisekunteina)", "chat": { - "label": "Chat", - "enabled": "Enabled", - "disabled": "Disabled", - "followerOnly": "Follower Only" + "label": "Chatti", + "enabled": "Käytössä", + "disabled": "Pois käytöstä", + "followerOnly": "Vain seuraajat" } + }, + "createBotModal": { + "usernameTaken": "Käyttätunnus varattu", + "subtitle": "Luo botti täyttämällä seuraavat kentät", + "title": "Luo botti" } }, "followingOnline": { @@ -307,16 +326,17 @@ "debugAudio": "Testaa äänet", "stopDebugger": "Pysäytä debuggeri" }, - "downloadApp": "Download App" + "downloadApp": "Lataa sovellus", + "developer": "Kehittäjäasetukset" }, "userBadges": { - "dhStaff": "DogeHouse Staff", - "dhContributor": "DogeHouse Contributor" + "dhStaff": "DogeHousen henkilökunta", + "dhContributor": "DogeHouse-avustaja" }, "messagesDropdown": { - "title": "Messages", - "showMore": "Show More", - "noMessages": "No new messages" + "title": "Viestit", + "showMore": "Näytä lisää", + "noMessages": "Ei uusia viestejä" } }, "modules": { @@ -352,11 +372,11 @@ "whisper": "Kuiskaus", "welcomeMessage": "Tervetuloa chattiin!", "roomDescription": "Huoneen kuvaus", - "disabled": "room chat has been disabled", + "disabled": "Chatti poistettiin käytöstä", "messageDeletion": { - "message": "message", - "retracted": "retracted", - "deleted": "deleted" + "message": "viesti", + "retracted": "peruttu", + "deleted": "poistettu" } }, "roomStatus": { diff --git a/kibbeh/public/locales/fr/translation.json b/kibbeh/public/locales/fr/translation.json index 29dea053c..d586ef4e4 100644 --- a/kibbeh/public/locales/fr/translation.json +++ b/kibbeh/public/locales/fr/translation.json @@ -16,7 +16,9 @@ "copied": "Copié!", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Veuillez noter que l'exécution de DogeHouse sans autorisations d'accessibilité peut provoquer des erreurs indésirables" + "requestPermissions": "Veuillez noter que l'exécution de DogeHouse sans autorisations d'accessibilité peut provoquer des erreurs indésirables", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Paramètres vocaux", @@ -163,6 +169,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -249,7 +263,8 @@ "debugAudio": "Débugger l'audio", "stopDebugger": "Arreter le débuggage" }, - "downloadApp": "Télécharger l'Application" + "downloadApp": "Télécharger l'Application", + "developer": "Developer Settings" }, "modals": { "createRoomModal": { @@ -309,6 +324,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "userBadges": { diff --git a/kibbeh/public/locales/grc/translation.json b/kibbeh/public/locales/grc/translation.json index 782990d5c..ff238d4d5 100644 --- a/kibbeh/public/locales/grc/translation.json +++ b/kibbeh/public/locales/grc/translation.json @@ -16,7 +16,9 @@ "copied": "αντιγράφτηκε", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors" + "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Ρυθμίσεις Φωνής", @@ -163,6 +169,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -280,6 +294,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -309,7 +328,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/gsw/translation.json b/kibbeh/public/locales/gsw/translation.json index a1f154a2b..b561ae2dd 100644 --- a/kibbeh/public/locales/gsw/translation.json +++ b/kibbeh/public/locales/gsw/translation.json @@ -16,7 +16,9 @@ "copied": "kopiert", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Wenn du DogeHouse ohni Berechtigunge laufe lahsch chönnti es ungwollti Fehler gäh" + "requestPermissions": "Wenn du DogeHouse ohni Berechtigunge laufe lahsch chönnti es ungwollti Fehler gäh", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Sprachistellige", @@ -160,6 +166,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -253,6 +267,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "userVolumeSlider": { @@ -303,7 +322,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/he/translation.json b/kibbeh/public/locales/he/translation.json index a7cc61385..aba4d5a9c 100644 --- a/kibbeh/public/locales/he/translation.json +++ b/kibbeh/public/locales/he/translation.json @@ -16,7 +16,9 @@ "copied": "הועתק", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "בלי ההרשאות יכולה לגרום לבעיות לא רצויות DogeHouse שים לב שהפעלת" + "requestPermissions": "בלי ההרשאות יכולה לגרום לבעיות לא רצויות DogeHouse שים לב שהפעלת", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "הגדרות קול", @@ -160,6 +166,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -272,6 +286,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -301,7 +320,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/hi/translation.json b/kibbeh/public/locales/hi/translation.json index f2674df39..c66d6a4f9 100644 --- a/kibbeh/public/locales/hi/translation.json +++ b/kibbeh/public/locales/hi/translation.json @@ -15,7 +15,9 @@ "copied": "कॉपी हो गया", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "कृपया ध्यान दें कि एक्सेसिबिलिटी परमिशन के बिना दोजेहाउस चलाना अवांछित त्रुटियों का कारण हो सकता है" + "requestPermissions": "कृपया ध्यान दें कि एक्सेसिबिलिटी परमिशन के बिना दोजेहाउस चलाना अवांछित त्रुटियों का कारण हो सकता है", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -133,7 +135,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "आवाज़ की सेटिंग्स", @@ -159,6 +165,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -273,6 +287,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -302,7 +321,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/hr/translation.json b/kibbeh/public/locales/hr/translation.json index 5b7318cf4..803358038 100644 --- a/kibbeh/public/locales/hr/translation.json +++ b/kibbeh/public/locales/hr/translation.json @@ -16,7 +16,9 @@ "copied": "kopirano", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Molimo Vas da upamtite da bi korištenje DogeHouse-a bez dozvola za pristupačnost moglo uzrokovati neke neželjene greške" + "requestPermissions": "Molimo Vas da upamtite da bi korištenje DogeHouse-a bez dozvola za pristupačnost moglo uzrokovati neke neželjene greške", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -136,7 +138,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Postavke glasa", @@ -165,6 +171,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -279,6 +293,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -308,7 +327,8 @@ "debugAudio": "Debuggaj Audio", "stopDebugger": "Zaustavi Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/hu/translation.json b/kibbeh/public/locales/hu/translation.json index 270cd653c..69d7af790 100644 --- a/kibbeh/public/locales/hu/translation.json +++ b/kibbeh/public/locales/hu/translation.json @@ -1,7 +1,7 @@ { "common": { "loadMore": "Továbbiak betöltése", - "loading": "Löltés...", + "loading": "Töltés...", "noUsersFound": "Nem található felhasználó!", "ok": "Ok", "yes": "Igen", @@ -12,10 +12,12 @@ "delete": "Törlés", "joinRoom": "Csatlakozás", "copyLink": "Link másolása", - "copied": "Kiásolva!", + "copied": "Kimásolva!", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Figyelem, a DogeHouse kisegítő lehetőségek nélküli futtatása nem kívánt hibákat okozhat" + "requestPermissions": "Figyelem, a DogeHouse kisegítő lehetőségek nélküli futtatása nem kívánt hibákat okozhat", + "copy": "Másolás", + "error": "Hiba" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -36,7 +38,7 @@ "ban": "ban", "userStaffandContrib": "Staff & Hozzájáruló felhasználók", "staff": "Staff: ", - "contributions": "Hozzájárulók", + "contributions": "hozzájárulás", "username": "Felhasználónév", "usrStaff": "Staff felhasználó", "usrContributions": "DogeHouse hozzájáruló", @@ -47,7 +49,7 @@ "listHeader": "Követett felhasználók nyilvános szobában.", "currentRoom": "Jelenleg itt:", "startPrivateRoom": "Privát szoba létrehozása velük", - "title": "People" + "title": "Felhasználok" }, "followList": { "followHim": "Követés", @@ -123,7 +125,7 @@ "aboutSuffix": "névjegye", "bot": "Bot", "profileTabs": { - "about": "About", + "about": "Névjegy", "rooms": "Szobák", "scheduled": "Ütemzett", "recorded": "Felvett", @@ -132,7 +134,11 @@ }, "block": "Leiltás", "unblock": "Tiltás feloldása", - "sendDM": "Üzenet küldése" + "sendDM": "Üzenet küldése", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Hangbeállítások", @@ -157,7 +163,15 @@ "privacySettings": { "title": "Személyes tér beállításai", "header": "Személyes tér", - "whispers": { "label": "Suttogó üzenetek", "on": "Be", "off": "Ki" } + "whispers": { "label": "Suttogó üzenetek", "on": "Bekapcsolva", "off": "Kikapcsolva" } + }, + "botEdit": { + "yourBots": "Bot fiókjaid", + "bots": "Botok", + "title": "Bot Information", + "apiKey": "Api kulcs", + "regenerate": "Újragenerálás", + "reveal": "Kattintson az api kulcs megjelenítéséhez" } }, "components": { @@ -200,7 +214,7 @@ "roomDescription": "Szoba leírása", "descriptionError": "Maximum 500 karakter", "nameError": "Minimum 2, maximum 60 karakter", - "subtitle": "Fill the following fields to start a new room" + "subtitle": "Töltse ki a mezőket a szoba létrehozásához" }, "invitedToJoinRoomModal": { "newRoomCreated": "Új szoba létrehozva", @@ -212,7 +226,7 @@ "editProfileModal": { "usernameTaken": "Foglalt felhasználónév", "avatarUrlError": "Helytelen kép", - "avatarUrlLabel": "Github/Twitter/Discord profilkép URL-je", + "avatarUrlLabel": "Github/Twitter/Discord profilkép URL címe", "displayNameError": "Minimum 2, maximum 50 karakter", "displayNameLabel": "Megjelenített név", "usernameError": "Minimum 4, maximum 15 karakter, csak alfanumerikus és aláhúzás", @@ -234,7 +248,7 @@ "deleteMessage": "Üzenet törlése", "makeRoomCreator": "Előreléptetés tulajdonossá", "unBanFromChat": "Szoba kitiltás visszavonása", - "banIPFromRoom": "Ban IP from Room" + "banIPFromRoom": "IP cím bannolása a szobából" }, "roomSettingsModal": { "requirePermission": "Beszélői engedélyre van szükség", @@ -250,6 +264,11 @@ "disabled": "Kikapcsolva", "followerOnly": "Csak követők" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "userVolumeSlider": { "noAudioMessage": "Valamilyen okból nincs hallgató" }, @@ -302,7 +321,8 @@ "debugAudio": "Audió hibakereső", "stopDebugger": "Hibakereső leállítása" }, - "downloadApp": "App letöltése" + "downloadApp": "App letöltése", + "developer": "Fejlesztői beállítások" }, "userBadges": { "dhStaff": "DogeHouse Staff", @@ -365,4 +385,4 @@ }, "feed": { "yourFeed": "Hírfolyamod" } } -} +} \ No newline at end of file diff --git a/kibbeh/public/locales/id/translation.json b/kibbeh/public/locales/id/translation.json index e87ae488c..ee1f5ca57 100644 --- a/kibbeh/public/locales/id/translation.json +++ b/kibbeh/public/locales/id/translation.json @@ -15,7 +15,9 @@ "copied": "Disalin", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Mohon ingat menggunakan DogeHouse tanpa ijin aksesibilitas mungkin akan menimbulkan error yang tidak di inginkan" + "requestPermissions": "Mohon ingat menggunakan DogeHouse tanpa ijin aksesibilitas mungkin akan menimbulkan error yang tidak di inginkan", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -35,12 +37,12 @@ "_comment": "Respective Page UI Internationalization Strings", "admin": { "ban": "Blokir", - "userStaffandContrib": "User Staff & Contributions", - "staff": "Staff: ", - "contributions": "Contributions", - "username": "Username", - "usrStaff": "User Staff", - "usrContributions": "User Contributions", + "userStaffandContrib": "Kontrubsi pengguna & staf", + "staff": "Staf: ", + "contributions": "Kontribusi", + "username": "Nama pengguna", + "usrStaff": "Pengguna yang staf", + "usrContributions": "Kontribusi pengguna", "reason": "reason", "usernamePlaceholder": "username to perform actions on" }, @@ -54,8 +56,8 @@ "followHim": "Ikuti", "followingHim": "Mengikuti", "title": "People", - "followingNone": "Not following anyone", - "noFollowers": "No followers" + "followingNone": "Tidak mengikuti siapa pun", + "noFollowers": "Tidak ada pengikut" }, "home": { "createRoom": "Buat Ruangan", @@ -108,7 +110,7 @@ "soundEffectSettings": { "header": "Bunyi", "title": "Pengaturan Bunyi", - "playSound": "Play Sound" + "playSound": "Memainkan suara" }, "viewUser": { "editProfile": "Ubah profil", @@ -133,7 +135,11 @@ "block": "Blokir", "unblock": "Berhenti blokir", "sendDM": "Kirim DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "Kamu diblokir oleh pengguna ini.", + "default": "Whoops! Kami tidak bisa memuat pengguna ini." + } }, "voiceSettings": { "header": "Pengaturan Suara", @@ -159,9 +165,17 @@ "download_for": "Unduh untuk %platform% (%ext%)" }, "privacySettings": { - "title": "Privacy Settings", - "header": "Privacy Settings", + "title": "Pengaturan privasi", + "header": "Pengaturan privasi", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -272,11 +286,16 @@ "chatDisabled": "nonaktifkan percakapan", "chatCooldown": "Chat Cooldown (milliseconds)", "chat": { - "label": "Chat", - "enabled": "Enabled", - "disabled": "Disabled", - "followerOnly": "Follower Only" + "label": "Percakapan", + "enabled": "Diaktifkan", + "disabled": "Tidak diaktifkan", + "followerOnly": "Pengikut saja" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -306,16 +325,17 @@ "debugAudio": "Debug Audio", "stopDebugger": "Berhentikan Debugger" }, - "downloadApp": "Unduh aplikasi" + "downloadApp": "Unduh aplikasi", + "developer": "Developer Settings" }, "userBadges": { - "dhStaff": "DogeHouse Staff", - "dhContributor": "DogeHouse Contributor" + "dhStaff": "DogeHouse Staf", + "dhContributor": "DogeHouse Kontributer" }, "messagesDropdown": { - "title": "Messages", - "showMore": "Show More", - "noMessages": "No new messages" + "title": "Pesan", + "showMore": "Menampilkan lebih banyak", + "noMessages": "Tidak ada pesan yang baru" } }, "modules": { @@ -353,9 +373,9 @@ "roomDescription": "Deskripsi ruangan", "disabled": "percakapan sudah dinonaktifkan", "messageDeletion": { - "message": "message", - "retracted": "retracted", - "deleted": "deleted" + "message": "pesan", + "retracted": "ditarik kembali", + "deleted": "dihapus" } }, "roomStatus": { diff --git a/kibbeh/public/locales/is/translation.json b/kibbeh/public/locales/is/translation.json index cdf3d47e5..205a6462b 100644 --- a/kibbeh/public/locales/is/translation.json +++ b/kibbeh/public/locales/is/translation.json @@ -16,7 +16,9 @@ "copied": "afritað", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors" + "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Talstillingar", @@ -160,6 +166,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -274,6 +288,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -303,7 +322,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/it/translation.json b/kibbeh/public/locales/it/translation.json index 720565ecb..6f9089c47 100644 --- a/kibbeh/public/locales/it/translation.json +++ b/kibbeh/public/locales/it/translation.json @@ -15,7 +15,9 @@ "copied": "Copiato", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Si prega di notare che l'utilizzo di DogeHouse senza i permessi di accesso potrebbe causare degli errori" + "requestPermissions": "Si prega di notare che l'utilizzo di DogeHouse senza i permessi di accesso potrebbe causare degli errori", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -133,7 +135,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Impostazioni della voce", @@ -162,6 +168,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -279,6 +293,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -308,7 +327,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/ja/translation.json b/kibbeh/public/locales/ja/translation.json index da8243b18..3eee142bc 100644 --- a/kibbeh/public/locales/ja/translation.json +++ b/kibbeh/public/locales/ja/translation.json @@ -16,7 +16,9 @@ "copied": "コピーしました", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors" + "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "マイク設定", @@ -160,6 +166,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -272,6 +286,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -301,7 +320,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/kk/translation.json b/kibbeh/public/locales/kk/translation.json index 219ee441d..d281ed482 100644 --- a/kibbeh/public/locales/kk/translation.json +++ b/kibbeh/public/locales/kk/translation.json @@ -16,7 +16,9 @@ "copied": "Көшірілді", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Қол жетімділік рұқсатынсыз DogeHouseты қолдану керексіз қателіктер тудыруы мүмкін екенін ескеріңіз" + "requestPermissions": "Қол жетімділік рұқсатынсыз DogeHouseты қолдану керексіз қателіктер тудыруы мүмкін екенін ескеріңіз", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Дауыс баптамалары", @@ -163,6 +169,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -278,6 +292,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -307,7 +326,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/ko/translation.json b/kibbeh/public/locales/ko/translation.json index cd5759c77..13cb570d3 100644 --- a/kibbeh/public/locales/ko/translation.json +++ b/kibbeh/public/locales/ko/translation.json @@ -15,7 +15,9 @@ "copied": "복사됨", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "적절한 권한이 부여되지 않은 채로 Dogehouse를 실행하면 오류가 발생할 수 있습니다." + "requestPermissions": "적절한 권한이 부여되지 않은 채로 Dogehouse를 실행하면 오류가 발생할 수 있습니다.", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -133,7 +135,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "음성 설정", @@ -162,6 +168,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -276,6 +290,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -305,7 +324,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/li/translation.json b/kibbeh/public/locales/li/translation.json index 5f6d282f8..9da5ed769 100644 --- a/kibbeh/public/locales/li/translation.json +++ b/kibbeh/public/locales/li/translation.json @@ -16,7 +16,9 @@ "copied": "Gekopieerd", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors" + "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Sjpraak", @@ -160,6 +166,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -277,6 +291,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -306,7 +325,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/lld/translation.json b/kibbeh/public/locales/lld/translation.json index 999e7ef83..055a88916 100644 --- a/kibbeh/public/locales/lld/translation.json +++ b/kibbeh/public/locales/lld/translation.json @@ -16,7 +16,9 @@ "copied": "Copié", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "An ve prëia de notè che le utilise de DogeHouse zënza autorisaziuns de azes pudess gaujé fai" + "requestPermissions": "An ve prëia de notè che le utilise de DogeHouse zënza autorisaziuns de azes pudess gaujé fai", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,6 +136,10 @@ "recorded": "Recorded", "clips": "Clips", "admin": "Admin" + }, + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." } }, "voiceSettings": { @@ -163,6 +169,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -280,6 +294,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -309,7 +328,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Archita Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/lt/translation.json b/kibbeh/public/locales/lt/translation.json index a920da8e0..8e6dd81d8 100644 --- a/kibbeh/public/locales/lt/translation.json +++ b/kibbeh/public/locales/lt/translation.json @@ -16,7 +16,9 @@ "copied": "Nukopijuota", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors" + "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Garso nustatymai", @@ -160,6 +166,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -277,6 +291,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -306,7 +325,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/lv/translation.json b/kibbeh/public/locales/lv/translation.json index f5aaefd2b..bdd1a19b0 100644 --- a/kibbeh/public/locales/lv/translation.json +++ b/kibbeh/public/locales/lv/translation.json @@ -16,7 +16,9 @@ "copied": "Nokopēts", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors" + "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Mikrofona iestatījumi", @@ -163,6 +169,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -280,6 +294,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -309,7 +328,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/nb/translation.json b/kibbeh/public/locales/nb/translation.json index 3ef728d9f..5042be093 100644 --- a/kibbeh/public/locales/nb/translation.json +++ b/kibbeh/public/locales/nb/translation.json @@ -15,7 +15,9 @@ "copied": "Kopiert", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Vær oppmerksom på at bruk av DogeHouse uten å gi nettleseren nødvendige tillatelser kan føre til uønskede feil" + "requestPermissions": "Vær oppmerksom på at bruk av DogeHouse uten å gi nettleseren nødvendige tillatelser kan føre til uønskede feil", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -133,7 +135,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Taleinnstillinger", @@ -159,6 +165,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -276,6 +290,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -305,7 +324,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/ne/translation.json b/kibbeh/public/locales/ne/translation.json index 35ad5f183..71f12b62e 100644 --- a/kibbeh/public/locales/ne/translation.json +++ b/kibbeh/public/locales/ne/translation.json @@ -15,7 +15,9 @@ "copied": "copied", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors" + "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -133,7 +135,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "वॉइस सेटिंग्स", @@ -159,6 +165,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -276,6 +290,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -305,7 +324,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/nl/translation.json b/kibbeh/public/locales/nl/translation.json index b5c6059e7..d9485e5d2 100644 --- a/kibbeh/public/locales/nl/translation.json +++ b/kibbeh/public/locales/nl/translation.json @@ -15,7 +15,9 @@ "copied": "Gekopieerd", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Houd er rekening mee dat het uitvoeren van DogeHouse zonder de benodigde permissies ongewenste fouten kan veroorzaken" + "requestPermissions": "Houd er rekening mee dat het uitvoeren van DogeHouse zonder de benodigde permissies ongewenste fouten kan veroorzaken", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -133,7 +135,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Spraakinstellingen", @@ -162,6 +168,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -279,6 +293,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -308,7 +327,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Debugger stoppen" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/pl/translation.json b/kibbeh/public/locales/pl/translation.json index e6be37151..dcbf2ca02 100644 --- a/kibbeh/public/locales/pl/translation.json +++ b/kibbeh/public/locales/pl/translation.json @@ -16,7 +16,9 @@ "copied": "Skopiowano!", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Korzystanie z DogeHouse bez uprawnień dostępu może powodować niechciane błędy" + "requestPermissions": "Korzystanie z DogeHouse bez uprawnień dostępu może powodować niechciane błędy", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Zablokuj", "unblock": "Odblokuj", "sendDM": "Wyślij prywatną wiadomość", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "Ten użytkownik cię zablokował!", + "default": "Ups! Nie udało się załadować profilu użytkownika." + } }, "voiceSettings": { "header": "Ustawienia Głosu", @@ -163,6 +169,14 @@ "title": "Ustawienia prywatności", "header": "Ustawienia prywatności", "whispers": { "label": "Szepty", "on": "Włączone", "off": "Wyłączone" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -247,7 +261,8 @@ "debugAudio": "Debuguj audio", "stopDebugger": "Wyłącz debugger" }, - "downloadApp": "Pobierz aplikację" + "downloadApp": "Pobierz aplikację", + "developer": "Developer Settings" }, "modals": { "createRoomModal": { @@ -307,6 +322,11 @@ "disabled": "Wyłączony", "followerOnly": "Tylko dla obserwujących" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "userBadges": { diff --git a/kibbeh/public/locales/pt-BR/translation.json b/kibbeh/public/locales/pt-BR/translation.json index f7c28bbf8..3e9da9fbb 100644 --- a/kibbeh/public/locales/pt-BR/translation.json +++ b/kibbeh/public/locales/pt-BR/translation.json @@ -16,7 +16,9 @@ "copied": "copiado", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Esteja ciente que executar o DogeHouse sem as permissões corretas pode causar erros indesejados" + "requestPermissions": "Esteja ciente que executar o DogeHouse sem as permissões corretas pode causar erros indesejados", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Cabeçalho da interface principal para traduções", @@ -24,7 +26,7 @@ "mutedTitle": "Silenciado | DogeHouse", "deafenedTitle": "Deafened | DogeHouse", "dashboard": "Dashboard", - "connectionTaken": "Connection Taken" + "connectionTaken": "Conexão tomada" }, "footer": { "link_1": "História da Origem", @@ -35,27 +37,27 @@ "_comment": "Interface respectiva da página para tradução", "admin": { "ban": "expulsar", - "userStaffandContrib": "User Staff & Contributions", - "staff": "Staff: ", - "contributions": "Contributions", + "userStaffandContrib": "Equipe do usuário & Contribuições", + "staff": "Equipe: ", + "contributions": "Contribuições", "username": "Username", - "usrStaff": "User Staff", - "usrContributions": "User Contributions", - "reason": "reason", + "usrStaff": "Equipe do usuário", + "usrContributions": "Contribuições do usuário", + "reason": "razão", "usernamePlaceholder": "username to perform actions on" }, "followingOnlineList": { "listHeader": "Lista de usuários que você segue que não estão em uma sala privada.", "currentRoom": "atualmente em:", "startPrivateRoom": "iniciar uma sala privada com ele", - "title": "People" + "title": "Pessoas" }, "followList": { - "followHim": "follow", - "followingHim": "following", - "title": "People", - "followingNone": "Not following anyone", - "noFollowers": "No followers" + "followHim": "seguir", + "followingHim": "seguindo", + "title": "Pessoas", + "followingNone": "Não seguindo ninguém", + "noFollowers": "Sem seguidores" }, "home": { "createRoom": "Criar Sala", @@ -90,7 +92,7 @@ "deleteAccount": "excluir conta", "overlaySettings": "vá para as configurações de sobreposição", "couldNotFindUser": "Desculpa, não foi possível encontrar esse usuário", - "privacySettings": "Privacy settings" + "privacySettings": "Configurações de Privacidades" }, "notFound": { "whoopsError": "Ops! Essa página se perdeu na conversa.", @@ -104,11 +106,13 @@ "allowAll": "Permitir todos", "allowAllConfirm": "Você tem certeza? Isso permitirá que todos os {{count}} usuários solicitantes falem" }, - "searchUser": { "search": "buscar..." }, + "searchUser": { + "search": "buscar..." + }, "soundEffectSettings": { "header": "Sons", "title": "Configurações de áudio", - "playSound": "Play Sound" + "playSound": "Tocar som" }, "viewUser": { "editProfile": "editar perfil", @@ -120,20 +124,24 @@ "followingHim": "seguindo", "copyProfileUrl": "copiar url do perfil", "urlCopied": "URL copiado para a área de transferência", - "about": "About", + "about": "Sobre", "bot": "Bot", "profileTabs": { - "about": "About", - "rooms": "Rooms", - "scheduled": "Scheduled", - "recorded": "Recorded", + "about": "Sobre", + "rooms": "Salas", + "scheduled": "Agendado", + "recorded": "Gravado", "clips": "Clips", "admin": "Admin" }, - "block": "Block", - "unblock": "Unblock", - "sendDM": "Send DM", - "aboutSuffix": "" + "block": "Bloquear", + "unblock": "Desbloquear", + "sendDM": "Enviar DM", + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Configurações do microfone", @@ -141,7 +149,7 @@ "permissionError": "não foram encontrados microfones, você não conectou um ou você não deu permissão para este website.", "refresh": "recarregar lista de microfones", "volume": "volume:", - "title": "Voice Settings" + "title": "Configurações de voz" }, "overlaySettings": { "input": { @@ -159,9 +167,21 @@ "download_for": "Baixe para %platform% (%ext%)" }, "privacySettings": { - "title": "Privacy Settings", - "header": "Privacy Settings", - "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + "title": "Configurações de Privacidade", + "header": "Configurações de Privacidade", + "whispers": { + "label": "Sussurros", + "on": "On", + "off": "Off" + } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -238,7 +258,7 @@ "deleteMessage": "excluir essa mensagem", "makeRoomCreator": "criar sala de administração", "unBanFromChat": "Desbanir do chat", - "banIPFromRoom": "Ban IP from Room" + "banIPFromRoom": "Banir IP da Sala" }, "roomSettingsModal": { "requirePermission": "precisar de permissão para falar", @@ -246,18 +266,27 @@ "makePrivate": "fazer a sala privada", "renamePublic": "Definir nome da sala pública", "renamePrivate": "Definir nome da sala privada", - "chatDisabled": "disable chat", + "chatDisabled": "Chat desabilitado", "chatCooldown": "Chat Cooldown (milliseconds)", "chat": { "label": "Chat", - "enabled": "Enabled", - "disabled": "Disabled", - "followerOnly": "Follower Only" + "enabled": "Ativado", + "disabled": "Desativado", + "followerOnly": "Somente seguidores" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, - "userVolumeSlider": { "noAudioMessage": "não tem áudio por algum motivo" }, - "addToCalendar": { "add": "Adicionar ao Calendário" }, + "userVolumeSlider": { + "noAudioMessage": "não tem áudio por algum motivo" + }, + "addToCalendar": { + "add": "Adicionar ao Calendário" + }, "keyboardShortcuts": { "setKeybind": "definir atalho no teclado", "listening": "ouvindo", @@ -280,10 +309,10 @@ "inviteToRoom": "convidar para sala" }, "followingOnline": { - "people": "People", + "people": "Pessoas", "online": "ONLINE", - "noOnline": "You have 0 friends online right now", - "showMore": "Show more" + "noOnline": "Você tem 0 amigos online agora", + "showMore": "Mostrar mais" }, "upcomingRoomsCard": { "upcomingRooms": "Próximas salas", @@ -306,16 +335,17 @@ "debugAudio": "Debugar áudio", "stopDebugger": "Parar debug" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { - "dhStaff": "DogeHouse Staff", - "dhContributor": "DogeHouse Contributor" + "dhStaff": "Equipe do DogeHouse", + "dhContributor": "Contribuidores do DogeHouse" }, "messagesDropdown": { - "title": "Messages", - "showMore": "Show More", - "noMessages": "No new messages" + "title": "Mensagem", + "showMore": "Mostrar mais", + "noMessages": "Não existem novas mensagens" } }, "modules": { @@ -350,11 +380,11 @@ "whisper": "Sussurrar", "welcomeMessage": "Bem vindo ao chat!", "roomDescription": "descrição da sala", - "disabled": "room chat has been disabled", + "disabled": "O chat da sala foi desabilitado", "messageDeletion": { - "message": "message", - "retracted": "retracted", - "deleted": "deleted" + "message": "mensagem", + "retracted": "retraído", + "deleted": "deletado" } }, "roomStatus": { @@ -369,6 +399,8 @@ "galacticDoge": "Doge galático", "spottedLife": "Encontrado planeta com vida" }, - "feed": { "yourFeed": "Seu Feed" } + "feed": { + "yourFeed": "Seu Feed" + } } -} +} \ No newline at end of file diff --git a/kibbeh/public/locales/pt-PT/translation.json b/kibbeh/public/locales/pt-PT/translation.json index 7526c46a2..6e5975fc6 100644 --- a/kibbeh/public/locales/pt-PT/translation.json +++ b/kibbeh/public/locales/pt-PT/translation.json @@ -15,7 +15,9 @@ "copied": "copiado", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Por favor, nota que correr o DogeHouse sem permissões de acesso pode causar erros indesejados" + "requestPermissions": "Por favor, nota que correr o DogeHouse sem permissões de acesso pode causar erros indesejados", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -133,7 +135,11 @@ "block": "Bloquear", "unblock": "Desbloquear", "sendDM": "Mensagem", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Definições de voz", @@ -162,6 +168,14 @@ "title": "Configurações de Privacidade", "header": "Configurações de Privacidade", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -254,6 +268,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "userVolumeSlider": { @@ -308,7 +327,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/ro/translation.json b/kibbeh/public/locales/ro/translation.json index 386e38ec6..96d5d6991 100644 --- a/kibbeh/public/locales/ro/translation.json +++ b/kibbeh/public/locales/ro/translation.json @@ -16,7 +16,9 @@ "copied": "copiat", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Vă rugăm să rețineți că rularea DogeHouse fără permisiuni de accesibilitate poate cauza erori nedorite" + "requestPermissions": "Vă rugăm să rețineți că rularea DogeHouse fără permisiuni de accesibilitate poate cauza erori nedorite", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Blochează", "unblock": "Deblochează", "sendDM": "Trimite mesaj privat", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Sunete Voce", @@ -167,6 +173,14 @@ "on": "Pornite", "off": "Oprite" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -284,6 +298,11 @@ "disabled": "Dezactivat", "followerOnly": "Doar urmăritori" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -313,7 +332,8 @@ "debugAudio": "Testare Audio", "stopDebugger": "Oprește Testul" }, - "downloadApp": "Descarcă Aplicația" + "downloadApp": "Descarcă Aplicația", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/ru/translation.json b/kibbeh/public/locales/ru/translation.json index fa8f5d35b..190098aef 100644 --- a/kibbeh/public/locales/ru/translation.json +++ b/kibbeh/public/locales/ru/translation.json @@ -16,7 +16,9 @@ "copied": "Скопировано", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Работа в DogeHouse без разрешений доступа может привести к непредвиденным ошибкам" + "requestPermissions": "Работа в DogeHouse без разрешений доступа может привести к непредвиденным ошибкам", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Голосовые настройки", @@ -163,6 +169,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -278,6 +292,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -307,7 +326,8 @@ "debugAudio": "Отладка звука", "stopDebugger": "Остановить отладчик" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/sa/translation.json b/kibbeh/public/locales/sa/translation.json new file mode 100644 index 000000000..f18ba019d --- /dev/null +++ b/kibbeh/public/locales/sa/translation.json @@ -0,0 +1,406 @@ +{ + "_comment": "if you change this file, do: yarn i18", + "common": { + "loadMore": "भार मोरे", + "loading": "लॉदिङ्ग्...", + "noUsersFound": "नो उसेर्स फ़ोउन्द्!", + "ok": "ओक", + "yes": "येस", + "no": "नो", + "cancel": "चान्च्ले", + "save": "सवे", + "edit": "एदित", + "delete": "देलेते", + "joinRoom": "जोइन् रूम", + "copyLink": "चोप्य लिनक्", + "copied": "चोप्पिएद्!", + "copy": "चोप्य", + "formattedIntlDate": "{{date, intlDate}}", + "formattedIntlTime": "{{time, intlTime}}", + "requestPermissions": "फ्लेअसे नोते रुन्निन्ग डोगेहोउसे विथोउत अच्छेस्सिबिलित्य पेर्मिस्सिओन्स् मय चौसे उन्वन्तेद एर्रोर्स्", + "error": "Error" + }, + "header": { + "_comment": "Main Header UI Internationalization Strings", + "title": "डोगेःओउसे", + "dashboard": "डश्बॉर्द्", + "connectionTaken": "ओन्नेच्तिओन् तकेन", + "mutedTitle": "मुतेद | डोगेःओउसे", + "deafenedTitle": "डेअफ़ेनेद् | डोगेःओउसे" + }, + "footer": { + "_comment": "Main Footer UI Internationalization Strings", + "link_1": "Origin Story", + "link_2": "Discord", + "link_3": "Report a Bug" + }, + "pages": { + "_comment": "Respective Page UI Internationalization Strings", + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" + }, + "admin": { + "ban": "Ban", + "userStaffandContrib": "User Staff & Contributions", + "staff": "Staff: ", + "contributions": "Contributions", + "username": "Username", + "usrStaff": "User Staff", + "usrContributions": "User Contributions", + "reason": "reason", + "usernamePlaceholder": "username to perform actions on" + }, + "download": { + "prompt": "Download the DogeHouse Desktop app", + "download_for": "Download for %platform% (%ext%)", + "failed": "Unable to detect platform, please try again later or visit GitHub Releases", + "visit_gh": "Visit GitHub Releases" + }, + "followingOnlineList": { + "title": "People", + "listHeader": "List of users that are not in a private room and you follow.", + "currentRoom": "Currently in:", + "startPrivateRoom": "Start a private room with them" + }, + "followList": { + "title": "People", + "followHim": "Follow", + "followingHim": "Following", + "followingNone": "Not following anyone", + "noFollowers": "No followers" + }, + "home": { + "createRoom": "New room", + "editRoom": "Edit Room", + "refresh": "Refresh", + "desktopAlert": "Download the DogeHouse desktop app today!" + }, + "inviteList": { + "roomGone": "Room gone; go back", + "shareRoomLink": "Share Room Link", + "inviteFollowers": "You can invite your followers that are online:", + "whenFollowersOnline": "When your followers are online, they will show up here." + }, + "login": { + "headerText": "Taking voice conversations to the moon 🚀", + "featureText_1": "Dark Theme", + "featureText_2": "Open Sign-Ups", + "featureText_3": "Cross-Platform Support", + "featureText_4": "Open Source", + "featureText_5": "Text Chat", + "featureText_6": "Powered by Doge", + "loginGithub": "Login with GitHub", + "loginTwitter": "Login with Twitter", + "loginDiscord": "Login with Discord", + "createTestUser": "Create Test User" + }, + "myProfile": { + "logout": "Logout", + "probablyLoading": "probably loading...", + "voiceSettings": "Voice Settings", + "overlaySettings": "Overlay Settings", + "soundSettings": "Sound Settings", + "deleteAccount": "Delete Account", + "couldNotFindUser": "Sorry, we could not find that user", + "privacySettings": "Privacy Settings" + }, + "notFound": { + "whoopsError": "Whoops! This page got lost in conversation.", + "goHomeMessage": "Not to worry. You can", + "goHomeLinkText": "go home" + }, + "privacySettings": { + "title": "Privacy Settings", + "header": "Privacy Settings", + "whispers": { + "label": "Whispers", + "on": "On", + "off": "Off" + } + }, + "room": { + "speakers": "Speakers", + "requestingToSpeak": "Requesting to Speak", + "listeners": "Listeners", + "allowAll": "Allow all", + "allowAllConfirm": "Are you sure? This will allow all {{count}} requesting users to speak" + }, + "searchUser": { + "search": "search..." + }, + "soundEffectSettings": { + "title": "Sound Settings", + "header": "Sounds", + "playSound": "Play Sound" + }, + "viewUser": { + "editProfile": "Edit Profile", + "followsYou": "Follows you", + "followers": "followers", + "following": "following", + "followHim": "Follow", + "unfollow": "Unfollow", + "followingHim": "Following", + "block": "Block", + "unblock": "Unblock", + "sendDM": "Send DM", + "copyProfileUrl": "Copy Profile URL", + "urlCopied": "URL copied to clipboard", + "about": "About", + "aboutSuffix": "", + "bot": "Bot", + "errors": { + "blocked": "This user has blocked you.", + + "default": "Whoops! We couldn't load this user." + }, + "profileTabs": { + "about": "About", + "rooms": "Rooms", + "scheduled": "Scheduled", + "recorded": "Recorded", + "clips": "Clips", + "admin": "Admin" + } + }, + "voiceSettings": { + "title": "Voice Settings", + "header": "Voice Settings", + "mic": "Mic:", + "permissionError": "No mics found, you either have none plugged in or haven't given this website permission.", + "refresh": "Refresh Mic List", + "volume": "Volume:" + }, + "overlaySettings": { + "header": "Overlay Settings", + "input": { + "errorMsg": "Please enter a valid app title", + "label": "App title" + } + } + }, + "components": { + "_comment": "Component UI Internationalization Strings", + "avatar": {}, + "backBar": {}, + "blockedFromRoomUsers": { + "header": "Banned Users", + "unban": "Unban", + "noBans": "No one has been banned yet" + }, + "bottomVoiceControl": { + "leaveCurrentRoomBtn": "Leave Current Room", + "confirmLeaveRoom": "Are you sure you want to leave?", + "leave": "Leave", + "inviteUsersToRoomBtn": "Invite Users to Room", + "invite": "Invite", + "toggleMuteMicBtn": "Toggle Mute", + "toggleDeafMicBtn": "Toggle Deafen", + "mute": "Mute", + "unmute": "Unmute", + "deafen": "Deafen", + "undeafen": "Undeafen", + "makeRoomPublicBtn": "Make Room Public!", + "settings": "Settings", + "speaker": "Speaker", + "listener": "Listener", + "chat": "Chat" + }, + "deviceNotSupported": { + "notSupported": "Your device is currently not supported. You can create an", + "linkText": "issue on GitHub", + "addSupport": "and I will try adding support for your device." + }, + "followingOnline": { + "people": "People", + "online": "ONLINE", + "noOnline": "You have 0 friends online right now", + "showMore": "Show more" + }, + "inviteButton": { + "invited": "Invited!", + "inviteToRoom": "Invite to room" + }, + "messagesDropdown": { + "title": "Messages", + "showMore": "Show More", + "noMessages": "No new messages" + }, + "micPermissionBanner": { + "permissionDenied": "Permission denied trying to access your mic (you may need to go into browser settings and reload the page)", + "dismiss": "Dismiss", + "tryAgain": "Try Again" + }, + "keyboardShortcuts": { + "setKeybind": "Set Keybind", + "listening": "Listening...", + "toggleMuteKeybind": "Toggle mute keybind", + "toggleDeafKeybind": "Toggle deafen keybind", + "toggleOverlayKeybind": "Toggle overlay keybind", + "togglePushToTalkKeybind": "Toggle push-to-talk keybind" + }, + "userVolumeSlider": { + "noAudioMessage": "No audio consumer for some reason" + }, + "upcomingRoomsCard": { + "upcomingRooms": "Upcoming rooms", + "exploreMoreRooms": "Explore more rooms" + }, + "addToCalendar": { + "add": "Add to Calendar" + }, + "wsKilled": { + "description": "WebSocket was killed by the server. This usually happens when you open the website in another tab.", + "reconnect": "Reconnect" + }, + "search": { + "placeholder": "Search for rooms, users or categories", + "placeholderShort": "Search" + }, + "settingsDropdown": { + "profile": "Profile", + "language": "Language", + "reportABug": "Report A Bug", + "useOldVersion": "Use Old Version", + "logOut": { + "button": "Log out", + "modalSubtitle": "Are you sure you want to logout?" + }, + "debugAudio": { + "debugAudio": "Debug Audio", + "stopDebugger": "Stop Debugger" + }, + "downloadApp": "Download App", + "developer": "Developer Settings" + }, + "userBadges": { + "dhStaff": "DogeHouse Staff", + "dhContributor": "DogeHouse Contributor" + }, + "modals": { + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" + }, + "createRoomModal": { + "subtitle": "Fill the following fields to start a new room", + "public": "Public", + "private": "Private", + "roomName": "Room name", + "roomDescription": "Room description", + "descriptionError": "Max length 500", + "nameError": "Must be between 2 to 60 characters long" + }, + "invitedToJoinRoomModal": { + "newRoomCreated": "New Room Created", + "roomInviteFrom": "Room Invite from", + "justStarted": "They just started", + "likeToJoin": ", would you like to join?", + "inviteReceived": "you've been invited to" + }, + "editProfileModal": { + "usernameTaken": "Username taken", + "avatarUrlError": "Invalid image", + "avatarUrlLabel": "Github/Twitter/Discord avatar URL", + "bannerUrlLabel": "Twitter banner URL", + "displayNameError": "Length 2 to 50 characters", + "displayNameLabel": "Display Name", + "usernameError": "Length 4 to 15 characters and only alphanumeric/underscore", + "usernameLabel": "Username", + "bioError": "Max length of 160 characters", + "bioLabel": "Bio" + }, + "profileModal": { + "blockUserConfirm": "Are you sure you want to block this user from joining any room you ever create?", + "blockUser": "Block user", + "makeMod": "Promote to Mod", + "unmod": "Demote from Mod", + "addAsSpeaker": "Add as Speaker", + "moveToListener": "Move to Listener", + "unBanFromChat": "Unban from Chat", + "banFromChat": "Ban from Chat", + "banFromRoom": "Ban from Room", + "banIPFromRoom": "Ban IP from Room", + "goBackToListener": "Go Back to Listener", + "deleteMessage": "Delete this Message", + "makeRoomCreator": "Promote to Admin" + }, + "roomSettingsModal": { + "requirePermission": "require permission to speak", + "chatCooldown": "Chat Cooldown (milliseconds)", + "chat": { + "label": "Chat", + "enabled": "Enabled", + "disabled": "Disabled", + "followerOnly": "Follower Only" + }, + "makePublic": "make room public", + "makePrivate": "make room private", + "renamePublic": "Set public room name", + "renamePrivate": "Set private room name" + } + } + }, + "modules": { + "_comment": "Modules UI Internationalization Strings", + "feed": { + "yourFeed": "Your feed" + }, + "scheduledRooms": { + "title": "Scheduled Rooms", + "noneFound": "none found", + "allRooms": "all scheduled rooms", + "myRooms": "my scheduled rooms", + "scheduleRoomHeader": "Schedule Room", + "startRoom": "start room", + "tommorow": "TOMMOROW", + "today": "TODAY", + "modal": { + "needsFuture": "needs to be in the future", + "roomName": "room name", + "roomDescription": "Description", + "minLength": "min length 2" + }, + "deleteModal": { + "areYouSure": "Are you sure you want to delete this scheduled room?" + } + }, + "roomChat": { + "title": "Chat", + "emotesSoon": "[emotes soon]", + "bannedAlert": "You have been banned from chat", + "waitAlert": "You have to wait a second before sending another message", + "search": "Search", + "searchResults": "Search Results", + "recent": "Frequently Used", + "sendMessage": "Send a Message", + "whisper": "Whisper", + "welcomeMessage": "Welcome to chat!", + "roomDescription": "Room description", + "disabled": "room chat has been disabled", + "messageDeletion": { + "message": "message", + "retracted": "retracted", + "deleted": "deleted" + } + }, + "roomStatus": { + "fuelingRocket": "Fueling rocket", + "takingOff": "Taking off", + "inSpace": "In space", + "approachingMoon": "Approaching moon", + "lunarDoge": "Lunar Doge", + "approachingSun": "Approaching sun", + "solarDoge": "Solar Doge", + "approachingGalaxy": "Approaching galaxy", + "galacticDoge": "Galactic Doge", + "spottedLife": "Planet with life spotted" + } + } +} \ No newline at end of file diff --git a/kibbeh/public/locales/si/translation.json b/kibbeh/public/locales/si/translation.json index 275091237..e1fe3f067 100644 --- a/kibbeh/public/locales/si/translation.json +++ b/kibbeh/public/locales/si/translation.json @@ -16,7 +16,9 @@ "copied": "පිටපත් කරගත්තා", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors" + "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "හඬ සැකසුම්", @@ -163,6 +169,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -280,6 +294,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -309,7 +328,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/sk/translation.json b/kibbeh/public/locales/sk/translation.json index 7e90f312e..2b6f56e79 100644 --- a/kibbeh/public/locales/sk/translation.json +++ b/kibbeh/public/locales/sk/translation.json @@ -15,7 +15,9 @@ "copied": "skopírováné", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Spúštanie DogeHose-u bez prístupových oprávnení môže spôsobovať nečakané chyby" + "requestPermissions": "Spúštanie DogeHose-u bez prístupových oprávnení môže spôsobovať nečakané chyby", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -133,7 +135,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Nastavenia hlasu", @@ -162,6 +168,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -279,6 +293,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -308,7 +327,8 @@ "debugAudio": "Debugovať Audio", "stopDebugger": "Zastaviť Debugger" }, - "downloadApp": "Stiahnuť aplikáciu" + "downloadApp": "Stiahnuť aplikáciu", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/sl/translation.json b/kibbeh/public/locales/sl/translation.json index e807f2229..20556acae 100644 --- a/kibbeh/public/locales/sl/translation.json +++ b/kibbeh/public/locales/sl/translation.json @@ -16,7 +16,9 @@ "copied": "Kopirano", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Zagon DogeHouse brez dovoljenja za dostopnost lahko povzroči nezaželene napake" + "requestPermissions": "Zagon DogeHouse brez dovoljenja za dostopnost lahko povzroči nezaželene napake", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Nastavitve zvoka", @@ -163,6 +169,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -280,6 +294,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -309,7 +328,8 @@ "debugAudio": "Odpravite napake zvoka", "stopDebugger": "Ustavite razhroščevalec" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/so/translation.json b/kibbeh/public/locales/so/translation.json index b9c8b5efa..121a9a41d 100644 --- a/kibbeh/public/locales/so/translation.json +++ b/kibbeh/public/locales/so/translation.json @@ -16,7 +16,9 @@ "copied": "naqlay", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors" + "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "hagaajinta codka", @@ -163,6 +169,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -280,6 +294,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -309,7 +328,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Dajiso Appka" + "downloadApp": "Dajiso Appka", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/sq/translation.json b/kibbeh/public/locales/sq/translation.json index 3be7e4400..549e5c63d 100644 --- a/kibbeh/public/locales/sq/translation.json +++ b/kibbeh/public/locales/sq/translation.json @@ -16,7 +16,9 @@ "copied": "u kopjua", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors" + "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Cilësime e zërit", @@ -160,6 +166,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -274,6 +288,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -303,7 +322,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/sr-LATIN/translation.json b/kibbeh/public/locales/sr-LATIN/translation.json index cb1721ff3..4460fc7e1 100755 --- a/kibbeh/public/locales/sr-LATIN/translation.json +++ b/kibbeh/public/locales/sr-LATIN/translation.json @@ -16,7 +16,9 @@ "copied": "kopirano", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors" + "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Podešavanja glasa", @@ -160,6 +166,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -274,6 +288,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -303,7 +322,8 @@ "debugAudio": "Debaguj Audio", "stopDebugger": "Zaustavi Debager" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/sr/translation.json b/kibbeh/public/locales/sr/translation.json index 4e1b236ae..c93305ff4 100644 --- a/kibbeh/public/locales/sr/translation.json +++ b/kibbeh/public/locales/sr/translation.json @@ -15,7 +15,9 @@ "copied": "копирано", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors" + "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -133,7 +135,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Подешавања гласа", @@ -159,6 +165,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -273,6 +287,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -302,7 +321,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/sv/translation.json b/kibbeh/public/locales/sv/translation.json index b7aa7d29d..868a81f23 100644 --- a/kibbeh/public/locales/sv/translation.json +++ b/kibbeh/public/locales/sv/translation.json @@ -15,7 +15,9 @@ "copied": "Kopierad", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Att använda DogeHouse utan att ha tillåtit webbläsaren att få åtkomst till vissa behörigheter kan orsaka oönskade fel." + "requestPermissions": "Att använda DogeHouse utan att ha tillåtit webbläsaren att få åtkomst till vissa behörigheter kan orsaka oönskade fel.", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -133,7 +135,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Röstinställningar", @@ -162,6 +168,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -254,6 +268,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "userVolumeSlider": { @@ -308,7 +327,8 @@ "debugAudio": "Felsök ljud", "stopDebugger": "Stoppa felsökaren" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/ta/translation.json b/kibbeh/public/locales/ta/translation.json index 1ddd700a0..cce55aa38 100644 --- a/kibbeh/public/locales/ta/translation.json +++ b/kibbeh/public/locales/ta/translation.json @@ -16,7 +16,9 @@ "copied": "நகலெடுக்கப்பட்டது", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors" + "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "குரல் அமைப்பு", @@ -163,6 +169,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -280,6 +294,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -309,7 +328,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/te/translation.json b/kibbeh/public/locales/te/translation.json index 0a307a729..cbdadc111 100644 --- a/kibbeh/public/locales/te/translation.json +++ b/kibbeh/public/locales/te/translation.json @@ -15,7 +15,9 @@ "copied": "copied", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors" + "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -133,7 +135,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "వాయిస్ సెట్టింగ్‌లు", @@ -162,6 +168,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -276,6 +290,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -305,7 +324,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/th/translation.json b/kibbeh/public/locales/th/translation.json index 9f339ce6b..06d5c4267 100644 --- a/kibbeh/public/locales/th/translation.json +++ b/kibbeh/public/locales/th/translation.json @@ -15,7 +15,9 @@ "copied": "คัดลอกเรียบร้อย", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "โปรดระวัง การปิดการเข้าถึงต่าง ๆ ของ Dogehouse อาจทำให้ไม่สามารถใช้งานฟังก์ชั่นต่าง ๆ ได้" + "requestPermissions": "โปรดระวัง การปิดการเข้าถึงต่าง ๆ ของ Dogehouse อาจทำให้ไม่สามารถใช้งานฟังก์ชั่นต่าง ๆ ได้", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -133,7 +135,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "การตั้งค่าเสียง", @@ -159,6 +165,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -274,6 +288,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -303,7 +322,8 @@ "debugAudio": "แก้ไขข้อบกพร่องเสียง", "stopDebugger": "ปิดการแก้ไขข้อบกพร่อง" }, - "downloadApp": "ดาวน์โหลดแอป" + "downloadApp": "ดาวน์โหลดแอป", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/tl/translation.json b/kibbeh/public/locales/tl/translation.json index 5c80f63cd..05b2e9750 100644 --- a/kibbeh/public/locales/tl/translation.json +++ b/kibbeh/public/locales/tl/translation.json @@ -15,7 +15,9 @@ "copied": "kinopya", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Laging tandaan maaring magkaroon ng di inaasahang problema ang DogeHouse kapag walang accessibility permissions" + "requestPermissions": "Laging tandaan maaring magkaroon ng di inaasahang problema ang DogeHouse kapag walang accessibility permissions", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -133,7 +135,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Voice Settings", @@ -162,6 +168,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -246,7 +260,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "modals": { "createRoomModal": { @@ -306,6 +321,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "userBadges": { diff --git a/kibbeh/public/locales/tp/translation.json b/kibbeh/public/locales/tp/translation.json index d7a5b0b90..73d3d48fd 100644 --- a/kibbeh/public/locales/tp/translation.json +++ b/kibbeh/public/locales/tp/translation.json @@ -16,7 +16,9 @@ "copied": "ni li tu", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "DogeHouse li jo ala e ken la DogeHouse ken pali ala" + "requestPermissions": "DogeHouse li jo ala e ken la DogeHouse ken pali ala", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "sitelen lawa pi kalama uta", @@ -163,6 +169,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -278,6 +292,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -307,7 +326,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/tr/translation.json b/kibbeh/public/locales/tr/translation.json index 649e2890a..7a0384214 100644 --- a/kibbeh/public/locales/tr/translation.json +++ b/kibbeh/public/locales/tr/translation.json @@ -15,7 +15,9 @@ "copied": "Kopyalandı!", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Erişilebilirlik izinleri olmadan DogeHouse'u çalıştırmanın istenmeyen hatalara neden olabileceğini lütfen unutmayın" + "requestPermissions": "Erişilebilirlik izinleri olmadan DogeHouse'u çalıştırmanın istenmeyen hatalara neden olabileceğini lütfen unutmayın", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Ana başlık arayüz ulusallaştırma yazıları", @@ -133,7 +135,11 @@ "block": "Engelle", "unblock": "Engeli kaldır", "sendDM": "Özel mesaj gönder", - "aboutSuffix": "Hakkında" + "aboutSuffix": "Hakkında", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Ses Ayarları", @@ -163,6 +169,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -255,6 +269,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "userVolumeSlider": { "noAudioMessage": "Nedense ses alıcısı yok" }, @@ -307,7 +326,8 @@ "debugAudio": "Ses Hatalarını Ayıkla", "stopDebugger": "Hata Ayıklamayı Durdur" }, - "downloadApp": "Uygulamayı İndir" + "downloadApp": "Uygulamayı İndir", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/uk/translation.json b/kibbeh/public/locales/uk/translation.json index a4d19d613..e95cf9efe 100644 --- a/kibbeh/public/locales/uk/translation.json +++ b/kibbeh/public/locales/uk/translation.json @@ -16,7 +16,9 @@ "copied": "Скопійовано", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors" + "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Голосові налаштування", @@ -163,6 +169,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -278,6 +292,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -307,7 +326,8 @@ "debugAudio": "Налагодження звуку", "stopDebugger": "Зупинити налагодження" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/ur/translation.json b/kibbeh/public/locales/ur/translation.json index a6ff507b8..4f78ba52a 100644 --- a/kibbeh/public/locales/ur/translation.json +++ b/kibbeh/public/locales/ur/translation.json @@ -16,7 +16,9 @@ "copied": "کاپی کریں", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors" + "requestPermissions": "Please note running DogeHouse without accessibility permissions may cause unwanted errors", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "آواز کی ترتیبات", @@ -160,6 +166,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -275,6 +289,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -304,7 +323,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/public/locales/uz/translation.json b/kibbeh/public/locales/uz/translation.json index cf90de0c3..57a7e11f3 100644 --- a/kibbeh/public/locales/uz/translation.json +++ b/kibbeh/public/locales/uz/translation.json @@ -16,7 +16,9 @@ "copied": "Nusxalandi", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "DogeHouse da kirish ruxsatisiz ishlash kutilmagan xatolarga olib kelishi mumkin" + "requestPermissions": "DogeHouse da kirish ruxsatisiz ishlash kutilmagan xatolarga olib kelishi mumkin", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -134,7 +136,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Ovoz Sozlamalari", @@ -163,6 +169,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -237,7 +251,8 @@ "debugAudio": "Debug Audio", "stopDebugger": "Stop Debugger" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "modals": { "createRoomModal": { @@ -297,6 +312,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { diff --git a/kibbeh/public/locales/vi/translation.json b/kibbeh/public/locales/vi/translation.json index 03992e33f..3711d2375 100644 --- a/kibbeh/public/locales/vi/translation.json +++ b/kibbeh/public/locales/vi/translation.json @@ -16,7 +16,9 @@ "copied": "đã sao chép liên kết", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "Lưu ý, không cung cấp đủ quyền truy cập cho DogeHouse có thể gây ra những lỗi không mong muốn" + "requestPermissions": "Lưu ý, không cung cấp đủ quyền truy cập cho DogeHouse có thể gây ra những lỗi không mong muốn", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -124,9 +126,9 @@ "about": "About", "bot": "Bot", "profileTabs": { - "about": "About", + "about": "Về", "rooms": "Phòng", - "scheduled": "Lên kế hoạc", + "scheduled": "Lên kế hoạch", "recorded": "Ghi lại", "clips": "Clips", "admin": "Quản trị viên" @@ -134,7 +136,11 @@ "block": "Chặn", "unblock": "Bỏ chặn", "sendDM": "Gửi tin nhắn trực tiếp", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "Cài đặt giọng nói", @@ -163,6 +169,14 @@ "title": "Cài đặt quyền riêng tư", "header": "Cài đặt quyền riêng tư", "whispers": { "label": "Thì thầm", "on": "Bật", "off": "Tắt" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -277,6 +291,11 @@ "disabled": "Vô hiệu hoá", "followerOnly": "Chỉ người theo dõi" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -306,7 +325,8 @@ "debugAudio": "Gỡ lỗi âm thanh", "stopDebugger": "Dừng trình gỡ lỗi" }, - "downloadApp": "Tải App" + "downloadApp": "Tải App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "Nhân viên của DogeHouse", @@ -373,4 +393,3 @@ "feed": { "yourFeed": "Bản tin của bạn" } } } - diff --git a/kibbeh/public/locales/zh-CN/translation.json b/kibbeh/public/locales/zh-CN/translation.json index a50f4362f..e7832531c 100644 --- a/kibbeh/public/locales/zh-CN/translation.json +++ b/kibbeh/public/locales/zh-CN/translation.json @@ -15,7 +15,9 @@ "copied": "已拷贝", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "请注意,在没有辅助功能权限的情况下运行DogeHouse可能会导致错误" + "requestPermissions": "请注意,在没有辅助功能权限的情况下运行DogeHouse可能会导致错误", + "copy": "复制", + "error": "错误" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -104,7 +106,9 @@ "allowAll": "允许全体成员讲话", "allowAllConfirm": "确定?这将会允许全部{{}}位成员讲话" }, - "searchUser": { "search": "搜索..." }, + "searchUser": { + "search": "搜索..." + }, "soundEffectSettings": { "header": "声音", "title": "声音设置", @@ -133,7 +137,11 @@ "block": "屏蔽", "unblock": "取消屏蔽", "sendDM": "发送消息", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "此用户屏蔽了你", + "default": "噢!我们无法读取这个用户" + } }, "voiceSettings": { "header": "语音设置", @@ -144,7 +152,10 @@ "title": "声音设置" }, "overlaySettings": { - "input": { "errorMsg": "不允许的App标题", "label": "输入App标题" }, + "input": { + "errorMsg": "不允许的App标题", + "label": "输入App标题" + }, "header": "覆盖层设置" }, "download": { @@ -158,7 +169,19 @@ "privacySettings": { "title": "隐私设置", "header": "隐私设置", - "whispers": { "label": "私聊", "on": "开", "off": "关" } + "whispers": { + "label": "私聊", + "on": "开", + "off": "关" + } + }, + "botEdit": { + "yourBots": "你的机器人", + "bots": "机器人", + "title": "机器人信息", + "apiKey": "ApiKey", + "regenerate": "重新生成", + "reveal": "点击显示ApiKey" } }, "components": { @@ -251,12 +274,19 @@ "disabled": "禁止", "followerOnly": "仅粉丝" } + }, + "createBotModal": { + "usernameTaken": "用户名被占用", + "subtitle": "请填写以下详情来创造机器人", + "title": "创造机器人" } }, "userVolumeSlider": { "noAudioMessage": "no audio consumer for some reason" }, - "addToCalendar": { "add": "加到日历" }, + "addToCalendar": { + "add": "加到日历" + }, "keyboardShortcuts": { "setKeybind": "设置快捷键", "listening": "等待输入", @@ -274,7 +304,10 @@ "linkText": "在GitHub开启一个报告", "addSupport": "我将会尝试支持您的设备" }, - "inviteButton": { "invited": "被邀请", "inviteToRoom": "邀请进入聊天室" }, + "inviteButton": { + "invited": "被邀请", + "inviteToRoom": "邀请进入聊天室" + }, "followingOnline": { "people": "用户", "online": "在线", @@ -294,9 +327,16 @@ "language": "语言", "reportABug": "反馈Bug", "useOldVersion": "使用旧版本", - "logOut": { "button": "登出", "modalSubtitle": "是否确定登出?" }, - "debugAudio": { "debugAudio": "调试声音", "stopDebugger": "取消调试" }, - "downloadApp": "下载APP" + "logOut": { + "button": "登出", + "modalSubtitle": "是否确定登出?" + }, + "debugAudio": { + "debugAudio": "调试声音", + "stopDebugger": "取消调试" + }, + "downloadApp": "下载APP", + "developer": "开发者设置" }, "userBadges": { "dhStaff": "神烦狗人员", @@ -325,7 +365,9 @@ }, "tommorow": "明天", "today": "今天", - "deleteModal": { "areYouSure": "你确定要删除此预定的聊天室?" } + "deleteModal": { + "areYouSure": "你确定要删除此预定的聊天室?" + } }, "roomChat": { "title": "文字聊天", @@ -358,6 +400,8 @@ "galacticDoge": "宇宙 Doge", "spottedLife": "已发现新生命" }, - "feed": { "yourFeed": "您的推送" } + "feed": { + "yourFeed": "您的推送" + } } -} +} \ No newline at end of file diff --git a/kibbeh/public/locales/zh-TW/translation.json b/kibbeh/public/locales/zh-TW/translation.json index 981585048..9d39add28 100644 --- a/kibbeh/public/locales/zh-TW/translation.json +++ b/kibbeh/public/locales/zh-TW/translation.json @@ -15,7 +15,9 @@ "copied": "已複製", "formattedIntlDate": "{{date, intlDate}}", "formattedIntlTime": "{{time, intlTime}}", - "requestPermissions": "請注意,在沒有存取權限下DogeHouse可能會出現運作異常" + "requestPermissions": "請注意,在沒有存取權限下DogeHouse可能會出現運作異常", + "copy": "Copy", + "error": "Error" }, "header": { "_comment": "Main Header UI Internationalization Strings", @@ -133,7 +135,11 @@ "block": "Block", "unblock": "Unblock", "sendDM": "Send DM", - "aboutSuffix": "" + "aboutSuffix": "", + "errors": { + "blocked": "This user has blocked you.", + "default": "Whoops! We couldn't load this user." + } }, "voiceSettings": { "header": "語音設定", @@ -159,6 +165,14 @@ "title": "Privacy Settings", "header": "Privacy Settings", "whispers": { "label": "Whispers", "on": "On", "off": "Off" } + }, + "botEdit": { + "yourBots": "Your Bots", + "bots": "Bots", + "title": "Bot Information", + "apiKey": "ApiKey", + "regenerate": "Regenerate", + "reveal": "Click to reveal ApiKey" } }, "components": { @@ -271,6 +285,11 @@ "disabled": "Disabled", "followerOnly": "Follower Only" } + }, + "createBotModal": { + "usernameTaken": "Username is taken", + "subtitle": "Please fill the details below to create your bot", + "title": "Create Bot" } }, "followingOnline": { @@ -294,7 +313,8 @@ "useOldVersion": "使用舊版本", "logOut": { "button": "登出", "modalSubtitle": "你確定要登出嗎?" }, "debugAudio": { "debugAudio": "除錯音頻", "stopDebugger": "停止除錯" }, - "downloadApp": "Download App" + "downloadApp": "Download App", + "developer": "Developer Settings" }, "userBadges": { "dhStaff": "DogeHouse Staff", diff --git a/kibbeh/src/icons/BotIcon.tsx b/kibbeh/src/icons/BotIcon.tsx index 89a553f36..849943ab9 100644 --- a/kibbeh/src/icons/BotIcon.tsx +++ b/kibbeh/src/icons/BotIcon.tsx @@ -6,6 +6,7 @@ function BotIcon(props: React.SVGProps) { xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 512 512" + {...props} > ) { + return ( + + + + ); +} + +export default DeveloperIcon; diff --git a/kibbeh/src/icons/index.tsx b/kibbeh/src/icons/index.tsx index fffca3d22..f86ca702e 100644 --- a/kibbeh/src/icons/index.tsx +++ b/kibbeh/src/icons/index.tsx @@ -51,3 +51,4 @@ export { default as SolidDeafened } from "./SolidDeafened"; export { default as SolidFriendsAdd } from "./SolidFriendsAdd"; export { default as BotIcon } from "./BotIcon"; export { default as SolidDownload } from "./SolidDownload"; +export { default as DeveloperIcon } from "./DeveloperIcon"; diff --git a/kibbeh/src/modules/developer/Bot.tsx b/kibbeh/src/modules/developer/Bot.tsx new file mode 100644 index 000000000..0c4fa8af2 --- /dev/null +++ b/kibbeh/src/modules/developer/Bot.tsx @@ -0,0 +1,7 @@ +export interface Bot { + id: string; + username: string; + avatarUrl: string; + displayName: string; + apiKey: string; +} diff --git a/kibbeh/src/modules/developer/BotCard.tsx b/kibbeh/src/modules/developer/BotCard.tsx new file mode 100644 index 000000000..c6fd57c95 --- /dev/null +++ b/kibbeh/src/modules/developer/BotCard.tsx @@ -0,0 +1,29 @@ +import React from "react"; +import { useRouter } from "next/router"; +import { useTypeSafeTranslation } from "../../shared-hooks/useTypeSafeTranslation"; +import { SingleUser } from "../../ui/UserAvatar"; +import { Bot } from "./Bot"; + +interface BotCardProps { + bot: Bot +} + +export const BotCard: React.FC = ({ bot }) => { + const { t } = useTypeSafeTranslation(); + const { push } = useRouter(); + + return ( + + ); +}; diff --git a/kibbeh/src/modules/developer/BotIcon.tsx b/kibbeh/src/modules/developer/BotIcon.tsx new file mode 100644 index 000000000..7dbe75786 --- /dev/null +++ b/kibbeh/src/modules/developer/BotIcon.tsx @@ -0,0 +1,32 @@ +import React, { useState } from "react"; + +interface BotIconProps { + username?: string; + src: string; + onClick: () => any; +} + +export const BotIcon: React.FC = ({ username, src, onClick }) => { + const [isError, setError] = useState(false); + return ( +
+ {`${username setError(true)} + src={ + isError + ? `https://ui-avatars.com/api/${ + username ? `&name=${username}` : "&name" + }&rounded=true&background=B23439&bold=true&color=FFFFFF` + : src + } + /> +
+ ); +}; diff --git a/kibbeh/src/modules/developer/BotInfo.tsx b/kibbeh/src/modules/developer/BotInfo.tsx new file mode 100644 index 000000000..8fc633ac1 --- /dev/null +++ b/kibbeh/src/modules/developer/BotInfo.tsx @@ -0,0 +1,27 @@ +import React from "react"; +import { Bot } from "./Bot"; +import { BotIcon } from "./BotIcon"; + +interface BotInfoProps { + bot: Bot; + onClick: () => any; +} + +export const BotInfo: React.FC = ({ bot, onClick }) => { + return ( +
+ +
{bot.displayName}
+
+ @{bot.username} +
+
+ ); +}; diff --git a/kibbeh/src/modules/developer/BotsEditPage.tsx b/kibbeh/src/modules/developer/BotsEditPage.tsx new file mode 100644 index 000000000..f4b22221b --- /dev/null +++ b/kibbeh/src/modules/developer/BotsEditPage.tsx @@ -0,0 +1,31 @@ +import React from "react"; +import { PageComponent } from "../../types/PageComponent"; +import { WaitForWsAndAuth } from "../auth/WaitForWsAndAuth"; +import { HeaderController } from "../display/HeaderController"; +import { MainLayout } from "../layouts/MainLayout"; +import { FloatingRoomInfo } from "../layouts/FloatingRoomInfo"; +import { TabletSidebar } from "../layouts/TabletSidebar"; +import { DeveloperPanel } from "./DeveloperPanel"; +import { ProfileBlockController } from "../dashboard/ProfileBlockController"; +import { EditBot } from "./EditBot"; + +interface BotsEditPageProps {} + +export const BotsEditPage: PageComponent = ({}) => { + return ( + + + } + tabletSidebar={} + leftPanel={} + rightPanel={} + mobileHeader={undefined} + > + + + + ); +}; + +BotsEditPage.ws = true; diff --git a/kibbeh/src/modules/developer/BotsPage.tsx b/kibbeh/src/modules/developer/BotsPage.tsx new file mode 100644 index 000000000..bed35b165 --- /dev/null +++ b/kibbeh/src/modules/developer/BotsPage.tsx @@ -0,0 +1,29 @@ +import React from "react"; +import { PageComponent } from "../../types/PageComponent"; +import { WaitForWsAndAuth } from "../auth/WaitForWsAndAuth"; +import { HeaderController } from "../display/HeaderController"; +import { MainLayout } from "../layouts/MainLayout"; +import { FloatingRoomInfo } from "../layouts/FloatingRoomInfo"; +import { TabletSidebar } from "../layouts/TabletSidebar"; +import { DeveloperPanel } from "./DeveloperPanel"; +import { ProfileBlockController } from "../dashboard/ProfileBlockController"; +import { YourBots } from "./YourBots"; + +export const BotsPage: PageComponent = ({}) => { + return ( + + + } + tabletSidebar={} + leftPanel={} + rightPanel={} + mobileHeader={undefined} + > + + + + ); +}; + +BotsPage.ws = true; diff --git a/kibbeh/src/modules/developer/CreateBotModal.tsx b/kibbeh/src/modules/developer/CreateBotModal.tsx new file mode 100644 index 000000000..c2edb8268 --- /dev/null +++ b/kibbeh/src/modules/developer/CreateBotModal.tsx @@ -0,0 +1,84 @@ +import { Form, Formik } from "formik"; +import React from "react"; +import { InputField } from "../../form-fields/InputField"; +import { useWrappedConn } from "../../shared-hooks/useConn"; +import { useTypeSafeTranslation } from "../../shared-hooks/useTypeSafeTranslation"; +import { Button } from "../../ui/Button"; +import { ButtonLink } from "../../ui/ButtonLink"; +import { Modal } from "../../ui/Modal"; +import { showErrorToast } from "../../lib/showErrorToast"; +interface CreateBotModalProps { + onRequestClose: () => void; + data?: { + username: string; + }; +} + +export const CreateBotModal: React.FC = ({ + onRequestClose, + data, +}) => { + const { t } = useTypeSafeTranslation(); + const wrapper = useWrappedConn(); + + return ( + + + initialValues={ + data + ? data + : { + username: "", + } + } + validateOnChange={false} + validateOnBlur={false} + onSubmit={({ username }) => { + wrapper.mutation.userCreateBot(username).then((r) => { + if (r.isUsernameTaken) { + showErrorToast( + t("components.modals.createBotModal.usernameTaken") + ); + } + if (r.error) { + showErrorToast(r.error); + } + }); + onRequestClose(); + }} + > + {({ isSubmitting }) => ( +
+
+

+ {t("components.modals.createBotModal.title")} +

+
+ {t("components.modals.createBotModal.subtitle")} +
+
+
+ +
+ +
+ + + {t("common.cancel")} + +
+
+ )} + +
+ ); +}; diff --git a/kibbeh/src/modules/developer/DeveloperNavButton.tsx b/kibbeh/src/modules/developer/DeveloperNavButton.tsx new file mode 100644 index 000000000..01f9249e5 --- /dev/null +++ b/kibbeh/src/modules/developer/DeveloperNavButton.tsx @@ -0,0 +1,25 @@ +import { useRouter } from "next/router"; +import { useTypeSafeTranslation } from "../../shared-hooks/useTypeSafeTranslation"; + +export const DeveloperNavButton: React.FC<{ title: string, icon: React.ReactNode, href: string }> = ({ title, icon, href }) => { + const { t } = useTypeSafeTranslation(); + const { push } = useRouter(); + + return ( + + ); +}; diff --git a/kibbeh/src/modules/developer/DeveloperPanel.tsx b/kibbeh/src/modules/developer/DeveloperPanel.tsx new file mode 100644 index 000000000..e77a023b5 --- /dev/null +++ b/kibbeh/src/modules/developer/DeveloperPanel.tsx @@ -0,0 +1,21 @@ +import { BotIcon } from "../../icons"; +import { useTypeSafeTranslation } from "../../shared-hooks/useTypeSafeTranslation"; +import { DeveloperNavButton } from "./DeveloperNavButton"; + +export const DeveloperPanel: React.FC = ({}) => { + const { t } = useTypeSafeTranslation(); + return ( +
+

+ {t("components.settingsDropdown.developer")} +

+
+ } + /> +
+
+ ); +}; diff --git a/kibbeh/src/modules/developer/EditBot.tsx b/kibbeh/src/modules/developer/EditBot.tsx new file mode 100644 index 000000000..08c11ce2b --- /dev/null +++ b/kibbeh/src/modules/developer/EditBot.tsx @@ -0,0 +1,101 @@ +import React, { useEffect, useState } from "react"; +import { Bot } from "./Bot"; +import { BotInfo } from "./BotInfo"; +import { useWrappedConn } from "../../shared-hooks/useConn"; +import { Button } from "../../ui/Button"; +import { useRouter } from "next/router"; +import { useTypeSafeTranslation } from "../../shared-hooks/useTypeSafeTranslation"; + +export const EditBot = ({}) => { + const { query } = useRouter(); + const username = query.username; + const [showapiKey, setShowapiKey] = useState(false); + const [bots, setBots] = useState>([]); + const [bot, setBot] = useState(); + const wrapper = useWrappedConn(); + const { t } = useTypeSafeTranslation(); + useEffect(() => { + wrapper.connection.sendCall("user:get_bots", {}).then((v: any) => { + setBots(v.bots); + }); + }, []); + + useEffect(() => { + setBot(bots.find((b) => b.username === username)); + }, [bots]); + + if (!bot) { + return
{t("common.error")}
; + } + return ( +
+
+
+ {t("pages.botEdit.title")} +
+
+
+ {}} /> + +
+
+
+
+ {t("pages.botEdit.apiKey")} +
+
setShowapiKey(true)} + > + {showapiKey ? bot.apiKey : t("pages.botEdit.reveal")} +
+
+
+ + +
+
+ + +
+
+
+ ); +}; + +EditBot.ws = true; diff --git a/kibbeh/src/modules/developer/YourBots.tsx b/kibbeh/src/modules/developer/YourBots.tsx new file mode 100644 index 000000000..b179e5563 --- /dev/null +++ b/kibbeh/src/modules/developer/YourBots.tsx @@ -0,0 +1,64 @@ +import React, { useEffect, useState } from "react"; +import { BotCard } from "./BotCard"; +import { Bot } from "./Bot"; +import { useWrappedConn } from "../../shared-hooks/useConn"; +import { CreateBotModal } from "./CreateBotModal"; +import { useTypeSafeTranslation } from "../../shared-hooks/useTypeSafeTranslation"; + +export const YourBots: React.FC = ({}) => { + const [bots, setBots] = useState>([]); + const [modal, setModal] = useState(false); + const botsParsed = bots.map((v, i) => ( + + )); + const wrapper = useWrappedConn(); + const { t } = useTypeSafeTranslation(); + // wrapper.wrapperection.sendCall('user:create_bot', {username: 'ttttt'}).then(v => console.log(v)); + useEffect(() => { + wrapper.connection.sendCall("user:get_bots", {}).then((v: any) => { + setBots(v.bots); + }); + }, [modal]); + return ( +
+
+
+ {t('pages.botEdit.yourBots')} ({bots.length}) +
+ {bots.length < 5 ? ( + + ) : ( +
Max amount of bots reached!
+ )} +
+
+
+ {botsParsed} +
+ + {modal && setModal(false)} />} +
+ ); +}; diff --git a/kibbeh/src/modules/layouts/FloatingRoomInfo.tsx b/kibbeh/src/modules/layouts/FloatingRoomInfo.tsx index 50b833350..dcd3440b1 100644 --- a/kibbeh/src/modules/layouts/FloatingRoomInfo.tsx +++ b/kibbeh/src/modules/layouts/FloatingRoomInfo.tsx @@ -14,6 +14,7 @@ import { useDrag } from "react-use-gesture"; import { useBoundingClientRect } from "../../shared-hooks/useBoundingClientRect"; import { useLeaveRoom } from "../../shared-hooks/useLeaveRoom"; import { useMuteStore } from "../../global-stores/useMuteStore"; +import { useMediaQuery } from "react-responsive"; export const FloatingRoomInfo: React.FC = () => { const data = useCurrentRoomFromCache(); @@ -24,6 +25,7 @@ export const FloatingRoomInfo: React.FC = () => { const setDeaf = useSetDeaf(); const router = useRouter(); const { leaveRoom } = useLeaveRoom(); + const is1Cols = useMediaQuery({ minWidth: 800 }); const [{ y }, api] = useSpring(() => ({ y: 0 })); const floatingRef = useRef(null); @@ -85,7 +87,7 @@ export const FloatingRoomInfo: React.FC = () => { data-testid="floating-room-container" className="flex fixed left-0 bg-primary-900 items-center w-full border-t border-primary-700 px-3 justify-between animate-breathe-slow" style={{ - bottom: 60, + bottom: is1Cols ? 0 : 60, zIndex: 9, y, ...bgStyles, diff --git a/kibbeh/src/modules/room/UserPreviewModal.tsx b/kibbeh/src/modules/room/UserPreviewModal.tsx index ddcd49cdc..ce7986439 100644 --- a/kibbeh/src/modules/room/UserPreviewModal.tsx +++ b/kibbeh/src/modules/room/UserPreviewModal.tsx @@ -1,8 +1,4 @@ -import { - JoinRoomAndGetInfoResponse, - RoomUser, - UserWithFollowInfo, -} from "@dogehouse/kebab"; +import { JoinRoomAndGetInfoResponse, RoomUser, UserWithFollowInfo } from "@dogehouse/kebab"; import React, { useContext } from "react"; import { useDebugAudioStore } from "../../global-stores/useDebugAudio"; import { useConn } from "../../shared-hooks/useConn"; @@ -14,7 +10,6 @@ import { Button } from "../../ui/Button"; import { Modal } from "../../ui/Modal"; import { Spinner } from "../../ui/Spinner"; import { VerticalUserInfoWithFollowButton } from "../user/VerticalUserInfoWithFollowButton"; -import { useConsumerStore } from "../webrtc/stores/useConsumerStore"; import { AudioDebugConsumerSection } from "./AudioDebugConsumerSection"; import { RoomChatMessage, useRoomChatStore } from "./chat/useRoomChatStore"; import { UserPreviewModalContext } from "./UserPreviewModalProvider"; @@ -76,7 +71,23 @@ const UserPreview: React.FC<{ } if (!data) { - return
This user is gone.
; + return
This + user is gone.
; + } + + if ("error" in data) { + const error = data.error; + + let errorMessage = t("pages.viewUser.errors.default"); + + switch (error) { + case "blocked": + errorMessage = t("pages.viewUser.errors.blocked"); + break; + } + + return
{errorMessage}
; } const canDoModStuffOnThisUser = diff --git a/kibbeh/src/modules/room/mobile/RoomOverlay.tsx b/kibbeh/src/modules/room/mobile/RoomOverlay.tsx index 907f110e5..8d71c547a 100644 --- a/kibbeh/src/modules/room/mobile/RoomOverlay.tsx +++ b/kibbeh/src/modules/room/mobile/RoomOverlay.tsx @@ -14,6 +14,7 @@ import { import { RoomChatController } from "../RoomChatController"; import useWindowSize from "../../../shared-hooks/useWindowSize"; import { BoxedIcon } from "../../../ui/BoxedIcon"; +import useViewportSize from "../../../shared-hooks/useViewportSize"; interface RoomOverlayProps { mute?: { @@ -40,8 +41,9 @@ const RoomOverlay: React.FC = ({ setListener, canSpeak, }) => { - const { height: vHeight } = useWindowSize(); - const height = vHeight - 30 - 100; + const { height: windowHeight } = useWindowSize(); + const { height: viewportHeight } = useViewportSize(); + const height = windowHeight - 30 - 100; const [{ y }, set] = useSpring(() => ({ y: height })); const open = () => { @@ -94,7 +96,7 @@ const RoomOverlay: React.FC = ({ className="bg-primary-800 w-full rounded-t-20 z-10 absolute bottom-0 flex flex-col" style={{ bottom: `calc(-100% + ${height + 100 + 30}px)`, - height: vHeight - 30, + height: viewportHeight - 30, y, zIndex: 11, touchAction: "none", diff --git a/kibbeh/src/pages/developer/bots/edit/[username]/index.tsx b/kibbeh/src/pages/developer/bots/edit/[username]/index.tsx new file mode 100644 index 000000000..199a6230a --- /dev/null +++ b/kibbeh/src/pages/developer/bots/edit/[username]/index.tsx @@ -0,0 +1,3 @@ +import { BotsEditPage } from "../../../../../modules/developer/BotsEditPage"; + +export default BotsEditPage; diff --git a/kibbeh/src/pages/developer/bots/index.tsx b/kibbeh/src/pages/developer/bots/index.tsx new file mode 100644 index 000000000..49a1ca280 --- /dev/null +++ b/kibbeh/src/pages/developer/bots/index.tsx @@ -0,0 +1,3 @@ +import { BotsPage } from "../../../modules/developer/BotsPage"; + +export default BotsPage; diff --git a/kibbeh/src/shared-hooks/useViewportSize.ts b/kibbeh/src/shared-hooks/useViewportSize.ts new file mode 100644 index 000000000..75f6cc922 --- /dev/null +++ b/kibbeh/src/shared-hooks/useViewportSize.ts @@ -0,0 +1,46 @@ +import { debounce } from "lodash"; +import { useEffect, useState } from "react"; + +interface WindowSize { + width: number; + height: number; +} + +const useWindowSize = () => { + const [windowSize, setWindowSize] = useState({ + width: window.visualViewport?.width ?? window.innerWidth, + height: window.visualViewport?.height ?? window.innerHeight, + }); + + useEffect(() => { + const handleResize = () => { + setWindowSize({ + width: window.visualViewport?.width ?? window.innerWidth, + height: window.visualViewport?.height ?? window.innerHeight, + }); + }; + + const debounced = debounce(handleResize, 1000); + + if(!window.visualViewport) { + window.addEventListener("resize", debounced); + } else { + window.visualViewport.addEventListener("resize", debounced); + } + + handleResize(); + + return () => { + debounced.cancel(); // Prevents killing func while handleResize is running + if(!window.visualViewport) { + window.removeEventListener("resize", debounced); + } else { + window.visualViewport.removeEventListener("resize", debounced); + } + }; + }, []); + + return windowSize; +}; + +export default useWindowSize; diff --git a/kibbeh/src/styles/globals.css b/kibbeh/src/styles/globals.css index 66504f67d..56bfc16a1 100644 --- a/kibbeh/src/styles/globals.css +++ b/kibbeh/src/styles/globals.css @@ -108,8 +108,8 @@ html { overflow-y: auto; } -textarea { - resize: none; +::-webkit-resizer { + background: var(--color-primary-700); } #nprogress { diff --git a/kibbeh/src/ui/SettingsDropdown.tsx b/kibbeh/src/ui/SettingsDropdown.tsx index d2a5631c6..7bf58919b 100644 --- a/kibbeh/src/ui/SettingsDropdown.tsx +++ b/kibbeh/src/ui/SettingsDropdown.tsx @@ -4,11 +4,10 @@ import { useRouter } from "next/router"; import React, { ReactNode, useState } from "react"; import { useDebugAudioStore } from "../global-stores/useDebugAudio"; import { + DeveloperIcon, OutlineGlobe, SolidBug, SolidCaretRight, - SolidMicrophone, - SolidTime, SolidUser, SolidVolume, } from "../icons"; @@ -100,6 +99,13 @@ export const SettingsDropdown: React.FC<{ /> ) : null} + push("/developer/bots")} + icon={} + label={t("components.settingsDropdown.developer")} + transition + /> + = ({ : src } /> - {hover ? ( + {hover && (
- ) : null} + )} {isOnline && ( "%" - search_str = String.replace(search_str, ~r/([_])/, ~s(\\\_)) Query.start() |> where([r], ilike(r.name, ^search_str) and r.isPrivate == false) diff --git a/kousa/lib/beef/access/users.ex b/kousa/lib/beef/access/users.ex index 7bd4f7322..a17152414 100644 --- a/kousa/lib/beef/access/users.ex +++ b/kousa/lib/beef/access/users.ex @@ -37,21 +37,6 @@ defmodule Beef.Access.Users do |> Repo.all() end - def search_user(<> <> rest) when first_letter == ?@ do - search_user(rest) - end - - def search_user(username_or_display_name) do - search_str = username_or_display_name <> "%" - - Query.start() - # here - |> where([u], ilike(u.username, ^search_str)) - |> order_by([u], desc: u.numFollowers) - |> limit([], 15) - |> Repo.all() - end - @spec get_by_id_with_follow_info(any, any) :: any def get_by_id_with_follow_info(me_id, them_id) do Query.start() diff --git a/kousa/lib/broth/message/misc/search.ex b/kousa/lib/broth/message/misc/search.ex index a15c221fc..b692e3c11 100644 --- a/kousa/lib/broth/message/misc/search.ex +++ b/kousa/lib/broth/message/misc/search.ex @@ -47,7 +47,7 @@ defmodule Broth.Message.Misc.Search do case apply_action(changeset, :validate) do {:ok, %{query: query}} -> rooms = Rooms.search_name(query) - users = Users.search_user(query) + users = Users.search_username(query) items = Enum.concat(rooms, users) {:reply, %Reply{items: items, rooms: rooms, users: users, nextCursor: nil}, state}