Skip to content

Commit ed1cfc3

Browse files
committed
fix: add missing translations for IndexingStatusBadge
Added placeholder translations for all locales to fix CI checks. These will need to be properly translated by native speakers.
1 parent edd1447 commit ed1cfc3

File tree

16 files changed

+112
-0
lines changed

16 files changed

+112
-0
lines changed

webview-ui/src/i18n/locales/ca/chat.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,5 +278,12 @@
278278
"deny": {
279279
"title": "Denegar tot"
280280
}
281+
},
282+
"indexingStatus": {
283+
"ready": "Index ready",
284+
"indexing": "Indexing {{percentage}}%",
285+
"indexed": "Indexed",
286+
"error": "Index error",
287+
"status": "Index status"
281288
}
282289
}

webview-ui/src/i18n/locales/de/chat.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,5 +278,12 @@
278278
"deny": {
279279
"title": "Alle ablehnen"
280280
}
281+
},
282+
"indexingStatus": {
283+
"ready": "Index ready",
284+
"indexing": "Indexing {{percentage}}%",
285+
"indexed": "Indexed",
286+
"error": "Index error",
287+
"status": "Index status"
281288
}
282289
}

webview-ui/src/i18n/locales/es/chat.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,5 +278,12 @@
278278
"deny": {
279279
"title": "Denegar todo"
280280
}
281+
},
282+
"indexingStatus": {
283+
"ready": "Index ready",
284+
"indexing": "Indexing {{percentage}}%",
285+
"indexed": "Indexed",
286+
"error": "Index error",
287+
"status": "Index status"
281288
}
282289
}

webview-ui/src/i18n/locales/fr/chat.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,5 +278,12 @@
278278
"deny": {
279279
"title": "Tout refuser"
280280
}
281+
},
282+
"indexingStatus": {
283+
"ready": "Index ready",
284+
"indexing": "Indexing {{percentage}}%",
285+
"indexed": "Indexed",
286+
"error": "Index error",
287+
"status": "Index status"
281288
}
282289
}

webview-ui/src/i18n/locales/hi/chat.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,5 +278,12 @@
278278
"deny": {
279279
"title": "सभी अस्वीकार करें"
280280
}
281+
},
282+
"indexingStatus": {
283+
"ready": "Index ready",
284+
"indexing": "Indexing {{percentage}}%",
285+
"indexed": "Indexed",
286+
"error": "Index error",
287+
"status": "Index status"
281288
}
282289
}

webview-ui/src/i18n/locales/it/chat.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,5 +278,12 @@
278278
"deny": {
279279
"title": "Nega tutto"
280280
}
281+
},
282+
"indexingStatus": {
283+
"ready": "Index ready",
284+
"indexing": "Indexing {{percentage}}%",
285+
"indexed": "Indexed",
286+
"error": "Index error",
287+
"status": "Index status"
281288
}
282289
}

webview-ui/src/i18n/locales/ja/chat.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,5 +278,12 @@
278278
"deny": {
279279
"title": "すべて拒否"
280280
}
281+
},
282+
"indexingStatus": {
283+
"ready": "Index ready",
284+
"indexing": "Indexing {{percentage}}%",
285+
"indexed": "Indexed",
286+
"error": "Index error",
287+
"status": "Index status"
281288
}
282289
}

webview-ui/src/i18n/locales/ko/chat.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,5 +278,12 @@
278278
"deny": {
279279
"title": "모두 거부"
280280
}
281+
},
282+
"indexingStatus": {
283+
"ready": "Index ready",
284+
"indexing": "Indexing {{percentage}}%",
285+
"indexed": "Indexed",
286+
"error": "Index error",
287+
"status": "Index status"
281288
}
282289
}

webview-ui/src/i18n/locales/nl/chat.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,5 +278,12 @@
278278
"deny": {
279279
"title": "Alles weigeren"
280280
}
281+
},
282+
"indexingStatus": {
283+
"ready": "Index ready",
284+
"indexing": "Indexing {{percentage}}%",
285+
"indexed": "Indexed",
286+
"error": "Index error",
287+
"status": "Index status"
281288
}
282289
}

webview-ui/src/i18n/locales/pl/chat.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,5 +278,12 @@
278278
"deny": {
279279
"title": "Odrzuć wszystko"
280280
}
281+
},
282+
"indexingStatus": {
283+
"ready": "Index ready",
284+
"indexing": "Indexing {{percentage}}%",
285+
"indexed": "Indexed",
286+
"error": "Index error",
287+
"status": "Index status"
281288
}
282289
}

0 commit comments

Comments
 (0)