[create-pull-request] automated change (#34271)
Co-authored-by: t3chguy <2403652+t3chguy@users.noreply.github.com>
This commit is contained in:
@@ -233,6 +233,23 @@
|
||||
"call_declined": "Osapool jättis kõnele vastamata",
|
||||
"call_declined_by_us": "Sa jätsid kõne vastamata"
|
||||
},
|
||||
"ongoing": {
|
||||
"common": {
|
||||
"call_started_by": "%(startedByDisplayName)s helistas",
|
||||
"join_button": "Liitu"
|
||||
},
|
||||
"dm": {
|
||||
"call_started": "Kõne algas",
|
||||
"title": "Kõne on pooleli"
|
||||
},
|
||||
"room": {
|
||||
"join_count": {
|
||||
"one": "%(count)s liituja",
|
||||
"other": "%(count)s liitujat"
|
||||
},
|
||||
"title": "Rühmakõne on pooleli"
|
||||
}
|
||||
},
|
||||
"tombstone": {
|
||||
"room": {
|
||||
"title": "Grupikõne on lõppenud"
|
||||
|
||||
@@ -233,6 +233,23 @@
|
||||
"call_declined": "Appel refusé",
|
||||
"call_declined_by_us": "Vous avez rejeté un appel"
|
||||
},
|
||||
"ongoing": {
|
||||
"common": {
|
||||
"call_started_by": "%(startedByDisplayName)s a démarré un appel",
|
||||
"join_button": "Rejoindre"
|
||||
},
|
||||
"dm": {
|
||||
"call_started": "Appel démarré",
|
||||
"title": "Appel en cours"
|
||||
},
|
||||
"room": {
|
||||
"join_count": {
|
||||
"one": "%(count)s participant",
|
||||
"other": "%(count)s participants"
|
||||
},
|
||||
"title": "Appel de groupe en cours"
|
||||
}
|
||||
},
|
||||
"tombstone": {
|
||||
"room": {
|
||||
"title": "L'appel de groupe est terminé"
|
||||
|
||||
@@ -109,6 +109,13 @@
|
||||
"drag_over_original": "%(source)s 将恢复到其原始位置",
|
||||
"drag_start": "正在拖动 %(source)s",
|
||||
"invitation": "打开房间 %(roomName)s 的邀请。",
|
||||
"mention": {
|
||||
"other": "打开包含 %(count)s 个未读提及的房间:%(roomName)s。"
|
||||
},
|
||||
"unread": {
|
||||
"other": "打开包含 %(count)s 个未读消息的房间:%(roomName)s。"
|
||||
},
|
||||
"unsent_message": "打开包含尚未发送的消息的房间:%(roomName)s",
|
||||
"video_call": "以视频通话方式打开房间 %(roomName)s。",
|
||||
"voice_call": "以语音通话方式打开房间 %(roomName)s。"
|
||||
},
|
||||
@@ -215,9 +222,25 @@
|
||||
"timeline": {
|
||||
"call_tile": {
|
||||
"declined": {
|
||||
"call_declined": "来电被拒接",
|
||||
"call_declined": "通话已被拒接",
|
||||
"call_declined_by_us": "你已拒接来电"
|
||||
},
|
||||
"ongoing": {
|
||||
"common": {
|
||||
"call_started_by": "%(startedByDisplayName)s 已开始通话",
|
||||
"join_button": "加入"
|
||||
},
|
||||
"dm": {
|
||||
"call_started": "通话已开始",
|
||||
"title": "通话进行中"
|
||||
},
|
||||
"room": {
|
||||
"join_count": {
|
||||
"other": "%(count)s 人已加入"
|
||||
},
|
||||
"title": "群组通话进行中"
|
||||
}
|
||||
},
|
||||
"tombstone": {
|
||||
"room": {
|
||||
"title": "群组通话已结束"
|
||||
|
||||
Reference in New Issue
Block a user