@librecode/i18n 0.1.0
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/README.md +30 -0
- package/package.json +28 -0
- package/src/app/ar.ts +843 -0
- package/src/app/br.ts +855 -0
- package/src/app/bs.ts +931 -0
- package/src/app/da.ts +925 -0
- package/src/app/de.ts +867 -0
- package/src/app/en.ts +935 -0
- package/src/app/es.ts +938 -0
- package/src/app/fr.ts +866 -0
- package/src/app/index.ts +17 -0
- package/src/app/ja.ts +850 -0
- package/src/app/ko.ts +849 -0
- package/src/app/no.ts +932 -0
- package/src/app/pl.ts +853 -0
- package/src/app/ru.ts +934 -0
- package/src/app/th.ts +921 -0
- package/src/app/tr.ts +940 -0
- package/src/app/zh.ts +920 -0
- package/src/app/zht.ts +915 -0
- package/src/desktop/ar.ts +59 -0
- package/src/desktop/br.ts +61 -0
- package/src/desktop/bs.ts +62 -0
- package/src/desktop/da.ts +61 -0
- package/src/desktop/de.ts +62 -0
- package/src/desktop/en.ts +61 -0
- package/src/desktop/es.ts +61 -0
- package/src/desktop/fr.ts +62 -0
- package/src/desktop/index.ts +15 -0
- package/src/desktop/ja.ts +62 -0
- package/src/desktop/ko.ts +60 -0
- package/src/desktop/no.ts +61 -0
- package/src/desktop/pl.ts +62 -0
- package/src/desktop/ru.ts +61 -0
- package/src/desktop/zh.ts +59 -0
- package/src/desktop/zht.ts +59 -0
- package/src/ui/ar.ts +160 -0
- package/src/ui/br.ts +160 -0
- package/src/ui/bs.ts +164 -0
- package/src/ui/da.ts +159 -0
- package/src/ui/de.ts +165 -0
- package/src/ui/en.ts +162 -0
- package/src/ui/es.ts +160 -0
- package/src/ui/fr.ts +160 -0
- package/src/ui/index.ts +17 -0
- package/src/ui/ja.ts +159 -0
- package/src/ui/ko.ts +160 -0
- package/src/ui/no.ts +163 -0
- package/src/ui/pl.ts +159 -0
- package/src/ui/ru.ts +159 -0
- package/src/ui/th.ts +161 -0
- package/src/ui/tr.ts +166 -0
- package/src/ui/zh.ts +164 -0
- package/src/ui/zht.ts +164 -0
package/src/ui/br.ts
ADDED
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
export const dict = {
|
|
2
|
+
"ui.sessionReview.title": "Alterações da sessão",
|
|
3
|
+
"ui.sessionReview.title.lastTurn": "Alterações do último turno",
|
|
4
|
+
"ui.sessionReview.diffStyle.unified": "Unificado",
|
|
5
|
+
"ui.sessionReview.diffStyle.split": "Dividido",
|
|
6
|
+
"ui.sessionReview.openFile": "Abrir arquivo",
|
|
7
|
+
"ui.sessionReview.selection.line": "linha {{line}}",
|
|
8
|
+
"ui.sessionReview.selection.lines": "linhas {{start}}-{{end}}",
|
|
9
|
+
"ui.sessionReview.expandAll": "Expandir tudo",
|
|
10
|
+
"ui.sessionReview.collapseAll": "Recolher tudo",
|
|
11
|
+
"ui.sessionReview.change.added": "Adicionado",
|
|
12
|
+
"ui.sessionReview.change.removed": "Removido",
|
|
13
|
+
"ui.sessionReview.change.modified": "Modificado",
|
|
14
|
+
"ui.sessionReview.image.loading": "Carregando...",
|
|
15
|
+
"ui.sessionReview.image.placeholder": "Imagem",
|
|
16
|
+
"ui.sessionReview.largeDiff.title": "Diff grande demais para renderizar",
|
|
17
|
+
"ui.sessionReview.largeDiff.meta": "Limite: {{limit}} linhas alteradas. Atual: {{current}} linhas alteradas.",
|
|
18
|
+
"ui.sessionReview.largeDiff.renderAnyway": "Renderizar mesmo assim",
|
|
19
|
+
"ui.fileMedia.kind.image": "imagem",
|
|
20
|
+
"ui.fileMedia.kind.audio": "áudio",
|
|
21
|
+
"ui.fileMedia.state.removed": "Removido: {{kind}}",
|
|
22
|
+
"ui.fileMedia.state.loading": "Carregando {{kind}}...",
|
|
23
|
+
"ui.fileMedia.state.error": "Erro ao carregar {{kind}}",
|
|
24
|
+
"ui.fileMedia.state.unavailable": "{{kind}} indisponível",
|
|
25
|
+
"ui.fileMedia.binary.title": "Arquivo binário",
|
|
26
|
+
"ui.fileMedia.binary.description.path": "Não é possível exibir {{path}} porque é um arquivo binário.",
|
|
27
|
+
"ui.fileMedia.binary.description.default": "Não é possível exibir o arquivo porque ele é binário.",
|
|
28
|
+
|
|
29
|
+
"ui.lineComment.label.prefix": "Comentar em ",
|
|
30
|
+
"ui.lineComment.label.suffix": "",
|
|
31
|
+
"ui.lineComment.editorLabel.prefix": "Comentando em ",
|
|
32
|
+
"ui.lineComment.editorLabel.suffix": "",
|
|
33
|
+
"ui.lineComment.placeholder": "Adicionar comentário",
|
|
34
|
+
"ui.lineComment.submit": "Comentar",
|
|
35
|
+
|
|
36
|
+
"ui.sessionTurn.steps.show": "Mostrar passos",
|
|
37
|
+
"ui.sessionTurn.steps.hide": "Ocultar passos",
|
|
38
|
+
"ui.sessionTurn.summary.response": "Resposta",
|
|
39
|
+
"ui.sessionTurn.diff.showMore": "Mostrar mais alterações ({{count}})",
|
|
40
|
+
|
|
41
|
+
"ui.sessionTurn.retry.retrying": "tentando novamente",
|
|
42
|
+
"ui.sessionTurn.retry.inSeconds": "em {{seconds}}s",
|
|
43
|
+
"ui.sessionTurn.retry.attempt": "tentativa #{{attempt}}",
|
|
44
|
+
"ui.sessionTurn.retry.attemptLine": "{{line}} - tentativa #{{attempt}}",
|
|
45
|
+
"ui.sessionTurn.retry.geminiHot": "gemini está muito sobrecarregado agora",
|
|
46
|
+
"ui.sessionTurn.error.freeUsageExceeded": "Limite de uso gratuito excedido",
|
|
47
|
+
"ui.sessionTurn.error.addCredits": "Adicionar créditos",
|
|
48
|
+
|
|
49
|
+
"ui.sessionTurn.status.delegating": "Delegando trabalho",
|
|
50
|
+
"ui.sessionTurn.status.planning": "Planejando próximos passos",
|
|
51
|
+
"ui.sessionTurn.status.gatheringContext": "Explorando",
|
|
52
|
+
"ui.sessionTurn.status.gatheredContext": "Explorado",
|
|
53
|
+
"ui.sessionTurn.status.searchingCodebase": "Pesquisando no código",
|
|
54
|
+
"ui.sessionTurn.status.searchingWeb": "Pesquisando na web",
|
|
55
|
+
"ui.sessionTurn.status.makingEdits": "Fazendo edições",
|
|
56
|
+
"ui.sessionTurn.status.runningCommands": "Executando comandos",
|
|
57
|
+
"ui.sessionTurn.status.thinking": "Pensando",
|
|
58
|
+
"ui.sessionTurn.status.thinkingWithTopic": "Pensando - {{topic}}",
|
|
59
|
+
"ui.sessionTurn.status.gatheringThoughts": "Organizando pensamentos",
|
|
60
|
+
"ui.sessionTurn.status.consideringNextSteps": "Considerando próximos passos",
|
|
61
|
+
|
|
62
|
+
"ui.messagePart.questions.dismissed": "Perguntas descartadas",
|
|
63
|
+
"ui.messagePart.compaction": "Sessão compactada",
|
|
64
|
+
"ui.messagePart.context.read.one": "{{count}} leitura",
|
|
65
|
+
"ui.messagePart.context.read.other": "{{count}} leituras",
|
|
66
|
+
"ui.messagePart.context.search.one": "{{count}} pesquisa",
|
|
67
|
+
"ui.messagePart.context.search.other": "{{count}} pesquisas",
|
|
68
|
+
"ui.messagePart.context.list.one": "{{count}} lista",
|
|
69
|
+
"ui.messagePart.context.list.other": "{{count}} listas",
|
|
70
|
+
"ui.messagePart.diagnostic.error": "Erro",
|
|
71
|
+
"ui.messagePart.title.edit": "Editar",
|
|
72
|
+
"ui.messagePart.title.write": "Escrever",
|
|
73
|
+
"ui.messagePart.option.typeOwnAnswer": "Digite sua própria resposta",
|
|
74
|
+
"ui.messagePart.review.title": "Revise suas respostas",
|
|
75
|
+
|
|
76
|
+
"ui.list.loading": "Carregando",
|
|
77
|
+
"ui.list.empty": "Nenhum resultado",
|
|
78
|
+
"ui.list.clearFilter": "Limpar filtro",
|
|
79
|
+
"ui.list.emptyWithFilter.prefix": "Nenhum resultado para",
|
|
80
|
+
"ui.list.emptyWithFilter.suffix": "",
|
|
81
|
+
|
|
82
|
+
"ui.messageNav.newMessage": "Nova mensagem",
|
|
83
|
+
|
|
84
|
+
"ui.textField.copyToClipboard": "Copiar para área de transferência",
|
|
85
|
+
"ui.textField.copyLink": "Copiar link",
|
|
86
|
+
"ui.textField.copied": "Copiado",
|
|
87
|
+
|
|
88
|
+
"ui.imagePreview.alt": "Visualização de imagem",
|
|
89
|
+
"ui.scrollView.ariaLabel": "conteúdo rolável",
|
|
90
|
+
|
|
91
|
+
"ui.tool.read": "Ler",
|
|
92
|
+
"ui.tool.loaded": "Carregado",
|
|
93
|
+
"ui.tool.list": "Listar",
|
|
94
|
+
"ui.tool.glob": "Glob",
|
|
95
|
+
"ui.tool.grep": "Grep",
|
|
96
|
+
"ui.tool.webfetch": "Buscar Web",
|
|
97
|
+
"ui.tool.websearch": "Pesquisa na Web",
|
|
98
|
+
"ui.tool.codesearch": "Pesquisa de Código",
|
|
99
|
+
"ui.tool.shell": "Shell",
|
|
100
|
+
"ui.tool.patch": "Patch",
|
|
101
|
+
"ui.tool.todos": "Tarefas",
|
|
102
|
+
"ui.tool.todos.read": "Ler tarefas",
|
|
103
|
+
"ui.tool.questions": "Perguntas",
|
|
104
|
+
"ui.tool.agent": "Agente {{type}}",
|
|
105
|
+
"ui.tool.agent.default": "Agente",
|
|
106
|
+
|
|
107
|
+
"ui.common.file.one": "arquivo",
|
|
108
|
+
"ui.common.file.other": "arquivos",
|
|
109
|
+
"ui.common.question.one": "pergunta",
|
|
110
|
+
"ui.common.question.other": "perguntas",
|
|
111
|
+
|
|
112
|
+
"ui.common.add": "Adicionar",
|
|
113
|
+
"ui.common.back": "Voltar",
|
|
114
|
+
"ui.common.cancel": "Cancelar",
|
|
115
|
+
"ui.common.confirm": "Confirmar",
|
|
116
|
+
"ui.common.dismiss": "Descartar",
|
|
117
|
+
"ui.common.close": "Fechar",
|
|
118
|
+
"ui.common.next": "Próximo",
|
|
119
|
+
"ui.common.submit": "Enviar",
|
|
120
|
+
|
|
121
|
+
"ui.permission.deny": "Negar",
|
|
122
|
+
"ui.permission.allowAlways": "Permitir sempre",
|
|
123
|
+
"ui.permission.allowOnce": "Permitir uma vez",
|
|
124
|
+
|
|
125
|
+
"ui.message.expand": "Expandir mensagem",
|
|
126
|
+
"ui.message.collapse": "Recolher mensagem",
|
|
127
|
+
"ui.message.copy": "Copiar",
|
|
128
|
+
"ui.message.copyMessage": "Copiar mensagem",
|
|
129
|
+
"ui.message.forkMessage": "Bifurcar para nova sessão",
|
|
130
|
+
"ui.message.revertMessage": "Redefinir para este ponto",
|
|
131
|
+
"ui.message.copyResponse": "Copiar resposta",
|
|
132
|
+
"ui.message.copied": "Copiado!",
|
|
133
|
+
"ui.message.interrupted": "Interrompido",
|
|
134
|
+
"ui.message.queued": "Na fila",
|
|
135
|
+
"ui.message.attachment.alt": "anexo",
|
|
136
|
+
|
|
137
|
+
"ui.patch.action.deleted": "Excluído",
|
|
138
|
+
"ui.patch.action.created": "Criado",
|
|
139
|
+
"ui.patch.action.moved": "Movido",
|
|
140
|
+
"ui.patch.action.patched": "Patch aplicado",
|
|
141
|
+
|
|
142
|
+
"ui.question.subtitle.answered": "{{count}} respondidas",
|
|
143
|
+
"ui.question.answer.none": "(sem resposta)",
|
|
144
|
+
"ui.question.review.notAnswered": "(não respondida)",
|
|
145
|
+
"ui.question.multiHint": "Selecione todas que se aplicam",
|
|
146
|
+
"ui.question.singleHint": "Selecione uma resposta",
|
|
147
|
+
"ui.question.custom.placeholder": "Digite sua resposta...",
|
|
148
|
+
|
|
149
|
+
"ui.fileSearch.placeholder": "Localizar",
|
|
150
|
+
"ui.fileSearch.previousMatch": "Ocorrência anterior",
|
|
151
|
+
"ui.fileSearch.nextMatch": "Próxima ocorrência",
|
|
152
|
+
"ui.fileSearch.close": "Fechar busca",
|
|
153
|
+
"ui.tool.task": "Tarefa",
|
|
154
|
+
"ui.tool.skill": "Habilidade",
|
|
155
|
+
"ui.basicTool.called": "Chamou `{{tool}}`",
|
|
156
|
+
"ui.toolErrorCard.failed": "Falhou",
|
|
157
|
+
"ui.toolErrorCard.copyError": "Copiar erro",
|
|
158
|
+
"ui.message.duration.seconds": "{{count}}s",
|
|
159
|
+
"ui.message.duration.minutesSeconds": "{{minutes}}m {{seconds}}s",
|
|
160
|
+
}
|
package/src/ui/bs.ts
ADDED
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
import { dict as en } from "./en"
|
|
2
|
+
|
|
3
|
+
type Keys = keyof typeof en
|
|
4
|
+
|
|
5
|
+
export const dict = {
|
|
6
|
+
"ui.sessionReview.title": "Promjene sesije",
|
|
7
|
+
"ui.sessionReview.title.lastTurn": "Promjene u posljednjem potezu",
|
|
8
|
+
"ui.sessionReview.diffStyle.unified": "Ujedinjeno",
|
|
9
|
+
"ui.sessionReview.diffStyle.split": "Podijeljeno",
|
|
10
|
+
"ui.sessionReview.openFile": "Otvori fajl",
|
|
11
|
+
"ui.sessionReview.selection.line": "linija {{line}}",
|
|
12
|
+
"ui.sessionReview.selection.lines": "linije {{start}}-{{end}}",
|
|
13
|
+
"ui.sessionReview.expandAll": "Proširi sve",
|
|
14
|
+
"ui.sessionReview.collapseAll": "Sažmi sve",
|
|
15
|
+
"ui.sessionReview.change.added": "Dodano",
|
|
16
|
+
"ui.sessionReview.change.removed": "Uklonjeno",
|
|
17
|
+
"ui.sessionReview.change.modified": "Izmijenjeno",
|
|
18
|
+
"ui.sessionReview.image.loading": "Učitavanje...",
|
|
19
|
+
"ui.sessionReview.image.placeholder": "Slika",
|
|
20
|
+
"ui.sessionReview.largeDiff.title": "Diff je prevelik za prikaz",
|
|
21
|
+
"ui.sessionReview.largeDiff.meta": "Limit: {{limit}} izmijenjenih linija. Trenutno: {{current}} izmijenjenih linija.",
|
|
22
|
+
"ui.sessionReview.largeDiff.renderAnyway": "Prikaži svejedno",
|
|
23
|
+
"ui.fileMedia.kind.image": "slika",
|
|
24
|
+
"ui.fileMedia.kind.audio": "audio",
|
|
25
|
+
"ui.fileMedia.state.removed": "Uklonjeno: {{kind}}",
|
|
26
|
+
"ui.fileMedia.state.loading": "Učitavanje: {{kind}}...",
|
|
27
|
+
"ui.fileMedia.state.error": "Greška pri učitavanju: {{kind}}",
|
|
28
|
+
"ui.fileMedia.state.unavailable": "Nedostupno: {{kind}}",
|
|
29
|
+
"ui.fileMedia.binary.title": "Binarni fajl",
|
|
30
|
+
"ui.fileMedia.binary.description.path": "{{path}} se ne može prikazati jer je binarni fajl.",
|
|
31
|
+
"ui.fileMedia.binary.description.default": "Ovaj fajl se ne može prikazati jer je binarni.",
|
|
32
|
+
|
|
33
|
+
"ui.lineComment.label.prefix": "Komentar na ",
|
|
34
|
+
"ui.lineComment.label.suffix": "",
|
|
35
|
+
"ui.lineComment.editorLabel.prefix": "Komentarišeš ",
|
|
36
|
+
"ui.lineComment.editorLabel.suffix": "",
|
|
37
|
+
"ui.lineComment.placeholder": "Dodaj komentar",
|
|
38
|
+
"ui.lineComment.submit": "Komentariši",
|
|
39
|
+
|
|
40
|
+
"ui.sessionTurn.steps.show": "Prikaži korake",
|
|
41
|
+
"ui.sessionTurn.steps.hide": "Sakrij korake",
|
|
42
|
+
"ui.sessionTurn.summary.response": "Odgovor",
|
|
43
|
+
"ui.sessionTurn.diff.showMore": "Prikaži još izmjena ({{count}})",
|
|
44
|
+
|
|
45
|
+
"ui.sessionTurn.retry.retrying": "ponovni pokušaj",
|
|
46
|
+
"ui.sessionTurn.retry.inSeconds": "za {{seconds}}s",
|
|
47
|
+
"ui.sessionTurn.retry.attempt": "pokušaj #{{attempt}}",
|
|
48
|
+
"ui.sessionTurn.retry.attemptLine": "{{line}} - pokušaj #{{attempt}}",
|
|
49
|
+
"ui.sessionTurn.retry.geminiHot": "gemini je trenutno preopterećen",
|
|
50
|
+
"ui.sessionTurn.error.freeUsageExceeded": "Besplatna upotreba premašena",
|
|
51
|
+
"ui.sessionTurn.error.addCredits": "Dodaj kredite",
|
|
52
|
+
|
|
53
|
+
"ui.sessionTurn.status.delegating": "Delegiranje posla",
|
|
54
|
+
"ui.sessionTurn.status.planning": "Planiranje sljedećih koraka",
|
|
55
|
+
"ui.sessionTurn.status.gatheringContext": "Istraživanje",
|
|
56
|
+
"ui.sessionTurn.status.gatheredContext": "Istraženo",
|
|
57
|
+
"ui.sessionTurn.status.searchingCodebase": "Pretraživanje baze koda",
|
|
58
|
+
"ui.sessionTurn.status.searchingWeb": "Pretraživanje weba",
|
|
59
|
+
"ui.sessionTurn.status.makingEdits": "Pravljenje izmjena",
|
|
60
|
+
"ui.sessionTurn.status.runningCommands": "Pokretanje komandi",
|
|
61
|
+
"ui.sessionTurn.status.thinking": "Razmišljanje",
|
|
62
|
+
"ui.sessionTurn.status.thinkingWithTopic": "Razmišljanje - {{topic}}",
|
|
63
|
+
"ui.sessionTurn.status.gatheringThoughts": "Sređivanje misli",
|
|
64
|
+
"ui.sessionTurn.status.consideringNextSteps": "Razmatranje sljedećih koraka",
|
|
65
|
+
|
|
66
|
+
"ui.messagePart.questions.dismissed": "Pitanja odbačena",
|
|
67
|
+
"ui.messagePart.compaction": "Sesija sažeta",
|
|
68
|
+
"ui.messagePart.context.read.one": "{{count}} čitanje",
|
|
69
|
+
"ui.messagePart.context.read.other": "{{count}} čitanja",
|
|
70
|
+
"ui.messagePart.context.search.one": "{{count}} pretraga",
|
|
71
|
+
"ui.messagePart.context.search.other": "{{count}} pretrage",
|
|
72
|
+
"ui.messagePart.context.list.one": "{{count}} lista",
|
|
73
|
+
"ui.messagePart.context.list.other": "{{count}} liste",
|
|
74
|
+
"ui.messagePart.diagnostic.error": "Greška",
|
|
75
|
+
"ui.messagePart.title.edit": "Uredi",
|
|
76
|
+
"ui.messagePart.title.write": "Napiši",
|
|
77
|
+
"ui.messagePart.option.typeOwnAnswer": "Unesi svoj odgovor",
|
|
78
|
+
"ui.messagePart.review.title": "Pregledaj svoje odgovore",
|
|
79
|
+
|
|
80
|
+
"ui.list.loading": "Učitavanje",
|
|
81
|
+
"ui.list.empty": "Nema rezultata",
|
|
82
|
+
"ui.list.clearFilter": "Očisti filter",
|
|
83
|
+
"ui.list.emptyWithFilter.prefix": "Nema rezultata za",
|
|
84
|
+
"ui.list.emptyWithFilter.suffix": "",
|
|
85
|
+
|
|
86
|
+
"ui.messageNav.newMessage": "Nova poruka",
|
|
87
|
+
|
|
88
|
+
"ui.textField.copyToClipboard": "Kopiraj u međuspremnik",
|
|
89
|
+
"ui.textField.copyLink": "Kopiraj link",
|
|
90
|
+
"ui.textField.copied": "Kopirano",
|
|
91
|
+
|
|
92
|
+
"ui.imagePreview.alt": "Pregled slike",
|
|
93
|
+
"ui.scrollView.ariaLabel": "sadržaj za pomjeranje",
|
|
94
|
+
|
|
95
|
+
"ui.tool.read": "Čitanje",
|
|
96
|
+
"ui.tool.loaded": "Učitano",
|
|
97
|
+
"ui.tool.list": "Listanje",
|
|
98
|
+
"ui.tool.glob": "Glob",
|
|
99
|
+
"ui.tool.grep": "Grep",
|
|
100
|
+
"ui.tool.webfetch": "Web preuzimanje",
|
|
101
|
+
"ui.tool.websearch": "Pretraga weba",
|
|
102
|
+
"ui.tool.codesearch": "Pretraga koda",
|
|
103
|
+
"ui.tool.shell": "Shell",
|
|
104
|
+
"ui.tool.patch": "Patch",
|
|
105
|
+
"ui.tool.todos": "Lista zadataka",
|
|
106
|
+
"ui.tool.todos.read": "Čitanje liste zadataka",
|
|
107
|
+
"ui.tool.questions": "Pitanja",
|
|
108
|
+
"ui.tool.agent": "{{type}} agent",
|
|
109
|
+
"ui.tool.agent.default": "agent",
|
|
110
|
+
|
|
111
|
+
"ui.common.file.one": "datoteka",
|
|
112
|
+
"ui.common.file.other": "datoteke",
|
|
113
|
+
"ui.common.question.one": "pitanje",
|
|
114
|
+
"ui.common.question.other": "pitanja",
|
|
115
|
+
|
|
116
|
+
"ui.common.add": "Dodaj",
|
|
117
|
+
"ui.common.back": "Nazad",
|
|
118
|
+
"ui.common.cancel": "Otkaži",
|
|
119
|
+
"ui.common.confirm": "Potvrdi",
|
|
120
|
+
"ui.common.dismiss": "Odbaci",
|
|
121
|
+
"ui.common.close": "Zatvori",
|
|
122
|
+
"ui.common.next": "Dalje",
|
|
123
|
+
"ui.common.submit": "Pošalji",
|
|
124
|
+
|
|
125
|
+
"ui.permission.deny": "Zabrani",
|
|
126
|
+
"ui.permission.allowAlways": "Uvijek dozvoli",
|
|
127
|
+
"ui.permission.allowOnce": "Dozvoli jednom",
|
|
128
|
+
|
|
129
|
+
"ui.message.expand": "Proširi poruku",
|
|
130
|
+
"ui.message.collapse": "Sažmi poruku",
|
|
131
|
+
"ui.message.copy": "Kopiraj",
|
|
132
|
+
"ui.message.copyMessage": "Kopiraj poruku",
|
|
133
|
+
"ui.message.forkMessage": "Forkaj u novu sesiju",
|
|
134
|
+
"ui.message.revertMessage": "Resetuj na ovu tačku",
|
|
135
|
+
"ui.message.copyResponse": "Kopiraj odgovor",
|
|
136
|
+
"ui.message.copied": "Kopirano!",
|
|
137
|
+
"ui.message.interrupted": "Prekinuto",
|
|
138
|
+
"ui.message.queued": "U redu",
|
|
139
|
+
"ui.message.attachment.alt": "prilog",
|
|
140
|
+
|
|
141
|
+
"ui.patch.action.deleted": "Obrisano",
|
|
142
|
+
"ui.patch.action.created": "Kreirano",
|
|
143
|
+
"ui.patch.action.moved": "Premješteno",
|
|
144
|
+
"ui.patch.action.patched": "Primijenjeno",
|
|
145
|
+
|
|
146
|
+
"ui.question.subtitle.answered": "{{count}} odgovoreno",
|
|
147
|
+
"ui.question.answer.none": "(nema odgovora)",
|
|
148
|
+
"ui.question.review.notAnswered": "(nije odgovoreno)",
|
|
149
|
+
"ui.question.multiHint": "Odaberi sve što važi",
|
|
150
|
+
"ui.question.singleHint": "Odaberi jedan odgovor",
|
|
151
|
+
"ui.question.custom.placeholder": "Unesi svoj odgovor...",
|
|
152
|
+
|
|
153
|
+
"ui.fileSearch.placeholder": "Pronađi",
|
|
154
|
+
"ui.fileSearch.previousMatch": "Prethodno",
|
|
155
|
+
"ui.fileSearch.nextMatch": "Sljedeće",
|
|
156
|
+
"ui.fileSearch.close": "Zatvori pretragu",
|
|
157
|
+
"ui.tool.task": "Zadatak",
|
|
158
|
+
"ui.tool.skill": "Vještina",
|
|
159
|
+
"ui.basicTool.called": "Pozvan `{{tool}}`",
|
|
160
|
+
"ui.toolErrorCard.failed": "Neuspješno",
|
|
161
|
+
"ui.toolErrorCard.copyError": "Kopiraj grešku",
|
|
162
|
+
"ui.message.duration.seconds": "{{count}}s",
|
|
163
|
+
"ui.message.duration.minutesSeconds": "{{minutes}}m {{seconds}}s",
|
|
164
|
+
} satisfies Partial<Record<Keys, string>>
|
package/src/ui/da.ts
ADDED
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
export const dict = {
|
|
2
|
+
"ui.sessionReview.title": "Sessionsændringer",
|
|
3
|
+
"ui.sessionReview.title.lastTurn": "Ændringer fra sidste tur",
|
|
4
|
+
"ui.sessionReview.diffStyle.unified": "Samlet",
|
|
5
|
+
"ui.sessionReview.diffStyle.split": "Opdelt",
|
|
6
|
+
"ui.sessionReview.openFile": "Åbn fil",
|
|
7
|
+
"ui.sessionReview.selection.line": "linje {{line}}",
|
|
8
|
+
"ui.sessionReview.selection.lines": "linjer {{start}}-{{end}}",
|
|
9
|
+
"ui.sessionReview.expandAll": "Udvid alle",
|
|
10
|
+
"ui.sessionReview.collapseAll": "Skjul alle",
|
|
11
|
+
|
|
12
|
+
"ui.sessionReview.change.added": "Tilføjet",
|
|
13
|
+
"ui.sessionReview.change.removed": "Fjernet",
|
|
14
|
+
"ui.sessionReview.change.modified": "Ændret",
|
|
15
|
+
"ui.sessionReview.image.loading": "Indlæser...",
|
|
16
|
+
"ui.sessionReview.image.placeholder": "Billede",
|
|
17
|
+
"ui.sessionReview.largeDiff.title": "Diff er for stor til at blive vist",
|
|
18
|
+
"ui.sessionReview.largeDiff.meta": "Grænse: {{limit}} ændrede linjer. Nuværende: {{current}} ændrede linjer.",
|
|
19
|
+
"ui.sessionReview.largeDiff.renderAnyway": "Vis alligevel",
|
|
20
|
+
"ui.fileMedia.kind.image": "billede",
|
|
21
|
+
"ui.fileMedia.kind.audio": "lyd",
|
|
22
|
+
"ui.fileMedia.state.removed": "Fjernet: {{kind}}",
|
|
23
|
+
"ui.fileMedia.state.loading": "Indlæser {{kind}}...",
|
|
24
|
+
"ui.fileMedia.state.error": "Fejl ved indlæsning: {{kind}}",
|
|
25
|
+
"ui.fileMedia.state.unavailable": "Utilgængelig: {{kind}}",
|
|
26
|
+
"ui.fileMedia.binary.title": "Binær fil",
|
|
27
|
+
"ui.fileMedia.binary.description.path": "{{path}} kan ikke vises, fordi det er en binær fil.",
|
|
28
|
+
"ui.fileMedia.binary.description.default": "Denne fil kan ikke vises, fordi det er en binær fil.",
|
|
29
|
+
"ui.lineComment.label.prefix": "Kommenter på ",
|
|
30
|
+
"ui.lineComment.label.suffix": "",
|
|
31
|
+
"ui.lineComment.editorLabel.prefix": "Kommenterer på ",
|
|
32
|
+
"ui.lineComment.editorLabel.suffix": "",
|
|
33
|
+
"ui.lineComment.placeholder": "Tilføj kommentar",
|
|
34
|
+
"ui.lineComment.submit": "Kommenter",
|
|
35
|
+
"ui.sessionTurn.steps.show": "Vis trin",
|
|
36
|
+
"ui.sessionTurn.steps.hide": "Skjul trin",
|
|
37
|
+
"ui.sessionTurn.summary.response": "Svar",
|
|
38
|
+
"ui.sessionTurn.diff.showMore": "Vis flere ændringer ({{count}})",
|
|
39
|
+
|
|
40
|
+
"ui.sessionTurn.retry.retrying": "prøver igen",
|
|
41
|
+
"ui.sessionTurn.retry.inSeconds": "om {{seconds}}s",
|
|
42
|
+
"ui.sessionTurn.retry.attempt": "forsøg #{{attempt}}",
|
|
43
|
+
"ui.sessionTurn.retry.attemptLine": "{{line}} - forsøg #{{attempt}}",
|
|
44
|
+
"ui.sessionTurn.retry.geminiHot": "gemini er meget overbelastet lige nu",
|
|
45
|
+
"ui.sessionTurn.error.freeUsageExceeded": "Gratis forbrug overskredet",
|
|
46
|
+
"ui.sessionTurn.error.addCredits": "Tilføj kreditter",
|
|
47
|
+
|
|
48
|
+
"ui.sessionTurn.status.delegating": "Delegerer arbejde",
|
|
49
|
+
"ui.sessionTurn.status.planning": "Planlægger næste trin",
|
|
50
|
+
"ui.sessionTurn.status.gatheringContext": "Udforsker",
|
|
51
|
+
"ui.sessionTurn.status.gatheredContext": "Udforsket",
|
|
52
|
+
"ui.sessionTurn.status.searchingCodebase": "Søger i koden",
|
|
53
|
+
"ui.sessionTurn.status.searchingWeb": "Søger på nettet",
|
|
54
|
+
"ui.sessionTurn.status.makingEdits": "Laver ændringer",
|
|
55
|
+
"ui.sessionTurn.status.runningCommands": "Kører kommandoer",
|
|
56
|
+
"ui.sessionTurn.status.thinking": "Tænker",
|
|
57
|
+
"ui.sessionTurn.status.thinkingWithTopic": "Tænker - {{topic}}",
|
|
58
|
+
"ui.sessionTurn.status.gatheringThoughts": "Samler tanker",
|
|
59
|
+
"ui.sessionTurn.status.consideringNextSteps": "Overvejer næste skridt",
|
|
60
|
+
|
|
61
|
+
"ui.messagePart.questions.dismissed": "Spørgsmål afvist",
|
|
62
|
+
"ui.messagePart.compaction": "Session komprimeret",
|
|
63
|
+
"ui.messagePart.context.read.one": "{{count}} læsning",
|
|
64
|
+
"ui.messagePart.context.read.other": "{{count}} læsninger",
|
|
65
|
+
"ui.messagePart.context.search.one": "{{count}} søgning",
|
|
66
|
+
"ui.messagePart.context.search.other": "{{count}} søgninger",
|
|
67
|
+
"ui.messagePart.context.list.one": "{{count}} liste",
|
|
68
|
+
"ui.messagePart.context.list.other": "{{count}} lister",
|
|
69
|
+
"ui.messagePart.diagnostic.error": "Fejl",
|
|
70
|
+
"ui.messagePart.title.edit": "Rediger",
|
|
71
|
+
"ui.messagePart.title.write": "Skriv",
|
|
72
|
+
"ui.messagePart.option.typeOwnAnswer": "Skriv dit eget svar",
|
|
73
|
+
"ui.messagePart.review.title": "Gennemgå dine svar",
|
|
74
|
+
|
|
75
|
+
"ui.list.loading": "Indlæser",
|
|
76
|
+
"ui.list.empty": "Ingen resultater",
|
|
77
|
+
"ui.list.clearFilter": "Ryd filter",
|
|
78
|
+
"ui.list.emptyWithFilter.prefix": "Ingen resultater for",
|
|
79
|
+
"ui.list.emptyWithFilter.suffix": "",
|
|
80
|
+
|
|
81
|
+
"ui.messageNav.newMessage": "Ny besked",
|
|
82
|
+
|
|
83
|
+
"ui.textField.copyToClipboard": "Kopier til udklipsholder",
|
|
84
|
+
"ui.textField.copyLink": "Kopier link",
|
|
85
|
+
"ui.textField.copied": "Kopieret",
|
|
86
|
+
|
|
87
|
+
"ui.imagePreview.alt": "Billedforhåndsvisning",
|
|
88
|
+
"ui.scrollView.ariaLabel": "rulbart indhold",
|
|
89
|
+
|
|
90
|
+
"ui.tool.read": "Læs",
|
|
91
|
+
"ui.tool.loaded": "Indlæst",
|
|
92
|
+
"ui.tool.list": "Liste",
|
|
93
|
+
"ui.tool.glob": "Glob",
|
|
94
|
+
"ui.tool.grep": "Grep",
|
|
95
|
+
"ui.tool.webfetch": "Webhentning",
|
|
96
|
+
"ui.tool.websearch": "Websøgning",
|
|
97
|
+
"ui.tool.codesearch": "Kodesøgning",
|
|
98
|
+
"ui.tool.shell": "Shell",
|
|
99
|
+
"ui.tool.patch": "Patch",
|
|
100
|
+
"ui.tool.todos": "Opgaver",
|
|
101
|
+
"ui.tool.todos.read": "Læs opgaver",
|
|
102
|
+
"ui.tool.questions": "Spørgsmål",
|
|
103
|
+
"ui.tool.agent": "{{type}} Agent",
|
|
104
|
+
"ui.tool.agent.default": "Agent",
|
|
105
|
+
|
|
106
|
+
"ui.common.file.one": "fil",
|
|
107
|
+
"ui.common.file.other": "filer",
|
|
108
|
+
"ui.common.question.one": "spørgsmål",
|
|
109
|
+
"ui.common.question.other": "spørgsmål",
|
|
110
|
+
|
|
111
|
+
"ui.common.add": "Tilføj",
|
|
112
|
+
"ui.common.back": "Tilbage",
|
|
113
|
+
"ui.common.cancel": "Annuller",
|
|
114
|
+
"ui.common.confirm": "Bekræft",
|
|
115
|
+
"ui.common.dismiss": "Afvis",
|
|
116
|
+
"ui.common.close": "Luk",
|
|
117
|
+
"ui.common.next": "Næste",
|
|
118
|
+
"ui.common.submit": "Indsend",
|
|
119
|
+
|
|
120
|
+
"ui.permission.deny": "Afvis",
|
|
121
|
+
"ui.permission.allowAlways": "Tillad altid",
|
|
122
|
+
"ui.permission.allowOnce": "Tillad én gang",
|
|
123
|
+
|
|
124
|
+
"ui.message.expand": "Udvid besked",
|
|
125
|
+
"ui.message.collapse": "Skjul besked",
|
|
126
|
+
"ui.message.copy": "Kopier",
|
|
127
|
+
"ui.message.copyMessage": "Kopier besked",
|
|
128
|
+
"ui.message.forkMessage": "Forgren til ny session",
|
|
129
|
+
"ui.message.revertMessage": "Nulstil til dette punkt",
|
|
130
|
+
"ui.message.copyResponse": "Kopier svar",
|
|
131
|
+
"ui.message.copied": "Kopieret!",
|
|
132
|
+
"ui.message.interrupted": "Afbrudt",
|
|
133
|
+
"ui.message.queued": "I kø",
|
|
134
|
+
"ui.message.attachment.alt": "vedhæftning",
|
|
135
|
+
|
|
136
|
+
"ui.patch.action.deleted": "Slettet",
|
|
137
|
+
"ui.patch.action.created": "Oprettet",
|
|
138
|
+
"ui.patch.action.moved": "Flyttet",
|
|
139
|
+
"ui.patch.action.patched": "Patchet",
|
|
140
|
+
|
|
141
|
+
"ui.question.subtitle.answered": "{{count}} besvaret",
|
|
142
|
+
"ui.question.answer.none": "(intet svar)",
|
|
143
|
+
"ui.question.review.notAnswered": "(ikke besvaret)",
|
|
144
|
+
"ui.question.multiHint": "Vælg alle der gælder",
|
|
145
|
+
"ui.question.singleHint": "Vælg ét svar",
|
|
146
|
+
"ui.question.custom.placeholder": "Skriv dit svar...",
|
|
147
|
+
|
|
148
|
+
"ui.fileSearch.placeholder": "Find",
|
|
149
|
+
"ui.fileSearch.previousMatch": "Forrige match",
|
|
150
|
+
"ui.fileSearch.nextMatch": "Næste match",
|
|
151
|
+
"ui.fileSearch.close": "Luk søgning",
|
|
152
|
+
"ui.tool.task": "Opgave",
|
|
153
|
+
"ui.tool.skill": "Færdighed",
|
|
154
|
+
"ui.basicTool.called": "Kaldte `{{tool}}`",
|
|
155
|
+
"ui.toolErrorCard.failed": "Fejlede",
|
|
156
|
+
"ui.toolErrorCard.copyError": "Kopier fejl",
|
|
157
|
+
"ui.message.duration.seconds": "{{count}}s",
|
|
158
|
+
"ui.message.duration.minutesSeconds": "{{minutes}}m {{seconds}}s",
|
|
159
|
+
}
|
package/src/ui/de.ts
ADDED
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
import { dict as en } from "./en"
|
|
2
|
+
|
|
3
|
+
type Keys = keyof typeof en
|
|
4
|
+
|
|
5
|
+
export const dict = {
|
|
6
|
+
"ui.sessionReview.title": "Sitzungsänderungen",
|
|
7
|
+
"ui.sessionReview.title.lastTurn": "Änderungen der letzten Runde",
|
|
8
|
+
"ui.sessionReview.diffStyle.unified": "Vereinheitlicht",
|
|
9
|
+
"ui.sessionReview.diffStyle.split": "Geteilt",
|
|
10
|
+
"ui.sessionReview.openFile": "Datei öffnen",
|
|
11
|
+
"ui.sessionReview.selection.line": "Zeile {{line}}",
|
|
12
|
+
"ui.sessionReview.selection.lines": "Zeilen {{start}}-{{end}}",
|
|
13
|
+
"ui.sessionReview.expandAll": "Alle erweitern",
|
|
14
|
+
"ui.sessionReview.collapseAll": "Alle reduzieren",
|
|
15
|
+
|
|
16
|
+
"ui.sessionReview.change.added": "Hinzugefügt",
|
|
17
|
+
"ui.sessionReview.change.removed": "Entfernt",
|
|
18
|
+
"ui.sessionReview.change.modified": "Geändert",
|
|
19
|
+
"ui.sessionReview.image.loading": "Wird geladen...",
|
|
20
|
+
"ui.sessionReview.image.placeholder": "Bild",
|
|
21
|
+
"ui.sessionReview.largeDiff.title": "Diff zu groß zum Rendern",
|
|
22
|
+
"ui.sessionReview.largeDiff.meta": "Limit: {{limit}} geänderte Zeilen. Aktuell: {{current}} geänderte Zeilen.",
|
|
23
|
+
"ui.sessionReview.largeDiff.renderAnyway": "Trotzdem rendern",
|
|
24
|
+
"ui.fileMedia.kind.image": "bild",
|
|
25
|
+
"ui.fileMedia.kind.audio": "audio",
|
|
26
|
+
"ui.fileMedia.state.removed": "{{kind}} entfernt",
|
|
27
|
+
"ui.fileMedia.state.loading": "{{kind}} wird geladen",
|
|
28
|
+
"ui.fileMedia.state.error": "Fehler bei {{kind}}",
|
|
29
|
+
"ui.fileMedia.state.unavailable": "{{kind}} nicht verfügbar",
|
|
30
|
+
"ui.fileMedia.binary.title": "Binärdatei",
|
|
31
|
+
"ui.fileMedia.binary.description.path":
|
|
32
|
+
"{{path}} kann nicht angezeigt werden, da es sich um eine Binärdatei handelt.",
|
|
33
|
+
"ui.fileMedia.binary.description.default":
|
|
34
|
+
"Diese Datei kann nicht angezeigt werden, da es sich um eine Binärdatei handelt.",
|
|
35
|
+
"ui.lineComment.label.prefix": "Kommentar zu ",
|
|
36
|
+
"ui.lineComment.label.suffix": "",
|
|
37
|
+
"ui.lineComment.editorLabel.prefix": "Kommentiere ",
|
|
38
|
+
"ui.lineComment.editorLabel.suffix": "",
|
|
39
|
+
"ui.lineComment.placeholder": "Kommentar hinzufügen",
|
|
40
|
+
"ui.lineComment.submit": "Kommentieren",
|
|
41
|
+
"ui.sessionTurn.steps.show": "Schritte anzeigen",
|
|
42
|
+
"ui.sessionTurn.steps.hide": "Schritte ausblenden",
|
|
43
|
+
"ui.sessionTurn.summary.response": "Antwort",
|
|
44
|
+
"ui.sessionTurn.diff.showMore": "Weitere Änderungen anzeigen ({{count}})",
|
|
45
|
+
|
|
46
|
+
"ui.sessionTurn.retry.retrying": "erneuter Versuch",
|
|
47
|
+
"ui.sessionTurn.retry.inSeconds": "in {{seconds}}s",
|
|
48
|
+
"ui.sessionTurn.retry.attempt": "Versuch #{{attempt}}",
|
|
49
|
+
"ui.sessionTurn.retry.attemptLine": "{{line}} - Versuch #{{attempt}}",
|
|
50
|
+
"ui.sessionTurn.retry.geminiHot": "gemini ist gerade sehr überlastet",
|
|
51
|
+
"ui.sessionTurn.error.freeUsageExceeded": "Kostenloses Nutzungslimit überschritten",
|
|
52
|
+
"ui.sessionTurn.error.addCredits": "Guthaben aufladen",
|
|
53
|
+
|
|
54
|
+
"ui.sessionTurn.status.delegating": "Arbeit delegieren",
|
|
55
|
+
"ui.sessionTurn.status.planning": "Nächste Schritte planen",
|
|
56
|
+
"ui.sessionTurn.status.gatheringContext": "Erkunden",
|
|
57
|
+
"ui.sessionTurn.status.gatheredContext": "Erkundet",
|
|
58
|
+
"ui.sessionTurn.status.searchingCodebase": "Codebasis durchsuchen",
|
|
59
|
+
"ui.sessionTurn.status.searchingWeb": "Web durchsuchen",
|
|
60
|
+
"ui.sessionTurn.status.makingEdits": "Änderungen vornehmen",
|
|
61
|
+
"ui.sessionTurn.status.runningCommands": "Befehle ausführen",
|
|
62
|
+
"ui.sessionTurn.status.thinking": "Denken",
|
|
63
|
+
"ui.sessionTurn.status.thinkingWithTopic": "Denken - {{topic}}",
|
|
64
|
+
"ui.sessionTurn.status.gatheringThoughts": "Gedanken sammeln",
|
|
65
|
+
"ui.sessionTurn.status.consideringNextSteps": "Nächste Schritte erwägen",
|
|
66
|
+
|
|
67
|
+
"ui.messagePart.questions.dismissed": "Fragen verworfen",
|
|
68
|
+
"ui.messagePart.compaction": "Sitzung komprimiert",
|
|
69
|
+
"ui.messagePart.context.read.one": "{{count}} Lesevorgang",
|
|
70
|
+
"ui.messagePart.context.read.other": "{{count}} Lesevorgänge",
|
|
71
|
+
"ui.messagePart.context.search.one": "{{count}} Suche",
|
|
72
|
+
"ui.messagePart.context.search.other": "{{count}} Suchen",
|
|
73
|
+
"ui.messagePart.context.list.one": "{{count}} Liste",
|
|
74
|
+
"ui.messagePart.context.list.other": "{{count}} Listen",
|
|
75
|
+
"ui.messagePart.diagnostic.error": "Fehler",
|
|
76
|
+
"ui.messagePart.title.edit": "Bearbeiten",
|
|
77
|
+
"ui.messagePart.title.write": "Schreiben",
|
|
78
|
+
"ui.messagePart.option.typeOwnAnswer": "Eigene Antwort eingeben",
|
|
79
|
+
"ui.messagePart.review.title": "Antworten überprüfen",
|
|
80
|
+
|
|
81
|
+
"ui.list.loading": "Laden",
|
|
82
|
+
"ui.list.empty": "Keine Ergebnisse",
|
|
83
|
+
"ui.list.clearFilter": "Filter löschen",
|
|
84
|
+
"ui.list.emptyWithFilter.prefix": "Keine Ergebnisse für",
|
|
85
|
+
"ui.list.emptyWithFilter.suffix": "",
|
|
86
|
+
|
|
87
|
+
"ui.messageNav.newMessage": "Neue Nachricht",
|
|
88
|
+
|
|
89
|
+
"ui.textField.copyToClipboard": "In die Zwischenablage kopieren",
|
|
90
|
+
"ui.textField.copyLink": "Link kopieren",
|
|
91
|
+
"ui.textField.copied": "Kopiert",
|
|
92
|
+
|
|
93
|
+
"ui.imagePreview.alt": "Bildvorschau",
|
|
94
|
+
"ui.scrollView.ariaLabel": "scrollbarer Inhalt",
|
|
95
|
+
|
|
96
|
+
"ui.tool.read": "Lesen",
|
|
97
|
+
"ui.tool.loaded": "Geladen",
|
|
98
|
+
"ui.tool.list": "Auflisten",
|
|
99
|
+
"ui.tool.glob": "Glob",
|
|
100
|
+
"ui.tool.grep": "Grep",
|
|
101
|
+
"ui.tool.webfetch": "Webabruf",
|
|
102
|
+
"ui.tool.websearch": "Websuche",
|
|
103
|
+
"ui.tool.codesearch": "Codesuche",
|
|
104
|
+
"ui.tool.shell": "Shell",
|
|
105
|
+
"ui.tool.patch": "Patch",
|
|
106
|
+
"ui.tool.todos": "Aufgaben",
|
|
107
|
+
"ui.tool.todos.read": "Aufgaben lesen",
|
|
108
|
+
"ui.tool.questions": "Fragen",
|
|
109
|
+
"ui.tool.agent": "{{type}} Agent",
|
|
110
|
+
"ui.tool.agent.default": "Agent",
|
|
111
|
+
|
|
112
|
+
"ui.common.file.one": "Datei",
|
|
113
|
+
"ui.common.file.other": "Dateien",
|
|
114
|
+
"ui.common.question.one": "Frage",
|
|
115
|
+
"ui.common.question.other": "Fragen",
|
|
116
|
+
|
|
117
|
+
"ui.common.add": "Hinzufügen",
|
|
118
|
+
"ui.common.back": "Zurück",
|
|
119
|
+
"ui.common.cancel": "Abbrechen",
|
|
120
|
+
"ui.common.confirm": "Bestätigen",
|
|
121
|
+
"ui.common.dismiss": "Verwerfen",
|
|
122
|
+
"ui.common.close": "Schließen",
|
|
123
|
+
"ui.common.next": "Weiter",
|
|
124
|
+
"ui.common.submit": "Absenden",
|
|
125
|
+
|
|
126
|
+
"ui.permission.deny": "Verweigern",
|
|
127
|
+
"ui.permission.allowAlways": "Immer erlauben",
|
|
128
|
+
"ui.permission.allowOnce": "Einmal erlauben",
|
|
129
|
+
|
|
130
|
+
"ui.message.expand": "Nachricht erweitern",
|
|
131
|
+
"ui.message.collapse": "Nachricht reduzieren",
|
|
132
|
+
"ui.message.copy": "Kopieren",
|
|
133
|
+
"ui.message.copyMessage": "Nachricht kopieren",
|
|
134
|
+
"ui.message.forkMessage": "In neue Sitzung abzweigen",
|
|
135
|
+
"ui.message.revertMessage": "Auf diesen Punkt zurücksetzen",
|
|
136
|
+
"ui.message.copyResponse": "Antwort kopieren",
|
|
137
|
+
"ui.message.copied": "Kopiert!",
|
|
138
|
+
"ui.message.interrupted": "Unterbrochen",
|
|
139
|
+
"ui.message.queued": "In Warteschlange",
|
|
140
|
+
"ui.message.attachment.alt": "Anhang",
|
|
141
|
+
|
|
142
|
+
"ui.patch.action.deleted": "Gelöscht",
|
|
143
|
+
"ui.patch.action.created": "Erstellt",
|
|
144
|
+
"ui.patch.action.moved": "Verschoben",
|
|
145
|
+
"ui.patch.action.patched": "Gepatched",
|
|
146
|
+
|
|
147
|
+
"ui.question.subtitle.answered": "{{count}} beantwortet",
|
|
148
|
+
"ui.question.answer.none": "(keine Antwort)",
|
|
149
|
+
"ui.question.review.notAnswered": "(nicht beantwortet)",
|
|
150
|
+
"ui.question.multiHint": "Alle zutreffenden auswählen",
|
|
151
|
+
"ui.question.singleHint": "Eine Antwort auswählen",
|
|
152
|
+
"ui.question.custom.placeholder": "Geben Sie Ihre Antwort ein...",
|
|
153
|
+
|
|
154
|
+
"ui.fileSearch.placeholder": "Suchen",
|
|
155
|
+
"ui.fileSearch.previousMatch": "Vorheriges Ergebnis",
|
|
156
|
+
"ui.fileSearch.nextMatch": "Nächstes Ergebnis",
|
|
157
|
+
"ui.fileSearch.close": "Suche schließen",
|
|
158
|
+
"ui.tool.task": "Aufgabe",
|
|
159
|
+
"ui.tool.skill": "Fähigkeit",
|
|
160
|
+
"ui.basicTool.called": "`{{tool}}` aufgerufen",
|
|
161
|
+
"ui.toolErrorCard.failed": "Fehlgeschlagen",
|
|
162
|
+
"ui.toolErrorCard.copyError": "Fehler kopieren",
|
|
163
|
+
"ui.message.duration.seconds": "{{count}}s",
|
|
164
|
+
"ui.message.duration.minutesSeconds": "{{minutes}}m {{seconds}}s",
|
|
165
|
+
} satisfies Partial<Record<Keys, string>>
|