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
@@ -44,44 +55,47 @@ File renaming does not occur untill one of the following options is selected.
44
55
45
56
Renames only files which have not been checked.
46
57
58
+
#### Filter
47
59
60
+
This option allows user to use keywords to find or filter the list to only items having the keyword(s).
48
61
62
+
When this option is used, and the "Rename All" option is selected, only the resulting filtered items displayed are renamed.
49
63
50
-
#### 2. Modify translated name
64
+
#### Modify translated name
51
65
52
66
The translated name on the list, can be edited before performing the rename action.
53
67
54
-
#### 3. Search Recursively
68
+
#### Search Recursively
55
69
56
70
By default, only the files on the root directory are scanned, but by selecting this option, the scan will also search all sub folders.
57
71
58
-
#### 4. Long Path Support
72
+
#### Long Path Support
59
73
60
74
By selecting this option, the rename will occur even if the full path is longer then 255 characters.
61
75
62
-
#### 5. Append Original Name
76
+
#### Append Original Name
63
77
64
78
When selected, this options includes the original file name when renaming the file. Example: TranslatedName(OriginalName).gif
65
79
66
-
#### 6. Append Language Name
80
+
#### Append Language Name
67
81
68
82
When selected, appends the source language name to the renamed file. Example: TranslatedName_[Russian].gif
69
83
70
-
#### 7. File Type
84
+
#### File Type
71
85
72
86
This option can be used to scan only file a specific file extension. Example: .gif
73
87
74
-
#### 8. Max Threads
88
+
#### Max Threads
75
89
76
90
By default the programs uses the ProcessorCount to determine the maximum threads to use. This options allows the end user to override that option. The minimum value is 4, and the maximum value is 400.
77
91
78
-
#### 9. Max Translation Len
92
+
#### Max Translation Len
79
93
80
94
The translation length is used when the program translates many files in a single translation request. This happens if there are many files (over 100), or if the user selects option to translate many files per request.
81
95
82
96
This value is set to 10000 by default. The minimum value is 255, and the maximum value is 10,000.
83
97
84
-
#### 10 Files-Per-Translation-Req
98
+
#### Files-Per-Translation-Req
85
99
86
100
This options determines if one file is used per translation request, or if many files are used per translation request. The following are the possible options to select from the combobox window.
87
101
@@ -98,25 +112,19 @@ This options determines if one file is used per translation request, or if many
98
112
Multiple files are sent per translation request. This is the perferred option if the files are all in either the source language or the target language.
99
113
100
114
101
-
#### 11 Target Language
115
+
#### Target Language
102
116
103
117
This setting is an [ISO 639-1](https://wikipedia.org/wiki/List_of_ISO_639-1_codes) two letter code.
104
118
By default, the target language is set to the operating system language settings. (CurrentCulture.TwoLetterISOLanguageName)
105
119
106
120
Use this option to override the target language. See [ISO 639-1](https://wikipedia.org/wiki/List_of_ISO_639-1_codes) link to get desired language code.
107
121
108
-
#### 12 Source Language
122
+
#### Source Language
109
123
110
124
This is empty by default. When this value is empty, the translation works in "Auto" mode, which lets the translator determine the source language.
111
125
112
126
For most use cases, this value should be left empty. If populated, use [ISO 639-1](https://wikipedia.org/wiki/List_of_ISO_639-1_codes) link to get desired language code.
113
127
114
-
#### 13 Filter
115
-
116
-
This option allows user to use keywords to find or filter the list to only items having the keyword(s).
117
-
118
-
When this option is used, and the "Rename All" option is selected, only the resulting filtered items displayed are renamed.
0 commit comments