Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>tags/1.8.1
| @@ -279,6 +279,10 @@ const translation = { | |||
| runDesc: 'Führen Sie schnelle Befehle aus (Thema, Sprache, ...)', | |||
| themeCategoryTitle: 'Thema', | |||
| slashDesc: 'Führen Sie Befehle wie /theme, /lang aus', | |||
| accountDesc: 'Gehe zur Kontoseite', | |||
| feedbackDesc: 'Offene Diskussionen zum Feedback der Gemeinschaft', | |||
| communityDesc: 'Offene Discord-Community', | |||
| docDesc: 'Öffnen Sie die Hilfedokumentation', | |||
| }, | |||
| emptyState: { | |||
| noPluginsFound: 'Keine Plugins gefunden', | |||
| @@ -313,6 +317,7 @@ const translation = { | |||
| inScope: 'in {{scope}}s', | |||
| noMatchingCommands: 'Keine übereinstimmenden Befehle gefunden', | |||
| tryDifferentSearch: 'Versuchen Sie es mit einem anderen Suchbegriff', | |||
| slashHint: 'Geben Sie / ein, um alle verfügbaren Befehle anzuzeigen.', | |||
| }, | |||
| } | |||
| @@ -277,6 +277,10 @@ const translation = { | |||
| languageCategoryDesc: 'Cambiar el idioma de la interfaz', | |||
| themeCategoryDesc: 'Cambiar el tema de la aplicación', | |||
| slashDesc: 'Ejecuta comandos como /tema, /idioma', | |||
| accountDesc: 'Navegar a la página de cuenta', | |||
| communityDesc: 'Abrir comunidad de Discord', | |||
| feedbackDesc: 'Discusiones de retroalimentación de la comunidad abierta', | |||
| docDesc: 'Abrir la documentación de ayuda', | |||
| }, | |||
| emptyState: { | |||
| noAppsFound: 'No se encontraron aplicaciones', | |||
| @@ -311,6 +315,7 @@ const translation = { | |||
| inScope: 'en {{scope}}s', | |||
| tryDifferentSearch: 'Prueba con un término de búsqueda diferente', | |||
| noMatchingCommands: 'No se encontraron comandos coincidentes', | |||
| slashHint: 'Escribe / para ver todos los comandos disponibles', | |||
| }, | |||
| } | |||
| @@ -277,6 +277,10 @@ const translation = { | |||
| themeSystemDesc: 'به ظاهر سیستمعامل خود پایبند باشید', | |||
| runDesc: 'دستورات سریع اجرا کنید (موضوع، زبان، ...)', | |||
| slashDesc: 'دستورات را مانند /theme، /lang اجرا کنید', | |||
| feedbackDesc: 'بحثهای باز بازخورد جامعه', | |||
| accountDesc: 'به صفحه حساب کاربری بروید', | |||
| communityDesc: 'جامعه دیسکورد باز', | |||
| docDesc: 'مستندات کمک را باز کنید', | |||
| }, | |||
| emptyState: { | |||
| noKnowledgeBasesFound: 'هیچ پایگاه دانش یافت نشد', | |||
| @@ -311,6 +315,7 @@ const translation = { | |||
| inScope: 'در {{scope}}s', | |||
| noMatchingCommands: 'هیچ دستوری منطبق یافت نشد', | |||
| tryDifferentSearch: 'عبارت جستجوی دیگری را امتحان کنید', | |||
| slashHint: 'برای مشاهده تمام دستورات موجود / را تایپ کنید', | |||
| }, | |||
| } | |||
| @@ -277,6 +277,10 @@ const translation = { | |||
| languageCategoryDesc: 'Changer la langue de l\'interface', | |||
| runDesc: 'Exécuter des commandes rapides (thème, langue, ...)', | |||
| slashDesc: 'Exécutez des commandes telles que /theme, /lang', | |||
| communityDesc: 'Ouvrir la communauté Discord', | |||
| docDesc: 'Ouvrir la documentation d\'aide', | |||
| accountDesc: 'Accédez à la page de compte', | |||
| feedbackDesc: 'Discussions de rétroaction de la communauté ouverte', | |||
| }, | |||
| emptyState: { | |||
| noKnowledgeBasesFound: 'Aucune base de connaissances trouvée', | |||
| @@ -311,6 +315,7 @@ const translation = { | |||
| inScope: 'dans {{scope}}s', | |||
| noMatchingCommands: 'Aucune commande correspondante n’a été trouvée', | |||
| tryDifferentSearch: 'Essayez un autre terme de recherche', | |||
| slashHint: 'Tapez / pour voir toutes les commandes disponibles', | |||
| }, | |||
| } | |||
| @@ -277,6 +277,10 @@ const translation = { | |||
| themeSystemDesc: 'अपने ऑपरेटिंग सिस्टम की उपस्थिति का पालन करें', | |||
| runDesc: 'त्वरित कमांड चलाएँ (थीम, भाषा, ...)', | |||
| slashDesc: 'कमांड्स चलाएं जैसे /theme, /lang', | |||
| accountDesc: 'खाता पृष्ठ पर जाएं', | |||
| docDesc: 'सहायता दस्तावेज़ खोलें', | |||
| communityDesc: 'ओपन डिस्कॉर्ड समुदाय', | |||
| feedbackDesc: 'खुले समुदाय की फीडबैक चर्चाएँ', | |||
| }, | |||
| emptyState: { | |||
| noPluginsFound: 'कोई प्लगइन नहीं मिले', | |||
| @@ -311,6 +315,7 @@ const translation = { | |||
| inScope: '{{scope}}s में', | |||
| tryDifferentSearch: 'एक अलग खोज शब्द आजमाएँ', | |||
| noMatchingCommands: 'कोई मिलती-जुलती कमांड्स नहीं मिलीं', | |||
| slashHint: 'सभी उपलब्ध कमांड देखने के लिए टाइप करें /', | |||
| }, | |||
| } | |||
| @@ -283,6 +283,10 @@ const translation = { | |||
| runDesc: 'Esegui comandi rapidi (tema, lingua, ...)', | |||
| themeSystemDesc: 'Segui l\'aspetto del tuo sistema operativo', | |||
| slashDesc: 'Esegui comandi come /theme, /lang', | |||
| communityDesc: 'Apri la community di Discord', | |||
| accountDesc: 'Vai alla pagina dell\'account', | |||
| feedbackDesc: 'Discussioni di feedback della comunità aperta', | |||
| docDesc: 'Apri la documentazione di aiuto', | |||
| }, | |||
| emptyState: { | |||
| noKnowledgeBasesFound: 'Nessuna base di conoscenza trovata', | |||
| @@ -317,6 +321,7 @@ const translation = { | |||
| inScope: 'in {{scope}}s', | |||
| tryDifferentSearch: 'Prova un termine di ricerca diverso', | |||
| noMatchingCommands: 'Nessun comando corrispondente trovato', | |||
| slashHint: 'Digita / per vedere tutti i comandi disponibili', | |||
| }, | |||
| } | |||
| @@ -292,6 +292,10 @@ const translation = { | |||
| themeCategoryDesc: 'アプリケーションのテーマを切り替える', | |||
| runDesc: 'クイックコマンドを実行する(テーマ、言語、...)', | |||
| slashDesc: 'コマンドを実行します、例えば /theme や /lang のように', | |||
| accountDesc: 'アカウントページに移動する', | |||
| docDesc: 'ヘルプドキュメントを開く', | |||
| communityDesc: 'オープンDiscordコミュニティ', | |||
| feedbackDesc: 'オープンなコミュニティフィードバックディスカッション', | |||
| }, | |||
| emptyState: { | |||
| noAppsFound: 'アプリが見つかりません', | |||
| @@ -310,6 +314,7 @@ const translation = { | |||
| }, | |||
| noMatchingCommands: '一致するコマンドが見つかりません', | |||
| tryDifferentSearch: '別の検索語句をお試しください', | |||
| slashHint: '/を入力して、利用可能なすべてのコマンドを表示します。', | |||
| }, | |||
| } | |||
| @@ -297,6 +297,10 @@ const translation = { | |||
| runDesc: '빠른 명령 실행 (테마, 언어 등...)', | |||
| themeSystemDesc: '운영 체제의 외관을 따르세요', | |||
| slashDesc: '/theme, /lang와 같은 명령어를 실행하십시오.', | |||
| communityDesc: '오픈 디스코드 커뮤니티', | |||
| feedbackDesc: '공개 커뮤니티 피드백 토론', | |||
| docDesc: '도움 문서 열기', | |||
| accountDesc: '계정 페이지로 이동', | |||
| }, | |||
| emptyState: { | |||
| noAppsFound: '앱을 찾을 수 없습니다.', | |||
| @@ -331,6 +335,7 @@ const translation = { | |||
| inScope: '{{scope}}s 내에서', | |||
| tryDifferentSearch: '다른 검색어 사용해 보기', | |||
| noMatchingCommands: '일치하는 명령을 찾을 수 없습니다.', | |||
| slashHint: '모든 사용 가능한 명령을 보려면 /를 입력하세요.', | |||
| }, | |||
| } | |||
| @@ -278,6 +278,10 @@ const translation = { | |||
| themeSystemDesc: 'Podążaj za wyglądem swojego systemu operacyjnego', | |||
| runDesc: 'Uruchom szybkie polecenia (motyw, język, ...)', | |||
| slashDesc: 'Wykonuj polecenia takie jak /theme, /lang', | |||
| communityDesc: 'Otwarta społeczność Discord', | |||
| docDesc: 'Otwórz dokumentację pomocy', | |||
| accountDesc: 'Przejdź do strony konta', | |||
| feedbackDesc: 'Otwarte dyskusje na temat opinii społeczności', | |||
| }, | |||
| emptyState: { | |||
| noAppsFound: 'Nie znaleziono aplikacji', | |||
| @@ -312,6 +316,7 @@ const translation = { | |||
| inScope: 'w {{scope}}s', | |||
| noMatchingCommands: 'Nie znaleziono pasujących poleceń', | |||
| tryDifferentSearch: 'Spróbuj użyć innego hasła', | |||
| slashHint: 'Wpisz / aby zobaczyć wszystkie dostępne polecenia', | |||
| }, | |||
| } | |||
| @@ -277,6 +277,10 @@ const translation = { | |||
| themeSystemDesc: 'Siga a aparência do seu sistema operacional', | |||
| languageCategoryDesc: 'Mudar o idioma da interface', | |||
| slashDesc: 'Execute comandos como /tema, /idioma', | |||
| accountDesc: 'Navegue até a página da conta', | |||
| communityDesc: 'Comunidade do Discord aberta', | |||
| feedbackDesc: 'Discussões de feedback da comunidade aberta', | |||
| docDesc: 'Abra a documentação de ajuda', | |||
| }, | |||
| emptyState: { | |||
| noAppsFound: 'Nenhum aplicativo encontrado', | |||
| @@ -311,6 +315,7 @@ const translation = { | |||
| inScope: 'em {{scope}}s', | |||
| noMatchingCommands: 'Nenhum comando correspondente encontrado', | |||
| tryDifferentSearch: 'Tente um termo de pesquisa diferente', | |||
| slashHint: 'Digite / para ver todos os comandos disponíveis', | |||
| }, | |||
| } | |||
| @@ -277,6 +277,10 @@ const translation = { | |||
| languageCategoryDesc: 'Schimbați limba interfeței', | |||
| themeSystemDesc: 'Urmăriți aspectul sistemului de operare', | |||
| slashDesc: 'Execută comenzi precum /theme, /lang', | |||
| feedbackDesc: 'Discuții de feedback deschis pentru comunitate', | |||
| docDesc: 'Deschide documentația de ajutor', | |||
| communityDesc: 'Deschide comunitatea Discord', | |||
| accountDesc: 'Navigați la pagina de cont', | |||
| }, | |||
| emptyState: { | |||
| noAppsFound: 'Nu s-au găsit aplicații', | |||
| @@ -311,6 +315,7 @@ const translation = { | |||
| inScope: 'în {{scope}}s', | |||
| noMatchingCommands: 'Nu s-au găsit comenzi potrivite', | |||
| tryDifferentSearch: 'Încercați un alt termen de căutare', | |||
| slashHint: 'Tastați / pentru a vedea toate comenzile disponibile', | |||
| }, | |||
| } | |||
| @@ -277,6 +277,10 @@ const translation = { | |||
| themeLightDesc: 'Используйте светлый внешний вид', | |||
| themeSystemDesc: 'Следуйте внешнему виду вашей операционной системы', | |||
| slashDesc: 'Выполняйте команды, такие как /theme, /lang', | |||
| accountDesc: 'Перейдите на страницу учетной записи', | |||
| feedbackDesc: 'Обсуждения обратной связи с открытым сообществом', | |||
| docDesc: 'Откройте справочную документацию', | |||
| communityDesc: 'Открытое сообщество Discord', | |||
| }, | |||
| emptyState: { | |||
| noPluginsFound: 'Плагины не найдены', | |||
| @@ -311,6 +315,7 @@ const translation = { | |||
| inScope: 'в {{scope}}s', | |||
| noMatchingCommands: 'Соответствующие команды не найдены', | |||
| tryDifferentSearch: 'Попробуйте использовать другой поисковый запрос', | |||
| slashHint: 'Введите / чтобы увидеть все доступные команды', | |||
| }, | |||
| } | |||
| @@ -277,6 +277,10 @@ const translation = { | |||
| runDesc: 'Zaženi hitre ukaze (teme, jezik, ...)', | |||
| languageChangeDesc: 'Spremeni jezik vmesnika', | |||
| slashDesc: 'Izvedi ukaze kot so /tema, /jezik', | |||
| accountDesc: 'Pojdite na stran računa', | |||
| docDesc: 'Odprite pomoč dokumentacijo', | |||
| feedbackDesc: 'Razprave o povratnih informacijah odprte skupnosti', | |||
| communityDesc: 'Odpri Discord skupnost', | |||
| }, | |||
| emptyState: { | |||
| noPluginsFound: 'Vtičnikov ni mogoče najti', | |||
| @@ -311,6 +315,7 @@ const translation = { | |||
| inScope: 'v {{scope}}s', | |||
| tryDifferentSearch: 'Poskusite uporabiti drug iskalni izraz', | |||
| noMatchingCommands: 'Ujemajoči se ukazi niso našli', | |||
| slashHint: 'Vnesite / za ogled vseh razpoložljivih ukazov', | |||
| }, | |||
| } | |||
| @@ -273,6 +273,10 @@ const translation = { | |||
| themeLightDesc: 'ใช้รูปลักษณ์ที่มีความสว่าง', | |||
| themeSystemDesc: 'ติดตามรูปลักษณ์ของระบบปฏิบัติการของคุณ', | |||
| slashDesc: 'ใช้คำสั่งเช่น /theme, /lang', | |||
| feedbackDesc: 'การอภิปรายข้อเสนอแนะแบบเปิดในชุมชน', | |||
| accountDesc: 'ไปที่หน้าบัญชี', | |||
| docDesc: 'เปิดเอกสารช่วยเหลือ', | |||
| communityDesc: 'เปิดชุมชน Discord', | |||
| }, | |||
| emptyState: { | |||
| noPluginsFound: 'ไม่พบปลั๊กอิน', | |||
| @@ -307,6 +311,7 @@ const translation = { | |||
| inScope: 'ใน {{scope}}s', | |||
| noMatchingCommands: 'ไม่พบคำสั่งที่ตรงกัน', | |||
| tryDifferentSearch: 'ลองใช้ข้อความค้นหาอื่น', | |||
| slashHint: 'พิมพ์ / เพื่อดูคำสั่งที่มีให้ทั้งหมด', | |||
| }, | |||
| } | |||
| @@ -273,6 +273,10 @@ const translation = { | |||
| runDesc: 'Hızlı komutlar çalıştır (tema, dil, ...)', | |||
| searchPluginsDesc: 'Eklentilerinizi arayın ve gezinin', | |||
| slashDesc: '/tema, /dil gibi komutları çalıştırın', | |||
| communityDesc: 'Açık Discord topluluğu', | |||
| accountDesc: 'Hesap sayfasına gidin', | |||
| feedbackDesc: 'Açık topluluk geri bildirim tartışmaları', | |||
| docDesc: 'Yardım belgelerini aç', | |||
| }, | |||
| emptyState: { | |||
| noAppsFound: 'Uygulama bulunamadı', | |||
| @@ -307,6 +311,7 @@ const translation = { | |||
| inScope: '{{scope}}s içinde', | |||
| tryDifferentSearch: 'Farklı bir arama terimi deneyin', | |||
| noMatchingCommands: 'Eşleşen komut bulunamadı', | |||
| slashHint: 'Tüm mevcut komutları görmek için / yazın', | |||
| }, | |||
| } | |||
| @@ -277,6 +277,10 @@ const translation = { | |||
| themeSystemDesc: 'Дотримуйтесь зовнішнього вигляду вашої операційної системи', | |||
| languageCategoryDesc: 'Переключити мову інтерфейсу', | |||
| slashDesc: 'Виконуйте команди, такі як /theme, /lang', | |||
| feedbackDesc: 'Відкриті обговорення відгуків громади', | |||
| docDesc: 'Відкрийте документацію допомоги', | |||
| accountDesc: 'Перейдіть на сторінку облікового запису', | |||
| communityDesc: 'Відкрита Discord-спільнота', | |||
| }, | |||
| emptyState: { | |||
| noPluginsFound: 'Плагінів не знайдено', | |||
| @@ -311,6 +315,7 @@ const translation = { | |||
| inScope: 'у {{scope}}s', | |||
| noMatchingCommands: 'Відповідних команд не знайдено', | |||
| tryDifferentSearch: 'Спробуйте інший пошуковий термін', | |||
| slashHint: 'Наберіть / , щоб побачити всі доступні команди', | |||
| }, | |||
| } | |||
| @@ -277,6 +277,10 @@ const translation = { | |||
| runDesc: 'Chạy các lệnh nhanh (chủ đề, ngôn ngữ, ... )', | |||
| themeCategoryDesc: 'Chuyển đổi giao diện ứng dụng', | |||
| slashDesc: 'Thực hiện các lệnh như /theme, /lang', | |||
| feedbackDesc: 'Thảo luận phản hồi cộng đồng mở', | |||
| accountDesc: 'Đi đến trang tài khoản', | |||
| docDesc: 'Mở tài liệu trợ giúp', | |||
| communityDesc: 'Mở cộng đồng Discord', | |||
| }, | |||
| emptyState: { | |||
| noWorkflowNodesFound: 'Không tìm thấy nút quy trình làm việc', | |||
| @@ -311,6 +315,7 @@ const translation = { | |||
| inScope: 'trong {{scope}}s', | |||
| tryDifferentSearch: 'Thử một cụm từ tìm kiếm khác', | |||
| noMatchingCommands: 'Không tìm thấy lệnh phù hợp', | |||
| slashHint: 'Gõ / để xem tất cả các lệnh có sẵn', | |||
| }, | |||
| } | |||
| @@ -276,6 +276,10 @@ const translation = { | |||
| languageChangeDesc: '更改 UI 語言', | |||
| runDesc: '執行快速命令(主題、語言等...)', | |||
| slashDesc: '執行命令如 /theme, /lang', | |||
| communityDesc: '開放的 Discord 社區', | |||
| accountDesc: '導航到帳戶頁面', | |||
| feedbackDesc: '開放社區反饋討論', | |||
| docDesc: '開啟幫助文件', | |||
| }, | |||
| emptyState: { | |||
| noAppsFound: '未找到應用', | |||
| @@ -310,6 +314,7 @@ const translation = { | |||
| inScope: '在 {{scope}}s 中', | |||
| noMatchingCommands: '未找到匹配的命令', | |||
| tryDifferentSearch: '嘗試其他搜尋字詞', | |||
| slashHint: '輸入 / 以查看所有可用的指令', | |||
| }, | |||
| } | |||