ci(i18n): first pull, only automatic a-z re-ordering

This commit is contained in:
Lemmy
2026-07-18 01:36:29 -04:00
parent cd74418265
commit 1e23c02e0b
24 changed files with 881 additions and 671 deletions
+36 -22
View File
@@ -1,30 +1,44 @@
{
"title": "File Search",
"tooltip_open": "File search open — {path}\nClick to close",
"tooltip_closed": "File search — {path}\nClick to search · right-click: folder · middle-click: copy path",
"copied_path": "Search folder path copied to clipboard",
"search_placeholder": "Type to search files and folders…",
"status_indexing": "Indexing {path}…",
"no_results": "No matches for \"{query}\"",
"counts": "{shown} shown · {total} indexed",
"err_bad_record": "Ignored an invalid index record — rebuild the index",
"err_index": "Failed to index the search folder",
"err_no_fzf": "fzf not found — install fzf to use this plugin",
"err_spawn": "Could not run the search command",
"err_bad_record": "Ignored an invalid index record — rebuild the index",
"tip_refresh": "Rebuild the file index",
"launcher": {
"indexing": "Indexing files…",
"no_results": "No matches",
"reindex_done": "Search index dropped — it rebuilds on the next search",
"reindex_title": "Rebuild search index"
},
"no_results": "No matches for \"{query}\"",
"search_placeholder": "Type to search files and folders…",
"settings": {
"exclude_dirs": {
"description": "Folder names skipped while indexing, separated by ',' or ';' (matched anywhere in the tree), e.g. '.git, node_modules, .cache'.",
"label": "Excluded folders"
},
"glyph": {
"description": "Icon shown on the bar.",
"label": "Glyph"
},
"max_results": {
"description": "How many matches the panel lists at most.",
"label": "Max results"
},
"search_folder": {
"description": "Root folder the search indexes. Defaults to your home folder when empty.",
"label": "Search folder"
},
"show_hidden": {
"description": "Index files and folders whose name starts with a dot.",
"label": "Include hidden entries"
}
},
"status_indexing": "Indexing {path}…",
"tip_close": "Close",
"launcher.indexing": "Indexing files…",
"launcher.no_results": "No matches",
"launcher.reindex_title": "Rebuild search index",
"launcher.reindex_done": "Search index dropped — it rebuilds on the next search",
"settings.search_folder.label": "Search folder",
"settings.search_folder.description": "Root folder the search indexes. Defaults to your home folder when empty.",
"settings.exclude_dirs.label": "Excluded folders",
"settings.exclude_dirs.description": "Folder names skipped while indexing, separated by ',' or ';' (matched anywhere in the tree), e.g. '.git, node_modules, .cache'.",
"settings.show_hidden.label": "Include hidden entries",
"settings.show_hidden.description": "Index files and folders whose name starts with a dot.",
"settings.max_results.label": "Max results",
"settings.max_results.description": "How many matches the panel lists at most.",
"settings.glyph.label": "Glyph",
"settings.glyph.description": "Icon shown on the bar."
"tip_refresh": "Rebuild the file index",
"title": "File Search",
"tooltip_closed": "File search — {path}\nClick to search · right-click: folder · middle-click: copy path",
"tooltip_open": "File search open — {path}\nClick to close"
}