Update translations
parent
bf837b3398
commit
678abe05d0
|
|
@ -290,7 +290,7 @@ const JoinDialog = ({
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='room.overRoomLimit'
|
id='room.overRoomLimit'
|
||||||
defaultMessage={
|
defaultMessage={
|
||||||
'The room is full. Retry after some time.'
|
'The room is full, retry after some time.'
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</DialogContentText>
|
</DialogContentText>
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ const FileSharing = (props) =>
|
||||||
const buttonGalleryDescription = canShareFiles ?
|
const buttonGalleryDescription = canShareFiles ?
|
||||||
intl.formatMessage({
|
intl.formatMessage({
|
||||||
id : 'label.shareGalleryFile',
|
id : 'label.shareGalleryFile',
|
||||||
defaultMessage : 'Share from gallery'
|
defaultMessage : 'Share image'
|
||||||
})
|
})
|
||||||
:
|
:
|
||||||
intl.formatMessage({
|
intl.formatMessage({
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@
|
||||||
"room.raisedHand": "{displayName} raised their hand",
|
"room.raisedHand": "{displayName} raised their hand",
|
||||||
"room.loweredHand": "{displayName} put their hand down",
|
"room.loweredHand": "{displayName} put their hand down",
|
||||||
"room.extraVideo": "Extra video",
|
"room.extraVideo": "Extra video",
|
||||||
"room.overRoomLimit": null,
|
"room.overRoomLimit": "The room is full, retry after some time.",
|
||||||
|
|
||||||
"me.mutedPTT": "You are muted, hold down SPACE-BAR to talk",
|
"me.mutedPTT": "You are muted, hold down SPACE-BAR to talk",
|
||||||
|
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
"label.filesharing": "File sharing",
|
"label.filesharing": "File sharing",
|
||||||
"label.participants": "Participants",
|
"label.participants": "Participants",
|
||||||
"label.shareFile": "Share file",
|
"label.shareFile": "Share file",
|
||||||
"label.shareGalleryFile": null,
|
"label.shareGalleryFile": "Share image",
|
||||||
"label.fileSharingUnsupported": "File sharing not supported",
|
"label.fileSharingUnsupported": "File sharing not supported",
|
||||||
"label.unknown": "Unknown",
|
"label.unknown": "Unknown",
|
||||||
"label.democratic": "Democratic view",
|
"label.democratic": "Democratic view",
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@
|
||||||
"room.raisedHand": "{displayName} rakk opp hånden",
|
"room.raisedHand": "{displayName} rakk opp hånden",
|
||||||
"room.loweredHand": "{displayName} tok ned hånden",
|
"room.loweredHand": "{displayName} tok ned hånden",
|
||||||
"room.extraVideo": "Ekstra video",
|
"room.extraVideo": "Ekstra video",
|
||||||
"room.overRoomLimit": null,
|
"room.overRoomLimit": "Rommet er fullt, prøv igjen om litt.",
|
||||||
|
|
||||||
"me.mutedPTT": "Du er dempet, hold nede SPACE for å snakke",
|
"me.mutedPTT": "Du er dempet, hold nede SPACE for å snakke",
|
||||||
|
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
"label.filesharing": "Fildeling",
|
"label.filesharing": "Fildeling",
|
||||||
"label.participants": "Deltakere",
|
"label.participants": "Deltakere",
|
||||||
"label.shareFile": "Del fil",
|
"label.shareFile": "Del fil",
|
||||||
"label.shareGalleryFile": null,
|
"label.shareGalleryFile": "Del bilde",
|
||||||
"label.fileSharingUnsupported": "Fildeling ikke støttet",
|
"label.fileSharingUnsupported": "Fildeling ikke støttet",
|
||||||
"label.unknown": "Ukjent",
|
"label.unknown": "Ukjent",
|
||||||
"label.democratic": "Demokratisk",
|
"label.democratic": "Demokratisk",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue