You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/i18n/locales/ca/tools.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,5 +7,10 @@
7
7
"toolRepetitionLimitReached": "Roo sembla estar atrapat en un bucle, intentant la mateixa acció ({{toolName}}) repetidament. Això podria indicar un problema amb la seva estratègia actual. Considera reformular la tasca, proporcionar instruccions més específiques o guiar-lo cap a un enfocament diferent.",
8
8
"codebaseSearch": {
9
9
"approval": "Cercant '{{query}}' a la base de codi..."
10
+
},
11
+
"newTask": {
12
+
"errors": {
13
+
"policy_restriction": "No s'ha pogut crear una nova tasca a causa de restriccions de política."
Copy file name to clipboardExpand all lines: src/i18n/locales/de/tools.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,5 +7,10 @@
7
7
"toolRepetitionLimitReached": "Roo scheint in einer Schleife festzustecken und versucht wiederholt dieselbe Aktion ({{toolName}}). Dies könnte auf ein Problem mit der aktuellen Strategie hindeuten. Überlege dir, die Aufgabe umzuformulieren, genauere Anweisungen zu geben oder Roo zu einem anderen Ansatz zu führen.",
8
8
"codebaseSearch": {
9
9
"approval": "Suche nach '{{query}}' im Codebase..."
10
+
},
11
+
"newTask": {
12
+
"errors": {
13
+
"policy_restriction": "Neue Aufgabe konnte aufgrund von Richtlinienbeschränkungen nicht erstellt werden."
Copy file name to clipboardExpand all lines: src/i18n/locales/en/tools.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,5 +7,10 @@
7
7
"toolRepetitionLimitReached": "Roo appears to be stuck in a loop, attempting the same action ({{toolName}}) repeatedly. This might indicate a problem with its current strategy. Consider rephrasing the task, providing more specific instructions, or guiding it towards a different approach.",
8
8
"codebaseSearch": {
9
9
"approval": "Searching for '{{query}}' in codebase..."
10
+
},
11
+
"newTask": {
12
+
"errors": {
13
+
"policy_restriction": "Failed to create new task due to policy restrictions."
0 commit comments