aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.config/noctalia/plugins/file-search/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.config/noctalia/plugins/file-search/i18n')
-rw-r--r--dotfiles/.config/noctalia/plugins/file-search/i18n/en.json55
-rw-r--r--dotfiles/.config/noctalia/plugins/file-search/i18n/fr.json55
-rw-r--r--dotfiles/.config/noctalia/plugins/file-search/i18n/zh-CN.json55
-rw-r--r--dotfiles/.config/noctalia/plugins/file-search/i18n/zh-TW.json55
4 files changed, 220 insertions, 0 deletions
diff --git a/dotfiles/.config/noctalia/plugins/file-search/i18n/en.json b/dotfiles/.config/noctalia/plugins/file-search/i18n/en.json
new file mode 100644
index 0000000..8a56924
--- /dev/null
+++ b/dotfiles/.config/noctalia/plugins/file-search/i18n/en.json
@@ -0,0 +1,55 @@
+{
+ "provider": {
+ "name": "File Search"
+ },
+ "launcher": {
+ "command": {
+ "description": "Search files and folders"
+ },
+ "errors": {
+ "fdNotFound": {
+ "title": "fd not found",
+ "description": "Please install fd to use file search"
+ }
+ },
+ "prompts": {
+ "emptyQuery": {
+ "title": "Type to search files and folders",
+ "description": "Start typing to search in {{root}}"
+ },
+ "searching": {
+ "title": "Searching...",
+ "description": "Looking for files and folders matching: {{query}}"
+ },
+ "noResults": {
+ "title": "No results found",
+ "description": "No files or folders matching '{{query}}'"
+ }
+ }
+ },
+ "settings": {
+ "showHidden": {
+ "label": "Include hidden files"
+ },
+ "fileOpener": {
+ "label": "File opener command",
+ "description": "Command used to open files and folders",
+ "placeholder": "xdg-open"
+ },
+ "searchDirectory": {
+ "label": "Search directory",
+ "description": "Directory to search for files and folders",
+ "placeholder": "~"
+ },
+ "fdCommand": {
+ "label": "fd command path",
+ "description": "Command name or full path",
+ "placeholder": "fd"
+ },
+ "maxResults": {
+ "label": "Maximum results",
+ "unlimited": "Unlimited",
+ "description": "Limit the number of search results displayed (set to 0 for unlimited)"
+ }
+ }
+}
diff --git a/dotfiles/.config/noctalia/plugins/file-search/i18n/fr.json b/dotfiles/.config/noctalia/plugins/file-search/i18n/fr.json
new file mode 100644
index 0000000..361e020
--- /dev/null
+++ b/dotfiles/.config/noctalia/plugins/file-search/i18n/fr.json
@@ -0,0 +1,55 @@
+{
+ "provider": {
+ "name": "Recherche de fichiers"
+ },
+ "launcher": {
+ "command": {
+ "description": "Rechercher des fichiers et des dossiers"
+ },
+ "errors": {
+ "fdNotFound": {
+ "title": "fd non trouvé",
+ "description": "Veuillez installer fd pour utiliser la recherche de fichiers"
+ }
+ },
+ "prompts": {
+ "emptyQuery": {
+ "title": "Tapez pour rechercher des fichiers et des dossiers",
+ "description": "Commencez à taper pour rechercher dans {{root}}"
+ },
+ "searching": {
+ "title": "Recherche en cours...",
+ "description": "Recherche de fichiers et dossiers correspondant à : {{query}}"
+ },
+ "noResults": {
+ "title": "Aucun résultat trouvé",
+ "description": "Aucun fichier ou dossier ne correspond à '{{query}}'"
+ }
+ }
+ },
+ "settings": {
+ "showHidden": {
+ "label": "Inclure les fichiers cachés"
+ },
+ "fileOpener": {
+ "label": "Commande d'ouverture de fichier",
+ "description": "Commande utilisée pour ouvrir les fichiers et dossiers",
+ "placeholder": "xdg-open"
+ },
+ "searchDirectory": {
+ "label": "Répertoire de recherche",
+ "description": "Répertoire où rechercher des fichiers et des dossiers",
+ "placeholder": "~"
+ },
+ "fdCommand": {
+ "label": "Chemin de la commande fd",
+ "description": "Nom de la commande ou chemin complet",
+ "placeholder": "fd"
+ },
+ "maxResults": {
+ "label": "Nombre maximal de résultats",
+ "unlimited": "Illimité",
+ "description": "Limiter le nombre de résultats de recherche affichés (définir à 0 pour illimité)"
+ }
+ }
+}
diff --git a/dotfiles/.config/noctalia/plugins/file-search/i18n/zh-CN.json b/dotfiles/.config/noctalia/plugins/file-search/i18n/zh-CN.json
new file mode 100644
index 0000000..446924e
--- /dev/null
+++ b/dotfiles/.config/noctalia/plugins/file-search/i18n/zh-CN.json
@@ -0,0 +1,55 @@
+{
+ "provider": {
+ "name": "文件搜索"
+ },
+ "launcher": {
+ "command": {
+ "description": "搜索文件和文件夹"
+ },
+ "errors": {
+ "fdNotFound": {
+ "title": "未找到 fd",
+ "description": "请安装 fd 以使用文件搜索"
+ }
+ },
+ "prompts": {
+ "emptyQuery": {
+ "title": "输入以搜索文件和文件夹",
+ "description": "开始输入以在 {{root}} 中搜索"
+ },
+ "searching": {
+ "title": "正在搜索…",
+ "description": "正在查找匹配 {{query}} 的文件和文件夹"
+ },
+ "noResults": {
+ "title": "未找到结果",
+ "description": "没有匹配 '{{query}}' 的文件或文件夹"
+ }
+ }
+ },
+ "settings": {
+ "showHidden": {
+ "label": "包含隐藏文件"
+ },
+ "fileOpener": {
+ "label": "文件打开命令",
+ "description": "用于打开文件和文件夹的命令",
+ "placeholder": "xdg-open"
+ },
+ "searchDirectory": {
+ "label": "搜索目录",
+ "description": "用于搜索文件和文件夹的目录",
+ "placeholder": "~"
+ },
+ "fdCommand": {
+ "label": "fd 命令路径",
+ "description": "命令名称或完整路径",
+ "placeholder": "fd"
+ },
+ "maxResults": {
+ "label": "最大结果数",
+ "unlimited": "无限制",
+ "description": "限制显示的搜索结果数量(设为 0 表示无限制)"
+ }
+ }
+}
diff --git a/dotfiles/.config/noctalia/plugins/file-search/i18n/zh-TW.json b/dotfiles/.config/noctalia/plugins/file-search/i18n/zh-TW.json
new file mode 100644
index 0000000..0a31b1a
--- /dev/null
+++ b/dotfiles/.config/noctalia/plugins/file-search/i18n/zh-TW.json
@@ -0,0 +1,55 @@
+{
+ "provider": {
+ "name": "檔案搜尋"
+ },
+ "launcher": {
+ "command": {
+ "description": "搜尋檔案與資料夾"
+ },
+ "errors": {
+ "fdNotFound": {
+ "title": "找不到 fd",
+ "description": "請安裝 fd 以使用檔案搜尋"
+ }
+ },
+ "prompts": {
+ "emptyQuery": {
+ "title": "輸入以搜尋檔案與資料夾",
+ "description": "開始輸入以在 {{root}} 中搜尋"
+ },
+ "searching": {
+ "title": "正在搜尋…",
+ "description": "正在尋找符合 {{query}} 的檔案與資料夾"
+ },
+ "noResults": {
+ "title": "找不到結果",
+ "description": "沒有符合 '{{query}}' 的檔案或資料夾"
+ }
+ }
+ },
+ "settings": {
+ "showHidden": {
+ "label": "包含隱藏檔案"
+ },
+ "fileOpener": {
+ "label": "檔案開啟命令",
+ "description": "用於開啟檔案與資料夾的命令",
+ "placeholder": "xdg-open"
+ },
+ "searchDirectory": {
+ "label": "搜尋目錄",
+ "description": "用於搜尋檔案與資料夾的目錄",
+ "placeholder": "~"
+ },
+ "fdCommand": {
+ "label": "fd 命令路徑",
+ "description": "命令名稱或完整路徑",
+ "placeholder": "fd"
+ },
+ "maxResults": {
+ "label": "最大結果數",
+ "unlimited": "無限制",
+ "description": "限制顯示的搜尋結果數量(設為 0 表示無限制)"
+ }
+ }
+}