Spaces:
Running
on
Zero
Running
on
Zero
Update assets/translations.py
Browse files- assets/translations.py +19 -4
assets/translations.py
CHANGED
|
@@ -20,7 +20,9 @@ TRANSLATIONS = {
|
|
| 20 |
"target_instrument": "Целевой инструмент",
|
| 21 |
"stems_info": "Выбор стемов недоступен\nДля извлечения второго стема включите \"Извлечь инструментал\"",
|
| 22 |
"stems_info2": "Для получения остатка (при выбранных стемах), включите \"Извлечь инструментал\"",
|
| 23 |
-
"bitrate": "Битрейт (Кбит/сек)"
|
|
|
|
|
|
|
| 24 |
},
|
| 25 |
"en": {
|
| 26 |
"app_title": "MVSEPLESS",
|
|
@@ -43,7 +45,10 @@ TRANSLATIONS = {
|
|
| 43 |
"target_instrument": "Target instrument",
|
| 44 |
"stems_info": "Stem selection unavailable\nEnable \"Extract Instrumental\" to extract the second stem",
|
| 45 |
"stems_info2": "To extract the residual (with selected_stems), enable \"Extract Instrumental\"",
|
| 46 |
-
"bitrate": "Bitrate (Kbit/sec)"
|
|
|
|
|
|
|
|
|
|
| 47 |
}
|
| 48 |
}
|
| 49 |
|
|
@@ -106,7 +111,12 @@ TRANSLATIONS_STEMS = {
|
|
| 106 |
"effects": "Эффекты",
|
| 107 |
"sfx": "Звуковые эффекты",
|
| 108 |
"inverted +": "Инверсия +",
|
| 109 |
-
"inverted -": "Инверсия -"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
},
|
| 111 |
"en": {
|
| 112 |
"vocals": "Vocals",
|
|
@@ -166,6 +176,11 @@ TRANSLATIONS_STEMS = {
|
|
| 166 |
"effects": "Effects",
|
| 167 |
"sfx": "SFX",
|
| 168 |
"inverted +": "Inverted +",
|
| 169 |
-
"inverted -": "Inverted -"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 170 |
}
|
| 171 |
}
|
|
|
|
| 20 |
"target_instrument": "Целевой инструмент",
|
| 21 |
"stems_info": "Выбор стемов недоступен\nДля извлечения второго стема включите \"Извлечь инструментал\"",
|
| 22 |
"stems_info2": "Для получения остатка (при выбранных стемах), включите \"Извлечь инструментал\"",
|
| 23 |
+
"bitrate": "Битрейт (Кбит/сек)",
|
| 24 |
+
"use_cookies": "Загрузить куки",
|
| 25 |
+
"cookie_loaded": "Куки загружены"
|
| 26 |
},
|
| 27 |
"en": {
|
| 28 |
"app_title": "MVSEPLESS",
|
|
|
|
| 45 |
"target_instrument": "Target instrument",
|
| 46 |
"stems_info": "Stem selection unavailable\nEnable \"Extract Instrumental\" to extract the second stem",
|
| 47 |
"stems_info2": "To extract the residual (with selected_stems), enable \"Extract Instrumental\"",
|
| 48 |
+
"bitrate": "Bitrate (Kbit/sec)",
|
| 49 |
+
"use_cookies": "Upload cookies",
|
| 50 |
+
"cookie_loaded": "Cookies uploaded"
|
| 51 |
+
|
| 52 |
}
|
| 53 |
}
|
| 54 |
|
|
|
|
| 111 |
"effects": "Эффекты",
|
| 112 |
"sfx": "Звуковые эффекты",
|
| 113 |
"inverted +": "Инверсия +",
|
| 114 |
+
"inverted -": "Инверсия -",
|
| 115 |
+
"Unsupported model type": "Данный тип модели не поддерживается",
|
| 116 |
+
"Error": "Ошибка",
|
| 117 |
+
"Model not exist": "Данной модели не существует",
|
| 118 |
+
"Input file not exist": "Указанного файла не существует",
|
| 119 |
+
"Input path is none": "Не указан путь к файлу"
|
| 120 |
},
|
| 121 |
"en": {
|
| 122 |
"vocals": "Vocals",
|
|
|
|
| 176 |
"effects": "Effects",
|
| 177 |
"sfx": "SFX",
|
| 178 |
"inverted +": "Inverted +",
|
| 179 |
+
"inverted -": "Inverted -",
|
| 180 |
+
"Unsupported model type": "Current model type unsupported",
|
| 181 |
+
"Error": "Error",
|
| 182 |
+
"Model not exist": "Current model is not exist",
|
| 183 |
+
"Input file not exist": "Current file is not exist",
|
| 184 |
+
"Input path is none": "File path not specified"
|
| 185 |
}
|
| 186 |
}
|