From bbd70d7508d58e4862527977912826776e0d7dcb Mon Sep 17 00:00:00 2001 From: JunjieBai Date: Sun, 28 Apr 2024 11:39:10 +0800 Subject: [PATCH] =?UTF-8?q?fix(translations):=E5=B0=86Ai=E6=94=B9=E4=B8=BA?= =?UTF-8?q?AI=E5=B9=B6=E6=9B=B4=E6=96=B0=E7=BF=BB=E8=AF=91=E6=96=87?= =?UTF-8?q?=E4=BB=B6.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libsearch/aisearch/ai-search-plugin.cpp | 4 +- search-ukcc-plugin/search.cpp | 4 +- search-ukcc-plugin/translations/bo_CN.ts | 9 +- search-ukcc-plugin/translations/de_DE.ts | 9 +- search-ukcc-plugin/translations/en_US.ts | 12 +- search-ukcc-plugin/translations/es_ES.ts | 9 +- search-ukcc-plugin/translations/fr_FR.ts | 9 +- search-ukcc-plugin/translations/kk_KZ.ts | 9 +- search-ukcc-plugin/translations/ky_KG.ts | 9 +- search-ukcc-plugin/translations/mn.ts | 9 +- search-ukcc-plugin/translations/ug_CN.ts | 9 +- search-ukcc-plugin/translations/zh_CN.ts | 9 +- search-ukcc-plugin/translations/zh_HK.ts | 9 +- .../libukui-search/libukui-search_bo_CN.ts | 134 ++++++++++++----- .../libukui-search/libukui-search_de_DE.ts | 134 ++++++++++++----- .../libukui-search/libukui-search_es_ES.ts | 134 ++++++++++++----- .../libukui-search/libukui-search_fr_FR.ts | 134 ++++++++++++----- .../libukui-search/libukui-search_kk_KZ.ts | 136 +++++++++++++----- .../libukui-search/libukui-search_ky.ts | 134 ++++++++++++----- .../libukui-search/libukui-search_mn.ts | 136 +++++++++++++----- .../libukui-search/libukui-search_tr.ts | 134 ++++++++++++----- .../libukui-search/libukui-search_ug.ts | 136 +++++++++++++----- .../libukui-search/libukui-search_zh_CN.ts | 34 +++-- .../libukui-search/libukui-search_zh_HK.ts | 134 ++++++++++++----- 24 files changed, 1062 insertions(+), 428 deletions(-) diff --git a/libsearch/aisearch/ai-search-plugin.cpp b/libsearch/aisearch/ai-search-plugin.cpp index de360e2..39b464a 100644 --- a/libsearch/aisearch/ai-search-plugin.cpp +++ b/libsearch/aisearch/ai-search-plugin.cpp @@ -67,12 +67,12 @@ const QString AiSearchPlugin::name() const QString AiSearchPlugin::description() { - return tr("Ai Search"); + return tr("AI Search"); } QString AiSearchPlugin::getPluginName() { - return tr("Ai Search"); + return tr("AI Search"); } void AiSearchPlugin::KeywordSearch(QString keyword, DataQueue *searchResult) diff --git a/search-ukcc-plugin/search.cpp b/search-ukcc-plugin/search.cpp index 408cfea..608781c 100644 --- a/search-ukcc-plugin/search.cpp +++ b/search-ukcc-plugin/search.cpp @@ -439,8 +439,8 @@ void Search::initUi() m_aiIndexFrame->setLayout(m_aiIndexLyt); m_aiIndexLabel = new QLabel(m_aiIndexFrame); - //~ contents_path /Search/Create ai index - m_aiIndexLabel->setText(tr("Create ai index")); + //~ contents_path /Search/Create AI index + m_aiIndexLabel->setText(tr("Create AI index")); m_aiIndexLabel->setContentsMargins(0, 0, 0, 0); m_aiIndexBtn = new kdk::KSwitchButton(m_aiIndexFrame); m_aiIndexLyt->addWidget(m_aiIndexLabel); diff --git a/search-ukcc-plugin/translations/bo_CN.ts b/search-ukcc-plugin/translations/bo_CN.ts index ece7ce8..61b80e0 100644 --- a/search-ukcc-plugin/translations/bo_CN.ts +++ b/search-ukcc-plugin/translations/bo_CN.ts @@ -41,6 +41,12 @@ 360 360 + + + Create AI index + AIགསར་སྐྲུན་བྱས་པ་རེད། + /Search/Create AI index + Block Folders @@ -122,9 +128,8 @@ /Search/Use OCR to index the text in pictures - Create ai index - AIགསར་སྐྲུན་བྱས་པ་རེད། + AIགསར་སྐྲུན་བྱས་པ་རེད། /Search/Create ai index diff --git a/search-ukcc-plugin/translations/de_DE.ts b/search-ukcc-plugin/translations/de_DE.ts index e58eaed..58c63d8 100644 --- a/search-ukcc-plugin/translations/de_DE.ts +++ b/search-ukcc-plugin/translations/de_DE.ts @@ -41,6 +41,12 @@ 360 360 + + + Create AI index + KI-Index erstellen + /Search/Create AI index + Block Folders @@ -122,9 +128,8 @@ /Search/Use OCR to index the text in pictures - Create ai index - KI-Index erstellen + KI-Index erstellen /Search/Create ai index diff --git a/search-ukcc-plugin/translations/en_US.ts b/search-ukcc-plugin/translations/en_US.ts index 4480ae5..fb21017 100644 --- a/search-ukcc-plugin/translations/en_US.ts +++ b/search-ukcc-plugin/translations/en_US.ts @@ -68,12 +68,6 @@ /Search/Use OCR to index the text in pictures - - - Create ai index - - /Search/Create ai index - Search Folders @@ -148,6 +142,12 @@ OK + + + Create AI index + + /Search/Create AI index + diff --git a/search-ukcc-plugin/translations/es_ES.ts b/search-ukcc-plugin/translations/es_ES.ts index d4eebf7..77135df 100644 --- a/search-ukcc-plugin/translations/es_ES.ts +++ b/search-ukcc-plugin/translations/es_ES.ts @@ -41,6 +41,12 @@ 360 360 + + + Create AI index + Crear un índice AI + /Search/Create AI index + Block Folders @@ -122,9 +128,8 @@ /Search/Use OCR to index the text in pictures - Create ai index - Crear un índice ai + Crear un índice ai /Search/Create ai index diff --git a/search-ukcc-plugin/translations/fr_FR.ts b/search-ukcc-plugin/translations/fr_FR.ts index 54f8260..bc0d4be 100644 --- a/search-ukcc-plugin/translations/fr_FR.ts +++ b/search-ukcc-plugin/translations/fr_FR.ts @@ -41,6 +41,12 @@ 360 360 + + + Create AI index + Créer un index AI + /Search/Create AI index + Block Folders @@ -122,9 +128,8 @@ /Search/Use OCR to index the text in pictures - Create ai index - Créer un index ai + Créer un index ai /Search/Create ai index diff --git a/search-ukcc-plugin/translations/kk_KZ.ts b/search-ukcc-plugin/translations/kk_KZ.ts index 16c223d..3200ec1 100644 --- a/search-ukcc-plugin/translations/kk_KZ.ts +++ b/search-ukcc-plugin/translations/kk_KZ.ts @@ -41,6 +41,12 @@ 360 360 + + + Create AI index + AI индексін жасау + /Search/Create AI index + Block Folders @@ -117,9 +123,8 @@ /Search/Use OCR to index the text in pictures - Create ai index - Ai индексін жасау + Ai индексін жасау /Search/Create ai index diff --git a/search-ukcc-plugin/translations/ky_KG.ts b/search-ukcc-plugin/translations/ky_KG.ts index 83b6e23..1e3f458 100644 --- a/search-ukcc-plugin/translations/ky_KG.ts +++ b/search-ukcc-plugin/translations/ky_KG.ts @@ -41,6 +41,12 @@ 360 360 + + + Create AI index + Ай индексин түзүү + /Search/Create AI index + Block Folders @@ -117,9 +123,8 @@ /Search/Use OCR to index the text in pictures - Create ai index - Ай индексин түзүү + Ай индексин түзүү /Search/Create ai index diff --git a/search-ukcc-plugin/translations/mn.ts b/search-ukcc-plugin/translations/mn.ts index bdb46e5..37763d9 100644 --- a/search-ukcc-plugin/translations/mn.ts +++ b/search-ukcc-plugin/translations/mn.ts @@ -105,6 +105,12 @@ show more results that match the keyword ᠨᠡᠩ ᠠᠷᠪᠢᠨ ᠵᠠᠩᠭᠢᠯᠠᠭ᠎ᠠ ᠶᠢᠨ ᠦᠰᠦᠭ ᠲᠡᠢ ᠲᠣᠬᠢᠷᠠᠯᠴᠠᠭᠰᠠᠨ ᠦᠷ᠎ᠡ ᠳ᠋ᠦᠩ ᠢ ᠢᠯᠡᠷᠡᠭᠦᠯᠵᠡᠢ + + + Create AI index + AI ᠰᠦᠪᠡᠭᠴᠢ ᠶᠢ ᠡᠭᠦᠳᠦᠨ ᠪᠠᠶᠢᠭᠤᠯᠤᠨ᠎ᠠ ᠃ + /Search/Create AI index + Search Folders @@ -169,9 +175,8 @@ /Search/Use OCR to index the text in pictures - Create ai index - ai ᠰᠦᠪᠡᠭᠴᠢ ᠶᠢ ᠡᠭᠦᠳᠦᠨ ᠪᠠᠶᠢᠭᠤᠯᠤᠨ᠎ᠠ ᠃ + ai ᠰᠦᠪᠡᠭᠴᠢ ᠶᠢ ᠡᠭᠦᠳᠦᠨ ᠪᠠᠶᠢᠭᠤᠯᠤᠨ᠎ᠠ ᠃ /Search/Create ai index diff --git a/search-ukcc-plugin/translations/ug_CN.ts b/search-ukcc-plugin/translations/ug_CN.ts index 0a2c9c1..7c0f245 100644 --- a/search-ukcc-plugin/translations/ug_CN.ts +++ b/search-ukcc-plugin/translations/ug_CN.ts @@ -41,6 +41,12 @@ 360 360 + + + Create AI index + AI كۆرسەتكۈچى قۇرۇش + /Search/Create AI index + Block Folders @@ -117,9 +123,8 @@ /Search/Use OCR to index the text in pictures - Create ai index - ai كۆرسەتكۈچى قۇرۇش + ai كۆرسەتكۈچى قۇرۇش /Search/Create ai index diff --git a/search-ukcc-plugin/translations/zh_CN.ts b/search-ukcc-plugin/translations/zh_CN.ts index ff6db0c..29bb68a 100644 --- a/search-ukcc-plugin/translations/zh_CN.ts +++ b/search-ukcc-plugin/translations/zh_CN.ts @@ -41,6 +41,12 @@ 360 360 + + + Create AI index + AI索引 + /Search/Create AI index + Block Folders @@ -122,9 +128,8 @@ /Search/Use OCR to index the text in pictures - Create ai index - Ai索引 + Ai索引 /Search/Create ai index diff --git a/search-ukcc-plugin/translations/zh_HK.ts b/search-ukcc-plugin/translations/zh_HK.ts index 7a0e345..aac5b0e 100644 --- a/search-ukcc-plugin/translations/zh_HK.ts +++ b/search-ukcc-plugin/translations/zh_HK.ts @@ -79,9 +79,8 @@ 顯示更多與輸入內容匹配的搜尋結果 - Create ai index - 創建Ai索引 + 創建Ai索引 /Search/Create ai index @@ -164,6 +163,12 @@ 索引圖片中的文字 /Search/Use OCR to index the text in pictures + + + Create AI index + 創建AI索引 + /Search/Create AI index + diff --git a/translations/libukui-search/libukui-search_bo_CN.ts b/translations/libukui-search/libukui-search_bo_CN.ts index 3dfae59..3d45ac7 100644 --- a/translations/libukui-search/libukui-search_bo_CN.ts +++ b/translations/libukui-search/libukui-search_bo_CN.ts @@ -14,6 +14,64 @@ ཁྱིམ་གྱི་དཀར་ཆག་རྙེད་ཐབས་མེད། + + UkuiSearch::AiSearchPlugin + + + + Open + སྒོ་ཕྱེ་བ། + + + + + Open path + ཡིག་ཆའི་ཐབས་ལམ་འབྱེད་དགོས། + + + + Copy Path + ཡིག་ཆའི་ལམ་ཐིག་དཔར་བ། + + + + + AI Search + AIཞིབ་བཤེར་འཚོལ་ཞིབ་བྱེད་པ། + + + + + OK + རེད། + + + + + Can not get a default application for opening %1. + བཀོལ་སྤྱོད་ཀྱི་གོ་རིམ་མེད་ན་ཁ་ཕྱེ་ཆོག། + + + + File + ཡིག་ཆ། + + + + Path + ལམ་ཐིག + + + + Last time modified + ཐེངས་སྔ་མའི་བཟོ་བཅོས་དུས་ཚོད། + + + + Copy path + ཡིག་ཆའི་ལམ་ཐིག་དཔར་བ། + + UkuiSearch::AppMatch @@ -80,49 +138,49 @@ UkuiSearch::DirSearchPlugin - - + + Open སྒོ་ཕྱེ་བ། - - + + Open path ཡིག་ཆའི་ཐབས་ལམ་འབྱེད་དགོས། - + Copy Path ཡིག་ཆའི་ལམ་ཐིག་དཔར་བ། - + Dir search. ཡིག་ཆའི་དཀར་ཆག་ལ་ཞིབ་བཤེར་དང་འཚོལ་ཞིབ་ - + Dir Search ཡིག་ཆའི་དཀར་ཆག་ལ་ཞིབ་བཤེར་དང་འཚོལ་ཞིབ་ - + Directory དཀར་ཆག - + Path ལམ་ཐིག - + Last time modified ཐེངས་སྔ་མའི་བཟོ་བཅོས་དུས་ཚོད། - + Copy path ཡིག་ཆའི་ལམ་ཐིག་དཔར་བ། @@ -173,54 +231,54 @@ UkuiSearch::FileContentSearchPlugin - - + + Open སྒོ་ཕྱེ་བ། - - + + Open path ཡིག་ཆའི་ཐབས་ལམ་འབྱེད་དགོས། - + Copy Path ཡིག་ཆའི་ལམ་ཐིག་དཔར་བ། - + File content search. ཡིག་ཆའི་ནང་དོན་འཚོལ་ཞིབ་ - + File content search ཡིག་ཆའི་ནང་དོན་འཚོལ་ཞིབ་ - + OCR OCR - + File ཡིག་ཆ། - + Path ལམ་ཐིག - + Last time modified ཐེངས་སྔ་མའི་བཟོ་བཅོས་དུས་ཚོད། - + Copy path ཡིག་ཆའི་ལམ་ཐིག་དཔར་བ། @@ -242,35 +300,35 @@ UkuiSearch::FileSearchPlugin - - + + Open སྒོ་ཕྱེ་བ། - - + + Open path ཡིག་ཆའི་ཐབས་ལམ་འབྱེད་དགོས། - + Copy Path ཡིག་ཆའི་ལམ་ཐིག་དཔར་བ། - + File search. ཡིག་ཆ་འཚོལ་བཤེར། - + File Search ཡིག་ཆ་འཚོལ་བཤེར། - - + + OK རེད། @@ -279,28 +337,28 @@ རེད། - - + + Can not get a default application for opening %1. བཀོལ་སྤྱོད་ཀྱི་གོ་རིམ་མེད་ན་ཁ་ཕྱེ་ཆོག། - + File ཡིག་ཆ། - + Path ལམ་ཐིག - + Last time modified ཐེངས་སྔ་མའི་བཟོ་བཅོས་དུས་ཚོད། - + Copy path ཡིག་ཆའི་ལམ་ཐིག་དཔར་བ། diff --git a/translations/libukui-search/libukui-search_de_DE.ts b/translations/libukui-search/libukui-search_de_DE.ts index 84d9e1f..af0366f 100644 --- a/translations/libukui-search/libukui-search_de_DE.ts +++ b/translations/libukui-search/libukui-search_de_DE.ts @@ -14,6 +14,64 @@ Warnung: Der Startpfad kann nicht gefunden werden. + + UkuiSearch::AiSearchPlugin + + + + Open + Offen + + + + + Open path + Offener Pfad + + + + Copy Path + Pfad kopieren + + + + + AI Search + KI-Suche + + + + + OK + Ja + + + + + Can not get a default application for opening %1. + Es kann keine Standardanwendung zum Öffnen von %1 abgerufen werden. + + + + File + Datei + + + + Path + Pfad + + + + Last time modified + Zuletzt geändert + + + + Copy path + Pfad kopieren + + UkuiSearch::AppMatch @@ -87,34 +145,34 @@ UkuiSearch::DirSearchPlugin - - + + Open Offen - - + + Open path Offener Pfad - + Copy Path Pfad kopieren - + Dir Search Dir-Suche - + Directory Verzeichnis - + Dir search. Dir-Suche. @@ -123,17 +181,17 @@ 目录 - + Path Pfad - + Last time modified Zuletzt geändert - + Copy path Pfad kopieren @@ -188,54 +246,54 @@ UkuiSearch::FileContentSearchPlugin - - + + Open Offen - - + + Open path Offener Pfad - + Copy Path Pfad kopieren - + File content search. Suche nach Dateiinhalten. - + File content search Suche nach Dateiinhalten - + OCR OCR - + File Datei - + Path Pfad - + Last time modified Zuletzt geändert - + Copy path Pfad kopieren @@ -257,29 +315,29 @@ UkuiSearch::FileSearchPlugin - - + + Open Offen - - + + Open path Offener Pfad - + Copy Path Pfad kopieren - + File Search Datei-Suche - + File search. Dateisuche. @@ -288,34 +346,34 @@ Ja - - + + OK Ja - - + + Can not get a default application for opening %1. Es kann keine Standardanwendung zum Öffnen von %1 abgerufen werden. - + File Datei - + Path Pfad - + Last time modified Zuletzt geändert - + Copy path Pfad kopieren diff --git a/translations/libukui-search/libukui-search_es_ES.ts b/translations/libukui-search/libukui-search_es_ES.ts index 859f5c5..8dbbada 100644 --- a/translations/libukui-search/libukui-search_es_ES.ts +++ b/translations/libukui-search/libukui-search_es_ES.ts @@ -14,6 +14,64 @@ Advertencia, no se puede encontrar la ruta de inicio. + + UkuiSearch::AiSearchPlugin + + + + Open + Abrir + + + + + Open path + Ruta abierta + + + + Copy Path + Ruta de copia + + + + + AI Search + Búsqueda con IA + + + + + OK + + + + + + Can not get a default application for opening %1. + No se puede obtener una aplicación predeterminada para abrir %1. + + + + File + Archivo + + + + Path + Camino + + + + Last time modified + Última modificación + + + + Copy path + Ruta de copia + + UkuiSearch::AppMatch @@ -87,34 +145,34 @@ UkuiSearch::DirSearchPlugin - - + + Open Abrir - - + + Open path Ruta abierta - + Copy Path Ruta de copia - + Dir Search Búsqueda de directorios - + Directory Directorio - + Dir search. Búsqueda de directorios. @@ -123,17 +181,17 @@ 目录 - + Path Camino - + Last time modified Última modificación - + Copy path Ruta de copia @@ -188,54 +246,54 @@ UkuiSearch::FileContentSearchPlugin - - + + Open Abrir - - + + Open path Ruta abierta - + Copy Path Ruta de copia - + File content search. Búsqueda de contenido de archivos. - + File content search Búsqueda de contenido de archivos - + OCR OCR - + File Archivo - + Path Camino - + Last time modified Última modificación - + Copy path Ruta de copia @@ -257,29 +315,29 @@ UkuiSearch::FileSearchPlugin - - + + Open Abrir - - + + Open path Ruta abierta - + Copy Path Ruta de copia - + File Search Búsqueda de archivos - + File search. Búsqueda de archivos. @@ -288,34 +346,34 @@ - - + + OK - - + + Can not get a default application for opening %1. No se puede obtener una aplicación predeterminada para abrir %1. - + File Archivo - + Path Camino - + Last time modified Última modificación - + Copy path Ruta de copia diff --git a/translations/libukui-search/libukui-search_fr_FR.ts b/translations/libukui-search/libukui-search_fr_FR.ts index 4c921fa..5f84759 100644 --- a/translations/libukui-search/libukui-search_fr_FR.ts +++ b/translations/libukui-search/libukui-search_fr_FR.ts @@ -14,6 +14,64 @@ Attention, impossible de trouver le chemin d’accueil. + + UkuiSearch::AiSearchPlugin + + + + Open + Ouvrir + + + + + Open path + Chemin ouvert + + + + Copy Path + Copier le chemin + + + + + AI Search + Recherche par l’IA + + + + + OK + Oui + + + + + Can not get a default application for opening %1. + Impossible d’obtenir une application par défaut pour l’ouverture de %1. + + + + File + Lime + + + + Path + Chemin + + + + Last time modified + Dernière modification + + + + Copy path + Copier le chemin d’accès + + UkuiSearch::AppMatch @@ -87,34 +145,34 @@ UkuiSearch::DirSearchPlugin - - + + Open Ouvrir - - + + Open path Chemin ouvert - + Copy Path Copier le chemin - + Dir Search Recherche de répertoire - + Directory Répertoire - + Dir search. Recherche de répertoire. @@ -123,17 +181,17 @@ 目录 - + Path Chemin - + Last time modified Dernière modification - + Copy path Copier le chemin d’accès @@ -188,54 +246,54 @@ UkuiSearch::FileContentSearchPlugin - - + + Open Ouvrir - - + + Open path Chemin ouvert - + Copy Path Copier le chemin - + File content search. Recherche de contenu de fichier. - + File content search Recherche dans le contenu d’un fichier - + OCR OCR - + File Lime - + Path Chemin - + Last time modified Dernière modification - + Copy path Copier le chemin d’accès @@ -257,29 +315,29 @@ UkuiSearch::FileSearchPlugin - - + + Open Ouvrir - - + + Open path Chemin ouvert - + Copy Path Copier le chemin - + File Search Recherche de fichiers - + File search. Recherche de fichiers. @@ -288,34 +346,34 @@ Oui - - + + OK Oui - - + + Can not get a default application for opening %1. Impossible d’obtenir une application par défaut pour l’ouverture de %1. - + File Lime - + Path Chemin - + Last time modified Dernière modification - + Copy path Copier le chemin d’accès diff --git a/translations/libukui-search/libukui-search_kk_KZ.ts b/translations/libukui-search/libukui-search_kk_KZ.ts index 913b1aa..afd5879 100644 --- a/translations/libukui-search/libukui-search_kk_KZ.ts +++ b/translations/libukui-search/libukui-search_kk_KZ.ts @@ -14,6 +14,64 @@ Ескерту, Үй жолын таба алмаңыз. + + UkuiSearch::AiSearchPlugin + + + + Open + Ашу + + + + + Open path + Жолды ашу + + + + Copy Path + Жолды көшіру + + + + + AI Search + AI іздеу + + + + + OK + Иә + + + + + Can not get a default application for opening %1. + %1 дегенді ашу үшін әдепкі қолданба алынбады. + + + + File + Файл + + + + Path + Жол + + + + Last time modified + Соңғы рет өзгертілген + + + + Copy path + Көшіру жолы + + UkuiSearch::AppMatch @@ -87,34 +145,34 @@ UkuiSearch::DirSearchPlugin - - + + Open Ашу - - + + Open path Жолды ашу - + Copy Path Жолды көшіру - + Dir Search Dir іздеу - + Directory Каталог - + Dir search. Dir іздеу. @@ -123,17 +181,17 @@ 目录 - + Path Жол - + Last time modified Соңғы рет өзгертілген - + Copy path Көшіру жолы @@ -188,54 +246,54 @@ UkuiSearch::FileContentSearchPlugin - - + + Open Ашу - - + + Open path Жолды ашу - + Copy Path Жолды көшіру - + File content search. Файл мазмұнын іздеу. - + File content search Файл мазмұнын іздеу - + OCR OCR - + File Файл - + Path Жол - + Last time modified Соңғы рет өзгертілген - + Copy path Көшіру жолы @@ -257,29 +315,29 @@ UkuiSearch::FileSearchPlugin - - + + Open Ашу - - + + Open path Жолды ашу - + Copy Path Жолды көшіру - + File Search Файлды іздеу - + File search. Файлды іздеу. @@ -288,34 +346,34 @@ Иә - - + + OK Иә - - + + Can not get a default application for opening %1. - % 1 дегенді ашу үшін әдепкі қолданба алынбады. + %1 дегенді ашу үшін әдепкі қолданба алынбады. - + File Файл - + Path Жол - + Last time modified Соңғы рет өзгертілген - + Copy path Көшіру жолы diff --git a/translations/libukui-search/libukui-search_ky.ts b/translations/libukui-search/libukui-search_ky.ts index 71fd964..6bbb972 100644 --- a/translations/libukui-search/libukui-search_ky.ts +++ b/translations/libukui-search/libukui-search_ky.ts @@ -14,6 +14,64 @@ Эскертүү, үй жолун табууга болбойт. + + UkuiSearch::AiSearchPlugin + + + + Open + Ачуу + + + + + Open path + Ачык жол + + + + Copy Path + Көчүрүү жолу + + + + + AI Search + АИ издөө + + + + + OK + Ооба + + + + + Can not get a default application for opening %1. + %1 ачуу үчүн дефолт өтүнмө ала албайт. + + + + File + Файл + + + + Path + Жол + + + + Last time modified + Акыркы жолу өзгөртүлүп берилди + + + + Copy path + Көчүрмө жолу + + UkuiSearch::AppMatch @@ -87,34 +145,34 @@ UkuiSearch::DirSearchPlugin - - + + Open Ачуу - - + + Open path Ачык жол - + Copy Path Көчүрүү жолу - + Dir Search Кир издөө - + Directory Каталог - + Dir search. Кир издөө. @@ -123,17 +181,17 @@ 目录 - + Path Жол - + Last time modified Акыркы жолу өзгөртүлүп берилди - + Copy path Көчүрмө жолу @@ -188,54 +246,54 @@ UkuiSearch::FileContentSearchPlugin - - + + Open Ачуу - - + + Open path Ачык жол - + Copy Path Көчүрүү жолу - + File content search. Файлдын мазмунун издөө. - + File content search Файлдын мазмунун издөө - + OCR ОКР - + File Файл - + Path Жол - + Last time modified Акыркы жолу өзгөртүлүп берилди - + Copy path Көчүрмө жолу @@ -257,29 +315,29 @@ UkuiSearch::FileSearchPlugin - - + + Open Ачуу - - + + Open path Ачык жол - + Copy Path Көчүрүү жолу - + File Search Файл издөө - + File search. Файлды издөө. @@ -288,34 +346,34 @@ Ооба - - + + OK Ооба - - + + Can not get a default application for opening %1. %1 ачуу үчүн дефолт өтүнмө ала албайт. - + File Файл - + Path Жол - + Last time modified Акыркы жолу өзгөртүлүп берилди - + Copy path Көчүрмө жолу diff --git a/translations/libukui-search/libukui-search_mn.ts b/translations/libukui-search/libukui-search_mn.ts index d6440a7..8b8aacc 100644 --- a/translations/libukui-search/libukui-search_mn.ts +++ b/translations/libukui-search/libukui-search_mn.ts @@ -14,6 +14,64 @@ ᠰᠡᠷᠡᠮᠵᠢᠯᠡᠬᠦᠦᠯ ᠂home ᠵᠠᠮ᠎ᠢ ᠤᠯᠵᠤ ᠮᠡᠳᠡᠭᠰᠡᠨ ᠦᠬᠡᠢ᠃ + + UkuiSearch::AiSearchPlugin + + + + Open + ᠨᠡᠬᠡᠬᠡᠬᠦ᠌ + + + + + Open path + ᠹᠠᠢᠯ᠎ᠤᠨ ᠪᠠᠢᠭ᠎ᠠ ᠵᠠᠮ᠎ᠢ ᠨᠡᠬᠡᠬᠡᠬᠦ᠌ + + + + Copy Path + ᠵᠠᠮ᠎ᠢ ᠬᠠᠭᠤᠯᠪᠤᠷᠢᠯᠠᠬᠤ + + + + + AI Search + AI ᠡᠷᠢᠬᠦ ᠃ + + + + + OK + ᠪᠠᠰᠠ ᠪᠣᠯᠣᠨ᠎ᠠ ᠃ + + + + + Can not get a default application for opening %1. + ᠠᠶᠠᠳᠠᠯ ᠨᠡᠬᠡᠬᠡᠬᠦ᠌%1᠎ᠶᠢᠨ ᠬᠡᠷᠡᠭᠯᠡᠯᠳᠡ᠎ᠶᠢ ᠡᠷᠢᠵᠤ ᠤᠯᠤᠭᠰᠠᠨ ᠦᠬᠡᠢ ᠃ + + + + File + ᠹᠠᠢᠯ + + + + Path + ᠵᠠᠮ + + + + Last time modified + ᠳᠡᠭᠡᠷ᠎ᠡ ᠤᠳᠠᠭ᠎ᠠ᠎ᠶᠢᠨ ᠵᠠᠰᠠᠭᠰᠠᠨ ᠴᠠᠭ + + + + Copy path + ᠵᠠᠮ᠎ᠢ ᠬᠠᠭᠤᠯᠪᠤᠷᠢᠯᠠᠬᠤ + + UkuiSearch::AppMatch @@ -87,34 +145,34 @@ UkuiSearch::DirSearchPlugin - - + + Open ᠨᠡᠬᠡᠬᠡᠬᠦ᠌ - - + + Open path ᠹᠠᠢᠯ᠎ᠤᠨ ᠪᠠᠢᠭ᠎ᠠ ᠵᠠᠮ᠎ᠢ ᠨᠡᠬᠡᠬᠡᠬᠦ᠌ - + Copy Path ᠵᠠᠮ᠎ᠢ ᠬᠠᠭᠤᠯᠪᠤᠷᠢᠯᠠᠬᠤ - + Dir Search ᠭᠠᠷᠴᠠᠭ - + Directory ᠭᠠᠷᠴᠠᠭ - + Dir search. ᠭᠠᠷᠴᠠᠭ᠎ᠤᠨ ᠬᠠᠢᠯᠲᠠ @@ -123,17 +181,17 @@ 目录 - + Path ᠵᠠᠮ - + Last time modified ᠳᠡᠭᠡᠷ᠎ᠡ ᠤᠳᠠᠭ᠎ᠠ᠎ᠶᠢᠨ ᠵᠠᠰᠠᠭᠰᠠᠨ ᠴᠠᠭ - + Copy path ᠵᠠᠮ᠎ᠢ ᠬᠠᠭᠤᠯᠪᠤᠷᠢᠯᠠᠬᠤ @@ -188,54 +246,54 @@ UkuiSearch::FileContentSearchPlugin - - + + Open ᠨᠡᠬᠡᠬᠡᠬᠦ᠌ - - + + Open path ᠹᠠᠢᠯ᠎ᠤᠨ ᠪᠠᠢᠭ᠎ᠠ ᠵᠠᠮ᠎ᠢ ᠨᠡᠬᠡᠬᠡᠬᠦ᠌ - + Copy Path ᠪᠠᠭᠤᠯᠭᠠᠬᠤ ᠠᠷᠭ᠎ᠠ ᠵᠠᠮ ᠃ - + File content search. ᠲᠸᠺᠰᠲ᠎ᠦᠨ ᠠᠭᠤᠯᠭ᠎ᠠ᠎ᠶᠢ ᠬᠠᠢᠬᠤ᠃ - + File content search ᠲᠸᠺᠰᠲ᠎ᠦᠨ ᠠᠭᠤᠯᠭ᠎ᠠ - + OCR OCR - + File ᠹᠠᠢᠯ - + Path ᠵᠠᠮ - + Last time modified ᠳᠡᠭᠡᠷ᠎ᠡ ᠤᠳᠠᠭ᠎ᠠ᠎ᠶᠢᠨ ᠵᠠᠰᠠᠭᠰᠠᠨ ᠴᠠᠭ - + Copy path ᠪᠠᠭᠤᠯᠭᠠᠬᠤ ᠠᠷᠭ᠎ᠠ ᠵᠠᠮ ᠃ @@ -257,29 +315,29 @@ UkuiSearch::FileSearchPlugin - - + + Open ᠨᠡᠬᠡᠬᠡᠬᠦ᠌ - - + + Open path ᠹᠠᠢᠯ᠎ᠤᠨ ᠪᠠᠢᠭ᠎ᠠ ᠵᠠᠮ᠎ᠢ ᠨᠡᠬᠡᠬᠡᠬᠦ᠌ - + Copy Path ᠵᠠᠮ᠎ᠢ ᠬᠠᠭᠤᠯᠪᠤᠷᠢᠯᠠᠬᠤ - + File Search ᠹᠠᠢᠯ - + File search. ᠹᠠᠢᠯ᠎ᠤᠨ ᠬᠠᠢᠯᠲᠠ @@ -288,34 +346,34 @@ Yes - - + + OK - ᠪᠣᠯᠣᠨ᠎ᠠ + ᠪᠣᠯᠣᠨ᠎ᠠ - - + + Can not get a default application for opening %1. ᠠᠶᠠᠳᠠᠯ ᠨᠡᠬᠡᠬᠡᠬᠦ᠌%1᠎ᠶᠢᠨ ᠬᠡᠷᠡᠭᠯᠡᠯᠳᠡ᠎ᠶᠢ ᠡᠷᠢᠵᠤ ᠤᠯᠤᠭᠰᠠᠨ ᠦᠬᠡᠢ ᠃ - + File ᠹᠠᠢᠯ - + Path ᠵᠠᠮ - + Last time modified ᠳᠡᠭᠡᠷ᠎ᠡ ᠤᠳᠠᠭ᠎ᠠ᠎ᠶᠢᠨ ᠵᠠᠰᠠᠭᠰᠠᠨ ᠴᠠᠭ - + Copy path ᠵᠠᠮ᠎ᠢ ᠬᠠᠭᠤᠯᠪᠤᠷᠢᠯᠠᠬᠤ diff --git a/translations/libukui-search/libukui-search_tr.ts b/translations/libukui-search/libukui-search_tr.ts index 9f0fec8..53b7b17 100644 --- a/translations/libukui-search/libukui-search_tr.ts +++ b/translations/libukui-search/libukui-search_tr.ts @@ -14,6 +14,64 @@ + + UkuiSearch::AiSearchPlugin + + + + Open + 打开 + + + + + Open path + + + + + Copy Path + + + + + + AI Search + + + + + + OK + + + + + + Can not get a default application for opening %1. + + + + + File + + + + + Path + + + + + Last time modified + + + + + Copy path + + + UkuiSearch::AppMatch @@ -87,34 +145,34 @@ UkuiSearch::DirSearchPlugin - - + + Open 打开 - - + + Open path - + Copy Path - + Dir Search - + Directory - + Dir search. @@ -123,17 +181,17 @@ 目录 - + Path - + Last time modified - + Copy path @@ -152,54 +210,54 @@ UkuiSearch::FileContentSearchPlugin - - + + Open 打开 - - + + Open path - + Copy Path - + File content search. - + File content search - + OCR - + File - + Path - + Last time modified - + Copy path @@ -221,61 +279,61 @@ UkuiSearch::FileSearchPlugin - - + + Open 打开 - - + + Open path - + Copy Path - + File Search - + File search. - - + + OK - - + + Can not get a default application for opening %1. - + File - + Path - + Last time modified - + Copy path diff --git a/translations/libukui-search/libukui-search_ug.ts b/translations/libukui-search/libukui-search_ug.ts index e846f2b..bb7e793 100644 --- a/translations/libukui-search/libukui-search_ug.ts +++ b/translations/libukui-search/libukui-search_ug.ts @@ -14,6 +14,64 @@ دىققەت، ئائىلە يولىنى تاپقىلى بولمايدۇ. + + UkuiSearch::AiSearchPlugin + + + + Open + ئېچىش + + + + + Open path + ئوچۇق يول + + + + Copy Path + كۆچۈرۈش يولى + + + + + AI Search + AI ئىزدەش + + + + + OK + شۇنداق + + + + + Can not get a default application for opening %1. + %1 نى ئېچىشقا كۆڭۈلدىكىدەك قوللىنىشقا ئېرىشەلمىدى. + + + + File + ھۆججەت + + + + Path + يول + + + + Last time modified + ئاخىرقى قېتىم ئۆزگەرتىلگەن + + + + Copy path + كۆچۈرۈش يولى + + UkuiSearch::AppMatch @@ -87,34 +145,34 @@ UkuiSearch::DirSearchPlugin - - + + Open ئېچىش - - + + Open path ئوچۇق يول - + Copy Path كۆچۈرۈش يولى - + Dir Search Dir Search - + Directory مۇندەرىجىسى - + Dir search. دۇرا ئىزدەش @@ -123,17 +181,17 @@ 目录 - + Path يول - + Last time modified ئاخىرقى قېتىم ئۆزگەرتىلگەن - + Copy path كۆچۈرۈش يولى @@ -188,54 +246,54 @@ UkuiSearch::FileContentSearchPlugin - - + + Open ئېچىش - - + + Open path ئوچۇق يول - + Copy Path كۆچۈرۈش يولى - + File content search. ھۆججەت مەزمۇنىنى ئىزدەش. - + File content search ھۆججەت مەزمۇنىنى ئىزدەش - + OCR OCR - + File ھۆججەت - + Path يول - + Last time modified ئاخىرقى قېتىم ئۆزگەرتىلگەن - + Copy path كۆچۈرۈش يولى @@ -257,29 +315,29 @@ UkuiSearch::FileSearchPlugin - - + + Open ئېچىش - - + + Open path ئوچۇق يول - + Copy Path كۆچۈرۈش يولى - + File Search ھۆججەت ئىزدەش - + File search. ھۆججەت ئىزدەش. @@ -288,34 +346,34 @@ شۇنداق - - + + OK شۇنداق - - + + Can not get a default application for opening %1. - ٪1 نى ئېچىشقا كۆڭۈلدىكىدەك قوللىنىشقا ئېرىشەلمىدى. + %1 نى ئېچىشقا كۆڭۈلدىكىدەك قوللىنىشقا ئېرىشەلمىدى. - + File ھۆججەت - + Path يول - + Last time modified ئاخىرقى قېتىم ئۆزگەرتىلگەن - + Copy path كۆچۈرۈش يولى diff --git a/translations/libukui-search/libukui-search_zh_CN.ts b/translations/libukui-search/libukui-search_zh_CN.ts index 1d6ef14..6aa8aaa 100644 --- a/translations/libukui-search/libukui-search_zh_CN.ts +++ b/translations/libukui-search/libukui-search_zh_CN.ts @@ -17,57 +17,61 @@ UkuiSearch::AiSearchPlugin - - + + Open 打开 - - + + Open path 打开文件所在路径 - + Copy Path 复制文件路径 - - Ai Search + 智能内容识别匹配 + + + + + AI Search 智能内容识别匹配 - - + + OK 确定 - - + + Can not get a default application for opening %1. 没有找到默认打开%1的应用。 - + File 文件 - + Path 路径 - + Last time modified 上次修改时间 - + Copy path 复制路径 diff --git a/translations/libukui-search/libukui-search_zh_HK.ts b/translations/libukui-search/libukui-search_zh_HK.ts index ae0720b..54f9894 100644 --- a/translations/libukui-search/libukui-search_zh_HK.ts +++ b/translations/libukui-search/libukui-search_zh_HK.ts @@ -14,6 +14,64 @@ 警告,找不到家目錄。 + + UkuiSearch::AiSearchPlugin + + + + Open + 打開 + + + + + Open path + 打開檔所在路徑 + + + + Copy Path + 複製檔案路徑 + + + + + AI Search + AI搜索 + + + + + OK + 確定 + + + + + Can not get a default application for opening %1. + 沒有找到預設打開%1的應用。 + + + + File + + + + + Path + 路徑 + + + + Last time modified + 上次修改時間 + + + + Copy path + 複製路徑 + + UkuiSearch::AppSearchPlugin @@ -73,49 +131,49 @@ UkuiSearch::DirSearchPlugin - - + + Open 打開 - - + + Open path 打開檔所在路徑 - + Copy Path 複製檔案路徑 - + Dir search. 目錄搜索。 - + Dir Search 目錄搜索 - + Directory 目錄 - + Path 路徑 - + Last time modified 上次修改時間 - + Copy path 複製路徑 @@ -166,54 +224,54 @@ UkuiSearch::FileContentSearchPlugin - - + + Open 打開 - - + + Open path 打開檔所在路徑 - + Copy Path 複製檔案路徑 - + File content search. 文字內容搜索. - + File content search 文字內容搜索 - + OCR 光學字元辨識 - + File - + Path 路徑 - + Last time modified 上次修改時間 - + Copy path 複製路徑 @@ -235,61 +293,61 @@ UkuiSearch::FileSearchPlugin - - + + Open 打開 - - + + Open path 打開檔所在路徑 - + Copy Path 複製檔案路徑 - + File search. 檔搜索。 - + File Search 檔搜索 - - + + OK 確定 - - + + Can not get a default application for opening %1. 沒有找到預設打開%1的應用。 - + File - + Path 路徑 - + Last time modified 上次修改時間 - + Copy path 複製路徑