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
original_dir_missing:r#"The "original" or "data" folder in the input directory does not exist."#,
127
142
translation_dirs_missing:r#"The "translation/maps" and/or "translation/other" folders in the input directory do not exist."#,
128
143
write_log_msg:"Wrote file",
129
-
write_success_msg:"All files were written successfully.\nTime spent (in seconds):",
130
-
read_success_msg:"The entire game text was successfully parsed.\nTime spent: (in seconds):",
131
144
read_log_msg:"Parsed file",
132
145
file_already_parsed_msg:"file already exists. If you want to forcefully re-read all files, use --force flag, or --append if you want append new text to already existing files.",
133
146
file_is_not_parsed_msg:"Files aren't already parsed. Continuing as if --append flag was omitted.",
134
147
disable_custom_parsing_desc:"Disables built-in custom parsing for some games.",
original_dir_missing:r#"Папка "original" или "data" входной директории не существует."#,
165
179
translation_dirs_missing:r#"Папки "translation/maps" и/или "translation/other" входной директории не существуют."#,
166
180
write_log_msg:"Записан файл",
167
-
write_success_msg:"Все файлы были записаны успешно.\nПотрачено (в секундах):",
168
-
read_success_msg:"Весь игровой текст был успешно запарсен.\nПотрачено (в секундах):",
169
181
read_log_msg:"Распарсен файл",
170
182
file_already_parsed_msg:"уже существует. Если вы хотите принудительно перезаписать все файлы, используйте флаг --force, или --append если вы хотите добавить новый текст в файлы.",
171
183
file_is_not_parsed_msg:"Файлы ещё не распарсены. Продолжаем в режиме с выключенным флагом --append.",
172
184
disable_custom_parsing_desc:"Отключает использование индивидуальных способов парсинга файлов для некоторых игр.",
0 commit comments