Skip to content

Commit b2ac59d

Browse files
committed
fix: add missing translations for version indicator
1 parent af8a95b commit b2ac59d

File tree

17 files changed

+51
-0
lines changed

17 files changed

+51
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,5 +310,8 @@
310310
"indexed": "Indexat",
311311
"error": "Error d'índex",
312312
"status": "Estat de l'índex"
313+
},
314+
"versionIndicator": {
315+
"ariaLabel": "Version {{version}} - Click to view release notes"
313316
}
314317
}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,5 +310,8 @@
310310
"indexed": "Indiziert",
311311
"error": "Index-Fehler",
312312
"status": "Index-Status"
313+
},
314+
"versionIndicator": {
315+
"ariaLabel": "Version {{version}} - Click to view release notes"
313316
}
314317
}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,5 +310,8 @@
310310
"indexed": "Indexado",
311311
"error": "Error de índice",
312312
"status": "Estado del índice"
313+
},
314+
"versionIndicator": {
315+
"ariaLabel": "Version {{version}} - Click to view release notes"
313316
}
314317
}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,5 +310,8 @@
310310
"indexed": "Indexé",
311311
"error": "Erreur d'index",
312312
"status": "Statut de l'index"
313+
},
314+
"versionIndicator": {
315+
"ariaLabel": "Version {{version}} - Click to view release notes"
313316
}
314317
}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,5 +310,8 @@
310310
"indexed": "इंडेक्स किया गया",
311311
"error": "इंडेक्स त्रुटि",
312312
"status": "इंडेक्स स्थिति"
313+
},
314+
"versionIndicator": {
315+
"ariaLabel": "Version {{version}} - Click to view release notes"
313316
}
314317
}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,5 +316,8 @@
316316
"indexed": "Terindeks",
317317
"error": "Error indeks",
318318
"status": "Status indeks"
319+
},
320+
"versionIndicator": {
321+
"ariaLabel": "Version {{version}} - Click to view release notes"
319322
}
320323
}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,5 +310,8 @@
310310
"indexed": "Indicizzato",
311311
"error": "Errore indice",
312312
"status": "Stato indice"
313+
},
314+
"versionIndicator": {
315+
"ariaLabel": "Version {{version}} - Click to view release notes"
313316
}
314317
}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,5 +310,8 @@
310310
"indexed": "インデックス作成済み",
311311
"error": "インデックスエラー",
312312
"status": "インデックス状態"
313+
},
314+
"versionIndicator": {
315+
"ariaLabel": "Version {{version}} - Click to view release notes"
313316
}
314317
}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,5 +310,8 @@
310310
"indexed": "인덱싱 완료",
311311
"error": "인덱스 오류",
312312
"status": "인덱스 상태"
313+
},
314+
"versionIndicator": {
315+
"ariaLabel": "Version {{version}} - Click to view release notes"
313316
}
314317
}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,5 +310,8 @@
310310
"indexed": "Geïndexeerd",
311311
"error": "Index fout",
312312
"status": "Index status"
313+
},
314+
"versionIndicator": {
315+
"ariaLabel": "Version {{version}} - Click to view release notes"
313316
}
314317
}

0 commit comments

Comments
 (0)