mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
another round of locale bugs in the CI build but not local
This commit is contained in:
parent
38d96fa4fb
commit
724a2f2350
1 changed files with 34 additions and 0 deletions
|
|
@ -20,21 +20,55 @@ i18next.use(initReactI18next).init({
|
|||
resources: {
|
||||
en: {
|
||||
"package-manager": {
|
||||
title: "Package Manager",
|
||||
tabs: {
|
||||
browse: "Browse",
|
||||
sources: "Sources",
|
||||
},
|
||||
filters: {
|
||||
search: {
|
||||
placeholder: "Search package manager items...",
|
||||
},
|
||||
type: {
|
||||
label: "Filter by type:",
|
||||
all: "All types",
|
||||
package: "Package",
|
||||
mode: "Mode",
|
||||
"mcp server": "MCP Server",
|
||||
prompt: "Prompt",
|
||||
},
|
||||
sort: {
|
||||
label: "Sort by:",
|
||||
name: "Name",
|
||||
author: "Author",
|
||||
lastUpdated: "Last Updated",
|
||||
},
|
||||
tags: {
|
||||
label: "Filter by tags:",
|
||||
available: "{{count}} available",
|
||||
clear: "Clear tags ({{count}})",
|
||||
placeholder: "Type to search and select tags...",
|
||||
noResults: "No matching tags found",
|
||||
selected: "Showing items with any of the selected tags ({{count}} selected)",
|
||||
clickToFilter: "Click tags to filter items",
|
||||
},
|
||||
},
|
||||
items: {
|
||||
empty: {
|
||||
noItems: "No package manager items found",
|
||||
withFilters: "Try adjusting your filters",
|
||||
noSources: "Try adding a source in the Sources tab",
|
||||
},
|
||||
count: "{{count}} items found",
|
||||
refresh: {
|
||||
button: "Refresh",
|
||||
refreshing: "Refreshing...",
|
||||
},
|
||||
card: {
|
||||
by: "by {{author}}",
|
||||
from: "from {{source}}",
|
||||
viewSource: "View",
|
||||
viewOnSource: "View on {{source}}",
|
||||
externalComponents: "Contains {{count}} external component",
|
||||
externalComponents_plural: "Contains {{count}} external components",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue