@opencode-ai/ui 1.18.14 → 1.18.16
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/dist/i18n/am.d.ts +1 -0
- package/dist/i18n/bg.d.ts +195 -0
- package/dist/i18n/bn.d.ts +1 -0
- package/dist/i18n/ca.d.ts +1 -0
- package/dist/i18n/cs.d.ts +1 -0
- package/dist/i18n/dv.d.ts +1 -0
- package/dist/i18n/dz.d.ts +1 -0
- package/dist/i18n/el.d.ts +1 -0
- package/dist/i18n/et.d.ts +1 -0
- package/dist/i18n/fa.d.ts +1 -0
- package/dist/i18n/fo.d.ts +1 -0
- package/dist/i18n/hr.d.ts +1 -0
- package/dist/i18n/hu.d.ts +1 -0
- package/dist/i18n/hy.d.ts +1 -0
- package/dist/i18n/is.d.ts +1 -0
- package/dist/i18n/ka.d.ts +1 -0
- package/dist/i18n/km.d.ts +195 -0
- package/dist/i18n/lo.d.ts +195 -0
- package/dist/i18n/lt.d.ts +1 -0
- package/dist/i18n/lv.d.ts +1 -0
- package/dist/i18n/mk.d.ts +195 -0
- package/dist/i18n/mn.d.ts +195 -0
- package/dist/i18n/ms.d.ts +1 -0
- package/dist/i18n/my.d.ts +195 -0
- package/dist/i18n/ne.d.ts +1 -0
- package/dist/i18n/ro.d.ts +1 -0
- package/dist/i18n/si.d.ts +1 -0
- package/dist/i18n/sk.d.ts +1 -0
- package/dist/i18n/sl.d.ts +1 -0
- package/dist/i18n/sq.d.ts +1 -0
- package/dist/i18n/sr.d.ts +199 -0
- package/dist/i18n/tg.d.ts +195 -0
- package/dist/i18n/tk.d.ts +1 -0
- package/dist/i18n/uz.d.ts +1 -0
- package/package.json +1 -1
- package/src/i18n/am.ts +196 -0
- package/src/i18n/bg.ts +197 -0
- package/src/i18n/bn.ts +199 -0
- package/src/i18n/ca.ts +201 -0
- package/src/i18n/cs.ts +205 -0
- package/src/i18n/dv.ts +198 -0
- package/src/i18n/dz.ts +199 -0
- package/src/i18n/el.ts +197 -0
- package/src/i18n/et.ts +197 -0
- package/src/i18n/fa.ts +197 -0
- package/src/i18n/fo.ts +197 -0
- package/src/i18n/hr.ts +202 -0
- package/src/i18n/hu.ts +199 -0
- package/src/i18n/hy.ts +197 -0
- package/src/i18n/is.ts +197 -0
- package/src/i18n/ka.ts +197 -0
- package/src/i18n/km.ts +198 -0
- package/src/i18n/lo.ts +197 -0
- package/src/i18n/lt.ts +205 -0
- package/src/i18n/lv.ts +201 -0
- package/src/i18n/mk.ts +197 -0
- package/src/i18n/mn.ts +197 -0
- package/src/i18n/ms.ts +197 -0
- package/src/i18n/my.ts +198 -0
- package/src/i18n/ne.ts +199 -0
- package/src/i18n/ro.ts +201 -0
- package/src/i18n/si.ts +197 -0
- package/src/i18n/sk.ts +205 -0
- package/src/i18n/sl.ts +206 -0
- package/src/i18n/sq.ts +197 -0
- package/src/i18n/sr.ts +202 -0
- package/src/i18n/tg.ts +197 -0
- package/src/i18n/tk.ts +197 -0
- package/src/i18n/uz.ts +200 -0
- package/src/v2/components/button-v2.css +2 -2
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
export declare const dict: {
|
|
2
|
+
"ui.sessionReview.title": string;
|
|
3
|
+
"ui.sessionReview.title.git": string;
|
|
4
|
+
"ui.sessionReview.title.branch": string;
|
|
5
|
+
"ui.sessionReview.title.lastTurn": string;
|
|
6
|
+
"ui.sessionReview.diffStyle.unified": string;
|
|
7
|
+
"ui.sessionReview.diffStyle.split": string;
|
|
8
|
+
"ui.sessionReview.expandAll": string;
|
|
9
|
+
"ui.sessionReview.collapseAll": string;
|
|
10
|
+
"ui.sessionReview.change.added": string;
|
|
11
|
+
"ui.sessionReview.change.removed": string;
|
|
12
|
+
"ui.sessionReview.change.modified": string;
|
|
13
|
+
"ui.sessionReview.image.loading": string;
|
|
14
|
+
"ui.sessionReview.image.placeholder": string;
|
|
15
|
+
"ui.sessionReview.largeDiff.title": string;
|
|
16
|
+
"ui.sessionReview.largeDiff.meta": string;
|
|
17
|
+
"ui.sessionReview.largeDiff.renderAnyway": string;
|
|
18
|
+
"ui.sessionReviewV2.expandMode": string;
|
|
19
|
+
"ui.sessionReviewV2.filterFiles": string;
|
|
20
|
+
"ui.sessionReviewV2.toggleSidebar": string;
|
|
21
|
+
"ui.sessionReviewV2.showAllLines": string;
|
|
22
|
+
"ui.sessionReviewV2.hideNonDiffLines": string;
|
|
23
|
+
"ui.sessionReviewV2.unifiedDiff": string;
|
|
24
|
+
"ui.sessionReviewV2.splitDiff": string;
|
|
25
|
+
"ui.sessionReviewV2.previousFile": string;
|
|
26
|
+
"ui.sessionReviewV2.nextFile": string;
|
|
27
|
+
"ui.sessionReviewV2.diffView": string;
|
|
28
|
+
"ui.sessionReviewV2.empty.noGit.title": string;
|
|
29
|
+
"ui.sessionReviewV2.empty.noGit.description": string;
|
|
30
|
+
"ui.sessionReviewV2.empty.noGit.action": string;
|
|
31
|
+
"ui.sessionReviewV2.empty.noGit.actionLoading": string;
|
|
32
|
+
"ui.sessionReviewV2.empty.changes.title": string;
|
|
33
|
+
"ui.sessionReviewV2.empty.changes.description": string;
|
|
34
|
+
"ui.sessionReview.openFile": string;
|
|
35
|
+
"ui.sessionReview.selection.line": string;
|
|
36
|
+
"ui.sessionReview.selection.lines": string;
|
|
37
|
+
"ui.fileMedia.kind.image": string;
|
|
38
|
+
"ui.fileMedia.kind.audio": string;
|
|
39
|
+
"ui.fileMedia.state.removed": string;
|
|
40
|
+
"ui.fileMedia.state.loading": string;
|
|
41
|
+
"ui.fileMedia.state.error": string;
|
|
42
|
+
"ui.fileMedia.state.unavailable": string;
|
|
43
|
+
"ui.fileMedia.binary.title": string;
|
|
44
|
+
"ui.fileMedia.binary.description.path": string;
|
|
45
|
+
"ui.fileMedia.binary.description.default": string;
|
|
46
|
+
"ui.lineComment.label.prefix": string;
|
|
47
|
+
"ui.lineComment.label.suffix": string;
|
|
48
|
+
"ui.lineComment.editorLabel.prefix": string;
|
|
49
|
+
"ui.lineComment.editorLabel.suffix": string;
|
|
50
|
+
"ui.lineComment.placeholder": string;
|
|
51
|
+
"ui.lineComment.contextPlaceholder": string;
|
|
52
|
+
"ui.lineComment.submit": string;
|
|
53
|
+
"ui.lineComment.cancel": string;
|
|
54
|
+
"ui.sessionTurn.steps.show": string;
|
|
55
|
+
"ui.sessionTurn.steps.hide": string;
|
|
56
|
+
"ui.sessionTurn.summary.response": string;
|
|
57
|
+
"ui.sessionTurn.diff.showMore": string;
|
|
58
|
+
"ui.sessionTurn.diffs.changed.one": string;
|
|
59
|
+
"ui.sessionTurn.diffs.changed.few": string;
|
|
60
|
+
"ui.sessionTurn.diffs.changed.other": string;
|
|
61
|
+
"ui.sessionTurn.diffs.showAll": string;
|
|
62
|
+
"ui.sessionTurn.diffs.showLess": string;
|
|
63
|
+
"ui.sessionTurn.diffs.more": string;
|
|
64
|
+
"ui.sessionTurn.retry.retrying": string;
|
|
65
|
+
"ui.sessionTurn.retry.inSeconds": string;
|
|
66
|
+
"ui.sessionTurn.retry.attempt": string;
|
|
67
|
+
"ui.sessionTurn.retry.attemptLine": string;
|
|
68
|
+
"ui.sessionTurn.retry.geminiHot": string;
|
|
69
|
+
"ui.sessionTurn.error.freeUsageExceeded": string;
|
|
70
|
+
"ui.sessionTurn.error.addCredits": string;
|
|
71
|
+
"dialog.usageExceeded.freeTier.title": string;
|
|
72
|
+
"dialog.usageExceeded.freeTier.description": string;
|
|
73
|
+
"dialog.usageExceeded.freeTier.actionLabel": string;
|
|
74
|
+
"dialog.usageExceeded.accountRateLimit.title": string;
|
|
75
|
+
"dialog.usageExceeded.accountRateLimit.description": string;
|
|
76
|
+
"dialog.usageExceeded.accountRateLimit.actionLabel": string;
|
|
77
|
+
"ui.sessionTurn.status.delegating": string;
|
|
78
|
+
"ui.sessionTurn.status.planning": string;
|
|
79
|
+
"ui.sessionTurn.status.gatheringContext": string;
|
|
80
|
+
"ui.sessionTurn.status.gatheredContext": string;
|
|
81
|
+
"ui.sessionTurn.status.searchingCodebase": string;
|
|
82
|
+
"ui.sessionTurn.status.searchingWeb": string;
|
|
83
|
+
"ui.sessionTurn.status.makingEdits": string;
|
|
84
|
+
"ui.sessionTurn.status.runningCommands": string;
|
|
85
|
+
"ui.sessionTurn.status.thinking": string;
|
|
86
|
+
"ui.sessionTurn.status.thinkingWithTopic": string;
|
|
87
|
+
"ui.sessionTurn.status.gatheringThoughts": string;
|
|
88
|
+
"ui.sessionTurn.status.consideringNextSteps": string;
|
|
89
|
+
"ui.messagePart.diagnostic.error": string;
|
|
90
|
+
"ui.messagePart.title.edit": string;
|
|
91
|
+
"ui.messagePart.title.write": string;
|
|
92
|
+
"ui.messagePart.option.typeOwnAnswer": string;
|
|
93
|
+
"ui.messagePart.review.title": string;
|
|
94
|
+
"ui.messagePart.questions.dismissed": string;
|
|
95
|
+
"ui.messagePart.compaction": string;
|
|
96
|
+
"ui.messagePart.context.read.one": string;
|
|
97
|
+
"ui.messagePart.context.read.few": string;
|
|
98
|
+
"ui.messagePart.context.read.other": string;
|
|
99
|
+
"ui.messagePart.context.search.one": string;
|
|
100
|
+
"ui.messagePart.context.search.few": string;
|
|
101
|
+
"ui.messagePart.context.search.other": string;
|
|
102
|
+
"ui.messagePart.context.list.one": string;
|
|
103
|
+
"ui.messagePart.context.list.few": string;
|
|
104
|
+
"ui.messagePart.context.list.other": string;
|
|
105
|
+
"ui.list.loading": string;
|
|
106
|
+
"ui.list.empty": string;
|
|
107
|
+
"ui.list.clearFilter": string;
|
|
108
|
+
"ui.list.emptyWithFilter.prefix": string;
|
|
109
|
+
"ui.list.emptyWithFilter.suffix": string;
|
|
110
|
+
"ui.fileSearch.placeholder": string;
|
|
111
|
+
"ui.fileSearch.previousMatch": string;
|
|
112
|
+
"ui.fileSearch.nextMatch": string;
|
|
113
|
+
"ui.fileSearch.close": string;
|
|
114
|
+
"ui.messageNav.newMessage": string;
|
|
115
|
+
"ui.promptInput.noMatchingItems": string;
|
|
116
|
+
"ui.promptInput.commands": string;
|
|
117
|
+
"ui.promptInput.dropFiles": string;
|
|
118
|
+
"ui.promptInput.removeAttachment": string;
|
|
119
|
+
"ui.promptInput.label": string;
|
|
120
|
+
"ui.promptInput.placeholder.shell": string;
|
|
121
|
+
"ui.promptInput.placeholder.normal": string;
|
|
122
|
+
"ui.promptInput.add": string;
|
|
123
|
+
"ui.promptInput.attachments": string;
|
|
124
|
+
"ui.promptInput.context": string;
|
|
125
|
+
"ui.promptInput.shell": string;
|
|
126
|
+
"ui.promptInput.chooseAgent": string;
|
|
127
|
+
"ui.promptInput.chooseModel": string;
|
|
128
|
+
"ui.promptInput.chooseVariant": string;
|
|
129
|
+
"ui.promptInput.send": string;
|
|
130
|
+
"ui.promptInput.stop": string;
|
|
131
|
+
"ui.tabs.close": string;
|
|
132
|
+
"ui.textField.copyToClipboard": string;
|
|
133
|
+
"ui.textField.copyLink": string;
|
|
134
|
+
"ui.textField.copied": string;
|
|
135
|
+
"ui.imagePreview.alt": string;
|
|
136
|
+
"ui.scrollView.ariaLabel": string;
|
|
137
|
+
"ui.tool.read": string;
|
|
138
|
+
"ui.tool.loaded": string;
|
|
139
|
+
"ui.tool.list": string;
|
|
140
|
+
"ui.tool.glob": string;
|
|
141
|
+
"ui.tool.grep": string;
|
|
142
|
+
"ui.tool.task": string;
|
|
143
|
+
"ui.tool.webfetch": string;
|
|
144
|
+
"ui.tool.websearch": string;
|
|
145
|
+
"ui.tool.websearch.provider": string;
|
|
146
|
+
"ui.tool.shell": string;
|
|
147
|
+
"ui.tool.patch": string;
|
|
148
|
+
"ui.tool.todos": string;
|
|
149
|
+
"ui.tool.todos.read": string;
|
|
150
|
+
"ui.tool.questions": string;
|
|
151
|
+
"ui.tool.questions.numbered": string;
|
|
152
|
+
"ui.tool.agent": string;
|
|
153
|
+
"ui.tool.agent.default": string;
|
|
154
|
+
"ui.tool.skill": string;
|
|
155
|
+
"ui.basicTool.called": string;
|
|
156
|
+
"ui.toolErrorCard.failed": string;
|
|
157
|
+
"ui.toolErrorCard.copyError": string;
|
|
158
|
+
"ui.common.file.one": string;
|
|
159
|
+
"ui.common.file.other": string;
|
|
160
|
+
"ui.common.question.one": string;
|
|
161
|
+
"ui.common.question.other": string;
|
|
162
|
+
"ui.common.add": string;
|
|
163
|
+
"ui.common.clear": string;
|
|
164
|
+
"ui.common.file": string;
|
|
165
|
+
"ui.common.back": string;
|
|
166
|
+
"ui.common.cancel": string;
|
|
167
|
+
"ui.common.confirm": string;
|
|
168
|
+
"ui.common.dismiss": string;
|
|
169
|
+
"ui.common.close": string;
|
|
170
|
+
"ui.common.next": string;
|
|
171
|
+
"ui.common.submit": string;
|
|
172
|
+
"ui.common.showMore": string;
|
|
173
|
+
"ui.permission.deny": string;
|
|
174
|
+
"ui.permission.allowAlways": string;
|
|
175
|
+
"ui.permission.allowOnce": string;
|
|
176
|
+
"ui.message.expand": string;
|
|
177
|
+
"ui.message.collapse": string;
|
|
178
|
+
"ui.message.copy": string;
|
|
179
|
+
"ui.message.copyMessage": string;
|
|
180
|
+
"ui.message.forkMessage": string;
|
|
181
|
+
"ui.message.revertMessage": string;
|
|
182
|
+
"ui.message.copyResponse": string;
|
|
183
|
+
"ui.message.copied": string;
|
|
184
|
+
"ui.message.duration.seconds": string;
|
|
185
|
+
"ui.message.duration.minutesSeconds": string;
|
|
186
|
+
"ui.message.interrupted": string;
|
|
187
|
+
"ui.message.queued": string;
|
|
188
|
+
"ui.message.attachment.alt": string;
|
|
189
|
+
"ui.patch.action.deleted": string;
|
|
190
|
+
"ui.patch.action.created": string;
|
|
191
|
+
"ui.patch.action.moved": string;
|
|
192
|
+
"ui.patch.action.patched": string;
|
|
193
|
+
"ui.question.subtitle.answered": string;
|
|
194
|
+
"ui.question.answer.none": string;
|
|
195
|
+
"ui.question.review.notAnswered": string;
|
|
196
|
+
"ui.question.multiHint": string;
|
|
197
|
+
"ui.question.singleHint": string;
|
|
198
|
+
"ui.question.custom.placeholder": string;
|
|
199
|
+
};
|
|
@@ -0,0 +1,195 @@
|
|
|
1
|
+
export declare const dict: {
|
|
2
|
+
"ui.sessionReview.title": string;
|
|
3
|
+
"ui.sessionReview.title.git": string;
|
|
4
|
+
"ui.sessionReview.title.branch": string;
|
|
5
|
+
"ui.sessionReview.title.lastTurn": string;
|
|
6
|
+
"ui.sessionReview.diffStyle.unified": string;
|
|
7
|
+
"ui.sessionReview.diffStyle.split": string;
|
|
8
|
+
"ui.sessionReview.expandAll": string;
|
|
9
|
+
"ui.sessionReview.collapseAll": string;
|
|
10
|
+
"ui.sessionReview.change.added": string;
|
|
11
|
+
"ui.sessionReview.change.removed": string;
|
|
12
|
+
"ui.sessionReview.change.modified": string;
|
|
13
|
+
"ui.sessionReview.image.loading": string;
|
|
14
|
+
"ui.sessionReview.image.placeholder": string;
|
|
15
|
+
"ui.sessionReview.largeDiff.title": string;
|
|
16
|
+
"ui.sessionReview.largeDiff.meta": string;
|
|
17
|
+
"ui.sessionReview.largeDiff.renderAnyway": string;
|
|
18
|
+
"ui.sessionReviewV2.expandMode": string;
|
|
19
|
+
"ui.sessionReviewV2.filterFiles": string;
|
|
20
|
+
"ui.sessionReviewV2.toggleSidebar": string;
|
|
21
|
+
"ui.sessionReviewV2.showAllLines": string;
|
|
22
|
+
"ui.sessionReviewV2.hideNonDiffLines": string;
|
|
23
|
+
"ui.sessionReviewV2.unifiedDiff": string;
|
|
24
|
+
"ui.sessionReviewV2.splitDiff": string;
|
|
25
|
+
"ui.sessionReviewV2.previousFile": string;
|
|
26
|
+
"ui.sessionReviewV2.nextFile": string;
|
|
27
|
+
"ui.sessionReviewV2.diffView": string;
|
|
28
|
+
"ui.sessionReviewV2.empty.noGit.title": string;
|
|
29
|
+
"ui.sessionReviewV2.empty.noGit.description": string;
|
|
30
|
+
"ui.sessionReviewV2.empty.noGit.action": string;
|
|
31
|
+
"ui.sessionReviewV2.empty.noGit.actionLoading": string;
|
|
32
|
+
"ui.sessionReviewV2.empty.changes.title": string;
|
|
33
|
+
"ui.sessionReviewV2.empty.changes.description": string;
|
|
34
|
+
"ui.sessionReview.openFile": string;
|
|
35
|
+
"ui.sessionReview.selection.line": string;
|
|
36
|
+
"ui.sessionReview.selection.lines": string;
|
|
37
|
+
"ui.fileMedia.kind.image": string;
|
|
38
|
+
"ui.fileMedia.kind.audio": string;
|
|
39
|
+
"ui.fileMedia.state.removed": string;
|
|
40
|
+
"ui.fileMedia.state.loading": string;
|
|
41
|
+
"ui.fileMedia.state.error": string;
|
|
42
|
+
"ui.fileMedia.state.unavailable": string;
|
|
43
|
+
"ui.fileMedia.binary.title": string;
|
|
44
|
+
"ui.fileMedia.binary.description.path": string;
|
|
45
|
+
"ui.fileMedia.binary.description.default": string;
|
|
46
|
+
"ui.lineComment.label.prefix": string;
|
|
47
|
+
"ui.lineComment.label.suffix": string;
|
|
48
|
+
"ui.lineComment.editorLabel.prefix": string;
|
|
49
|
+
"ui.lineComment.editorLabel.suffix": string;
|
|
50
|
+
"ui.lineComment.placeholder": string;
|
|
51
|
+
"ui.lineComment.contextPlaceholder": string;
|
|
52
|
+
"ui.lineComment.submit": string;
|
|
53
|
+
"ui.lineComment.cancel": string;
|
|
54
|
+
"ui.sessionTurn.steps.show": string;
|
|
55
|
+
"ui.sessionTurn.steps.hide": string;
|
|
56
|
+
"ui.sessionTurn.summary.response": string;
|
|
57
|
+
"ui.sessionTurn.diff.showMore": string;
|
|
58
|
+
"ui.sessionTurn.diffs.changed.one": string;
|
|
59
|
+
"ui.sessionTurn.diffs.changed.other": string;
|
|
60
|
+
"ui.sessionTurn.diffs.showAll": string;
|
|
61
|
+
"ui.sessionTurn.diffs.showLess": string;
|
|
62
|
+
"ui.sessionTurn.diffs.more": string;
|
|
63
|
+
"ui.sessionTurn.retry.retrying": string;
|
|
64
|
+
"ui.sessionTurn.retry.inSeconds": string;
|
|
65
|
+
"ui.sessionTurn.retry.attempt": string;
|
|
66
|
+
"ui.sessionTurn.retry.attemptLine": string;
|
|
67
|
+
"ui.sessionTurn.retry.geminiHot": string;
|
|
68
|
+
"ui.sessionTurn.error.freeUsageExceeded": string;
|
|
69
|
+
"ui.sessionTurn.error.addCredits": string;
|
|
70
|
+
"dialog.usageExceeded.freeTier.title": string;
|
|
71
|
+
"dialog.usageExceeded.freeTier.description": string;
|
|
72
|
+
"dialog.usageExceeded.freeTier.actionLabel": string;
|
|
73
|
+
"dialog.usageExceeded.accountRateLimit.title": string;
|
|
74
|
+
"dialog.usageExceeded.accountRateLimit.description": string;
|
|
75
|
+
"dialog.usageExceeded.accountRateLimit.actionLabel": string;
|
|
76
|
+
"ui.sessionTurn.status.delegating": string;
|
|
77
|
+
"ui.sessionTurn.status.planning": string;
|
|
78
|
+
"ui.sessionTurn.status.gatheringContext": string;
|
|
79
|
+
"ui.sessionTurn.status.gatheredContext": string;
|
|
80
|
+
"ui.sessionTurn.status.searchingCodebase": string;
|
|
81
|
+
"ui.sessionTurn.status.searchingWeb": string;
|
|
82
|
+
"ui.sessionTurn.status.makingEdits": string;
|
|
83
|
+
"ui.sessionTurn.status.runningCommands": string;
|
|
84
|
+
"ui.sessionTurn.status.thinking": string;
|
|
85
|
+
"ui.sessionTurn.status.thinkingWithTopic": string;
|
|
86
|
+
"ui.sessionTurn.status.gatheringThoughts": string;
|
|
87
|
+
"ui.sessionTurn.status.consideringNextSteps": string;
|
|
88
|
+
"ui.messagePart.diagnostic.error": string;
|
|
89
|
+
"ui.messagePart.title.edit": string;
|
|
90
|
+
"ui.messagePart.title.write": string;
|
|
91
|
+
"ui.messagePart.option.typeOwnAnswer": string;
|
|
92
|
+
"ui.messagePart.review.title": string;
|
|
93
|
+
"ui.messagePart.questions.dismissed": string;
|
|
94
|
+
"ui.messagePart.compaction": string;
|
|
95
|
+
"ui.messagePart.context.read.one": string;
|
|
96
|
+
"ui.messagePart.context.read.other": string;
|
|
97
|
+
"ui.messagePart.context.search.one": string;
|
|
98
|
+
"ui.messagePart.context.search.other": string;
|
|
99
|
+
"ui.messagePart.context.list.one": string;
|
|
100
|
+
"ui.messagePart.context.list.other": string;
|
|
101
|
+
"ui.list.loading": string;
|
|
102
|
+
"ui.list.empty": string;
|
|
103
|
+
"ui.list.clearFilter": string;
|
|
104
|
+
"ui.list.emptyWithFilter.prefix": string;
|
|
105
|
+
"ui.list.emptyWithFilter.suffix": string;
|
|
106
|
+
"ui.fileSearch.placeholder": string;
|
|
107
|
+
"ui.fileSearch.previousMatch": string;
|
|
108
|
+
"ui.fileSearch.nextMatch": string;
|
|
109
|
+
"ui.fileSearch.close": string;
|
|
110
|
+
"ui.messageNav.newMessage": string;
|
|
111
|
+
"ui.promptInput.noMatchingItems": string;
|
|
112
|
+
"ui.promptInput.commands": string;
|
|
113
|
+
"ui.promptInput.dropFiles": string;
|
|
114
|
+
"ui.promptInput.removeAttachment": string;
|
|
115
|
+
"ui.promptInput.label": string;
|
|
116
|
+
"ui.promptInput.placeholder.shell": string;
|
|
117
|
+
"ui.promptInput.placeholder.normal": string;
|
|
118
|
+
"ui.promptInput.add": string;
|
|
119
|
+
"ui.promptInput.attachments": string;
|
|
120
|
+
"ui.promptInput.context": string;
|
|
121
|
+
"ui.promptInput.shell": string;
|
|
122
|
+
"ui.promptInput.chooseAgent": string;
|
|
123
|
+
"ui.promptInput.chooseModel": string;
|
|
124
|
+
"ui.promptInput.chooseVariant": string;
|
|
125
|
+
"ui.promptInput.send": string;
|
|
126
|
+
"ui.promptInput.stop": string;
|
|
127
|
+
"ui.tabs.close": string;
|
|
128
|
+
"ui.textField.copyToClipboard": string;
|
|
129
|
+
"ui.textField.copyLink": string;
|
|
130
|
+
"ui.textField.copied": string;
|
|
131
|
+
"ui.imagePreview.alt": string;
|
|
132
|
+
"ui.scrollView.ariaLabel": string;
|
|
133
|
+
"ui.tool.read": string;
|
|
134
|
+
"ui.tool.loaded": string;
|
|
135
|
+
"ui.tool.list": string;
|
|
136
|
+
"ui.tool.glob": string;
|
|
137
|
+
"ui.tool.grep": string;
|
|
138
|
+
"ui.tool.task": string;
|
|
139
|
+
"ui.tool.webfetch": string;
|
|
140
|
+
"ui.tool.websearch": string;
|
|
141
|
+
"ui.tool.websearch.provider": string;
|
|
142
|
+
"ui.tool.shell": string;
|
|
143
|
+
"ui.tool.patch": string;
|
|
144
|
+
"ui.tool.todos": string;
|
|
145
|
+
"ui.tool.todos.read": string;
|
|
146
|
+
"ui.tool.questions": string;
|
|
147
|
+
"ui.tool.questions.numbered": string;
|
|
148
|
+
"ui.tool.agent": string;
|
|
149
|
+
"ui.tool.agent.default": string;
|
|
150
|
+
"ui.tool.skill": string;
|
|
151
|
+
"ui.basicTool.called": string;
|
|
152
|
+
"ui.toolErrorCard.failed": string;
|
|
153
|
+
"ui.toolErrorCard.copyError": string;
|
|
154
|
+
"ui.common.file.one": string;
|
|
155
|
+
"ui.common.file.other": string;
|
|
156
|
+
"ui.common.question.one": string;
|
|
157
|
+
"ui.common.question.other": string;
|
|
158
|
+
"ui.common.add": string;
|
|
159
|
+
"ui.common.clear": string;
|
|
160
|
+
"ui.common.file": string;
|
|
161
|
+
"ui.common.back": string;
|
|
162
|
+
"ui.common.cancel": string;
|
|
163
|
+
"ui.common.confirm": string;
|
|
164
|
+
"ui.common.dismiss": string;
|
|
165
|
+
"ui.common.close": string;
|
|
166
|
+
"ui.common.next": string;
|
|
167
|
+
"ui.common.submit": string;
|
|
168
|
+
"ui.common.showMore": string;
|
|
169
|
+
"ui.permission.deny": string;
|
|
170
|
+
"ui.permission.allowAlways": string;
|
|
171
|
+
"ui.permission.allowOnce": string;
|
|
172
|
+
"ui.message.expand": string;
|
|
173
|
+
"ui.message.collapse": string;
|
|
174
|
+
"ui.message.copy": string;
|
|
175
|
+
"ui.message.copyMessage": string;
|
|
176
|
+
"ui.message.forkMessage": string;
|
|
177
|
+
"ui.message.revertMessage": string;
|
|
178
|
+
"ui.message.copyResponse": string;
|
|
179
|
+
"ui.message.copied": string;
|
|
180
|
+
"ui.message.duration.seconds": string;
|
|
181
|
+
"ui.message.duration.minutesSeconds": string;
|
|
182
|
+
"ui.message.interrupted": string;
|
|
183
|
+
"ui.message.queued": string;
|
|
184
|
+
"ui.message.attachment.alt": string;
|
|
185
|
+
"ui.patch.action.deleted": string;
|
|
186
|
+
"ui.patch.action.created": string;
|
|
187
|
+
"ui.patch.action.moved": string;
|
|
188
|
+
"ui.patch.action.patched": string;
|
|
189
|
+
"ui.question.subtitle.answered": string;
|
|
190
|
+
"ui.question.answer.none": string;
|
|
191
|
+
"ui.question.review.notAnswered": string;
|
|
192
|
+
"ui.question.multiHint": string;
|
|
193
|
+
"ui.question.singleHint": string;
|
|
194
|
+
"ui.question.custom.placeholder": string;
|
|
195
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const dict: Record<string, string>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const dict: Record<string, string>;
|
package/package.json
CHANGED
package/src/i18n/am.ts
ADDED
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
export const dict: Record<string, string> = {
|
|
2
|
+
"ui.sessionReview.title": "የክፍለ ጊዜ ለውጦች",
|
|
3
|
+
"ui.sessionReview.title.git": "Gitይለውጣል",
|
|
4
|
+
"ui.sessionReview.title.branch": "ቅርንጫፍ ለውጦች",
|
|
5
|
+
"ui.sessionReview.title.lastTurn": "የመጨረሻው ዙር ለውጦች",
|
|
6
|
+
"ui.sessionReview.diffStyle.unified": "የተዋሃደ",
|
|
7
|
+
"ui.sessionReview.diffStyle.split": "የተከፋፈለ",
|
|
8
|
+
"ui.sessionReview.expandAll": "ሁሉንም ዘርጋ",
|
|
9
|
+
"ui.sessionReview.collapseAll": "ሁሉንም ሰብስብ",
|
|
10
|
+
"ui.sessionReview.change.added": "ተጨማሪ",
|
|
11
|
+
"ui.sessionReview.change.removed": "ተወግዷል",
|
|
12
|
+
"ui.sessionReview.change.modified": "የተሻሻለው",
|
|
13
|
+
"ui.sessionReview.image.loading": "በመጫን ላይ...",
|
|
14
|
+
"ui.sessionReview.image.placeholder": "ምስል",
|
|
15
|
+
"ui.sessionReview.largeDiff.title": "ለመሰራት በጣም ትልቅ ልዩነት",
|
|
16
|
+
"ui.sessionReview.largeDiff.meta": "ገደብ፡ {{limit}} መስመሮች ተለውጠዋል። የአሁኑ፡ {{current}} መስመሮች ተለውጠዋል።",
|
|
17
|
+
"ui.sessionReview.largeDiff.renderAnyway": "ለማንኛውም ስጥ",
|
|
18
|
+
"ui.sessionReviewV2.expandMode": "መዘርጋ ወይም ሰብስብ ልዩነት",
|
|
19
|
+
"ui.sessionReviewV2.filterFiles": "ፋይሎችን አጣራ",
|
|
20
|
+
"ui.sessionReviewV2.toggleSidebar": "ፋይል ዛፍን ቀይር",
|
|
21
|
+
"ui.sessionReviewV2.showAllLines": "ሁሉንም መስመሮች አሳይ",
|
|
22
|
+
"ui.sessionReviewV2.hideNonDiffLines": "ልዩ ያልሆኑ መስመሮችን ደብቅ",
|
|
23
|
+
"ui.sessionReviewV2.unifiedDiff": "የተዋሃደ ልዩነት",
|
|
24
|
+
"ui.sessionReviewV2.splitDiff": "የተከፈለ ልዩነት",
|
|
25
|
+
"ui.sessionReviewV2.previousFile": "የቀድሞው ፋይል",
|
|
26
|
+
"ui.sessionReviewV2.nextFile": "ቀጣይ ፋይል",
|
|
27
|
+
"ui.sessionReviewV2.diffView": "ልዩ እይታ",
|
|
28
|
+
"ui.sessionReviewV2.empty.noGit.title": "ምንም ክትትል የሚደረግባቸው ለውጦች የሉም",
|
|
29
|
+
"ui.sessionReviewV2.empty.noGit.description": "በዚህ ፕሮጀክት ላይ ለውጦችን ይከታተሉ፣ ይገምግሙ እና ይቀልብሱ",
|
|
30
|
+
"ui.sessionReviewV2.empty.noGit.action": "Git ማከማቻ ፍጠር",
|
|
31
|
+
"ui.sessionReviewV2.empty.noGit.actionLoading": "Git ማከማቻ በመፍጠር ላይ...",
|
|
32
|
+
"ui.sessionReviewV2.empty.changes.title": "አሁን ምንም ለውጥ የለም",
|
|
33
|
+
"ui.sessionReviewV2.empty.changes.description": "የፕሮጀክት ለውጦች እዚህ ይታያሉ",
|
|
34
|
+
"ui.sessionReview.openFile": "ክፍት ፋይል",
|
|
35
|
+
"ui.sessionReview.selection.line": "መስመር {{line}}",
|
|
36
|
+
"ui.sessionReview.selection.lines": "መስመሮች {{start}}-{{end}}",
|
|
37
|
+
"ui.fileMedia.kind.image": "ምስል",
|
|
38
|
+
"ui.fileMedia.kind.audio": "ድምጽ",
|
|
39
|
+
"ui.fileMedia.state.removed": "{{kind}}ፋይል ተወግዷል።",
|
|
40
|
+
"ui.fileMedia.state.loading": "በመጫን ላይ {{kind}}...",
|
|
41
|
+
"ui.fileMedia.state.error": "{{kind}}ን መጫን አልተቻለም።",
|
|
42
|
+
"ui.fileMedia.state.unavailable": "{{kind}} ቅድመ እይታ አይገኝም።",
|
|
43
|
+
"ui.fileMedia.binary.title": "ሁለትዮሽ ፋይል",
|
|
44
|
+
"ui.fileMedia.binary.description.path": "{{path}} ሁለትዮሽ ነው።",
|
|
45
|
+
"ui.fileMedia.binary.description.default": "ሁለትዮሽ ይዘት",
|
|
46
|
+
"ui.lineComment.label.prefix": "አስተያየት በ ላይ ",
|
|
47
|
+
"ui.lineComment.label.suffix": "",
|
|
48
|
+
"ui.lineComment.editorLabel.prefix": "በላይ አስተያየት መስጠት ",
|
|
49
|
+
"ui.lineComment.editorLabel.suffix": "",
|
|
50
|
+
"ui.lineComment.placeholder": "አስተያየት ያክሉ",
|
|
51
|
+
"ui.lineComment.contextPlaceholder": "ለዚህ ለውጥ አውድ ጨምር",
|
|
52
|
+
"ui.lineComment.submit": "አስተያየት",
|
|
53
|
+
"ui.lineComment.cancel": "ሰርዝ",
|
|
54
|
+
"ui.sessionTurn.steps.show": "ደረጃዎችን አሳይ",
|
|
55
|
+
"ui.sessionTurn.steps.hide": "ደረጃዎችን ደብቅ",
|
|
56
|
+
"ui.sessionTurn.summary.response": "ምላሽ",
|
|
57
|
+
"ui.sessionTurn.diff.showMore": "ተጨማሪ ለውጦችን አሳይ ({{count}})",
|
|
58
|
+
"ui.sessionTurn.diffs.changed.one": "{{count}}የተለወጠ ፋይል",
|
|
59
|
+
"ui.sessionTurn.diffs.changed.other": "{{count}}የተቀየሩ ፋይሎች",
|
|
60
|
+
"ui.sessionTurn.diffs.showAll": "ሁሉንም አሳይ",
|
|
61
|
+
"ui.sessionTurn.diffs.showLess": "ያነሰ አሳይ",
|
|
62
|
+
"ui.sessionTurn.diffs.more": "+{{count}} ተጨማሪ ፋይሎች",
|
|
63
|
+
"ui.sessionTurn.retry.retrying": "እንደገና በመሞከር ላይ",
|
|
64
|
+
"ui.sessionTurn.retry.inSeconds": "በ{{seconds}}ሰ",
|
|
65
|
+
"ui.sessionTurn.retry.attempt": "ሙከራ #{{attempt}}",
|
|
66
|
+
"ui.sessionTurn.retry.attemptLine": "{{line}} - ሙከራ #{{attempt}}",
|
|
67
|
+
"ui.sessionTurn.retry.geminiHot": "gemini አሁን በጣም ሞቃት ነው",
|
|
68
|
+
"ui.sessionTurn.error.freeUsageExceeded": "ነፃ አጠቃቀም ታልፏል",
|
|
69
|
+
"ui.sessionTurn.error.addCredits": "ክሬዲት አክል",
|
|
70
|
+
"dialog.usageExceeded.freeTier.title": "ነፃ ገደብ ላይ ደርሷል",
|
|
71
|
+
"dialog.usageExceeded.freeTier.description": "ለOpenCode Go ለምርጥ ክፍት ምንጭ ሞዴሎች ታማኝ መዳረሻ ለማግኘት ይመዝገቡ፣ ከ$5 በወር ጀምሮ።",
|
|
72
|
+
"dialog.usageExceeded.freeTier.actionLabel": "ለደንበኝነት ይመዝገቡ",
|
|
73
|
+
"dialog.usageExceeded.accountRateLimit.title": "የሂድ ገደብ ላይ ደርሷል",
|
|
74
|
+
"dialog.usageExceeded.accountRateLimit.description":
|
|
75
|
+
"የአጠቃቀም ገደብ ላይ ደርሷል። ይህን ሞዴል አሁን መጠቀሙን ለመቀጠል ካለው ቀሪ ሒሳብ መጠቀምን ያንቁ",
|
|
76
|
+
"dialog.usageExceeded.accountRateLimit.actionLabel": "ክፍት ቅንብሮች",
|
|
77
|
+
"ui.sessionTurn.status.delegating": "ሥራን በውክልና መስጠት",
|
|
78
|
+
"ui.sessionTurn.status.planning": "ቀጣዮቹን ደረጃዎች ማቀድ",
|
|
79
|
+
"ui.sessionTurn.status.gatheringContext": "ማሰስ",
|
|
80
|
+
"ui.sessionTurn.status.gatheredContext": "የተፈተሸ",
|
|
81
|
+
"ui.sessionTurn.status.searchingCodebase": "የኮድ ቤዝ ፍለጋ",
|
|
82
|
+
"ui.sessionTurn.status.searchingWeb": "ድሩን መፈለግ",
|
|
83
|
+
"ui.sessionTurn.status.makingEdits": "ማስተካከል",
|
|
84
|
+
"ui.sessionTurn.status.runningCommands": "አሂድ ትዕዛዞች",
|
|
85
|
+
"ui.sessionTurn.status.thinking": "አስተሳሰብ",
|
|
86
|
+
"ui.sessionTurn.status.thinkingWithTopic": "ማሰብ - {{topic}}",
|
|
87
|
+
"ui.sessionTurn.status.gatheringThoughts": "ሀሳቦችን መሰብሰብ",
|
|
88
|
+
"ui.sessionTurn.status.consideringNextSteps": "ቀጣዮቹን ደረጃዎች ከግምት ውስጥ በማስገባት",
|
|
89
|
+
"ui.messagePart.diagnostic.error": "ስህተት",
|
|
90
|
+
"ui.messagePart.title.edit": "አርትዕ",
|
|
91
|
+
"ui.messagePart.title.write": "ጻፍ",
|
|
92
|
+
"ui.messagePart.option.typeOwnAnswer": "የራስህን መልስ ተይብ",
|
|
93
|
+
"ui.messagePart.review.title": "መልሶችዎን ይገምግሙ",
|
|
94
|
+
"ui.messagePart.questions.dismissed": "ጥያቄዎች ውድቅ የተደረጉ",
|
|
95
|
+
"ui.messagePart.compaction": "የክፍለ ጊዜው የታመቀ",
|
|
96
|
+
"ui.messagePart.context.read.one": "{{count}} ማንበብ",
|
|
97
|
+
"ui.messagePart.context.read.other": "{{count}} ያነባል",
|
|
98
|
+
"ui.messagePart.context.search.one": "{{count}} ፍለጋ",
|
|
99
|
+
"ui.messagePart.context.search.other": "{{count}} ፍለጋዎች",
|
|
100
|
+
"ui.messagePart.context.list.one": "{{count}}ዝርዝር",
|
|
101
|
+
"ui.messagePart.context.list.other": "{{count}}ዝርዝሮች",
|
|
102
|
+
"ui.list.loading": "በመጫን ላይ",
|
|
103
|
+
"ui.list.empty": "ምንም ውጤቶች",
|
|
104
|
+
"ui.list.clearFilter": "ማጣሪያን አጽዳ",
|
|
105
|
+
"ui.list.emptyWithFilter.prefix": "ምንም ውጤቶች ለ",
|
|
106
|
+
"ui.list.emptyWithFilter.suffix": "",
|
|
107
|
+
"ui.fileSearch.placeholder": "አግኝ",
|
|
108
|
+
"ui.fileSearch.previousMatch": "የቀድሞ ግጥሚያ",
|
|
109
|
+
"ui.fileSearch.nextMatch": "ቀጣይ ተዛማጅ",
|
|
110
|
+
"ui.fileSearch.close": "ፍለጋን ዝጋ",
|
|
111
|
+
"ui.messageNav.newMessage": "አዲስ መልእክት",
|
|
112
|
+
"ui.promptInput.noMatchingItems": "ምንም የሚዛመዱ ነገሮች የሉም",
|
|
113
|
+
"ui.promptInput.commands": "ትዕዛዞች",
|
|
114
|
+
"ui.promptInput.dropFiles": "ለማያያዝ ፋይሎችን ጣል",
|
|
115
|
+
"ui.promptInput.removeAttachment": "ዓባሪን አስወግድ",
|
|
116
|
+
"ui.promptInput.label": "ፕሮምፕት",
|
|
117
|
+
"ui.promptInput.placeholder.shell": "የሼል ትዕዛዝ አስገባ...",
|
|
118
|
+
"ui.promptInput.placeholder.normal": "ማንኛውንም ነገር ይጠይቁ፣ {{slash}} ለትእዛዞች፣ {{at}} ለአውድ...",
|
|
119
|
+
"ui.promptInput.add": "ምስሎችን እና ፋይሎችን አክል",
|
|
120
|
+
"ui.promptInput.attachments": "ምስሎች እና ፋይሎች",
|
|
121
|
+
"ui.promptInput.context": "አውድ",
|
|
122
|
+
"ui.promptInput.shell": "የሼል ትዕዛዝ",
|
|
123
|
+
"ui.promptInput.chooseAgent": "ወኪሉን ይምረጡ",
|
|
124
|
+
"ui.promptInput.chooseModel": "ሞዴል ምረጥ",
|
|
125
|
+
"ui.promptInput.chooseVariant": "የሞዴል ልዩነትን ምረጥ",
|
|
126
|
+
"ui.promptInput.send": "ላክ",
|
|
127
|
+
"ui.promptInput.stop": "አቁም",
|
|
128
|
+
"ui.tabs.close": "ትርፉን ዝጋ",
|
|
129
|
+
"ui.textField.copyToClipboard": "ወደ ቅንጥብ ሰሌዳ ቅዳ",
|
|
130
|
+
"ui.textField.copyLink": "መገልበጥ አገናኝ",
|
|
131
|
+
"ui.textField.copied": "የተገለበጠ",
|
|
132
|
+
"ui.imagePreview.alt": "የምስል ቅድመ እይታ",
|
|
133
|
+
"ui.scrollView.ariaLabel": "መጠቅለል የሚችል ይዘት",
|
|
134
|
+
"ui.tool.read": "አንብብ",
|
|
135
|
+
"ui.tool.loaded": "ተጭኗል",
|
|
136
|
+
"ui.tool.list": "ዝርዝር",
|
|
137
|
+
"ui.tool.glob": "Glob",
|
|
138
|
+
"ui.tool.grep": "Grep",
|
|
139
|
+
"ui.tool.task": "ተግባር",
|
|
140
|
+
"ui.tool.webfetch": "Webfetch",
|
|
141
|
+
"ui.tool.websearch": "ድር ፍለጋ",
|
|
142
|
+
"ui.tool.websearch.provider": "{{provider}}ድር ፍለጋ",
|
|
143
|
+
"ui.tool.shell": "ሼል",
|
|
144
|
+
"ui.tool.patch": "Patch",
|
|
145
|
+
"ui.tool.todos": "የሚደረጉ ነገሮች",
|
|
146
|
+
"ui.tool.todos.read": "ወደ-ድርጊት አንብብ",
|
|
147
|
+
"ui.tool.questions": "ጥያቄዎች",
|
|
148
|
+
"ui.tool.questions.numbered": "ጥያቄዎች {{number}}",
|
|
149
|
+
"ui.tool.agent": "{{type}} ወኪል",
|
|
150
|
+
"ui.tool.agent.default": "ወኪል",
|
|
151
|
+
"ui.tool.skill": "ክህሎት",
|
|
152
|
+
"ui.basicTool.called": "የተጠራው `{{tool}}`",
|
|
153
|
+
"ui.toolErrorCard.failed": "አልተሳካም",
|
|
154
|
+
"ui.toolErrorCard.copyError": "ስህተት ቅጂ",
|
|
155
|
+
"ui.common.file.one": "ፋይል",
|
|
156
|
+
"ui.common.file.other": "ፋይሎች",
|
|
157
|
+
"ui.common.question.one": "ጥያቄ",
|
|
158
|
+
"ui.common.question.other": "ጥያቄዎች",
|
|
159
|
+
"ui.common.add": "አክል",
|
|
160
|
+
"ui.common.clear": "ግልጽ",
|
|
161
|
+
"ui.common.file": "ፋይል",
|
|
162
|
+
"ui.common.back": "ተመለስ",
|
|
163
|
+
"ui.common.cancel": "ሰርዝ",
|
|
164
|
+
"ui.common.confirm": "አረጋግጥ",
|
|
165
|
+
"ui.common.dismiss": "አሰናብት",
|
|
166
|
+
"ui.common.close": "ዝጋ",
|
|
167
|
+
"ui.common.next": "ቀጣይ",
|
|
168
|
+
"ui.common.submit": "አስረክብ",
|
|
169
|
+
"ui.common.showMore": "ተጨማሪ አሳይ",
|
|
170
|
+
"ui.permission.deny": "ክድ",
|
|
171
|
+
"ui.permission.allowAlways": "ሁልጊዜ ፍቀድ",
|
|
172
|
+
"ui.permission.allowOnce": "አንድ ጊዜ ፍቀድ",
|
|
173
|
+
"ui.message.expand": "መልዕክት ዘርጋ",
|
|
174
|
+
"ui.message.collapse": "መልዕክት ሰብስብ",
|
|
175
|
+
"ui.message.copy": "ኮፒ",
|
|
176
|
+
"ui.message.copyMessage": "መልዕክት ቅዳ",
|
|
177
|
+
"ui.message.forkMessage": "ወደ አዲስ ክፍለ ጊዜ ቅርንጫፍ ፍጠር",
|
|
178
|
+
"ui.message.revertMessage": "መልዕክት ቀይር",
|
|
179
|
+
"ui.message.copyResponse": "መልስ ቅጂ",
|
|
180
|
+
"ui.message.copied": "የተገለበጠ",
|
|
181
|
+
"ui.message.duration.seconds": "{{count}} ሰ",
|
|
182
|
+
"ui.message.duration.minutesSeconds": "{{minutes}} ደ {{seconds}} ሰ",
|
|
183
|
+
"ui.message.interrupted": "የተቋረጠ",
|
|
184
|
+
"ui.message.queued": "ወረፋ ላይ",
|
|
185
|
+
"ui.message.attachment.alt": "አባሪ",
|
|
186
|
+
"ui.patch.action.deleted": "የተሰረዘ",
|
|
187
|
+
"ui.patch.action.created": "የተፈጠረ",
|
|
188
|
+
"ui.patch.action.moved": "ተንቀሳቅሷል",
|
|
189
|
+
"ui.patch.action.patched": "የተጣበቁ",
|
|
190
|
+
"ui.question.subtitle.answered": "{{count}} መልስ",
|
|
191
|
+
"ui.question.answer.none": "(መልስ የለም)",
|
|
192
|
+
"ui.question.review.notAnswered": "(አልተመለሰም)",
|
|
193
|
+
"ui.question.multiHint": "የሚመለከተውን ሁሉንም መልሶች ይምረጡ",
|
|
194
|
+
"ui.question.singleHint": "አንድ መልስ ምረጥ",
|
|
195
|
+
"ui.question.custom.placeholder": "መልስዎን ይተይቡ...",
|
|
196
|
+
}
|