Skip to content

Commit 114abf3

Browse files
committed
chore: tweak language
1 parent 0495cc5 commit 114abf3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

i18n/locales/en.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@
6868
"language": "Language"
6969
},
7070
"search_provider": "Data source",
71-
"search_provider_description": "Choose where npmx gets package data for search results, org pages, and user pages. Individual package pages always use the npm registry directly.",
71+
"search_provider_description": "Choose where npmx gets search data. Individual package pages always use the npm registry directly.",
7272
"search_provider_npm": "npm Registry",
73-
"search_provider_npm_description": "Fetches package listings directly from the official npm registry. Authoritative, but can be slower for large result sets.",
73+
"search_provider_npm_description": "Fetches search, org and user listings directly from the official npm registry. Authoritative, but can be slower.",
7474
"search_provider_algolia": "Algolia",
75-
"search_provider_algolia_description": "Uses npm's Algolia index for faster package listings and search. Org and user pages load in a single request instead of many.",
75+
"search_provider_algolia_description": "Uses Algolia for faster search, org and user pages.",
7676
"relative_dates": "Relative dates",
7777
"include_types": "Include {'@'}types in install",
7878
"include_types_description": "Add {'@'}types package to install commands for untyped packages",

lunaria/files/en-GB.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@
6868
"language": "Language"
6969
},
7070
"search_provider": "Data source",
71-
"search_provider_description": "Choose where npmx gets package data for search results, org pages, and user pages. Individual package pages always use the npm registry directly.",
71+
"search_provider_description": "Choose where npmx gets search data. Individual package pages always use the npm registry directly.",
7272
"search_provider_npm": "npm Registry",
73-
"search_provider_npm_description": "Fetches package listings directly from the official npm registry. Authoritative, but can be slower for large result sets.",
73+
"search_provider_npm_description": "Fetches search, org and user listings directly from the official npm registry. Authoritative, but can be slower.",
7474
"search_provider_algolia": "Algolia",
75-
"search_provider_algolia_description": "Uses npm's Algolia index for faster package listings and search. Org and user pages load in a single request instead of many.",
75+
"search_provider_algolia_description": "Uses Algolia for faster search, org and user pages.",
7676
"relative_dates": "Relative dates",
7777
"include_types": "Include {'@'}types in install",
7878
"include_types_description": "Add {'@'}types package to install commands for untyped packages",

lunaria/files/en-US.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@
6868
"language": "Language"
6969
},
7070
"search_provider": "Data source",
71-
"search_provider_description": "Choose where npmx gets package data for search results, org pages, and user pages. Individual package pages always use the npm registry directly.",
71+
"search_provider_description": "Choose where npmx gets search data. Individual package pages always use the npm registry directly.",
7272
"search_provider_npm": "npm Registry",
73-
"search_provider_npm_description": "Fetches package listings directly from the official npm registry. Authoritative, but can be slower for large result sets.",
73+
"search_provider_npm_description": "Fetches search, org and user listings directly from the official npm registry. Authoritative, but can be slower.",
7474
"search_provider_algolia": "Algolia",
75-
"search_provider_algolia_description": "Uses npm's Algolia index for faster package listings and search. Org and user pages load in a single request instead of many.",
75+
"search_provider_algolia_description": "Uses Algolia for faster search, org and user pages.",
7676
"relative_dates": "Relative dates",
7777
"include_types": "Include {'@'}types in install",
7878
"include_types_description": "Add {'@'}types package to install commands for untyped packages",

0 commit comments

Comments
 (0)