@goodandready/dsh-russian-lang 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/index.js CHANGED
@@ -10,7 +10,8 @@ import z from '@deepseek-ai/schemastery'
10
10
  export const name = '@goodandready/dsh-russian-lang'
11
11
 
12
12
  const RussianLangSettingsSchema = z.object({
13
- enabled: z.boolean().required(false)
13
+ enabled: z.boolean().required(false),
14
+ overrides: z.dict(z.string()).required(false)
14
15
  })
15
16
 
16
17
  export function apply(ctx) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodandready/dsh-russian-lang",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Russian localization for the DeepSeek Harness web UI: adds Русский as the third option in the native Settings - General - Language menu. Translates 30 core namespaces (722 keys, 100% coverage of the DSH 0.1.1-rc.2 surface) and 9 plugin namespaces (962 keys). The locale runtime snapshot is extended at runtime on unpatched cores; no files in the DSH installation are modified. The choice is persisted through the plugin-owned russian-lang namespace.",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -137,6 +137,8 @@
137
137
  "session.new": "Новая сессия",
138
138
  "sessions.collapse": "Показать меньше",
139
139
  "sessions.count.one": "{n} сессия",
140
+ "sessions.count.few": "{n} сессии",
141
+ "sessions.count.many": "{n} сессий",
140
142
  "sessions.count.other": "{n} сессий",
141
143
  "sessions.expand": "Показать ещё {n}",
142
144
  "status.completed": "Завершено",
@@ -144,6 +146,8 @@
144
146
  "status.planReview": "План ждёт проверки",
145
147
  "status.running": "Работает",
146
148
  "status.subagentsRunning.one": "{n} субагент работает",
149
+ "status.subagentsRunning.few": "{n} субагента работает",
150
+ "status.subagentsRunning.many": "{n} субагентов работает",
147
151
  "status.subagentsRunning.other": "{n} субагентов работает",
148
152
  "status.waitingAnswer": "Ждёт ответа",
149
153
  "status.waitingApproval": "Ждёт подтверждения",
@@ -44,8 +44,12 @@
44
44
  "branch.collapse": "Свернуть потомков {label}",
45
45
  "branch.expand": "Развернуть потомков {label}",
46
46
  "count.running.one": "{count} субагент работает",
47
+ "count.running.few": "{count} субагента работает",
48
+ "count.running.many": "{count} субагентов работает",
47
49
  "count.running.other": "{count} субагентов работает",
48
50
  "count.total.one": "{count} субагент",
51
+ "count.total.few": "{count} субагента",
52
+ "count.total.many": "{count} субагентов",
49
53
  "count.total.other": "{count} субагентов",
50
54
  "diagnostic.corrupt": "запись сессии повреждена",
51
55
  "diagnostic.unavailable": "запись сессии временно недоступна",
@@ -101,6 +105,8 @@
101
105
  "phase.unassigned": "Вне фаз",
102
106
  "run.empty": "Ни один участник не запущен",
103
107
  "run.members.one": "{count} участник",
108
+ "run.members.few": "{count} участника",
109
+ "run.members.many": "{count} участников",
104
110
  "run.members.other": "{count} участников",
105
111
  "run.title": "{name}",
106
112
  "status.cancelled": "Отменено",
package/ru/06-rest.json CHANGED
@@ -20,8 +20,12 @@
20
20
  },
21
21
  "job": {
22
22
  "count.idle.one": "{count} фоновая задача",
23
+ "count.idle.few": "{count} фоновые задачи",
24
+ "count.idle.many": "{count} фоновых задач",
23
25
  "count.idle.other": "{count} фоновых задач",
24
26
  "count.live.one": "{count} фоновая задача выполняется",
27
+ "count.live.few": "{count} фоновые задачи выполняется",
28
+ "count.live.many": "{count} фоновых задач выполняется",
25
29
  "count.live.other": "{count} фоновых задач выполняется",
26
30
  "duration.hours": "{hours} ч {minutes} мин",
27
31
  "duration.minutes": "{minutes} мин {seconds} с",