Skip to content

Commit

Permalink
Merge branch 'rm/350557' into 'master'
Browse files Browse the repository at this point in the history
change 'résumer un fil de discussion' to 'Résumer' with correct translation

See merge request kchat/webapp!903
  • Loading branch information
antonbuks committed Sep 3, 2024
2 parents f2b1fcc + 5e90cea commit 5b80152
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion webapp/channels/src/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -2692,7 +2692,7 @@
"air_gapped_modal.close": "Schliessen",
"air_gapped_modal.description": "Um deinen Test zu starten, besuche bitte {link} und fordere einen Testschlüssel an.",
"air_gapped_modal.title": "Testschlüssel anfordern",
"ai.summarizeThread" : "Thread zusammenfassen",
"ai.summarizeThread" : "Zusammenfassen",
"ai.actions" : "KI-Aktionen",
"alert_banner.tooltipCloseBtn": "Schliessen",
"analytics.chart.loading": "Lade...",
Expand Down
2 changes: 1 addition & 1 deletion webapp/channels/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2778,7 +2778,7 @@
"air_gapped_modal.close": "Close",
"air_gapped_modal.description": "To start your trial, please visit {link} and request a trial key.",
"air_gapped_modal.title": "Request a trial key",
"ai.summarizeThread" : "Summarize thread",
"ai.summarizeThread" : "Summarize",
"ai.actions" : "AI Actions",
"admin.webserverModeUncompressedDescription": "The kChat server will serve static files uncompressed.",
"alert_banner.tooltipCloseBtn": "Close",
Expand Down
2 changes: 1 addition & 1 deletion webapp/channels/src/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -2479,7 +2479,7 @@
"admin.webserverModeUncompressed": "Sin comprimir",
"admin.webserverModeUncompressedDescription": "El servidor kChat servirá los archivos estáticos sin comprimir.",
"admin_settings.save_unsaved_changes": "Por favor, guarde los cambios primero",
"ai.summarizeThread" : "Resumir hilo",
"ai.summarizeThread" : "Resumir",
"ai.actions" : "Acciones IA",
"analytics.chart.loading": "Cargando...",
"analytics.chart.meaningful": "No hay suficiente data para tener una representación significativa.",
Expand Down
2 changes: 1 addition & 1 deletion webapp/channels/src/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2429,7 +2429,7 @@
"air_gapped_modal.close": "Fermer",
"air_gapped_modal.description": "Pour commencer votre essai, rendez-vous sur {link} et demander une clé d’essai.",
"air_gapped_modal.title": "Demander une clé d’essai",
"ai.summarizeThread" : "Résumer le fil de discussion",
"ai.summarizeThread" : "Résumer",
"ai.actions" : "Actions IA",
"alert_banner.tooltipCloseBtn": "Fermer",
"analytics.chart.loading": "Chargement…",
Expand Down
2 changes: 1 addition & 1 deletion webapp/channels/src/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -1846,7 +1846,7 @@
"admin_settings.save_unsaved_changes": "Si prega di salvare i cambiamenti prima",
"analytics.chart.loading": "Caricamento...",
"analytics.chart.meaningful": "Dati insufficienti per una rappresentazione significativa.",
"ai.summarizeThread" : "Riassumi il thread",
"ai.summarizeThread" : "Riassumi",
"ai.actions" : "Azioni IA",
"analytics.system.activeUsers": "Utenti attivi con post",
"analytics.system.channelTypes": "Tipi di canale",
Expand Down
2 changes: 1 addition & 1 deletion webapp/channels/src/plugins/ai/components/post_menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const PostMenu = (props: Props) => {
<div className=''>
<FormattedMessage
id='ai.summarizeThread'
defaultMessage='Summarize Thread'
defaultMessage='Summarize'
/>
</div>

Expand Down

0 comments on commit 5b80152

Please sign in to comment.