Skip to content

Commit

Permalink
Merge branch 'missing-trad-for-leave-channel-modal' into 'master'
Browse files Browse the repository at this point in the history
Fix: Missing traduction for leave channel modal

See merge request kchat/webapp!867
  • Loading branch information
antonbuks committed Aug 7, 2024
2 parents 0fedcb3 + dcf4c39 commit b5b83bf
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ const IkLeaveChannelModal: FC<Props> = ({actions, channel, currentMemberIsChanne
}
}

const buttonSubmitText = localizeMessage('multiselect.ad', 'Quitter');
const buttonSubmitText = localizeMessage('multiselect.quit', 'Quitter');
const buttonSubmitLoadingText = localizeMessage('multiselect.adding', 'Adding...');

let content;
Expand Down
1 change: 1 addition & 0 deletions webapp/channels/src/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -4448,6 +4448,7 @@
"multiselect.savingDetailsButton": "Speichern...",
"multiselect.selectChannels": "Benutze ↑↓ zum Navigieren, ↵ zum Auswählen.",
"multiselect.selectTeams": "Benutze ↑↓ zum Navigieren, ↵ zum Auswählen.",
"multiselect.quit": "Beenden",
"mark_all_as_read_modal.title": "Alle Nachrichten als gelesen markieren",
"mark_all_as_read_modal.message": "Sind Sie sicher, dass Sie alle Ihre Nachrichten als gelesen markieren wollen ?",
"mark_all_as_read_modal.confirm": "Ja",
Expand Down
1 change: 1 addition & 0 deletions webapp/channels/src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -4422,6 +4422,7 @@
"multiselect.savingDetailsButton": "Saving...",
"multiselect.selectChannels": "Use ↑↓ to browse, ↵ to select.",
"multiselect.selectTeams": "Use ↑↓ to browse, ↵ to select.",
"multiselect.quit": "Quit",
"mark_all_as_read_modal.title": "Mark all messages as read",
"mark_all_as_read_modal.message": "Are you sure want to mark all your messages as read ?",
"mark_all_as_read_modal.confirm": "Yes",
Expand Down
1 change: 1 addition & 0 deletions webapp/channels/src/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -3819,6 +3819,7 @@
"multiselect.savingDetailsButton": "Guardando...",
"multiselect.selectChannels": "Utiliza ↑↓ para navegar, ↵ para seleccionar.",
"multiselect.selectTeams": "Utiliza ↑↓ para navegar, ↵ para seleccionar.",
"multiselect.quit": "Salir",
"mark_all_as_read_modal.title": "Marcar todos los mensajes como leídos",
"mark_all_as_read_modal.message": "¿Estás seguro de que quieres marcar todos tus mensajes como leídos ?",
"mark_all_as_read_modal.confirm": "Si",
Expand Down
1 change: 1 addition & 0 deletions webapp/channels/src/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -3760,6 +3760,7 @@
"multiselect.savingDetailsButton": "Enregistrement...",
"multiselect.selectChannels": "Utilisez ↑↓ pour parcourir, ↵ pour sélectionner.",
"multiselect.selectTeams": "Utilisez ↑↓ pour parcourir, ↵ pour sélectionner.",
"multiselect.quit": "Quitter",
"mark_all_as_read_modal.title": "Marquer tous les messages comme lus",
"mark_all_as_read_modal.message": "Etes-vous certain de vouloir marquer tous vos messages comme lus ?",
"mark_all_as_read_modal.confirm": "Oui",
Expand Down
1 change: 1 addition & 0 deletions webapp/channels/src/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -2915,6 +2915,7 @@
"multiselect.placeholder": "Cercare ed aggiungere membri",
"multiselect.selectChannels": "Usa ↑↓ per navigare, ↵ per selezionare.",
"multiselect.selectTeams": "Usa ↑↓ per navigare, ↵ per selezionare.",
"multiselect.quit": "Uscire",
"mark_all_as_read_modal.title": "Contrassegnare tutti i messaggi come letti ",
"mark_all_as_read_modal.message": "Sei sicuro di voler contrassegnare tutti i tuoi messaggi come letti ?",
"mark_all_as_read_modal.confirm": "Si",
Expand Down
1 change: 0 additions & 1 deletion webapp/channels/src/sass/components/_alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
}
&.alert-with-icon-leave {
display: flex;
justify-content: space-between;
margin-left: 30px;
margin-right: 30px;
i {
Expand Down

0 comments on commit b5b83bf

Please sign in to comment.