File tree Expand file tree Collapse file tree 18 files changed +90
-0
lines changed Expand file tree Collapse file tree 18 files changed +90
-0
lines changed Original file line number Diff line number Diff line change @@ -279,6 +279,10 @@ const translation = {
279279 runDesc : 'Führen Sie schnelle Befehle aus (Thema, Sprache, ...)' ,
280280 themeCategoryTitle : 'Thema' ,
281281 slashDesc : 'Führen Sie Befehle wie /theme, /lang aus' ,
282+ accountDesc : 'Gehe zur Kontoseite' ,
283+ feedbackDesc : 'Offene Diskussionen zum Feedback der Gemeinschaft' ,
284+ communityDesc : 'Offene Discord-Community' ,
285+ docDesc : 'Öffnen Sie die Hilfedokumentation' ,
282286 } ,
283287 emptyState : {
284288 noPluginsFound : 'Keine Plugins gefunden' ,
@@ -313,6 +317,7 @@ const translation = {
313317 inScope : 'in {{scope}}s' ,
314318 noMatchingCommands : 'Keine übereinstimmenden Befehle gefunden' ,
315319 tryDifferentSearch : 'Versuchen Sie es mit einem anderen Suchbegriff' ,
320+ slashHint : 'Geben Sie / ein, um alle verfügbaren Befehle anzuzeigen.' ,
316321 } ,
317322}
318323
Original file line number Diff line number Diff line change @@ -277,6 +277,10 @@ const translation = {
277277 languageCategoryDesc : 'Cambiar el idioma de la interfaz' ,
278278 themeCategoryDesc : 'Cambiar el tema de la aplicación' ,
279279 slashDesc : 'Ejecuta comandos como /tema, /idioma' ,
280+ accountDesc : 'Navegar a la página de cuenta' ,
281+ communityDesc : 'Abrir comunidad de Discord' ,
282+ feedbackDesc : 'Discusiones de retroalimentación de la comunidad abierta' ,
283+ docDesc : 'Abrir la documentación de ayuda' ,
280284 } ,
281285 emptyState : {
282286 noAppsFound : 'No se encontraron aplicaciones' ,
@@ -311,6 +315,7 @@ const translation = {
311315 inScope : 'en {{scope}}s' ,
312316 tryDifferentSearch : 'Prueba con un término de búsqueda diferente' ,
313317 noMatchingCommands : 'No se encontraron comandos coincidentes' ,
318+ slashHint : 'Escribe / para ver todos los comandos disponibles' ,
314319 } ,
315320}
316321
Original file line number Diff line number Diff line change @@ -277,6 +277,10 @@ const translation = {
277277 themeSystemDesc : 'به ظاهر سیستمعامل خود پایبند باشید' ,
278278 runDesc : 'دستورات سریع اجرا کنید (موضوع، زبان، ...)' ,
279279 slashDesc : 'دستورات را مانند /theme، /lang اجرا کنید' ,
280+ feedbackDesc : 'بحثهای باز بازخورد جامعه' ,
281+ accountDesc : 'به صفحه حساب کاربری بروید' ,
282+ communityDesc : 'جامعه دیسکورد باز' ,
283+ docDesc : 'مستندات کمک را باز کنید' ,
280284 } ,
281285 emptyState : {
282286 noKnowledgeBasesFound : 'هیچ پایگاه دانش یافت نشد' ,
@@ -311,6 +315,7 @@ const translation = {
311315 inScope : 'در {{scope}}s' ,
312316 noMatchingCommands : 'هیچ دستوری منطبق یافت نشد' ,
313317 tryDifferentSearch : 'عبارت جستجوی دیگری را امتحان کنید' ,
318+ slashHint : 'برای مشاهده تمام دستورات موجود / را تایپ کنید' ,
314319 } ,
315320}
316321
Original file line number Diff line number Diff line change @@ -277,6 +277,10 @@ const translation = {
277277 languageCategoryDesc : 'Changer la langue de l\'interface' ,
278278 runDesc : 'Exécuter des commandes rapides (thème, langue, ...)' ,
279279 slashDesc : 'Exécutez des commandes telles que /theme, /lang' ,
280+ communityDesc : 'Ouvrir la communauté Discord' ,
281+ docDesc : 'Ouvrir la documentation d\'aide' ,
282+ accountDesc : 'Accédez à la page de compte' ,
283+ feedbackDesc : 'Discussions de rétroaction de la communauté ouverte' ,
280284 } ,
281285 emptyState : {
282286 noKnowledgeBasesFound : 'Aucune base de connaissances trouvée' ,
@@ -311,6 +315,7 @@ const translation = {
311315 inScope : 'dans {{scope}}s' ,
312316 noMatchingCommands : 'Aucune commande correspondante n’a été trouvée' ,
313317 tryDifferentSearch : 'Essayez un autre terme de recherche' ,
318+ slashHint : 'Tapez / pour voir toutes les commandes disponibles' ,
314319 } ,
315320}
316321
Original file line number Diff line number Diff line change @@ -277,6 +277,10 @@ const translation = {
277277 themeSystemDesc : 'अपने ऑपरेटिंग सिस्टम की उपस्थिति का पालन करें' ,
278278 runDesc : 'त्वरित कमांड चलाएँ (थीम, भाषा, ...)' ,
279279 slashDesc : 'कमांड्स चलाएं जैसे /theme, /lang' ,
280+ accountDesc : 'खाता पृष्ठ पर जाएं' ,
281+ docDesc : 'सहायता दस्तावेज़ खोलें' ,
282+ communityDesc : 'ओपन डिस्कॉर्ड समुदाय' ,
283+ feedbackDesc : 'खुले समुदाय की फीडबैक चर्चाएँ' ,
280284 } ,
281285 emptyState : {
282286 noPluginsFound : 'कोई प्लगइन नहीं मिले' ,
@@ -311,6 +315,7 @@ const translation = {
311315 inScope : '{{scope}}s में' ,
312316 tryDifferentSearch : 'एक अलग खोज शब्द आजमाएँ' ,
313317 noMatchingCommands : 'कोई मिलती-जुलती कमांड्स नहीं मिलीं' ,
318+ slashHint : 'सभी उपलब्ध कमांड देखने के लिए टाइप करें /' ,
314319 } ,
315320}
316321
Original file line number Diff line number Diff line change @@ -283,6 +283,10 @@ const translation = {
283283 runDesc : 'Esegui comandi rapidi (tema, lingua, ...)' ,
284284 themeSystemDesc : 'Segui l\'aspetto del tuo sistema operativo' ,
285285 slashDesc : 'Esegui comandi come /theme, /lang' ,
286+ communityDesc : 'Apri la community di Discord' ,
287+ accountDesc : 'Vai alla pagina dell\'account' ,
288+ feedbackDesc : 'Discussioni di feedback della comunità aperta' ,
289+ docDesc : 'Apri la documentazione di aiuto' ,
286290 } ,
287291 emptyState : {
288292 noKnowledgeBasesFound : 'Nessuna base di conoscenza trovata' ,
@@ -317,6 +321,7 @@ const translation = {
317321 inScope : 'in {{scope}}s' ,
318322 tryDifferentSearch : 'Prova un termine di ricerca diverso' ,
319323 noMatchingCommands : 'Nessun comando corrispondente trovato' ,
324+ slashHint : 'Digita / per vedere tutti i comandi disponibili' ,
320325 } ,
321326}
322327
Original file line number Diff line number Diff line change @@ -292,6 +292,10 @@ const translation = {
292292 themeCategoryDesc : 'アプリケーションのテーマを切り替える' ,
293293 runDesc : 'クイックコマンドを実行する(テーマ、言語、...)' ,
294294 slashDesc : 'コマンドを実行します、例えば /theme や /lang のように' ,
295+ accountDesc : 'アカウントページに移動する' ,
296+ docDesc : 'ヘルプドキュメントを開く' ,
297+ communityDesc : 'オープンDiscordコミュニティ' ,
298+ feedbackDesc : 'オープンなコミュニティフィードバックディスカッション' ,
295299 } ,
296300 emptyState : {
297301 noAppsFound : 'アプリが見つかりません' ,
@@ -310,6 +314,7 @@ const translation = {
310314 } ,
311315 noMatchingCommands : '一致するコマンドが見つかりません' ,
312316 tryDifferentSearch : '別の検索語句をお試しください' ,
317+ slashHint : '/を入力して、利用可能なすべてのコマンドを表示します。' ,
313318 } ,
314319}
315320
Original file line number Diff line number Diff line change @@ -297,6 +297,10 @@ const translation = {
297297 runDesc : '빠른 명령 실행 (테마, 언어 등...)' ,
298298 themeSystemDesc : '운영 체제의 외관��� 따르세요' ,
299299 slashDesc : '/theme, /lang와 같은 명령어를 실행하십시오.' ,
300+ communityDesc : '오픈 디스코드 커뮤니티' ,
301+ feedbackDesc : '공개 커뮤니티 피드백 토론' ,
302+ docDesc : '도움 문서 열기' ,
303+ accountDesc : '계정 페이지로 이동' ,
300304 } ,
301305 emptyState : {
302306 noAppsFound : '앱을 찾을 수 없습니다.' ,
@@ -331,6 +335,7 @@ const translation = {
331335 inScope : '{{scope}}s 내에서' ,
332336 tryDifferentSearch : '다른 검색어 사용해 보기' ,
333337 noMatchingCommands : '일치하는 명령을 찾을 수 없습니다.' ,
338+ slashHint : '모든 사용 가능한 명령을 보려면 /를 입력하세요.' ,
334339 } ,
335340}
336341
Original file line number Diff line number Diff line change @@ -278,6 +278,10 @@ const translation = {
278278 themeSystemDesc : 'Podążaj za wyglądem swojego systemu operacyjnego' ,
279279 runDesc : 'Uruchom szybkie polecenia (motyw, język, ...)' ,
280280 slashDesc : 'Wykonuj polecenia takie jak /theme, /lang' ,
281+ communityDesc : 'Otwarta społeczność Discord' ,
282+ docDesc : 'Otwórz dokumentację pomocy' ,
283+ accountDesc : 'Przejdź do strony konta' ,
284+ feedbackDesc : 'Otwarte dyskusje na temat opinii społeczności' ,
281285 } ,
282286 emptyState : {
283287 noAppsFound : 'Nie znaleziono aplikacji' ,
@@ -312,6 +316,7 @@ const translation = {
312316 inScope : 'w {{scope}}s' ,
313317 noMatchingCommands : 'Nie znaleziono pasujących poleceń' ,
314318 tryDifferentSearch : 'Spróbuj użyć innego hasła' ,
319+ slashHint : 'Wpisz / aby zobaczyć wszystkie dostępne polecenia' ,
315320 } ,
316321}
317322
Original file line number Diff line number Diff line change @@ -277,6 +277,10 @@ const translation = {
277277 themeSystemDesc : 'Siga a aparência do seu sistema operacional' ,
278278 languageCategoryDesc : 'Mudar o idioma da interface' ,
279279 slashDesc : 'Execute comandos como /tema, /idioma' ,
280+ accountDesc : 'Navegue até a página da conta' ,
281+ communityDesc : 'Comunidade do Discord aberta' ,
282+ feedbackDesc : 'Discussões de feedback da comunidade aberta' ,
283+ docDesc : 'Abra a documentação de ajuda' ,
280284 } ,
281285 emptyState : {
282286 noAppsFound : 'Nenhum aplicativo encontrado' ,
@@ -311,6 +315,7 @@ const translation = {
311315 inScope : 'em {{scope}}s' ,
312316 noMatchingCommands : 'Nenhum comando correspondente encontrado' ,
313317 tryDifferentSearch : 'Tente um termo de pesquisa diferente' ,
318+ slashHint : 'Digite / para ver todos os comandos disponíveis' ,
314319 } ,
315320}
316321
You can’t perform that action at this time.
0 commit comments