You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Client/wwwroot/i18n/en.json
+5-14Lines changed: 5 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,8 @@
78
78
"Current":"Current",
79
79
"ProcessingTime":"Processing Time",
80
80
"Upcoming":"Upcoming",
81
-
"RecentlyFinished":"Recently Finished"
81
+
"RecentlyFinished":"Recently Finished",
82
+
"WorkingFile":"Working File"
82
83
}
83
84
},
84
85
"Flow": {
@@ -123,21 +124,11 @@
123
124
"Settings": {
124
125
"Title": "Settings",
125
126
"Labels": {
126
-
"Directories": "Directories",
127
-
"Tools": "Tools"
127
+
"Directories": "Directories"
128
128
},
129
129
"Fields": {
130
-
"Source": "Source Directory",
131
-
"Source-Help": "The source directory containing the video files to convert. This will be recursively searched.",
132
-
"Destination": "Destination Directory",
133
-
"Destination-Help": "The destination directory where the encode files will be placed.\nNote: If blank, the files will be saved in the same directory as the source files and the source files will be replaced.",
134
-
"Container": "Container",
135
-
"Container-Placeholder": "Select container for converted videos",
136
-
"Container-Help": "The container converted videos will be created with.",
137
-
"TestMode": "Test Mode",
138
-
"TestMode-Help": "When in test mode no actual encoding will be done, only the results of what would happen are shown.",
139
-
"Extensions": "Extensions",
140
-
"Extensions-Help": "A list of file extensions to be considered a video file"
130
+
"TempPath": "Temp Directory",
131
+
"TempPath-Help": "This directory will be used by flows to create temporary files as the flow is processed, this directory will be regularly cleaned up so keep nothing important here."
0 commit comments