Client Fixed translations

This commit is contained in:
Akmal Isomadinov 2024-07-09 12:27:56 +05:00
parent 4cb330bca8
commit 9233ab844b
4 changed files with 3 additions and 4 deletions

View File

@ -233,7 +233,7 @@ const ShareCollectSelector = inject<TStore>(
socketSubscribers={socketHelper.socketSubscribers}
currentDeviceType={currentDeviceType}
headerLabel={t("Common:ShareAndCollect")}
createDefineRoomLabel={t("Common:NewFillingFormRoom")}
createDefineRoomLabel={t("Common:CreateFormFillingRoom")}
submitButtonLabel={t("Common:CopyHere")}
cancelButtonLabel={t("Common:CancelButton")}
cancelButtonId="share-collect-selector-cancel"

View File

@ -297,7 +297,7 @@ const Editor = ({
if (config?.startFilling) {
newConfig.events.onRequestStartFilling = () =>
onSDKRequestStartFilling?.(t("Common:StartFilling"));
onSDKRequestStartFilling?.(t("Common:ShareAndCollect"));
}
newConfig.events.onSubmit = () => {

View File

@ -61,7 +61,7 @@ function StartFillingSelectorDialog({
withoutBackButton
currentFolderId=""
rootFolderType={fileInfo.rootFolderType}
createDefineRoomLabel={t("Common:NewFillingFormRoom")}
createDefineRoomLabel={t("Common:CreateFormFillingRoom")}
createDefineRoomType={RoomsType.FormRoom}
isPanelVisible={isVisible}
socketHelper={socketHelper}

View File

@ -278,7 +278,6 @@
"Name": "Name",
"NeedPassword": "You need a password to access the room",
"NewDocument": "New document",
"NewFillingFormRoom": "New Filling form room",
"NewFolder": "New folder",
"NewMasterForm": "New form template",
"NewPresentation": "New presentation",