Skip to content

Commit

Permalink
Merge branch 'rm/320644-v2' into 'master'
Browse files Browse the repository at this point in the history
Update: Post preview footer translation changed

See merge request kchat/webapp!700
  • Loading branch information
antonbuks committed Apr 3, 2024
2 parents cc54675 + 56304c2 commit 6f72411
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const PostMessagePreview = (props: Props) => {
{previewFooterMessage || (
<FormattedMessage
id='post_message_preview.channel'
defaultMessage='Only visible to users in ~{channel}'
defaultMessage='~{channel}'
values={{
channel: channelDisplayName,
}}
Expand Down
2 changes: 1 addition & 1 deletion webapp/channels/src/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -4517,7 +4517,7 @@
"post_info.unpin": "Vom Kanal abheften",
"post_info.unread": "Als ungelesen markieren",
"post_info.translate": "Übersetzen",
"post_message_preview.channel": "Nur sichtbar für Benutzer in ~{channel}",
"post_message_preview.channel": "~{channel}",
"post_message_view.edited": "Bearbeitet",
"post_message_view.view_post_edit_history": "Klicke, um den Verlauf zu sehen",
"post_pre_header.flagged": "Gespeichert",
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 @@ -4521,7 +4521,7 @@
"post_info.unpin": "Unpin from Channel",
"post_info.unread": "Mark as Unread",
"post_info.translate": "Translate",
"post_message_preview.channel": "Only visible to users in ~{channel}",
"post_message_preview.channel": "~{channel}",
"post_message_view.edited": "Edited",
"post_message_view.view_post_edit_history": "Click to view history",
"post_pre_header.flagged": "Saved",
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 @@ -4217,6 +4217,7 @@
"post_info.unpin": "No Destacar",
"post_info.unread": "Marcar como no leído",
"post_info.translate": "Traducir",
"post_message_preview.channel": "~{channel}",
"post_message_view.edited": "Editado",
"post_pre_header.flagged": "Guardado",
"post_pre_header.pinned": "Destacado",
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 @@ -4103,7 +4103,7 @@
"post_info.unpin": "Désépingler du canal",
"post_info.unread": "Marquer comme non lu",
"post_info.translate": "Traduire",
"post_message_preview.channel": "Visible uniquement pour les utilisateurs dans ~{channel}",
"post_message_preview.channel": "~{channel}",
"post_message_view.edited": "Édité",
"post_pre_header.flagged": "Sauvegardé",
"post_pre_header.pinned": "Epinglé",
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 @@ -3265,6 +3265,7 @@
"post_info.unpin": "Sblocca dal canale",
"post_info.unread": "Segna con Non letto",
"post_info.translate": "Tradurre",
"post_message_preview.channel": "~{channel}",
"post_message_view.edited": "(modificato)",
"post_pre_header.pinned": "Bloccato",
"post_priority.acknowledgements.title": "Conferma di ricezione",
Expand Down

0 comments on commit 6f72411

Please sign in to comment.