Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10861,6 +10861,21 @@ Internationalize React apps. This library provides React components and an API t



---

## react-intl

This product contains 'react-intl' by Eric Ferraiuolo.

Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.

* HOMEPAGE:
* https://formatjs.github.io/docs/react-intl

* LICENSE: BSD-3-Clause



---

## react-is
Expand Down
2 changes: 1 addition & 1 deletion server/i18n/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -8420,7 +8420,7 @@
},
{
"id": "api.acknowledgement.save.archived_channel.app_error",
"translation": "Egy archivált csatornán nem lehet visszaigazolni."
"translation": "Az archivált csatornában nem lehet visszaigazolást menteni."
},
{
"id": "api.admin.syncables_error",
Expand Down
8 changes: 8 additions & 0 deletions server/i18n/nb-NO.json
Original file line number Diff line number Diff line change
Expand Up @@ -599,5 +599,13 @@
{
"id": "api.user.login_by_oauth.not_available.app_error",
"translation": "{{.Service}} SSO via OAuth 2.0 er ikke tilgjengelig på denne serveren."
},
{
"id": "api.access_control_policy.get_channels.limit.app_error",
"translation": "Grensen for å hente kanaler er ikke gyldig."
},
{
"id": "api.admin.add_certificate.parseform.app_error",
"translation": "Feil ved analyse av multiform forespørsel"
}
]
6 changes: 5 additions & 1 deletion server/i18n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -7312,7 +7312,7 @@
},
{
"id": "api.templates.email_footer_v2",
"translation": "© 2022 Mattermost, Inc. 530 Lytton Avenue, Second Floor, Palo Alto, CA, 94301"
"translation": "© 2015 - {{ .CurrentYear }} Mattermost, Inc. 2100 Geng Road, Suite 210, Palo Alto, CA, 94303"
},
{
"id": "api.post.search_files.invalid_body.app_error",
Expand Down Expand Up @@ -11694,5 +11694,9 @@
{
"id": "model.config.is_valid.guest_accounts.cannot_enforce_multifactor_authentication_when_guest_magic_link_is_enabled.app_error",
"translation": "Je kunt multifactorauthenticatie niet afdwingen voor gastaccounts als magische linkauthenticatie is ingeschakeld."
},
{
"id": "app.update_scheduled_post.convert_to_post.error",
"translation": "Kan gepland bericht niet omzetten naar berichtformaat."
}
]
2 changes: 1 addition & 1 deletion server/i18n/sl.json
Original file line number Diff line number Diff line change
Expand Up @@ -4273,7 +4273,7 @@
},
{
"id": "api.channel.delete_channel.cannot.app_error",
"translation": "Privzetega kanala ni mogoče izbrisati {{.Channel}}"
"translation": "Privzetega kanala ni mogoče izbrisati {{.Channel}}."
},
{
"id": "api.channel.delete_channel.archived",
Expand Down
2 changes: 1 addition & 1 deletion server/i18n/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -7677,7 +7677,7 @@
},
{
"id": "api.templates.email_footer_v2",
"translation": "© 2022 Mattermost, Inc. 530 Lytton Avenue, Second floor, Palo Alto, CA, 94301"
"translation": "© 2015 - {{ .CurrentYear }} Mattermost, Inc. 2100 Geng Road, Suite 210, Palo Alto, CA, 94303"
},
{
"id": "api.templates.invite_team_and_channel_subject",
Expand Down
92 changes: 55 additions & 37 deletions webapp/channels/src/i18n/be.json

Large diffs are not rendered by default.

89 changes: 47 additions & 42 deletions webapp/channels/src/i18n/de.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webapp/channels/src/i18n/hu.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"about.database": "Adatbázis:",
"about.date": "Kiadás dátuma:",
"about.dbversion": "Adatbázis séma verzió:",
"about.enterpriseEditionLearn": "Tudjon meg többet az Enterprise kiadásról: ",
"about.enterpriseEditionLearn": "Tudjon meg többet az Enterprise kiadásról a {link} linken",
"about.enterpriseEditionSst": "Nagy megbízhatóságú üzenetküldés a vállalkozások számára",
"about.enterpriseEditionSt": "Modern kommunikáció a tűzfalad mögül.",
"about.hash": "Kiadás ujjlenyomata:",
Expand Down
2 changes: 1 addition & 1 deletion webapp/channels/src/i18n/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -4389,7 +4389,7 @@
"gif_picker.attribution.alt": "GIPHY 제공",
"gif_picker.input.label": "GIF 검색",
"gif_picker.input.placeholder": "GIPHY 검색",
"globalThreads.heading": "구독한 글타래들",
"globalThreads.heading": "구독한 글타래",
"globalThreads.noThreads.subtitle": "언급되거나 참여한 모든 글타래는 여기에 지켜보는 중인 글타래와 함께 표시됩니다.",
"globalThreads.noThreads.title": "아직 지켜보는 글타래가 없습니다",
"globalThreads.searchGuidance.subtitle": "오래된 대화를 찾고 있다면 다음과 같이 검색해 보세요. {searchShortcut}",
Expand Down
314 changes: 166 additions & 148 deletions webapp/channels/src/i18n/nl.json

Large diffs are not rendered by default.

87 changes: 45 additions & 42 deletions webapp/channels/src/i18n/pl.json

Large diffs are not rendered by default.

Loading