Aitronssesin commited on
Commit
d2c314d
1 Parent(s): 4c31ad2

Upload 49 files

Browse files
Files changed (41) hide show
  1. assets/Applio.ipynb +304 -15
  2. assets/config.json +15 -0
  3. assets/flask/routes.py +32 -0
  4. assets/flask/server.py +62 -0
  5. assets/i18n/i18n.py +24 -11
  6. assets/i18n/languages/ar_AR.json +78 -16
  7. assets/i18n/languages/bn_BN.json +78 -16
  8. assets/i18n/languages/de_DE.json +78 -16
  9. assets/i18n/languages/en_US.json +98 -19
  10. assets/i18n/languages/es_ES.json +118 -41
  11. assets/i18n/languages/fa_FA.json +78 -16
  12. assets/i18n/languages/fr_FR.json +139 -77
  13. assets/i18n/languages/gu_GU.json +78 -16
  14. assets/i18n/languages/hi_IN.json +195 -0
  15. assets/i18n/languages/hu_HU.json +78 -16
  16. assets/i18n/languages/id_ID.json +148 -0
  17. assets/i18n/languages/it_IT.json +123 -61
  18. assets/i18n/languages/ja_JA.json +97 -35
  19. assets/i18n/languages/ko_KO.json +123 -83
  20. assets/i18n/languages/ml_IN.json +176 -0
  21. assets/i18n/languages/mr_MR.json +78 -16
  22. assets/i18n/languages/ms_MS.json +78 -16
  23. assets/i18n/languages/nl_NL.json +78 -16
  24. assets/i18n/languages/pa_PA.json +78 -16
  25. assets/i18n/languages/pl_PL.json +174 -130
  26. assets/i18n/languages/pt_PT.json +78 -16
  27. assets/i18n/languages/ro_RO.json +78 -16
  28. assets/i18n/languages/ru_RU.json +125 -66
  29. assets/i18n/languages/ta-IN.json +176 -0
  30. assets/i18n/languages/ta_TA.json +78 -16
  31. assets/i18n/languages/te_TE.json +78 -16
  32. assets/i18n/languages/th_TH.json +145 -83
  33. assets/i18n/languages/tr_TR.json +157 -75
  34. assets/i18n/languages/uk_UK.json +78 -16
  35. assets/i18n/languages/ur_UR.json +78 -16
  36. assets/i18n/languages/vi_VI.json +78 -16
  37. assets/i18n/languages/zh_CN.json +1 -1
  38. assets/i18n/scan.py +7 -7
  39. assets/themes/loadThemes.py +38 -20
  40. assets/themes/theme_list.json +80 -750
  41. assets/version_checker.py +44 -0
assets/Applio.ipynb CHANGED
@@ -1,5 +1,27 @@
1
  {
2
  "cells": [
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  {
4
  "cell_type": "code",
5
  "execution_count": null,
@@ -13,21 +35,93 @@
13
  "\n",
14
  "import codecs\n",
15
  "import time\n",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  "\n",
17
- "orig_name_of_program = codecs.decode(\"Nccyvb\", \"rot_13\")\n",
18
- "new_name_of_program = codecs.decode(\"cebtenz\", \"rot_13\")\n",
19
- "uioawhd = codecs.decode(\"uggcf://tvguho.pbz/VNUvfcnab/Nccyvb.tvg\", \"rot_13\")\n",
20
  "uyadwa = codecs.decode(\"ncc.cl\", \"rot_13\")\n",
 
 
 
21
  "\n",
22
  "from IPython.display import clear_output, Javascript\n",
23
  "\n",
24
- "!git clone --depth 1 $uioawhd\n",
25
- "!mv $orig_name_of_program $new_name_of_program\n",
26
- "%cd $new_name_of_program/\n",
27
- "\n",
28
  "clear_output()\n",
29
- "file_path = \"requirements.txt\"\n",
30
- "!pip install -r \"requirements.txt\" --quiet\n",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  "\n",
32
  "clear_output()\n",
33
  "print(\"Finished installing requirements!\")"
@@ -44,6 +138,7 @@
44
  "source": [
45
  "# @title **Start Applio**\n",
46
  "import codecs\n",
 
47
  "\n",
48
  "uyadwa = codecs.decode(\"ncc.cl\", \"rot_13\")\n",
49
  "\n",
@@ -51,26 +146,220 @@
51
  "%reload_ext tensorboard\n",
52
  "%tensorboard --logdir logs --bind_all\n",
53
  "\n",
 
 
 
 
 
 
 
54
  "!python $uyadwa --share"
55
  ]
56
  },
57
  {
58
  "cell_type": "markdown",
 
 
 
 
59
  "metadata": {
60
- "id": "ymhGfgFSR17k"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
  },
 
 
 
 
 
62
  "source": [
63
- "## **Credits**\n",
64
- "- Special thanks to [Hina](https://github.com/hinabl) 💗\n",
65
- "- [Blaise](https://github.com/blaise-tk) and [Applio Team](https://github.com/IAHispano)"
66
- ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  }
68
  ],
69
  "metadata": {
70
  "accelerator": "GPU",
71
  "colab": {
72
  "gpuType": "T4",
73
- "provenance": []
 
 
 
74
  },
75
  "kernelspec": {
76
  "display_name": "Python 3",
 
1
  {
2
  "cells": [
3
+ {
4
+ "cell_type": "markdown",
5
+ "metadata": {
6
+ "id": "ymhGfgFSR17k"
7
+ },
8
+ "source": [
9
+ "## **Applio**\n",
10
+ "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.\n",
11
+ "\n",
12
+ "[Support](https://discord.gg/IAHispano) — [Discord Bot](https://discord.com/oauth2/authorize?client_id=1144714449563955302&permissions=1376674695271&scope=bot%20applications.commands) — [Find Voices](https://applio.org/models) — [GitHub](https://github.com/IAHispano/Applio)\n",
13
+ "\n",
14
+ "<br>\n",
15
+ "\n",
16
+ "### **Credits**\n",
17
+ "- Encryption method: [Hina](https://github.com/hinabl)\n",
18
+ "- Extra section: [Poopmaster](https://github.com/poiqazwsx)\n",
19
+ "- Main development: [Applio Team](https://github.com/IAHispano)\n",
20
+ "\n",
21
+ "<br>\n",
22
+ "\n"
23
+ ]
24
+ },
25
  {
26
  "cell_type": "code",
27
  "execution_count": null,
 
35
  "\n",
36
  "import codecs\n",
37
  "import time\n",
38
+ "import os\n",
39
+ "import csv\n",
40
+ "import shutil\n",
41
+ "import tarfile\n",
42
+ "import subprocess\n",
43
+ "from pathlib import Path\n",
44
+ "from datetime import datetime\n",
45
+ "\n",
46
+ "rot_47 = lambda encoded_text: \"\".join(\n",
47
+ " [\n",
48
+ " (\n",
49
+ " chr(\n",
50
+ " (ord(c) - (ord(\"a\") if c.islower() else ord(\"A\")) - 47) % 26\n",
51
+ " + (ord(\"a\") if c.islower() else ord(\"A\"))\n",
52
+ " )\n",
53
+ " if c.isalpha()\n",
54
+ " else c\n",
55
+ " )\n",
56
+ " for c in encoded_text\n",
57
+ " ]\n",
58
+ ")\n",
59
  "\n",
60
+ "org_name = rot_47(\"Vkkgdj\")\n",
61
+ "new_name = rot_47(\"kmjbmvh_hg\")\n",
62
+ "uioawhd = rot_47(codecs.decode(\"pbbxa://oqbpcj.kwu/QIPqaxivw/Ixxtqw.oqb\", \"rot_13\"))\n",
63
  "uyadwa = codecs.decode(\"ncc.cl\", \"rot_13\")\n",
64
+ "!git clone --depth 1 $uioawhd\n",
65
+ "!mv $org_name $new_name\n",
66
+ "%cd $new_name/\n",
67
  "\n",
68
  "from IPython.display import clear_output, Javascript\n",
69
  "\n",
 
 
 
 
70
  "clear_output()\n",
71
+ "\n",
72
+ "E = Exception\n",
73
+ "B = print\n",
74
+ "\n",
75
+ "\n",
76
+ "def vidal_setup(ForceIn):\n",
77
+ " L = \"Kikpm.ovm.bu\"\n",
78
+ " K = \"/content/\"\n",
79
+ " C = ForceIn\n",
80
+ "\n",
81
+ " def F():\n",
82
+ " print(\"Installing pip packages...\")\n",
83
+ " subprocess.check_call([\"pip\", \"install\", \"-r\", \"requirements.txt\", \"--quiet\"])\n",
84
+ "\n",
85
+ " A = K + rot_47(L)\n",
86
+ " G = K + rot_47(L)\n",
87
+ " D = \"/\"\n",
88
+ " if not os.path.exists(A):\n",
89
+ " M = os.path.dirname(A)\n",
90
+ " os.makedirs(M, exist_ok=True)\n",
91
+ " print(\"No cached install found..\")\n",
92
+ " try:\n",
93
+ " N = rot_47(\n",
94
+ " codecs.decode(\n",
95
+ " \"pbbxa://pcooqvonikm.kw/QIPqaxivw/Ixxtqw/zmawtdm/uiqv/Kwtij/Xvxcz.biz.oh\",\n",
96
+ " \"rot_13\",\n",
97
+ " )\n",
98
+ " )\n",
99
+ " subprocess.run([\"wget\", \"-O\", A, N])\n",
100
+ " print(\"Download completed successfully!\")\n",
101
+ " except E as H:\n",
102
+ " print(str(H))\n",
103
+ " if os.path.exists(A):\n",
104
+ " os.remove(A)\n",
105
+ " if Path(A).exists():\n",
106
+ " with tarfile.open(G, \"r:gz\") as I:\n",
107
+ " for J in I.getmembers():\n",
108
+ " O = os.path.join(D, J.name)\n",
109
+ " try:\n",
110
+ " I.extract(J, D)\n",
111
+ " except E as H:\n",
112
+ " print(\"Failed to extract a file\")\n",
113
+ " C = True\n",
114
+ " print(f\"Extraction of {G} to {D} completed.\")\n",
115
+ " if os.path.exists(A):\n",
116
+ " os.remove(A)\n",
117
+ " if C:\n",
118
+ " F()\n",
119
+ " C = False\n",
120
+ " else:\n",
121
+ " F()\n",
122
+ "\n",
123
+ "\n",
124
+ "vidal_setup(False)\n",
125
  "\n",
126
  "clear_output()\n",
127
  "print(\"Finished installing requirements!\")"
 
138
  "source": [
139
  "# @title **Start Applio**\n",
140
  "import codecs\n",
141
+ "import threading\n",
142
  "\n",
143
  "uyadwa = codecs.decode(\"ncc.cl\", \"rot_13\")\n",
144
  "\n",
 
146
  "%reload_ext tensorboard\n",
147
  "%tensorboard --logdir logs --bind_all\n",
148
  "\n",
149
+ "if \"autobackups\" not in globals():\n",
150
+ " autobackups = False\n",
151
+ "\n",
152
+ "if autobackups:\n",
153
+ " thread = threading.Thread(target=backup_files)\n",
154
+ " thread.start()\n",
155
+ "\n",
156
  "!python $uyadwa --share"
157
  ]
158
  },
159
  {
160
  "cell_type": "markdown",
161
+ "source": [
162
+ "### **Extra**\n",
163
+ "Enjoy extra options that can make it easier for you to use Applio\n"
164
+ ],
165
  "metadata": {
166
+ "id": "3b59-2x-qEnX"
167
+ }
168
+ },
169
+ {
170
+ "cell_type": "code",
171
+ "source": [
172
+ "# @title Mount Drive\n",
173
+ "# @markdown Mount the files from Google Drive to the Colab.\n",
174
+ "from google.colab import drive\n",
175
+ "\n",
176
+ "drive.mount(\"/content/drive\")"
177
+ ],
178
+ "metadata": {
179
+ "cellView": "form",
180
+ "id": "19LNv6iYqF6_"
181
  },
182
+ "execution_count": null,
183
+ "outputs": []
184
+ },
185
+ {
186
+ "cell_type": "code",
187
  "source": [
188
+ "# @title Auto Backup\n",
189
+ "# @markdown When running it, it will be activated or deactivated previously to start up together with Applio.\n",
190
+ "LOGS_FOLDER = \"/content/program_ml/logs/\"\n",
191
+ "GOOGLE_DRIVE_PATH = \"/content/drive/MyDrive/ApplioBackup\"\n",
192
+ "\n",
193
+ "if \"autobackups\" not in globals():\n",
194
+ " autobackups = False\n",
195
+ "\n",
196
+ "\n",
197
+ "def backup_files():\n",
198
+ " print(\"\\nStarting backup loop...\")\n",
199
+ " last_backup_timestamps_path = os.path.join(\n",
200
+ " LOGS_FOLDER, \"last_backup_timestamps.txt\"\n",
201
+ " )\n",
202
+ " fully_updated = False\n",
203
+ "\n",
204
+ " while True:\n",
205
+ " try:\n",
206
+ " updated = False\n",
207
+ " last_backup_timestamps = {}\n",
208
+ "\n",
209
+ " try:\n",
210
+ " with open(last_backup_timestamps_path, \"r\") as f:\n",
211
+ " last_backup_timestamps = dict(line.strip().split(\":\") for line in f)\n",
212
+ " except FileNotFoundError:\n",
213
+ " pass\n",
214
+ "\n",
215
+ " for root, dirs, files in os.walk(LOGS_FOLDER):\n",
216
+ " # Excluding \"zips\" directory\n",
217
+ " if \"zips\" in dirs:\n",
218
+ " dirs.remove(\"zips\")\n",
219
+ " if \"mute\" in dirs:\n",
220
+ " dirs.remove(\"mute\")\n",
221
+ " for filename in files:\n",
222
+ " if filename != \"last_backup_timestamps.txt\":\n",
223
+ " filepath = os.path.join(root, filename)\n",
224
+ " if os.path.isfile(filepath):\n",
225
+ " backup_filepath = os.path.join(\n",
226
+ " GOOGLE_DRIVE_PATH,\n",
227
+ " os.path.relpath(filepath, LOGS_FOLDER),\n",
228
+ " )\n",
229
+ " backup_folderpath = os.path.dirname(backup_filepath)\n",
230
+ " if not os.path.exists(backup_folderpath):\n",
231
+ " os.makedirs(backup_folderpath)\n",
232
+ " print(\n",
233
+ " f\"Created backup folder: {backup_folderpath}\",\n",
234
+ " flush=True,\n",
235
+ " )\n",
236
+ " last_backup_timestamp = last_backup_timestamps.get(filepath)\n",
237
+ " current_timestamp = os.path.getmtime(filepath)\n",
238
+ " if (\n",
239
+ " last_backup_timestamp is None\n",
240
+ " or float(last_backup_timestamp) < current_timestamp\n",
241
+ " ):\n",
242
+ " shutil.copy2(filepath, backup_filepath)\n",
243
+ " last_backup_timestamps[filepath] = str(\n",
244
+ " current_timestamp\n",
245
+ " )\n",
246
+ " if last_backup_timestamp is None:\n",
247
+ " print(f\"Backed up file: {filename}\")\n",
248
+ " else:\n",
249
+ " print(f\"Updating backed up file: {filename}\")\n",
250
+ " updated = True\n",
251
+ " fully_updated = False\n",
252
+ "\n",
253
+ " for filepath in list(last_backup_timestamps.keys()):\n",
254
+ " if not os.path.exists(filepath):\n",
255
+ " backup_filepath = os.path.join(\n",
256
+ " GOOGLE_DRIVE_PATH, os.path.relpath(filepath, LOGS_FOLDER)\n",
257
+ " )\n",
258
+ " if os.path.exists(backup_filepath):\n",
259
+ " os.remove(backup_filepath)\n",
260
+ " print(f\"Deleted file: {filepath}\")\n",
261
+ " del last_backup_timestamps[filepath]\n",
262
+ " updated = True\n",
263
+ " fully_updated = False\n",
264
+ "\n",
265
+ " if not updated and not fully_updated:\n",
266
+ " print(\"Files are up to date.\")\n",
267
+ " fully_updated = True\n",
268
+ " sleep_time = 15\n",
269
+ " else:\n",
270
+ " sleep_time = 0.1\n",
271
+ "\n",
272
+ " with open(last_backup_timestamps_path, \"w\") as f:\n",
273
+ " for filepath, timestamp in last_backup_timestamps.items():\n",
274
+ " f.write(f\"{filepath}:{timestamp}\\n\")\n",
275
+ "\n",
276
+ " time.sleep(sleep_time)\n",
277
+ "\n",
278
+ " except Exception as e:\n",
279
+ " print(f\"An error occurred: {str(e)}\")\n",
280
+ "\n",
281
+ "\n",
282
+ "if autobackups:\n",
283
+ " autobackups = False\n",
284
+ " print(\"Autobackup Disabled\")\n",
285
+ "else:\n",
286
+ " autobackups = True\n",
287
+ " print(\"Autobackup Enabled\")"
288
+ ],
289
+ "metadata": {
290
+ "cellView": "form",
291
+ "id": "I5o6MlpFouiG"
292
+ },
293
+ "execution_count": null,
294
+ "outputs": []
295
+ },
296
+ {
297
+ "cell_type": "code",
298
+ "source": [
299
+ "# @title Load a Backup\n",
300
+ "from google.colab import drive\n",
301
+ "\n",
302
+ "# @markdown Put the exact name you put as your Model Name in Applio.\n",
303
+ "modelname = \"My-Project\" # @param {type:\"string\"}\n",
304
+ "source_path = \"/content/drive/MyDrive/ApplioBackup/\" + modelname\n",
305
+ "destination_path = \"/content/program_ml/logs/\" + modelname\n",
306
+ "backup_timestamps_file = \"last_backup_timestamps.txt\"\n",
307
+ "if not os.path.exists(source_path):\n",
308
+ " print(\n",
309
+ " \"The model folder does not exist. Please verify the name is correct or check your Google Drive.\"\n",
310
+ " )\n",
311
+ "else:\n",
312
+ " time_ = os.path.join(\"/content/drive/MyDrive/ApplioBackup/\", backup_timestamps_file)\n",
313
+ " time__ = os.path.join(\"/content/program_ml/logs/\", backup_timestamps_file)\n",
314
+ " if os.path.exists(time_):\n",
315
+ " shutil.copy(time_, time__)\n",
316
+ " shutil.copytree(source_path, destination_path)\n",
317
+ " print(\"Model backup loaded successfully.\")"
318
+ ],
319
+ "metadata": {
320
+ "cellView": "form",
321
+ "id": "ifV_vc4h4Uvx"
322
+ },
323
+ "execution_count": null,
324
+ "outputs": []
325
+ },
326
+ {
327
+ "cell_type": "code",
328
+ "source": [
329
+ "# @title Download all custom pretrains\n",
330
+ "import os\n",
331
+ "import urllib.request\n",
332
+ "\n",
333
+ "%mkdir /content/program_ml/rvc/pretraineds/pretraineds_custom\n",
334
+ "pretrained_urls = [\n",
335
+ " \"https://huggingface.co/ORVC/Ov2Super/resolve/main/f0Ov2Super32kG.pth\",\n",
336
+ " \"https://huggingface.co/ORVC/Ov2Super/resolve/main/f0Ov2Super32kD.pth\",\n",
337
+ " \"https://huggingface.co/ORVC/Ov2Super/resolve/main/f0Ov2Super40kG.pth\",\n",
338
+ " \"https://huggingface.co/ORVC/Ov2Super/resolve/main/f0Ov2Super40kD.pth\",\n",
339
+ " \"https://huggingface.co/MUSTAR/RIN_E3/resolve/main/RIN_E3_G.pth\",\n",
340
+ " \"https://huggingface.co/MUSTAR/RIN_E3/resolve/main/RIN_E3_D.pth\",\n",
341
+ "]\n",
342
+ "output_directory = \"/content/program_ml/rvc/pretraineds/pretraineds_custom\"\n",
343
+ "for url in pretrained_urls:\n",
344
+ " filename = os.path.join(output_directory, os.path.basename(url))\n",
345
+ " urllib.request.urlretrieve(url, filename)"
346
+ ],
347
+ "metadata": {
348
+ "cellView": "form",
349
+ "id": "leWbhk1X4XoY"
350
+ },
351
+ "execution_count": null,
352
+ "outputs": []
353
  }
354
  ],
355
  "metadata": {
356
  "accelerator": "GPU",
357
  "colab": {
358
  "gpuType": "T4",
359
+ "provenance": [],
360
+ "collapsed_sections": [
361
+ "3b59-2x-qEnX"
362
+ ]
363
  },
364
  "kernelspec": {
365
  "display_name": "Python 3",
assets/config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "theme": {
3
+ "file": "Applio.py",
4
+ "class": "Applio"
5
+ },
6
+ "plugins": [],
7
+ "discord_presence": true,
8
+ "lang": {
9
+ "override": false,
10
+ "selected_lang": "en_US"
11
+ },
12
+ "flask_server": false,
13
+ "version": "3.1.1",
14
+ "fake_gpu": false
15
+ }
assets/flask/routes.py ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os, sys
2
+ import signal
3
+ from flask import Flask, request, redirect
4
+
5
+ now_dir = os.getcwd()
6
+ sys.path.append(now_dir)
7
+
8
+ from core import run_download_script
9
+
10
+ app = Flask(__name__)
11
+
12
+
13
+ @app.route("/download/<path:url>", methods=["GET"])
14
+ def download(url):
15
+ file_path = run_download_script(url)
16
+ if file_path == "Model downloaded successfully.":
17
+ if "text/html" in request.headers.get("Accept", ""):
18
+ return redirect("https://applio.org/models/downloaded", code=302)
19
+ else:
20
+ return ""
21
+ else:
22
+ return "Error: Unable to download file", 500
23
+
24
+
25
+ @app.route("/shutdown", methods=["POST"])
26
+ def shutdown():
27
+ print("This Flask server is shutting down... Please close the window!")
28
+ os.kill(os.getpid(), signal.SIGTERM)
29
+
30
+
31
+ if __name__ == "__main__":
32
+ app.run(host="localhost", port=8000)
assets/flask/server.py ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os
2
+ import socket
3
+ import subprocess
4
+ import time
5
+ import requests
6
+ import sys
7
+ import json
8
+
9
+ now_dir = os.getcwd()
10
+ sys.path.append(now_dir)
11
+ config_file = os.path.join(now_dir, "assets", "config.json")
12
+ env_path = os.path.join(now_dir, "env", "python.exe")
13
+
14
+ host = "localhost"
15
+ port = 8000
16
+
17
+ sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
18
+ sock.settimeout(2)
19
+
20
+
21
+ def start_flask():
22
+ try:
23
+ sock.connect((host, port))
24
+ print(
25
+ f"Something is listening on port {port}; Probably the Flask server is already running."
26
+ )
27
+ print("Trying to start it anyway")
28
+ sock.close()
29
+ requests.post("http://localhost:8000/shutdown")
30
+ time.sleep(3)
31
+ script_path = os.path.join(now_dir, "assets", "flask", "routes.py")
32
+ try:
33
+ subprocess.Popen(
34
+ [env_path, script_path], creationflags=subprocess.CREATE_NEW_CONSOLE
35
+ )
36
+ except Exception as e:
37
+ print(f"Failed to start the Flask server")
38
+ print(e)
39
+ except Exception as e:
40
+ sock.close()
41
+ script_path = os.path.join(now_dir, "assets", "flask", "routes.py")
42
+ try:
43
+ subprocess.Popen(
44
+ [env_path, script_path], creationflags=subprocess.CREATE_NEW_CONSOLE
45
+ )
46
+ except Exception as e:
47
+ print("Failed to start the Flask server")
48
+ print(e)
49
+
50
+
51
+ def load_config_flask():
52
+ with open(config_file, "r") as file:
53
+ config = json.load(file)
54
+ return config["flask_server"]
55
+
56
+
57
+ def save_config(value):
58
+ with open(config_file, "r", encoding="utf8") as file:
59
+ config = json.load(file)
60
+ config["flask_server"] = value
61
+ with open(config_file, "w", encoding="utf8") as file:
62
+ json.dump(config, file, indent=2)
assets/i18n/i18n.py CHANGED
@@ -1,28 +1,41 @@
 
1
  import json
2
  from pathlib import Path
3
  from locale import getdefaultlocale
4
 
 
 
 
5
 
6
  class I18nAuto:
7
- LANGUAGE_PATH = "./assets/i18n/languages/"
8
 
9
  def __init__(self, language=None):
10
- language = language or getdefaultlocale()[0]
11
-
12
- lang_prefix = language[:2] if language is not None else "en"
13
- available_languages = self._get_available_languages()
14
- matching_languages = [
15
- lang for lang in available_languages if lang.startswith(lang_prefix)
16
- ]
 
 
 
 
 
 
 
 
 
 
17
 
18
- self.language = matching_languages[0] if matching_languages else "en_US"
19
  self.language_map = self._load_language_list()
20
 
21
  def _load_language_list(self):
22
  try:
23
  file_path = Path(self.LANGUAGE_PATH) / f"{self.language}.json"
24
- with open(file_path, "r", encoding="utf-8") as f:
25
- return json.load(f)
26
  except FileNotFoundError:
27
  raise FileNotFoundError(
28
  f"Failed to load language file for {self.language}. Check if the correct .json file exists."
 
1
+ import os, sys
2
  import json
3
  from pathlib import Path
4
  from locale import getdefaultlocale
5
 
6
+ now_dir = os.getcwd()
7
+ sys.path.append(now_dir)
8
+
9
 
10
  class I18nAuto:
11
+ LANGUAGE_PATH = os.path.join(now_dir, "assets", "i18n", "languages")
12
 
13
  def __init__(self, language=None):
14
+ with open(
15
+ os.path.join(now_dir, "assets", "config.json"), "r", encoding="utf8"
16
+ ) as file:
17
+ config = json.load(file)
18
+ override = config["lang"]["override"]
19
+ lang_prefix = config["lang"]["selected_lang"]
20
+
21
+ self.language = lang_prefix
22
+
23
+ if override == False:
24
+ language = language or getdefaultlocale()[0]
25
+ lang_prefix = language[:2] if language is not None else "en"
26
+ available_languages = self._get_available_languages()
27
+ matching_languages = [
28
+ lang for lang in available_languages if lang.startswith(lang_prefix)
29
+ ]
30
+ self.language = matching_languages[0] if matching_languages else "en_US"
31
 
 
32
  self.language_map = self._load_language_list()
33
 
34
  def _load_language_list(self):
35
  try:
36
  file_path = Path(self.LANGUAGE_PATH) / f"{self.language}.json"
37
+ with open(file_path, "r", encoding="utf-8") as file:
38
+ return json.load(file)
39
  except FileNotFoundError:
40
  raise FileNotFoundError(
41
  f"Failed to load language file for {self.language}. Check if the correct .json file exists."
assets/i18n/languages/ar_AR.json CHANGED
@@ -2,6 +2,7 @@
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "أداة استنساخ الصوت النهائية ، محسنة بدقة للحصول على قوة لا مثيل لها ، ونمطية ، وتجربة سهلة الاستخدام.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "يحتوي هذا القسم على بعض الأدوات المساعدة الإضافية التي قد تكون غالبا في المراحل التجريبية.",
4
  "Output Information": "معلومات الإخراج",
 
5
  "Inference": "استدلال",
6
  "Train": "قطار",
7
  "Extra": "اضافيه",
@@ -9,80 +10,126 @@
9
  "Processing": "تجهيز",
10
  "Audio Analyzer": "محلل الصوت",
11
  "Model Information": "معلومات النموذج",
 
12
  "Download": "تحميل",
13
  "Report a Bug": "الإبلاغ عن خطأ",
 
14
  "Preprocess": "المعالجة المسبقة",
15
  "Model Name": "اسم الموديل",
 
16
  "Enter model name": "أدخل اسم الطراز",
17
  "Dataset Path": "مسار مجموعة البيانات",
 
 
 
 
 
 
 
 
18
  "Enter dataset path": "إدخال مسار مجموعة البيانات",
19
  "Sampling Rate": "معدل أخذ العينات",
 
20
  "RVC Version": "نسخة RVC",
 
21
  "Preprocess Dataset": "مجموعة بيانات ما قبل المعالجة",
22
  "Extract": "استخرج",
23
  "Hop Length": "طول القفزة",
 
24
  "Batch Size": "حجم الدفعة",
 
25
  "Save Every Epoch": "حفظ كل حقبة",
 
26
  "Total Epoch": "إجمالي العصر",
 
27
  "Pretrained": "التدريب المسبق",
28
  "Save Only Latest": "حفظ الأحدث فقط",
 
29
  "Save Every Weights": "حفظ كل الأوزان",
 
30
  "Custom Pretrained": "تدريب مسبق مخصص",
 
31
  "Upload Pretrained Model": "تحميل نموذج تم تدريبه مسبقا",
 
32
  "Pretrained Custom Settings": "الإعدادات المخصصة المدربة مسبقا",
33
  "The file you dropped is not a valid pretrained file. Please try again.": "الملف الذي أسقطته ليس ملفا صالحا تم تدريبه مسبقا. يرجى المحاولة مرة أخرى.",
34
  "Click the refresh button to see the pretrained file in the dropdown menu.": "انقر فوق زر التحديث لرؤية الملف الذي تم اختباره مسبقا في القائمة المنسدلة.",
35
  "Pretrained G Path": "مخصص مسبقا G",
36
  "Pretrained D Path": "مخصص مسبق التدريب D",
37
  "GPU Settings": "إعدادات وحدة معالجة الرسومات",
 
38
  "GPU Custom Settings": "الإعدادات المخصصة لوحدة معالجة الرسومات",
39
  "GPU Number": "رقم وحدة معالجة الرسومات",
40
  "0 to ∞ separated by -": "0 إلى ∞ مفصولة ب -",
41
  "GPU Information": "معلومات وحدة معالجة الرسومات",
42
  "Pitch Guidance": "توجيه الملعب",
 
 
43
  "Extract Features": "استخراج الميزات",
44
  "Start Training": "ابدأ التدريب",
45
  "Generate Index": "إنشاء فهرس",
46
  "Voice Model": "نموذج الصوت",
 
47
  "Index File": "ملف الفهرس",
 
48
  "Refresh": "تحديث",
49
  "Unload Voice": "تفريغ الصوت",
50
  "Single": "واحد",
51
  "Upload Audio": "تحميل الصوت",
52
  "Select Audio": "حدد الصوت",
 
53
  "Advanced Settings": "الإعدادات المتقدمة",
54
  "Clear Outputs (Deletes all audios in assets/audios)": "مخرجات واضحة (يحذف جميع الصوتيات في الأصول / الصوتيات)",
55
  "Custom Output Path": "مسار الإخراج المخصص",
56
  "Output Path": "مسار الإخراج",
 
 
 
 
 
 
 
 
 
57
  "Pitch": "زفت",
58
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "إذا كان > = 3: تطبيق التصفية المتوسطة على نتائج الملعب المحصودة. تمثل القيمة نصف قطر المرشح ويمكن أن تقلل من التنفس",
 
 
59
  "Search Feature Ratio": "نسبة ميزة البحث",
 
 
 
 
 
60
  "Pitch extraction algorithm": "خوارزمية استخراج الملعب",
 
61
  "Convert": "حول",
62
  "Export Audio": "تصدير الصوت",
63
  "Batch": "الدفعه",
64
  "Input Folder": "مجلد الإدخال",
 
65
  "Enter input path": "أدخل مسار الإدخال",
66
  "Output Folder": "مجلد الإخراج",
 
67
  "Enter output path": "أدخل مسار الإخراج",
68
  "Get information about the audio": "الحصول على معلومات حول الصوت",
69
  "Information about the audio file": "معلومات حول الملف الصوتي",
70
  "Waiting for information...": "في انتظار المعلومات...",
71
- "Model fusion": "نموذج الانصهار",
72
- "Weight for Model A": "وزن الموديل أ",
73
- "Whether the model has pitch guidance": "ما إذا كان النموذج يحتوي على إرشادات الملعب",
74
- "Model architecture version": "إصدار بنية النموذج",
75
- "Path to Model A": "الطريق إلى النموذج أ",
76
- "Path to Model B": "الطريق إلى النموذج ب",
77
- "Path to model": "الطريق إلى النموذج",
78
- "Model information to be placed": "معلومات النموذج المراد وضعها",
79
  "Fusion": "اندماج",
80
- "Modify model information": "تعديل معلومات النموذج",
81
  "Path to Model": "الطريق إلى النموذج",
82
- "Model information to be modified": "معلومات النموذج المراد تعديلها",
83
- "Save file name": "حفظ اسم الملف",
84
- "Modify": "حور",
 
85
  "View model information": "عرض معلومات النموذج",
 
86
  "View": "منظر",
87
  "Model extraction": "استخراج النموذج",
88
  "Model conversion": "تحويل النموذج",
@@ -101,13 +148,28 @@
101
  "## Download Model": "## تحميل الموديل",
102
  "Model Link": "رابط النموذج",
103
  "Introduce the model link": "تقديم رابط النموذج",
104
- "Download Model": "ديسكارغار موديلو",
105
  "## Drop files": "## إسقاط الملفات",
106
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "اسحب ملف .pth وملف .index إلى هذه المساحة. اسحب أحدهما ثم الآخر.",
107
  "TTS Voices": "أصوات تحويل النص إلى كلام",
 
108
  "Text to Synthesize": "النص المراد توليفه",
 
 
109
  "Enter text to synthesize": "أدخل نصا لتوليفه",
110
  "Output Path for TTS Audio": "مسار الإخراج لصوت TTS",
111
  "Output Path for RVC Audio": "مسار الإخراج لصوت RVC",
112
- "Enable Applio integration with Discord presence": "وجود Applio"
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "أداة استنساخ الصوت النهائية ، محسنة بدقة للحصول على قوة لا مثيل لها ، ونمطية ، وتجربة سهلة الاستخدام.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "يحتوي هذا القسم على بعض الأدوات المساعدة الإضافية التي قد تكون غالبا في المراحل التجريبية.",
4
  "Output Information": "معلومات الإخراج",
5
+ "The output information will be displayed here.": "سيتم عرض معلومات الإخراج هنا.",
6
  "Inference": "استدلال",
7
  "Train": "قطار",
8
  "Extra": "اضافيه",
 
10
  "Processing": "تجهيز",
11
  "Audio Analyzer": "محلل الصوت",
12
  "Model Information": "معلومات النموذج",
13
+ "Plugins": "الإضافات",
14
  "Download": "تحميل",
15
  "Report a Bug": "الإبلاغ عن خطأ",
16
+ "Settings": "اعدادات",
17
  "Preprocess": "المعالجة المسبقة",
18
  "Model Name": "اسم الموديل",
19
+ "Name of the new model.": "اسم النموذج الجديد.",
20
  "Enter model name": "أدخل اسم الطراز",
21
  "Dataset Path": "مسار مجموعة البيانات",
22
+ "Path to the dataset folder.": "المسار إلى مجلد مجموعة البيانات.",
23
+ "Refresh Datasets": "تحديث مجموعات البيانات",
24
+ "Dataset Creator": "منشئ مجموعة البيانات",
25
+ "Dataset Name": "اسم مجموعة البيانات",
26
+ "Name of the new dataset.": "اسم مجموعة البيانات الجديدة.",
27
+ "Enter dataset name": "أدخل اسم مجموعة البيانات",
28
+ "Upload Audio Dataset": "تحميل مجموعة بيانات صوتية",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "تمت إضافة الملف الصوتي بنجاح إلى مجموعة البيانات. الرجاء النقر فوق زر المعالجة المسبقة.",
30
  "Enter dataset path": "إدخال مسار مجموعة البيانات",
31
  "Sampling Rate": "معدل أخذ العينات",
32
+ "The sampling rate of the audio files.": "معدل أخذ العينات من الملفات الصوتية.",
33
  "RVC Version": "نسخة RVC",
34
+ "The RVC version of the model.": "نسخة RVC من النموذج.",
35
  "Preprocess Dataset": "مجموعة بيانات ما قبل المعالجة",
36
  "Extract": "استخرج",
37
  "Hop Length": "طول القفزة",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "يشير إلى المدة التي يستغرقها النظام للانتقال إلى تغيير كبير في درجة الصوت. تتطلب أطوال القفزات الأصغر مزيدا من الوقت للاستدلال ولكنها تميل إلى تحقيق دقة أعلى في درجة الصوت.",
39
  "Batch Size": "حجم الدفعة",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "ينصح بمحاذاته مع VRAM المتاح لوحدة معالجة الرسومات الخاصة بك. يوفر الإعداد 4 دقة محسنة ولكن معالجة أبطأ ، بينما يوفر 8 نتائج أسرع وقياسية.",
41
  "Save Every Epoch": "حفظ كل حقبة",
42
+ "Determine at how many epochs the model will saved at.": "حدد عدد الفترات التي سيتم حفظ النموذج فيها.",
43
  "Total Epoch": "إجمالي العصر",
44
+ "Specifies the overall quantity of epochs for the model training process.": "يحدد الكمية الإجمالية للعهود لعملية التدريب النموذجية.",
45
  "Pretrained": "التدريب المسبق",
46
  "Save Only Latest": "حفظ الأحدث فقط",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "سيؤدي تمكين هذا الإعداد إلى حفظ ملفات G و D لأحدث إصداراتها فقط ، مما يوفر مساحة التخزين بشكل فعال.",
48
  "Save Every Weights": "حفظ كل الأوزان",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "يمكنك هذا الإعداد من حفظ أوزان النموذج في نهاية كل حقبة.",
50
  "Custom Pretrained": "تدريب مسبق مخصص",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "يمكن أن يؤدي استخدام النماذج المخصصة المدربة مسبقا إلى نتائج فائقة ، حيث أن اختيار النماذج الأكثر ملاءمة للاختبار المسبق والمصممة خصيصا لحالة الاستخدام المحددة يمكن أن يعزز الأداء بشكل كبير.",
52
  "Upload Pretrained Model": "تحميل نموذج تم تدريبه مسبقا",
53
+ "Refresh Custom Pretraineds": "تحديث التدريبات المسبقة المخصصة",
54
  "Pretrained Custom Settings": "الإعدادات المخصصة المدربة مسبقا",
55
  "The file you dropped is not a valid pretrained file. Please try again.": "الملف الذي أسقطته ليس ملفا صالحا تم تدريبه مسبقا. يرجى المحاولة مرة أخرى.",
56
  "Click the refresh button to see the pretrained file in the dropdown menu.": "انقر فوق زر التحديث لرؤية الملف الذي تم اختباره مسبقا في القائمة المنسدلة.",
57
  "Pretrained G Path": "مخصص مسبقا G",
58
  "Pretrained D Path": "مخصص مسبق التدريب D",
59
  "GPU Settings": "إعدادات وحدة معالجة الرسومات",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "يضبط إعدادات GPU المتقدمة ، الموصى بها للمستخدمين الذين لديهم بنية GPU أفضل.",
61
  "GPU Custom Settings": "الإعدادات المخصصة لوحدة معالجة الرسومات",
62
  "GPU Number": "رقم وحدة معالجة الرسومات",
63
  "0 to ∞ separated by -": "0 إلى ∞ مفصولة ب -",
64
  "GPU Information": "معلومات وحدة معالجة الرسومات",
65
  "Pitch Guidance": "توجيه الملعب",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "من خلال استخدام توجيه درجة الصوت ، يصبح من الممكن عكس نغمة الصوت الأصلي ، بما في ذلك طبقة الصوت. هذه الميزة ذات قيمة خاصة للغناء والسيناريوهات الأخرى حيث يكون الحفاظ على اللحن الأصلي أو نمط طبقة الصوت أمرا ضروريا.",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "استخدم النماذج المدربة مسبقا عند تدريب النماذج الخاصة بك. هذا النهج يقلل من مدة التدريب ويعزز الجودة الشاملة.",
68
  "Extract Features": "استخراج الميزات",
69
  "Start Training": "ابدأ التدريب",
70
  "Generate Index": "إنشاء فهرس",
71
  "Voice Model": "نموذج الصوت",
72
+ "Select the voice model to use for the conversion.": "حدد نموذج الصوت لاستخدامه في التحويل.",
73
  "Index File": "ملف الفهرس",
74
+ "Select the index file to use for the conversion.": "حدد ملف الفهرس لاستخدامه للتحويل.",
75
  "Refresh": "تحديث",
76
  "Unload Voice": "تفريغ الصوت",
77
  "Single": "واحد",
78
  "Upload Audio": "تحميل الصوت",
79
  "Select Audio": "حدد الصوت",
80
+ "Select the audio to convert.": "حدد الصوت المراد تحويله.",
81
  "Advanced Settings": "الإعدادات المتقدمة",
82
  "Clear Outputs (Deletes all audios in assets/audios)": "مخرجات واضحة (يحذف جميع الصوتيات في الأصول / الصوتيات)",
83
  "Custom Output Path": "مسار الإخراج المخصص",
84
  "Output Path": "مسار الإخراج",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "المسار الذي سيتم فيه حفظ الصوت الناتج ، افتراضيا في الأصول / الصوتيات / output.wav",
86
+ "Split Audio": "تقسيم الصوت",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "قسم الصوت إلى أجزاء للاستدلال للحصول على نتائج أفضل في بعض الحالات.",
88
+ "Autotune": "الضبط التلقائي",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "قم بتطبيق ضبط تلقائي ناعم على استنتاجاتك ، موصى به لغناء التحويلات.",
90
+ "Clean Audio": "صوت نظيف",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "قم بتنظيف إخراج الصوت باستخدام خوارزميات اكتشاف الضوضاء ، الموصى بها للتحدث الصوتيات.",
92
+ "Clean Strength": "قوة نظيفة",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "اضبط مستوى التنظيف على الصوت الذي تريده ، وكلما قمت بزيادته كلما تم تنظيفه ، ولكن من الممكن أن يكون الصوت أكثر ضغطا.",
94
  "Pitch": "زفت",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "اضبط درجة الصوت ، وكلما زادت القيمة ، زادت درجة الصوت.",
96
+ "Filter Radius": "نصف قطر المرشح",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "إذا كان العدد أكبر من أو يساوي ثلاثة ، فإن استخدام الترشيح المتوسط على نتائج النغمة التي تم جمعها لديه القدرة على تقليل التنفس.",
98
  "Search Feature Ratio": "نسبة ميزة البحث",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "التأثير الذي يمارسه ملف الفهرس ؛ قيمة أعلى يتوافق مع تأثير أكبر. ومع ذلك ، يمكن أن يساعد اختيار القيم الأقل في التخفيف من العناصر الموجودة في الصوت.",
100
+ "Volume Envelope": "مغلف الحجم",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "استبدل أو امزج مع مغلف حجم المخرجات. كلما اقتربت النسبة من 1 ، زاد استخدام مغلف الإخراج.",
102
+ "Protect Voiceless Consonants": "حماية الحروف الساكنة التي لا صوت لها",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "حماية الحروف الساكنة المميزة وأصوات التنفس لمنع التمزق الصوتي الكهربائي والتحف الأخرى. يوفر سحب المعلمة إلى قيمتها القصوى البالغة 0.5 حماية شاملة. ومع ذلك ، قد يؤدي تقليل هذه القيمة إلى تقليل مدى الحماية مع احتمال التخفيف من تأثير الفهرسة.",
104
  "Pitch extraction algorithm": "خوارزمية استخراج الملعب",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "خوارزمية استخراج الملعب لاستخدامها في تحويل الصوت. الخوارزمية الافتراضية هي rmvpe ، والتي يوصى بها في معظم الحالات.",
106
  "Convert": "حول",
107
  "Export Audio": "تصدير الصوت",
108
  "Batch": "الدفعه",
109
  "Input Folder": "مجلد الإدخال",
110
+ "Select the folder containing the audios to convert.": "حدد المجلد الذي يحتوي على الصوتيات المراد تحويلها.",
111
  "Enter input path": "أدخل مسار الإدخال",
112
  "Output Folder": "مجلد الإخراج",
113
+ "Select the folder where the output audios will be saved.": "حدد المجلد حيث سيتم حفظ صوتيات الإخراج.",
114
  "Enter output path": "أدخل مسار الإخراج",
115
  "Get information about the audio": "الحصول على معلومات حول الصوت",
116
  "Information about the audio file": "معلومات حول الملف الصوتي",
117
  "Waiting for information...": "في انتظار المعلومات...",
118
+ "## Voice Blender": "## خلاط الصوت",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "حدد نموذجين صوتيين ، وقم بتعيين نسبة المزج التي تريدها ، وامزجهما في صوت جديد تماما.",
120
+ "Voice Blender": "خلاط الصوت",
121
+ "Drag and drop your model here": "قم بسحب وإسقاط النمو��ج الخاص بك هنا",
122
+ "You can also use a custom path.": "يمكنك أيضا استخدام مسار مخصص.",
123
+ "Blend Ratio": "نسبة المزج",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "سيؤدي ضبط الموضع أكثر نحو جانب أو آخر إلى جعل النموذج أكثر تشابها مع الأول أو الثاني.",
 
125
  "Fusion": "اندماج",
 
126
  "Path to Model": "الطريق إلى النموذج",
127
+ "Enter path to model": "أدخل المسار إلى النموذج",
128
+ "Model information to be placed": "معلومات النموذج المراد وضعها",
129
+ "Inroduce the model information": "Inroduce معلومات النموذج",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "المعلومات المراد وضعها في النموذج (يمكنك تركها فارغة أو وضع أي شيء).",
131
  "View model information": "عرض معلومات النموذج",
132
+ "Introduce the model pth path": "تقديم نموذج مسار pth",
133
  "View": "منظر",
134
  "Model extraction": "استخراج النموذج",
135
  "Model conversion": "تحويل النموذج",
 
148
  "## Download Model": "## تحميل الموديل",
149
  "Model Link": "رابط النموذج",
150
  "Introduce the model link": "تقديم رابط النموذج",
151
+ "Download Model": "تحميل الموديل",
152
  "## Drop files": "## إسقاط الملفات",
153
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "اسحب ملف .pth وملف .index إلى هذه المساحة. اسحب أحدهما ثم الآخر.",
154
  "TTS Voices": "أصوات تحويل النص إلى كلام",
155
+ "Select the TTS voice to use for the conversion.": "حدد صوت TTS لاستخدامه في التحويل.",
156
  "Text to Synthesize": "النص المراد توليفه",
157
+ "Enter the text to synthesize.": "أدخل النص المراد توليفه.",
158
+ "Or you can upload a .txt file": "أو يمكنك تحميل ملف .txt",
159
  "Enter text to synthesize": "أدخل نصا لتوليفه",
160
  "Output Path for TTS Audio": "مسار الإخراج لصوت TTS",
161
  "Output Path for RVC Audio": "مسار الإخراج لصوت RVC",
162
+ "Enable Applio integration with Discord presence": "تمكين تكامل Applio مع وجود Discord",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "سيتم تنشيط إمكانية عرض نشاط Applio الحالي في Discord.",
164
+ "Enable Applio integration with applio.org/models using flask": "تمكين تكامل Applio مع applio.org/models باستخدام القارورة",
165
+ "It will activate the possibility of downloading models with a click from the website.": "سيتم تنشيط إمكانية تنزيل النماذج بنقرة واحدة من الموقع.",
166
+ "Theme": "موضوع",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "حدد السمة التي تريد استخدامها. (يتطلب إعادة تشغيل Applio)",
168
+ "Language": "اللغة",
169
+ "Select the language you want to use. (Requires restarting Applio)": "حدد اللغة التي تريد استخدامها. (يتطلب إعادة تشغيل Applio)",
170
+ "Plugin Installer": "مثبت البرنامج المساعد",
171
+ "Drag your plugin.zip to install it": "اسحب plugin.zip لتثبيته",
172
+ "Version Checker": "مدقق الإصدار",
173
+ "Check which version of Applio is the latest to see if you need to update.": "تحقق من إصدار Applio هو الأحدث لمعرفة ما إذا كنت بحاجة إلى التحديث.",
174
+ "Check for updates": "التحقق من وجود تحديثات"
175
+ }
assets/i18n/languages/bn_BN.json CHANGED
@@ -2,6 +2,7 @@
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "আলটিমেট ভয়েস ক্লোনিং টুল, অতুলনীয় শক্তি, মডুলারিটি এবং ব্যবহারকারী-বান্ধব অভিজ্ঞতার জন্য নিখুঁতভাবে অপ্টিমাইজ করা।",
3
  "This section contains some extra utilities that often may be in experimental phases.": "এই বিভাগে কিছু অতিরিক্ত ইউটিলিটি রয়েছে যা প্রায়শই পরীক্ষামূলক পর্যায়ে থাকতে পারে।",
4
  "Output Information": "আউটপুট তথ্য",
 
5
  "Inference": "অনুমান",
6
  "Train": "ট্রেন",
7
  "Extra": "অতিরিক্ত",
@@ -9,80 +10,126 @@
9
  "Processing": "প্রক্রিয়াকরণ",
10
  "Audio Analyzer": "অডিও বিশ্লেষক",
11
  "Model Information": "মডেল তথ্য",
 
12
  "Download": "ডাউনলোড",
13
  "Report a Bug": "একটি বাগ রিপোর্ট করুন",
 
14
  "Preprocess": "প্রিপ্রসেস",
15
  "Model Name": "মডেলের নাম",
 
16
  "Enter model name": "মডেলের নাম লিখুন",
17
  "Dataset Path": "ডেটাসেট পাথ",
 
 
 
 
 
 
 
 
18
  "Enter dataset path": "ডেটাসেটের পথ লিখুন",
19
  "Sampling Rate": "নমুনা হার",
 
20
  "RVC Version": "আরভিসি সংস্করণ",
 
21
  "Preprocess Dataset": "প্রিপ্রসেস ডেটাসেট",
22
  "Extract": "নিষ্কাশন",
23
  "Hop Length": "হপ দৈর্ঘ্য",
 
24
  "Batch Size": "ব্যাচের আকার",
 
25
  "Save Every Epoch": "প্রতিটি যুগ সংরক্ষণ করুন",
 
26
  "Total Epoch": "মোট যুগ",
 
27
  "Pretrained": "পূর্বনির্ধারিত",
28
  "Save Only Latest": "শুধুমাত্র সর্বশেষ সংরক্ষণ করুন",
 
29
  "Save Every Weights": "প্রতিটি ওজন সংরক্ষণ করুন",
 
30
  "Custom Pretrained": "কাস্টম প্রিট্রেইনড",
 
31
  "Upload Pretrained Model": "প্রিট্রেনড মডেল আপলোড করুন",
 
32
  "Pretrained Custom Settings": "পূর্বনির্ধারিত কাস্টম সেটিংস",
33
  "The file you dropped is not a valid pretrained file. Please try again.": "আপনার ফেলে দেওয়া ফাইলটি একটি বৈধ পূর্বপ্রশিক্ষিত ফাইল নয়. অনুগ্রহ করে আবার চেষ্টা করুন।",
34
  "Click the refresh button to see the pretrained file in the dropdown menu.": "ড্রপডাউন মেনুতে প্রিট্রেনড ফাইলটি দেখতে রিফ্রেশ বোতামটি ক্লিক করুন।",
35
  "Pretrained G Path": "কাস্টম প্রিট্রেনড জি",
36
  "Pretrained D Path": "কাস্টম প্রিট্রেনড ডি",
37
  "GPU Settings": "জিপিইউ সেটিংস",
 
38
  "GPU Custom Settings": "GPU কাস্টম সেটিংস",
39
  "GPU Number": "জিপিইউ নম্বর",
40
  "0 to ∞ separated by -": "0 থেকে ∞ দ্বারা পৃথক করা হয় -",
41
  "GPU Information": "জিপিইউ তথ্য",
42
  "Pitch Guidance": "পিচ গাইডেন্স",
 
 
43
  "Extract Features": "এক্সট্রাক্ট বৈশিষ্ট্য",
44
  "Start Training": "প্রশিক্ষণ শুরু করুন",
45
  "Generate Index": "সূচী তৈরি করুন",
46
  "Voice Model": "ভয়েস মডেল",
 
47
  "Index File": "সূচী ফাইল",
 
48
  "Refresh": "সতেজ",
49
  "Unload Voice": "ভয়েস আনলোড করুন",
50
  "Single": "একক",
51
  "Upload Audio": "অডিও আপলোড করুন",
52
  "Select Audio": "অডিও নির্বাচন করুন",
 
53
  "Advanced Settings": "উন্নত সেটিংস",
54
  "Clear Outputs (Deletes all audios in assets/audios)": "আউটপুট সাফ করুন (সম্পদ / অডিওতে সমস্ত অডিও মুছে ফেলে)",
55
  "Custom Output Path": "কাস্টম আউটপুট পাথ",
56
  "Output Path": "আউটপুট পাথ",
 
 
 
 
 
 
 
 
 
57
  "Pitch": "পিচ",
58
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "যদি > = 3: ফসল কাটা পিচ ফলাফলগুলিতে মধ্যমা ফিল্টারিং প্রয়োগ করুন। মানটি ফিল্টার ব্যাসার্ধের প্রতিনিধিত্ব করে এবং শ্বাসকষ্ট হ্রাস করতে পারে",
 
 
59
  "Search Feature Ratio": "অনুসন্ধান বৈশিষ্ট্য অনুপাত",
 
 
 
 
 
60
  "Pitch extraction algorithm": "পিচ নিষ্কাশন অ্যালগরিদম",
 
61
  "Convert": "রূপান্তর",
62
  "Export Audio": "অডিও রপ্তানি করুন",
63
  "Batch": "ব্যাচ",
64
  "Input Folder": "ইনপুট ফোল্ডার",
 
65
  "Enter input path": "ইনপুট পথ লিখুন",
66
  "Output Folder": "আউটপুট ফোল্ডার",
 
67
  "Enter output path": "আউটপুট পথ লিখুন",
68
  "Get information about the audio": "অডিও সম্পর্কে তথ্য পান",
69
  "Information about the audio file": "অডিও ফাইল সম্পর্কে তথ্য",
70
  "Waiting for information...": "তথ্যের অপেক্ষায়...",
71
- "Model fusion": "মডেল ফিউশন",
72
- "Weight for Model A": "মডেল জন্য ওজন",
73
- "Whether the model has pitch guidance": "মডেলের পিচ গাইডেন্স আছে কিনা",
74
- "Model architecture version": "মডেল আর্কিটেকচার সংস্করণ",
75
- "Path to Model A": "মডেল পাথ",
76
- "Path to Model B": "মডেল বি এর পথ",
77
- "Path to model": "মডেলের পথ",
78
- "Model information to be placed": "মডেল তথ্য স্থাপন করা হবে",
79
  "Fusion": "ফিউশন",
80
- "Modify model information": "মডেল তথ্য পরিবর্তন করুন",
81
  "Path to Model": "মডেলের পথ",
82
- "Model information to be modified": "মডেল তথ্য পরিবর্তন করা হবে",
83
- "Save file name": "ফাইল নাম সংরক্ষণ করুন",
84
- "Modify": "পরিবর্তন",
 
85
  "View model information": "মডেল তথ্য দেখুন",
 
86
  "View": "দর্শন",
87
  "Model extraction": "মডেল নিষ্কাশন",
88
  "Model conversion": "মডেল রূপান্তর",
@@ -101,13 +148,28 @@
101
  "## Download Model": "## মডেল ডাউনলোড করুন",
102
  "Model Link": "মডেল লিংক",
103
  "Introduce the model link": "মডেল লিঙ্কটি পরিচয় করিয়ে দিন",
104
- "Download Model": "Descargar Modelo",
105
  "## Drop files": "## ফাইল ড্রপ করুন",
106
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "আপনার .pth ফাইল এবং .index ফাইলটি এই স্পেসে টেনে আনুন। একটা টেনে আনুন, তারপর অন্যটা।",
107
  "TTS Voices": "টিটিএস ভয়েসেস",
 
108
  "Text to Synthesize": "সংশ্লেষণ করার জন্য পাঠ্য",
 
 
109
  "Enter text to synthesize": "সংশ্লেষ করতে পাঠ্য লিখুন",
110
  "Output Path for TTS Audio": "TTS অডিওর জন্য আউটপুট পাথ",
111
  "Output Path for RVC Audio": "আরভিসি অডিওর জন্য আউটপুট পাথ",
112
- "Enable Applio integration with Discord presence": "Applio উপস্থিতি"
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "আলটিমেট ভয়েস ক্লোনিং টুল, অতুলনীয় শক্তি, মডুলারিটি এবং ব্যবহারকারী-বান্ধব অভিজ্ঞতার জন্য নিখুঁতভাবে অপ্টিমাইজ করা।",
3
  "This section contains some extra utilities that often may be in experimental phases.": "এই বিভাগে কিছু অতিরিক্ত ইউটিলিটি রয়েছে যা প্রায়শই পরীক্ষামূলক পর্যায়ে থাকতে পারে।",
4
  "Output Information": "আউটপুট তথ্য",
5
+ "The output information will be displayed here.": "আউটপুট তথ্য এখানে প্রদর্শিত হবে।",
6
  "Inference": "অনুমান",
7
  "Train": "ট্রেন",
8
  "Extra": "অতিরিক্ত",
 
10
  "Processing": "প্রক্রিয়াকরণ",
11
  "Audio Analyzer": "অডিও বিশ্লেষক",
12
  "Model Information": "মডেল তথ্য",
13
+ "Plugins": "প্লাগইন",
14
  "Download": "ডাউনলোড",
15
  "Report a Bug": "একটি বাগ রিপোর্ট করুন",
16
+ "Settings": "সেটিংস",
17
  "Preprocess": "প্রিপ্রসেস",
18
  "Model Name": "মডেলের নাম",
19
+ "Name of the new model.": "নতুন মডেলের নাম",
20
  "Enter model name": "মডেলের নাম লিখুন",
21
  "Dataset Path": "ডেটাসেট পাথ",
22
+ "Path to the dataset folder.": "ডেটাসেট ফোল্ডারে পাথ।",
23
+ "Refresh Datasets": "ডেটাসেট রিফ্রেশ করুন",
24
+ "Dataset Creator": "ডেটাসেট স্রষ্টা",
25
+ "Dataset Name": "ডেটাসেটের নাম",
26
+ "Name of the new dataset.": "নতুন ডেটাসেটের নাম",
27
+ "Enter dataset name": "তথ্যসেটের নাম লিখুন",
28
+ "Upload Audio Dataset": "অডিও ডেটাসেট আপলোড করুন",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "অডিও ফাইলটি সফলভাবে ডেটাসেটে যুক্ত করা হয়েছে। অনুগ্রহ করে প্রিপ্রসেস বাটনে ক্লিক করুন।",
30
  "Enter dataset path": "ডেটাসেটের পথ লিখুন",
31
  "Sampling Rate": "নমুনা হার",
32
+ "The sampling rate of the audio files.": "অডিও ফাইলের নমুনা হার।",
33
  "RVC Version": "আরভিসি সংস্করণ",
34
+ "The RVC version of the model.": "মডেলটির আরভিসি সংস্করণ।",
35
  "Preprocess Dataset": "প্রিপ্রসেস ডেটাসেট",
36
  "Extract": "নিষ্কাশন",
37
  "Hop Length": "হপ দৈর্ঘ্য",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "সিস্টেমটি একটি উল্লেখযোগ্য পিচ পরিবর্তনে রূপান্তরিত হতে যে সময়কাল নেয় তা বোঝায়। ছোট হপ দৈর্ঘ্যের জন্য অনুমানের জন্য আরও সময় প্রয়োজন তবে উচ্চতর পিচ নির্ভুলতা অর্জন করে।",
39
  "Batch Size": "ব্যাচের আকার",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "এটি আপনার জিপিইউর উপলব্ধ ভিআরএএমের সাথে সারিবদ্ধ করার পরামর্শ দেওয়া হচ্ছে। 4 এর একটি সেটিং উন্নত নির্ভুলতা সরবরাহ করে তবে ধীর প্রক্রিয়াজাতকরণ, যখন 8 দ্রুত এবং মানক ফলাফল সরবরাহ করে।",
41
  "Save Every Epoch": "প্রতিটি যুগ সংরক্ষণ করুন",
42
+ "Determine at how many epochs the model will saved at.": "মডেলটি কতগুলি যুগে সংরক্ষণ করবে তা নির্ধারণ করুন।",
43
  "Total Epoch": "মোট যুগ",
44
+ "Specifies the overall quantity of epochs for the model training process.": "মডেল প্রশিক্ষণ প্রক্রিয়ার জন্য যুগের সামগ্রিক পরিমাণ উল্লেখ করে।",
45
  "Pretrained": "পূর্বনির্ধারিত",
46
  "Save Only Latest": "শুধুমাত্র সর্বশেষ সংরক্ষণ করুন",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "এই সেটিংটি সক্ষম করার ফলে জি এবং ডি ফাইলগুলি কেবলমাত্র তাদের সাম্প্রতিকতম সংস্করণগুলি সংরক্ষণ করবে, কার্যকরভাবে স্টোরেজ স্পেস সংরক্ষণ করবে।",
48
  "Save Every Weights": "প্রতিটি ওজন সংরক্ষণ করুন",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "এই সেটিংটি আপনাকে প্রতিটি যুগের শেষে মডেলের ওজন সংরক্ষণ করতে সক্ষম করে।",
50
  "Custom Pretrained": "কাস্টম প্রিট্রেইনড",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "কাস্টম প্রিট্রেনড মডেলগুলি ব্যবহার করা উচ্চতর ফলাফলের দিকে পরিচালিত করতে পারে, কারণ নির্দিষ্ট ব্যবহারের ক্ষেত্রে উপযুক্ত প্রিট্রেনড মডেলগুলি নির্বাচন করা কর্মক্ষমতা উল্লেখযোগ্যভাবে বাড়িয়ে তুলতে পারে।",
52
  "Upload Pretrained Model": "প্রিট্রেনড মডেল আপলোড করুন",
53
+ "Refresh Custom Pretraineds": "কাস্টম প্রিট্রেনেডগুলি রিফ্রেশ করুন",
54
  "Pretrained Custom Settings": "পূর্বনির্ধারিত কাস্টম সেটিংস",
55
  "The file you dropped is not a valid pretrained file. Please try again.": "আপনার ফেলে দেওয়া ফাইলটি একটি বৈধ পূর্বপ্রশিক্ষিত ফাইল নয়. অনুগ্রহ করে আবার চেষ্টা করুন।",
56
  "Click the refresh button to see the pretrained file in the dropdown menu.": "ড্রপডাউন মেনুতে প্রিট্রেনড ফাইলটি দেখতে রিফ্রেশ বোতামটি ক্লিক করুন।",
57
  "Pretrained G Path": "কাস্টম প্রিট্রেনড জি",
58
  "Pretrained D Path": "কাস্টম প্রিট্রেনড ডি",
59
  "GPU Settings": "জিপিইউ সেটিংস",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "উন্নত GPU সেটিংস সেট করে, আরও ভাল GPU আর্কিটেকচার সহ ব্যবহারকারীদের জন্য প্রস্তাবিত।",
61
  "GPU Custom Settings": "GPU কাস্টম সেটিংস",
62
  "GPU Number": "জিপিইউ নম্বর",
63
  "0 to ∞ separated by -": "0 থেকে ∞ দ্বারা পৃথক করা হয় -",
64
  "GPU Information": "জিপিইউ তথ্য",
65
  "Pitch Guidance": "পিচ গাইডেন্স",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "পিচ গাইডেন্স নিয়োগ করে, এর পিচ সহ মূল ভয়েসের স্বরভঙ্গিটি মিরর করা সম্ভব হয়। এই বৈশিষ্ট্যটি গাওয়া এবং অন্যান্য পরিস্থিতিতে বিশেষত মূল্যবান যেখানে মূল সুর বা পিচ প্যাটার্ন সংরক্ষণ করা অপরিহার্য।",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "আপনার নিজের প্রশিক্ষণের সময় প্রিপ্রশিক্ষিত মডেলগুলি ব্যবহার করুন। এই পদ্ধতির প্রশিক্ষণের সময়কাল হ্রাস করে এবং সামগ্রিক ম��ন বাড়ায়।",
68
  "Extract Features": "এক্সট্রাক্ট বৈশিষ্ট্য",
69
  "Start Training": "প্রশিক্ষণ শুরু করুন",
70
  "Generate Index": "সূচী তৈরি করুন",
71
  "Voice Model": "ভয়েস মডেল",
72
+ "Select the voice model to use for the conversion.": "রূপান্তরটির জন্য ব্যবহার করতে ভয়েস মডেলটি নির্বাচন করুন।",
73
  "Index File": "সূচী ফাইল",
74
+ "Select the index file to use for the conversion.": "রূপান্তরটির জন্য ব্যবহার করতে সূচী ফাইলটি নির্বাচন করুন।",
75
  "Refresh": "সতেজ",
76
  "Unload Voice": "ভয়েস আনলোড করুন",
77
  "Single": "একক",
78
  "Upload Audio": "অডিও আপলোড করুন",
79
  "Select Audio": "অডিও নির্বাচন করুন",
80
+ "Select the audio to convert.": "রূপান্তর করতে অডিও নির্বাচন করুন।",
81
  "Advanced Settings": "উন্নত সেটিংস",
82
  "Clear Outputs (Deletes all audios in assets/audios)": "আউটপুট সাফ করুন (সম্পদ / অডিওতে সমস্ত অডিও মুছে ফেলে)",
83
  "Custom Output Path": "কাস্টম আউটপুট পাথ",
84
  "Output Path": "আউটপুট পাথ",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "পাথ যেখানে আউটপুট অডিও সংরক্ষণ করা হবে, সম্পদ / অডিও / output.wav ডিফল্টরূপে",
86
+ "Split Audio": "অডিও বিভক্ত করুন",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "কিছু ক্ষেত্রে আরও ভাল ফলাফল পেতে অনুমানের জন্য অডিওটিকে খণ্ডগুলিতে বিভক্ত করুন।",
88
+ "Autotune": "অটোটিউন",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "আপনার অনুমানগুলিতে একটি নরম অটোটিউন প্রয়োগ করুন, রূপান্তরগুলি গাওয়ার জন্য প্রস্তাবিত।",
90
+ "Clean Audio": "পরিষ্কার অডিও",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "অডিও বলার জন্য প্রস্তাবিত কোলাহল শনাক্তকরণ অ্যালগরিদমগুলি ব্যবহার করে আপনার অডিও আউটপুট পরিষ্কার করুন।",
92
+ "Clean Strength": "পরিষ্কার শক্তি",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "আপনি যে অডিওটি চান তাতে ক্লিন-আপ স্তরটি সেট করুন, আপনি এটি যত বাড়াবেন তত বেশি এটি পরিষ্কার হবে, তবে এটি সম্ভব যে অডিওটি আরও সংকুচিত হবে।",
94
  "Pitch": "পিচ",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "অডিওর পিচ সেট করুন, মান যত বেশি, পিচ তত বেশি।",
96
+ "Filter Radius": "ফিল্টার ব্যাসার্ধ",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "যদি সংখ্যাটি তিনটির চেয়ে বেশি বা সমান হয় তবে সংগৃহীত স্বন ফলাফলগুলিতে মধ্যমা ফিল্টারিং নিয়োগ করা শ্বাসকষ্ট হ্রাস করার সম্ভাবনা রয়েছে।",
98
  "Search Feature Ratio": "অনুসন্ধান বৈশিষ্ট্য অনুপাত",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "ইনডেক্স ফাইল দ্বারা প্রভাবিত; একটি উচ্চতর মান বৃহত্তর প্রভাবের সাথে মিলে যায়। তবে, নিম্ন মানগুলি বেছে নেওয়া অডিওতে উপস্থিত নিদর্শনগুলি প্রশমিত করতে সহায়তা করতে পারে।",
100
+ "Volume Envelope": "ভলিউম খাম",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "আউটপুটের ভলিউম খামের সাথে বিকল্প বা মিশ্রণ করুন। অনুপাতটি 1 এর কাছাকাছি হয়, তত বেশি আউটপুট খাম নিযুক্ত করা হয়।",
102
+ "Protect Voiceless Consonants": "কণ্ঠহীন ব্যঞ্জনবর্ণ রক্ষা করুন",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "ইলেক্ট্রো-অ্যাকোস্টিক ছিঁড়ে যাওয়া এবং অন্যান্য নিদর্শনগুলি রোধ করতে স্বতন্ত্র ব্যঞ্জনবর্ণ এবং শ্বাস প্রশ্বাসের শব্দগুলি রক্ষা করুন। প্যারামিটারটিকে তার সর্বোচ্চ মান 0.5 এ টানলে ব্যাপক সুরক্ষা সরবরাহ করে। যাইহোক, এই মান হ্রাস করা সম্ভাব্যভাবে সূচক প্রভাব প্রশমিত করার সময় সুরক্ষার পরিমাণ হ্রাস করতে পারে।",
104
  "Pitch extraction algorithm": "পিচ নিষ্কাশন অ্যালগরিদম",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "অডিও রূপান্তর জন্য ব্যবহার করতে পিচ নিষ্কাশন অ্যালগরিদম. ডিফল্ট অ্যালগরিদমটি আরএমভিপিই, যা বেশিরভাগ ক্ষেত্রে প্রস্তাবিত।",
106
  "Convert": "রূপান্তর",
107
  "Export Audio": "অডিও রপ্তানি করুন",
108
  "Batch": "ব্যাচ",
109
  "Input Folder": "ইনপুট ফোল্ডার",
110
+ "Select the folder containing the audios to convert.": "রূপান্তর করতে অডিওযুক্ত ফোল্ডারটি নির্বাচন করুন।",
111
  "Enter input path": "ইনপুট পথ লিখুন",
112
  "Output Folder": "আউটপুট ফোল্ডার",
113
+ "Select the folder where the output audios will be saved.": "ফোল্ডারটি নির্বাচন করুন যেখানে আউটপুট অডিওগুলি সংরক্ষণ করা হবে।",
114
  "Enter output path": "আউটপুট পথ লিখুন",
115
  "Get information about the audio": "অডিও সম্পর্কে তথ্য পান",
116
  "Information about the audio file": "অডিও ফাইল সম্পর্কে তথ্য",
117
  "Waiting for information...": "তথ্যের অপেক্ষায়...",
118
+ "## Voice Blender": "## ভয়েস ব্লেন্ডার",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "দুটি ভয়েস মডেল নির্বাচন করুন, আপনার পছন্দসই মিশ্রণের শতাংশ সেট করুন এবং এগুলি সম্পূর্ণ নতুন ভয়েসে মিশ্রিত করুন।",
120
+ "Voice Blender": "ভয়েস ব্লেন্ডার",
121
+ "Drag and drop your model here": "আপনার মডেলটি এখানে টেনে এনে ছেড়ে দিন",
122
+ "You can also use a custom path.": "আপনি একটি কাস্টম পাথও ব্যবহার করতে পারেন।",
123
+ "Blend Ratio": "ব্লেন্ড রেশিও",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "একপাশে বা অন্যদিকে অবস্থানটি আরও সামঞ্জস্য করা মডেলটিকে প্রথম বা দ্বিতীয়টির সাথে আরও অনুরূপ করে তুলবে।",
 
125
  "Fusion": "ফিউশন",
 
126
  "Path to Model": "মডেলের পথ",
127
+ "Enter path to model": "মডেলের পথ লিখুন",
128
+ "Model information to be placed": "মডেল তথ্য স্থাপন করা হবে",
129
+ "Inroduce the model information": "মডেলের তথ্য ইনরোডিউস করুন",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "মডেলটিতে যে তথ্য রাখতে হবে (আপনি এটি ফাঁকা রেখে দিতে পারেন বা কিছু রাখতে পারেন)।",
131
  "View model information": "মডেল তথ্য দেখুন",
132
+ "Introduce the model pth path": "মডেল পিটিএইচ পাথ পরিচয় করিয়ে দিন",
133
  "View": "দর্শন",
134
  "Model extraction": "মডেল নিষ্কাশন",
135
  "Model conversion": "মডেল রূপান্তর",
 
148
  "## Download Model": "## মডেল ডাউনলোড করুন",
149
  "Model Link": "মডেল লিংক",
150
  "Introduce the model link": "মডেল লিঙ্কটি পরিচয় করিয়ে দিন",
151
+ "Download Model": "মডেল ডাউনলোড করুন",
152
  "## Drop files": "## ফাইল ড্রপ করুন",
153
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "আপনার .pth ফাইল এবং .index ফাইলটি এই স্পেসে টেনে আনুন। একটা টেনে আনুন, তারপর অন্যটা।",
154
  "TTS Voices": "টিটিএস ভয়েসেস",
155
+ "Select the TTS voice to use for the conversion.": "রূপান্তরটির জন্য ব্যবহার করতে TTS ভয়েস নির্বাচন করুন।",
156
  "Text to Synthesize": "সংশ্লেষণ করার জন্য পাঠ্য",
157
+ "Enter the text to synthesize.": "সংশ্লেষ করতে পাঠ্যটি প্রবেশ করান।",
158
+ "Or you can upload a .txt file": "অথবা আপনি একটি .txt ফাইল আপলোড করতে পারেন",
159
  "Enter text to synthesize": "সংশ্লেষ করতে পাঠ্য লিখুন",
160
  "Output Path for TTS Audio": "TTS অডিওর জন্য আউটপুট পাথ",
161
  "Output Path for RVC Audio": "আরভিসি অডিওর জন্য আউটপুট পাথ",
162
+ "Enable Applio integration with Discord presence": "ডিসকর্ড উপস্থিতি সহ অ্যাপলিও ইন্টিগ্রেশন সক্ষম করুন",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "এটি ডিসকর্ডে বর্তমান অ্যাপলিও ক্রিয়াকলাপ প্রদর্শনের সম্ভাবনা সক্রিয় করবে।",
164
+ "Enable Applio integration with applio.org/models using flask": "ফ্লাস্ক ব্যবহার করে applio.org/models সাথে অ্যাপলিও ইন্টিগ্রেশন সক্ষম করুন",
165
+ "It will activate the possibility of downloading models with a click from the website.": "এটি ওয়েবসাইট থেকে একটি ক্লিকের সাথে মডেলগুলি ডাউনলোড করার সম্ভাবনা সক্রিয় করবে।",
166
+ "Theme": "থীম",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "আপনি যে থ���মটি ব্যবহার করতে চান তা নির্বাচন করুন। (অ্যাপলিও পুনরায় চালু করা প্রয়োজন)",
168
+ "Language": "ভাষা",
169
+ "Select the language you want to use. (Requires restarting Applio)": "আপনি যে ভাষাটি ব্যবহার করতে চান তা নির্বাচন করুন। (অ্যাপলিও পুনরায় চালু করা প্রয়োজন)",
170
+ "Plugin Installer": "প্লাগইন ইনস্টলার",
171
+ "Drag your plugin.zip to install it": "এটি ইনস্টল করতে আপনার plugin.zip টেনে আনুন",
172
+ "Version Checker": "সংস্করণ পরীক্ষক",
173
+ "Check which version of Applio is the latest to see if you need to update.": "আপনার আপডেট করার প্রয়োজন আছে কিনা তা দেখতে অ্যাপলিওর কোন সংস্করণটি সর্বশেষতম তা পরীক্ষা করে দেখুন।",
174
+ "Check for updates": "আপডেটের জন্য পরীক্ষা করুন"
175
+ }
assets/i18n/languages/de_DE.json CHANGED
@@ -2,6 +2,7 @@
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Ultimatives Tool zum Klonen von Stimmen, das sorgfältig für unübertroffene Leistung, Modularität und Benutzerfreundlichkeit optimiert wurde.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "Dieser Abschnitt enthält einige zusätzliche Dienstprogramme, die sich häufig in experimentellen Phasen befinden.",
4
  "Output Information": "Informationen zur Ausgabe",
 
5
  "Inference": "Schlussfolgerung",
6
  "Train": "Zug",
7
  "Extra": "Extra",
@@ -9,80 +10,126 @@
9
  "Processing": "Verarbeitung",
10
  "Audio Analyzer": "Audio-Analysator",
11
  "Model Information": "Modell-Informationen",
 
12
  "Download": "Herunterladen",
13
  "Report a Bug": "Einen Fehler melden",
 
14
  "Preprocess": "Vorverarbeiten",
15
  "Model Name": "Modellbezeichnung",
 
16
  "Enter model name": "Modellnamen eingeben",
17
  "Dataset Path": "Datensatz-Pfad",
 
 
 
 
 
 
 
 
18
  "Enter dataset path": "Datensatzpfad eingeben",
19
  "Sampling Rate": "Samplingrate",
 
20
  "RVC Version": "RVC-Ausführung",
 
21
  "Preprocess Dataset": "Datensatz vorverarbeiten",
22
  "Extract": "Auszug",
23
  "Hop Length": "Hopfen-Länge",
 
24
  "Batch Size": "Losgröße",
 
25
  "Save Every Epoch": "Rette jede Epoche",
 
26
  "Total Epoch": "Epoche insgesamt",
 
27
  "Pretrained": "Vortrainiert",
28
  "Save Only Latest": "Nur die neuesten speichern",
 
29
  "Save Every Weights": "Speichern Sie alle Gewichte",
 
30
  "Custom Pretrained": "Benutzerdefiniert vortrainiert",
 
31
  "Upload Pretrained Model": "Vortrainiertes Modell hochladen",
 
32
  "Pretrained Custom Settings": "Vortrainierte benutzerdefinierte Einstellungen",
33
  "The file you dropped is not a valid pretrained file. Please try again.": "Die Datei, die Sie abgelegt haben, ist keine gültige vortrainierte Datei. Bitte versuchen Sie es erneut.",
34
  "Click the refresh button to see the pretrained file in the dropdown menu.": "Klicken Sie auf die Schaltfläche \"Aktualisieren\", um die vortrainierte Datei im Dropdown-Menü anzuzeigen.",
35
  "Pretrained G Path": "Benutzerdefiniertes vortrainiertes G",
36
  "Pretrained D Path": "Benutzerdefiniertes vortrainiertes D",
37
  "GPU Settings": "GPU-Einstellungen",
 
38
  "GPU Custom Settings": "Benutzerdefinierte GPU-Einstellungen",
39
  "GPU Number": "GPU-Nummer",
40
  "0 to ∞ separated by -": "0 bis ∞ getrennt durch -",
41
  "GPU Information": "GPU-Informationen",
42
  "Pitch Guidance": "Pitch-Führung",
 
 
43
  "Extract Features": "Extrahieren von Features",
44
  "Start Training": "Training starten",
45
  "Generate Index": "Index generieren",
46
  "Voice Model": "Voice-Modell",
 
47
  "Index File": "Index-Datei",
 
48
  "Refresh": "Auffrischen",
49
  "Unload Voice": "Sprache entladen",
50
  "Single": "Ledig",
51
  "Upload Audio": "Audio hochladen",
52
  "Select Audio": "Wählen Sie Audio",
 
53
  "Advanced Settings": "Erweiterte Einstellungen",
54
  "Clear Outputs (Deletes all audios in assets/audios)": "Ausgänge löschen (Löscht alle Audios in Assets/Audios)",
55
  "Custom Output Path": "Benutzerdefinierter Ausgabepfad",
56
  "Output Path": "Ausgabepfad",
 
 
 
 
 
 
 
 
 
57
  "Pitch": "Pech",
58
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "Wenn >=3: Wenden Sie die Medianfilterung auf die geernteten Tonhöhenergebnisse an. Der Wert stellt den Filterradius dar und kann die Atmung reduzieren",
 
 
59
  "Search Feature Ratio": "Such-Feature-Verhältnis",
 
 
 
 
 
60
  "Pitch extraction algorithm": "Algorithmus zur Tonhöhenextraktion",
 
61
  "Convert": "Umwandeln",
62
  "Export Audio": "Audio exportieren",
63
  "Batch": "Stapel",
64
  "Input Folder": "Eingabe-Ordner",
 
65
  "Enter input path": "Eingabepfad eingeben",
66
  "Output Folder": "Ausgabe-Ordner",
 
67
  "Enter output path": "Ausgabepfad eingeben",
68
  "Get information about the audio": "Abrufen von Informationen zum Audio",
69
  "Information about the audio file": "Informationen zur Audiodatei",
70
  "Waiting for information...": "Warten auf Informationen...",
71
- "Model fusion": "Modell-Fusion",
72
- "Weight for Model A": "Gewicht für Modell A",
73
- "Whether the model has pitch guidance": "Ob das Modell über eine Tonhöhenführung verfügt",
74
- "Model architecture version": "Version der Modellarchitektur",
75
- "Path to Model A": "Pfad zu Modell A",
76
- "Path to Model B": "Pfad zu Modell B",
77
- "Path to model": "Pfad zum Modell",
78
- "Model information to be placed": "Zu platzierende Modellinformationen",
79
  "Fusion": "Verschmelzung",
80
- "Modify model information": "Ändern von Modellinformationen",
81
  "Path to Model": "Pfad zum Modell",
82
- "Model information to be modified": "Zu ändernde Modellinformationen",
83
- "Save file name": "Dateinamen speichern",
84
- "Modify": "Modifizieren",
 
85
  "View model information": "Anzeigen von Modellinformationen",
 
86
  "View": "Ansehen",
87
  "Model extraction": "Modell-Extraktion",
88
  "Model conversion": "Modell-Konvertierung",
@@ -101,13 +148,28 @@
101
  "## Download Model": "## Modell herunterladen",
102
  "Model Link": "Modell-Link",
103
  "Introduce the model link": "Einführung in die Modellverknüpfung",
104
- "Download Model": "Descargar Modelo",
105
  "## Drop files": "## Dateien ablegen",
106
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Ziehen Sie Ihre PTH- und INDEX-Datei in diesen Bereich. Ziehen Sie das eine und dann das andere.",
107
  "TTS Voices": "TTS-Stimmen",
 
108
  "Text to Synthesize": "Zu synthetisierender Text",
 
 
109
  "Enter text to synthesize": "Geben Sie den zu synthetisierenden Text ein",
110
  "Output Path for TTS Audio": "Ausgabepfad für TTS-Audio",
111
  "Output Path for RVC Audio": "Ausgabepfad für RVC-Audio",
112
- "Enable Applio integration with Discord presence": "Applio Präsenz"
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Ultimatives Tool zum Klonen von Stimmen, das sorgfältig für unübertroffene Leistung, Modularität und Benutzerfreundlichkeit optimiert wurde.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "Dieser Abschnitt enthält einige zusätzliche Dienstprogramme, die sich häufig in experimentellen Phasen befinden.",
4
  "Output Information": "Informationen zur Ausgabe",
5
+ "The output information will be displayed here.": "Hier werden die Ausgabeinformationen angezeigt.",
6
  "Inference": "Schlussfolgerung",
7
  "Train": "Zug",
8
  "Extra": "Extra",
 
10
  "Processing": "Verarbeitung",
11
  "Audio Analyzer": "Audio-Analysator",
12
  "Model Information": "Modell-Informationen",
13
+ "Plugins": "Plugins",
14
  "Download": "Herunterladen",
15
  "Report a Bug": "Einen Fehler melden",
16
+ "Settings": "Einstellungen",
17
  "Preprocess": "Vorverarbeiten",
18
  "Model Name": "Modellbezeichnung",
19
+ "Name of the new model.": "Name des neuen Modells.",
20
  "Enter model name": "Modellnamen eingeben",
21
  "Dataset Path": "Datensatz-Pfad",
22
+ "Path to the dataset folder.": "Pfad zum Dataset-Ordner.",
23
+ "Refresh Datasets": "Aktualisieren von Datasets",
24
+ "Dataset Creator": "Ersteller von Datensätzen",
25
+ "Dataset Name": "Name des Datensatzes",
26
+ "Name of the new dataset.": "Name des neuen Datensatzes.",
27
+ "Enter dataset name": "Geben Sie den Namen des Datasets ein",
28
+ "Upload Audio Dataset": "Audio-Datensatz hochladen",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "Die Audiodatei wurde erfolgreich zum Datensatz hinzugefügt. Bitte klicken Sie auf die Schaltfläche \"Vorverarbeiten\".",
30
  "Enter dataset path": "Datensatzpfad eingeben",
31
  "Sampling Rate": "Samplingrate",
32
+ "The sampling rate of the audio files.": "Die Abtastrate der Audiodateien.",
33
  "RVC Version": "RVC-Ausführung",
34
+ "The RVC version of the model.": "Die RVC-Version des Modells.",
35
  "Preprocess Dataset": "Datensatz vorverarbeiten",
36
  "Extract": "Auszug",
37
  "Hop Length": "Hopfen-Länge",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "Gibt die Dauer an, die das System benötigt, um zu einer signifikanten Tonhöhenänderung überzugehen. Kleinere Sprunglängen benötigen mehr Zeit für die Inferenz, führen aber tendenziell zu einer höheren Tonhöhengenauigkeit.",
39
  "Batch Size": "Losgröße",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "Es ist ratsam, es mit dem verfügbaren VRAM Ihrer GPU in Einklang zu bringen. Eine Einstellung von 4 bietet eine verbesserte Genauigkeit, aber eine langsamere Verarbeitung, während 8 schnellere und standardmäßige Ergebnisse liefert.",
41
  "Save Every Epoch": "Rette jede Epoche",
42
+ "Determine at how many epochs the model will saved at.": "Legen Sie fest, bei wie vielen Epochen das Modell gespeichert wird.",
43
  "Total Epoch": "Epoche insgesamt",
44
+ "Specifies the overall quantity of epochs for the model training process.": "Gibt die Gesamtanzahl der Epochen für den Modelltrainingsprozess an.",
45
  "Pretrained": "Vortrainiert",
46
  "Save Only Latest": "Nur die neuesten speichern",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "Wenn Sie diese Einstellung aktivieren, werden in den G- und D-Dateien nur die neuesten Versionen gespeichert, wodurch Speicherplatz gespart wird.",
48
  "Save Every Weights": "Speichern Sie alle Gewichte",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "Mit dieser Einstellung können Sie die Gewichtungen des Modells am Ende jeder Epoche speichern.",
50
  "Custom Pretrained": "Benutzerdefiniert vortrainiert",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "Die Verwendung benutzerdefinierter vortrainierter Modelle kann zu besseren Ergebnissen führen, da die Auswahl der am besten geeigneten vortrainierten Modelle, die auf den jeweiligen Anwendungsfall zugeschnitten sind, die Leistung erheblich verbessern kann.",
52
  "Upload Pretrained Model": "Vortrainiertes Modell hochladen",
53
+ "Refresh Custom Pretraineds": "Aktualisieren von benutzerdefinierten vortrainierten Geräten",
54
  "Pretrained Custom Settings": "Vortrainierte benutzerdefinierte Einstellungen",
55
  "The file you dropped is not a valid pretrained file. Please try again.": "Die Datei, die Sie abgelegt haben, ist keine gültige vortrainierte Datei. Bitte versuchen Sie es erneut.",
56
  "Click the refresh button to see the pretrained file in the dropdown menu.": "Klicken Sie auf die Schaltfläche \"Aktualisieren\", um die vortrainierte Datei im Dropdown-Menü anzuzeigen.",
57
  "Pretrained G Path": "Benutzerdefiniertes vortrainiertes G",
58
  "Pretrained D Path": "Benutzerdefiniertes vortrainiertes D",
59
  "GPU Settings": "GPU-Einstellungen",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "Legt erweiterte GPU-Einstellungen fest, die für Benutzer mit besserer GPU-Architektur empfohlen werden.",
61
  "GPU Custom Settings": "Benutzerdefinierte GPU-Einstellungen",
62
  "GPU Number": "GPU-Nummer",
63
  "0 to ∞ separated by -": "0 bis ∞ getrennt durch -",
64
  "GPU Information": "GPU-Informationen",
65
  "Pitch Guidance": "Pitch-Führung",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "Durch den Einsatz von Tonhöhenführung wird es möglich, die Intonation der Originalstimme, einschließlich ihrer Tonhöhe, zu spiegeln. Diese Funktion ist besonders wertvoll für das Singen und andere Szenarien, in denen die Beibehaltung der ursprünglichen Melodie oder des Tonhöhenmusters unerlässlich ist.",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "Verwenden Sie vortrainierte Modelle, wenn Sie Ihre eigenen trainieren. Dieser Ansatz verkürzt die Schulungsdauer und verbessert die Gesamtqualität.",
68
  "Extract Features": "Extrahieren von Features",
69
  "Start Training": "Training starten",
70
  "Generate Index": "Index generieren",
71
  "Voice Model": "Voice-Modell",
72
+ "Select the voice model to use for the conversion.": "Wählen Sie das Sprachmodell aus, das für die Konvertierung verwendet werden soll.",
73
  "Index File": "Index-Datei",
74
+ "Select the index file to use for the conversion.": "Wählen Sie die Indexdatei aus, die für die Konvertierung verwendet werden soll.",
75
  "Refresh": "Auffrischen",
76
  "Unload Voice": "Sprache entladen",
77
  "Single": "Ledig",
78
  "Upload Audio": "Audio hochladen",
79
  "Select Audio": "Wählen Sie Audio",
80
+ "Select the audio to convert.": "Wählen Sie das zu konvertierende Audio aus.",
81
  "Advanced Settings": "Erweiterte Einstellungen",
82
  "Clear Outputs (Deletes all audios in assets/audios)": "Ausgänge löschen (Löscht alle Audios in Assets/Audios)",
83
  "Custom Output Path": "Benutzerdefinierter Ausgabepfad",
84
  "Output Path": "Ausgabepfad",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "Der Pfad, in dem das Ausgabeaudio gespeichert wird, standardmäßig in assets/audios/output.wav",
86
+ "Split Audio": "Audio aufteilen",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "Teilen Sie die Audiodaten für Rückschlüsse in Blöcke auf, um in einigen Fällen bessere Ergebnisse zu erzielen.",
88
+ "Autotune": "Autotune",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "Wenden Sie ein sanftes Autotune auf Ihre Inferenzen an, das für Gesangskonvertierungen empfohlen wird.",
90
+ "Clean Audio": "Sauberer Ton",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "Bereinigen Sie Ihre Audioausgabe mithilfe von Rauscherkennungsalgorithmen, die für gesprochene Audios empfohlen werden.",
92
+ "Clean Strength": "Saubere Festigkeit",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "Stellen Sie den Bereinigungspegel auf den gewünschten Audiopegel ein, je mehr Sie ihn erhöhen, desto mehr wird bereinigt, aber es ist möglich, dass der Ton stärker komprimiert wird.",
94
  "Pitch": "Pech",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "Stellen Sie die Tonhöhe des Audios ein, je höher der Wert, desto höher die Tonhöhe.",
96
+ "Filter Radius": "Filter-Radius",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "Wenn die Zahl größer oder gleich drei ist, kann die Verwendung einer Medianfilterung für die gesammelten Tonergebnisse die Atmung verringern.",
98
  "Search Feature Ratio": "Such-Feature-Verhältnis",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "Einfluss, der von der Indexdatei ausgeübt wird; Ein höherer Wert entspricht einem größeren Einfluss. Wenn Sie sich jedoch für niedrigere Werte entscheiden, können Sie Artefakte im Audiomaterial abschwächen.",
100
+ "Volume Envelope": "Lautstärke-Hüllkurve",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "Ersetzen oder überblenden Sie die Lautstärke-Hüllkurve des Ausgangs. Je näher das Verhältnis an 1 liegt, desto mehr wird die Ausgangshüllkurve verwendet.",
102
+ "Protect Voiceless Consonants": "Schützen Sie stimmlose Konsonanten",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "Schützen Sie eindeutige Konsonanten und Atemgeräusche, um elektroakustisches Reißen und andere Artefakte zu vermeiden. Das Ziehen des Parameters auf den Maximalwert von 0,5 bietet einen umfassenden Schutz. Das Verringern dieses Werts kann jedoch den Umfang des Schutzes verringern und gleichzeitig den Indizierungseffekt möglicherweise abschwächen.",
104
  "Pitch extraction algorithm": "Algorithmus zur Tonhöhenextraktion",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "Tonhöhenextraktionsalgorithmus, der für die Audiokonvertierung verwendet werden soll. Der Standardalgorithmus ist rmvpe, der in den meisten Fällen empfohlen wird.",
106
  "Convert": "Umwandeln",
107
  "Export Audio": "Audio exportieren",
108
  "Batch": "Stapel",
109
  "Input Folder": "Eingabe-Ordner",
110
+ "Select the folder containing the audios to convert.": "Wählen Sie den Ordner aus, der die zu konvertierenden Audios enthält.",
111
  "Enter input path": "Eingabepfad eingeben",
112
  "Output Folder": "Ausgabe-Ordner",
113
+ "Select the folder where the output audios will be saved.": "Wählen Sie den Ordner aus, in dem die ausgegebenen Audios gespeichert werden sollen.",
114
  "Enter output path": "Ausgabepfad eingeben",
115
  "Get information about the audio": "Abrufen von Informationen zum Audio",
116
  "Information about the audio file": "Informationen zur Audiodatei",
117
  "Waiting for information...": "Warten auf Informationen...",
118
+ "## Voice Blender": "## Voice Blender",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "Wählen Sie zwei Stimmmodelle aus, legen Sie den gewünschten Überblendungsprozentsatz fest und mischen Sie sie zu einer völlig neuen Stimme.",
120
+ "Voice Blender": "Voice Blender",
121
+ "Drag and drop your model here": "Ziehen Sie Ihr Modell per Drag & Drop hierher",
122
+ "You can also use a custom path.": "Sie können auch einen benutzerdefinierten Pfad verwenden.",
123
+ "Blend Ratio": "Mischungsverhältnis",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "Wenn Sie die Position mehr auf die eine oder andere Seite anpassen, wird das Modell dem ersten oder zweiten ähnlicher.",
 
125
  "Fusion": "Verschmelzung",
 
126
  "Path to Model": "Pfad zum Modell",
127
+ "Enter path to model": "Pfad zum Modell eingeben",
128
+ "Model information to be placed": "Zu platzierende Modellinformationen",
129
+ "Inroduce the model information": "Einfügen der Modellinformationen",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "Die Informationen, die in das Modell eingefügt werden sollen (Sie können das Feld leer lassen oder etwas anderes einfügen).",
131
  "View model information": "Anzeigen von Modellinformationen",
132
+ "Introduce the model pth path": "Einführung in den p-ten Pfad des Modells",
133
  "View": "Ansehen",
134
  "Model extraction": "Modell-Extraktion",
135
  "Model conversion": "Modell-Konvertierung",
 
148
  "## Download Model": "## Modell herunterladen",
149
  "Model Link": "Modell-Link",
150
  "Introduce the model link": "Einführung in die Modellverknüpfung",
151
+ "Download Model": "Modell herunterladen",
152
  "## Drop files": "## Dateien ablegen",
153
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Ziehen Sie Ihre PTH- und INDEX-Datei in diesen Bereich. Ziehen Sie das eine und dann das andere.",
154
  "TTS Voices": "TTS-Stimmen",
155
+ "Select the TTS voice to use for the conversion.": "Wählen Sie die TTS-Stimme aus, die für die Konvertierung verwendet werden soll.",
156
  "Text to Synthesize": "Zu synthetisierender Text",
157
+ "Enter the text to synthesize.": "Geben Sie den zu synthetisierenden Text ein.",
158
+ "Or you can upload a .txt file": "Oder Sie können eine .txt Datei hochladen",
159
  "Enter text to synthesize": "Geben Sie den zu synthetisierenden Text ein",
160
  "Output Path for TTS Audio": "Ausgabepfad für TTS-Audio",
161
  "Output Path for RVC Audio": "Ausgabepfad für RVC-Audio",
162
+ "Enable Applio integration with Discord presence": "Aktivieren Sie die Applio-Integration mit Discord-Präsenz",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "Es aktiviert die Möglichkeit, die aktuelle Applio-Aktivität in Discord anzuzeigen.",
164
+ "Enable Applio integration with applio.org/models using flask": "Aktivieren der Applio-Integration mit applio.org/models mithilfe von flask",
165
+ "It will activate the possibility of downloading models with a click from the website.": "Es aktiviert die Möglichkeit, Modelle mit einem Klick von der Website herunterzuladen.",
166
+ "Theme": "Thema",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "Wählen Sie das Design aus, das Sie verwenden möchten. (Erfordert einen Neustart von Applio)",
168
+ "Language": "Sprache",
169
+ "Select the language you want to use. (Requires restarting Applio)": "Wählen Sie die Sprache aus, die Sie verwenden möchten. (Erfordert einen Neustart von Applio)",
170
+ "Plugin Installer": "Plugin-Installationsprogramm",
171
+ "Drag your plugin.zip to install it": "Ziehen Sie Ihre plugin.zip, um sie zu installieren",
172
+ "Version Checker": "Versions-Checker",
173
+ "Check which version of Applio is the latest to see if you need to update.": "Überprüfen Sie, welche Version von Applio die neueste ist, um zu sehen, ob Sie ein Update benötigen.",
174
+ "Check for updates": "Nach Updates suchen"
175
+ }
assets/i18n/languages/en_US.json CHANGED
@@ -2,6 +2,7 @@
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "This section contains some extra utilities that often may be in experimental phases.",
4
  "Output Information": "Output Information",
 
5
 
6
  "Inference": "Inference",
7
  "Train": "Train",
@@ -10,96 +11,149 @@
10
  "Processing": "Processing",
11
  "Audio Analyzer": "Audio Analyzer",
12
  "Model Information": "Model Information",
 
13
  "Download": "Download",
14
  "Report a Bug": "Report a Bug",
 
15
 
16
  "Preprocess": "Preprocess",
17
  "Model Name": "Model Name",
 
18
  "Enter model name": "Enter model name",
19
  "Dataset Path": "Dataset Path",
 
 
20
  "Dataset Creator": "Dataset Creator",
21
  "Dataset Name": "Dataset Name",
 
22
  "Enter dataset name": "Enter dataset name",
23
  "Upload Audio Dataset": "Upload Audio Dataset",
24
  "The audio file has been successfully added to the dataset. Please click the preprocess button.": "The audio file has been successfully added to the dataset. Please click the preprocess button.",
25
  "Enter dataset path": "Enter dataset path",
26
  "Sampling Rate": "Sampling Rate",
 
27
  "RVC Version": "RVC Version",
 
28
  "Preprocess Dataset": "Preprocess Dataset",
29
 
30
  "Extract": "Extract",
31
  "Hop Length": "Hop Length",
 
32
  "Batch Size": "Batch Size",
 
33
  "Save Every Epoch": "Save Every Epoch",
 
34
  "Total Epoch": "Total Epoch",
 
35
  "Pretrained": "Pretrained",
36
  "Save Only Latest": "Save Only Latest",
 
37
  "Save Every Weights": "Save Every Weights",
 
38
  "Custom Pretrained": "Custom Pretrained",
 
39
  "Upload Pretrained Model": "Upload Pretrained Model",
 
40
  "Pretrained Custom Settings": "Pretrained Custom Settings",
41
  "The file you dropped is not a valid pretrained file. Please try again.": "The file you dropped is not a valid pretrained file. Please try again.",
42
  "Click the refresh button to see the pretrained file in the dropdown menu.": "Click the refresh button to see the pretrained file in the dropdown menu.",
43
  "Pretrained G Path": "Custom Pretrained G",
44
  "Pretrained D Path": "Custom Pretrained D",
45
  "GPU Settings": "GPU Settings",
 
46
  "GPU Custom Settings": "GPU Custom Settings",
47
  "GPU Number": "GPU Number",
48
  "0 to ∞ separated by -": "0 to ∞ separated by -",
49
  "GPU Information": "GPU Information",
50
  "Pitch Guidance": "Pitch Guidance",
 
 
51
  "Extract Features": "Extract Features",
 
 
 
 
 
 
52
 
53
  "Start Training": "Start Training",
 
54
  "Generate Index": "Generate Index",
55
 
 
 
 
 
 
 
 
 
56
  "Voice Model": "Voice Model",
 
57
  "Index File": "Index File",
 
58
  "Refresh": "Refresh",
59
  "Unload Voice": "Unload Voice",
60
 
61
  "Single": "Single",
62
  "Upload Audio": "Upload Audio",
63
  "Select Audio": "Select Audio",
 
64
  "Advanced Settings": "Advanced Settings",
65
  "Clear Outputs (Deletes all audios in assets/audios)": "Clear Outputs (Deletes all audios in assets/audios)",
66
  "Custom Output Path": "Custom Output Path",
67
  "Output Path": "Output Path",
 
68
  "Split Audio": "Split Audio",
 
 
 
 
 
 
 
69
  "Pitch": "Pitch",
70
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness",
 
 
71
  "Search Feature Ratio": "Search Feature Ratio",
 
 
 
 
 
72
  "Pitch extraction algorithm": "Pitch extraction algorithm",
 
 
73
  "Convert": "Convert",
74
  "Export Audio": "Export Audio",
75
 
76
  "Batch": "Batch",
77
  "Input Folder": "Input Folder",
 
78
  "Enter input path": "Enter input path",
79
  "Output Folder": "Output Folder",
 
80
  "Enter output path": "Enter output path",
81
 
82
  "Get information about the audio": "Get information about the audio",
83
- "Information about the audio file": "Information about the audio file",
84
- "Waiting for information...": "Waiting for information...",
85
-
86
- "Model fusion": "Model fusion",
87
- "Weight for Model A": "Weight for Model A",
88
- "Whether the model has pitch guidance": "Whether the model has pitch guidance",
89
- "Model architecture version": "Model architecture version",
90
- "Path to Model A": "Path to Model A",
91
- "Path to Model B": "Path to Model B",
92
- "Path to model": "Path to model",
93
- "Model information to be placed": "Model information to be placed",
94
  "Fusion": "Fusion",
95
 
96
- "Modify model information": "Modify model information",
97
  "Path to Model": "Path to Model",
98
- "Model information to be modified": "Model information to be modified",
99
- "Save file name": "Save file name",
100
- "Modify": "Modify",
101
-
102
  "View model information": "View model information",
 
103
  "View": "View",
104
  "Model extraction": "Model extraction",
105
  "Model conversion": "Model conversion",
@@ -122,14 +176,39 @@
122
  "## Download Model": "## Download Model",
123
  "Model Link": "Model Link",
124
  "Introduce the model link": "Introduce the model link",
125
- "Download Model": "Descargar Modelo",
126
  "## Drop files": "## Drop files",
127
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Drag your .pth file and .index file into this space. Drag one and then the other.",
 
 
 
 
128
 
129
  "TTS Voices": "TTS Voices",
 
130
  "Text to Synthesize": "Text to Synthesize",
 
 
131
  "Enter text to synthesize": "Enter text to synthesize",
132
  "Output Path for TTS Audio": "Output Path for TTS Audio",
133
  "Output Path for RVC Audio": "Output Path for RVC Audio",
134
- "Enable Applio integration with Discord presence": "Enable Applio integration with Discord presence"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135
  }
 
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "This section contains some extra utilities that often may be in experimental phases.",
4
  "Output Information": "Output Information",
5
+ "The output information will be displayed here.": "The output information will be displayed here.",
6
 
7
  "Inference": "Inference",
8
  "Train": "Train",
 
11
  "Processing": "Processing",
12
  "Audio Analyzer": "Audio Analyzer",
13
  "Model Information": "Model Information",
14
+ "Plugins": "Plugins",
15
  "Download": "Download",
16
  "Report a Bug": "Report a Bug",
17
+ "Settings": "Settings",
18
 
19
  "Preprocess": "Preprocess",
20
  "Model Name": "Model Name",
21
+ "Name of the new model.": "Name of the new model.",
22
  "Enter model name": "Enter model name",
23
  "Dataset Path": "Dataset Path",
24
+ "Path to the dataset folder.": "Path to the dataset folder.",
25
+ "Refresh Datasets": "Refresh Datasets",
26
  "Dataset Creator": "Dataset Creator",
27
  "Dataset Name": "Dataset Name",
28
+ "Name of the new dataset.": "Name of the new dataset.",
29
  "Enter dataset name": "Enter dataset name",
30
  "Upload Audio Dataset": "Upload Audio Dataset",
31
  "The audio file has been successfully added to the dataset. Please click the preprocess button.": "The audio file has been successfully added to the dataset. Please click the preprocess button.",
32
  "Enter dataset path": "Enter dataset path",
33
  "Sampling Rate": "Sampling Rate",
34
+ "The sampling rate of the audio files.": "The sampling rate of the audio files.",
35
  "RVC Version": "RVC Version",
36
+ "The RVC version of the model.": "The RVC version of the model.",
37
  "Preprocess Dataset": "Preprocess Dataset",
38
 
39
  "Extract": "Extract",
40
  "Hop Length": "Hop Length",
41
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.",
42
  "Batch Size": "Batch Size",
43
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.",
44
  "Save Every Epoch": "Save Every Epoch",
45
+ "Determine at how many epochs the model will saved at.": "Determine at how many epochs the model will saved at.",
46
  "Total Epoch": "Total Epoch",
47
+ "Specifies the overall quantity of epochs for the model training process.": "Specifies the overall quantity of epochs for the model training process.",
48
  "Pretrained": "Pretrained",
49
  "Save Only Latest": "Save Only Latest",
50
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.",
51
  "Save Every Weights": "Save Every Weights",
52
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "This setting enables you to save the weights of the model at the conclusion of each epoch.",
53
  "Custom Pretrained": "Custom Pretrained",
54
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.",
55
  "Upload Pretrained Model": "Upload Pretrained Model",
56
+ "Refresh Custom Pretraineds": "Refresh Custom Pretraineds",
57
  "Pretrained Custom Settings": "Pretrained Custom Settings",
58
  "The file you dropped is not a valid pretrained file. Please try again.": "The file you dropped is not a valid pretrained file. Please try again.",
59
  "Click the refresh button to see the pretrained file in the dropdown menu.": "Click the refresh button to see the pretrained file in the dropdown menu.",
60
  "Pretrained G Path": "Custom Pretrained G",
61
  "Pretrained D Path": "Custom Pretrained D",
62
  "GPU Settings": "GPU Settings",
63
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "Sets advanced GPU settings, recommended for users with better GPU architecture.",
64
  "GPU Custom Settings": "GPU Custom Settings",
65
  "GPU Number": "GPU Number",
66
  "0 to ∞ separated by -": "0 to ∞ separated by -",
67
  "GPU Information": "GPU Information",
68
  "Pitch Guidance": "Pitch Guidance",
69
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.",
70
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.",
71
  "Extract Features": "Extract Features",
72
+ "Overtraining Detector": "Overtraining Detector",
73
+ "Detect overtraining to prevent the model from learning the training data too well and losing the ability to generalize to new data.": "Detect overtraining to prevent the model from learning the training data too well and losing the ability to generalize to new data.",
74
+ "Overtraining Detector Settings": "Overtraining Detector Settings",
75
+ "Overtraining Threshold": "Overtraining Threshold",
76
+ "Set the maximum number of epochs you want your model to stop training if no improvement is detected.": "Set the maximum number of epochs you want your model to stop training if no improvement is detected.",
77
+
78
 
79
  "Start Training": "Start Training",
80
+ "Stop Training & Restart Applio": "Stop Training & Restart Applio",
81
  "Generate Index": "Generate Index",
82
 
83
+ "Export Model": "Export Model",
84
+ "The button 'Upload' is only for google colab: Uploads the exported files to the ApplioExported folder in your Google Drive.": "The button 'Upload' is only for google colab: Uploads the exported files to the ApplioExported folder in your Google Drive.",
85
+ "Exported Pth file": "Exported Pth file",
86
+ "Exported Index file": "Exported Index file",
87
+ "Select the pth file to be exported": "Select the pth file to be exported",
88
+ "Select the index file to be exported": "Select the index file to be exported",
89
+ "Upload": "Upload",
90
+
91
  "Voice Model": "Voice Model",
92
+ "Select the voice model to use for the conversion.": "Select the voice model to use for the conversion.",
93
  "Index File": "Index File",
94
+ "Select the index file to use for the conversion.": "Select the index file to use for the conversion.",
95
  "Refresh": "Refresh",
96
  "Unload Voice": "Unload Voice",
97
 
98
  "Single": "Single",
99
  "Upload Audio": "Upload Audio",
100
  "Select Audio": "Select Audio",
101
+ "Select the audio to convert.": "Select the audio to convert.",
102
  "Advanced Settings": "Advanced Settings",
103
  "Clear Outputs (Deletes all audios in assets/audios)": "Clear Outputs (Deletes all audios in assets/audios)",
104
  "Custom Output Path": "Custom Output Path",
105
  "Output Path": "Output Path",
106
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "The path where the output audio will be saved, by default in assets/audios/output.wav",
107
  "Split Audio": "Split Audio",
108
+ "Split the audio into chunks for inference to obtain better results in some cases.": "Split the audio into chunks for inference to obtain better results in some cases.",
109
+ "Autotune": "Autotune",
110
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "Apply a soft autotune to your inferences, recommended for singing conversions.",
111
+ "Clean Audio": "Clean Audio",
112
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "Clean your audio output using noise detection algorithms, recommended for speaking audios.",
113
+ "Clean Strength": "Clean Strength",
114
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.",
115
  "Pitch": "Pitch",
116
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "Set the pitch of the audio, the higher the value, the higher the pitch.",
117
+ "Filter Radius": "Filter Radius",
118
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.",
119
  "Search Feature Ratio": "Search Feature Ratio",
120
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.",
121
+ "Volume Envelope": "Volume Envelope",
122
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.",
123
+ "Protect Voiceless Consonants": "Protect Voiceless Consonants",
124
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.",
125
  "Pitch extraction algorithm": "Pitch extraction algorithm",
126
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.",
127
+
128
  "Convert": "Convert",
129
  "Export Audio": "Export Audio",
130
 
131
  "Batch": "Batch",
132
  "Input Folder": "Input Folder",
133
+ "Select the folder containing the audios to convert.": "Select the folder containing the audios to convert.",
134
  "Enter input path": "Enter input path",
135
  "Output Folder": "Output Folder",
136
+ "Select the folder where the output audios will be saved.": "Select the folder where the output audios will be saved.",
137
  "Enter output path": "Enter output path",
138
 
139
  "Get information about the audio": "Get information about the audio",
140
+
141
+ "## Voice Blender": "## Voice Blender",
142
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.",
143
+ "Voice Blender": "Voice Blender",
144
+ "Drag and drop your model here": "Drag and drop your model here",
145
+ "You can also use a custom path.": "You can also use a custom path.",
146
+ "Blend Ratio": "Blend Ratio",
147
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "Adjusting the position more towards one side or the other will make the model more similar to the first or second.",
 
 
 
148
  "Fusion": "Fusion",
149
 
 
150
  "Path to Model": "Path to Model",
151
+ "Enter path to model": "Enter path to model",
152
+ "Model information to be placed": "Model information to be placed",
153
+ "Inroduce the model information": "Inroduce the model information",
154
+ "The information to be placed in the model (You can leave it blank or put anything).": "The information to be placed in the model (You can leave it blank or put anything).",
155
  "View model information": "View model information",
156
+ "Introduce the model pth path": "Introduce the model pth path",
157
  "View": "View",
158
  "Model extraction": "Model extraction",
159
  "Model conversion": "Model conversion",
 
176
  "## Download Model": "## Download Model",
177
  "Model Link": "Model Link",
178
  "Introduce the model link": "Introduce the model link",
179
+ "Download Model": "Download Model",
180
  "## Drop files": "## Drop files",
181
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Drag your .pth file and .index file into this space. Drag one and then the other.",
182
+ "## Search Model": "## Search Model",
183
+ "Search": "Search",
184
+ "Introduce the model name to search.": "Introduce the model name to search.",
185
+ "We couldn't find models by that name.": "We couldn't find models by that name.",
186
 
187
  "TTS Voices": "TTS Voices",
188
+ "Select the TTS voice to use for the conversion.": "Select the TTS voice to use for the conversion.",
189
  "Text to Synthesize": "Text to Synthesize",
190
+ "Enter the text to synthesize.": "Enter the text to synthesize.",
191
+ "Or you can upload a .txt file": "Or you can upload a .txt file",
192
  "Enter text to synthesize": "Enter text to synthesize",
193
  "Output Path for TTS Audio": "Output Path for TTS Audio",
194
  "Output Path for RVC Audio": "Output Path for RVC Audio",
195
+
196
+ "Enable Applio integration with Discord presence": "Enable Applio integration with Discord presence",
197
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "It will activate the possibility of displaying the current Applio activity in Discord.",
198
+ "Enable Applio integration with applio.org/models using flask": "Enable Applio integration with applio.org/models using flask",
199
+ "It will activate the possibility of downloading models with a click from the website.": "It will activate the possibility of downloading models with a click from the website.",
200
+ "Enable fake GPU": "Enable fake GPU",
201
+ "Training is currently unsupported due to the absence of a GPU. To activate the training tab, navigate to the settings tab and enable the 'Fake GPU' option.": "Training is currently unsupported due to the absence of a GPU. To activate the training tab, navigate to the settings tab and enable the 'Fake GPU' option.",
202
+ "Activates the train tab. However, please note that this device lacks GPU capabilities, hence training is not supported. This option is only for testing purposes. (This option will restart Applio)": "Activates the train tab. However, please note that this device lacks GPU capabilities, hence training is not supported. This option is only for testing purposes. (This option will restart Applio)",
203
+ "Theme": "Theme",
204
+ "Select the theme you want to use. (Requires restarting Applio)": "Select the theme you want to use. (Requires restarting Applio)",
205
+ "Language": "Language",
206
+ "Select the language you want to use. (Requires restarting Applio)": "Select the language you want to use. (Requires restarting Applio)",
207
+
208
+ "Plugin Installer": "Plugin Installer",
209
+ "Drag your plugin.zip to install it": "Drag your plugin.zip to install it",
210
+
211
+ "Version Checker": "Version Checker",
212
+ "Check which version of Applio is the latest to see if you need to update.": "Check which version of Applio is the latest to see if you need to update.",
213
+ "Check for updates": "Check for updates"
214
  }
assets/i18n/languages/es_ES.json CHANGED
@@ -1,99 +1,154 @@
1
  {
2
- "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "La herramienta de clonación de voz definitiva, meticulosamente optimizada para tener potencia, modularidad y experiencia de uso inigualable.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "Esta sección contiene algunas utilidades adicionales que a menudo pueden estar en fases experimentales.",
4
- "Output Information": "Información",
 
5
  "Inference": "Inferencia",
6
- "Train": "Entrenamiento",
7
  "Extra": "Extra",
8
  "Merge Audios": "Fusionar audios",
9
  "Processing": "Procesamiento",
10
  "Audio Analyzer": "Analizador de audio",
11
  "Model Information": "Información del modelo",
 
12
  "Download": "Descargar",
13
- "Report a Bug": "Reportar un fallo",
 
14
  "Preprocess": "Preprocesar",
15
  "Model Name": "Nombre del modelo",
 
16
  "Enter model name": "Introduzca el nombre del modelo",
17
  "Dataset Path": "Ruta del dataset",
 
 
18
  "Dataset Creator": "Creador de datasets",
19
  "Dataset Name": "Nombre del dataset",
20
- "Enter dataset name": "Introduce el nombre de tu dataset",
21
- "Upload Audio Dataset": "Sube el audio del dataset",
 
 
22
  "Enter dataset path": "Introduzca la ruta del dataset",
23
  "Sampling Rate": "Frecuencia de muestreo",
 
24
  "RVC Version": "Versión RVC",
25
- "Preprocess Dataset": "Procesar dataset",
 
26
  "Extract": "Extraer",
27
  "Hop Length": "Longitud del salto",
28
- "Batch Size": "Batch Size",
 
 
29
  "Save Every Epoch": "Frecuencia de guardado",
30
- "Total Epoch": "Epochs totales",
 
 
31
  "Pretrained": "Preentrenado",
32
- "Save Only Latest": "Guardar solo lo último",
33
- "Save Every Weights": "Guardar en cada punto de guardado",
 
 
34
  "Custom Pretrained": "Preentrenado personalizado",
 
35
  "Upload Pretrained Model": "Cargar modelo previamente entrenado",
 
36
  "Pretrained Custom Settings": "Configuración personalizada previamente entrenada",
37
- "The file you dropped is not a valid pretrained file. Please try again.": "El archivo que ha eliminado no es un archivo preentrenado válido. Por favor, inténtelo de nuevo.",
38
  "Click the refresh button to see the pretrained file in the dropdown menu.": "Haga clic en el botón de actualización para ver el archivo previamente entrenado en el menú desplegable.",
39
  "Pretrained G Path": "G preentrenado personalizado",
40
  "Pretrained D Path": "D preentrenado personalizado",
41
  "GPU Settings": "Configuración de GPU",
 
42
  "GPU Custom Settings": "Configuración personalizada de la GPU",
43
  "GPU Number": "Número de GPU",
44
  "0 to ∞ separated by -": "0 a ∞ separados por -",
45
  "GPU Information": "Información de GPU",
46
  "Pitch Guidance": "Guía de tono",
 
 
47
  "Extract Features": "Extraer características",
 
 
 
 
 
48
  "Start Training": "Empezar a entrenar",
 
49
  "Generate Index": "Generar índice",
 
 
 
 
 
 
 
50
  "Voice Model": "Modelo de voz",
 
51
  "Index File": "Archivo de índice",
 
52
  "Refresh": "Actualizar",
53
- "Unload Voice": "Eliminar voz",
54
- "Single": "Individual",
55
  "Upload Audio": "Subir audio",
56
  "Select Audio": "Seleccionar audio",
 
57
  "Advanced Settings": "Ajustes avanzados",
58
- "Clear Outputs (Deletes all audios in assets/audios)": "Borrar resultados (elimina todos los audios de los assets/audios)",
59
  "Custom Output Path": "Ruta de salida personalizada",
60
  "Output Path": "Ruta de salida",
 
61
  "Split Audio": "Audio dividido",
 
 
 
 
 
 
 
62
  "Pitch": "Tono",
63
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "Si >=3: aplique el filtrado de la mediana a los resultados de la parcela cosechada. El valor representa el radio del filtro y puede reducir la respiración",
 
 
64
  "Search Feature Ratio": "Relación de características de búsqueda",
 
 
 
 
 
65
  "Pitch extraction algorithm": "Algoritmo de extracción de tono",
 
66
  "Convert": "Convertir",
67
  "Export Audio": "Exportar audio",
68
  "Batch": "Lote",
69
  "Input Folder": "Carpeta de entrada",
 
70
  "Enter input path": "Introduzca la ruta de entrada",
71
  "Output Folder": "Carpeta de salida",
 
72
  "Enter output path": "Introduzca la ruta de salida",
73
  "Get information about the audio": "Obtener información sobre el audio",
74
  "Information about the audio file": "Información sobre el archivo de audio",
75
- "Waiting for information...": "A la espera de la información...",
76
- "Model fusion": "Fusión de modelos",
77
- "Weight for Model A": "Peso del modelo A",
78
- "Whether the model has pitch guidance": "Si el modelo tiene un guía de tono",
79
- "Model architecture version": "Versión de la arquitectura del modelo",
80
- "Path to Model A": "Ruta al modelo A",
81
- "Path to Model B": "Ruta al modelo B",
82
- "Path to model": "Ruta de acceso al modelo",
83
- "Model information to be placed": "Información del modelo que se va a colocar",
84
  "Fusion": "Fusión",
85
- "Modify model information": "Modificar la información del modelo",
86
- "Path to Model": "Ruta al modelo",
87
- "Model information to be modified": "Información del modelo que se va a modificar",
88
- "Save file name": "Guardar el nombre del archivo",
89
- "Modify": "Modificar",
90
  "View model information": "Ver información del modelo",
91
- "View": "Ver",
 
92
  "Model extraction": "Extracción de modelos",
93
  "Model conversion": "Conversión de modelos",
94
- "Pth file": "Archivo pth",
95
- "Output of the pth file": "Salida del archivo pth",
96
- "# How to Report an Issue on GitHub": "# Como reportar un fallo en GitHub",
97
  "1. Click on the 'Record Screen' button below to start recording the issue you are experiencing.": "1. Haga clic en el botón 'Grabar pantalla' a continuación para comenzar a grabar el problema que está experimentando.",
98
  "2. Once you have finished recording the issue, click on the 'Stop Recording' button (the same button, but the label changes depending on whether you are actively recording or not).": "2. Una vez que haya terminado de grabar el problema, haga clic en el botón 'Detener grabación' (el mismo botón, pero la etiqueta cambia dependiendo de si está grabando activamente o no).",
99
  "3. Go to [GitHub Issues](https://github.com/IAHispano/Applio/issues) and click on the 'New Issue' button.": "3. Vaya a [Problemas de GitHub](https://github.com/IAHispano/Applio/issues) y haga clic en el botón 'Nuevo problema'.",
@@ -101,18 +156,40 @@
101
  "Record Screen": "Grabar pantalla",
102
  "Record": "Grabar",
103
  "Stop Recording": "Detener la grabación",
104
- "Introduce the model .pth path": "Introduce de la ruta del .pth del modelo",
105
  "See Model Information": "Ver información del modelo",
106
  "## Download Model": "## Descargar modelo",
107
  "Model Link": "Enlace de modelo",
108
  "Introduce the model link": "Introducir el enlace del modelo",
109
- "Download Model": "Download Model",
110
  "## Drop files": "## Soltar archivos",
111
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Arrastre el archivo .pth y el archivo .index a este espacio. Arrastre uno y luego el otro.",
 
 
 
 
112
  "TTS Voices": "Voces TTS",
113
- "Text to Synthesize": "Texto a sintetizar",
114
- "Enter text to synthesize": "Introduzca el texto a sintetizar",
115
- "Output Path for TTS Audio": "Ruta de salida para el audio TTS",
116
- "Output Path for RVC Audio": "Ruta de salida para el audio RVC",
117
- "Enable Applio integration with Discord presence": "Habilita la integración de Applio con la presencia de Discord"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
118
  }
 
1
  {
2
+ "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "La herramienta de clonación de voz definitiva, meticulosamente optimizada para una potencia, modularidad y experiencia de uso inigualables.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "Esta sección contiene algunas utilidades adicionales que a menudo pueden estar en fases experimentales.",
4
+ "Output Information": "Información de salida",
5
+ "The output information will be displayed here.": "La información de salida se mostrará aquí.",
6
  "Inference": "Inferencia",
7
+ "Train": "Entrenar",
8
  "Extra": "Extra",
9
  "Merge Audios": "Fusionar audios",
10
  "Processing": "Procesamiento",
11
  "Audio Analyzer": "Analizador de audio",
12
  "Model Information": "Información del modelo",
13
+ "Plugins": "Complementos",
14
  "Download": "Descargar",
15
+ "Report a Bug": "Informar de un error",
16
+ "Settings": "Configuración",
17
  "Preprocess": "Preprocesar",
18
  "Model Name": "Nombre del modelo",
19
+ "Name of the new model.": "Nombre del nuevo modelo.",
20
  "Enter model name": "Introduzca el nombre del modelo",
21
  "Dataset Path": "Ruta del dataset",
22
+ "Path to the dataset folder.": "Ruta de acceso al dataset.",
23
+ "Refresh Datasets": "Actualizar datasets",
24
  "Dataset Creator": "Creador de datasets",
25
  "Dataset Name": "Nombre del dataset",
26
+ "Name of the new dataset.": "Nombre del nuevo dataset.",
27
+ "Enter dataset name": "Introduzca el nombre del dataset",
28
+ "Upload Audio Dataset": "Cargar audio del dataset",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "El archivo de audio se ha agregado correctamente dataset. Haga clic en el botón de preprocesamiento.",
30
  "Enter dataset path": "Introduzca la ruta del dataset",
31
  "Sampling Rate": "Frecuencia de muestreo",
32
+ "The sampling rate of the audio files.": "La frecuencia de muestreo de los archivos de audio.",
33
  "RVC Version": "Versión RVC",
34
+ "The RVC version of the model.": "La versión RVC del modelo.",
35
+ "Preprocess Dataset": "Conjunto de datos de preprocesamiento",
36
  "Extract": "Extraer",
37
  "Hop Length": "Longitud del salto",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "Denota el tiempo que tarda el sistema en realizar la transición a un cambio de tono significativo. Las longitudes de salto más pequeñas requieren más tiempo para la inferencia, pero tienden a producir una mayor precisión de tono.",
39
+ "Batch Size": "Tamaño del lote",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "Es recomendable alinearlo con la VRAM disponible de tu GPU. Un ajuste de 4 ofrece una precisión mejorada pero un procesamiento más lento, mientras que 8 proporciona resultados más rápidos y estándar.",
41
  "Save Every Epoch": "Frecuencia de guardado",
42
+ "Determine at how many epochs the model will saved at.": "Determine en cuántas épocas se guardará el modelo.",
43
+ "Total Epoch": "Épocas",
44
+ "Specifies the overall quantity of epochs for the model training process.": "Especifica la cantidad total de épocas para el proceso de entrenamiento del modelo.",
45
  "Pretrained": "Preentrenado",
46
+ "Save Only Latest": "Guarde solo lo último",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "Al habilitar esta configuración, los archivos G y D guardarán solo sus versiones más recientes, lo que ahorrará espacio de almacenamiento de manera efectiva.",
48
+ "Save Every Weights": "Ahorre todos los pesos",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "Este ajuste le permite guardar los pesos del modelo al final de cada época.",
50
  "Custom Pretrained": "Preentrenado personalizado",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "El uso de modelos preentrenados personalizados puede conducir a resultados superiores, ya que la selección de los modelos preentrenados más adecuados adaptados al caso de uso específico puede mejorar significativamente el rendimiento.",
52
  "Upload Pretrained Model": "Cargar modelo previamente entrenado",
53
+ "Refresh Custom Pretraineds": "Actualizar preentrenados personalizados",
54
  "Pretrained Custom Settings": "Configuración personalizada previamente entrenada",
55
+ "The file you dropped is not a valid pretrained file. Please try again.": "El archivo que has subido no es un archivo preentrenado válido. Por favor, inténtelo de nuevo.",
56
  "Click the refresh button to see the pretrained file in the dropdown menu.": "Haga clic en el botón de actualización para ver el archivo previamente entrenado en el menú desplegable.",
57
  "Pretrained G Path": "G preentrenado personalizado",
58
  "Pretrained D Path": "D preentrenado personalizado",
59
  "GPU Settings": "Configuración de GPU",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "Establece la configuración avanzada del GPU, recomendada para usuarios con una mejor arquitectura de GPU.",
61
  "GPU Custom Settings": "Configuración personalizada de la GPU",
62
  "GPU Number": "Número de GPU",
63
  "0 to ∞ separated by -": "0 a ∞ separados por -",
64
  "GPU Information": "Información de GPU",
65
  "Pitch Guidance": "Guía de tono",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "Al emplear la guía de tono, es factible reflejar la entonación de la voz original, incluido su tono. Esta característica es particularmente valiosa para cantar y otros escenarios en los que es esencial preservar la melodía original o el patrón de tono.",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "Utilice modelos preentrenados al entrenar los suyos propios. Este enfoque reduce la duración del entrenamiento y mejora la calidad general.",
68
  "Extract Features": "Extraer características",
69
+ "Overtraining Detector": "Detector de Sobreentrenamiento",
70
+ "Detect overtraining to prevent the model from learning the training data too well and losing the ability to generalize to new data.": "Detectar el sobreentrenamiento para evitar que el modelo aprenda demasiado bien los datos de entrenamiento y pierda la capacidad de generalizar a nuevos datos.",
71
+ "Overtraining Detector Settings": "Configuraciones del Detector de Sobreentrenamiento",
72
+ "Overtraining Threshold": "Umbral de Sobreentrenamiento",
73
+ "Set the maximum number of epochs you want your model to stop training if no improvement is detected.": "Establezca el número máximo de épocas para que su modelo deje de entrenar si no se detecta ninguna mejora.",
74
  "Start Training": "Empezar a entrenar",
75
+ "Stop Training & Restart Applio": "Detener el entrenamiento y reiniciar Applio",
76
  "Generate Index": "Generar índice",
77
+ "Export Model": "Exportar modelo",
78
+ "The button 'Upload' is only for google colab: Uploads the exported files to the ApplioExported folder in your Google Drive.": "El botón 'Subir' es solo para Google Colab: Sube los archivos exportados a la carpeta ApplioExported en tu Google Drive.",
79
+ "Exported Pth file": "Archivo Pth exportado",
80
+ "Exported Index file": "Archivo de índice exportado",
81
+ "Select the pth file to be exported": "Seleccione el archivo pth que se va a exportar",
82
+ "Select the index file to be exported": "Seleccione el archivo de índice que se va a exportar",
83
+ "Upload": "Subir",
84
  "Voice Model": "Modelo de voz",
85
+ "Select the voice model to use for the conversion.": "Seleccione el modelo de voz que desea utilizar para la conversión.",
86
  "Index File": "Archivo de índice",
87
+ "Select the index file to use for the conversion.": "Seleccione el archivo de índice que desea utilizar para la conversión.",
88
  "Refresh": "Actualizar",
89
+ "Unload Voice": "Descargar voz",
90
+ "Single": "Solo",
91
  "Upload Audio": "Subir audio",
92
  "Select Audio": "Seleccionar audio",
93
+ "Select the audio to convert.": "Seleccione el audio que desea convertir.",
94
  "Advanced Settings": "Ajustes avanzados",
95
+ "Clear Outputs (Deletes all audios in assets/audios)": "Borrar salidas (elimina todos los audios de los assets/audios)",
96
  "Custom Output Path": "Ruta de salida personalizada",
97
  "Output Path": "Ruta de salida",
98
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "La ruta donde se guardará el audio de salida, de forma predeterminada en assets/audios/output.wav",
99
  "Split Audio": "Audio dividido",
100
+ "Split the audio into chunks for inference to obtain better results in some cases.": "Divida el audio en fragmentos para inferir y obtener mejores resultados en algunos casos.",
101
+ "Autotune": "Autotune",
102
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "Aplique un autotune suave a sus inferencias, recomendado para conversiones de canto.",
103
+ "Clean Audio": "Audio limpio",
104
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "Limpie su salida de audio utilizando algoritmos de detección de ruido, recomendados para audios hablados.",
105
+ "Clean Strength": "Fuerza de limpieza",
106
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "Establezca el nivel de limpieza en el audio que desee, cuanto más lo aumente, más se limpiará, pero es posible que el audio esté más comprimido.",
107
  "Pitch": "Tono",
108
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "Establezca el tono del audio, cuanto mayor sea el valor, mayor será el tono.",
109
+ "Filter Radius": "Radio del filtro",
110
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "Si el número es mayor o igual a tres, el empleo de filtrado de mediana en los resultados de tono recopilados tiene el potencial de disminuir la respiración.",
111
  "Search Feature Ratio": "Relación de características de búsqueda",
112
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "Influencia ejercida por el fichero índice; Un valor más alto corresponde a una mayor influencia. Sin embargo, optar por valores más bajos puede ayudar a mitigar los artefactos presentes en el audio.",
113
+ "Volume Envelope": "Envoltura de volumen",
114
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "Sustituya o mezcle con la envoltura de volumen de la salida. Cuanto más se acerque la relación a 1, más se empleará la envoltura de salida.",
115
+ "Protect Voiceless Consonants": "Proteger las consonantes sordas",
116
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "Proteja las distintas consonantes y sonidos respiratorios para evitar desgarros electroacústicos y otros artefactos. Llevar el parámetro a su valor máximo de 0,5 ofrece una protección completa. Sin embargo, la reducción de este valor podría disminuir el alcance de la protección y, al mismo tiempo, mitigar el efecto de indexación.",
117
  "Pitch extraction algorithm": "Algoritmo de extracción de tono",
118
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "Algoritmo de extracción de tono que se utilizará para la conversión de audio. El algoritmo predeterminado es rmvpe, que se recomienda para la mayoría de los casos.",
119
  "Convert": "Convertir",
120
  "Export Audio": "Exportar audio",
121
  "Batch": "Lote",
122
  "Input Folder": "Carpeta de entrada",
123
+ "Select the folder containing the audios to convert.": "Seleccione la carpeta que contiene los audios que desea convertir.",
124
  "Enter input path": "Introduzca la ruta de entrada",
125
  "Output Folder": "Carpeta de salida",
126
+ "Select the folder where the output audios will be saved.": "Seleccione la carpeta donde se guardarán los audios de salida.",
127
  "Enter output path": "Introduzca la ruta de salida",
128
  "Get information about the audio": "Obtener información sobre el audio",
129
  "Information about the audio file": "Información sobre el archivo de audio",
130
+ "Waiting for information...": "A la espera de información...",
131
+ "## Voice Blender": "## Mezclador de voz",
132
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "Seleccione dos modelos de voz, establezca el porcentaje de mezcla deseado y combínelos en una voz completamente nueva.",
133
+ "Voice Blender": "Mezclador de voz",
134
+ "Drag and drop your model here": "Arrastra y suelta tu modelo aquí",
135
+ "You can also use a custom path.": "También puede utilizar una ruta de acceso personalizada.",
136
+ "Blend Ratio": "Relación de mezcla",
137
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "Ajustar la posición más hacia un lado u otro hará que el modelo se parezca más al primero o al segundo.",
 
138
  "Fusion": "Fusión",
139
+ "Path to Model": "Ruta de acceso al modelo",
140
+ "Enter path to model": "Introduzca la ruta al modelo",
141
+ "Model information to be placed": "Información del modelo que se va a colocar",
142
+ "Inroduce the model information": "Introduzca la información del modelo",
143
+ "The information to be placed in the model (You can leave it blank or put anything).": "La información que se va a colocar en el modelo (Puedes dejarlo en blanco o poner cualquier cosa).",
144
  "View model information": "Ver información del modelo",
145
+ "Introduce the model pth path": "Introducción de la ruta pth del modelo",
146
+ "View": "Vista",
147
  "Model extraction": "Extracción de modelos",
148
  "Model conversion": "Conversión de modelos",
149
+ "Pth file": "Archivo Pth",
150
+ "Output of the pth file": "Salida del fichero pth",
151
+ "# How to Report an Issue on GitHub": "# Cómo reportar un problema en GitHub",
152
  "1. Click on the 'Record Screen' button below to start recording the issue you are experiencing.": "1. Haga clic en el botón 'Grabar pantalla' a continuación para comenzar a grabar el problema que está experimentando.",
153
  "2. Once you have finished recording the issue, click on the 'Stop Recording' button (the same button, but the label changes depending on whether you are actively recording or not).": "2. Una vez que haya terminado de grabar el problema, haga clic en el botón 'Detener grabación' (el mismo botón, pero la etiqueta cambia dependiendo de si está grabando activamente o no).",
154
  "3. Go to [GitHub Issues](https://github.com/IAHispano/Applio/issues) and click on the 'New Issue' button.": "3. Vaya a [Problemas de GitHub](https://github.com/IAHispano/Applio/issues) y haga clic en el botón 'Nuevo problema'.",
 
156
  "Record Screen": "Grabar pantalla",
157
  "Record": "Grabar",
158
  "Stop Recording": "Detener la grabación",
159
+ "Introduce the model .pth path": "Introducción de la ruta de acceso .pth del modelo",
160
  "See Model Information": "Ver información del modelo",
161
  "## Download Model": "## Descargar modelo",
162
  "Model Link": "Enlace de modelo",
163
  "Introduce the model link": "Introducir el enlace del modelo",
164
+ "Download Model": "Descargar modelo",
165
  "## Drop files": "## Soltar archivos",
166
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Arrastre el archivo .pth y el archivo .index a este espacio. Arrastre uno y luego el otro.",
167
+ "## Search Model": "## Buscar modelo",
168
+ "Search": "Buscar",
169
+ "Introduce the model name to search.": "Introduzca el nombre del modelo a buscar.",
170
+ "We couldn't find models by that name.": "No pudimos encontrar modelos con ese nombre.",
171
  "TTS Voices": "Voces TTS",
172
+ "Select the TTS voice to use for the conversion.": "Seleccione la voz TTS que se utilizará para la conversión.",
173
+ "Text to Synthesize": "Texto para sintetizar",
174
+ "Enter the text to synthesize.": "Introduzca el texto que desea sintetizar.",
175
+ "Or you can upload a .txt file": "O bien, puede cargar un archivo .txt",
176
+ "Enter text to synthesize": "Introduzca el texto que desea sintetizar",
177
+ "Output Path for TTS Audio": "Ruta de salida para audio TTS",
178
+ "Output Path for RVC Audio": "Ruta de salida para audio RVC",
179
+ "Enable Applio integration with Discord presence": "Habilitar la integración de Applio con la presencia de Discord",
180
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "Activará la posibilidad de mostrar la actividad actual de Applio en Discord.",
181
+ "Enable Applio integration with applio.org/models using flask": "Habilite la integración de Applio con applio.org/models usando flask",
182
+ "It will activate the possibility of downloading models with a click from the website.": "Activará la posibilidad de descargar modelos con un clic desde el sitio web.",
183
+ "Enable fake GPU": "Habilitar GPU falsa",
184
+ "Training is currently unsupported due to the absence of a GPU. To activate the training tab, navigate to the settings tab and enable the 'Fake GPU' option.": "Actualmente no se admite el entrenamiento debido a la ausencia de una GPU. Para activar la pestaña de entrenamiento, vaya a la pestaña de configuración y habilite la opción 'GPU falsa'.",
185
+ "Activates the train tab. However, please note that this device lacks GPU capabilities, hence training is not supported. This option is only for testing purposes. (This option will restart Applio)": "Activa la pestaña de entrenamiento. Sin embargo, tenga en cuenta que este dispositivo carece de capacidades de GPU, por lo que no se admite el entrenamiento. Esta opción es solo para fines de prueba. (Esta opción reiniciará Applio)",
186
+ "Theme": "Tema",
187
+ "Select the theme you want to use. (Requires restarting Applio)": "Seleccione el tema que desea utilizar. (Requiere reiniciar Applio)",
188
+ "Language": "Idioma",
189
+ "Select the language you want to use. (Requires restarting Applio)": "Seleccione el idioma que desea utilizar. (Requiere reiniciar Applio)",
190
+ "Plugin Installer": "Instalador de complementos",
191
+ "Drag your plugin.zip to install it": "Arrastra tu plugin.zip para instalarlo",
192
+ "Version Checker": "Comprobador de versiones",
193
+ "Check which version of Applio is the latest to see if you need to update.": "Compruebe qué versión de Applio es la más reciente para ver si necesita actualizar.",
194
+ "Check for updates": "Buscar actualizaciones"
195
  }
assets/i18n/languages/fa_FA.json CHANGED
@@ -2,6 +2,7 @@
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "ابزار شبیه سازی صدا نهایی، با دقت برای قدرت بی نظیر، مدولار بودن و تجربه کاربر پسند بهینه شده است.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "این بخش شامل برخی از ابزارهای اضافی است که اغلب ممکن است در مراحل ازمایشی باشد.",
4
  "Output Information": "اطلاعات خروجی",
 
5
  "Inference": "استنباط",
6
  "Train": "قطار",
7
  "Extra": "اضافی",
@@ -9,80 +10,126 @@
9
  "Processing": "پردازش",
10
  "Audio Analyzer": "انالایزر صوتی",
11
  "Model Information": "اطلاعات مدل",
 
12
  "Download": "دانلود",
13
  "Report a Bug": "گزارش یک باگ",
 
14
  "Preprocess": "پیش پردازش",
15
  "Model Name": "نام مدل",
 
16
  "Enter model name": "نام مدل را وارد کنید",
17
  "Dataset Path": "مسیر مجموعه داده",
 
 
 
 
 
 
 
 
18
  "Enter dataset path": "وارد کردن مسیر مجموعه داده ها",
19
  "Sampling Rate": "نرخ نمونه برداری",
 
20
  "RVC Version": "نسخه RVC",
 
21
  "Preprocess Dataset": "مجموعه داده پیش پردازش",
22
  "Extract": "عصاره",
23
  "Hop Length": "طول هاپ",
 
24
  "Batch Size": "اندازه دسته",
 
25
  "Save Every Epoch": "ذخیره هر عصر",
 
26
  "Total Epoch": "کل اپک",
 
27
  "Pretrained": "پیش اموزش دیده",
28
  "Save Only Latest": "ذخیره فقط اخرین",
 
29
  "Save Every Weights": "صرفه جویی در هر وزن",
 
30
  "Custom Pretrained": "سفارشی پیش اموزش دیده",
 
31
  "Upload Pretrained Model": "اپلود مدل از پیش اموزش دیده",
 
32
  "Pretrained Custom Settings": "تنظیمات سفارشی از پیش اموزش داده شده",
33
  "The file you dropped is not a valid pretrained file. Please try again.": "پرونده ای که حذف کرده اید یک پرونده از پیش اموزش داده شده معتبر نیست. لطفا دوباره تلاش کنید.",
34
  "Click the refresh button to see the pretrained file in the dropdown menu.": "با کلیک بر روی دکمه تازه کردن برای دیدن فایل از پیش اموزش دیده در منوی کشویی.",
35
  "Pretrained G Path": "سفارشی پیش اموزش G",
36
  "Pretrained D Path": "سفارشی از پیش اموزش دیده D",
37
  "GPU Settings": "تنظیمات GPU",
 
38
  "GPU Custom Settings": "تنظیمات سفارشی GPU",
39
  "GPU Number": "شماره GPU",
40
  "0 to ∞ separated by -": "0 به ∞ جدا شده توسط -",
41
  "GPU Information": "اطلاعات GPU",
42
  "Pitch Guidance": "راهنمای زمین",
 
 
43
  "Extract Features": "استخراج ویژگی ها",
44
  "Start Training": "شروع اموزش",
45
  "Generate Index": "ایجاد نمایه",
46
  "Voice Model": "مدل صوتی",
 
47
  "Index File": "پروندۀ نمایه",
 
48
  "Refresh": "نوسازی",
49
  "Unload Voice": "بارگیری صدا",
50
  "Single": "تک",
51
  "Upload Audio": "بارگذاری صدا",
52
  "Select Audio": "انتخاب صدا",
 
53
  "Advanced Settings": "تنظیمات پیشرفته",
54
  "Clear Outputs (Deletes all audios in assets/audios)": "پاک کردن خروجی ها (حذف تمام فایل های صوتی در دارایی ها / audios)",
55
  "Custom Output Path": "مسیر خروجی سفارشی",
56
  "Output Path": "مسیر خروجی",
 
 
 
 
 
 
 
 
 
57
  "Pitch": "زمین",
58
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "اگر > = 3: اعمال فیلتر متوسط به نتایج زمین برداشت. مقدار نشان دهنده شعاع فیلتر است و می تواند تنفس را کاهش دهد",
 
 
59
  "Search Feature Ratio": "نسبت ویژگی جستجو",
 
 
 
 
 
60
  "Pitch extraction algorithm": "الگوریتم استخراج زمین",
 
61
  "Convert": "تبدیل",
62
  "Export Audio": "صادرات صدا",
63
  "Batch": "دسته",
64
  "Input Folder": "پوشه ورودی",
 
65
  "Enter input path": "وارد کردن مسیر ورودی",
66
  "Output Folder": "پوشۀ خروجی",
 
67
  "Enter output path": "وارد کردن مسیر خروجی",
68
  "Get information about the audio": "دریافت اطلاعات در مورد صدا",
69
  "Information about the audio file": "اطلاعات مربوط به فایل صوتی",
70
  "Waiting for information...": "در انتظار اطلاعات...",
71
- "Model fusion": "فیوژن مدل",
72
- "Weight for Model A": "وزن مدل A",
73
- "Whether the model has pitch guidance": "اگر مدل دارای راهنمایی است",
74
- "Model architecture version": "نسخه معماری مدل",
75
- "Path to Model A": "مسیر مدل A",
76
- "Path to Model B": "مسیر مدل B",
77
- "Path to model": "مسیر مدل",
78
- "Model information to be placed": "اطلاعات مدل قرار داده می شود",
79
  "Fusion": "همجوشی",
80
- "Modify model information": "تغییر اطلاعات مدل",
81
  "Path to Model": "مسیر به مدل",
82
- "Model information to be modified": "اطلاعات مدل باید اصلاح شود",
83
- "Save file name": "ذخیرۀ نام پرونده",
84
- "Modify": "تغییر",
 
85
  "View model information": "مشاهده اطلاعات مدل",
 
86
  "View": "مشاهده",
87
  "Model extraction": "استخراج مدل",
88
  "Model conversion": "تبدیل مدل",
@@ -101,13 +148,28 @@
101
  "## Download Model": "## دانلود مدل",
102
  "Model Link": "پیوند مدل",
103
  "Introduce the model link": "معرفی لینک مدل",
104
- "Download Model": "دکارگار مدلو",
105
  "## Drop files": "## رها کردن پروندهها",
106
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "فایل .pth و .index خود را به این فضا بکشید. یکی را بکشید و سپس دیگری را بکشید.",
107
  "TTS Voices": "TTS صداها",
 
108
  "Text to Synthesize": "متن برای سنتز",
 
 
109
  "Enter text to synthesize": "متن را برای سنتز وارد کنید",
110
  "Output Path for TTS Audio": "مسیر خروجی برای صدای TTS",
111
  "Output Path for RVC Audio": "مسیر خروجی برای RVC Audio",
112
- "Enable Applio integration with Discord presence": "حضور Applio"
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "ابزار شبیه سازی صدا نهایی، با دقت برای قدرت بی نظیر، مدولار بودن و تجربه کاربر پسند بهینه شده است.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "این بخش شامل برخی از ابزارهای اضافی است که اغلب ممکن است در مراحل ازمایشی باشد.",
4
  "Output Information": "اطلاعات خروجی",
5
+ "The output information will be displayed here.": "اطلاعات خروجی در اینجا نمایش داده خواهد شد.",
6
  "Inference": "استنباط",
7
  "Train": "قطار",
8
  "Extra": "اضافی",
 
10
  "Processing": "پردازش",
11
  "Audio Analyzer": "انالایزر صوتی",
12
  "Model Information": "اطلاعات مدل",
13
+ "Plugins": "پلاگین",
14
  "Download": "دانلود",
15
  "Report a Bug": "گزارش یک باگ",
16
+ "Settings": "تنظیمات",
17
  "Preprocess": "پیش پردازش",
18
  "Model Name": "نام مدل",
19
+ "Name of the new model.": "نام مدل جدید",
20
  "Enter model name": "نام مدل را وارد کنید",
21
  "Dataset Path": "مسیر مجموعه داده",
22
+ "Path to the dataset folder.": "مسیر به پوشه مجموعه داده ها.",
23
+ "Refresh Datasets": "بازاوری مجموعه داده ها",
24
+ "Dataset Creator": "سازنده مجموعه داده",
25
+ "Dataset Name": "نام مجموعه داده",
26
+ "Name of the new dataset.": "نام مجموعه داده های جدید",
27
+ "Enter dataset name": "وارد کردن نام مجموعه داده ها",
28
+ "Upload Audio Dataset": "اپلود مجموعه داده های صوتی",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "فایل صوتی با موفقیت به مجموعه داده ها اضافه شده است. لطفا دکمه پیش پردازش را فشار دهید.",
30
  "Enter dataset path": "وارد کردن مسیر مجموعه داده ها",
31
  "Sampling Rate": "نرخ نمونه برداری",
32
+ "The sampling rate of the audio files.": "نرخ نمونه برداری از فایل های صوتی.",
33
  "RVC Version": "نسخه RVC",
34
+ "The RVC version of the model.": "نسخه RVC از مدل.",
35
  "Preprocess Dataset": "مجموعه داده پیش پردازش",
36
  "Extract": "عصاره",
37
  "Hop Length": "طول هاپ",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "نشان دهنده مدت زمان لازم برای سیستم برای انتقال به یک تغییر قابل توجه است. طول هاپ کوچکتر نیاز به زمان بیشتری برای استنتاج دارد اما تمایل به عملکرد دقت بالاتر دارد.",
39
  "Batch Size": "اندازه دسته",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "توصیه می شود ان را با VRAM موجود GPU خود هماهنگ کنید. تنظیمات 4 ارائه می دهد دقت بهبود یافته اما پردازش کندتر، در حالی که 8 نتایج سریع تر و استاندارد را فراهم می کند.",
41
  "Save Every Epoch": "ذخیره هر عصر",
42
+ "Determine at how many epochs the model will saved at.": "تعیین کنید که مدل در چند دوره ذخیره خواهد شد.",
43
  "Total Epoch": "کل اپک",
44
+ "Specifies the overall quantity of epochs for the model training process.": "مقدار کلی دوره ها را برای فرایند اموزش مدل مشخص می کند.",
45
  "Pretrained": "پیش اموزش دیده",
46
  "Save Only Latest": "ذخیره فقط اخرین",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "فعال کردن این تنظیم منجر به صرفه جویی در فایل های G و D تنها نسخه های اخیر انها می شود و به طور موثر فضای ذخیره سازی را حفظ می کند.",
48
  "Save Every Weights": "صرفه جویی در هر وزن",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "این تنظیم شما را قادر به صرفه جویی در وزن مدل در پایان هر دوره می کند.",
50
  "Custom Pretrained": "سفارشی پیش اموزش دیده",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "استفاده از مدل های از پیش اموزش دیده سفارشی می تو��ند منجر به نتایج برتر شود، زیرا انتخاب مناسب ترین مدل های از پیش اموزش دیده متناسب با مورد استفاده خاص می تواند به طور قابل توجهی عملکرد را افزایش دهد.",
52
  "Upload Pretrained Model": "اپلود مدل از پیش اموزش دیده",
53
+ "Refresh Custom Pretraineds": "تازه کردن Pretraineds سفارشی",
54
  "Pretrained Custom Settings": "تنظیمات سفارشی از پیش اموزش داده شده",
55
  "The file you dropped is not a valid pretrained file. Please try again.": "پرونده ای که حذف کرده اید یک پرونده از پیش اموزش داده شده معتبر نیست. لطفا دوباره تلاش کنید.",
56
  "Click the refresh button to see the pretrained file in the dropdown menu.": "با کلیک بر روی دکمه تازه کردن برای دیدن فایل از پیش اموزش دیده در منوی کشویی.",
57
  "Pretrained G Path": "سفارشی پیش اموزش G",
58
  "Pretrained D Path": "سفارشی از پیش اموزش دیده D",
59
  "GPU Settings": "تنظیمات GPU",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "تنظیمات پیشرفته GPU را تنظیم می کند که برای کاربران با معماری GPU بهتر توصیه می شود.",
61
  "GPU Custom Settings": "تنظیمات سفارشی GPU",
62
  "GPU Number": "شماره GPU",
63
  "0 to ∞ separated by -": "0 به ∞ جدا شده توسط -",
64
  "GPU Information": "اطلاعات GPU",
65
  "Pitch Guidance": "راهنمای زمین",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "با استفاده از راهنمایی زمین، امکان پذیر است که زیر و بمی صدا اصلی، از جمله زمین ان را منعکس کند. این ویژگی به ویژه برای اواز خواندن و سناریوهای دیگر که در ان حفظ ملودی اصلی یا الگوی زمین ضروری است، ارزشمند است.",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "از مدل های از پیش اموزش دیده در هنگام اموزش خود استفاده کنید. این رویکرد مدت زمان اموزش را کاهش می دهد و کیفیت کلی را افزایش می دهد.",
68
  "Extract Features": "استخراج ویژگی ها",
69
  "Start Training": "شروع اموزش",
70
  "Generate Index": "ایجاد نمایه",
71
  "Voice Model": "مدل صوتی",
72
+ "Select the voice model to use for the conversion.": "مدل صوتی مورد استفاده برای تبدیل را انتخاب کنید.",
73
  "Index File": "پروندۀ نمایه",
74
+ "Select the index file to use for the conversion.": "انتخاب فایل شاخص برای استفاده برای تبدیل.",
75
  "Refresh": "نوسازی",
76
  "Unload Voice": "بارگیری صدا",
77
  "Single": "تک",
78
  "Upload Audio": "بارگذاری صدا",
79
  "Select Audio": "انتخاب صدا",
80
+ "Select the audio to convert.": "صدا را برای تبدیل انتخاب کنید.",
81
  "Advanced Settings": "تنظیمات پیشرفته",
82
  "Clear Outputs (Deletes all audios in assets/audios)": "پاک کردن خروجی ها (حذف تمام فایل های صوتی در دارایی ها / audios)",
83
  "Custom Output Path": "مسیر خروجی سفارشی",
84
  "Output Path": "مسیر خروجی",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "مسیری که در ان صدای خروجی ذخیره می شود، به طور پیش فرض در assets/audios/output.wav",
86
+ "Split Audio": "تقسیم صوتی",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "صدا را به تکه های تقسیم کنید تا استنتاج شود تا در برخی موارد نتایج بهتری کسب شود.",
88
+ "Autotune": "Autotune",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "درخواست autotune نرم به استنتاج خود را، توصیه می شود برای تبدیل اواز.",
90
+ "Clean Audio": "پاک صوتی",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "خروجی صوتی خود را با استفاده از الگوریتم های تشخیص سر و صدا تمیز کنید، توصیه شده برای صحبت کردن صوتی.",
92
+ "Clean Strength": "قدرت پاک",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "سطح پاکسازی را به صوتی که می خواهید تنظیم کنید، هرچه بیشتر ان را افزایش دهید، بیشتر تمیز می شود، اما ممکن است صدا فشرده تر شود.",
94
  "Pitch": "زمین",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "زمین صدا را تنظیم کنید، هر چه مقدار بالاتر باشد، زمین بالاتر است.",
96
+ "Filter Radius": "شعاع پالا",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "اگر عدد بزرگتر یا مساوی با سه باشد، استفاده از فیلتر متوسط در نتایج تن جمع اوری شده پتانسیل کاهش تنفس را دارد.",
98
  "Search Feature Ratio": "نسبت ویژگی جستجو",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "تاثیر اعمال شده توسط فایل شاخص؛ ارزش بالاتر مربوط به نفوذ بیشتر است. با این حال، انتخاب مقادیر پایین تر می تواند به کاهش مصنوعات موجود در صدا کمک کند.",
100
+ "Volume Envelope": "پاکت جلد",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "جایگزین یا ترکیب با پاکت حجم خروجی. هر چه نسبت به 1 نزدیک تر باشد، پاکت خروجی بیشتر استفاده می شود.",
102
+ "Protect Voiceless Consonants": "محافظت از صامت های بی صدا",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "حفاظت از صامت های متمایز و صداهای تنفسی برای جلوگیری از پارگی الکترو اکوستیک و سایر مصنوعات. کشیدن پارامتر به حداکثر مقدار ان از 0.5 ارائه می دهد حفاظت جامع. با این حال، کاهش این مقدار ممکن است میزان حفاظت را کاهش دهد در حالی که به طور بالقوه اثر نمایه سازی را کاهش می دهد.",
104
  "Pitch extraction algorithm": "الگوریتم استخراج زمین",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "الگوریتم استخراج زمین برای استفاده برای تبدیل صوتی. الگوریتم پیش فرض rmvpe است که برای اکثر موارد توصیه می شود.",
106
  "Convert": "تبدیل",
107
  "Export Audio": "صادرات صدا",
108
  "Batch": "دسته",
109
  "Input Folder": "پوشه ورودی",
110
+ "Select the folder containing the audios to convert.": "پوشه حاوی فایل های صوتی را برای تبدیل انتخاب کنید.",
111
  "Enter input path": "وارد کردن مسیر ورودی",
112
  "Output Folder": "پوشۀ خروجی",
113
+ "Select the folder where the output audios will be saved.": "پوشه ای را انتخاب کنید که صدای خروجی در ان ذخیره می شود.",
114
  "Enter output path": "وارد کردن مسیر خروجی",
115
  "Get information about the audio": "دریافت اطلاعات در مورد صدا",
116
  "Information about the audio file": "اطلاعات مربوط به فایل صوتی",
117
  "Waiting for information...": "در انتظار اطلاعات...",
118
+ "## Voice Blender": "## بلندر صوتی",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "دو مدل صوتی را انتخاب کنید، درصد ترکیب مورد نظر خود را تنظیم کنید و انها را به یک صدای کاملا جدید ترکیب کنید.",
120
+ "Voice Blender": "بلندر صوتی",
121
+ "Drag and drop your model here": "کشیدن و رها کردن مدل خود را در اینجا",
122
+ "You can also use a custom path.": "شما همچنین می توانید از یک مسیر سفارشی استفاده کنید.",
123
+ "Blend Ratio": "نسبت مخلوط",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "تنظیم موقعیت بیشتر به سمت یک طرف یا طرف دیگر، مدل را بیشتر شبیه به اول یا دوم می کند.",
 
125
  "Fusion": "همجوشی",
 
126
  "Path to Model": "مسیر به مدل",
127
+ "Enter path to model": "وارد کردن مسیر به مدل",
128
+ "Model information to be placed": "اطلاعات مدل قرار داده می شود",
129
+ "Inroduce the model information": "Inroduce اطلاعات مدل",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "اطلاعاتی که باید در مدل قرار داده شود (شما می توانید ان را خالی بگذارید یا هر چیزی را قرار دهید).",
131
  "View model information": "مشاهده اطلاعات مدل",
132
+ "Introduce the model pth path": "معرفی مسیر PTH مدل",
133
  "View": "مشاهده",
134
  "Model extraction": "استخراج مدل",
135
  "Model conversion": "تبدیل مدل",
 
148
  "## Download Model": "## دانلود مدل",
149
  "Model Link": "پیوند مدل",
150
  "Introduce the model link": "معرفی لینک مدل",
151
+ "Download Model": "دانلود مدل",
152
  "## Drop files": "## رها کردن پروندهها",
153
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "فایل .pth و .index خود را به این فضا بکشید. یکی را بکشید و سپس دیگری را بکشید.",
154
  "TTS Voices": "TTS صداها",
155
+ "Select the TTS voice to use for the conversion.": "صدای TTS را برای استفاده برای تبدیل انتخاب کنید.",
156
  "Text to Synthesize": "متن برای سنتز",
157
+ "Enter the text to synthesize.": "متن را برای ترکیب وارد کنید.",
158
+ "Or you can upload a .txt file": "یا شما می توانید یک فایل .txt اپلود کنید",
159
  "Enter text to synthesize": "متن را برای سنتز وارد کنید",
160
  "Output Path for TTS Audio": "مسیر خروجی برای صدای TTS",
161
  "Output Path for RVC Audio": "مسیر خروجی برای RVC Audio",
162
+ "Enable Applio integration with Discord presence": "ادغام Applio را با حضور Discord فعال کنید",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "این امکان نمایش فعالیت Applio فعلی در Discord را فعال خواهد کرد.",
164
+ "Enable Applio integration with applio.org/models using flask": "فعال کردن ادغام Applio با applio.org/models با استفاده از فلاسک",
165
+ "It will activate the possibility of downloading models with a click from the website.": "این امکان دانلود مدل ها را با یک کلیک از وب سایت فعال می کند.",
166
+ "Theme": "تم",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "زمینه ای را که می خواهید استفاده کنید انتخاب کنید. (نیاز به راه اندازی مجدد Applio)",
168
+ "Language": "زبان",
169
+ "Select the language you want to use. (Requires restarting Applio)": "زبانی را که می خواهید استفاده کنید انتخاب کنید. (نیاز به راه اندازی مجدد Applio)",
170
+ "Plugin Installer": "نصب افزونه",
171
+ "Drag your plugin.zip to install it": "plugin.zip خود را بکشید تا ان را نصب کنید",
172
+ "Version Checker": "بررسی نسخه",
173
+ "Check which version of Applio is the latest to see if you need to update.": "بررسی کنید که کدام نسخه از Applio اخرین است تا ببینید ایا شما نیاز به به روز رسانی دارید.",
174
+ "Check for updates": "بررسی برای به روز رسانی"
175
+ }
assets/i18n/languages/fr_FR.json CHANGED
@@ -1,113 +1,175 @@
1
  {
2
- "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Outil ultime de clonage vocal, méticuleusement optimisé pour une puissance, une modularité et une expérience utilisateur inégalées.",
3
- "This section contains some extra utilities that often may be in experimental phases.": "Cette section contient des utilitaires supplémentaires qui sont souvent en phase expérimentale.",
4
  "Output Information": "Informations de sortie",
 
5
  "Inference": "Inférence",
6
- "Train": "Entraîner",
7
- "Extra": "Extras",
8
  "Merge Audios": "Fusionner les audios",
9
  "Processing": "Traitement",
10
  "Audio Analyzer": "Analyseur audio",
11
  "Model Information": "Informations sur le modèle",
 
12
  "Download": "Télécharger",
13
- "Report a Bug": "Signaler un bug",
14
- "Preprocess": "Prétraitement",
 
15
  "Model Name": "Nom du modèle",
 
16
  "Enter model name": "Entrez le nom du modèle",
17
- "Dataset Path": "Chemin du jeu de données",
18
- "Enter dataset path": "Entrez le chemin du jeu de données",
19
- "Sampling Rate": "Fréquence d'échantillonnage",
20
- "RVC Version": "Version RVC",
21
- "Preprocess Dataset": "Prétraiter le jeu de données",
 
 
 
 
 
 
 
 
 
 
22
  "Extract": "Extraire",
23
- "Hop Length": "Longueur de saut (hop)",
24
- "Batch Size": "Taille du lot (batch)",
25
- "Save Every Epoch": "Sauvegarder à chaque epoch",
26
- "Total Epoch": "Nombre total d'epochs",
 
 
 
 
27
  "Pretrained": "Pré-entraîné",
28
- "Save Only Latest": "Sauvegarder uniquement le dernier",
29
- "Save Every Weights": "Sauvegarder tous les poids",
30
- "Custom Pretrained": "Pré-entraîné personnalisé",
 
 
 
31
  "Upload Pretrained Model": "Télécharger un modèle pré-entraîné",
32
- "Pretrained Custom Settings": "Paramètres personnalisés de pré-entraînement",
33
- "The file you dropped is not a valid pretrained file. Please try again.": "Le fichier que vous avez déposé n'est pas un fichier pré-entraîné valide. Veuillez réessayer.",
34
- "Click the refresh button to see the pretrained file in the dropdown menu.": "Cliquez sur le bouton d'actualisation pour voir le fichier pré-entraîné dans le menu déroulant.",
35
- "Pretrained G Path": "Chemin G pré-entraîné",
36
- "Pretrained D Path": "Chemin D pré-entraîné",
37
- "GPU Settings": "Paramètres du GPU",
 
 
38
  "GPU Custom Settings": "Paramètres personnalisés du GPU",
39
  "GPU Number": "Numéro de GPU",
40
- "0 to ∞ separated by -": "De 0 à ∞ séparés par -",
41
- "GPU Information": "Informations GPU",
42
- "Pitch Guidance": "Guidage de hauteur",
43
- "Extract Features": "Extraire les caractéristiques",
44
- "Start Training": "Démarrer l'entraînement",
 
 
45
  "Generate Index": "Générer un index",
46
  "Voice Model": "Modèle vocal",
47
- "Index File": "Fichier d'index",
 
 
48
  "Refresh": "Rafraîchir",
49
  "Unload Voice": "Décharger la voix",
50
- "Single": "Fichier individuel",
51
- "Upload Audio": "Télécharger l'audio",
52
- "Select Audio": "Sélectionner l'audio",
 
53
  "Advanced Settings": "Paramètres avancés",
54
- "Clear Outputs (Deletes all audios in assets/audios)": "Effacer les sorties (supprime tous les audios dans assets/audios)",
55
  "Custom Output Path": "Chemin de sortie personnalisé",
56
  "Output Path": "Chemin de sortie",
57
- "Pitch": "Hauteur",
58
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "Si >=3 : appliquer un filtrage médian aux résultats de hauteur récoltés. La valeur représente le rayon du filtre et peut réduire le souffle",
59
- "Search Feature Ratio": "Rapport de Caractéristiques de Recherche",
60
- "Pitch extraction algorithm": "Algorithme d'extraction de hauteur",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
  "Convert": "Convertir",
62
- "Export Audio": "Exporter l'audio",
63
- "Batch": "Traitement par lots (batch)",
64
- "Input Folder": "Dossier d'entrée",
65
- "Enter input path": "Entrez le chemin d'entrée",
 
66
  "Output Folder": "Dossier de sortie",
 
67
  "Enter output path": "Entrez le chemin de sortie",
68
- "Get information about the audio": "Obtenir des informations sur l'audio",
69
  "Information about the audio file": "Informations sur le fichier audio",
70
- "Waiting for information...": "En attente d'informations...",
71
- "Model fusion": "Fusion de modèles",
72
- "Weight for Model A": "Poids pour le modèle A",
73
- "Whether the model has pitch guidance": "Si le modèle a un guidage de hauteur",
74
- "Model architecture version": "Version de l'architecture du modèle",
75
- "Path to Model A": "Chemin vers le modèle A",
76
- "Path to Model B": "Chemin vers le modèle B",
77
- "Path to model": "Chemin vers le modèle",
78
- "Model information to be placed": "Informations sur le modèle à placer",
79
  "Fusion": "Fusion",
80
- "Modify model information": "Modifier les informations du modèle",
81
- "Path to Model": "Chemin vers le modèle",
82
- "Model information to be modified": "Informations sur le modèle à modifier",
83
- "Save file name": "Nom de fichier à sauvegarder",
84
- "Modify": "Modifier",
85
- "View model information": "Voir les informations du modèle",
86
- "View": "Voir",
87
- "Model extraction": "Extraction de modèle",
 
88
  "Model conversion": "Conversion de modèle",
89
  "Pth file": "Fichier Pth",
90
- "Output of the pth file": "Sortie du fichier Pth",
91
  "# How to Report an Issue on GitHub": "# Comment signaler un problème sur GitHub",
92
- "1. Click on the 'Record Screen' button below to start recording the issue you are experiencing.": "1. Cliquez sur le bouton 'Enregistrer l'écran' ci-dessous pour commencer à enregistrer le problème rencontré.",
93
- "2. Once you have finished recording the issue, click on the 'Stop Recording' button (the same button, but the label changes depending on whether you are actively recording or not).": "2. Une fois l'enregistrement du problème terminé, cliquez sur le bouton 'Arrêter l'enregistrement'.",
94
- "3. Go to [GitHub Issues](https://github.com/IAHispano/Applio/issues) and click on the 'New Issue' button.": "3. Rendez-vous sur [GitHub Issues](https://github.com/IAHispano/Applio/issues) et cliquez sur le bouton 'New Issue'.",
95
- "4. Complete the provided issue template, ensuring to include details as needed, and utilize the assets section to upload the recorded file from the previous step.": "4. Remplissez le modèle de problème fourni, en veillant à inclure les détails nécessaires et utilisez la section des ressources pour télécharger le fichier enregistré à l'étape précédente.",
96
- "Record Screen": "Enregistrer l'écran",
97
  "Record": "Enregistrer",
98
- "Stop Recording": "Arrêter l'enregistrement",
99
- "Introduce the model .pth path": "Saisissez le chemin du fichier .pth du modèle",
100
- "See Model Information": "Voir les informations du modèle",
101
  "## Download Model": "## Télécharger le modèle",
102
- "Model Link": "Lien du modèle",
103
- "Introduce the model link": "Saisissez le lien du modèle",
104
  "Download Model": "Télécharger le modèle",
105
  "## Drop files": "## Déposer des fichiers",
106
- "Drag your .pth file and .index file into this space. Drag one and then the other.": "Glissez votre fichier .pth et votre fichier .index dans cet espace. Glissez l'un puis l'autre.",
107
  "TTS Voices": "Voix TTS",
 
108
  "Text to Synthesize": "Texte à synthétiser",
109
- "Enter text to synthesize": "Saisissez le texte à synthétiser",
110
- "Output Path for TTS Audio": "Chemin de sortie pour l'audio TTS",
111
- "Output Path for RVC Audio": "Chemin de sortie pour l'audio RVC",
112
- "Enable Applio integration with Discord presence": "Présence d'Applio"
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Outil ultime de clonage vocal, méticuleusement optimisé pour une puissance, une modularité et une expérience conviviales inégalées.",
3
+ "This section contains some extra utilities that often may be in experimental phases.": "Cette section contient quelques utilitaires supplémentaires qui peuvent souvent être en phase expérimentale.",
4
  "Output Information": "Informations de sortie",
5
+ "The output information will be displayed here.": "Les informations de sortie seront affichées ici.",
6
  "Inference": "Inférence",
7
+ "Train": "Train",
8
+ "Extra": "Supplémentaire",
9
  "Merge Audios": "Fusionner les audios",
10
  "Processing": "Traitement",
11
  "Audio Analyzer": "Analyseur audio",
12
  "Model Information": "Informations sur le modèle",
13
+ "Plugins": "Plugins (Plugins)",
14
  "Download": "Télécharger",
15
+ "Report a Bug": "Signaler un bogue",
16
+ "Settings": "Paramètres",
17
+ "Preprocess": "Pré-traitement",
18
  "Model Name": "Nom du modèle",
19
+ "Name of the new model.": "Nom du nouveau modèle.",
20
  "Enter model name": "Entrez le nom du modèle",
21
+ "Dataset Path": "Chemin d’accès au jeu de données",
22
+ "Path to the dataset folder.": "Chemin d’accès au dossier du jeu de données.",
23
+ "Refresh Datasets": "Actualiser les jeux de données",
24
+ "Dataset Creator": "Créateur de jeux de données",
25
+ "Dataset Name": "Nom du jeu de données",
26
+ "Name of the new dataset.": "Nom du nouveau jeu de données.",
27
+ "Enter dataset name": "Entrez le nom du jeu de données",
28
+ "Upload Audio Dataset": "Télécharger un jeu de données audio",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "Le fichier audio a été ajouté avec succès au jeu de données. Veuillez cliquer sur le bouton de prétraitement.",
30
+ "Enter dataset path": "Entrez le chemin d’accès au jeu de données",
31
+ "Sampling Rate": "Fréquence d’échantillonnage",
32
+ "The sampling rate of the audio files.": "Fréquence d’échantillonnage des fichiers audio.",
33
+ "RVC Version": "RVC Version",
34
+ "The RVC version of the model.": "La version RVC du modèle.",
35
+ "Preprocess Dataset": "Jeu de données de prétraitement",
36
  "Extract": "Extraire",
37
+ "Hop Length": "Longueur du houblon",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "Indique le temps qu’il faut au système pour passer à un changement de hauteur significatif. Les longueurs de saut plus petites nécessitent plus de temps pour l’inférence, mais ont tendance à donner une plus grande précision de hauteur.",
39
+ "Batch Size": "Taille du lot",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "Il est conseillé de l’aligner sur la VRAM disponible de votre GPU. Un réglage de 4 offre une précision améliorée mais un traitement plus lent, tandis que 8 fournit des résultats plus rapides et standard.",
41
+ "Save Every Epoch": "Sauvez toutes les époques",
42
+ "Determine at how many epochs the model will saved at.": "Déterminez à combien d’époques le modèle sera enregistré.",
43
+ "Total Epoch": "Époque totale",
44
+ "Specifies the overall quantity of epochs for the model training process.": "Spécifie la quantité globale d’époques pour le processus d’entraînement du modèle.",
45
  "Pretrained": "Pré-entraîné",
46
+ "Save Only Latest": "Enregistrer uniquement les plus récents",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "L’activation de ce paramètre permet aux fichiers G et D d’enregistrer uniquement leurs versions les plus récentes, ce qui permet d’économiser efficacement de l’espace de stockage.",
48
+ "Save Every Weights": "Économisez tous les poids",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "Ce paramètre vous permet d’enregistrer les poids du modèle à la fin de chaque époque.",
50
+ "Custom Pretrained": "Pré-entraîné sur mesure",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "L’utilisation de modèles préentraînés personnalisés peut conduire à des résultats supérieurs, car la sélection des modèles préentraînés les plus appropriés et adaptés au cas d’utilisation spécifique peut améliorer considérablement les performances.",
52
  "Upload Pretrained Model": "Télécharger un modèle pré-entraîné",
53
+ "Refresh Custom Pretraineds": "Actualiser les pré-entraînés personnalisés",
54
+ "Pretrained Custom Settings": "Paramètres personnalisés préentraînés",
55
+ "The file you dropped is not a valid pretrained file. Please try again.": "Le fichier que vous avez déposé n’est pas un fichier pré-entraîné valide. Veuillez réessayer.",
56
+ "Click the refresh button to see the pretrained file in the dropdown menu.": "Cliquez sur le bouton d’actualisation pour afficher le fichier préentraîné dans le menu déroulant.",
57
+ "Pretrained G Path": "G pré-entraîné personnalisé",
58
+ "Pretrained D Path": "D pré-entraîné personnalisé",
59
+ "GPU Settings": "Paramètres GPU",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "Définit les paramètres GPU avancés, recommandés pour les utilisateurs disposant d’une meilleure architecture GPU.",
61
  "GPU Custom Settings": "Paramètres personnalisés du GPU",
62
  "GPU Number": "Numéro de GPU",
63
+ "0 to ∞ separated by -": "0 à ∞ séparés par -",
64
+ "GPU Information": "Informations sur le GPU",
65
+ "Pitch Guidance": "Guidage de la hauteur",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "En utilisant le guidage de hauteur, il devient possible de refléter l’intonation de la voix d’origine, y compris sa hauteur. Cette fonctionnalité est particulièrement utile pour le chant et d’autres scénarios où la préservation de la mélodie ou du modèle de hauteur d’origine est essentielle.",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "Utilisez des modèles pré-entraînés lors de lentraînement des vôtres. Cette approche permet de réduire la durée de la formation et d’améliorer la qualité globale.",
68
+ "Extract Features": "Extraire des caractéristiques",
69
+ "Start Training": "Commencer l’entraînement",
70
  "Generate Index": "Générer un index",
71
  "Voice Model": "Modèle vocal",
72
+ "Select the voice model to use for the conversion.": "Sélectionnez le modèle vocal à utiliser pour la conversion.",
73
+ "Index File": "Fichier d’index",
74
+ "Select the index file to use for the conversion.": "Sélectionnez le fichier d’index à utiliser pour la conversion.",
75
  "Refresh": "Rafraîchir",
76
  "Unload Voice": "Décharger la voix",
77
+ "Single": "Célibataire",
78
+ "Upload Audio": "Télécharger laudio",
79
+ "Select Audio": "Sélectionnez Audio (Audio)",
80
+ "Select the audio to convert.": "Sélectionnez l’audio à convertir.",
81
  "Advanced Settings": "Paramètres avancés",
82
+ "Clear Outputs (Deletes all audios in assets/audios)": "Effacer les sorties (supprime tous les audios dans les ressources/audios)",
83
  "Custom Output Path": "Chemin de sortie personnalisé",
84
  "Output Path": "Chemin de sortie",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "Le chemin où l’audio de sortie sera enregistré, par défaut dans assets/audios/output.wav",
86
+ "Split Audio": "Diviser l’audio",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "Divisez l’audio en morceaux pour l’inférence afin d’obtenir de meilleurs résultats dans certains cas.",
88
+ "Autotune": "Réglage automatique",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "Appliquez un réglage automatique doux à vos inférences, recommandé pour les conversions de chant.",
90
+ "Clean Audio": "Audio clair",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "Nettoyez votre sortie audio à l’aide d’algorithmes de détection de bruit, recommandés pour les audios parlants.",
92
+ "Clean Strength": "Force propre",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "Réglez le niveau de nettoyage sur l’audio que vous souhaitez, plus vous l’augmentez plus il nettoiera, mais il est possible que l’audio soit plus compressé.",
94
+ "Pitch": "Tanguer",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "Réglez la hauteur de l’audio, plus la valeur est élevée, plus la hauteur est élevée.",
96
+ "Filter Radius": "Rayon du filtre",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "Si le nombre est supérieur ou égal à trois, l’utilisation d’un filtrage médian sur les résultats de tonalité recueillis a le potentiel de diminuer la respiration.",
98
+ "Search Feature Ratio": "Rapport de caractéristiques de recherche",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "Influence exercée par le fichier d’index ; Une valeur plus élevée correspond à une plus grande influence. Cependant, opter pour des valeurs plus faibles peut aider à atténuer les artefacts présents dans l’audio.",
100
+ "Volume Envelope": "Enveloppe de volume",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "Remplacez ou fusionnez avec l’enveloppe de volume de la sortie. Plus le rapport est proche de 1, plus l’enveloppe de sortie est utilisée.",
102
+ "Protect Voiceless Consonants": "Protéger les consonnes sourdes",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "Protégez les consonnes distinctes et les sons respiratoires pour éviter les déchirures électroacoustiques et autres artefacts. L’extraction du paramètre à sa valeur maximale de 0,5 offre une protection complète. Toutefois, la réduction de cette valeur peut réduire l’étendue de la protection tout en atténuant potentiellement l’effet d’indexation.",
104
+ "Pitch extraction algorithm": "Algorithme d’extraction de hauteur",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "Algorithme d’extraction de hauteur à utiliser pour la conversion audio. L’algorithme par défaut est rmvpe, qui est recommandé dans la plupart des cas.",
106
  "Convert": "Convertir",
107
+ "Export Audio": "Exporter laudio",
108
+ "Batch": "Lot",
109
+ "Input Folder": "Dossier dentrée",
110
+ "Select the folder containing the audios to convert.": "Sélectionnez le dossier contenant les audios à convertir.",
111
+ "Enter input path": "Entrez le chemin d’entrée",
112
  "Output Folder": "Dossier de sortie",
113
+ "Select the folder where the output audios will be saved.": "Sélectionnez le dossier dans lequel les audios de sortie seront enregistrés.",
114
  "Enter output path": "Entrez le chemin de sortie",
115
+ "Get information about the audio": "Obtenir des informations sur laudio",
116
  "Information about the audio file": "Informations sur le fichier audio",
117
+ "Waiting for information...": "En attente dinformations...",
118
+ "## Voice Blender": "## Mélangeur de voix",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "Sélectionnez deux modèles de voix, définissez le pourcentage de fusion souhaité et mélangez-les en une toute nouvelle voix.",
120
+ "Voice Blender": "Mélangeur de voix",
121
+ "Drag and drop your model here": "Faites glisser et déposez votre modèle ici",
122
+ "You can also use a custom path.": "Vous pouvez également utiliser un chemin personnalisé.",
123
+ "Blend Ratio": "Rapport de mélange",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "En ajustant la position d’un côté ou de l’autre, le modèle sera plus similaire au premier ou au second.",
 
125
  "Fusion": "Fusion",
126
+ "Path to Model": "Chemin d’accès au modèle",
127
+ "Enter path to model": "Entrez le chemin d’accès au modèle",
128
+ "Model information to be placed": "Informations sur le modèle à placer",
129
+ "Inroduce the model information": "Introduire les informations du modèle",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "Les informations à placer dans le modèle (vous pouvez les laisser vides ou mettre n’importe quoi).",
131
+ "View model information": "Afficher les informations sur le modèle",
132
+ "Introduce the model pth path": "Présentation du modèle pth path",
133
+ "View": "Vue",
134
+ "Model extraction": "Extraction de modèles",
135
  "Model conversion": "Conversion de modèle",
136
  "Pth file": "Fichier Pth",
137
+ "Output of the pth file": "Sortie du fichier pth",
138
  "# How to Report an Issue on GitHub": "# Comment signaler un problème sur GitHub",
139
+ "1. Click on the 'Record Screen' button below to start recording the issue you are experiencing.": "1. Cliquez sur le bouton « Enregistrer l’écran » ci-dessous pour commencer à enregistrer le problème que vous rencontrez.",
140
+ "2. Once you have finished recording the issue, click on the 'Stop Recording' button (the same button, but the label changes depending on whether you are actively recording or not).": "2. Une fois que vous avez terminé d’enregistrer le numéro, cliquez sur le bouton « Arrêter lenregistrement » (le même bouton, mais l’étiquette change selon que vous enregistrez activement ou non).",
141
+ "3. Go to [GitHub Issues](https://github.com/IAHispano/Applio/issues) and click on the 'New Issue' button.": "3. Allez dans [GitHub Issues](https://github.com/IAHispano/Applio/issues) et cliquez sur le bouton « Nouveau problème ».",
142
+ "4. Complete the provided issue template, ensuring to include details as needed, and utilize the assets section to upload the recorded file from the previous step.": "4. Complétez le modèle de problème fourni, en veillant à inclure les détails nécessaires, et utilisez la section des ressources pour télécharger le fichier enregistré de l’étape précédente.",
143
+ "Record Screen": "Écran d’enregistrement",
144
  "Record": "Enregistrer",
145
+ "Stop Recording": "Arrêter lenregistrement",
146
+ "Introduce the model .pth path": "Présentation du chemin d’accès .pth du modèle",
147
+ "See Model Information": "Voir les informations sur le modèle",
148
  "## Download Model": "## Télécharger le modèle",
149
+ "Model Link": "Lien vers le modèle",
150
+ "Introduce the model link": "Introduire le lien du modèle",
151
  "Download Model": "Télécharger le modèle",
152
  "## Drop files": "## Déposer des fichiers",
153
+ "Drag your .pth file and .index file into this space. Drag one and then the other.": "Faites glisser vos fichiers .pth et .index dans cet espace. Faites glisser lun, puis lautre.",
154
  "TTS Voices": "Voix TTS",
155
+ "Select the TTS voice to use for the conversion.": "Sélectionnez la voix TTS à utiliser pour la conversion.",
156
  "Text to Synthesize": "Texte à synthétiser",
157
+ "Enter the text to synthesize.": "Saisissez le texte à synthétiser.",
158
+ "Or you can upload a .txt file": "Vous pouvez également télécharger un fichier .txt",
159
+ "Enter text to synthesize": "Saisir le texte à synthétiser",
160
+ "Output Path for TTS Audio": "Chemin de sortie pour l’audio TTS",
161
+ "Output Path for RVC Audio": "Chemin de sortie pour l’audio RVC",
162
+ "Enable Applio integration with Discord presence": "Activer l’intégration d’Applio avec la présence de Discord",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "Il activera la possibilité d’afficher l’activité actuelle d’Applio dans Discord.",
164
+ "Enable Applio integration with applio.org/models using flask": "Activer l’intégration d’Applio avec applio.org/models à l’aide de flask",
165
+ "It will activate the possibility of downloading models with a click from the website.": "Il activera la possibilité de télécharger des modèles en un clic depuis le site web.",
166
+ "Theme": "Thème",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "Sélectionnez le thème que vous souhaitez utiliser. (Nécessite le redémarrage d’Applio)",
168
+ "Language": "Langue",
169
+ "Select the language you want to use. (Requires restarting Applio)": "Sélectionnez la langue que vous souhaitez utiliser. (Nécessite le redémarrage d’Applio)",
170
+ "Plugin Installer": "Installateur de plugin",
171
+ "Drag your plugin.zip to install it": "Faites glisser votre plugin.zip pour l’installer",
172
+ "Version Checker": "Vérificateur de version",
173
+ "Check which version of Applio is the latest to see if you need to update.": "Vérifiez quelle version d’Applio est la plus récente pour voir si vous devez effectuer une mise à jour.",
174
+ "Check for updates": "Vérifier les mises à jour"
175
+ }
assets/i18n/languages/gu_GU.json CHANGED
@@ -2,6 +2,7 @@
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "અંતિમ વોઇસ ક્લોનિંગ ટૂલ, જે અજોડ શક્તિ, મોડ્યુલારિટી અને વપરાશકર્તા-મૈત્રીપૂર્ણ અનુભવ માટે સાવચેતીપૂર્વક ઓપ્ટિમાઇઝ કરવામાં આવ્યું છે.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "આ વિભાગમાં કેટલીક વધારાની ઉપયોગિતાઓ છે જે ઘણીવાર પ્રાયોગિક તબક્કામાં હોઈ શકે છે.",
4
  "Output Information": "આઉટપુટ જાણકારી",
 
5
  "Inference": "અનુમાન",
6
  "Train": "રેલગાડી",
7
  "Extra": "વધારાનું",
@@ -9,80 +10,126 @@
9
  "Processing": "પ્રક્રિયા કરી રહ્યા છીએ",
10
  "Audio Analyzer": "ઓડિયો વિશ્લેષક",
11
  "Model Information": "મોડેલ જાણકારી",
 
12
  "Download": "ડાઉનલોડ",
13
  "Report a Bug": "ભૂલનો અહેવાલ આપો",
 
14
  "Preprocess": "પ્રીપ્રોસેસ",
15
  "Model Name": "મોડેલ નામ",
 
16
  "Enter model name": "મોડેલ નામ દાખલ કરો",
17
  "Dataset Path": "ડેટાસેટ પાથ",
 
 
 
 
 
 
 
 
18
  "Enter dataset path": "ડેટાસેટ પાથને દાખલ કરો",
19
  "Sampling Rate": "નમૂનાનો દર",
 
20
  "RVC Version": "RVC આવૃત્તિ",
 
21
  "Preprocess Dataset": "પ્રીપ્રોસેસ ડેટાસેટ",
22
  "Extract": "અર્ક કાઢો",
23
  "Hop Length": "હોપ લંબાઈ",
 
24
  "Batch Size": "બેચ માપ",
 
25
  "Save Every Epoch": "દરેક ઈપોકનો સંગ્રહ કરો",
 
26
  "Total Epoch": "કુલ ઈપોક",
 
27
  "Pretrained": "પૂર્વપ્રશિક્ષિત",
28
  "Save Only Latest": "ફક્ત તાજેતરનાં ને સંગ્રહો",
 
29
  "Save Every Weights": "દરેક વજનોને બચાવો",
 
30
  "Custom Pretrained": "વૈવિધ્યપૂર્ણ પૂર્વટ્રેઈન થયેલ",
 
31
  "Upload Pretrained Model": "પહેલેથી પ્રશિક્ષિત મોડેલ અપલોડ કરો",
 
32
  "Pretrained Custom Settings": "પહેલેથી પ્રશિક્ષિત વૈવિધ્યપૂર્ણ સુયોજનો",
33
  "The file you dropped is not a valid pretrained file. Please try again.": "તમે મૂકેલી ફાઇલ એ યોગ્ય પૂર્વતાલીમવાળી ફાઇલ નથી. કૃપા કરીને ફરી પ્રયાસ કરો.",
34
  "Click the refresh button to see the pretrained file in the dropdown menu.": "ડ્રોપડાઉન મેનુમાં પહેલેથી તાલીમ લીધેલ ફાઈલ જોવા માટે રિફ્રેશ બટન પર ક્લિક કરો.",
35
  "Pretrained G Path": "વૈવિધ્યપૂર્ણ પૂર્વપ્રશિક્ષિત G",
36
  "Pretrained D Path": "વૈવિધ્યપૂર્ણ પૂર્વપ્રશિક્ષિત D",
37
  "GPU Settings": "GPU સુયોજનો",
 
38
  "GPU Custom Settings": "GPU કસ્ટમ સુયોજનો",
39
  "GPU Number": "GPU નંબર",
40
  "0 to ∞ separated by -": "0 થી ∞ આના દ્વારા અલગ પાડવામાં આવે છે -",
41
  "GPU Information": "GPU જાણકારી",
42
  "Pitch Guidance": "પિચ માર્ગદર્શન",
 
 
43
  "Extract Features": "લક્ષણોનો અર્ક કાઢો",
44
  "Start Training": "તાલીમ શરૂ કરો",
45
  "Generate Index": "અનુક્રમણિકા બનાવો",
46
  "Voice Model": "અવાજ મોડેલ",
 
47
  "Index File": "અનુક્રમણિકા ફાઇલ",
 
48
  "Refresh": "પુનઃતાજું કરો",
49
  "Unload Voice": "અવાજ અનલોડ કરો",
50
  "Single": "એકલું",
51
  "Upload Audio": "ઓડિયો અપલોડ કરો",
52
  "Select Audio": "ઓડિયો પસંદ કરો",
 
53
  "Advanced Settings": "અદ્યતન સુયોજનો",
54
  "Clear Outputs (Deletes all audios in assets/audios)": "આઉટપુટ સાફ કરો (સંપત્તિઓ/ઓડિયોમાં બધા ઓડિયો કાઢી નાંખે છે)",
55
  "Custom Output Path": "કસ્ટમ આઉટપુટ પાથ",
56
  "Output Path": "આઉટપુટ પાથ",
 
 
 
 
 
 
 
 
 
57
  "Pitch": "પિચ",
58
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "જા >=૩ હોય તોઃ કાપણી કરેલી પિચના પરિણામો પર મધ્યક ફિલ્ટરિંગ લગાવો. મૂલ્ય ફિલ્ટર ત્રિજ્યાને રજૂ કરે છે અને શ્વાસ રુંધાઇ શકે છે",
 
 
59
  "Search Feature Ratio": "શોધ લક્ષણ ગુણોત્તર",
 
 
 
 
 
60
  "Pitch extraction algorithm": "પિચ નિષ્કર્ષણ અલગોરિધમ",
 
61
  "Convert": "રૂપાંતર કરો",
62
  "Export Audio": "ઓડિયો નિકાસ કરો",
63
  "Batch": "બેચ",
64
  "Input Folder": "ઇનપુટ ફોલ્ડર",
 
65
  "Enter input path": "ઇનપુટ પાથને દાખલ કરો",
66
  "Output Folder": "આઉટપુટ ફોલ્ડર",
 
67
  "Enter output path": "આઉટપુટ પાથ દાખલ કરો",
68
  "Get information about the audio": "ઓડિયો વિશે જાણકારી મેળવો",
69
  "Information about the audio file": "ઓડિયો ફાઈલ વિશેની માહિતી",
70
  "Waiting for information...": "જાણકારી માટે રાહ જોઇ રહ્યા છીએ...",
71
- "Model fusion": "મોડેલ ફ્યુઝન",
72
- "Weight for Model A": "મોડેલ A માટે વજન",
73
- "Whether the model has pitch guidance": "શું મોડેલને પિચ માર્ગદર્શન છે",
74
- "Model architecture version": "મોડેલ આર્કિટેક્ચર આવૃત્તિ",
75
- "Path to Model A": "મોડેલ A નો પાથ",
76
- "Path to Model B": "પાથ ટુ મોડેલ B",
77
- "Path to model": "મોડેલનો પાથ",
78
- "Model information to be placed": "મૂકવાની મોડેલ માહિતી",
79
  "Fusion": "ફ્યુઝન",
80
- "Modify model information": "મોડેલ જાણકારીમાં ફેરફાર કરો",
81
  "Path to Model": "મોડેલનો પાથ",
82
- "Model information to be modified": "બદલવા માટેના મોડેલ જાણકારી",
83
- "Save file name": "ફાઇલ નામને સંગ્રહો",
84
- "Modify": "બદલો",
 
85
  "View model information": "મોડેલ જાણકારી જુઓ",
 
86
  "View": "જુઓ",
87
  "Model extraction": "મોડેલ નિષ્કર્ષણ",
88
  "Model conversion": "મોડેલ રૂપાંતરણ",
@@ -101,13 +148,28 @@
101
  "## Download Model": "## ડાઉનલોડ મોડેલ",
102
  "Model Link": "મોડેલ કડી",
103
  "Introduce the model link": "મોડેલ કડીનો પરિચય આપો",
104
- "Download Model": "ડેસ્કારગર મોડેલો",
105
  "## Drop files": "## ફાઇલો મૂકો",
106
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "આ જગ્યામાં તમારી .pth ફાઇલ અને .index ફાઇલને ખેંચો. એકને ખેંચો અને પછી બીજું.",
107
  "TTS Voices": "TTS અવાજો",
 
108
  "Text to Synthesize": "સંશ્લેષણ કરવા માટેનું લખાણ",
 
 
109
  "Enter text to synthesize": "સંશ્લેષણ કરવા માટે લખાણ દાખલ કરો",
110
  "Output Path for TTS Audio": "TTS ઓડિયો માટે આઉટપુટ પાથ",
111
  "Output Path for RVC Audio": "RVC ઓડિયો માટે આઉટપુટ પાથ",
112
- "Enable Applio integration with Discord presence": "એપ્લિયો પ્રસેન્સ"
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "અંતિમ વોઇસ ક્લોનિંગ ટૂલ, જે અજોડ શક્તિ, મોડ્યુલારિટી અને વપરાશકર્તા-મૈત્રીપૂર્ણ અનુભવ માટે સાવચેતીપૂર્વક ઓપ્ટિમાઇઝ કરવામાં આવ્યું છે.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "આ વિભાગમાં કેટલીક વધારાની ઉપયોગિતાઓ છે જે ઘણીવાર પ્રાયોગિક તબક્કામાં હોઈ શકે છે.",
4
  "Output Information": "આઉટપુટ જાણકારી",
5
+ "The output information will be displayed here.": "આઉટપુટ જાણકારી અંહિ દર્શાવવામાં આવશે.",
6
  "Inference": "અનુમાન",
7
  "Train": "રેલગાડી",
8
  "Extra": "વધારાનું",
 
10
  "Processing": "પ્રક્રિયા કરી રહ્યા છીએ",
11
  "Audio Analyzer": "ઓડિયો વિશ્લેષક",
12
  "Model Information": "મોડેલ જાણકારી",
13
+ "Plugins": "પ્લગઇનો",
14
  "Download": "ડાઉનલોડ",
15
  "Report a Bug": "ભૂલનો અહેવાલ આપો",
16
+ "Settings": "સુયોજનો",
17
  "Preprocess": "પ્રીપ્રોસેસ",
18
  "Model Name": "મોડેલ નામ",
19
+ "Name of the new model.": "નવા મોડેલનું નામ.",
20
  "Enter model name": "મોડેલ નામ દાખલ કરો",
21
  "Dataset Path": "ડેટાસેટ પાથ",
22
+ "Path to the dataset folder.": "ડેટાસેટ ફોલ્ડરનો પાથ.",
23
+ "Refresh Datasets": "ડેટાસેટ્સ પુનઃતાજું કરો",
24
+ "Dataset Creator": "ડેટાસેટ બનાવનાર",
25
+ "Dataset Name": "ડેટાસેટ નામ",
26
+ "Name of the new dataset.": "નવા ડેટાસેટનું નામ.",
27
+ "Enter dataset name": "ડેટાસેટ નામ દાખલ કરો",
28
+ "Upload Audio Dataset": "ઓડિયો ડેટાસેટ અપલોડ કરો",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "ઓડિયો ફાઈલ સફળતાપૂર્વક ડેટાસેટમાં ઉમેરાઈ ગઈ છે. કૃપા કરીને પ્રીપ્રોસેસ બટન પર ક્લિક કરો.",
30
  "Enter dataset path": "ડેટાસેટ પાથને દાખલ કરો",
31
  "Sampling Rate": "નમૂનાનો દર",
32
+ "The sampling rate of the audio files.": "ઓડિયો ફાઈલોનો નમૂનાનો દર.",
33
  "RVC Version": "RVC આવૃત્તિ",
34
+ "The RVC version of the model.": "મોડેલનું આરવીસી વર્ઝન.",
35
  "Preprocess Dataset": "પ્રીપ્રોસેસ ડેટાસેટ",
36
  "Extract": "અર્ક કાઢો",
37
  "Hop Length": "હોપ લંબાઈ",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "સિસ્ટમને નોંધપાત્ર પિચ પરિવર્તનમાં સંક્રમણ કરવામાં જે સમયગાળો લાગે છે તે સૂચવે છે. નાના હોપની લંબાઈને અનુમાન માટે વધુ સમયની જરૂર હોય છે પરંતુ ઉચ્ચ પિચ ચોકસાઈ પ્રાપ્ત કરવાનું વલણ ધરાવે છે.",
39
  "Batch Size": "બેચ માપ",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "તેને તમારા જીપીયુના ઉપલબ્ધ વીઆરએએમ સાથે સંરેખિત કરવાની સલાહ આપવામાં આવે છે. 4નું સેટિંગ સુધારેલી ચોકસાઈ આપે છે પરંતુ પ્રક્રિયા ધીમી છે, જ્યારે 8 ઝડપી અને પ્રમાણભૂત પરિણામો પ્રદાન કરે છે.",
41
  "Save Every Epoch": "દરેક ઈપોકનો સંગ્રહ કરો",
42
+ "Determine at how many epochs the model will saved at.": "મોડેલ કેટલા યુગમાં સંગ્રહાશે તે નક્કી કરો.",
43
  "Total Epoch": "કુલ ઈપોક",
44
+ "Specifies the overall quantity of epochs for the model training process.": "મોડેલ તાલીમ પ્રક્રિયા માટે યુગોનો એકંદર જથ્થો સ્પષ્ટ કરે છે.",
45
  "Pretrained": "પૂર્વપ્રશિક્ષિત",
46
  "Save Only Latest": "ફક્ત તાજેતરનાં ને સંગ્રહો",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "આ ગોઠવણને સક્રિય કરવાથી જી અને ડી (G) અને ડી (D) ફાઇલો માત્ર તેમના તાજેતરના વર્ઝનને જ સેવ કરી શકશે, અસરકારક રીતે સ્ટોરેજ સ્પેસનું સંરક્ષણ કરશે.",
48
  "Save Every Weights": "દરેક વજનોને બચાવો",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "આ ગોઠવણી તમને દરેક યુગના અંતે મોડેલના વજનને બચાવવા માટે સક્ષમ બનાવે છે.",
50
  "Custom Pretrained": "વૈવિધ્યપૂર્ણ પૂર્વટ્રેઈન થયેલ",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "કસ્ટમ પ્રીટ્રેઇન્ડ મોડેલ્સનો ઉપયોગ કરવાથી શ્રેષ્ઠ પરિણામો મળી શકે છે, કારણ કે ચોક્કસ ઉપયોગના કિસ્સાને અનુરૂપ સૌથી યોગ્ય પ્રિટ્રેઇન્ડ મોડેલ્સની પસંદગી કરવાથી કામગીરીમાં નોંધપાત્ર વધારો થઈ શકે છે.",
52
  "Upload Pretrained Model": "પહેલેથી પ્રશિક્ષિત મોડેલ અપલોડ કરો",
53
+ "Refresh Custom Pretraineds": "કસ્ટમ પૂર્વપ્રશિક્ષિતોને તાજુ કરો",
54
  "Pretrained Custom Settings": "પહેલેથી પ્રશિક્ષિત વૈવિધ્યપૂર્ણ સુયોજનો",
55
  "The file you dropped is not a valid pretrained file. Please try again.": "તમે મૂકેલી ફાઇલ એ યોગ્ય પૂર્વતાલીમવાળી ફાઇલ નથી. કૃપા કરીને ફરી પ્રયાસ કરો.",
56
  "Click the refresh button to see the pretrained file in the dropdown menu.": "ડ્રોપડાઉન મેનુમાં પહેલેથી તાલીમ લીધેલ ફાઈલ જોવા માટે રિફ્રેશ બટન પર ક્લિક કરો.",
57
  "Pretrained G Path": "વૈવિધ્યપૂર્ણ પૂર્વપ્રશિક્ષિત G",
58
  "Pretrained D Path": "વૈવિધ્યપૂર્ણ પૂર્વપ્રશિક્ષિત D",
59
  "GPU Settings": "GPU સુયોજનો",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "અદ્યતન GPU ગોઠવણો સુયોજિત કરે છે, જે વધુ સારા GPU આર્કિટેક્ચર ધરાવતા વપરાશકર્તાઓ માટે આગ્રહણીય છે.",
61
  "GPU Custom Settings": "GPU કસ્ટમ સુયોજનો",
62
  "GPU Number": "GPU નંબર",
63
  "0 to ∞ separated by -": "0 થી ∞ આના દ્વારા અલગ પાડવામાં આવે છે -",
64
  "GPU Information": "GPU જાણકારી",
65
  "Pitch Guidance": "પિચ માર્ગદર્શન",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "પિચ માર્ગદર્શનનો ઉપયોગ કરીને, મૂળ અવાજના રણકારને પ્રતિબિંબિત કરવાનું શક્ય બને છે, જેમાં તેની પીચનો પણ સમાવેશ થાય છે. આ સુવિધા ખાસ કરીને ગાવા અને અન્ય દૃશ્યો માટે મૂલ્યવાન છે જ્યાં મૂળ મેલોડી અથવા પિચ પેટર્નને સાચવવી જરૂરી છે.",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "તમારા પોતાનાને તાલીમ આપતી વખતે પૂર્વપ્રશિક્ષિત મોડેલોનો ઉપયોગ કરો. આ અભિગમ તાલીમનો સમયગાળો ઘટાડે છે અને એકંદર ગુણવત્તામાં વધારો કરે છે.",
68
  "Extract Features": "લક્ષણોનો અર્ક કાઢો",
69
  "Start Training": "તાલીમ શરૂ કરો",
70
  "Generate Index": "અનુક્રમણિકા બનાવો",
71
  "Voice Model": "અવાજ મોડેલ",
72
+ "Select the voice model to use for the conversion.": "રૂપાંતરણ માટે વાપરવા માટે વોઇસ મોડેલ પસંદ કરો.",
73
  "Index File": "અનુક્રમણિકા ફાઇલ",
74
+ "Select the index file to use for the conversion.": "રૂપાંતરણ માટે વાપરવા માટે અનુક્રમણિકા ફાઈલ પસંદ કરો.",
75
  "Refresh": "પુનઃતાજું કરો",
76
  "Unload Voice": "અવાજ અનલોડ કરો",
77
  "Single": "એકલું",
78
  "Upload Audio": "ઓડિયો અપલોડ કરો",
79
  "Select Audio": "ઓડિયો પસંદ કરો",
80
+ "Select the audio to convert.": "રૂપાંતરિત કરવા માટે ઓડિયો પસંદ કરો.",
81
  "Advanced Settings": "અદ્યતન સુયોજનો",
82
  "Clear Outputs (Deletes all audios in assets/audios)": "આઉટપુટ સાફ કરો (સંપત્તિઓ/ઓડિયોમાં બધા ઓડિયો કાઢી નાંખે છે)",
83
  "Custom Output Path": "કસ્ટમ આઉટપુટ પાથ",
84
  "Output Path": "આઉટપુટ પાથ",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "પાથ કે જ્યાં આઉટપુટ ઓડિયો એ મૂળભૂત રીતે assets/audios/output.wav માં સંગ્રહાશે",
86
+ "Split Audio": "ઓડિયો વિભાજિત કરો",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "કેટલાક કિસ્સાઓમાં વધુ સારા પરિણામો મેળવવા માટે અનુમાન માટે ઓડિઓને ભાગોમાં વિભાજિત કરો.",
88
+ "Autotune": "Autotune",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "તમારા અનુમાનો પર નરમ ઓટોટ્યુન લાગુ કરો, જે ગાવા માટે ભલામણ કરવામાં આવે છે રૂપાંતરણો ગાવા માટે ભલામણ કરવામાં આવે છે.",
90
+ "Clean Audio": "ઓડિયો સાફ કરો",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "ઓડિયો બોલવા માટે ભલામણ કરવામાં આવેલા નોઇઝ ડિટેક્શન એલ્ગોરિધમ્સનો ઉપયોગ કરીને તમારા ઓડિયો આઉટપુટને સાફ કરો.",
92
+ "Clean Strength": "સ્વચ્છ મજબૂતાઈ",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "તમે ઇચ્છો તે ઓડિયો પર સફાઇનું સ્તર સુયોજિત કરો, તમે તેને જેટલું વધારશો તેટલું તે સાફ થશે, પરંતુ શક્ય છે કે ઓડિયો વધુ સંકુચિત હશે.",
94
  "Pitch": "પિચ",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "ઓડિયોની પિચ સુયોજિત કરો, કિંમત જેટલી ઊંચી હશે, તેટલી પીચ વધુ ઊંચી હશે.",
96
+ "Filter Radius": "ફિલ્ટર ત્રિજ્યા",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "જો સંખ્યા ત્રણ કરતા વધારે અથવા સમાન હોય, તો એકત્રિત સ્વર પરિણામો પર મધ્યમ ફિલ્ટરિંગનો ઉપયોગ કરવાથી શ્વસનનક્કી થવાની સંભાવના રહે છે.",
98
  "Search Feature Ratio": "શોધ લક્ષણ ગુણોત્તર",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "અનુક્રમણિકા ફાઈલ દ્વારા લાગતો પ્રભાવ; ઉચ્ચતર મૂલ્ય વધુ પ્રભાવને મળતું આવે છે. જો કે, નીચા મૂલ્યોની પસંદગી કરવાથી ઓડિયોમાં હાજર કલાકૃતિઓને ઘટાડવામાં મદદ મળી શકે છે.",
100
+ "Volume Envelope": "વોલ્યુમ કવરpaper size",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "આઉટપુટના વોલ્યુમ પરબિડીયા સાથે અવેજી અથવા મિશ્રણ કરો. ગુણોત્તર 1 ની નજીક હોય છે, આઉટપુટ પરબિડીયાને વધુ ઉપયોગમાં લેવામાં આવે છે.",
102
+ "Protect Voiceless Consonants": "અવાજ વગરના વ્યંજનોનું રક્ષણ કરો",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "ઇલેક્ટ્રો-એકોસ્ટિક ફાટી ન જાય અને અન્ય કલાકૃતિઓ ન ફાટી જાય તે માટે વિશિષ્ટ વ્યંજનો અને શ્વાસોચ્છવાસના અવાજનું રક્ષણ કરો. પરિમાણને તેના ૦.૫ ના મહત્તમ મૂલ્ય તરફ ખેંચવું એ વ્યાપક સુરક્ષા પ્રદાન કરે છે. જો કે, આ મૂલ્યમાં ઘટાડો કરવાથી અનુક્રમણિકાની અસરને સંભવિતપણે ઘટાડવાની સાથે સંરક્ષણની હદમાં ઘટાડો થઈ શકે છે.",
104
  "Pitch extraction algorithm": "પિચ નિષ્કર્ષણ અલગોરિધમ",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "ઓડિઓ રૂપાંતર માટે વાપરવા માટે પિચ નિષ્કર્ષણ અલ્ગોરિધમનો. મૂળભૂત અલ્ગોરિધમ એ rmvpe છે, જે મોટાભાગના કિસ્સાઓમાં ભલામણ કરવામાં આવે છે.",
106
  "Convert": "રૂપાંતર કરો",
107
  "Export Audio": "ઓડિયો નિકાસ કરો",
108
  "Batch": "બેચ",
109
  "Input Folder": "ઇનપુટ ફોલ્ડર",
110
+ "Select the folder containing the audios to convert.": "ફેરવવા માટે ઓડિયો સમાવતા ફોલ્ડરને પસંદ કરો.",
111
  "Enter input path": "ઇનપુટ પાથને દાખલ કરો",
112
  "Output Folder": "આઉટપુટ ફોલ્ડર",
113
+ "Select the folder where the output audios will be saved.": "ફોલ્ડર પસંદ કરો કે જ્યાં આઉટપુટ ઓડિયો સંગ્રહાશે.",
114
  "Enter output path": "આઉટપુટ પાથ દાખલ કરો",
115
  "Get information about the audio": "ઓડિયો વિશે જાણકારી મેળવો",
116
  "Information about the audio file": "ઓડિયો ફાઈલ વિશેની માહિતી",
117
  "Waiting for information...": "જાણકારી માટે રાહ જોઇ રહ્યા છીએ...",
118
+ "## Voice Blender": "## વોઇસ બ્લેન્ડર",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "બે વોઇસ મોડલ્સ પસંદ કરો, તમારી ઇચ્છિત મિશ્રણ ટકાવારી સેટ કરો અને તેને સંપૂર્ણપણે નવા અવાજમાં મિશ્રિત કરો.",
120
+ "Voice Blender": "અવાજ બ્લેન્ડર",
121
+ "Drag and drop your model here": "તમારા મોડેલને અંહિ ખેંચો અને મૂકો",
122
+ "You can also use a custom path.": "તમે કસ્ટમ પાથનો પણ ઉપયોગ કરી શકો છો.",
123
+ "Blend Ratio": "મિશ્રણ ગુણોત્તર",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "સ્થિતિને એક બાજુ અથવા બીજી બાજુ વધુ સમાયોજિત કરવાથી મોડેલને પ્રથમ અથવા બીજી બાજુ વધુ સમાન બનાવશે.",
 
125
  "Fusion": "ફ્યુઝન",
 
126
  "Path to Model": "મોડેલનો પાથ",
127
+ "Enter path to model": "મોડેલ માટે પાથને દાખલ કરો",
128
+ "Model information to be placed": "મૂકવાની મોડેલ માહિતી",
129
+ "Inroduce the model information": "મોડેલની જાણકારીને ઇનરોડ્યુસ કરો",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "મોડેલમાં મૂકવાની માહિતી (તમે તેને ખાલી છોડી શકો છો અથવા કંઈપણ મૂકી શકો છો).",
131
  "View model information": "મોડેલ જાણકારી જુઓ",
132
+ "Introduce the model pth path": "મોડેલ pth પાથનો પરિચય આપો",
133
  "View": "જુઓ",
134
  "Model extraction": "મોડેલ નિષ્કર્ષણ",
135
  "Model conversion": "મોડેલ રૂપાંતરણ",
 
148
  "## Download Model": "## ડાઉનલોડ મોડેલ",
149
  "Model Link": "મોડેલ કડી",
150
  "Introduce the model link": "મોડેલ કડીનો પરિચય આપો",
151
+ "Download Model": "ડાઉનલોડ મોડેલ",
152
  "## Drop files": "## ફાઇલો મૂકો",
153
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "આ જગ્યામાં તમારી .pth ફાઇલ અને .index ફાઇલને ખેંચો. એકને ખેંચો અને પછી બીજું.",
154
  "TTS Voices": "TTS અવાજો",
155
+ "Select the TTS voice to use for the conversion.": "રૂપાંતરણ માટે વાપરવા માટે TTS અવાજ પસંદ કરો.",
156
  "Text to Synthesize": "સંશ્લેષણ કરવા માટેનું લખાણ",
157
+ "Enter the text to synthesize.": "સંશ્લેષણ કરવા માટે લખાણ દાખલ કરો.",
158
+ "Or you can upload a .txt file": "અથવા તમે .txt ફાઇલ અપલોડ કરી શકો છો",
159
  "Enter text to synthesize": "સંશ્લેષણ કરવા માટે લખાણ દાખલ કરો",
160
  "Output Path for TTS Audio": "TTS ઓડિયો માટે આઉટપુટ પાથ",
161
  "Output Path for RVC Audio": "RVC ઓડિયો માટે આઉટપુટ પાથ",
162
+ "Enable Applio integration with Discord presence": "ડિસ્કોર્ડ હાજરી સાથે એપ્લિઓ સંકલન સક્રિય કરો",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "તે ડિસ્કોર્ડમાં વર્તમાન એપ્લિયો પ્રવૃત્તિ પ્રદર્શિત કરવાની સંભાવનાને સક્રિય કરશે.",
164
+ "Enable Applio integration with applio.org/models using flask": "ફ્લાસ્કની મદદથી applio.org/models સાથે એપ્લિયો સંકલન સક્રિય કરો",
165
+ "It will activate the possibility of downloading models with a click from the website.": "તે વેબસાઇટ પરથી એક ક્લિક સાથે મોડેલો ડાઉનલોડ કરવાની સંભાવનાને સક્રિય કરશે.",
166
+ "Theme": "થીમ",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "થીમ પસંદ કરો જે તમે વાપરવા માંગો છો. (એપ્લિયોને ફરી શરૂ કરવાની જરૂર છે)",
168
+ "Language": "ભાષા",
169
+ "Select the language you want to use. (Requires restarting Applio)": "તમે જે ભાષા વાપરવા માંગો તે પસંદ કરો. (એપ્લિયોને ફરી શરૂ કરવાની જરૂર છે)",
170
+ "Plugin Installer": "પ્લગઇન સ્થાપનાર",
171
+ "Drag your plugin.zip to install it": "તેને સ્થાપિત કરવા માટે તમારા plugin.zip ખેંચો",
172
+ "Version Checker": "આવૃત્તિ ચકાસનાર",
173
+ "Check which version of Applio is the latest to see if you need to update.": "તમારે અપડેટ કરવાની જરૂર છે કે નહીં તે જોવા માટે એપ્લિઓનું કયું સંસ્કરણ નવીનતમ છે તે તપાસો.",
174
+ "Check for updates": "સુધારાઓ માટે ચકાસો"
175
+ }
assets/i18n/languages/hi_IN.json ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "अल्टीमेट वॉयस क्लोनिंग टूल, बेजोड़ पॉवर, मॉड्यूलरिटी और उपयोगकर्ता-अनुकूल अनुभव के लिए बारीकी से ऑप्टिमाइज़ किया गया।\n[हिन्दी अनुवाद: Enes](https://discord.com/users/1140031358006202468)",
3
+ "This section contains some extra utilities that often may be in experimental phases.": "इस खंड में कुछ अतिरिक्त उपयोगिताएँ होती हैं जो अक्सर प्रायोगिक चरणों में हो सकती हैं।",
4
+ "Output Information": "आउटपुट जानकारी",
5
+ "The output information will be displayed here.": "आउटपुट जानकारी यहाँ प्रदर्शित की जाएगी।",
6
+
7
+ "Inference": "निष्कर्ष",
8
+ "Train": "ट्रेन",
9
+ "Extra": "अतिरिक्त",
10
+ "Merge Audios": "इस ऑडियो को मर्ज करें",
11
+ "Processing": "प्रोसेसिंग",
12
+ "Audio Analyzer": "ऑडियो एनालाइज़र",
13
+ "Model Information": "मॉडल जानकारी",
14
+ "Plugins": "प्लगइन्स",
15
+ "Download": "डाउनलोड करें",
16
+ "Report a Bug": "एक बग की रिपोर्ट करें",
17
+ "Settings": "सेटिंग्स",
18
+
19
+ "Preprocess": "पूर्व-प्रसंस्करण",
20
+ "Model Name": "मॉडल का नाम",
21
+ "Name of the new model.": "नए मॉडल का नाम।",
22
+ "Enter model name": "मॉडल नाम डालें",
23
+ "Dataset Path": "डेटासेट पथ",
24
+ "Path to the dataset folder.": "डेटासेट फ़ोल्डर का पथ।",
25
+ "Refresh Datasets": "डेटासेट रीफ्रेश करें",
26
+ "Dataset Creator": "डेटासेट बनाने वाला",
27
+ "Dataset Name": "डेटासेट का नाम",
28
+ "Name of the new dataset.": "नए डेटासेट का नाम।",
29
+ "Enter dataset name": "डेटासेट का नाम डालें",
30
+ "Upload Audio Dataset": "ऑडियो डेटासेट अपलोड करें",
31
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "ऑडियो फ़ाइल को डेटासेट में सफलतापूर्वक जोड़ा गया है। कृपया प्रीप्रोसेस बटन पर क्लिक करें।",
32
+ "Enter dataset path": "डेटासेट पथ डालें",
33
+ "Sampling Rate": "नमूनाकरण दर",
34
+ "The sampling rate of the audio files.": "ऑडियो फ़ाइलों की नमूनाकरण दर।",
35
+ "RVC Version": "RVC वर्शन",
36
+ "The RVC version of the model.": "मॉडल का RVC वर्शन।",
37
+ "Preprocess Dataset": "डेटासेट का पूर्व-प्रसंस्करण करें",
38
+
39
+ "Extract": "एक्सट्रैक्ट",
40
+ "Hop Length": "हॉप लंबाई",
41
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "यह अवधी को दर्शाती है जिसे सिस्टम को पिच में महत्वपूर्ण बदलाव के लिए ले जाना पड़ता है। कम हॉप लंबाई को अनुमान लगाने में अधिक समय लगता है लेकिन उच्च पिच सटीकता मिलती है।",
42
+ "Batch Size": "बैच आकार",
43
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "अपने GPU की उपलब्ध VRAM के साथ इसे संरेखित करना उचित है। 4 की सेटिंग में सटीकता बेहतर होती है लेकिन प्रोसेसिंग धीमी होती है, जबकि 8 तेज और मानक परिणाम प्रदान करता है।",
44
+ "Save Every Epoch": "प्रत्येक युग को सेव करें",
45
+ "Determine at how many epochs the model will saved at.": "निर्धारित करें कि कितने युग पर मॉडल सहेजा जाएगा",
46
+ "Total Epoch": "कुल युग",
47
+ "Specifies the overall quantity of epochs for the model training process.": "मॉडल प्रशिक्षण प्रक्रिया के लिए युग की समग्र मात्रा निर्दिष्ट करता है।",
48
+ "Pretrained": "पूर्व प्रशिक्षित",
49
+ "Save Only Latest": "केवल नवीनतम को सेव करें",
50
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "इस सेटिंग को सक्षम करने पर G और D फ़ाइलें अपने केवल नवीनतम संस्करण को ही सेव करेंगी, भंडारण स्थान को प्रभावी ढंग से संरक्षित करना।",
51
+ "Save Every Weights": "प्रत्येक वज़न को सेव करें",
52
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "यह सेटिंग आपको प्रत्येक युग के समापन पर मॉडल के वजन को सेव करने में सक्षम बनाती है।",
53
+ "Custom Pretrained": "कस्टम पूर्व प्रशिक्षित",
54
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "कस्टम पूर्व प्रशिक्षित मॉडलों का उपयोग करने से बेहतर परिणाम मिल सकते हैं, क्योंकि विशिष्ट उपयोग के मामले के अनुरूप सबसे उपयुक्त पूर्व प्रशिक्षित मॉडलों को चुनने से प्रदर्शन में काफी वृद्धि हो सकती है।",
55
+ "Upload Pretrained Model": "पूर्व प्रशिक्षित मॉडल अपलोड करें",
56
+ "Refresh Custom Pretraineds": "कस्टम पूर्व प्रशिक्षितों को ताज़ा करें",
57
+ "Pretrained Custom Settings": "पूर्व प्रशिक्षित कस्टम सेटिंग्स",
58
+ "The file you dropped is not a valid pretrained file. Please try again.": "जो फ़ाइल आपने छोड़ी है वह एक मान्य पूर्व प्रशिक्षित फ़ाइल नहीं है। कृपया पुनः प्रयास करें।",
59
+ "Click the refresh button to see the pretrained file in the dropdown menu.": "ड्रॉपडाउन मेनू में पूर्व प्रशिक्षित फ़ाइल को देखने के लिए रीफ़्रेश बटन पर क्लिक करें।",
60
+ "Pretrained G Path": "कस्टम पूर्व प्रशिक्षित G",
61
+ "Pretrained D Path": "कस्टम पूर्व प्रशिक्षित D",
62
+ "GPU Settings": "GPU सेटिंग्स",
63
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "उन्नत GPU सेटिंग्स सेट करता है, बेहतर GPU आर्किटेक्चर वाले उपयोगकर्ताओं के लिए अनुशंसित।",
64
+ "GPU Custom Settings": "GPU कस्टम सेटिंग्स",
65
+ "GPU Number": "GPU संख्या",
66
+ "0 to ∞ separated by -": "0 से ∞ तक अलग से -",
67
+ "GPU Information": "GPU जानकारी",
68
+ "Pitch Guidance": "पिच मार्गदर्शन",
69
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "पिच मार्गदर्शन को नियोजित करके, मूल आवाज़ के स्वर को प्रतिबिंबित करना संभव हो जाता है। यह सुविधा गायन और अन्य परिदृश्य के लिए विशेष रूप से मूल्यवान है जहाँ मूल राग या पिच पैटर्न को संरक्षित करना आवश्यक है।",
70
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "अपना खुद का प्रशिक्षण करते समय पूर्व प्रशिक्षित मॉडलों का उपयोग करें। यह दृष्टिक���ण प्रशिक्षण की अवधि कम करता है और समग्र गुणवत्ता को बढ़ाता है।",
71
+ "Extract Features": "विशेषताएँ निकालें",
72
+
73
+ "Start Training": "प्रशिक्षण शुरू करें",
74
+ "Stop Training & Restart Applio": "प्रशिक्षण रोकें और Applio को पुनः आरंभ करें",
75
+ "Generate Index": "इंडेक्स बनाएँ",
76
+
77
+ "Voice Model": "आवाज़ का मॉडल",
78
+ "Select the voice model to use for the conversion.": "रूपांतरण के लिए उपयोग करने के लिए आवाज मॉडल का चयन करें।",
79
+ "Index File": "इंडेक्स फ़ाइल",
80
+ "Select the index file to use for the conversion.": "रूपांतरण के लिए उपयोग करने के लिए इंडेक्स फ़ाइल का चयन करें।",
81
+ "Refresh": "ताज़ा करें",
82
+ "Unload Voice": "आवाज़ अनलोड करें",
83
+
84
+ "Single": "सिंगल",
85
+ "Upload Audio": "ऑडियो अपलोड करें",
86
+ "Select Audio": "ऑडियो चुनें",
87
+ "Select the audio to convert.": "रूपांतरित करने के लिए ऑडियो चुनें।",
88
+ "Advanced Settings": "उन्नत सेटिंग्स",
89
+ "Clear Outputs (Deletes all audios in assets/audios)": "(assets/audios में सभी ऑडियो को हटाता है) आउटपुट साफ़ करें",
90
+ "Custom Output Path": "कस्टम आउटपुट पथ",
91
+ "Output Path": "आउटपुट पथ",
92
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "आउटपुट ऑडियो का पथ जहाँ उसे सेव किया जाएगा, डिफ़ॉल्ट रूप से assets/audios/output.wav में",
93
+ "Split Audio": "ऑडियो को विभाजित करें",
94
+ "Split the audio into chunks for inference to obtain better results in some cases.": "कुछ स्थितियों में अधिक बेहतर परिणाम प्राप्त करने के लिए अनुमान के लिए ऑडियो को हिस्सों में विभाजित करें।",
95
+ "Autotune": "ऑटोट्यून",
96
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "अपने अनुमानों पर एक नरम ऑटोट्यून लागू करें, यह गायन रूपांतरण के लिए अनुशंसित है।",
97
+ "Clean Audio": "ऑडियो साफ़ करें",
98
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "शोर का पता लगाने वाले एल्गोरिदम का उपयोग करके अपने ऑडियो आउटपुट को साफ़ करें, बोलने वाले ऑडियो के लिए अनुशंसित।",
99
+ "Clean Strength": "सफाई शक्ति",
100
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "ऑडियो को साफ़ करने का स्तर निर्धारित करें, जैसे-जैसे आप इसे बढ़ाते जाएँगे यह उतना ही अधिक साफ़ करेगा, लेकिन यह संभव है कि ऑडियो और संकुचित हो सकता है।",
101
+ "Pitch": "पिच",
102
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "ऑडियो की पिच सेट करें, मान जितना अधिक होगा, पिच उतनी ही अधिक होगी।",
103
+ "Filter Radius": "फ़िल्टर त्रिज्या",
104
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "यदि संख्या तीन से अधिक या उसके बराबर है, तो एकत्र किए गए स्वर परिणामों पर मेडियन फ़िल्टरिंग का उपयोग करके साँस लेना कम हो जाता है।",
105
+ "Search Feature Ratio": "फीचर अनुपात खोजें",
106
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "इंडेक्स फ़ाइल द्वारा प्रभावित; ए��� उच्च मान अधिक प्रभाव से मेल खाता है। हालाँकि, कम मूल्यों को चुनने से ऑडियो में मौजूद कलाकृतियों को कम करने में मदद मिल सकती है।",
107
+ "Volume Envelope": "आयतन आवरण",
108
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "आउटपुट के आयतन आवरण के साथ स्थानापन्न करें या सम्मिश्रित करें। अनुपात जितना 1 के करीब होगा, आउटपुट आवरण उतना ही अधिक नियोजित किया जाएगा।",
109
+ "Protect Voiceless Consonants": "वॉयसलेस व्यंजनों की सुरक्षा करें",
110
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "इलेक्ट्रो-ध्वनिक फाड़ और अन्य कलाकृतियों को रोकने के लिए अलग-अलग व्यंजन और साँस लेने की आवाज़ को सुरक्षित रखें। पैरामीटर को उसके अधिकतम मान 0.5 तक खींचना व्यापक सुरक्षा प्रदान करता है। हालाँकि, इस मान को कम करने से सुरक्षा की सीमा कम हो सकती है जबकि संभावित रूप से अनुक्रमण प्रभाव कम हो सकता है।",
111
+ "Pitch extraction algorithm": "पिच निष्कर्षण एल्गोरिदम",
112
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "ऑडियो रूपांतरण के लिए उपयोग करने के लिए पिच निष्कर्षण एल्गोरिदम। डिफ़ॉल्ट एल्गोरिथम rmvpe है, जो अधिकांश मामलों के लिए अनुशंसित है।",
113
+
114
+ "Convert": "रूपांतरित करें",
115
+ "Export Audio": "ऑडियो एक्सपोर्ट करें",
116
+
117
+ "Batch": "बैच",
118
+ "Input Folder": "इनपुट फ़ोल्डर",
119
+ "Select the folder containing the audios to convert.": "रूपांतरित करने के लिए ऑडियो वाली फ़ोल्डर का चयन करें।",
120
+ "Enter input path": "इनपुट पथ दर्ज करें",
121
+ "Output Folder": "आउटपुट फ़ोल्डर",
122
+ "Select the folder where the output audios will be saved.": "फ़ोल्डर का चयन करें जहाँ आउटपुट ऑडियो को सेव किया जाएगा।",
123
+ "Enter output path": "आउटपुट पथ दर्ज करें",
124
+
125
+ "Get information about the audio": "ऑडियो के बारे में जानकारी प्राप्त करें",
126
+ "Information about the audio file": "ऑडियो फ़ाइल के बारे में जानकारी",
127
+ "Waiting for information...": "सूचना के लिए प्रतीक्षा कर रहा हूँ...",
128
+
129
+ "## Voice Blender": "## Voice Blender",
130
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "दो आवाज़ के मॉडल का चयन करें, अपना वांछित मिश्रित प्रतिशत सेट करें, और उन्हें एक पूर्ण रूप से नई आवाज़ में सम्मिश्रित करें।",
131
+ "Voice Blender": "Voice Blender",
132
+ "Drag and drop your model here": "यहाँ अपना मॉडल ड्रैग एंड ड्रॉप करें",
133
+ "You can also use a custom path.": "आप कस्टम पथ का भी उपयोग कर सकते हैं।",
134
+ "Blend Ratio": "मिश्रित अनुपात",
135
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "स्थिति को एक तरफ या दूसरी तरफ समायोजित करने से माॅडल पहले या दूसरे के समान हो जाएगा।",
136
+ "Fusion": "सम्मिश्रण",
137
+
138
+ "Path to Model": "मॉडल का पथ",
139
+ "Enter path to model": "मॉडल का पथ दर्ज करें",
140
+ "Model information to be placed": "मॉडल की जानकारी स्थान की जाएगी",
141
+ "Inroduce the model information": "मॉडल की जानकारी का परिचय दें।",
142
+ "The information to be placed in the model (You can leave it blank or put anything).": "मॉडल में रखी जाने वाली जानकारी (आप इसे खाली छोड़ सकते हैं या कुछ भी डाल सकते हैं)।",
143
+ "View model information": "मॉडल की जानकारी देखें",
144
+ "Introduce the model pth path": "मॉडल pth पथ का परिचय दें",
145
+ "View": "देखें",
146
+ "Model extraction": "मॉडल निष्कर्षण",
147
+ "Model conversion": "मॉडल रूपांतरण",
148
+ "Pth file": "Pth फ़ाइल",
149
+ "Output of the pth file": "Pth फ़ाइल का आउटपुट",
150
+
151
+ "# How to Report an Issue on GitHub": "# GitHub पर किसी समस्या की रिपोर्ट कैसे करें",
152
+ "1. Click on the 'Record Screen' button below to start recording the issue you are experiencing.": "1.आपके द्वारा अनुभव की जा रही समस्या को रिकॉर्ड करना शुरू करने के लिए नीचे दिए गए 'रिकॉर्ड स्क्रीन' बटन पर क्लिक करें।",
153
+ "2. Once you have finished recording the issue, click on the 'Stop Recording' button (the same button, but the label changes depending on whether you are actively recording or not).": "2. एक बार जब आप समस्या की रिकॉर्डिंग समाप्त कर लें, तो 'स्टॉप रिकॉर्डिंग' बटन पर क्लिक करें (वही बटन, लेकिन लेबल इस पर निर्भर करता है कि आप सक्रिय रूप से रिकॉर्डिंग कर रहे हैं या नहीं)।",
154
+ "3. Go to [GitHub Issues](https://github.com/IAHispano/Applio/issues) and click on the 'New Issue' button.": "3. [GitHub Issues](https://github.com/IAHispano/Applio/issues) पर जाएँ और 'New Issue' बटन पर क्लिक करें।",
155
+ "4. Complete the provided issue template, ensuring to include details as needed, and utilize the assets section to upload the recorded file from the previous step.": "4. दिए गए समस्या टेम्पलेट को पूरा करें, आवश्यकतानुसार विवरण शामिल करना सुनिश्चित करें, और पिछले चरण से रिकॉर्ड की गई फ़ाइल को अपलोड करने के लिए एसेट सेक्शन का उपयोग करें।",
156
+
157
+ "Record Screen": "स्क्रीन रिकॉर्ड करें",
158
+ "Record": "रिकॉर्ड करें",
159
+ "Stop Recording": "रिकॉर्डिंग बंद करें",
160
+
161
+ "Introduce the model .pth path": "मॉडल .pth पथ का परिचय दें",
162
+ "See Model Information": "मॉडल की जानकारी देखें",
163
+
164
+ "## Download Model": "## मॉडल डाउनलोड करें",
165
+ "Model Link": "मॉडल लिंक",
166
+ "Introduce the model link": "मॉडल लिंक का परिचय दें",
167
+ "Download Model": "मॉडल डाउनलोड करें",
168
+ "## Drop files": "## ड्रॉप फ़ाइलें",
169
+ "Drag your .pth file and .index file into this space. Drag one and then the other.": "अपनी .pth फ़ाइल और .index फ़ाइल को इस स्थान पर ड्रैग करें। एक को ड्रैग करें और फिर दूसरे को ड्रैग करें।",
170
+
171
+ "TTS Voices": "TTS Voices",
172
+ "Select the TTS voice to use for the conversion.": "रूपांतरण के लिए उपयोग करने के लिए TTS वॉयस का चयन करें।",
173
+ "Text to Synthesize": "Text to Synthesize",
174
+ "Enter the text to synthesize.": "संश्लेषित करने के लिए पाठ दर्ज करें।",
175
+ "Or you can upload a .txt file": "या आप एक .txt फ़ाइल अपलोड कर सकते हैं",
176
+ "Enter text to synthesize": "संश्लेषित करने के लिए पाठ दर्ज करें",
177
+ "Output Path for TTS Audio": "TTS ऑडियो के लिए आउटपुट पथ",
178
+ "Output Path for RVC Audio": "RVC ऑडियो के लिए आउटपुट पथ",
179
+
180
+ "Enable Applio integration with Discord presence": "डिस्कॉर्ड उपस्थिति के साथ Applio एकीकरण को सक्षम करें",
181
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "यह डिस्कॉर्ड में वर्तमान Applio गतिविधि प्रदर्शित करने की संभावना को सक्रिय करेगा।",
182
+ "Enable Applio integration with applio.org/models using flask": "flask का उपयोग करके applio.org/models के साथ Applio एकीकरण को सक्षम करें",
183
+ "It will activate the possibility of downloading models with a click from the website.": "यह वेबसाइट से एक क्लिक से मॉडल डाउनलोड करने की संभावना को सक्रिय करेगा।",
184
+ "Theme": "थीम",
185
+ "Select the theme you want to use. (Requires restarting Applio)": "वह थीम चुनें जिसका आप उपयोग करना चाहते हैं। (Applio को पुनरारंभ करने की आवश्यकता है)",
186
+ "Language": "भाषा",
187
+ "Select the language you want to use. (Requires restarting Applio)": "वह भाषा चुनें जिसका आप उपयोग करना चाहते हैं। (Applio को पुनरारंभ करने की आवश्यकता है)",
188
+
189
+ "Plugin Installer": "प्लगइन इंस्टॉलर",
190
+ "Drag your plugin.zip to install it": "इसे इंस्टॉल करने के लिए अपने plugin.zip को ड्रैग करें",
191
+
192
+ "Version Checker": "संस्करण चेकर",
193
+ "Check which version of Applio is the latest to see if you need to update.": "अद्यतित करने के लिए आपको चाहिए या नहीं यह देखने के लिए जाँच करें कि Applio का कौन सा संस्करण नवीनतम है।",
194
+ "Check for updates": "अपडेट जांचें"
195
+ }
assets/i18n/languages/hu_HU.json CHANGED
@@ -2,6 +2,7 @@
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "A legjobb hangklónozó eszköz, aprólékosan optimalizálva a páratlan teljesítmény, a modularitás és a felhasználóbarát élmény érdekében.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "Ez a szakasz néhány további segédprogramot tartalmaz, amelyek gyakran kísérleti fázisban vannak.",
4
  "Output Information": "Kimeneti információk",
 
5
  "Inference": "Következtetés",
6
  "Train": "Vonat",
7
  "Extra": "Többlet",
@@ -9,80 +10,126 @@
9
  "Processing": "Feldolgozás",
10
  "Audio Analyzer": "Hangelemző",
11
  "Model Information": "Modell információk",
 
12
  "Download": "Letöltés",
13
  "Report a Bug": "Hiba jelentése",
 
14
  "Preprocess": "Előfeldolgozás",
15
  "Model Name": "Modell neve",
 
16
  "Enter model name": "Adja meg a modell nevét",
17
  "Dataset Path": "Adatkészlet elérési útja",
 
 
 
 
 
 
 
 
18
  "Enter dataset path": "Adja meg az adatkészlet elérési útját",
19
  "Sampling Rate": "Mintavételi arány",
 
20
  "RVC Version": "RVC verzió",
 
21
  "Preprocess Dataset": "Adatkészlet előfeldolgozása",
22
  "Extract": "Kivonat",
23
  "Hop Length": "Komló hossza",
 
24
  "Batch Size": "Tétel mérete",
 
25
  "Save Every Epoch": "Mentsd meg minden korszakot",
 
26
  "Total Epoch": "Teljes korszak",
 
27
  "Pretrained": "Előre betanított",
28
  "Save Only Latest": "Csak a legújabbak mentése",
 
29
  "Save Every Weights": "Takarítson meg minden súlyt",
 
30
  "Custom Pretrained": "Egyéni előképzett",
 
31
  "Upload Pretrained Model": "Előre betanított modell feltöltése",
 
32
  "Pretrained Custom Settings": "Előre betanított egyéni beállítások",
33
  "The file you dropped is not a valid pretrained file. Please try again.": "Az eldobott fájl nem érvényes előre betanított fájl. Kérjük, próbálja újra.",
34
  "Click the refresh button to see the pretrained file in the dropdown menu.": "Kattintson a frissítés gombra az előre betanított fájl megjelenítéséhez a legördülő menüben.",
35
  "Pretrained G Path": "Egyéni előképzett G",
36
  "Pretrained D Path": "Egyéni előképzett D",
37
  "GPU Settings": "GPU-beállítások",
 
38
  "GPU Custom Settings": "GPU egyéni beállítások",
39
  "GPU Number": "GPU-szám",
40
  "0 to ∞ separated by -": "0-tól ∞-ig - választja el",
41
  "GPU Information": "GPU-információk",
42
  "Pitch Guidance": "Pitch útmutatás",
 
 
43
  "Extract Features": "Jellemzők kivonása",
44
  "Start Training": "Kezdje el az edzést",
45
  "Generate Index": "Index létrehozása",
46
  "Voice Model": "Hangmodell",
 
47
  "Index File": "Index fájl",
 
48
  "Refresh": "Felfrissít",
49
  "Unload Voice": "Hang eltávolítása",
50
  "Single": "Nőtlen",
51
  "Upload Audio": "Hang feltöltése",
52
  "Select Audio": "Válassza az Audio lehetőséget",
 
53
  "Advanced Settings": "Speciális beállítások",
54
  "Clear Outputs (Deletes all audios in assets/audios)": "Kimenetek törlése (Törli az összes hangot az eszközökből/hangokból)",
55
  "Custom Output Path": "Egyéni kimeneti útvonal",
56
  "Output Path": "Kimeneti útvonal",
 
 
 
 
 
 
 
 
 
57
  "Pitch": "Hangmagasság",
58
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "Ha >=3: alkalmazzon medián szűrést a betakarított hangmagasság eredményeire. Az érték a szűrő sugarát jelöli, és csökkentheti a légszomjat",
 
 
59
  "Search Feature Ratio": "Keresési funkciók aránya",
 
 
 
 
 
60
  "Pitch extraction algorithm": "Pitch extrakciós algoritmus",
 
61
  "Convert": "Megtérít",
62
  "Export Audio": "Hang exportálása",
63
  "Batch": "Halom",
64
  "Input Folder": "Bemeneti mappa",
 
65
  "Enter input path": "Adja meg a bemeneti útvonalat",
66
  "Output Folder": "Kimeneti mappa",
 
67
  "Enter output path": "Adja meg a kimeneti útvonalat",
68
  "Get information about the audio": "Információk lekérése a hangról",
69
  "Information about the audio file": "Információ a hangfájlról",
70
  "Waiting for information...": "Információra várva...",
71
- "Model fusion": "Modellfúzió",
72
- "Weight for Model A": "Az A modell súlya",
73
- "Whether the model has pitch guidance": "A modell rendelkezik-e hangmagasság-útmutatással",
74
- "Model architecture version": "Modellarchitektúra verziója",
75
- "Path to Model A": "Az A modell elérési útja",
76
- "Path to Model B": "A B modell elérési útja",
77
- "Path to model": "A modellhez vezető út",
78
- "Model information to be placed": "Az elhelyezendő modellinformációk",
79
  "Fusion": "Fúzió",
80
- "Modify model information": "Modelladatok módosítása",
81
  "Path to Model": "A modell elérési útja",
82
- "Model information to be modified": "Módosítandó modellinformációk",
83
- "Save file name": "Fájlnév mentése",
84
- "Modify": "Módosít",
 
85
  "View model information": "Modellinformációk megtekintése",
 
86
  "View": "Nézet",
87
  "Model extraction": "Modell kinyerése",
88
  "Model conversion": "Modell átalakítás",
@@ -101,13 +148,28 @@
101
  "## Download Model": "## Modell letöltése",
102
  "Model Link": "Modell link",
103
  "Introduce the model link": "A modellhivatkozás bemutatása",
104
- "Download Model": "Töltse le a Modelo alkalmazást",
105
  "## Drop files": "## Dobja el a fájlokat",
106
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Húzza a .pth és .index fájlt erre a helyre. Húzza az egyiket, majd a másikat.",
107
  "TTS Voices": "TTS-hangok",
 
108
  "Text to Synthesize": "Szintetizálandó szöveg",
 
 
109
  "Enter text to synthesize": "Írja be a szintetizálni kívánt szöveget",
110
  "Output Path for TTS Audio": "A TTS Audio kimeneti útvonala",
111
  "Output Path for RVC Audio": "Az RVC Audio kimeneti útvonala",
112
- "Enable Applio integration with Discord presence": "Applio Jelenlét"
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "A legjobb hangklónozó eszköz, aprólékosan optimalizálva a páratlan teljesítmény, a modularitás és a felhasználóbarát élmény érdekében.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "Ez a szakasz néhány további segédprogramot tartalmaz, amelyek gyakran kísérleti fázisban vannak.",
4
  "Output Information": "Kimeneti információk",
5
+ "The output information will be displayed here.": "A kimeneti információk itt jelennek meg.",
6
  "Inference": "Következtetés",
7
  "Train": "Vonat",
8
  "Extra": "Többlet",
 
10
  "Processing": "Feldolgozás",
11
  "Audio Analyzer": "Hangelemző",
12
  "Model Information": "Modell információk",
13
+ "Plugins": "Bővítmények",
14
  "Download": "Letöltés",
15
  "Report a Bug": "Hiba jelentése",
16
+ "Settings": "Beállítások",
17
  "Preprocess": "Előfeldolgozás",
18
  "Model Name": "Modell neve",
19
+ "Name of the new model.": "Az új modell neve.",
20
  "Enter model name": "Adja meg a modell nevét",
21
  "Dataset Path": "Adatkészlet elérési útja",
22
+ "Path to the dataset folder.": "Az adatkészletmappa elérési útja.",
23
+ "Refresh Datasets": "Adatkészletek frissítése",
24
+ "Dataset Creator": "Adatkészlet létrehozója",
25
+ "Dataset Name": "Adatkészlet neve",
26
+ "Name of the new dataset.": "Az új adatkészlet neve.",
27
+ "Enter dataset name": "Adja meg az adatkészlet nevét",
28
+ "Upload Audio Dataset": "Hangadatkészlet feltöltése",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "A hangfájl sikeresen hozzá lett adva az adatkészlethez. Kérem kattintson az előfeldolgozás gombra.",
30
  "Enter dataset path": "Adja meg az adatkészlet elérési útját",
31
  "Sampling Rate": "Mintavételi arány",
32
+ "The sampling rate of the audio files.": "Az audiofájlok mintavételi frekvenciája.",
33
  "RVC Version": "RVC verzió",
34
+ "The RVC version of the model.": "A modell RVC verziója.",
35
  "Preprocess Dataset": "Adatkészlet előfeldolgozása",
36
  "Extract": "Kivonat",
37
  "Hop Length": "Komló hossza",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "Azt az időtartamot jelöli, amely alatt a rendszer jelentős hangmagasság-változásra vált. A kisebb ugráshosszak több időt igényelnek a következtetéshez, de általában nagyobb hangmagasság-pontosságot eredményeznek.",
39
  "Batch Size": "Tétel mérete",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "Javasoljuk, hogy igazítsa a GPU rendelkezésre álló VRAM-jához. A 4-es beállítás nagyobb pontosságot, de lassabb feldolgozást biztosít, míg a 8-as gyorsabb és szabványos eredményeket biztosít.",
41
  "Save Every Epoch": "Mentsd meg minden korszakot",
42
+ "Determine at how many epochs the model will saved at.": "Határozza meg, hogy hány korszakban menti a modellt.",
43
  "Total Epoch": "Teljes korszak",
44
+ "Specifies the overall quantity of epochs for the model training process.": "A modell betanítási folyamatának epocháinak teljes mennyiségét adja meg.",
45
  "Pretrained": "Előre betanított",
46
  "Save Only Latest": "Csak a legújabbak mentése",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "A beállítás engedélyezése azt eredményezi, hogy a G és D fájlok csak a legújabb verziójukat mentik, így hatékonyan megtakarítják a tárhelyet.",
48
  "Save Every Weights": "Takarítson meg minden súlyt",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "Ez a beállítás lehetővé teszi a modell súlyozásának mentését az egyes korszakok végén.",
50
  "Custom Pretrained": "Egyéni előképzett",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "Az egyéni előre betanított modellek használata kiváló eredményekhez vezethet, mivel az adott használati esetre szabott legmegfelelőbb előre betanított modellek kiválasztása jelentősen javíthatja a teljesítményt.",
52
  "Upload Pretrained Model": "Előre betanított modell feltöltése",
53
+ "Refresh Custom Pretraineds": "Egyéni előképzetek frissítése",
54
  "Pretrained Custom Settings": "Előre betanított egyéni beállítások",
55
  "The file you dropped is not a valid pretrained file. Please try again.": "Az eldobott fájl nem érvényes előre betanított fájl. Kérjük, próbálja újra.",
56
  "Click the refresh button to see the pretrained file in the dropdown menu.": "Kattintson a frissítés gombra az előre betanított fájl megjelenítéséhez a legördülő menüben.",
57
  "Pretrained G Path": "Egyéni előképzett G",
58
  "Pretrained D Path": "Egyéni előképzett D",
59
  "GPU Settings": "GPU-beállítások",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "Speciális GPU-beállításokat állít be, amelyek a jobb GPU-architektúrával rendelkező felhasználók számára ajánlottak.",
61
  "GPU Custom Settings": "GPU egyéni beállítások",
62
  "GPU Number": "GPU-szám",
63
  "0 to ∞ separated by -": "0-tól ∞-ig - választja el",
64
  "GPU Information": "GPU-információk",
65
  "Pitch Guidance": "Pitch útmutatás",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "A hangmagasság-útmutatás alkalmazásával megvalósíthatóvá válik az eredeti hang intonációjának tükrözése, beleértve annak hangmagasságát is. Ez a funkció különösen értékes énekléshez és más forgatókönyvekhez, ahol az eredeti dallam vagy hangmagasság minta megőrzése elengedhetetlen.",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "Használja az előre betanított modelleket a saját betanításakor. Ez a megközelítés csökkenti a képzés időtartamát és javítja az általános minőséget.",
68
  "Extract Features": "Jellemzők kivonása",
69
  "Start Training": "Kezdje el az edzést",
70
  "Generate Index": "Index létrehozása",
71
  "Voice Model": "Hangmodell",
72
+ "Select the voice model to use for the conversion.": "Válassza ki az átalakításhoz használni kívánt hangmodellt.",
73
  "Index File": "Index fájl",
74
+ "Select the index file to use for the conversion.": "Válassza ki az átalakításhoz használni kívánt indexfájlt.",
75
  "Refresh": "Felfrissít",
76
  "Unload Voice": "Hang eltávolítása",
77
  "Single": "Nőtlen",
78
  "Upload Audio": "Hang feltöltése",
79
  "Select Audio": "Válassza az Audio lehetőséget",
80
+ "Select the audio to convert.": "Válassza ki a konvertálni kívánt hangot.",
81
  "Advanced Settings": "Speciális beállítások",
82
  "Clear Outputs (Deletes all audios in assets/audios)": "Kimenetek törlése (Törli az összes hangot az eszközökből/hangokból)",
83
  "Custom Output Path": "Egyéni kimeneti útvonal",
84
  "Output Path": "Kimeneti útvonal",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "Az elérési út, ahová a kimeneti hang mentésre kerül, alapértelmezés szerint az eszközökben / hangokban / output.wav",
86
+ "Split Audio": "Osztott hang",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "Ossza fel a hangot darabokra a következtetéshez, hogy bizonyos esetekben jobb eredményeket érjen el.",
88
+ "Autotune": "Automatikus hangolás",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "Alkalmazzon lágy automatikus hangolást a következtetésekre, ami az énekkonverziókhoz ajánlott.",
90
+ "Clean Audio": "Tiszta hangzás",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "Tisztítsa meg a hangkimenetet zajérzékelő algoritmusokkal, amelyek a hangok beszédéhez ajánlottak.",
92
+ "Clean Strength": "Tiszta szilárdság",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "Állítsa be a tisztítási szintet a kívánt hangra, minél jobban növeli, annál jobban megtisztítja, de lehetséges, hogy a hang tömörítettebb lesz.",
94
  "Pitch": "Hangmagasság",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "Állítsa be a hang hangmagasságát, minél magasabb az érték, annál magasabb a hangmagasság.",
96
+ "Filter Radius": "Szűrési sugár",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "Ha a szám nagyobb vagy egyenlő hárommal, az összegyűjtött tónuseredmények medián szűrésének alkalmazása csökkentheti a légzést.",
98
  "Search Feature Ratio": "Keresési funkciók aránya",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "Az indexfájl által gyakorolt hatás; A magasabb érték nagyobb befolyásnak felel meg. Az alacsonyabb értékek választása azonban segíthet enyhíteni a hangban jelen lévő műtermékeket.",
100
+ "Volume Envelope": "Térfogat bor��ték",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "Helyettesítse vagy keverje össze a kimenet térfogatburkológörbéjét. Minél közelebb van az arány az 1-hez, annál nagyobb a kimeneti burkológörbe.",
102
+ "Protect Voiceless Consonants": "Zöngétlen mássalhangzók védelme",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "Védje a különálló mássalhangzókat és légzési hangokat, hogy megakadályozza az elektroakusztikus szakadást és más műtermékeket. A paraméter maximális 0,5-ös értékre való lekérése átfogó védelmet nyújt. Ennek az értéknek a csökkentése azonban csökkentheti a védelem mértékét, miközben potenciálisan enyhítheti az indexelési hatást.",
104
  "Pitch extraction algorithm": "Pitch extrakciós algoritmus",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "Hangmagasság-kinyerési algoritmus az audio konvertáláshoz. Az alapértelmezett algoritmus az rmvpe, amely a legtöbb esetben ajánlott.",
106
  "Convert": "Megtérít",
107
  "Export Audio": "Hang exportálása",
108
  "Batch": "Halom",
109
  "Input Folder": "Bemeneti mappa",
110
+ "Select the folder containing the audios to convert.": "Válassza ki a konvertálni kívánt hangokat tartalmazó mappát.",
111
  "Enter input path": "Adja meg a bemeneti útvonalat",
112
  "Output Folder": "Kimeneti mappa",
113
+ "Select the folder where the output audios will be saved.": "Válassza ki azt a mappát, ahová a kimeneti hangokat menteni kívánja.",
114
  "Enter output path": "Adja meg a kimeneti útvonalat",
115
  "Get information about the audio": "Információk lekérése a hangról",
116
  "Information about the audio file": "Információ a hangfájlról",
117
  "Waiting for information...": "Információra várva...",
118
+ "## Voice Blender": "## Hangos turmixgép",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "Válasszon ki két hangmodellt, állítsa be a kívánt keverési százalékot, és keverje össze őket egy teljesen új hangszínbe.",
120
+ "Voice Blender": "Hangos turmixgép",
121
+ "Drag and drop your model here": "Húzza ide a modellt",
122
+ "You can also use a custom path.": "Egyéni elérési utat is használhat.",
123
+ "Blend Ratio": "Keverési arány",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "Ha a pozíciót jobban az egyik vagy a másik oldalra állítja, a modell jobban hasonlít az elsőhöz vagy a másodikhoz.",
 
125
  "Fusion": "Fúzió",
 
126
  "Path to Model": "A modell elérési útja",
127
+ "Enter path to model": "Adja meg a modell elérési útját",
128
+ "Model information to be placed": "Az elhelyezendő modellinformációk",
129
+ "Inroduce the model information": "A modellinformációk bemutatása",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "A modellben elhelyezendő információk (üresen hagyhatja, vagy bármit betehet).",
131
  "View model information": "Modellinformációk megtekintése",
132
+ "Introduce the model pth path": "A modell pth elérési útjának bemutatása",
133
  "View": "Nézet",
134
  "Model extraction": "Modell kinyerése",
135
  "Model conversion": "Modell átalakítás",
 
148
  "## Download Model": "## Modell letöltése",
149
  "Model Link": "Modell link",
150
  "Introduce the model link": "A modellhivatkozás bemutatása",
151
+ "Download Model": "Modell letöltése",
152
  "## Drop files": "## Dobja el a fájlokat",
153
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Húzza a .pth és .index fájlt erre a helyre. Húzza az egyiket, majd a másikat.",
154
  "TTS Voices": "TTS-hangok",
155
+ "Select the TTS voice to use for the conversion.": "Válassza ki az átalakításhoz használni kívánt TTS-hangot.",
156
  "Text to Synthesize": "Szintetizálandó szöveg",
157
+ "Enter the text to synthesize.": "Írja be a szintetizálni kívánt szöveget.",
158
+ "Or you can upload a .txt file": "Vagy feltölthet egy .txt fájlt",
159
  "Enter text to synthesize": "Írja be a szintetizálni kívánt szöveget",
160
  "Output Path for TTS Audio": "A TTS Audio kimeneti útvonala",
161
  "Output Path for RVC Audio": "Az RVC Audio kimeneti útvonala",
162
+ "Enable Applio integration with Discord presence": "Engedélyezze az Applio integrációját a Discord jelenléttel",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "Aktiválja az aktuális Applio tevékenység megjelenítésének lehetőségét a Discordban.",
164
+ "Enable Applio integration with applio.org/models using flask": "Az Applio és a applio.org/models integrációjának engedélyezése lombik használatával",
165
+ "It will activate the possibility of downloading models with a click from the website.": "Aktiválja a modellek letöltésének lehetőségét egy kattintással a weboldalról.",
166
+ "Theme": "Téma",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "Válassza ki a használni kívánt témát. (Az Applio újraindítását igényli)",
168
+ "Language": "Nyelv",
169
+ "Select the language you want to use. (Requires restarting Applio)": "Válassza ki a használni kívánt nyelvet. (Az Applio újraindítását igényli)",
170
+ "Plugin Installer": "Bővítmény telepítő",
171
+ "Drag your plugin.zip to install it": "Húzza a plugin.zip a telepítéshez",
172
+ "Version Checker": "Verzióellenőrző",
173
+ "Check which version of Applio is the latest to see if you need to update.": "Ellenőrizze, hogy az Applio melyik verziója a legújabb, hogy lássa, frissítenie kell-e.",
174
+ "Check for updates": "Frissítések keresése"
175
+ }
assets/i18n/languages/id_ID.json ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Alat kloning suara terbaik, dioptimalkan secara cermat untuk kekuatan tak tertandingi, modularitas, dan pengalaman ramah pengguna.",
3
+ "This section contains some extra utilities that often may be in experimental phases.": "Bagian ini berisi beberapa utilitas tambahan yang mungkin sering berada dalam tahap percobaan.",
4
+ "Output Information": "informasi keluaran",
5
+
6
+ "Inference": "Inference",
7
+ "Train": "training model",
8
+ "Extra": "bonus",
9
+ "Merge Audios": "Gabungkan Audio",
10
+ "Processing": "Pengolahan",
11
+ "Audio Analyzer": "Penganalisis Audio",
12
+ "Model Information": "informasi",
13
+ "Plugins": "Plugin",
14
+ "Download": "Unduh",
15
+ "Report a Bug": "Laporkan Bug",
16
+ "Settings": "Pengaturan",
17
+
18
+ "Preprocess": "Proses awal",
19
+ "Model Name": "Nama model",
20
+ "Enter model name": "masukkan nama model",
21
+ "Dataset Path": "Jalur Kumpulan Data",
22
+ "Dataset Creator": "Pembuat Kumpulan Data",
23
+ "Dataset Name": "Nama kumpulan data",
24
+ "Enter dataset name": "Masukkan nama kumpulan data",
25
+ "Upload Audio Dataset": "Unggah audio kumpulan data",
26
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "Berkas audio telah berhasil ditambahkan ke dataset. Silakan klik tombol praproses.",
27
+ "Enter dataset path": "Masukkan jalur kumpulan data",
28
+ "Sampling Rate": "Tingkat Pengambilan Sampel",
29
+ "RVC Version": "Versi RVC",
30
+ "Preprocess Dataset": "Kumpulan Data Praproses",
31
+
32
+ "Extract": "Ekstrak",
33
+ "Hop Length": "Panjang Lompatan",
34
+ "Batch Size": "Ukuran Batch",
35
+ "Save Every Epoch": "Simpan Setiap Epoch",
36
+ "Total Epoch": "Total Epoch",
37
+ "Pretrained": "Terlatih sebelumnya",
38
+ "Save Only Latest": "Simpan Hanya Yang Terbaru",
39
+ "Save Every Weights": "Simpan Setiap Weights/beban",
40
+ "Custom Pretrained": "Terlatih Khusus",
41
+ "Upload Pretrained Model": "Unggah Model yang Telah Dilatih sebelumnya",
42
+ "Pretrained Custom Settings": "Pengaturan Kustom yang Telah Dilatih Sebelumnya",
43
+ "The file you dropped is not a valid pretrained file. Please try again.": "File yang Anda jatuhkan bukan file terlatih yang valid. Silakan coba lagi.",
44
+ "Click the refresh button to see the pretrained file in the dropdown menu.": "Klik tombol segarkan untuk melihat file yang telah dilatih sebelumnya di menu tarik-turun.",
45
+ "Pretrained G Path": "Terlatih Khusus G",
46
+ "Pretrained D Path": "Terlatih Khusus D",
47
+ "GPU Settings": "Penggaturan GPU",
48
+ "GPU Custom Settings": "Penggaturan GPU khusus",
49
+ "GPU Number": "Angka GPU",
50
+ "0 to ∞ separated by -": "0 to ∞ dipisahkan oleh -",
51
+ "GPU Information": "Informasi GPU",
52
+ "Pitch Guidance": "Panduan Lapangan/pitch",
53
+ "Extract Features": "Ekstrak Fitur",
54
+
55
+ "Start Training": "mulai Training",
56
+ "Generate Index": "Menghasilkan Index",
57
+
58
+ "Voice Model": "Model Suara",
59
+ "Index File": "Berkas Indeks",
60
+ "Refresh": "Muat ulang",
61
+ "Unload Voice": "Bongkar Suara",
62
+
63
+ "Single": "Sendiri",
64
+ "Upload Audio": "Ungah Audio",
65
+ "Select Audio": "Pilh Audio",
66
+ "Advanced Settings": "Pengaturan lanjutan",
67
+ "Clear Outputs (Deletes all audios in assets/audios)": "Hapus Output (Menghapus semua audio di assets/audio)",
68
+ "Custom Output Path": "Kustom Jalur keluaran",
69
+ "Output Path": "Jalur keluaran",
70
+ "Split Audio": "pisah audio",
71
+ "Autotune": "Autotune",
72
+ "Pitch": "Nada",
73
+ "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "If >=3: terapkan pemfilteran median pada hasil pitch yang dipanen. Nilai tersebut mewakili radius filter dan dapat mengurangi sesak napas",
74
+ "Search Feature Ratio": "Rasio Fitur Pencarian",
75
+ "Pitch extraction algorithm": "Algoritma ekstraksi nada",
76
+ "Convert": "Convert",
77
+ "Export Audio": "Export Audio",
78
+
79
+ "Batch": "Batch",
80
+ "Input Folder": "Input berkas",
81
+ "Enter input path": "Masukkan jalur masukan",
82
+ "Output Folder": "Folder Keluaran",
83
+ "Enter output path": "Masukkan jalur keluaran",
84
+
85
+ "Get information about the audio": "Dapatkan informasi tentang audio",
86
+ "Information about the audio file": "Informasi tentang file audio",
87
+ "Waiting for information...": "Menunggu informasi...",
88
+
89
+ "Model fusion": "Penggabungan model",
90
+ "Weight for Model A": "Weight untuk model A",
91
+ "Whether the model has pitch guidance": "Apakah model memiliki panduan nada",
92
+ "Model architecture version": "Versi arsitektur model",
93
+ "Path to Model A": "Jalan Menuju Model A",
94
+ "Path to Model B": "Jalan Menuju Model B",
95
+ "Path to model": "Jalan Menuju Model",
96
+ "Model information to be placed": "Informasi model yang akan ditempatkan",
97
+ "Fusion": "Fusi",
98
+
99
+ "Modify model information": "Ubah informasi model",
100
+ "Path to Model": "Jalan Menuju Model",
101
+ "Model information to be modified": "Informasi model yang akan dimodifikasi",
102
+ "Save file name": "Simpan nama file",
103
+ "Modify": "Ubah",
104
+
105
+ "View model information": "tampilkan informasi model",
106
+ "View": "tampilakan",
107
+ "Model extraction": "Ekstraksi model",
108
+ "Model conversion": "Konversi model",
109
+ "Pth file": "file Pth",
110
+ "Output of the pth file": "Keluaran dari file pth",
111
+
112
+ "# How to Report an Issue on GitHub": "# Cara Melaporkan Masalah di GitHub",
113
+ "1. Click on the 'Record Screen' button below to start recording the issue you are experiencing.": "1. Klik tombol 'Rekam Layar' di bawah untuk mulai merekam masalah yang Anda alami.",
114
+ "2. Once you have finished recording the issue, click on the 'Stop Recording' button (the same button, but the label changes depending on whether you are actively recording or not).": "2. Once you have finished recording the issue, click on the 'Stop Recording' button (the same button, but the label changes depending on whether you are actively recording or not).",
115
+ "3. Go to [GitHub Issues](https://github.com/IAHispano/Applio/issues) and click on the 'New Issue' button.": "3. pergi ke [GitHub Issues](https://github.com/IAHispano/Applio/issues) dan klik tombol 'Masalah Baru'.",
116
+ "4. Complete the provided issue template, ensuring to include details as needed, and utilize the assets section to upload the recorded file from the previous step.": "4. Lengkapi templat masalah yang disediakan, pastikan untuk menyertakan detail sesuai kebutuhan, dan manfaatkan bagian aset untuk mengunggah file rekaman dari langkah sebelumnya.",
117
+
118
+ "Record Screen": "Rekam layar",
119
+ "Record": "Rekam",
120
+ "Stop Recording": "Berhenti merekam",
121
+
122
+ "Introduce the model .pth path": "Perkenalkan jalur model .pth",
123
+ "See Model Information": "Lihat informasi model",
124
+
125
+ "## Download Model": "## Unduh Model",
126
+ "Model Link": "Tautan model",
127
+ "Introduce the model link": "Perkenalkan tautan model",
128
+ "Download Model": "Unduh Model",
129
+ "## Drop files": "## masukkan file ",
130
+ "Drag your .pth file and .index file into this space. Drag one and then the other.": "Seret file .pth dan file .index ke dalam ruang ini. Seret yang pertama, lalu yang lainnya.",
131
+
132
+ "TTS Voices": "TTS suara",
133
+ "Text to Synthesize": "Text ke disintesis",
134
+ "Or you can upload a .txt file": "Atau Anda dapat mengunggah file .txt",
135
+ "Enter text to synthesize": "Masukkan teks untuk disintesis",
136
+ "Output Path for TTS Audio": "Jalur Keluaran untuk Audio TTS",
137
+ "Output Path for RVC Audio": "Jalur Keluaran untuk Audio RVC",
138
+
139
+ "Enable Applio integration with Discord presence": "Aktifkan integrasi Applio dengan kehadiran Discord",
140
+ "Enable Applio integration with applio.org/models using flask": "Aktifkan integrasi Applio dengan applio.org/models menggunakan flask",
141
+ "Theme": "Tema (Diperlukan mulai ulang)",
142
+
143
+ "Plugin Installer": "Penginstal Plugin",
144
+ "Drag your plugin.zip to install it": "Seret plugin.zip Anda untuk menginstalnya",
145
+
146
+ "Version Checker": "Pemeriksa versi",
147
+ "Check for updates": "Periksa pembaruan"
148
+ }
assets/i18n/languages/it_IT.json CHANGED
@@ -1,113 +1,175 @@
1
  {
2
- "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Strumento di clonazione vocale definitivo, meticolosamente ottimizzato per una potenza, una modularità e un'esperienza user-friendly senza rivali. /n Tradotto in italiano da Ilaria.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "Questa sezione contiene alcune utilità aggiuntive che spesso possono essere in fase sperimentale.",
4
  "Output Information": "Informazioni sull'output",
 
5
  "Inference": "Inferenza",
6
- "Train": "Allena",
7
- "Extra": "Altro",
8
  "Merge Audios": "Unisci audio",
9
  "Processing": "Elaborazione",
10
  "Audio Analyzer": "Analizzatore audio",
11
  "Model Information": "Informazioni sul modello",
 
12
  "Download": "Scaricare",
13
  "Report a Bug": "Segnala un bug",
14
- "Preprocess": "Pre-processa",
 
15
  "Model Name": "Nome del modello",
16
- "Enter model name": "Inserisci il nome del modello",
17
- "Dataset Path": "Percorso del dataset",
18
- "Enter dataset path": "Inserisci il percorso del dataset",
 
 
 
 
 
 
 
 
 
19
  "Sampling Rate": "Frequenza di campionamento",
 
20
  "RVC Version": "Versione RVC",
 
21
  "Preprocess Dataset": "Set di dati di pre-elaborazione",
22
  "Extract": "Estrarre",
23
- "Hop Length": "Hop Lenght",
24
- "Batch Size": "Batch Size",
25
- "Save Every Epoch": "Salva a ogni epoch",
26
- "Total Epoch": "Epochs totali",
27
- "Pretrained": "Pre-allenato",
28
- "Save Only Latest": "Salva solo gli ultimi file",
29
- "Save Every Weights": "Salva ogni Weight",
30
- "Custom Pretrained": "Pre-allenamento personalizzato",
31
- "Upload Pretrained Model": "Carica modello pre-allenato",
32
- "Pretrained Custom Settings": "Impostazioni personalizzate modelli pre-allenati",
33
- "The file you dropped is not a valid pretrained file. Please try again.": "Il file inseri non è un file pre-allenato valido. Si prega di riprovare.",
34
- "Click the refresh button to see the pretrained file in the dropdown menu.": "Fare clic sul pulsante Aggiorna per visualizzare il file pre-allenato nel menù a discesa.",
35
- "Pretrained G Path": "G pre-allenato personalizzato",
36
- "Pretrained D Path": "D pre-allenato personalizzato",
 
 
 
 
 
 
 
 
37
  "GPU Settings": "Impostazioni GPU",
 
38
  "GPU Custom Settings": "Impostazioni personalizzate GPU",
39
  "GPU Number": "Numero GPU",
40
  "0 to ∞ separated by -": "Da 0 a ∞ separati da -",
41
  "GPU Information": "Informazioni sulla GPU",
42
- "Pitch Guidance": "Guida al pitch",
 
 
43
  "Extract Features": "Estrai feature",
44
- "Start Training": "Inizia l'allenamento",
45
- "Generate Index": "Genera index",
46
  "Voice Model": "Modello vocale",
47
- "Index File": "File index",
48
- "Refresh": "Aggiorna",
49
- "Unload Voice": "Rimuovi modelli vocali",
 
 
50
  "Single": "Singolo",
51
  "Upload Audio": "Carica audio",
52
  "Select Audio": "Seleziona Audio",
 
53
  "Advanced Settings": "Impostazioni avanzate",
54
- "Clear Outputs (Deletes all audios in assets/audios)": "Cancella output (elimina tutti gli audio in assets/audios)",
55
- "Custom Output Path": "Percorso output personalizzato",
56
- "Output Path": "Percorso output",
57
- "Pitch": "Pitch",
58
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "Se >=3: applicare il filtro mediano ai risultati dell'altezza raccolta. Il valore rappresenta il raggio del filtro e può ridurre la respirazione",
59
- "Search Feature Ratio": "Rapporto di ricerca feature nell'index",
60
- "Pitch extraction algorithm": "Algoritmo di estrazione del pitch",
61
- "Convert": "Converti",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
  "Export Audio": "Esporta audio",
63
- "Batch": "Batch",
64
- "Input Folder": "Cartella degli input",
65
- "Enter input path": "Immettere il percorso dell'input",
66
- "Output Folder": "Cartella per gli output",
 
 
67
  "Enter output path": "Immettere il percorso di output",
68
- "Get information about the audio": "Ottieni informazioni sull'audio",
69
  "Information about the audio file": "Informazioni sul file audio",
70
  "Waiting for information...": "In attesa di informazioni...",
71
- "Model fusion": "Fusione di modelli",
72
- "Weight for Model A": "Peso per il modello A",
73
- "Whether the model has pitch guidance": "Se il modello dispone di una guida per l'intonazione",
74
- "Model architecture version": "Versione dell'architettura del modello",
75
- "Path to Model A": "Percorso verso il modello A",
76
- "Path to Model B": "Percorso verso il modello B",
77
- "Path to model": "Percorso verso il modello",
78
- "Model information to be placed": "Informazioni sul modello da posizionare",
79
  "Fusion": "Fusione",
80
- "Modify model information": "Modificare le informazioni sul modello",
81
  "Path to Model": "Percorso verso il modello",
82
- "Model information to be modified": "Informazioni sul modello da modificare",
83
- "Save file name": "Salva nome file",
84
- "Modify": "Modificare",
 
85
  "View model information": "Visualizzare le informazioni sul modello",
 
86
  "View": "Vista",
87
  "Model extraction": "Estrazione del modello",
88
  "Model conversion": "Conversione del modello",
89
  "Pth file": "File Pth",
90
  "Output of the pth file": "Output del file pth",
91
  "# How to Report an Issue on GitHub": "# Come segnalare un problema su GitHub",
92
- "1. Click on the 'Record Screen' button below to start recording the issue you are experiencing.": "1. Fare click sul pulsante \"Registra schermo\" in basso per avviare la registrazione del problema riscontrato.",
93
  "2. Once you have finished recording the issue, click on the 'Stop Recording' button (the same button, but the label changes depending on whether you are actively recording or not).": "2. Una volta terminata la registrazione del problema, fai clic sul pulsante \"Interrompi registrazione\" (lo stesso pulsante, ma l'etichetta cambia a seconda che tu stia registrando attivamente o meno).",
94
  "3. Go to [GitHub Issues](https://github.com/IAHispano/Applio/issues) and click on the 'New Issue' button.": "3. Vai su [GitHub Issues](https://github.com/IAHispano/Applio/issues) e fai clic sul pulsante \"Nuovo problema\".",
95
  "4. Complete the provided issue template, ensuring to include details as needed, and utilize the assets section to upload the recorded file from the previous step.": "4. Completa il modello di problema fornito, assicurandoti di includere i dettagli necessari e utilizza la sezione delle risorse per caricare il file registrato dal passaggio precedente.",
96
  "Record Screen": "Registra schermo",
97
  "Record": "Registrazione",
98
  "Stop Recording": "Interrompi registrazione",
99
- "Introduce the model .pth path": "Inserusci il percorso .pth del modello",
100
- "See Model Information": "Controlla le informazioni sul modello",
101
  "## Download Model": "## Scarica il modello",
102
- "Model Link": "Link del modello",
103
- "Introduce the model link": "Inserisci il link modello",
104
- "Download Model": "Scarica Modello",
105
  "## Drop files": "## Trascina i file",
106
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Trascina il file .pth e il file .index in questo spazio. Trascina uno e poi l'altro.",
107
  "TTS Voices": "Voci TTS",
 
108
  "Text to Synthesize": "Testo da sintetizzare",
109
- "Enter text to synthesize": "Inserisci il testo da sintetizzare",
 
 
110
  "Output Path for TTS Audio": "Percorso di uscita per l'audio TTS",
111
  "Output Path for RVC Audio": "Percorso di uscita per l'audio RVC",
112
- "Enable Applio integration with Discord presence": "Presenza di Applio"
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Strumento di clonazione vocale definitivo, meticolosamente ottimizzato per una potenza, una modularità e un'esperienza user-friendly senza rivali.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "Questa sezione contiene alcune utilità aggiuntive che spesso possono essere in fase sperimentale.",
4
  "Output Information": "Informazioni sull'output",
5
+ "The output information will be displayed here.": "Qui verranno visualizzate le informazioni sull'output.",
6
  "Inference": "Inferenza",
7
+ "Train": "Treno",
8
+ "Extra": "Supplementare",
9
  "Merge Audios": "Unisci audio",
10
  "Processing": "Elaborazione",
11
  "Audio Analyzer": "Analizzatore audio",
12
  "Model Information": "Informazioni sul modello",
13
+ "Plugins": "Plugin",
14
  "Download": "Scaricare",
15
  "Report a Bug": "Segnala un bug",
16
+ "Settings": "Impostazioni",
17
+ "Preprocess": "Pre-processo",
18
  "Model Name": "Nome del modello",
19
+ "Name of the new model.": "Nome del nuovo modello.",
20
+ "Enter model name": "Immettere il nome del modello",
21
+ "Dataset Path": "Percorso del set di dati",
22
+ "Path to the dataset folder.": "Percorso della cartella del set di dati.",
23
+ "Refresh Datasets": "Aggiornare i set di dati",
24
+ "Dataset Creator": "Creatore di set di dati",
25
+ "Dataset Name": "Nome set di dati",
26
+ "Name of the new dataset.": "Nome del nuovo set di dati.",
27
+ "Enter dataset name": "Immettere il nome del set di dati",
28
+ "Upload Audio Dataset": "Carica set di dati audio",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "Il file audio è stato aggiunto correttamente al set di dati. Fare clic sul pulsante di pre-elaborazione.",
30
+ "Enter dataset path": "Immettere il percorso del set di dati",
31
  "Sampling Rate": "Frequenza di campionamento",
32
+ "The sampling rate of the audio files.": "La frequenza di campionamento dei file audio.",
33
  "RVC Version": "Versione RVC",
34
+ "The RVC version of the model.": "La versione RVC del modello.",
35
  "Preprocess Dataset": "Set di dati di pre-elaborazione",
36
  "Extract": "Estrarre",
37
+ "Hop Length": "Lunghezza del luppolo",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "Indica il tempo necessario affinché il sistema passi a un cambiamento di intonazione significativo. Le lunghezze di hop più piccole richiedono più tempo per l'inferenza, ma tendono a produrre una maggiore precisione dell'intonazione.",
39
+ "Batch Size": "Dimensione del lotto",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "Si consiglia di allinearlo con la VRAM disponibile della GPU. Un'impostazione di 4 offre una maggiore precisione ma un'elaborazione più lenta, mentre 8 fornisce risultati più rapidi e standard.",
41
+ "Save Every Epoch": "Salva ogni epoca",
42
+ "Determine at how many epochs the model will saved at.": "Determinare il numero di epoche in cui verrà salvato il modello.",
43
+ "Total Epoch": "Epoca totale",
44
+ "Specifies the overall quantity of epochs for the model training process.": "Specifica la quantità complessiva di epoche per il processo di training del modello.",
45
+ "Pretrained": "Pre-addestrato",
46
+ "Save Only Latest": "Salva solo le ultime notizie",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "Abilitando questa impostazione, i file G e D salveranno solo le versioni più recenti, risparmiando spazio di archiviazione.",
48
+ "Save Every Weights": "Risparmia ogni peso",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "Questa impostazione consente di salvare i pesi del modello alla fine di ogni epoca.",
50
+ "Custom Pretrained": "Pre-addestrato personalizzato",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "L'utilizzo di modelli pre-addestrati personalizzati può portare a risultati superiori, poiché la selezione dei modelli pre-addestrati più adatti al caso d'uso specifico può migliorare significativamente le prestazioni.",
52
+ "Upload Pretrained Model": "Carica modello pre-addestrato",
53
+ "Refresh Custom Pretraineds": "Aggiornare i pre-addestrati personalizzati",
54
+ "Pretrained Custom Settings": "Impostazioni personalizzate pre-addestrate",
55
+ "The file you dropped is not a valid pretrained file. Please try again.": "Il file eliminato non è un file pre-addestrato valido. Si prega di riprovare.",
56
+ "Click the refresh button to see the pretrained file in the dropdown menu.": "Fare clic sul pulsante Aggiorna per visualizzare il file pre-addestrato nel menu a discesa.",
57
+ "Pretrained G Path": "G preaddestrato personalizzato",
58
+ "Pretrained D Path": "D pre-addestrato personalizzato",
59
  "GPU Settings": "Impostazioni GPU",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "Imposta le impostazioni avanzate della GPU, consigliate per gli utenti con una migliore architettura GPU.",
61
  "GPU Custom Settings": "Impostazioni personalizzate GPU",
62
  "GPU Number": "Numero GPU",
63
  "0 to ∞ separated by -": "Da 0 a ∞ separati da -",
64
  "GPU Information": "Informazioni sulla GPU",
65
+ "Pitch Guidance": "Guida al passo",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "Utilizzando la guida dell'intonazione, diventa possibile rispecchiare l'intonazione della voce originale, compresa la sua altezza. Questa funzione è particolarmente utile per il canto e altri scenari in cui è essenziale preservare la melodia o il modello di intonazione originale.",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "Utilizza modelli pre-addestrati quando addestri i tuoi. Questo approccio riduce la durata della formazione e migliora la qualità complessiva.",
68
  "Extract Features": "Estrai feature",
69
+ "Start Training": "Inizia la formazione",
70
+ "Generate Index": "Genera indice",
71
  "Voice Model": "Modello vocale",
72
+ "Select the voice model to use for the conversion.": "Selezionare il modello vocale da utilizzare per la conversione.",
73
+ "Index File": "File di indice",
74
+ "Select the index file to use for the conversion.": "Selezionare il file di indice da utilizzare per la conversione.",
75
+ "Refresh": "Aggiornare",
76
+ "Unload Voice": "Scarica voce",
77
  "Single": "Singolo",
78
  "Upload Audio": "Carica audio",
79
  "Select Audio": "Seleziona Audio",
80
+ "Select the audio to convert.": "Seleziona l'audio da convertire.",
81
  "Advanced Settings": "Impostazioni avanzate",
82
+ "Clear Outputs (Deletes all audios in assets/audios)": "Cancella output (elimina tutti gli audio nelle risorse/audio)",
83
+ "Custom Output Path": "Percorso di output personalizzato",
84
+ "Output Path": "Percorso di output",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "Il percorso in cui verrà salvato l'audio in uscita, per impostazione predefinita in assets/audios/output.wav",
86
+ "Split Audio": "Dividere l'audio",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "Dividi l'audio in blocchi per l'inferenza per ottenere risultati migliori in alcuni casi.",
88
+ "Autotune": "Sintonizzazione automatica",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "Applica un soft autotune alle tue inferenze, consigliato per le conversioni di canto.",
90
+ "Clean Audio": "Audio pulito",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "Pulisci l'uscita audio utilizzando algoritmi di rilevamento del rumore, consigliati per l'audio parlato.",
92
+ "Clean Strength": "Forza pulita",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "Imposta il livello di pulizia sull'audio che desideri, più lo aumenti più si pulirà, ma è possibile che l'audio sia più compresso.",
94
+ "Pitch": "Pece",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "Imposta il tono dell'audio, più alto è il valore, più alto è il tono.",
96
+ "Filter Radius": "Raggio del filtro",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "Se il numero è maggiore o uguale a tre, l'impiego del filtraggio mediano sui risultati del tono raccolto ha il potenziale per ridurre la respirazione.",
98
+ "Search Feature Ratio": "Rapporto feature di ricerca",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "Influenza esercitata dal file indice; Un valore più alto corrisponde a una maggiore influenza. Tuttavia, optare per valori più bassi può aiutare a mitigare gli artefatti presenti nell'audio.",
100
+ "Volume Envelope": "Inviluppo del volume",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "Sostituite o miscelate con l'inviluppo del volume dell'output. Più il rapporto è vicino a 1, più viene impiegato l'inviluppo di uscita.",
102
+ "Protect Voiceless Consonants": "Proteggi le consonanti sorde",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "Salvaguarda le consonanti distinte e i suoni respiratori per prevenire lacerazioni elettroacustiche e altri artefatti. Portando il parametro al valore massimo di 0,5 si ottiene una protezione completa. Tuttavia, la riduzione di questo valore potrebbe ridurre l'estensione della protezione, riducendo al contempo l'effetto di indicizzazione.",
104
+ "Pitch extraction algorithm": "Algoritmo di estrazione del passo",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "Algoritmo di estrazione dell'intonazione da utilizzare per la conversione audio. L'algoritmo predefinito è rmvpe, consigliato per la maggior parte dei casi.",
106
+ "Convert": "Convertire",
107
  "Export Audio": "Esporta audio",
108
+ "Batch": "Lotto",
109
+ "Input Folder": "Cartella di input",
110
+ "Select the folder containing the audios to convert.": "Seleziona la cartella contenente gli audio da convertire.",
111
+ "Enter input path": "Immettere il percorso di input",
112
+ "Output Folder": "Cartella di output",
113
+ "Select the folder where the output audios will be saved.": "Seleziona la cartella in cui verranno salvati gli audio in uscita.",
114
  "Enter output path": "Immettere il percorso di output",
115
+ "Get information about the audio": "Ottenere informazioni sull'audio",
116
  "Information about the audio file": "Informazioni sul file audio",
117
  "Waiting for information...": "In attesa di informazioni...",
118
+ "## Voice Blender": "## Frullatore vocale",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "Seleziona due modelli vocali, imposta la percentuale di fusione desiderata e uniscili in una voce completamente nuova.",
120
+ "Voice Blender": "Frullatore vocale",
121
+ "Drag and drop your model here": "Trascina e rilascia qui il tuo modello",
122
+ "You can also use a custom path.": "È anche possibile utilizzare un percorso personalizzato.",
123
+ "Blend Ratio": "Rapporto di fusione",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "Regolando la posizione più verso un lato o l'altro si renderà il modello più simile al primo o al secondo.",
 
125
  "Fusion": "Fusione",
 
126
  "Path to Model": "Percorso verso il modello",
127
+ "Enter path to model": "Immettere il percorso per il modello",
128
+ "Model information to be placed": "Informazioni sul modello da posizionare",
129
+ "Inroduce the model information": "Introdurre le informazioni sul modello",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "Le informazioni da inserire nel modello (puoi lasciarle vuote o inserire qualsiasi cosa).",
131
  "View model information": "Visualizzare le informazioni sul modello",
132
+ "Introduce the model pth path": "Introdurre il percorso pth del modello",
133
  "View": "Vista",
134
  "Model extraction": "Estrazione del modello",
135
  "Model conversion": "Conversione del modello",
136
  "Pth file": "File Pth",
137
  "Output of the pth file": "Output del file pth",
138
  "# How to Report an Issue on GitHub": "# Come segnalare un problema su GitHub",
139
+ "1. Click on the 'Record Screen' button below to start recording the issue you are experiencing.": "1. Fare clic sul pulsante \"Registra schermo\" in basso per avviare la registrazione del problema riscontrato.",
140
  "2. Once you have finished recording the issue, click on the 'Stop Recording' button (the same button, but the label changes depending on whether you are actively recording or not).": "2. Una volta terminata la registrazione del problema, fai clic sul pulsante \"Interrompi registrazione\" (lo stesso pulsante, ma l'etichetta cambia a seconda che tu stia registrando attivamente o meno).",
141
  "3. Go to [GitHub Issues](https://github.com/IAHispano/Applio/issues) and click on the 'New Issue' button.": "3. Vai su [GitHub Issues](https://github.com/IAHispano/Applio/issues) e fai clic sul pulsante \"Nuovo problema\".",
142
  "4. Complete the provided issue template, ensuring to include details as needed, and utilize the assets section to upload the recorded file from the previous step.": "4. Completa il modello di problema fornito, assicurandoti di includere i dettagli necessari e utilizza la sezione delle risorse per caricare il file registrato dal passaggio precedente.",
143
  "Record Screen": "Registra schermo",
144
  "Record": "Registrazione",
145
  "Stop Recording": "Interrompi registrazione",
146
+ "Introduce the model .pth path": "Introdurre il percorso .pth del modello",
147
+ "See Model Information": "Vedere le informazioni sul modello",
148
  "## Download Model": "## Scarica il modello",
149
+ "Model Link": "Collegamento al modello",
150
+ "Introduce the model link": "Introdurre il collegamento al modello",
151
+ "Download Model": "Scarica il modello",
152
  "## Drop files": "## Trascina i file",
153
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Trascina il file .pth e il file .index in questo spazio. Trascina uno e poi l'altro.",
154
  "TTS Voices": "Voci TTS",
155
+ "Select the TTS voice to use for the conversion.": "Selezionare la voce TTS da utilizzare per la conversione.",
156
  "Text to Synthesize": "Testo da sintetizzare",
157
+ "Enter the text to synthesize.": "Immettere il testo da sintetizzare.",
158
+ "Or you can upload a .txt file": "In alternativa, è possibile caricare un file .txt",
159
+ "Enter text to synthesize": "Immettere il testo da sintetizzare",
160
  "Output Path for TTS Audio": "Percorso di uscita per l'audio TTS",
161
  "Output Path for RVC Audio": "Percorso di uscita per l'audio RVC",
162
+ "Enable Applio integration with Discord presence": "Abilita l'integrazione di Applio con la presenza di Discord",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "Attiverà la possibilità di visualizzare l'attuale attività di Applio in Discord.",
164
+ "Enable Applio integration with applio.org/models using flask": "Abilita l'integrazione di Applio con applio.org/models utilizzando il pallone",
165
+ "It will activate the possibility of downloading models with a click from the website.": "Attiverà la possibilità di scaricare i modelli con un click dal sito web.",
166
+ "Theme": "Tema",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "Selezionare il tema che si desidera utilizzare. (Richiede il riavvio di Applio)",
168
+ "Language": "Lingua",
169
+ "Select the language you want to use. (Requires restarting Applio)": "Selezionare la lingua che si desidera utilizzare. (Richiede il riavvio di Applio)",
170
+ "Plugin Installer": "Programma di installazione del plug-in",
171
+ "Drag your plugin.zip to install it": "Trascina il plugin.zip per installarlo",
172
+ "Version Checker": "Controllo della versione",
173
+ "Check which version of Applio is the latest to see if you need to update.": "Controlla quale versione di Applio è l'ultima per vedere se è necessario eseguire l'aggiornamento.",
174
+ "Check for updates": "Controlla gli aggiornamenti"
175
+ }
assets/i18n/languages/ja_JA.json CHANGED
@@ -1,89 +1,136 @@
1
  {
2
- "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "比類のないパワー、モジュール性、ユーザーフレンドリーなエクスペリエンスのために細心の注意を払って最適化された究極の音声クローニングツール。",
3
  "This section contains some extra utilities that often may be in experimental phases.": "このセクションには、多くの場合、実験段階にある可能性のあるいくつかの追加のユーティリティが含まれています。",
4
  "Output Information": "出力情報",
 
5
  "Inference": "推論",
6
- "Train": "列車",
7
- "Extra": "余分",
8
  "Merge Audios": "オーディオをマージ (Merge Audios)",
9
  "Processing": "加工",
10
  "Audio Analyzer": "オーディオアナライザ",
11
  "Model Information": "モデル情報",
 
12
  "Download": "ダウンロード",
13
  "Report a Bug": "バグを報告する",
 
14
  "Preprocess": "前処理",
15
  "Model Name": "モデル名",
 
16
  "Enter model name": "モデル名を入力",
17
  "Dataset Path": "データセット パス",
 
 
 
 
 
 
 
 
18
  "Enter dataset path": "データセットのパスを入力",
19
  "Sampling Rate": "サンプリングレート",
 
20
  "RVC Version": "RVC バージョン",
 
21
  "Preprocess Dataset": "データセットの前処理",
22
- "Extract": "抜く",
23
  "Hop Length": "ホップ長(Hop Length)",
 
24
  "Batch Size": "バッチサイズ",
 
25
  "Save Every Epoch": "すべてのエポックを保存",
26
- "Total Epoch": "トータルエポック",
27
- "Pretrained": "事前トレーニング済み",
 
 
28
  "Save Only Latest": "最新のみ保存",
 
29
  "Save Every Weights": "すべてのウェイトを保存(Save Every Weights)",
30
- "Custom Pretrained": "カスタム事前トレーニング済み",
31
- "Upload Pretrained Model": "事前トレーニング済みモデルのアップロード",
32
- "Pretrained Custom Settings": "事前トレーニング済みのカスタム設定",
33
- "The file you dropped is not a valid pretrained file. Please try again.": "ドロップしたファイルは有効な事前学習済み���ァイルではありません。もう一度やり直してください。",
34
- "Click the refresh button to see the pretrained file in the dropdown menu.": "更新ボタンをクリックすると、ドロップダウンメニューに事前トレーニング済みファイルが表示されます。",
35
- "Pretrained G Path": "カスタム事前学習済み G",
36
- "Pretrained D Path": "カスタム事前学習済み D",
 
 
 
37
  "GPU Settings": "GPU 設定",
 
38
  "GPU Custom Settings": "GPU カスタム設定",
39
  "GPU Number": "GPU番号",
40
- "0 to ∞ separated by -": "0 から ∞ で区切られます。",
41
  "GPU Information": "GPU 情報",
42
  "Pitch Guidance": "ピッチガイダンス",
43
- "Extract Features": "フィーチャの抽出",
 
 
44
  "Start Training": "トレーニングを開始",
45
  "Generate Index": "インデックスの生成",
46
  "Voice Model": "音声モデル",
 
47
  "Index File": "インデックス ファイル",
 
48
  "Refresh": "リフレッシュ",
49
- "Unload Voice": "音声のアンロード",
50
- "Single": "",
51
  "Upload Audio": "オーディオのアップロード",
52
  "Select Audio": "オーディオを選択",
 
53
  "Advanced Settings": "詳細設定",
54
  "Clear Outputs (Deletes all audios in assets/audios)": "Clear Outputs (アセット/オーディオ内のすべてのオーディオを削除します)",
55
  "Custom Output Path": "カスタム出力パス",
56
  "Output Path": "出力パス",
 
 
 
 
 
 
 
 
 
57
  "Pitch": "ピッチ",
58
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": ">=3の場合:収集したピッチ結果に中央値フィルタリングを適用します。この値はフィルターの半径を表し、息苦しさを軽減することができます",
59
- "Search Feature Ratio": "検索機能比率",
 
 
 
 
 
 
 
60
  "Pitch extraction algorithm": "ピッチ抽出アルゴリズム",
 
61
  "Convert": "コンバート",
62
  "Export Audio": "オーディオのエクスポート",
63
  "Batch": "バッチ",
64
  "Input Folder": "入力フォルダ",
 
65
  "Enter input path": "入力パスを入力",
66
  "Output Folder": "出力フォルダ",
 
67
  "Enter output path": "出力パスを入力",
68
  "Get information about the audio": "オーディオに関する情報を取得する",
69
  "Information about the audio file": "オーディオファイルに関する情報",
70
  "Waiting for information...": "情報を待っています...",
71
- "Model fusion": "モデル融合",
72
- "Weight for Model A": "モデルAの重量",
73
- "Whether the model has pitch guidance": "モデルにピッチガイダンスがあるかどうか",
74
- "Model architecture version": "モデル アーキテクチャのバージョン",
75
- "Path to Model A": "モデルAへのパス",
76
- "Path to Model B": "モデルBへのパス",
77
- "Path to model": "モデルへのパス",
78
- "Model information to be placed": "配置するモデル情報",
79
- "Fusion": "融合",
80
- "Modify model information": "モデル情報の変更",
81
  "Path to Model": "モデルへのパス",
82
- "Model information to be modified": "修正するモデル情報",
83
- "Save file name": "保存ファイル名",
84
- "Modify": "修飾する",
 
85
  "View model information": "モデル情報の表示",
86
- "View": "眺める",
 
87
  "Model extraction": "モデルの抽出",
88
  "Model conversion": "モデル変換",
89
  "Pth file": "Pth ファイル",
@@ -101,13 +148,28 @@
101
  "## Download Model": "## モデルのダウンロード",
102
  "Model Link": "モデルリンク",
103
  "Introduce the model link": "モデルリンクの紹介",
104
- "Download Model": "Descargar Modelo",
105
  "## Drop files": "## ファイルのドロップ",
106
  "Drag your .pth file and .index file into this space. Drag one and then the other.": ".pth ファイルと .index ファイルをこのスペースにドラッグします。一方をドラッグしてから、もう一方をドラッグします。",
107
  "TTS Voices": "TTS ボイス",
 
108
  "Text to Synthesize": "合成するテキスト",
 
 
109
  "Enter text to synthesize": "合成するテキストを入力する",
110
  "Output Path for TTS Audio": "TTSオーディオの出力パス",
111
  "Output Path for RVC Audio": "RVCオーディオの出力パス",
112
- "Enable Applio integration with Discord presence": "Applio プレゼンス"
 
 
 
 
 
 
 
 
 
 
 
 
113
  }
 
1
  {
2
+ "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "他の追随を許さないパワー、モジュール性、そしてユーザーフレンドリーな操作性を実現するために綿密に最適化された究極のボイスクローニングツール。",
3
  "This section contains some extra utilities that often may be in experimental phases.": "このセクションには、多くの場合、実験段階にある可能性のあるいくつかの追加のユーティリティが含まれています。",
4
  "Output Information": "出力情報",
5
+ "The output information will be displayed here.": "出力情報がここに表示されます。",
6
  "Inference": "推論",
7
+ "Train": "学習",
8
+ "Extra": "おまけ",
9
  "Merge Audios": "オーディオをマージ (Merge Audios)",
10
  "Processing": "加工",
11
  "Audio Analyzer": "オーディオアナライザ",
12
  "Model Information": "モデル情報",
13
+ "Plugins": "プラグイン",
14
  "Download": "ダウンロード",
15
  "Report a Bug": "バグを報告する",
16
+ "Settings": "設定",
17
  "Preprocess": "前処理",
18
  "Model Name": "モデル名",
19
+ "Name of the new model.": "新しいモデルの名前。",
20
  "Enter model name": "モデル名を入力",
21
  "Dataset Path": "データセット パス",
22
+ "Path to the dataset folder.": "データセット フォルダーへのパス。",
23
+ "Refresh Datasets": "データセットの更新",
24
+ "Dataset Creator": "データセットクリエーター",
25
+ "Dataset Name": "データセット名",
26
+ "Name of the new dataset.": "新しいデータセットの名前。",
27
+ "Enter dataset name": "データセット名を入力",
28
+ "Upload Audio Dataset": "オーディオデータセットのアップロード",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "オーディオ ファイルがデータセットに正常に追加されました。前処理ボタンをクリックしてください。",
30
  "Enter dataset path": "データセットのパスを入力",
31
  "Sampling Rate": "サンプリングレート",
32
+ "The sampling rate of the audio files.": "オーディオファイルのサンプリングレートです。",
33
  "RVC Version": "RVC バージョン",
34
+ "The RVC version of the model.": "モデルの RVC バージョン。",
35
  "Preprocess Dataset": "データセットの前処理",
36
+ "Extract": "抽出",
37
  "Hop Length": "ホップ長(Hop Length)",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "システムがピッチを大きく変化させるまでの時間を示します。ホップ長が短いほど、推論に時間がかかりますが、ピッチの精度は高くなる傾向があります。",
39
  "Batch Size": "バッチサイズ",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "GPUの使用可能なVRAMに合わせることをお勧めします。4 に設定すると精度は向上しますが処理は遅くなり、8 に設定すると、より高速で標準的な結果が得られます。",
41
  "Save Every Epoch": "すべてのエポックを保存",
42
+ "Determine at how many epochs the model will saved at.": "モデルが何エポックごとに保存されるかを指定します。",
43
+ "Total Epoch": "総エポック",
44
+ "Specifies the overall quantity of epochs for the model training process.": "総エポック数を指定します。",
45
+ "Pretrained": "事前学習済みモデル",
46
  "Save Only Latest": "最新のみ保存",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "この設定を有効にすると、GとDファイルの最新バージョンのみを保存し、ストレージ容量を効果的に節約します。",
48
  "Save Every Weights": "すべてのウェイトを保存(Save Every Weights)",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "この設定により、各エポックの終了時にモデルの重みを保存できます。",
50
+ "Custom Pretrained": "カスタム事前学習済みモデル",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "カスタム事前学習済みモデルを利用することで、優れた結果を得ることができます。特定のユースケースに合わせて最も適した事前学習済みモデルを選択することで、パフォーマンスが大幅に向上する可能性があります。",
52
+ "Upload Pretrained Model": "事前学習済みモデルのアップロード",
53
+ "Refresh Custom Pretraineds": "カスタム事前学習済みモデルの更新",
54
+ "Pretrained Custom Settings": "事前学習済みモデルのカスタム設定",
55
+ "The file you dropped is not a valid pretrained file. Please try again.": "ドロップしたファイルは有効な事前学習済みモデルファイルではありません。もう一度やり直してください。",
56
+ "Click the refresh button to see the pretrained file in the dropdown menu.": "更新ボタンをクリックすると、ドロップダウンメニューに事前学習済みモデルが表示されます。",
57
+ "Pretrained G Path": "カスタム事前学習済みモデル G",
58
+ "Pretrained D Path": "カスタム事前学習済みモデル D",
59
  "GPU Settings": "GPU 設定",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "GPUアーキテクチャが優れているユーザーに推奨される、高度なGPU設定を設定します。",
61
  "GPU Custom Settings": "GPU カスタム設定",
62
  "GPU Number": "GPU番号",
63
+ "0 to ∞ separated by -": "範囲は0 から ∞ で、-で区切られます。",
64
  "GPU Information": "GPU 情報",
65
  "Pitch Guidance": "ピッチガイダンス",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "ピッチガイダンスを採用することで、ピッチを含め、元の声のイントネーションを反映させることが可能になります。この機能は、歌唱など、オリジナルのメロディーやピッチパターンを保持することが不可欠な場面で特に有用です。",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "独自のトレーニングを行う場合は、事前学習済みモデルを利用します。このアプローチにより、学習時間が短縮され、全体的な品質が向上します。",
68
+ "Extract Features": "特徴量の抽出",
69
  "Start Training": "トレーニングを開始",
70
  "Generate Index": "インデックスの生成",
71
  "Voice Model": "音声モデル",
72
+ "Select the voice model to use for the conversion.": "変換に使用する音声モデルを選択します。",
73
  "Index File": "インデックス ファイル",
74
+ "Select the index file to use for the conversion.": "変換に使用するインデックスファイルを選択します。",
75
  "Refresh": "リフレッシュ",
76
+ "Unload Voice": "モデルのアンロード",
77
+ "Single": "シングル",
78
  "Upload Audio": "オーディオのアップロード",
79
  "Select Audio": "オーディオを選択",
80
+ "Select the audio to convert.": "変換するオーディオを選択します。",
81
  "Advanced Settings": "詳細設定",
82
  "Clear Outputs (Deletes all audios in assets/audios)": "Clear Outputs (アセット/オーディオ内のすべてのオーディオを削除します)",
83
  "Custom Output Path": "カスタム出力パス",
84
  "Output Path": "出力パス",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "出力オーディオが保存されるパス (デフォルトでは assets/audios/output.wav",
86
+ "Split Audio": "オーディオの分割",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "音声をチャンクに分割して推論すると、より良い結果が得られる場合があります。",
88
+ "Autotune": "オートチューン",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "推論にソフトオートチューンを適用します。歌の変換に推奨されます。",
90
+ "Clean Audio": "クリーンオーディオ",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "音声を話すのに推奨されるノイズ検出アルゴリズムを使用して、音声出力をクリーンアップします。",
92
+ "Clean Strength": "クリーンな強さ",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "クリーンアップレベルを必要なオーディオに設定すると、上げれば上げるほどクリーンアップされますが、オーディオがより圧縮される可能性があります。",
94
  "Pitch": "ピッチ",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "オーディオのピッチを設定し、値が大きいほどピッチが高くなります。",
96
+ "Filter Radius": "フィルタ半径(Filter Radius)",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "数値が 3 以上の場合、収集されたトーン結果に中央値フィルタリングを使用すると、呼吸が減少する可能性があります。",
98
+ "Search Feature Ratio": "特徴量検索比率",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "インデックスファイルによって及ぼされる影響。値が大きいほど、インデックスの影響が大きくなります。ただし、低い値を選択すると、オーディオに存在するアーティファクトを軽減できます。",
100
+ "Volume Envelope": "ボリュームエンベロープ",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "出力のボリュームエンベロープで代用またはブレンドします。比率が 1 に近づくほど、出力エンベロープが採用されます。",
102
+ "Protect Voiceless Consonants": "無声子音の保護",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "明瞭な子音と呼吸音を保護し、電気音響の引き裂きやその他のアーチファクトを防ぎます。パラメータを最大値の 0.5 までプルすると、包括的な保護が提供されます。ただし、この値を小さくすると、インデックス作成の影響が軽減される可能性がある一方で、保護の範囲が狭くなる可能性があります。",
104
  "Pitch extraction algorithm": "ピッチ抽出アルゴリズム",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "オーディオ変換に使用するピッチ抽出アルゴリズム。デフォルトのアルゴリズムは rmvpe で、ほとんどの場合に推奨されます。",
106
  "Convert": "コンバート",
107
  "Export Audio": "オーディオのエクスポート",
108
  "Batch": "バッチ",
109
  "Input Folder": "入力フォルダ",
110
+ "Select the folder containing the audios to convert.": "変換するオーディオを含むフォルダを選択します。",
111
  "Enter input path": "入力パスを入力",
112
  "Output Folder": "出力フォルダ",
113
+ "Select the folder where the output audios will be saved.": "出力オーディオを保存するフォルダを選択します。",
114
  "Enter output path": "出力パスを入力",
115
  "Get information about the audio": "オーディオに関する情報を取得する",
116
  "Information about the audio file": "オーディオファイルに関する情報",
117
  "Waiting for information...": "情報を待っています...",
118
+ "## Voice Blender": "## モデルマージ",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "2つの音声モデルを選択し、希望のブレンド率を設定して、まったく新しい音声モデルにマージします。",
120
+ "Voice Blender": "モデルマージ",
121
+ "Drag and drop your model here": "ここにモデルをドラッグ&ドロップします",
122
+ "You can also use a custom path.": "カスタムパスを使用することもできます。",
123
+ "Blend Ratio": "ブレンド比(Blend Ratio)",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "位置をどちらか一方に調整すると、モデルが最初または2番目に近づきます。",
125
+ "Fusion": "マージ",
 
 
126
  "Path to Model": "モデルへのパス",
127
+ "Enter path to model": "モデルへのパスを入力",
128
+ "Model information to be placed": "配置するモデル情報",
129
+ "Inroduce the model information": "モデル情報の取得",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "モデルに配置する情報(空白のままでも、何でも入力できます)。",
131
  "View model information": "モデル情報の表示",
132
+ "Introduce the model pth path": ".pthのパスを指定してください。",
133
+ "View": "表示",
134
  "Model extraction": "モデルの抽出",
135
  "Model conversion": "モデル変換",
136
  "Pth file": "Pth ファイル",
 
148
  "## Download Model": "## モデルのダウンロード",
149
  "Model Link": "モデルリンク",
150
  "Introduce the model link": "モデルリンクの紹介",
151
+ "Download Model": "モデルのダウンロード",
152
  "## Drop files": "## ファイルのドロップ",
153
  "Drag your .pth file and .index file into this space. Drag one and then the other.": ".pth ファイルと .index ファイルをこのスペースにドラッグします。一方をドラッグしてから、もう一方をドラッグします。",
154
  "TTS Voices": "TTS ボイス",
155
+ "Select the TTS voice to use for the conversion.": "変換に使用する TTS 音声を選択します。",
156
  "Text to Synthesize": "合成するテキスト",
157
+ "Enter the text to synthesize.": "合成するテキストを入力します。",
158
+ "Or you can upload a .txt file": "または、.txtファイルをアップロードすることもできます",
159
  "Enter text to synthesize": "合成するテキストを入力する",
160
  "Output Path for TTS Audio": "TTSオーディオの出力パス",
161
  "Output Path for RVC Audio": "RVCオーディオの出力パス",
162
+ "Enable Applio integration with Discord presence": "Applio と Discord のプレゼンスの統合を有効にする",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "これにより、Discordで現在のApplioアクティビティを表示する可能性がアクティブになります。",
164
+ "Enable Applio integration with applio.org/models using flask": "フラスコを使用して Applio と applio.org/models の統合を有効にする",
165
+ "It will activate the possibility of downloading models with a click from the website.": "ウェブサイトからクリックするだけでモデルをダウンロードする可能性がアクティブになります。",
166
+ "Theme": "テーマ",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "使用するテーマを選択します。(Applioの再起動が必要)",
168
+ "Language": "言語",
169
+ "Select the language you want to use. (Requires restarting Applio)": "使用する言語を選択します。(Applioの再起動が必要)",
170
+ "Plugin Installer": "プラグインインストーラ",
171
+ "Drag your plugin.zip to install it": "plugin.zipをドラッグしてインストールします",
172
+ "Version Checker": "バージョンチェッカー",
173
+ "Check which version of Applio is the latest to see if you need to update.": "更新が必要かどうか、Applioのどのバージョンが最新かを確認してください。",
174
+ "Check for updates": "アップデートを確認する"
175
  }
assets/i18n/languages/ko_KO.json CHANGED
@@ -1,135 +1,175 @@
1
  {
2
- "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "독보적인 성능, 모듈성, 사용자 친화적인 경험을 위해 세심하게 최적화된 최고의 음성 복제 툴입니다.",
3
- "This section contains some extra utilities that often may be in experimental phases.": "이 섹션에는 종종 실험 단계에 있는 몇 가지 추가 유틸리티가 포함되어 있습니다.",
4
  "Output Information": "출력 정보",
5
-
6
  "Inference": "추론",
7
- "Train": "학습",
8
- "Extra": "Extra",
9
  "Merge Audios": "오디오 병합",
10
- "Processing": "프로세싱",
11
  "Audio Analyzer": "오디오 분석기",
12
  "Model Information": "모델 정보",
 
13
  "Download": "다운로드",
14
  "Report a Bug": "버그 신고",
15
-
16
  "Preprocess": "전처리",
17
  "Model Name": "모델명",
 
18
  "Enter model name": "모델명 입력",
19
- "Dataset Path": "데이터셋 위치",
20
- "Dataset Creator": "데이터셋 작성자",
21
- "Dataset Name": "데이터셋 이름",
22
- "Enter dataset name": "데이터셋 이름 입력",
23
- "Upload Audio Dataset": "오디오 데이터셋 업로드",
24
- "The audio file has been successfully added to the dataset. Please click the preprocess button.": "오디오 파일을 데이터셋에 성공적으로 추가하였습니다. 전처리 버튼을 클릭해주세요.",
25
- "Enter dataset path": "데이터셋 위치 입력",
 
 
 
26
  "Sampling Rate": "샘플링 레이트",
 
27
  "RVC Version": "RVC 버전",
28
- "Preprocess Dataset": "데이터셋 전처리",
29
-
30
  "Extract": "추출물",
31
- "Hop Length": "홉 길이(Hop Length)",
32
- "Batch Size": "배치 사이즈",
33
- "Save Every Epoch": "에포크마다 저장(Save Every Epoch)",
34
- "Total Epoch": " 에포크(Total Epoch)",
35
- "Pretrained": "사전 학습된(Pretrained)",
36
- "Save Only Latest": "최신 정보만 저장(Save Only Latest)",
37
- "Save Every Weights": "모든 가중치 저장(Save Every Weights)",
38
- "Custom Pretrained": "사용자 정의 사전 학습(Custom Pretrained)",
39
- "Upload Pretrained Model": "사전 학습된 모델 업로드",
40
- "Pretrained Custom Settings": "사전 학습된 사용자 정의 설정",
41
- "The file you dropped is not a valid pretrained file. Please try again.": "드롭한 파일이 올바른 사전 학습 파일이 아닙니다. 다시 시도하십시오.",
 
 
 
 
 
 
 
 
42
  "Click the refresh button to see the pretrained file in the dropdown menu.": "새로 고침 버튼을 클릭하면 드롭다운 메뉴에서 사전 학습된 파일을 볼 수 있습니다.",
43
- "Pretrained G Path": "사용자 정의 사전 훈련된 G(Custom Pretrained G)",
44
- "Pretrained D Path": "사용자 정의 사전 훈련된 D(Custom Pretrained D)",
45
  "GPU Settings": "GPU 설정",
46
- "GPU Custom Settings": "GPU 사용자 정의 설정",
 
47
  "GPU Number": "GPU 번호",
48
- "0 to ∞ separated by -": "0 ~ ∞는 -로 구분",
49
  "GPU Information": "GPU 정보",
50
  "Pitch Guidance": "피치 안내",
51
- "Extract Features": "특징 추출(Extract Features)",
52
-
53
- "Start Training": "학습 시작하기",
54
- "Generate Index": "인덱스 생성하기",
55
-
56
  "Voice Model": "음성 모델",
57
- "Index File": "인덱스 파일",
58
- "Refresh": "새로고침",
59
- "Unload Voice": "음성 모델 언로드",
60
-
 
61
  "Single": "싱글",
62
  "Upload Audio": "오디오 업로드",
63
  "Select Audio": "오디오 선택",
64
- "Advanced Settings": "고급 설정",
65
- "Clear Outputs (Deletes all audios in assets/audios)": "출력 지우기(에셋/오디오의 모든 오디오 삭제)",
66
- "Custom Output Path": "사용자 정의 출력 경로",
 
67
  "Output Path": "출력 경로",
 
68
  "Split Audio": "오디오 분할",
69
- "Pitch": "피치",
70
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": ">=3인 경우: median filtering을 Harved pitch 결과에 적용합니다. 값은 필터 반경을 나타내며 숨소리를 감소시킬 수 있습니다",
71
- "Search Feature Ratio": "검색 특징 비율(Search Feature Ratio)",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  "Pitch extraction algorithm": "피치 추출 알고리즘",
 
73
  "Convert": "변환",
74
  "Export Audio": "오디오 내보내기",
75
-
76
  "Batch": "일괄",
77
  "Input Folder": "입력 폴더",
 
78
  "Enter input path": "입력 경로 입력",
79
  "Output Folder": "출력 폴더",
80
- "Enter output path": "출력 폴더 입력",
81
-
82
  "Get information about the audio": "오디오에 대한 정보 가져오기",
83
  "Information about the audio file": "오디오 파일에 대한 정보",
84
  "Waiting for information...": "정보를 기다리는 중...",
85
-
86
- "Model fusion": "모델 병합",
87
- "Weight for Model A": "모델 A의 가충치",
88
- "Whether the model has pitch guidance": "모델에 피치 안내가 있는지 여부",
89
- "Model architecture version": "모델 아키텍처 버전",
90
- "Path to Model A": "모델 A의 경로",
91
- "Path to Model B": "모델 B의 경로",
92
- "Path to model": "모델 경로",
93
- "Model information to be placed": "배치할 모델 정보",
94
- "Fusion": "병합",
95
-
96
- "Modify model information": "모델 정보 수정",
97
  "Path to Model": "모델 경로",
98
- "Model information to be modified": "수정할 모델 정보",
99
- "Save file name": "파일명 저장",
100
- "Modify": "수정",
101
-
102
  "View model information": "모델 정보 보기",
 
103
  "View": "보기",
104
  "Model extraction": "모델 추출",
105
  "Model conversion": "모델 변환",
106
  "Pth file": "Pth 파일",
107
- "Output of the pth file": "pth 파일 출력",
108
-
109
  "# How to Report an Issue on GitHub": "# GitHub에서 문제를 보고하는 방법",
110
- "1. Click on the 'Record Screen' button below to start recording the issue you are experiencing.": "1. 발생한 문제를 기록하려면 아래의 'Record Screen' 버튼을 클릭합니다.",
111
- "2. Once you have finished recording the issue, click on the 'Stop Recording' button (the same button, but the label changes depending on whether you are actively recording or not).": "2. 문제를 기록한 후에는 'Stop Recording' 버튼을 클릭합니다(같은 버튼이지만, 레이블은 사용자가 능동적으로 녹화하는지 여부에 따라 변경됩니다).",
112
- "3. Go to [GitHub Issues](https://github.com/IAHispano/Applio/issues) and click on the 'New Issue' button.": "3. [GitHub Issue](https://github.com/IAHispano/Applio/issues) 로 이동하여 'New Issue' 버튼을 클릭합니다.",
113
- "4. Complete the provided issue template, ensuring to include details as needed, and utilize the assets section to upload the recorded file from the previous step.": "제공된 이슈 템플릿을 완료하여 필요에 따라 세부 정보를 포함하고 에셋 섹션을 활용하여 이전 단계에서 기록된 파일을 업로드합니다.",
114
-
115
- "Record Screen": "화면 녹화",
116
- "Record": "녹화",
117
- "Stop Recording": "녹화 중지",
118
-
119
  "Introduce the model .pth path": "모델 .pth 경로 소개",
120
  "See Model Information": "모델 정보 보기",
121
-
122
  "## Download Model": "## 모델 다운로드",
123
  "Model Link": "모델 링크",
124
  "Introduce the model link": "모델 소개 링크",
125
- "Download Model": "Descargar Modelo",
126
  "## Drop files": "## 파일 드롭",
127
- "Drag your .pth file and .index file into this space. Drag one and then the ot드her.": ".pth 파일과 .index 파일을 이 공간으로 드래그하세요. 하나를 드래그한 다음 다른 하나�� 드래그하세요.",
128
-
129
- "TTS Voices": "TTS 보이스",
130
  "Text to Synthesize": "합성할 텍스트(Text to Synthesize)",
 
 
131
  "Enter text to synthesize": "합성할 텍스트 입력",
132
  "Output Path for TTS Audio": "TTS 오디오의 출력 경로",
133
  "Output Path for RVC Audio": "RVC 오디오의 출력 경로",
134
- "Enable Applio integration with Discord presence": "Applio와 Discord presence의 통합 활성화"
135
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "타의 추종을 불허하는 성능, 모듈성 사용자 친화적인 경험을 위해 세심하게 최적화된 궁극의 음성 복제 도구입니다.",
3
+ "This section contains some extra utilities that often may be in experimental phases.": "이 섹션에는 종종 실험 단계에 있을 수 있는 몇 가지 추가 유틸리티가 포함되어 있습니다.",
4
  "Output Information": "출력 정보",
5
+ "The output information will be displayed here.": "출력 정보가 여기에 표시됩니다.",
6
  "Inference": "추론",
7
+ "Train": "기차",
8
+ "Extra": "여분의",
9
  "Merge Audios": "오디오 병합",
10
+ "Processing": "가공",
11
  "Audio Analyzer": "오디오 분석기",
12
  "Model Information": "모델 정보",
13
+ "Plugins": "플러그인",
14
  "Download": "다운로드",
15
  "Report a Bug": "버그 신고",
16
+ "Settings": "설정",
17
  "Preprocess": "전처리",
18
  "Model Name": "모델명",
19
+ "Name of the new model.": "새 모델의 이름입니다.",
20
  "Enter model name": "모델명 입력",
21
+ "Dataset Path": "데이터 세트 경로",
22
+ "Path to the dataset folder.": "데이터 세트 폴더의 경로입니다.",
23
+ "Refresh Datasets": "데이터 세트 새로 고침",
24
+ "Dataset Creator": "데이터셋 생성기",
25
+ "Dataset Name": "데이터 세트 이름",
26
+ "Name of the new dataset.": " 데이터 세트의 이름입니다.",
27
+ "Enter dataset name": "데이터 세트 이름 입력",
28
+ "Upload Audio Dataset": "오디오 데이터 세트 업로드",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "오디오 파일이 데이터 세트에 성공적으로 추가되었습니다. 전처리 버튼을 클릭해주세요.",
30
+ "Enter dataset path": "데이터 세트 경로 입력",
31
  "Sampling Rate": "샘플링 레이트",
32
+ "The sampling rate of the audio files.": "오디오 파일의 샘플링 속도입니다.",
33
  "RVC Version": "RVC 버전",
34
+ "The RVC version of the model.": "모델의 RVC 버전입니다.",
35
+ "Preprocess Dataset": "데이터 세트 전처리",
36
  "Extract": "추출물",
37
+ "Hop Length": "홉 길이",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "시스템이 중요한 피치 변화로 전환되는 데 걸리는 시간을 나타냅니다. 홉 길이가 작을수록 추론에 더 많은 시간이 필요하지만 피치 정확도가 높아지는 경향이 있습니다.",
39
+ "Batch Size": "배치 크기(Batch Size)",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "GPU의 사용 가능한 VRAM에 맞추는 것이 좋습니다. 4로 설정하면 정확도가 향상되지만 처리 속도가 느려지고, 8로 설정하면 더 빠르고 표준적인 결과를 얻을 수 있습니다.",
41
+ "Save Every Epoch": "모든 Epoch를 저장하십시오",
42
+ "Determine at how many epochs the model will saved at.": "모델이 epoch에 저장될지 결정합니다.",
43
+ "Total Epoch": "Total Epoch( 에포크)",
44
+ "Specifies the overall quantity of epochs for the model training process.": "모델 학습 프로세스에 대한 전체 epoch 수량을 지정합니다.",
45
+ "Pretrained": "사전 학습된",
46
+ "Save Only Latest": "최신순만 저장(Save Only Latest)",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": " 설정을 활성화하면 G D 파일이 최신 버전만 저장되므로 저장 공간을 효과적으로 절약할 수 있습니다.",
48
+ "Save Every Weights": "모든 가중치 저장",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "이 설정을 사용하면 각 Epoch가 끝날 때 모델의 가중치를 저장할 수 있습니다.",
50
+ "Custom Pretrained": "사용자 지정 사전 학습",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "사용자 지정 사전 훈련된 모델을 활용하면 특정 사용 사례에 맞는 가장 적합한 사전 훈련된 모델을 선택하면 성능이 크게 향상될 수 있으므로 우수한 결과를 얻을 수 있습니다.",
52
+ "Upload Pretrained Model": "사전 훈련된 모델 업로드하기",
53
+ "Refresh Custom Pretraineds": "사용자 지정 사전 학습 새로 고침",
54
+ "Pretrained Custom Settings": "사전 훈련된 사용자 지정 설정",
55
+ "The file you dropped is not a valid pretrained file. Please try again.": "드롭한 파일이 유효한 사전 학습된 파일이 아닙니다. 다시 시도하십시오.",
56
  "Click the refresh button to see the pretrained file in the dropdown menu.": "새로 고침 버튼을 클릭하면 드롭다운 메뉴에서 사전 학습된 파일을 볼 수 있습니다.",
57
+ "Pretrained G Path": "사용자 지정 사전 훈련된 G",
58
+ "Pretrained D Path": "사용자 지정 사전 훈련된 D",
59
  "GPU Settings": "GPU 설정",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "더 나은 GPU 아키텍처를 사용하는 사용자에게 권장되는 고급 GPU 설정을 지정합니다.",
61
+ "GPU Custom Settings": "GPU 사용자 지정 설정",
62
  "GPU Number": "GPU 번호",
63
+ "0 to ∞ separated by -": "0 - - 구분",
64
  "GPU Information": "GPU 정보",
65
  "Pitch Guidance": "피치 안내",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "피치 안내를 사용하면 피치를 포함하여 원래 음성의 억양을 미러링할 수 있습니다. 이 기능은 노래 및 원래 멜로디 또는 피치 패턴을 보존하는 것이 필수적인 기타 시나리오에 특히 유용합니다.",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "자체 모델을 학습할 때 사전 학습된 모델을 활용합니다. 이 접근 방식은 학습 시간을 줄이고 전반적인 품질을 향상시킵니다.",
68
+ "Extract Features": "피처 추출",
69
+ "Start Training": "트레이닝 시작하기",
70
+ "Generate Index": "색인 생성",
71
  "Voice Model": "음성 모델",
72
+ "Select the voice model to use for the conversion.": "변환에 사용할 음성 모델을 선택합니다.",
73
+ "Index File": "색인 파일",
74
+ "Select the index file to use for the conversion.": "변환에 사용할 색인 파일을 선택합니다.",
75
+ "Refresh": "리프레쉬",
76
+ "Unload Voice": "음성 언로드",
77
  "Single": "싱글",
78
  "Upload Audio": "오디오 업로드",
79
  "Select Audio": "오디오 선택",
80
+ "Select the audio to convert.": "변환할 오디오를 선택합니다.",
81
+ "Advanced Settings": "Advanced Settings(고급 설정)",
82
+ "Clear Outputs (Deletes all audios in assets/audios)": "출력 지우기(자산/오디오의 모든 오디오 삭제)",
83
+ "Custom Output Path": "사용자 지정 출력 ��로",
84
  "Output Path": "출력 경로",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "출력 오디오가 저장될 경로로, 기본적으로 assets/audios/output.wav",
86
  "Split Audio": "오디오 분할",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "경우에 따라 더 나은 결과를 얻기 위해 추론을 위해 오디오를 청크로 분할합니다.",
88
+ "Autotune": "오토튠",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "노래 변환에 권장되는 추론에 소프트 오토튠을 적용합니다.",
90
+ "Clean Audio": "깨끗한 오디오",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "오디오 말하기에 권장되는 노이즈 감지 알고리즘을 사용하여 오디오 출력을 청소하십시오.",
92
+ "Clean Strength": "깨끗한 강도",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "클린업 레벨을 원하는 오디오로 설정하면 높이면 높일수록 정리가 더 많이 되지만 오디오가 더 압축될 수 있습니다.",
94
+ "Pitch": "음조",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "오디오의 피치를 설정하고 값이 높을수록 피치가 높아집니다.",
96
+ "Filter Radius": "필터 반경",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "숫자가 3보다 크거나 같으면 수집된 톤 결과에 중앙값 필터링을 사용하면 호흡이 감소할 가능성이 있습니다.",
98
+ "Search Feature Ratio": "검색 기능 비율(Search Feature Ratio)",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "색인 파일에 의해 발휘되는 영향; 값이 높을수록 영향력이 커집니다. 그러나 더 낮은 값을 선택하면 오디오에 있는 아티팩트를 완화하는 데 도움이 될 수 있습니다.",
100
+ "Volume Envelope": "볼륨 엔벨로프(Volume Envelope)",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "출력의 볼륨 엔벨로프로 대체하거나 혼합합니다. 비율이 1에 가까울수록 출력 엔벨로프가 더 많이 사용됩니다.",
102
+ "Protect Voiceless Consonants": "무성 자음 보호",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "뚜렷한 자음과 숨소리를 보호하여 전자 음향 찢어짐 및 기타 아티팩트를 방지합니다. 매개 변수를 최대값인 0.5로 끌어오면 포괄적인 보호가 제공됩니다. 그러나 이 값을 줄이면 인덱싱 효과를 완화하면서 보호 범위가 줄어들 수 있습니다.",
104
  "Pitch extraction algorithm": "피치 추출 알고리즘",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "오디오 변환에 사용할 피치 추출 알고리즘입니다. 디폴트 알고리즘은 rmvpe이며, 대부분의 경우에 권장됩니다.",
106
  "Convert": "변환",
107
  "Export Audio": "오디오 내보내기",
 
108
  "Batch": "일괄",
109
  "Input Folder": "입력 폴더",
110
+ "Select the folder containing the audios to convert.": "변환할 오디오가 포함된 폴더를 선택합니다.",
111
  "Enter input path": "입력 경로 입력",
112
  "Output Folder": "출력 폴더",
113
+ "Select the folder where the output audios will be saved.": "출력 오디오를 저장할 폴더를 선택합니다.",
114
+ "Enter output path": "출력 경로 입력",
115
  "Get information about the audio": "오디오에 대한 정보 가져오기",
116
  "Information about the audio file": "오디오 파일에 대한 정보",
117
  "Waiting for information...": "정보를 기다리는 중...",
118
+ "## Voice Blender": "## 보이스 블렌더",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": " 개의 음성 모델을 선택하고 원하는 혼합 비율을 설정한 다음 완전히 새로운 음성으로 혼합합니다.",
120
+ "Voice Blender": "보이스 블렌더",
121
+ "Drag and drop your model here": "여기에 모델을 끌어다 놓습니다.",
122
+ "You can also use a custom path.": "사용자 지정 경로를 사용할 수도 있습니다.",
123
+ "Blend Ratio": "블렌드 비율(Blend Ratio)",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "위치를 한쪽 또는 다른 쪽으로 더 조정하면 모델이 첫 번째 또는 두 번째와 더 유사해집니다.",
125
+ "Fusion": "융해",
 
 
 
 
126
  "Path to Model": "모델 경로",
127
+ "Enter path to model": "모델 경로 입력",
128
+ "Model information to be placed": "배치할 모델 정보",
129
+ "Inroduce the model information": "모델 정보 도입",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "모델에 배치할 정보(비워 두거나 아무 것도 넣을 수 없음).",
131
  "View model information": "모델 정보 보기",
132
+ "Introduce the model pth path": "모델 pth 경로 소개",
133
  "View": "보기",
134
  "Model extraction": "모델 추출",
135
  "Model conversion": "모델 변환",
136
  "Pth file": "Pth 파일",
137
+ "Output of the pth file": "pth 파일의 출력",
 
138
  "# How to Report an Issue on GitHub": "# GitHub에서 문제를 보고하는 방법",
139
+ "1. Click on the 'Record Screen' button below to start recording the issue you are experiencing.": "1. 아래의 '녹화 화면' 버튼을 클릭하여 발생한 문제의 녹화를 시작합니다.",
140
+ "2. Once you have finished recording the issue, click on the 'Stop Recording' button (the same button, but the label changes depending on whether you are actively recording or not).": "2. 문제 기록이 끝나면 '기록 중지' 버튼(동일한 버튼이지만 현재 기록 중인지 여부에 따라 레이블이 변경됨)을 클릭합니다.",
141
+ "3. Go to [GitHub Issues](https://github.com/IAHispano/Applio/issues) and click on the 'New Issue' button.": "3. [GitHub 문제](https://github.com/IAHispano/Applio/issues)로 이동하여 ' 문제' 버튼을 클릭합니다.",
142
+ "4. Complete the provided issue template, ensuring to include details as needed, and utilize the assets section to upload the recorded file from the previous step.": "4. 제공된 문제 템플릿을 완료하고 필요에 따라 세부 정보를 포함하고 자산 섹션을 활용하여 이전 단계에서 기록된 파일을 업로드합니다.",
143
+ "Record Screen": "녹화 화면",
144
+ "Record": "기록",
145
+ "Stop Recording": "기록 중지",
 
 
146
  "Introduce the model .pth path": "모델 .pth 경로 소개",
147
  "See Model Information": "모델 정보 보기",
 
148
  "## Download Model": "## 모델 다운로드",
149
  "Model Link": "모델 링크",
150
  "Introduce the model link": "모델 소개 링크",
151
+ "Download Model": "모델 다운로드",
152
  "## Drop files": "## 파일 드롭",
153
+ "Drag your .pth file and .index file into this space. Drag one and then the other.": ".pth 파일과 .index 파일을 이 공간으로 드래그합니다. 하나를 드래그한 다음 다른 하나를 드래그합니다.",
154
+ "TTS Voices": "TTS 음성",
155
+ "Select the TTS voice to use for the conversion.": "변환에 사용할 TTS 음성을 선택합니다.",
156
  "Text to Synthesize": "합성할 텍스트(Text to Synthesize)",
157
+ "Enter the text to synthesize.": "합성할 텍스트를 입력합니다.",
158
+ "Or you can upload a .txt file": "또는 .txt 파일을 업로드할 수 있습니다.",
159
  "Enter text to synthesize": "합성할 텍스트 입력",
160
  "Output Path for TTS Audio": "TTS 오디오의 출력 경로",
161
  "Output Path for RVC Audio": "RVC 오디오의 출력 경로",
162
+ "Enable Applio integration with Discord presence": "Discord 프레즌스와 Applio 통합 활성화",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "Discord에서 현재 Applio 활동을 표시 할 수있는 가능성을 활성화합니다.",
164
+ "Enable Applio integration with applio.org/models using flask": "플라스크를 사용하여 applio.org/models 와 Applio 통합 활성화",
165
+ "It will activate the possibility of downloading models with a click from the website.": "웹 사이트에서 클릭 한 번으로 모델을 다운로드 할 수 있습니다.",
166
+ "Theme": "주제",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "사용할 테마를 선택합니다. (Applio를 다시 시작해야 함)",
168
+ "Language": "언어",
169
+ "Select the language you want to use. (Requires restarting Applio)": "사용할 언어를 선택합니다. (Applio를 다시 시작해야 함)",
170
+ "Plugin Installer": "플러그인 인스톨러",
171
+ "Drag your plugin.zip to install it": "plugin.zip 드래그하여 설치하십시오.",
172
+ "Version Checker": "버전 검사기",
173
+ "Check which version of Applio is the latest to see if you need to update.": "Applio의 최신 버전을 확인하여 업데이트가 필요한지 확인하십시오.",
174
+ "Check for updates": "업데이트 확인"
175
+ }
assets/i18n/languages/ml_IN.json ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "അനന്തമായ ശക്തി, മോഡുലാരിറ്റി, ഉപയോക്തൃ-സൗഹൃദ അനുഭവത്തിനായി യാഥാർത്ഥ്യമാക്കിയ അത്യുന്നതമായ വോയ്സ് ക്ലോണിങ് ടൂൾ.\n[മലയാളത്തിലേക്ക് വായന: Enes](https://discord.com/users/1140031358006202468)",
3
+ "This section contains some extra utilities that often may be in experimental phases.": "ഈ പേരിലെ കൊണ്ടാടാൻ പ്രയോജനപ്രദമായ എന്നതിനാൽ കഴിഞ്ഞത് സാധാരണയായ പോസിക്കുകളിൽ അവസാനിക്കാത്ത ചില യന്ത്രങ്ങൾ ഉള്ളതാണ്.",
4
+ "Output Information": "പ്രണാമം വിവരം",
5
+ "The output information will be displayed here.": "ഇവിടെ പ്രണയ വിവരങ്ങൾ പ്രദശിപ്പിക്കപ്പെടും.",
6
+ "Inference": "സൂചന",
7
+ "Train": "പ്രശിക്ഷണം",
8
+ "Extra": "അധികം",
9
+ "Merge Audios": "ഓഡിയോ ഒടിക്കുക",
10
+ "Processing": "പ്രൊസസ്സിംഗ്",
11
+ "Audio Analyzer": "ഓഡിയോ വിശ്ലേഷണകൾ",
12
+ "Model Information": "മോഡൽ വിവരങ്ങൾ",
13
+ "Plugins": "പ്ലഗിൻസ്",
14
+ "Download": "ഡൗൺലോഡ്",
15
+ "Report a Bug": "പിശക് റിപ്പോർട്ട്",
16
+ "Settings": "സെറ്റിംഗുകൾ",
17
+ "Preprocess": "പ്രൊസസ്",
18
+ "Model Name": "മോഡൽ പേര്",
19
+ "Name of the new model.": "പുതിയ മോഡലിന്റെ പേര്.",
20
+ "Enter model name": "മോഡൽ പേര് നൽകുക",
21
+ "Dataset Path": "ഡാറ്റാസെറ്റ് പാത",
22
+ "Path to the dataset folder.": "ഡാറ്റാസെറ്റ് ഫോൾഡർക്കുള്ള പാത.",
23
+ "Refresh Datasets": "ഡാറ്റാസെറ്റുകൾ പുനഃസൃഷ്ടിക്കുക",
24
+ "Dataset Creator": "ഡാറ്റാസെറ്റ് സൃഷ്ടാവ്",
25
+ "Dataset Name": "ഡാറ്റാസെറ്റ് പേര്",
26
+ "Name of the new dataset.": "പുതിയ ഡാറ്റാസെറ്റിന്റെ പേര്.",
27
+ "Enter dataset name": "ഡാറ്റാസെറ്റ് പേര് നൽകുക",
28
+ "Upload Audio Dataset": "ഓഡിയോ ഡാറ്റാസെറ്റ് അപ്‌ലോഡ് ചെയ്യുക",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "ഓഡിയോ ഫയൽ യഥാർത്ഥമായി ഡാറ്റാസെറ്റിലേക്ക് ചേർന്നു. ദയവായി പ്രൊസെസ് ബട്ടൺ അമർത്തുക.",
30
+ "Enter dataset path": "ഡാറ്റാസെറ്റ് പാത നൽകുക",
31
+ "Sampling Rate": "സാമ്പ്ലിംഗ് റേറ്റ്",
32
+ "The sampling rate of the audio files.": "ഓഡിയോ ഫയലുകളുടെ സാമ്പ്ലിംഗ് റേറ്റ്.",
33
+ "RVC Version": "RVC പതിപ്പ്",
34
+ "The RVC version of the model.": "മോഡലിന്റെ RVC പതിപ്പ്.",
35
+ "Preprocess Dataset": "ഡാറ്റാസെറ്റ് പ്രൊസെസ് ചെയ്യുക",
36
+ "Extract": "എക്സ്ട്രാക്ട്",
37
+ "Hop Length": "ഹോപ്പ് ലെന്ത്",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "സിസ്റ്റത്തിൽ ഒരു വിശദ പിച്ച് മാറ്റത്തിന്റെ ദാരിദ്ര്യം സൂചിപ്പിക്കുന്നു. ചെറിയ ഹോപ്പ് ലെന്തുകള് ഇൻഫരൻസിനായി കൂടുതൽ സമയം ആവശ്യപ്പെടുന്നു, എന്നിരുന്നാലും ഉയരമായ പിച്ച് അക്ക്യൂറസി നൽകുന്നു.",
39
+ "Batch Size": "ബാച്ച് വലുപ്പം",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "നിനക്ക് ലഭ്യമായ GPU-യുടെ VRAM നുസരിച്ച് അലൈൻ ചെയ്യുന്നത് പ്രാധാന്യപ്പെടുന്നു. 4-ന്റെ സെറ്റിംഗ് മൊത്തം അക്ക്യൂറസി പരിഷ്കർത്തനവും എല്ലാത്തിനെയും അവലംബപ്പെടുന്നു, എന്നിരുന്നാലും 8 വലുപ്പം അനുഭവജീവനത്തിനായി ഉന്നയിക്കുന്നു.",
41
+ "Save Every Epoch": "എന്നാൽ എന്റെ എപ്പൊക്കാലിലെയും മോഡൽ സേവ് ചെയ്യുന്നതിനു വരെ",
42
+ "Determine at how many epochs the model will be saved at.": "എന്താണ് എപ്പൊക്കാലിൽ മോഡൽ സേവ് ചെയ്യപ്പെടുന്നതെന്ന് തിരഞ്ഞെടുക്കുക.",
43
+ "Total Epoch": "മൊത്തം എപ്പൊക്ക്",
44
+ "Specifies the overall quantity of epochs for the model training process.": "മോഡൽ പ്രശിക്ഷണ പ്രക്രിയയ്ക്കായി എപ്പൊക്ക് എത്രയാണ് എന്നത് നിര്ദിഷ്ടമാക്കുന്നു.",
45
+ "Pretrained": "പ്രീട്രെയിനെഡ്",
46
+ "Save Only Latest": "കേവലായി പുതിയത് മാത്രം സേവ് ചെയ്യുക",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "ഈ സെറ്റിംഗ് പ്രവർത്തനത്തിനായി ക്രമീകരിച്ചാൽ, G മറ്റും D ഫയലുകൾ അവരുടെ അവസാന പതിപ്പുകൾക്ക് മാത്രം സേവ് ചെയ്യും, പ്രഭാവകരമായി സ്റ്റോറേജ് സ്ഥലം സംരക്ഷിക്കുന്നതാണ്.",
48
+ "Save Every Weights": "എന്റെ എപ്പൊക്കാലിലും ഭാരം സേവ് ചെയ്യുക",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "ഈ സെറ്റിംഗ് നിര്ദ്ദേശപ്പെടുന്ന ഓരോ എപ്പൊക്കിലും മോഡലിന്റെ ഭാരങ്ങൾ സേവ് ചെയ്യാൻ കഴിയുന്നു.",
50
+ "Custom Pretrained": "കസ്റ്റം പ്രീട്രെയിനെഡ്",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "കസ്റ്റം പ്രീട്രെയിനെഡ് മോഡലുകൾ ഉപയോഗിക്കുന്നത് ഉന്നത ഫലങ്ങൾ നൽകിയാൽ, സ്പഷ്ടമായ ഉപയോഗ കേസിനായി കൈമേലെ പ്രീട്രെയിനെഡ് മോഡലുകൾ തിരഞ്ഞെടുക്കുന്നത് സാധാരണയായ പ്രദർശനത്തെ വളർത്തുന്നതിനും പ്രദർശനം വളർത്തുന്നതിനും കൂടുതൽ സഹായകമാകും.",
52
+ "Upload Pretrained Model": "പ്രീട്രെയിനെഡ് മോഡൽ അപ്ലോഡ് ചെയ്യുക",
53
+ "Refresh Custom Pretraineds": "കസ്റ്റം പ്രീട്രെയിനെഡുകൾ പുനഃസ്വന്തമാക്കുക",
54
+ "Pretrained Custom Settings": "പ്രീട്രെയിനെഡ് കസ്റ്റം സെറ്റിംഗുകൾ",
55
+ "The file you dropped is not a valid pretrained file. Please try again.": "നിനക്ക് ഡ്രോപ്പ് ചെയ്യിയ ഫയൽ ഒരു സാധാരണ പ്രീട്രെയിനെഡ് ഫയലല്ല. ദയവായി വീണ്ടും ശ്രയിക്കുക.",
56
+ "Click the refresh button to see the pretrained file in the dropdown menu.": "പ്രീട്രെയിനെഡ് ഫയലെ ഡ്രോപ്പ്ഡൌൺ മെനുവിലെത്താൻ റെഫ്രഷ് ബട്ടൺ ക്ലിക്കുചെയ്യുക.",
57
+ "Pretrained G Path": "കസ്റ്റം പ്രീട്രെയിനെഡ് G പാത",
58
+ "Pretrained D Path": "കസ്റ്റം പ്രീട്രെയിനെഡ് D പാത",
59
+ "GPU Settings": "GPU സെറ്റിംഗുകൾ",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "അട്വാൻസ്ഡ് GPU സെറ്റിംഗുകൾ സജ്ജീവമാക്കുന്നു, പ്രശസ്ത GPU ആർക്കിടെയുള്ള ഉപയോക്താക്കളിനായി ശിഫാരസ് ചെയ്തത്.",
61
+ "GPU Custom Settings": "GPU കസ്റ്റം സെറ്���ിംഗുകൾ",
62
+ "GPU Number": "GPU നമ്പർ",
63
+ "0 to ∞ separated by -": "0 മുതൽ ∞ വരെ - ഒടുക്കിയ",
64
+ "GPU Information": "GPU വിവരം",
65
+ "Pitch Guidance": "പിച്ച് ഗൈഡൻസ്",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "പിച്ച് ഗൈഡൻസ് ഉപയോഗിച്ച്, ഓരിജിനൽ വോയ്സിന്റെ ഇൻറോണേഷനെ, അതിന്റെ പിച്ചു സേവനേന്ന്, സോണ്റിംഗ് മുതലായ സന്നിധികളിൽ പ്രാഥമിക സ്വരം അല്ലെങ്കിൽ പിച്ച് നമ്പറെ പരിരക്ഷിക്കേണ്ടതായ സ്ഥിതികളിലേക്ക് മികച്ച ഫലങ്ങൾ പ്രാപ്തമാക്കാനാകുന്നു.",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "നിനക്ക് സ്വന്തമായി പ്രശിക്ഷണം നടത്തുമ്പോൾ പ്രീട്രെയിനെഡ് മോഡലുകൾ ഉപയോഗിക്കുക. ഈ രീതി പ്രശിക്ഷണ സമയം കുറയ്ക്കുന്നുവെങ്കിൽ മൊത്തം ഗുണമേന്മ വരും.",
68
+ "Extract Features": "ഫീച്ചർ എക്സ്ട്രാക്ട്",
69
+ "Start Training": "പ്രശിക്ഷണം ആരംഭിക്കുക",
70
+ "Stop Training & Restart Applio": "പ്രശിക്ഷണം നിർത്തുക & അപ്ലിയോ പുനഃപ്രാരംഭിക്കുക",
71
+ "Generate Index": "ഇൻഡെക്സ് സൃഷ്ടിക്കുക",
72
+ "Voice Model": "വോയ്സ് മോഡൽ",
73
+ "Select the voice model to use for the conversion.": "കണ്വേർഷനിനായി ഉപയോഗിക്കാൻ വോയ്സ് മോഡലുകൾ തിരഞ്ഞെടുക്കുക.",
74
+ "Index File": "ഇൻഡെക്സ് ഫയൽ",
75
+ "Select the index file to use for the conversion.": "കണ്വേർഷനിനായി ഉപയോഗിക്കേണ്ട ഇൻഡെക്സ് ഫയലുകൾ തിരഞ്ഞെടുക്കുക.",
76
+ "Refresh": "പുനഃസ്വന്തമാക്കുക",
77
+ "Unload Voice": "വോയ്സ് അൺലോഡ്",
78
+ "Single": "ഏകത്വം",
79
+ "Upload Audio": "ഓഡിയോ അപ്‌ലോഡ് ചെയ്യുക",
80
+ "Select Audio": "ഓഡിയോ തിരഞ്ഞെടുക്കുക",
81
+ "Select the audio to convert.": "കണ്വേർട്ട് ചെയ്യാൻ ഓഡിയോ തിരഞ്ഞെടുക്കുക.",
82
+ "Advanced Settings": "പുതുമയായ സെറ്റിംഗുകൾ",
83
+ "Clear Outputs (Deletes all audios in assets/audios)": "പരിമാറ്റുക (assets/audios എല്ലാ ഓഡിയോകൾ ഇല്ലാതാക്കുക)",
84
+ "Custom Output Path": "കസ്റ്റം ഔട്ട്പുട്ട് പാത",
85
+ "Output Path": "ഔട്ട്പുട്ട് പാത",
86
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "ഓട്ട്പുട്ട് ഓഡിയോ സേവ്‌ചെയ്യപ്പെടുന്നത്, സ്വഭാവമായി assets/audios/output.wav ഇല്‍",
87
+ "Split Audio": "ഓഡിയോ വിഭാഗീകരണം",
88
+ "Split the audio into chunks for inference to obtain better results in some cases.": "അനുമാനത്തിന് കൂടുതൽ ഫലങ്ങൾ ലഭിക്കാൻ ഓഡിയോ ഭാഗങ്ങൾക്ക് വിഭാഗീകരണം ചെയ്യുക.",
89
+ "Autotune": "ഓട്ടോട്യൂൺ",
90
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "സോഫ്റ്റ് ഓട്ടോട്യൂൺ ആപ്ലയുകയും, സിംഗിങ് കൺവേർഷനുകളില്‍ ശിഫാരസ് ചെയ്യുകയും.",
91
+ "Clean Audio": "ശുദ്ധമായ ഓഡിയോ",
92
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "ശുദ്ധമായി നോയിസ് ഡിറ്റക്‌ഷൻ ആൾഗോരിതങ്ങൾ ഉപയോഗിച്ച് നിനക്ക് എത്ര പ്രയോജനപ്രദമായ ഓഡിയോ പരിഷ്കരിക്കാൻ, സ്പീക്കിംഗ് ഓഡിയോക്കിന് ശ��ഫാരസ് ചെയ്യുക.",
93
+ "Clean Strength": "ശുദ്ധി ശക്തി",
94
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "നിനക്ക് അവശ്യമായ ഓഡിയോക്ക് ശുദ്ധിയുടെ നില സജ്ജീവമാക്കുക, അതെക്കും കൂടുതൽ ഉള്ളതും അതിനെക്കുറിച്ച് ചോദിക്കുന്നതെന്തെങ്കിലും ശുദ്ധി ചെയ്തിരിക്കുന്ന ഓഡിയോ കമ്പ്രസ്‌ഡ് ആയിരിക്കാനുള്ള സാധ്യതയുണ്ട്.",
95
+ "Pitch": "പിച്ച്",
96
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "ഓഡിയോയുടെ പിച്ച് സജ്ജീവമാക്കുക, അതെക്കും ഉയരുന്നുവെങ്കിലും പിച്ച്.",
97
+ "Filter Radius": "ഫിൽട്ടർ റേഡിയസ്",
98
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "സംഖ്യ 3 അല്ലെങ്കിൽ അതിനേക്കാൾ കൂടുതൽ ആയിരിക്കുന്നാല്‍, ശ്വസനം കുറയ്ക്കാന്‍ ശേഷിക്കുന്ന രീതിയില്‍ കൂടുതല്‍ കഴിവുള്ളതാണ്.",
99
+ "Search Feature Ratio": "സേര്‍ച്ച് ഫീച്ചർ റേഷ്യോ",
100
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "ഇനഡെക്സ് ഫയലായി വികസിക്കുന്ന പ്രഭാവം; ഉയര്‍ന്ന മൂല്യം ഉയരത്തിന് അനുബന്ധ പ്രഭാവമുള്ളതാണ്. എനിക്ക് കുറഞ്ഞ മൂല്യങ്ങളെ അനുവദിക്കാനും ആര്‍ടിഫാക്ടുകള്‍ നിലവിലുള്ള ഓഡിയോയിലെ ബുദ്ധിമുട്ടുകൾ ഉപയോഗപ്പെടുന്നു.",
101
+ "Volume Envelope": "വോള്യൂം എൻവലപ്പ്",
102
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "ആഉട്ട്പുട്ട് ഒറ്റവന്നേറ്റത്തിന്റെ വോള്യൂം എൻവലപ്പ് സ്ഥലപ്പെടുത്തുക. അനുഭവം 1-ക്കു സമീപമായിരിക്കുന്നതും, അനുഭവ എൻവലപ്പ് ഉപയോഗപ്പെടുന്നതും കൂടുതൽ ആണ്.",
103
+ "Protect Voiceless Consonants": "വോയ്സ്‌ലസ് കോൺസനന്റുകൾ സംരക്ഷിക്കുക",
104
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "എല്ലാവര്‍ക്കും പ്രകടമായ കോൺസനന്റുകൾ ഒഴുകുന്നത് എന്നതുകൊണ്ടുതന്നെ ഇലക്ട്രോ-ഓക്കുസ്റ്റിക് കൊതിയും മറ്റു ആർട്ടിഫാക്ടുകളും പ്രതിരക്ഷിക്കുന്നതിനുള്ള അരികോട്. പാരാമീറ്ററിനെ അതിന്റെ 0.5 എന്നേക്കും ഉച്ചക്കൊണ്ട് കൂട്ടിക്കൊള്ളൽ സാമൂഹ്യപ്രതിരക്ഷ നൽകുന്നു. എന്നാല്‍, ഈ മൂല്യം കുറഞ്ഞാക്കാൻ സാധ്യതയുണ്ട്, പ്രതിരക്ഷണം താഴെ കുറഞ്ഞുകൂടാൻ സഹായകരമാവുക.",
105
+ "Pitch extraction algorithm": "പിച്ച് എക്സ്ട്രാക്ഷൻ ആൾഗോരിതം",
106
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "ഓഡിയോ കൺവേർഷനിനായി ഉപയോഗിക്കേണ്ട പിച്ച് എക്സ്ട്രാക്ഷൻ ആൾഗോരിതം. സ്വതന്ത്ര ആൾഗോരിതത്താണ് rmvpe, അത് പലതരത്തിലുള്ള പ്രസ്താവനകളില്‍ ശിഫാരസ് ചെയ്യപ്പെടുന്നു.",
107
+ "Convert": "കൺവേർട്ട് ചെയ്യുക",
108
+ "Export Audio": "ഓഡിയോ എക്സ്പോർട്ട് ചെയ്യുക",
109
+ "Batch": "ബാച്ച്",
110
+ "Input Folder": "ഇൻപുട്ട് ഫോൾഡർ",
111
+ "Select the folder containing the audios to convert.": "കൺവേർട്ട് ചെയ്യാൻ ഓഡിയോകളെ കാണുന്ന ഫോൾഡർ തിരഞ്ഞെടുക്കുക.",
112
+ "Enter input path": "ഇൻപുട്ട് പാത നൽകുക",
113
+ "Output Folder": "ഔട്ട്പുട്ട് ഫോൾഡർ",
114
+ "Select the folder where the output audios will be saved.": "ഔട്ട്പുട്ട് ഓഡിയോകൾ സേവ്‌ചെയ്യപ്പെടുന്ന ഫോൾഡർ തിരഞ്ഞെടുക്കുക.",
115
+ "Enter output path": "ഔട്ട്പുട്ട് പാത നൽകുക",
116
+ "Get information about the audio": "ഓഡിയോയുടെ കുറിപ്പ് നേടുക",
117
+ "Information about the audio file": "ഓഡിയോ ഫയലിനെക്കുറിച്ച് വിവരം",
118
+ "Waiting for information...": "വിവരം കാത്തിരിക്കുന്നു...",
119
+ "## Voice Blender": "## വോയ്സ് ബ്ലെന്ഡർ",
120
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "രണ്ട് വോയ്സ് മോഡലുകൾ തിരഞ്ഞെടുക്കുക, നിനക്ക് ആഗ്രഹിക്കുന്ന ബ്ലെന്റ് ശതകം സജ്ജീവമാക്കുക, അവയുടെ ബ്ലെന്റും പൂർണ്ണമായും പുതിയ ഒരു വോയ്സായാക്കുക.",
121
+ "Voice Blender": "വോയ്സ് ബ്ലെന്ഡർ",
122
+ "Drag and drop your model here": "നിനക്ക് ശൈലിക്കുകയോരോ മോഡൽ ഇവിടെ വികസിപ്പിക്കുക",
123
+ "You can also use a custom path.": "നിനക്ക് ഒരു സ്വന്തമായ പാതയും ഉപയോഗിക്കാം.",
124
+ "Blend Ratio": "ബ്ലെന്റ് അനുപാതം",
125
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "സ്ഥാനം കൊണ്ടുകൂടുതൽ പ്രതിരൂപമാക്കാൻ മുന്നേറ്റം ഒന്നിലേറ്റെത്തിനു അല്ലെങ്കിൽ മറ്റൊന്നിലേറ്റെത്തിനു സാധിക്കും.",
126
+ "Fusion": "ഫ്യൂഷൻ",
127
+ "Path to Model": "മോഡലിന്റെ പാത",
128
+ "Enter path to model": "മോഡലിനെ സജ്ജീവമാക്കാൻ പാത നൽകുക",
129
+ "Model information to be placed": "പ്ലേസ്മെന്റ് ചെയ്യാൻ ആവശ്യമായ മോഡലിന്റെ വിവരം",
130
+ "Introduce the model information": "മോഡലിന്റെ വിവരം പരിചയപ്പെടുക",
131
+ "The information to be placed in the model (You can leave it blank or put anything).": "മോഡലില്‍ സ്ഥലപ്പെടുത്താനുള്ള വിവരം (നിനക്ക് വിടാവുകയും അല്ലെങ്കിൽ എന്തെങ്കിലും ചേരുകയും ചെയ്യാം).",
132
+ "View model information": "മോഡലിന്റെ വിവരം കാണുക",
133
+ "Introduce the model pth path": "മോഡലിന്റെ pth പാത പരിചയപ്പെടുക",
134
+ "View": "കാണുക",
135
+ "Model extraction": "മോഡൽ എക്സ്ട്രാക്ഷൻ",
136
+ "Model conversion": "മോഡൽ കൺവേർഷൻ",
137
+ "Pth file": "Pth ഫയൽ",
138
+ "Output of the pth file": "Pth ഫയലിന്റെ പ്രോഡക്റ്റ്",
139
+ "# How to Report an Issue on GitHub": "# GitHub-ലെ ഒരു ഇഷ്യൂ റിപ്പോർട്ട് ചെയ്യുന്നതിനുള്ള രീതി",
140
+ "1. Click on the 'Record Screen' button below to start recording the issue you are experiencing.": "1. നിന്റെ അനുഭവപ്പെടുന്ന ഇഷ്യൂ റെക്കോർഡുചെയ്യുന്നതിന് താഴെ 'Record Screen' ബട്ടൺ ക്ലിക്കുചെയ്യുക.",
141
+ "2. Once you have finished recording the issue, click on the 'Stop Recording' button (the same button, but the label changes depending on whether you are actively recording or not).": "2. ഇഷ്യൂ റെക്കോർഡുചെയ്തുതീർക്കുന്നതിനുശേഷം, 'Stop Recording' ബട്ടൺ ക്ലിക്കുചെയ്യുക (അത് തുടർന്നിരിക്കുന്നുമോ എന്ന് താഴെയോ കാണുന്ന ലേബല്‍ അനുസരിച്ച് മാറുന്നു).",
142
+ "3. Go to [GitHub Issues](https://github.com/IAHispano/Applio/issues) and click on the 'New Issue' button.": "3. [GitHub Issues](https://github.com/IAHispano/Applio/issues) സ്ഥലത്തേക്ക് പോകുക, 'New Issue' ബട്ടൺ ക്ലിക്കുചെയ്യുക.",
143
+ "4. Complete the provided issue template, ensuring to include details as needed, and utilize the assets section to upload the recorded file from the previous step.": "4. നൽകിയ ഇഷ്യൂ ടെംപ്ലേറ്റ് പൂർത്തിയാക്കുക, ആവശ്യമായ വിവരങ്ങളെ ചേർക്കുന്നതിനുശേഷം, പഴയ ഘടനയിൽ റെക്കോർഡുചെയ്ത ഫയൽ അപ്‌ലോഡ് ചെയ്യുന്നതിന് എസെറ്റ് വിഭാഗം ഉപയോഗിക്കുക.",
144
+ "Record Screen": "റെക്കോർഡ് സ്‌ക്രീൻ",
145
+ "Record": "റെക്കോർഡ്",
146
+ "Stop Recording": "റെക്കോർഡുനിർത്തുക",
147
+ "Introduce the model .pth path": "മോഡൽ .pth പാത പരിചയപ്പെടുക",
148
+ "See Model Information": "മോഡൽ വിവരങ്ങൾ കാണുക",
149
+ "## Download Model": "## മോഡൽ ഡൗൺലോഡ്",
150
+ "Model Link": "മോഡൽ ലിങ്ക്",
151
+ "Introduce the model link": "മോഡൽ ലിങ്ക് പരിചയപ്പെടുക",
152
+ "Download Model": "മോഡൽ ഡൗൺലോഡ്",
153
+ "## Drop files": "## ഫയലുകൾ ഇടുക",
154
+ "Drag your .pth file and .index file into this space. Drag one and then the other.": "നിനക്ക് .pth ഫയലുകളും .index ഫയലുകളും ഇവിടെ ഡ്രാഗ് ചെയ്യുക. ഒന്നുകിട്ട് പിന്നെ മറ്റൊന്നു ഡ്രാഗ് ചെയ്യുക.",
155
+ "TTS Voices": "TTS വോയ്സുകൾ",
156
+ "Select the TTS voice to use for the conversion.": "മാറ്റത്തിനായി ഉപയോഗിക്കാൻ TTS വോയ്സ് തിരഞ്ഞെടുക്കുക.",
157
+ "Text to Synthesize": "സിന്തിയസൈസ് ചെയ്യുന്ന ടെക്സ്റ്റ്",
158
+ "Enter the text to synthesize.": "സിന്തിയസൈസ് ചെയ്യാൻ ടെക്സ്റ്റ് നൽകുക.",
159
+ "Or you can upload a .txt file": "അല്ലെങ്കിൽ .txt ഫയൽ അപ്‌ലോഡ് ചെയ്യാം",
160
+ "Enter text to synthesize": "സിന്തിയസൈസ് ചെയ്യാൻ ടെക്സ്റ്റ് നൽകുക",
161
+ "Output Path for TTS Audio": "TTS ഓഡിയോക്ക് ഔട്ട്പുട്ട് പാത",
162
+ "Output Path for RVC Audio": "RVC ഓഡിയോക്ക് ഔട്ട്പുട്ട് പാത",
163
+ "Enable Applio integration with Discord presence": "Discord പ്രസന്നതയോട് Applio ഇൻറഗ്രേഷൻ സജീവമാക്കുക",
164
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "ഇത് Discord-നായിരിക്കുന്ന നിലാവ് കാണാനുള്ള സാധ്യത സജീവമാക്കും.",
165
+ "Enable Applio integration with applio.org/models using flask": "flask ഉപയോഗിച്ച് applio.org/models ഇൻറഗ്രേഷൻ Applio സജീവമാക്കുക",
166
+ "It will activate the possibility of downloading models with a click from the website.": "ഇത് വെബ്സൈറ്റിൽ ഒരു ക്ലിക്ക് ചെയ്യുമ്പോൾ മോഡലുകൾ ഡൗൺലോഡ് ചെയ്യാനുള്ള സാധ്യത സജീവമാക്കും.",
167
+ "Theme": "തീം",
168
+ "Select the theme you want to use. (Requires restarting Applio)": "നിനക്ക് ഉപയോഗിക്കാൻ എന്താണെന്ന് നിങ്ങളുടെ തീം തിരഞ്ഞെടുക്കുക. (Applio പുനഃസജീവമാക്കാൻ ആവശ്യമാണ്)",
169
+ "Language": "ഭാഷ",
170
+ "Select the language you want to use. (Requires restarting Applio)": "നിങ്ങളുടെ ഉപയോഗത്തിന് നിങ്ങളുടെ ഭാഷ തിരഞ്ഞെടുക്കുക. (Applio പുനഃസജീവമാക്കാൻ ആവശ്യമാണ്)",
171
+ "Plugin Installer": "പ്ലഗിൻ ഇൻസ്റ്റാൾലർ",
172
+ "Drag your plugin.zip to install it": "അതിനായി നിനക്ക് നിന്നെത്തിയ .zip ഫയല്‍ ഇൻസ്റ്റാൾ ചെയ്യാൻ ഇവിടെ ഡ്രാഗ് ചെയ്യുക",
173
+ "Version Checker": "വേര്‍ഷന്‍ ചെക്കർ",
174
+ "Check which version of Applio is the latest to see if you need to update.": "നിനക്ക് അപ്‌ഡേറ്റുചെയ്യേണ്ടതോ എന്ന് അപ്‌ലിയോയുടെ ഏറ്റവും പുതിയ പതിപ്പായത് പരിശോധിക്കുക.",
175
+ "Check for updates": "അപ്‌ഡേറ്റുകൾ പരിശോധിക്കുക"
176
+ }
assets/i18n/languages/mr_MR.json CHANGED
@@ -2,6 +2,7 @@
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "अल्टिमेट व्हॉइस क्लोनिंग टूल, अप्रतिम शक्ती, मॉड्युलरिटी आणि वापरकर्ता-अनुकूल अनुभवासाठी काळजीपूर्वक ऑप्टिमाइझ केलेले.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "या विभागात काही अतिरिक्त उपयोगिता आहेत ज्या बर्याचदा प्रायोगिक टप्प्यात असू शकतात.",
4
  "Output Information": "आउटपुट माहिती",
 
5
  "Inference": "निष्कर्ष",
6
  "Train": "आगगाडी",
7
  "Extra": "अतिरिक्त",
@@ -9,80 +10,126 @@
9
  "Processing": "प्रोसेसिंग",
10
  "Audio Analyzer": "ऑडिओ विश्लेषक",
11
  "Model Information": "मॉडेल माहिती",
 
12
  "Download": "डाउनलोड करा",
13
  "Report a Bug": "बग ची नोंद करा",
 
14
  "Preprocess": "पूर्वप्रक्रिया",
15
  "Model Name": "मॉडेलचे नाव",
 
16
  "Enter model name": "मॉडेल नाव प्रविष्ट करा",
17
  "Dataset Path": "डेटासेट पथ",
 
 
 
 
 
 
 
 
18
  "Enter dataset path": "डेटासेट मार्ग प्रविष्ट करा",
19
  "Sampling Rate": "नमुना दर",
 
20
  "RVC Version": "आरव्हीसी आवृत्ती",
 
21
  "Preprocess Dataset": "Preprocess Dataset",
22
  "Extract": "अर्क",
23
  "Hop Length": "हॉप लांबी",
 
24
  "Batch Size": "बॅच आकार",
 
25
  "Save Every Epoch": "प्रत्येक युग वाचवा",
 
26
  "Total Epoch": "एकूण युग",
 
27
  "Pretrained": "पूर्वप्रशिक्षित",
28
  "Save Only Latest": "फक्त लेटेस्ट सेव्ह करा",
 
29
  "Save Every Weights": "प्रत्येक वजन वाचवा",
 
30
  "Custom Pretrained": "सानुकूल पूर्वप्रशिक्षित",
 
31
  "Upload Pretrained Model": "पूर्वप्रशिक्षित मॉडेल अपलोड करा",
 
32
  "Pretrained Custom Settings": "पूर्वप्रशिक्षित सानुकूल सेटिंग्ज",
33
  "The file you dropped is not a valid pretrained file. Please try again.": "आपण टाकलेली फाईल वैध पूर्वप्रशिक्षित फाइल नाही. कृपया पुन्हा प्रयत्न करा.",
34
  "Click the refresh button to see the pretrained file in the dropdown menu.": "ड्रॉपडाउन मेनूमध्ये पूर्वप्रशिक्षित फाइल पाहण्यासाठी रिफ्रेश बटणावर क्लिक करा.",
35
  "Pretrained G Path": "सानुकूल पूर्वप्रशिक्षित जी",
36
  "Pretrained D Path": "सानुकूल पूर्वप्रशिक्षित डी",
37
  "GPU Settings": "जीपीयू सेटिंग्स",
 
38
  "GPU Custom Settings": "जीपीयू सानुकूल सेटिंग्स",
39
  "GPU Number": "जीपीयू नंबर",
40
  "0 to ∞ separated by -": "0 ते ∞ वेगळे केले जातात -",
41
  "GPU Information": "जीपीयू माहिती",
42
  "Pitch Guidance": "खेळपट्टी मार्गदर्शन",
 
 
43
  "Extract Features": "अर्क वैशिष्ट्ये",
44
  "Start Training": "प्रशिक्षण सुरू करा",
45
  "Generate Index": "इंडेक्स तयार करा",
46
  "Voice Model": "व्हॉइस मॉडेल",
 
47
  "Index File": "अनुक्रमणिका फाइल",
 
48
  "Refresh": "टवटवी आणणे",
49
  "Unload Voice": "आवाज अनलोड करा",
50
  "Single": "अविवाहित",
51
  "Upload Audio": "ऑडिओ अपलोड करा",
52
  "Select Audio": "ऑडिओ निवडा",
 
53
  "Advanced Settings": "प्रगत सेटिंग्ज",
54
  "Clear Outputs (Deletes all audios in assets/audios)": "स्पष्ट आउटपुट (मालमत्ता / ऑडिओमधील सर्व ऑडिओ हटवतात)",
55
  "Custom Output Path": "सानुकूल आउटपुट पथ",
56
  "Output Path": "आउटपुट पथ",
 
 
 
 
 
 
 
 
 
57
  "Pitch": "खेळपट्टी",
58
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "जर >= 3: कापणी केलेल्या खेळपट्टीच्या परिणामांवर मध्यम फिल्टरिंग लागू करा. मूल्य फिल्टर त्रिज्याचे प्रतिनिधित्व करते आणि श्वासोच्छवास कमी करू शकते",
 
 
59
  "Search Feature Ratio": "शोध वैशिष्ट्य गुणोत्तर",
 
 
 
 
 
60
  "Pitch extraction algorithm": "पिच निष्कर्षण अल्गोरिदम",
 
61
  "Convert": "धर्मांतर करा",
62
  "Export Audio": "निर्यात ऑडिओ",
63
  "Batch": "तुकडी",
64
  "Input Folder": "इनपुट फोल्डर",
 
65
  "Enter input path": "इनपुट पथ प्रविष्ट करा",
66
  "Output Folder": "आउटपुट फोल्डर",
 
67
  "Enter output path": "आउटपुट पथ प्रविष्ट करा",
68
  "Get information about the audio": "ऑडिओबद्दल माहिती मिळवा",
69
  "Information about the audio file": "ऑडिओ फाईलची माहिती",
70
  "Waiting for information...": "माहितीच्या प्रतीक्षेत...",
71
- "Model fusion": "मॉडेल फ्यूजन",
72
- "Weight for Model A": "मॉडेल साठी वजन",
73
- "Whether the model has pitch guidance": "मॉडेलमध्ये खेळपट्टीमार्गदर्शन आहे की नाही",
74
- "Model architecture version": "मॉडेल आर्किटेक्चर आवृत्ती",
75
- "Path to Model A": "मॉडेल चा मार्ग",
76
- "Path to Model B": "मॉडेल बी चा मार्ग",
77
- "Path to model": "मॉडेलचा मार्ग",
78
- "Model information to be placed": "मॉडेल माहिती ठेवली जाईल",
79
  "Fusion": "फ्यूजन",
80
- "Modify model information": "मॉडेल माहिती सुधारित करा",
81
  "Path to Model": "मॉडेल चा मार्ग",
82
- "Model information to be modified": "मॉडेल माहिती मध्ये बदल होणार",
83
- "Save file name": "फाईलचे नाव सेव्ह करा",
84
- "Modify": "सुधारित करा",
 
85
  "View model information": "मॉडेल माहिती पहा",
 
86
  "View": "पहा",
87
  "Model extraction": "मॉडेल निष्कर्षण",
88
  "Model conversion": "मॉडेल रूपांतरण",
@@ -101,13 +148,28 @@
101
  "## Download Model": "## मॉडेल डाऊनलोड करा",
102
  "Model Link": "मॉडेल लिंक",
103
  "Introduce the model link": "मॉडेल लिंक ची ओळख करून द्या",
104
- "Download Model": "Descargar Modelo",
105
  "## Drop files": "## फाइल्स ड्रॉप करा",
106
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "आपली .pth फाइल आणि .अनुक्रमणिका फाईल या जागेत खेचून घ्या. एकाला ओढून घ्या आणि मग दुसरं.",
107
  "TTS Voices": "टीटीएस आवाज",
 
108
  "Text to Synthesize": "संश्लेषित करण्यासाठी मजकूर",
 
 
109
  "Enter text to synthesize": "संश्लेषित करण्यासाठी मजकूर प्रविष्ट करा",
110
  "Output Path for TTS Audio": "टीटीएस ऑडिओसाठी आउटपुट पथ",
111
  "Output Path for RVC Audio": "आरव्हीसी ऑडिओसाठी आउटपुट पथ",
112
- "Enable Applio integration with Discord presence": "Applio प्रेसेन्स"
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "अल्टिमेट व्हॉइस क्लोनिंग टूल, अप्रतिम शक्ती, मॉड्युलरिटी आणि वापरकर्ता-अनुकूल अनुभवासाठी काळजीपूर्वक ऑप्टिमाइझ केलेले.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "या विभागात काही अतिरिक्त उपयोगिता आहेत ज्या बर्याचदा प्रायोगिक टप्प्यात असू शकतात.",
4
  "Output Information": "आउटपुट माहिती",
5
+ "The output information will be displayed here.": "आउटपुट माहिती येथे प्रदर्शित केली जाईल.",
6
  "Inference": "निष्कर्ष",
7
  "Train": "आगगाडी",
8
  "Extra": "अतिरिक्त",
 
10
  "Processing": "प्रोसेसिंग",
11
  "Audio Analyzer": "ऑडिओ विश्लेषक",
12
  "Model Information": "मॉडेल माहिती",
13
+ "Plugins": "प्लगइन्स",
14
  "Download": "डाउनलोड करा",
15
  "Report a Bug": "बग ची नोंद करा",
16
+ "Settings": "सेटिंग्स",
17
  "Preprocess": "पूर्वप्रक्रिया",
18
  "Model Name": "मॉडेलचे नाव",
19
+ "Name of the new model.": "नवीन मॉडेलचे नाव .",
20
  "Enter model name": "मॉडेल नाव प्रविष्ट करा",
21
  "Dataset Path": "डेटासेट पथ",
22
+ "Path to the dataset folder.": "डेटासेट फोल्डरचा मार्ग.",
23
+ "Refresh Datasets": "डेटासेट रिफ्रेश करा",
24
+ "Dataset Creator": "डेटासेट निर्माता",
25
+ "Dataset Name": "डेटासेट चे नाव",
26
+ "Name of the new dataset.": "नवीन डेटासेटचे नाव.",
27
+ "Enter dataset name": "डेटासेट नाव प्रविष्ट करा",
28
+ "Upload Audio Dataset": "ऑडिओ डेटासेट अपलोड करा",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "ऑडिओ फाइल डेटासेटमध्ये यशस्वीरित्या जोडली गेली आहे. कृपया प्रीप्रोसेस बटणावर क्लिक करा.",
30
  "Enter dataset path": "डेटासेट मार्ग प्रविष्ट करा",
31
  "Sampling Rate": "नमुना दर",
32
+ "The sampling rate of the audio files.": "ऑडिओ फायलींचे नमुने घेण्याचा दर.",
33
  "RVC Version": "आरव्हीसी आवृत्ती",
34
+ "The RVC version of the model.": "मॉडेलची आरव्हीसी आवृत्ती.",
35
  "Preprocess Dataset": "Preprocess Dataset",
36
  "Extract": "अर्क",
37
  "Hop Length": "हॉप लांबी",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "प्रणालीला महत्त्वपूर्ण खेळपट्टी बदलाकडे संक्रमण होण्यासाठी लागणारा कालावधी दर्शवितो. लहान हॉप लांबीसाठी अनुमानासाठी अधिक वेळ लागतो परंतु खेळपट्टीची अचूकता जास्त असते.",
39
  "Batch Size": "बॅच आकार",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "हे आपल्या जीपीयूच्या उपलब्ध व्हीआरएएमसह संरेखित करण्याचा सल्ला दिला जातो. 4 ची सेटिंग सुधारित अचूकता परंतु हळू प्रक्रिया प्रदान करते, तर 8 वेगवान आणि मानक परिणाम प्रदान करते.",
41
  "Save Every Epoch": "प्रत्येक युग वाचवा",
42
+ "Determine at how many epochs the model will saved at.": "मॉडेल किती युगात जतन करेल हे ठरवा.",
43
  "Total Epoch": "एकूण युग",
44
+ "Specifies the overall quantity of epochs for the model training process.": "मॉडेल प्रशिक्षण प्रक्रियेसाठ�� युगांची एकूण मात्रा निर्दिष्ट करते.",
45
  "Pretrained": "पूर्वप्रशिक्षित",
46
  "Save Only Latest": "फक्त लेटेस्ट सेव्ह करा",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "ही सेटिंग सक्षम केल्याने जी आणि डी फायली केवळ त्यांच्या अलीकडील आवृत्त्या वाचवतील आणि स्टोरेज स्पेस प्रभावीपणे जतन करतील.",
48
  "Save Every Weights": "प्रत्येक वजन वाचवा",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "ही सेटिंग आपल्याला प्रत्येक युगाच्या शेवटी मॉडेलची वजने वाचविण्यास सक्षम करते.",
50
  "Custom Pretrained": "सानुकूल पूर्वप्रशिक्षित",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "सानुकूल पूर्वप्रशिक्षित मॉडेल्स चा वापर केल्यास उत्कृष्ट परिणाम मिळू शकतात, कारण विशिष्ट वापर प्रकरणानुसार सर्वात योग्य पूर्वप्रशिक्षित मॉडेल्स ची निवड केल्यास कार्यक्षमता लक्षणीय वाढू शकते.",
52
  "Upload Pretrained Model": "पूर्वप्रशिक्षित मॉडेल अपलोड करा",
53
+ "Refresh Custom Pretraineds": "रिफ्रेश सानुकूल पूर्वप्रशिक्षित",
54
  "Pretrained Custom Settings": "पूर्वप्रशिक्षित सानुकूल सेटिंग्ज",
55
  "The file you dropped is not a valid pretrained file. Please try again.": "आपण टाकलेली फाईल वैध पूर्वप्रशिक्षित फाइल नाही. कृपया पुन्हा प्रयत्न करा.",
56
  "Click the refresh button to see the pretrained file in the dropdown menu.": "ड्रॉपडाउन मेनूमध्ये पूर्वप्रशिक्षित फाइल पाहण्यासाठी रिफ्रेश बटणावर क्लिक करा.",
57
  "Pretrained G Path": "सानुकूल पूर्वप्रशिक्षित जी",
58
  "Pretrained D Path": "सानुकूल पूर्वप्रशिक्षित डी",
59
  "GPU Settings": "जीपीयू सेटिंग्स",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "प्रगत जीपीयू सेटिंग्ज सेट करा, चांगल्या जीपीयू आर्किटेक्चर असलेल्या वापरकर्त्यांसाठी शिफारस केली आहे.",
61
  "GPU Custom Settings": "जीपीयू सानुकूल सेटिंग्स",
62
  "GPU Number": "जीपीयू नंबर",
63
  "0 to ∞ separated by -": "0 ते ∞ वेगळे केले जातात -",
64
  "GPU Information": "जीपीयू माहिती",
65
  "Pitch Guidance": "खेळपट्टी मार्गदर्शन",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "खेळपट्टीमार्गदर्शनाचा वापर करून मूळ आवाजाच्या खेळपट्टीसह त्याच्या अंतर्मुखतेचे प्रतिबिंब उमटविणे शक्य होते. हे वैशिष्ट्य गायन आणि इतर दृश्यांसाठी विशेषतः मौल्यवान आहे जिथे मूळ सूर किंवा पिच पॅटर्न जतन करणे आवश्यक आहे.",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "स्वत: चे प्रशिक्षण देताना पूर्वप्रशिक्षित मॉडेल्स वापरा. हा दृष्टिकोन प्रशिक्षण कालावधी कमी करतो आणि एकंदर गुणवत्ता वाढवतो.",
68
  "Extract Features": "अर्क वैशिष्ट्ये",
69
  "Start Training": "प्रशिक्षण सुरू करा",
70
  "Generate Index": "इंडेक्स तयार करा",
71
  "Voice Model": "व्हॉइस मॉडेल",
72
+ "Select the voice model to use for the conversion.": "रूपांतरणासाठी वापरण्यासाठी व्हॉइस मॉडेल निवडा.",
73
  "Index File": "अनुक्रमणिका फाइल",
74
+ "Select the index file to use for the conversion.": "रूपांतरणासाठी वापरण्यासाठी अनुक्रमणिका फाइल निवडा.",
75
  "Refresh": "टवटवी आणणे",
76
  "Unload Voice": "आवाज अनलोड करा",
77
  "Single": "अविवाहित",
78
  "Upload Audio": "ऑडिओ अपलोड करा",
79
  "Select Audio": "ऑडिओ निवडा",
80
+ "Select the audio to convert.": "रूपांतरित करण्यासाठी ऑडिओ निवडा.",
81
  "Advanced Settings": "प्रगत सेटिंग्ज",
82
  "Clear Outputs (Deletes all audios in assets/audios)": "स्पष्ट आउटपुट (मालमत्ता / ऑडिओमधील सर्व ऑडिओ हटवतात)",
83
  "Custom Output Path": "सानुकूल आउटपुट पथ",
84
  "Output Path": "आउटपुट पथ",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "तो मार्ग जिथे आउटपुट ऑडिओ जतन केला जाईल, मालमत्ता / ऑडिओ / output.wav मध्ये डिफॉल्टद्वारे",
86
+ "Split Audio": "स्प्लिट ऑडिओ",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "काही प्रकरणांमध्ये चांगले परिणाम मिळविण्यासाठी अनुमानासाठी ऑडिओचे तुकडे करा.",
88
+ "Autotune": "Autotune",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "गायन रूपांतरणासाठी शिफारस केलेल्या आपल्या निष्कर्षांवर सॉफ्ट ऑटोट्यून लागू करा.",
90
+ "Clean Audio": "स्वच्छ ऑडिओ",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "ध्वनी शोध अल्गोरिदम वापरुन आपले ऑडिओ आउटपुट स्वच्छ करा, ऑडिओ बोलण्यासाठी शिफारस केली आहे.",
92
+ "Clean Strength": "स्वच्छ शक्ती",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "आपल्याला हव्या असलेल्या ऑडिओमध्ये क्लीन-अप पातळी सेट करा, आपण ते जितके वाढवाल तितके ते साफ होईल, परंतु ऑडिओ अधिक संकुचित होण्याची शक्यता आहे.",
94
  "Pitch": "खेळपट्टी",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "ऑडिओची खेळपट्टी सेट करा, किंमत जितकी जास्त तितकी खेळपट्टी जास्त.",
96
+ "Filter Radius": "फिल्टर त्रिज्या",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "जर संख्या तीनपेक्षा जास्त किंवा समान असेल तर संकलित टोन परिणामांवर मध्यम फिल्टरिंग वापरल्यास श्वसन कमी होण्याची क्षमता असते.",
98
  "Search Feature Ratio": "शोध वैशिष्ट्य गुणोत्तर",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "अनुक्रमणिका संचिकेने टाकलेला प्रभाव; उच्च मूल्य अधिक प्रभावाशी संबंधित आहे. तथापि, कमी मूल्यांची निवड केल्याने ऑडिओमध्ये असलेल्या कलाकृती कमी होण्यास मदत होते.",
100
+ "Volume Envelope": "Volume लिफाफा",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "आउटपुटच्या व्हॉल्यूम लिफाफ्यासह पर्याय किंवा मिश्रण करा. गुणोत्तर 1 च्या जितके जवळ असेल तितके आउटपुट लिफाफा वापरला जातो.",
102
+ "Protect Voiceless Consonants": "आवाजहीन व्यंजनांचे रक्षण करा",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "इलेक्ट्रो-ध्वनिक फाटणे आणि इतर कलाकृती टाळण्यासाठी विशिष्ट व्यंजने आणि श्वासोच्छवासाच्या आवाजांचे रक्षण करा. पॅरामीटरला त्याच्या 0.5 च्या जास्तीत जास्त मूल्यावर खेचणे व्यापक संरक्षण प्रदान करते. तथापि, हे मूल्य कमी केल्याने अनुक्रमणिका प्रभाव संभाव्यत: कमी करताना संरक्षणाची व्याप्ती कमी होऊ शकते.",
104
  "Pitch extraction algorithm": "पिच निष्कर्षण अल्गोरिदम",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "ऑडिओ रूपांतरणासाठी वापरण्यासाठी पिच एक्सट्रॅक्शन अल्गोरिदम. डिफॉल्ट अल्गोरिदम आरएमव्हीपीई आहे, ज्याची शिफारस बहुतेक प्रकरणांमध्ये केली जाते.",
106
  "Convert": "धर्मांतर करा",
107
  "Export Audio": "निर्यात ऑडिओ",
108
  "Batch": "तुकडी",
109
  "Input Folder": "इनपुट फोल्डर",
110
+ "Select the folder containing the audios to convert.": "रूपांतरित करण्यासाठी ऑडिओ असलेले फोल्डर निवडा.",
111
  "Enter input path": "इनपुट पथ प्रविष्ट करा",
112
  "Output Folder": "आउटपुट फोल्डर",
113
+ "Select the folder where the output audios will be saved.": "फोल्डर निवडा जेथे आउटपुट ऑडिओ सेव्ह केले जातील.",
114
  "Enter output path": "आउटपुट पथ प्रविष्ट करा",
115
  "Get information about the audio": "ऑडिओबद्दल माहिती मिळवा",
116
  "Information about the audio file": "ऑडिओ फाईलची माहिती",
117
  "Waiting for information...": "माहितीच्या प्रतीक्षेत...",
118
+ "## Voice Blender": "## व्हॉइस ब्लेंडर",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "दोन व्हॉईस मॉडेल निवडा, आपली इच्छित मिश्रण टक्केवारी सेट करा आणि त्यांना पूर्णपणे नवीन आवाजात मिसळा.",
120
+ "Voice Blender": "व्हॉइस ब्लेंडर",
121
+ "Drag and drop your model here": "आपले मॉडेल येथे खेचून टाका आणि सोडा",
122
+ "You can also use a custom path.": "आपण सानुकूल मार्ग देखील वापरू शकता.",
123
+ "Blend Ratio": "मिश्रण गुणोत्तर",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "एका किंवा दुसर्या बाजूला स्थिती अधिक समायोजित केल्याने मॉडेल पहिल्या किंवा दुसर्या बाजूला अधिक समान होईल.",
 
125
  "Fusion": "फ्यूजन",
 
126
  "Path to Model": "मॉडेल चा मार्ग",
127
+ "Enter path to model": "मॉडेलचा मार्ग प्रविष्ट करा",
128
+ "Model information to be placed": "मॉडेल माहिती ठेवली जाईल",
129
+ "Inroduce the model information": "मॉडेल ची माहिती सादर करा",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "मॉडेलमध्ये ठेवली जाणारी माहिती (आपण ती रिकामी ठेवू शकता किंवा काहीही टाकू शकता).",
131
  "View model information": "मॉडेल माहिती पहा",
132
+ "Introduce the model pth path": "मॉडेल पीटीएच पथ सादर करा",
133
  "View": "पहा",
134
  "Model extraction": "मॉडेल निष्कर्षण",
135
  "Model conversion": "मॉडेल रूपांतरण",
 
148
  "## Download Model": "## मॉडेल डाऊनलोड करा",
149
  "Model Link": "मॉडेल लिंक",
150
  "Introduce the model link": "मॉडेल लिंक ची ओळख करून द्या",
151
+ "Download Model": "मॉडेल डाउनलोड करा",
152
  "## Drop files": "## फाइल्स ड्रॉप करा",
153
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "आपली .pth फाइल आणि .अनुक्रमणिका फाईल या जागेत खेचून घ्या. एकाला ओढून घ्या आणि मग दुसरं.",
154
  "TTS Voices": "टीटीएस आवाज",
155
+ "Select the TTS voice to use for the conversion.": "रूपांतरणासाठी वापरण्यासाठी टीटीएस आवाज निवडा.",
156
  "Text to Synthesize": "संश्लेषित करण्यासाठी मजकूर",
157
+ "Enter the text to synthesize.": "संश्लेषित करण्यासाठी मजकूर प्रविष्ट करा.",
158
+ "Or you can upload a .txt file": "किंवा तुम्ही .txt फाईल अपलोड करू शकता",
159
  "Enter text to synthesize": "संश्लेषित करण्यासाठी मजकूर प्रविष्ट करा",
160
  "Output Path for TTS Audio": "टीटीएस ऑडिओसाठी आउटपुट पथ",
161
  "Output Path for RVC Audio": "आरव्हीसी ऑडिओसाठी आउटपुट पथ",
162
+ "Enable Applio integration with Discord presence": "डिस्कॉर्ड उपस्थितीसह अनुप्रयोग एकीकरण सक्षम करा",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "हे डिस्कॉर्डमध्ये सध्याची ऍप्लिओ क्रियाकलाप प्रदर्शित करण्याची शक्यता सक्रिय करेल.",
164
+ "Enable Applio integration with applio.org/models using flask": "फ्लास्क वापरुन applio.org/models अनुप्रयोगा एकीकरण सक्षम करा",
165
+ "It will activate the possibility of downloading models with a click from the website.": "हे वेबसाइटवरून एका क्लिकवर मॉडेल्स डाउनलोड करण्याची शक्यता सक्रिय करेल.",
166
+ "Theme": "थीम :",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "आपण वापरू इच्छित थीम निवडा. (अनुप्रयोग पुन्हा सुरू करणे आवश्यक आहे)",
168
+ "Language": "भाषा",
169
+ "Select the language you want to use. (Requires restarting Applio)": "आपल्याला जी भाषा वापरायची आहे ती निवडा. (अनुप्रयोग पुन्हा सुरू करणे आवश्यक आहे)",
170
+ "Plugin Installer": "Plugin Installer",
171
+ "Drag your plugin.zip to install it": "ते स्थापित करण्यासाठी आपले plugin.zip खेचून घ्या",
172
+ "Version Checker": "Version Checker",
173
+ "Check which version of Applio is the latest to see if you need to update.": "आपल्याला अद्ययावत करण्याची आवश्यकता आहे की नाही हे पाहण्यासाठी अ ॅप्लिओची कोणती आवृत्ती नवीनतम आहे ते पहा.",
174
+ "Check for updates": "अपडेट्ससाठी पहा"
175
+ }
assets/i18n/languages/ms_MS.json CHANGED
@@ -2,6 +2,7 @@
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Alat pengklonan suara muktamad, dioptimumkan dengan teliti untuk kuasa yang tiada tandingan, modulariti, dan pengalaman mesra pengguna.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "Bahagian ini mengandungi beberapa utiliti tambahan yang selalunya berada dalam fasa percubaan.",
4
  "Output Information": "Maklumat Output",
 
5
  "Inference": "Inferens",
6
  "Train": "Kereta api",
7
  "Extra": "Tambahan",
@@ -9,80 +10,126 @@
9
  "Processing": "Pemprosesan",
10
  "Audio Analyzer": "Penganalisis Audio",
11
  "Model Information": "Maklumat Model",
 
12
  "Download": "Muat turun",
13
  "Report a Bug": "Laporkan pepijat",
 
14
  "Preprocess": "Praproses",
15
  "Model Name": "Nama Model",
 
16
  "Enter model name": "Masukkan nama model",
17
  "Dataset Path": "Laluan Set Data",
 
 
 
 
 
 
 
 
18
  "Enter dataset path": "Memasukkan laluan set data",
19
  "Sampling Rate": "Kadar Persampelan",
 
20
  "RVC Version": "Versi RVC",
 
21
  "Preprocess Dataset": "Set Data Praproses",
22
  "Extract": "Cabutan",
23
  "Hop Length": "Panjang Hop",
 
24
  "Batch Size": "Saiz kelompok",
 
25
  "Save Every Epoch": "Simpan Setiap Zaman",
 
26
  "Total Epoch": "Jumlah Zaman",
 
27
  "Pretrained": "Dipralatih",
28
  "Save Only Latest": "Simpan Terkini Sahaja",
 
29
  "Save Every Weights": "Jimat Setiap Berat",
 
30
  "Custom Pretrained": "Pralatih Tersuai",
 
31
  "Upload Pretrained Model": "Muat naik Model Pralatih",
 
32
  "Pretrained Custom Settings": "Seting Tersuai Pralatih",
33
  "The file you dropped is not a valid pretrained file. Please try again.": "Fail yang anda gugurkan bukan fail pralatih yang sah. Sila cuba lagi.",
34
  "Click the refresh button to see the pretrained file in the dropdown menu.": "Klik butang segar semula untuk melihat fail pralatih dalam menu juntai bawah.",
35
  "Pretrained G Path": "Custom Pretrained G",
36
  "Pretrained D Path": "Custom Pretrained D",
37
  "GPU Settings": "Seting GPU",
 
38
  "GPU Custom Settings": "Seting Tersuai GPU",
39
  "GPU Number": "Nombor GPU",
40
  "0 to ∞ separated by -": "0 hingga ∞ dipisahkan oleh -",
41
  "GPU Information": "Maklumat GPU",
42
  "Pitch Guidance": "Panduan Padang",
 
 
43
  "Extract Features": "Ciri Ekstrak",
44
  "Start Training": "Mulakan Latihan",
45
  "Generate Index": "Menjana Indeks",
46
  "Voice Model": "Model Suara",
 
47
  "Index File": "Fail Indeks",
 
48
  "Refresh": "Refresh",
49
  "Unload Voice": "Memunggah Suara",
50
  "Single": "Tunggal",
51
  "Upload Audio": "Muat naik Audio",
52
  "Select Audio": "Pilih Audio",
 
53
  "Advanced Settings": "Seting Lanjutan",
54
  "Clear Outputs (Deletes all audios in assets/audios)": "Kosongkan Output (Memadamkan semua audio dalam aset/audio)",
55
  "Custom Output Path": "Laluan Output Tersuai",
56
  "Output Path": "Laluan Output",
 
 
 
 
 
 
 
 
 
57
  "Pitch": "Pitch",
58
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "Jika >=3: gunakan penapisan median pada hasil padang yang dituai. Nilai mewakili jejari penapis dan boleh mengurangkan sesak nafas",
 
 
59
  "Search Feature Ratio": "Nisbah Ciri Carian",
 
 
 
 
 
60
  "Pitch extraction algorithm": "Algoritma pengekstrakan padang",
 
61
  "Convert": "Menukar",
62
  "Export Audio": "Eksport Audio",
63
  "Batch": "Kelompok",
64
  "Input Folder": "Input Folder",
 
65
  "Enter input path": "Masukkan laluan input",
66
  "Output Folder": "Output Folder",
 
67
  "Enter output path": "Masukkan laluan output",
68
  "Get information about the audio": "Mendapatkan maklumat tentang audio",
69
  "Information about the audio file": "Maklumat mengenai fail audio",
70
  "Waiting for information...": "Menunggu maklumat...",
71
- "Model fusion": "Gabungan model",
72
- "Weight for Model A": "Berat untuk Model A",
73
- "Whether the model has pitch guidance": "Sama ada model itu mempunyai panduan padang",
74
- "Model architecture version": "Versi seni bina model",
75
- "Path to Model A": "Laluan ke Model A",
76
- "Path to Model B": "Laluan ke Model B",
77
- "Path to model": "Laluan ke model",
78
- "Model information to be placed": "Maklumat model yang akan diletakkan",
79
  "Fusion": "Gabungan",
80
- "Modify model information": "Ubah suai maklumat model",
81
  "Path to Model": "Laluan ke Model",
82
- "Model information to be modified": "Maklumat model untuk diubah suai",
83
- "Save file name": "Simpan nama fail",
84
- "Modify": "Mengubah suai",
 
85
  "View model information": "Lihat maklumat model",
 
86
  "View": "Lihat",
87
  "Model extraction": "Pengekstrakan model",
88
  "Model conversion": "Penukaran model",
@@ -101,13 +148,28 @@
101
  "## Download Model": "## Muat Turun Model",
102
  "Model Link": "Pautan Model",
103
  "Introduce the model link": "Memperkenalkan pautan model",
104
- "Download Model": "Descargar Modelo",
105
  "## Drop files": "## Jatuhkan fail",
106
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Seret fail .pth dan fail .index anda ke dalam ruang ini. Seret satu dan kemudian yang lain.",
107
  "TTS Voices": "Suara TTS",
 
108
  "Text to Synthesize": "Teks untuk Mensintesis",
 
 
109
  "Enter text to synthesize": "Masukkan teks untuk mensintesis saiz",
110
  "Output Path for TTS Audio": "Laluan output untuk TTS Audio",
111
  "Output Path for RVC Audio": "Laluan Output untuk Audio RVC",
112
- "Enable Applio integration with Discord presence": "Kehadiran Applio"
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Alat pengklonan suara muktamad, dioptimumkan dengan teliti untuk kuasa yang tiada tandingan, modulariti, dan pengalaman mesra pengguna.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "Bahagian ini mengandungi beberapa utiliti tambahan yang selalunya berada dalam fasa percubaan.",
4
  "Output Information": "Maklumat Output",
5
+ "The output information will be displayed here.": "Maklumat output akan dipaparkan di sini.",
6
  "Inference": "Inferens",
7
  "Train": "Kereta api",
8
  "Extra": "Tambahan",
 
10
  "Processing": "Pemprosesan",
11
  "Audio Analyzer": "Penganalisis Audio",
12
  "Model Information": "Maklumat Model",
13
+ "Plugins": "Plugin",
14
  "Download": "Muat turun",
15
  "Report a Bug": "Laporkan pepijat",
16
+ "Settings": "Seting",
17
  "Preprocess": "Praproses",
18
  "Model Name": "Nama Model",
19
+ "Name of the new model.": "Nama model baharu.",
20
  "Enter model name": "Masukkan nama model",
21
  "Dataset Path": "Laluan Set Data",
22
+ "Path to the dataset folder.": "Laluan ke folder set data.",
23
+ "Refresh Datasets": "Menyegar semula Set Data",
24
+ "Dataset Creator": "Pencipta Set Data",
25
+ "Dataset Name": "Nama Set Data",
26
+ "Name of the new dataset.": "Nama set data baru.",
27
+ "Enter dataset name": "Masukkan nama set data",
28
+ "Upload Audio Dataset": "Muat naik Set Data Audio",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "Fail audio telah berjaya ditambahkan pada set data. Sila klik butang praproses.",
30
  "Enter dataset path": "Memasukkan laluan set data",
31
  "Sampling Rate": "Kadar Persampelan",
32
+ "The sampling rate of the audio files.": "Kadar pensampelan fail audio.",
33
  "RVC Version": "Versi RVC",
34
+ "The RVC version of the model.": "Versi RVC model.",
35
  "Preprocess Dataset": "Set Data Praproses",
36
  "Extract": "Cabutan",
37
  "Hop Length": "Panjang Hop",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "Menunjukkan tempoh yang diperlukan untuk sistem beralih kepada perubahan padang yang ketara. Panjang hop yang lebih kecil memerlukan lebih banyak masa untuk kesimpulan tetapi cenderung menghasilkan ketepatan padang yang lebih tinggi.",
39
  "Batch Size": "Saiz kelompok",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "Anda dinasihatkan untuk menyelaraskannya dengan VRAM GPU anda yang tersedia. Tetapan 4 menawarkan ketepatan yang lebih baik tetapi pemprosesan yang lebih perlahan, manakala 8 memberikan hasil yang lebih cepat dan standard.",
41
  "Save Every Epoch": "Simpan Setiap Zaman",
42
+ "Determine at how many epochs the model will saved at.": "Tentukan berapa zaman model akan disimpan.",
43
  "Total Epoch": "Jumlah Zaman",
44
+ "Specifies the overall quantity of epochs for the model training process.": "Menentukan kuantiti keseluruhan zaman untuk proses latihan model.",
45
  "Pretrained": "Dipralatih",
46
  "Save Only Latest": "Simpan Terkini Sahaja",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "Mendayakan tetapan ini akan menyebabkan fail G dan D menyimpan hanya versi terbaru mereka, menjimatkan ruang storan dengan berkesan.",
48
  "Save Every Weights": "Jimat Setiap Berat",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "Tetapan ini membolehkan anda menjimatkan berat model pada akhir setiap zaman.",
50
  "Custom Pretrained": "Pralatih Tersuai",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "Menggunakan model pra-latihan tersuai boleh membawa kepada hasil yang unggul, kerana memilih model pra-latihan yang paling sesuai yang disesuaikan dengan kes penggunaan tertentu dapat meningkatkan prestasi dengan ketara.",
52
  "Upload Pretrained Model": "Muat naik Model Pralatih",
53
+ "Refresh Custom Pretraineds": "Menyegar Semula Pralatihan Tersuai",
54
  "Pretrained Custom Settings": "Seting Tersuai Pralatih",
55
  "The file you dropped is not a valid pretrained file. Please try again.": "Fail yang anda gugurkan bukan fail pralatih yang sah. Sila cuba lagi.",
56
  "Click the refresh button to see the pretrained file in the dropdown menu.": "Klik butang segar semula untuk melihat fail pralatih dalam menu juntai bawah.",
57
  "Pretrained G Path": "Custom Pretrained G",
58
  "Pretrained D Path": "Custom Pretrained D",
59
  "GPU Settings": "Seting GPU",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "Menetapkan tetapan GPU lanjutan, disyorkan untuk pengguna dengan seni bina GPU yang lebih baik.",
61
  "GPU Custom Settings": "Seting Tersuai GPU",
62
  "GPU Number": "Nombor GPU",
63
  "0 to ∞ separated by -": "0 hingga ∞ dipisahkan oleh -",
64
  "GPU Information": "Maklumat GPU",
65
  "Pitch Guidance": "Panduan Padang",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "Dengan menggunakan panduan padang, ia boleh dilaksanakan untuk mencerminkan intonasi suara asal, termasuk padangnya. Ciri ini amat berharga untuk nyanyian dan senario lain di mana mengekalkan corak melodi atau padang asal adalah penting.",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "Gunakan model yang telah dilatih semasa melatih anda sendiri. Pendekatan ini mengurangkan tempoh latihan dan meningkatkan kualiti keseluruhan.",
68
  "Extract Features": "Ciri Ekstrak",
69
  "Start Training": "Mulakan Latihan",
70
  "Generate Index": "Menjana Indeks",
71
  "Voice Model": "Model Suara",
72
+ "Select the voice model to use for the conversion.": "Pilih model suara untuk digunakan untuk penukaran.",
73
  "Index File": "Fail Indeks",
74
+ "Select the index file to use for the conversion.": "Pilih fail indeks untuk digunakan untuk penukaran.",
75
  "Refresh": "Refresh",
76
  "Unload Voice": "Memunggah Suara",
77
  "Single": "Tunggal",
78
  "Upload Audio": "Muat naik Audio",
79
  "Select Audio": "Pilih Audio",
80
+ "Select the audio to convert.": "Pilih audio untuk ditukar.",
81
  "Advanced Settings": "Seting Lanjutan",
82
  "Clear Outputs (Deletes all audios in assets/audios)": "Kosongkan Output (Memadamkan semua audio dalam aset/audio)",
83
  "Custom Output Path": "Laluan Output Tersuai",
84
  "Output Path": "Laluan Output",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "Laluan di mana audio output akan disimpan, secara lalai dalam aset/audio/output.wav",
86
+ "Split Audio": "Audio Pisah",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "Pisahkan audio kepada ketulan untuk kesimpulan untuk mendapatkan hasil yang lebih baik dalam beberapa kes.",
88
+ "Autotune": "Autotune",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "Gunakan autotune lembut pada kesimpulan anda, disyorkan untuk penukaran nyanyian.",
90
+ "Clean Audio": "Audio Bersih",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "Bersihkan output audio anda menggunakan algoritma pengesanan bunyi, disyorkan untuk bercakap audio.",
92
+ "Clean Strength": "Kekuatan Bersih",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "Tetapkan tahap pembersihan ke audio yang anda mahukan, semakin banyak anda meningkatkannya semakin banyak ia akan membersihkan, tetapi ada kemungkinan audio akan lebih dimampatkan.",
94
  "Pitch": "Pitch",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "Tetapkan padang audio, semakin tinggi nilai, semakin tinggi padang.",
96
+ "Filter Radius": "Jejari Penapis",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "Sekiranya bilangannya lebih besar daripada atau sama dengan tiga, menggunakan penapisan median pada hasil nada yang dikumpulkan berpotensi untuk mengurangkan pernafasan.",
98
  "Search Feature Ratio": "Nisbah Ciri Carian",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "Pengaruh yang dikenakan oleh fail indeks; Nilai yang lebih tinggi sepadan dengan pengaruh yang lebih besar. Walau bagaimanapun, memilih nilai yang lebih rendah boleh membantu mengurangkan artifak yang terdapat dalam audio.",
100
+ "Volume Envelope": "Sampul Kelantangan",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "Gantikan atau gabungkan dengan sampul kelantangan output. Semakin dekat nisbahnya kepada 1, semakin banyak sampul output digunakan.",
102
+ "Protect Voiceless Consonants": "Lindungi Konsonan Tanpa Suara",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "Lindungi konsonan yang berbeza dan bunyi pernafasan untuk mengelakkan koyakan elektro-akustik dan artifak lain. Menarik parameter ke nilai maksimum 0.5 menawarkan perlindungan komprehensif. Walau bagaimanapun, mengurangkan nilai ini mungkin mengurangkan tahap perlindungan sambil berpotensi mengurangkan kesan pengindeksan.",
104
  "Pitch extraction algorithm": "Algoritma pengekstrakan padang",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "Algoritma pengekstrakan padang untuk digunakan untuk penukaran audio. Algoritma lalai ialah rmvpe, yang disyorkan untuk kebanyakan kes.",
106
  "Convert": "Menukar",
107
  "Export Audio": "Eksport Audio",
108
  "Batch": "Kelompok",
109
  "Input Folder": "Input Folder",
110
+ "Select the folder containing the audios to convert.": "Pilih folder yang mengandungi audio untuk ditukar.",
111
  "Enter input path": "Masukkan laluan input",
112
  "Output Folder": "Output Folder",
113
+ "Select the folder where the output audios will be saved.": "Pilih folder di mana audio output akan disimpan.",
114
  "Enter output path": "Masukkan laluan output",
115
  "Get information about the audio": "Mendapatkan maklumat tentang audio",
116
  "Information about the audio file": "Maklumat mengenai fail audio",
117
  "Waiting for information...": "Menunggu maklumat...",
118
+ "## Voice Blender": "## Pengisar Suara",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "Pilih dua model suara, tetapkan peratusan campuran yang anda inginkan, dan gabungkannya ke dalam suara yang sama sekali baru.",
120
+ "Voice Blender": "Pengisar Suara",
121
+ "Drag and drop your model here": "Seret dan lepas model anda di sini",
122
+ "You can also use a custom path.": "Anda juga boleh menggunakan laluan tersuai.",
123
+ "Blend Ratio": "Nisbah Campuran",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "Melaraskan kedudukan lebih ke arah satu sisi atau yang lain akan menjadikan model lebih serupa dengan yang pertama atau kedua.",
 
125
  "Fusion": "Gabungan",
 
126
  "Path to Model": "Laluan ke Model",
127
+ "Enter path to model": "Masukkan laluan ke model",
128
+ "Model information to be placed": "Maklumat model yang akan diletakkan",
129
+ "Inroduce the model information": "Menghasut maklumat model",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "Maklumat yang akan diletakkan dalam model (Anda boleh membiarkannya kosong atau meletakkan apa-apa).",
131
  "View model information": "Lihat maklumat model",
132
+ "Introduce the model pth path": "Perkenalkan laluan pth model",
133
  "View": "Lihat",
134
  "Model extraction": "Pengekstrakan model",
135
  "Model conversion": "Penukaran model",
 
148
  "## Download Model": "## Muat Turun Model",
149
  "Model Link": "Pautan Model",
150
  "Introduce the model link": "Memperkenalkan pautan model",
151
+ "Download Model": "Model Muat Turun",
152
  "## Drop files": "## Jatuhkan fail",
153
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Seret fail .pth dan fail .index anda ke dalam ruang ini. Seret satu dan kemudian yang lain.",
154
  "TTS Voices": "Suara TTS",
155
+ "Select the TTS voice to use for the conversion.": "Pilih suara TTS untuk digunakan bagi penukaran.",
156
  "Text to Synthesize": "Teks untuk Mensintesis",
157
+ "Enter the text to synthesize.": "Masukkan teks untuk mensintesiskan.",
158
+ "Or you can upload a .txt file": "Atau anda boleh memuat naik fail .txt",
159
  "Enter text to synthesize": "Masukkan teks untuk mensintesis saiz",
160
  "Output Path for TTS Audio": "Laluan output untuk TTS Audio",
161
  "Output Path for RVC Audio": "Laluan Output untuk Audio RVC",
162
+ "Enable Applio integration with Discord presence": "Dayakan integrasi Applio dengan kehadiran Discord",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "Ia akan mengaktifkan kemungkinan memaparkan aktiviti Applio semasa di Discord.",
164
+ "Enable Applio integration with applio.org/models using flask": "Dayakan integrasi Applio dengan applio.org/models menggunakan kelalang",
165
+ "It will activate the possibility of downloading models with a click from the website.": "Ia akan mengaktifkan kemungkinan memuat turun model dengan satu klik dari laman web.",
166
+ "Theme": "Tema",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "Pilih tema yang anda mahu gunakan. (Memerlukan memulakan semula Applio)",
168
+ "Language": "Bahasa",
169
+ "Select the language you want to use. (Requires restarting Applio)": "Pilih bahasa yang anda mahu gunakan. (Memerlukan memulakan semula Applio)",
170
+ "Plugin Installer": "Pemasang Plugin",
171
+ "Drag your plugin.zip to install it": "Seret plugin.zip anda untuk memasangnya",
172
+ "Version Checker": "Penyemak Versi",
173
+ "Check which version of Applio is the latest to see if you need to update.": "Semak versi Applio yang terkini untuk melihat sama ada anda perlu mengemas kini.",
174
+ "Check for updates": "Semak kemas kini"
175
+ }
assets/i18n/languages/nl_NL.json CHANGED
@@ -2,6 +2,7 @@
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Ultieme tool voor het klonen van stemmen, zorgvuldig geoptimaliseerd voor ongeëvenaarde kracht, modulariteit en gebruiksvriendelijke ervaring.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "Deze sectie bevat enkele extra hulpprogramma's die zich vaak in experimentele fasen bevinden.",
4
  "Output Information": "Output Informatie",
 
5
  "Inference": "Conclusie",
6
  "Train": "Trein",
7
  "Extra": "Extra",
@@ -9,80 +10,126 @@
9
  "Processing": "Verwerking",
10
  "Audio Analyzer": "Audio Analyzer",
11
  "Model Information": "Modelinformatie",
 
12
  "Download": "Downloaden",
13
  "Report a Bug": "Een bug melden",
 
14
  "Preprocess": "Voorbewerking",
15
  "Model Name": "Modelnaam",
 
16
  "Enter model name": "Voer de modelnaam in",
17
  "Dataset Path": "Pad naar gegevensset",
 
 
 
 
 
 
 
 
18
  "Enter dataset path": "Pad naar gegevensset invoeren",
19
  "Sampling Rate": "Bemonsteringsfrequentie",
 
20
  "RVC Version": "RVC-versie",
 
21
  "Preprocess Dataset": "Gegevensset voor het proces",
22
  "Extract": "Extract",
23
  "Hop Length": "Hop Lengte",
 
24
  "Batch Size": "Batchgrootte",
 
25
  "Save Every Epoch": "Red elk tijdperk",
 
26
  "Total Epoch": "Totale tijdvak",
 
27
  "Pretrained": "Voorgetraind",
28
  "Save Only Latest": "Alleen de nieuwste opslaan",
 
29
  "Save Every Weights": "Sla alle gewichten op",
 
30
  "Custom Pretrained": "Aangepaste voorgetrainde",
 
31
  "Upload Pretrained Model": "Vooraf getraind model uploaden",
 
32
  "Pretrained Custom Settings": "Vooraf getrainde aangepaste instellingen",
33
  "The file you dropped is not a valid pretrained file. Please try again.": "Het bestand dat u hebt neergezet, is geen geldig vooraf getraind bestand. Probeer het opnieuw.",
34
  "Click the refresh button to see the pretrained file in the dropdown menu.": "Klik op de knop Vernieuwen om het vooraf getrainde bestand in het vervolgkeuzemenu te zien.",
35
  "Pretrained G Path": "Aangepaste voorgetrainde G",
36
  "Pretrained D Path": "Aangepaste voorgetrainde D",
37
  "GPU Settings": "GPU-instellingen",
 
38
  "GPU Custom Settings": "Aangepaste GPU-instellingen",
39
  "GPU Number": "GPU-nummer",
40
  "0 to ∞ separated by -": "0 tot ∞ gescheiden door -",
41
  "GPU Information": "GPU-informatie",
42
  "Pitch Guidance": "Begeleiding bij het veld",
 
 
43
  "Extract Features": "Extraheer functies",
44
  "Start Training": "Begin met trainen",
45
  "Generate Index": "Index genereren",
46
  "Voice Model": "Stem Model",
 
47
  "Index File": "Index-bestand",
 
48
  "Refresh": "Opfrissen",
49
  "Unload Voice": "Stem lossen",
50
  "Single": "Ongetrouwd",
51
  "Upload Audio": "Audio uploaden",
52
  "Select Audio": "Selecteer Audio",
 
53
  "Advanced Settings": "Geavanceerde instellingen",
54
  "Clear Outputs (Deletes all audios in assets/audios)": "Uitvoer wissen (verwijdert alle audio in assets/audio)",
55
  "Custom Output Path": "Aangepast uitvoerpad",
56
  "Output Path": "Uitgang Pad",
 
 
 
 
 
 
 
 
 
57
  "Pitch": "Toonhoogte",
58
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "Indien >=3: mediaanfiltering toepassen op de resultaten van de geoogste toonhoogte. De waarde vertegenwoordigt de filterstraal en kan de ademhaling verminderen",
 
 
59
  "Search Feature Ratio": "Verhouding zoekfunctie",
 
 
 
 
 
60
  "Pitch extraction algorithm": "Algoritme voor het extraheren van toonhoogte",
 
61
  "Convert": "Omzetten",
62
  "Export Audio": "Audio exporteren",
63
  "Batch": "Batch",
64
  "Input Folder": "Invoermap",
 
65
  "Enter input path": "Voer het invoerpad in",
66
  "Output Folder": "Uitvoer map",
 
67
  "Enter output path": "Voer het uitvoerpad in",
68
  "Get information about the audio": "Informatie over de audio opvragen",
69
  "Information about the audio file": "Informatie over het audiobestand",
70
  "Waiting for information...": "Wachten op informatie...",
71
- "Model fusion": "Fusie van modellen",
72
- "Weight for Model A": "Gewicht voor Model A",
73
- "Whether the model has pitch guidance": "Of het model pitchbegeleiding heeft",
74
- "Model architecture version": "Versie van de modelarchitectuur",
75
- "Path to Model A": "Pad naar Model A",
76
- "Path to Model B": "Pad naar Model B",
77
- "Path to model": "Pad naar model",
78
- "Model information to be placed": "Te plaatsen modelinformatie",
79
  "Fusion": "Samensmelting",
80
- "Modify model information": "Modelgegevens wijzigen",
81
  "Path to Model": "Pad naar model",
82
- "Model information to be modified": "Modelinformatie die moet worden gewijzigd",
83
- "Save file name": "Bestandsnaam opslaan",
84
- "Modify": "Modificeren",
 
85
  "View model information": "Modelinformatie weergeven",
 
86
  "View": "Bekijken",
87
  "Model extraction": "Extractie van modellen",
88
  "Model conversion": "Model conversie",
@@ -101,13 +148,28 @@
101
  "## Download Model": "## Model downloaden",
102
  "Model Link": "Koppeling naar het model",
103
  "Introduce the model link": "Introduceer de modellink",
104
- "Download Model": "Descargar Modelo",
105
  "## Drop files": "## Bestanden neerzetten",
106
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Sleep uw .pth-bestand en .index-bestand naar deze ruimte. Sleep de ene en dan de andere.",
107
  "TTS Voices": "TTS-stemmen",
 
108
  "Text to Synthesize": "Tekst om te synthetiseren",
 
 
109
  "Enter text to synthesize": "Voer tekst in om te synthetiseren",
110
  "Output Path for TTS Audio": "Uitvoerpad voor TTS-audio",
111
  "Output Path for RVC Audio": "Uitvoerpad voor RVC-audio",
112
- "Enable Applio integration with Discord presence": "Applio Aanwezigheid"
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Ultieme tool voor het klonen van stemmen, zorgvuldig geoptimaliseerd voor ongeëvenaarde kracht, modulariteit en gebruiksvriendelijke ervaring.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "Deze sectie bevat enkele extra hulpprogramma's die zich vaak in experimentele fasen bevinden.",
4
  "Output Information": "Output Informatie",
5
+ "The output information will be displayed here.": "De uitvoerinformatie wordt hier weergegeven.",
6
  "Inference": "Conclusie",
7
  "Train": "Trein",
8
  "Extra": "Extra",
 
10
  "Processing": "Verwerking",
11
  "Audio Analyzer": "Audio Analyzer",
12
  "Model Information": "Modelinformatie",
13
+ "Plugins": "Insteekplaatsen",
14
  "Download": "Downloaden",
15
  "Report a Bug": "Een bug melden",
16
+ "Settings": "Instellingen",
17
  "Preprocess": "Voorbewerking",
18
  "Model Name": "Modelnaam",
19
+ "Name of the new model.": "Naam van het nieuwe model.",
20
  "Enter model name": "Voer de modelnaam in",
21
  "Dataset Path": "Pad naar gegevensset",
22
+ "Path to the dataset folder.": "Pad naar de map met gegevenssets.",
23
+ "Refresh Datasets": "Gegevenssets vernieuwen",
24
+ "Dataset Creator": "Maker van gegevenssets",
25
+ "Dataset Name": "Naam van gegevensset",
26
+ "Name of the new dataset.": "Naam van de nieuwe dataset.",
27
+ "Enter dataset name": "Voer de naam van de gegevensset in",
28
+ "Upload Audio Dataset": "Audiogegevensset uploaden",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "Het audiobestand is toegevoegd aan de dataset. Klik op de knop voorbewerking.",
30
  "Enter dataset path": "Pad naar gegevensset invoeren",
31
  "Sampling Rate": "Bemonsteringsfrequentie",
32
+ "The sampling rate of the audio files.": "De bemonsteringsfrequentie van de audiobestanden.",
33
  "RVC Version": "RVC-versie",
34
+ "The RVC version of the model.": "De RVC-versie van het model.",
35
  "Preprocess Dataset": "Gegevensset voor het proces",
36
  "Extract": "Extract",
37
  "Hop Length": "Hop Lengte",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "Geeft de tijd aan die nodig is om het systeem over te zetten op een significante toonhoogteverandering. Kleinere hoplengtes hebben meer tijd nodig om conclusies te trekken, maar hebben de neiging om een hogere toonhoogtenauwkeurigheid op te leveren.",
39
  "Batch Size": "Batchgrootte",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "Het is aan te raden om deze af te stemmen op het beschikbare VRAM van je GPU. Een instelling van 4 biedt verbeterde nauwkeurigheid maar langzamere verwerking, terwijl 8 snellere en standaardresultaten oplevert.",
41
  "Save Every Epoch": "Red elk tijdperk",
42
+ "Determine at how many epochs the model will saved at.": "Bepaal op hoeveel epochs het model wordt opgeslagen.",
43
  "Total Epoch": "Totale tijdvak",
44
+ "Specifies the overall quantity of epochs for the model training process.": "Hiermee geeft u het totale aantal epochs op voor het modeltrainingsproces.",
45
  "Pretrained": "Voorgetraind",
46
  "Save Only Latest": "Alleen de nieuwste opslaan",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "Als u deze instelling inschakelt, worden de G- en D-bestanden alleen hun meest recente versies opgeslagen, waardoor er effectief opslagruimte wordt bespaard.",
48
  "Save Every Weights": "Sla alle gewichten op",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "Met deze instelling kunt u de gewichten van het model aan het einde van elk tijdperk opslaan.",
50
  "Custom Pretrained": "Aangepaste voorgetrainde",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "Het gebruik van op maat gemaakte voorgetrainde modellen kan tot superieure resultaten leiden, aangezien het selecteren van de meest geschikte vooraf getrainde modellen die zijn afgestemd op de specifieke gebruikssituatie de prestaties aanzienlijk kan verbeteren.",
52
  "Upload Pretrained Model": "Vooraf getraind model uploaden",
53
+ "Refresh Custom Pretraineds": "Aangepaste vooraf getrainde bestanden vernieuwen",
54
  "Pretrained Custom Settings": "Vooraf getrainde aangepaste instellingen",
55
  "The file you dropped is not a valid pretrained file. Please try again.": "Het bestand dat u hebt neergezet, is geen geldig vooraf getraind bestand. Probeer het opnieuw.",
56
  "Click the refresh button to see the pretrained file in the dropdown menu.": "Klik op de knop Vernieuwen om het vooraf getrainde bestand in het vervolgkeuzemenu te zien.",
57
  "Pretrained G Path": "Aangepaste voorgetrainde G",
58
  "Pretrained D Path": "Aangepaste voorgetrainde D",
59
  "GPU Settings": "GPU-instellingen",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "Hiermee stelt u geavanceerde GPU-instellingen in, aanbevolen voor gebruikers met een betere GPU-architectuur.",
61
  "GPU Custom Settings": "Aangepaste GPU-instellingen",
62
  "GPU Number": "GPU-nummer",
63
  "0 to ∞ separated by -": "0 tot ∞ gescheiden door -",
64
  "GPU Information": "GPU-informatie",
65
  "Pitch Guidance": "Begeleiding bij het veld",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "Door gebruik te maken van toonhoogtebegeleiding wordt het mogelijk om de intonatie van de originele stem, inclusief de toonhoogte, te spiegelen. Deze functie is met name waardevol voor zang en andere scenario's waarbij het behoud van de originele melodie of het toonhoogtepatroon essentieel is.",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "Gebruik vooraf getrainde modellen bij het trainen van uw eigen modellen. Deze aanpak verkort de trainingsduur en verbetert de algehele kwaliteit.",
68
  "Extract Features": "Extraheer functies",
69
  "Start Training": "Begin met trainen",
70
  "Generate Index": "Index genereren",
71
  "Voice Model": "Stem Model",
72
+ "Select the voice model to use for the conversion.": "Selecteer het spraakmodel dat u voor de conversie wilt gebruiken.",
73
  "Index File": "Index-bestand",
74
+ "Select the index file to use for the conversion.": "Selecteer het indexbestand dat u voor de conversie wilt gebruiken.",
75
  "Refresh": "Opfrissen",
76
  "Unload Voice": "Stem lossen",
77
  "Single": "Ongetrouwd",
78
  "Upload Audio": "Audio uploaden",
79
  "Select Audio": "Selecteer Audio",
80
+ "Select the audio to convert.": "Selecteer de audio die u wilt converteren.",
81
  "Advanced Settings": "Geavanceerde instellingen",
82
  "Clear Outputs (Deletes all audios in assets/audios)": "Uitvoer wissen (verwijdert alle audio in assets/audio)",
83
  "Custom Output Path": "Aangepast uitvoerpad",
84
  "Output Path": "Uitgang Pad",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "Het pad waar de uitvoeraudio wordt opgeslagen, standaard in assets/audios/output.wav",
86
+ "Split Audio": "Audio splitsen",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "Splits de audio op in stukken voor gevolgtrekking om in sommige gevallen betere resultaten te verkrijgen.",
88
+ "Autotune": "Automatisch afstemmen",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "Pas een zachte autotune toe op je inferenties, aanbevolen voor zangconversies.",
90
+ "Clean Audio": "Schone audio",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "Reinig uw audio-uitvoer met behulp van ruisdetectie-algoritmen, aanbevolen voor gesproken audio.",
92
+ "Clean Strength": "Schone kracht",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "Stel het opschoningsniveau in op de gewenste audio, hoe meer u het verhoogt, hoe meer het zal opschonen, maar het is mogelijk dat de audio meer gecomprimeerd zal zijn.",
94
  "Pitch": "Toonhoogte",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "Stel de toonhoogte van de audio in, hoe hoger de waarde, hoe hoger de toonhoogte.",
96
+ "Filter Radius": "Filter Straal",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "Als het getal groter is dan of gelijk is aan drie, kan het gebruik van mediane filtering op de verzamelde toonresultaten de ademhaling verminderen.",
98
  "Search Feature Ratio": "Verhouding zoekfunctie",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "Invloed uitgeoefend door het indexbestand; Een hogere waarde komt overeen met een grotere invloed. Als u echter voor lagere waarden kiest, kunt u de artefacten in de audio verminderen.",
100
+ "Volume Envelope": "Volume Envelop",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "Vervang of meng met de volume-envelop van de uitvoer. Hoe dichter de verhouding bij 1 ligt, hoe meer de uitvoerenveloppe wordt gebruikt.",
102
+ "Protect Voiceless Consonants": "Bescherm stemloze medeklinkers",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "Bescherm verschillende medeklinkers en ademhalingsgeluiden om elektro-akoestische scheuren en andere artefacten te voorkomen. Door de parameter naar de maximale waarde van 0,5 te trekken, wordt uitgebreide bescherming geboden. Het verlagen van deze waarde kan echter de mate van bescherming verminderen en mogelijk het indexeringseffect beperken.",
104
  "Pitch extraction algorithm": "Algoritme voor het extraheren van toonhoogte",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "Pitch-extractie-algoritme om te gebruiken voor de audioconversie. Het standaardalgoritme is rmvpe, wat in de meeste gevallen wordt aanbevolen.",
106
  "Convert": "Omzetten",
107
  "Export Audio": "Audio exporteren",
108
  "Batch": "Batch",
109
  "Input Folder": "Invoermap",
110
+ "Select the folder containing the audios to convert.": "Selecteer de map met de audio die u wilt converteren.",
111
  "Enter input path": "Voer het invoerpad in",
112
  "Output Folder": "Uitvoer map",
113
+ "Select the folder where the output audios will be saved.": "Selecteer de map waar de uitvoeraudio wordt opgeslagen.",
114
  "Enter output path": "Voer het uitvoerpad in",
115
  "Get information about the audio": "Informatie over de audio opvragen",
116
  "Information about the audio file": "Informatie over het audiobestand",
117
  "Waiting for information...": "Wachten op informatie...",
118
+ "## Voice Blender": "## Stem Blender",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "Selecteer twee stemmodellen, stel het gewenste mengpercentage in en meng ze tot een geheel nieuwe stem.",
120
+ "Voice Blender": "Stem Blender",
121
+ "Drag and drop your model here": "Sleep uw model hierheen",
122
+ "You can also use a custom path.": "U kunt ook een aangepast pad gebruiken.",
123
+ "Blend Ratio": "Mengverhouding",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "Door de positie meer naar de ene of de andere kant aan te passen, lijkt het model meer op het eerste of tweede.",
 
125
  "Fusion": "Samensmelting",
 
126
  "Path to Model": "Pad naar model",
127
+ "Enter path to model": "Pad naar model invoeren",
128
+ "Model information to be placed": "Te plaatsen modelinformatie",
129
+ "Inroduce the model information": "Produceer de modelinformatie",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "De informatie die in het model moet worden geplaatst (u kunt het leeg laten of alles plaatsen).",
131
  "View model information": "Modelinformatie weergeven",
132
+ "Introduce the model pth path": "Introduceer het model pth pad",
133
  "View": "Bekijken",
134
  "Model extraction": "Extractie van modellen",
135
  "Model conversion": "Model conversie",
 
148
  "## Download Model": "## Model downloaden",
149
  "Model Link": "Koppeling naar het model",
150
  "Introduce the model link": "Introduceer de modellink",
151
+ "Download Model": "Model downloaden",
152
  "## Drop files": "## Bestanden neerzetten",
153
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Sleep uw .pth-bestand en .index-bestand naar deze ruimte. Sleep de ene en dan de andere.",
154
  "TTS Voices": "TTS-stemmen",
155
+ "Select the TTS voice to use for the conversion.": "Selecteer de TTS-stem die u voor de conversie wilt gebruiken.",
156
  "Text to Synthesize": "Tekst om te synthetiseren",
157
+ "Enter the text to synthesize.": "Voer de tekst in die u wilt synthetiseren.",
158
+ "Or you can upload a .txt file": "Of u kunt een .txt bestand uploaden",
159
  "Enter text to synthesize": "Voer tekst in om te synthetiseren",
160
  "Output Path for TTS Audio": "Uitvoerpad voor TTS-audio",
161
  "Output Path for RVC Audio": "Uitvoerpad voor RVC-audio",
162
+ "Enable Applio integration with Discord presence": "Applio-integratie inschakelen met Discord-aanwezigheid",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "Het activeert de mogelijkheid om de huidige Applio-activiteit in Discord weer te geven.",
164
+ "Enable Applio integration with applio.org/models using flask": "Applio-integratie met applio.org/models inschakelen met behulp van kolf",
165
+ "It will activate the possibility of downloading models with a click from the website.": "Het activeert de mogelijkheid om modellen te downloaden met een klik van de website.",
166
+ "Theme": "Thema",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "Selecteer het thema dat je wilt gebruiken. (Vereist het opnieuw opstarten van Applio)",
168
+ "Language": "Taal",
169
+ "Select the language you want to use. (Requires restarting Applio)": "Selecteer de taal die u wilt gebruiken. (Vereist het opnieuw opstarten van Applio)",
170
+ "Plugin Installer": "Plug-in-installatieprogramma",
171
+ "Drag your plugin.zip to install it": "Sleep uw plugin.zip om deze te installeren",
172
+ "Version Checker": "Versie Checker",
173
+ "Check which version of Applio is the latest to see if you need to update.": "Controleer welke versie van Applio de nieuwste is om te zien of u moet updaten.",
174
+ "Check for updates": "Controleren op updates"
175
+ }
assets/i18n/languages/pa_PA.json CHANGED
@@ -2,6 +2,7 @@
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "ਅੰਤਮ ਵੌਇਸ ਕਲੋਨਿੰਗ ਟੂਲ, ਬੇਮਿਸਾਲ ਸ਼ਕਤੀ, ਮਾਡਿਊਲਰਿਟੀ, ਅਤੇ ਉਪਭੋਗਤਾ-ਅਨੁਕੂਲ ਅਨੁਭਵ ਲਈ ਧਿਆਨ ਨਾਲ ਅਨੁਕੂਲ ਬਣਾਇਆ ਗਿਆ ਹੈ.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "ਇਸ ਭਾਗ ਵਿੱਚ ਕੁਝ ਵਾਧੂ ਉਪਯੋਗਤਾਵਾਂ ਹਨ ਜੋ ਅਕਸਰ ਪ੍ਰਯੋਗਾਤਮਕ ਪੜਾਵਾਂ ਵਿੱਚ ਹੋ ਸਕਦੀਆਂ ਹਨ।",
4
  "Output Information": "ਆਊਟਪੁੱਟ ਜਾਣਕਾਰੀ",
 
5
  "Inference": "ਅਨੁਮਾਨ",
6
  "Train": "ਟ੍ਰੇਨ",
7
  "Extra": "ਵਾਧੂ",
@@ -9,80 +10,126 @@
9
  "Processing": "ਪ੍ਰੋਸੈਸਿੰਗ",
10
  "Audio Analyzer": "ਆਡੀਓ ਵਿਸ਼ਲੇਸ਼ਕ",
11
  "Model Information": "ਮਾਡਲ ਜਾਣਕਾਰੀ",
 
12
  "Download": "ਡਾਊਨਲੋਡ ਕਰੋ",
13
  "Report a Bug": "ਇੱਕ ਬਗ ਦੀ ਰਿਪੋਰਟ ਕਰੋ",
 
14
  "Preprocess": "ਪ੍ਰੀਪ੍ਰੋਸੈਸ",
15
  "Model Name": "ਮਾਡਲ ਦਾ ਨਾਮ",
 
16
  "Enter model name": "ਮਾਡਲ ਨਾਮ ਦਾਖਲ ਕਰੋ",
17
  "Dataset Path": "ਡਾਟਾਸੈਟ ਪਾਥ",
 
 
 
 
 
 
 
 
18
  "Enter dataset path": "ਡਾਟਾਸੈਟ ਪਾਥ ਦਾਖਲ ਕਰੋ",
19
  "Sampling Rate": "ਨਮੂਨੇ ਲੈਣ ਦੀ ਦਰ",
 
20
  "RVC Version": "RVC ਸੰਸਕਰਣ",
 
21
  "Preprocess Dataset": "ਪ੍ਰੀਪ੍ਰੋਸੈਸ ਡੇਟਾਸੈਟ",
22
  "Extract": "ਐਕਸਟਰੈਕਟ",
23
  "Hop Length": "ਹੌਪ ਲੰਬਾਈ",
 
24
  "Batch Size": "ਬੈਚ ਦਾ ਆਕਾਰ",
 
25
  "Save Every Epoch": "ਹਰ ਯੁੱਗ ਨੂੰ ਸੁਰੱਖਿਅਤ ਕਰੋ",
 
26
  "Total Epoch": "ਕੁੱਲ ਯੁੱਗ",
 
27
  "Pretrained": "ਪਹਿਲਾਂ ਤੋਂ ਸਿਖਲਾਈ ਪ੍ਰਾਪਤ",
28
  "Save Only Latest": "ਕੇਵਲ ਨਵੀਨਤਮ ਨੂੰ ਸੁਰੱਖਿਅਤ ਕਰੋ",
 
29
  "Save Every Weights": "ਹਰ ਭਾਰ ਨੂੰ ਬਚਾਓ",
 
30
  "Custom Pretrained": "ਕਸਟਮ ਪ੍ਰੀਟ੍ਰੇਨਡ",
 
31
  "Upload Pretrained Model": "ਪਹਿਲਾਂ ਤੋਂ ਸਿਖਲਾਈ ਪ੍ਰਾਪਤ ਮਾਡਲ ਅਪਲੋਡ ਕਰੋ",
 
32
  "Pretrained Custom Settings": "ਪਹਿਲਾਂ ਤੋਂ ਸਿਖਲਾਈ ਪ੍ਰਾਪਤ ਕਸਟਮ ਸੈਟਿੰਗਾਂ",
33
  "The file you dropped is not a valid pretrained file. Please try again.": "ਤੁਹਾਡੇ ਵੱਲੋਂ ਛੱਡੀ ਗਈ ਫਾਇਲ ਇੱਕ ਵੈਧ ਪੂਰਵ-ਸਿਖਲਾਈ ਪ੍ਰਾਪਤ ਫਾਇਲ ਨਹੀਂ ਹੈ। ਕਿਰਪਾ ਕਰਕੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।",
34
  "Click the refresh button to see the pretrained file in the dropdown menu.": "ਡ੍ਰੌਪਡਾਊਨ ਮੀਨੂ ਵਿੱਚ ਪਹਿਲਾਂ ਤੋਂ ਸਿਖਲਾਈ ਪ੍ਰਾਪਤ ਫਾਇਲ ਨੂੰ ਦੇਖਣ ਲਈ ਰੀਫਰੈਸ਼ ਬਟਨ 'ਤੇ ਕਲਿੱਕ ਕਰੋ।",
35
  "Pretrained G Path": "ਕਸਟਮ ਪ੍ਰੀਟ੍ਰੇਨਡ G",
36
  "Pretrained D Path": "ਕਸਟਮ ਪ੍ਰੀਟ੍ਰੇਨਡ ਡੀ",
37
  "GPU Settings": "GPU ਸੈਟਿੰਗਾਂ",
 
38
  "GPU Custom Settings": "GPU ਕਸਟਮ ਸੈਟਿੰਗਾਂ",
39
  "GPU Number": "GPU ਨੰਬਰ",
40
  "0 to ∞ separated by -": "0 ਤੋਂ ∞ ਦੁਆਰਾ ਵੱਖ ਕੀਤਾ ਜਾਂਦਾ ਹੈ -",
41
  "GPU Information": "GPU ਜਾਣਕਾਰੀ",
42
  "Pitch Guidance": "ਪਿਚ ਗਾਈਡੈਂਸ",
 
 
43
  "Extract Features": "ਐਕਸਟਰੈਕਟ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ",
44
  "Start Training": "ਸਿਖਲਾਈ ਸ਼ੁਰੂ ਕਰੋ",
45
  "Generate Index": "ਇੰਡੈਕਸ ਜਨਰੇਟ ਕਰੋ",
46
  "Voice Model": "ਵੌਇਸ ਮਾਡਲ",
 
47
  "Index File": "ਇੰਡੈਕਸ ਫਾਇਲ",
 
48
  "Refresh": "ਤਾਜ਼ਾ ਕਰੋ",
49
  "Unload Voice": "ਆਵਾਜ਼ ਨੂੰ ਅਨਲੋਡ ਕਰੋ",
50
  "Single": "ਸਿੰਗਲ",
51
  "Upload Audio": "ਆਡੀਓ ਅੱਪਲੋਡ ਕਰੋ",
52
  "Select Audio": "ਆਡੀਓ ਚੁਣੋ",
 
53
  "Advanced Settings": "ਉੱਨਤ ਸੈਟਿੰਗਾਂ",
54
  "Clear Outputs (Deletes all audios in assets/audios)": "ਸਪਸ਼ਟ ਆਊਟਪੁੱਟ (ਜਾਇਦਾਦਾਂ/ਆਡੀਓ ਵਿੱਚ ਸਾਰੇ ਆਡੀਓ ਮਿਟਾ ਦਿੰਦਾ ਹੈ)",
55
  "Custom Output Path": "ਕਸਟਮ ਆਉਟਪੁੱਟ ਪਾਥ",
56
  "Output Path": "ਆਊਟਪੁੱਟ ਪਾਥ",
 
 
 
 
 
 
 
 
 
57
  "Pitch": "ਪਿਚ",
58
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "ਜੇ >=3: ਕਟਾਈ ਕੀਤੀ ਪਿੱਚ ਦੇ ਨਤੀਜਿਆਂ 'ਤੇ ਮੀਡੀਅਨ ਫਿਲਟਰਿੰਗ ਲਾਗੂ ਕਰੋ. ਮੁੱਲ ਫਿਲਟਰ ਦੇ ਘੇਰੇ ਨੂੰ ਦਰਸਾਉਂਦਾ ਹੈ ਅਤੇ ਸਾਹ ਲੈਣ ਨੂੰ ਘਟਾ ਸਕਦਾ ਹੈ",
 
 
59
  "Search Feature Ratio": "ਖੋਜ ਵਿਸ਼ੇਸ਼ਤਾ ਅਨੁਪਾਤ",
 
 
 
 
 
60
  "Pitch extraction algorithm": "ਪਿਚ ਐਕਸਟਰੈਕਸ਼ਨ ਐਲਗੋਰਿਦਮ",
 
61
  "Convert": "ਕਨਵਰਟ ਕਰੋ",
62
  "Export Audio": "ਆਡੀਓ ਨਿਰਯਾਤ ਕਰੋ",
63
  "Batch": "ਬੈਚ",
64
  "Input Folder": "ਇਨਪੁੱਟ ਫੋਲਡਰ",
 
65
  "Enter input path": "ਇਨਪੁੱਟ ਪਾਥ ਦਾਖਲ ਕਰੋ",
66
  "Output Folder": "ਆਊਟਪੁੱਟ ਫੋਲਡਰ",
 
67
  "Enter output path": "ਆਊਟਪੁੱਟ ਪਾਥ ਦਾਖਲ ਕਰੋ",
68
  "Get information about the audio": "ਆਡੀਓ ਬਾਰੇ ਜਾਣਕਾਰੀ ਪ੍ਰਾਪਤ ਕਰੋ",
69
  "Information about the audio file": "ਆਡੀਓ ਫਾਇਲ ਬਾਰੇ ਜਾਣਕਾਰੀ",
70
  "Waiting for information...": "ਜਾਣਕਾਰੀ ਦੀ ਉਡੀਕ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ...",
71
- "Model fusion": "ਮਾਡਲ ਫਿਊਜ਼ਨ",
72
- "Weight for Model A": "ਮਾਡਲ A ਲਈ ਭਾਰ",
73
- "Whether the model has pitch guidance": "ਕੀ ਮਾਡਲ ਕੋਲ ਪਿਚ ਗਾਈਡੈਂਸ ਹੈ",
74
- "Model architecture version": "ਮਾਡਲ ਆਰਕੀਟੈਕਚਰ ਸੰਸਕਰਣ",
75
- "Path to Model A": "ਮਾਡਲ A ਲਈ ਰਾਹ",
76
- "Path to Model B": "ਮਾਡਲ B ਲਈ ਰਾਹ",
77
- "Path to model": "ਮਾਡਲ ਲਈ ਰਾਹ",
78
- "Model information to be placed": "ਮਾਡਲ ਜਾਣਕਾਰੀ ਰੱਖੀ ਜਾਣੀ ਚਾਹੀਦੀ ਹੈ",
79
  "Fusion": "ਫਿਊਜ਼ਨ",
80
- "Modify model information": "ਮਾਡਲ ਜਾਣਕਾਰੀ ਨੂੰ ਸੋਧੋ",
81
  "Path to Model": "ਮਾਡਲ ਲਈ ਰਾਹ",
82
- "Model information to be modified": "ਮਾਡਲ ਜਾਣਕਾਰੀ ਨੂੰ ਸੋਧਿਆ ਜਾਣਾ ਚਾਹੀਦਾ ਹੈ",
83
- "Save file name": "ਫਾਇਲ ਨਾਮ ਸੁਰੱਖਿਅਤ ਕਰੋ",
84
- "Modify": "ਸੋਧੋ",
 
85
  "View model information": "ਮਾਡਲ ਜਾਣਕਾਰੀ ਦੇਖੋ",
 
86
  "View": "ਦ੍ਰਿਸ਼",
87
  "Model extraction": "ਮਾਡਲ ਕੱਢਣਾ",
88
  "Model conversion": "ਮਾਡਲ ਪਰਿਵਰਤਨ",
@@ -101,13 +148,28 @@
101
  "## Download Model": "## ਡਾਊਨਲੋਡ ਮਾਡਲ",
102
  "Model Link": "ਮਾਡਲ ਲਿੰਕ",
103
  "Introduce the model link": "ਮਾਡਲ ਲਿੰਕ ਪੇਸ਼ ਕਰੋ",
104
- "Download Model": "Descargar Modelo",
105
  "## Drop files": "## ਫਾਇਲਾਂ ਛੱਡੋ",
106
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "ਆਪਣੀ .pth ਫਾਇਲ ਅਤੇ .index ਫਾਇਲ ਨੂੰ ਇਸ ਸਪੇਸ ਵਿੱਚ ਖਿੱਚੋ। ਇੱਕ ਨੂੰ ਖਿੱਚੋ ਅਤੇ ਫਿਰ ਦੂਜੇ ਨੂੰ।",
107
  "TTS Voices": "TTS ਆਵਾਜ਼ਾਂ",
 
108
  "Text to Synthesize": "ਸੰਸ਼ਲੇਸ਼ਣ ਕਰਨ ਲਈ ਟੈਕਸਟ",
 
 
109
  "Enter text to synthesize": "ਸੰਸ਼ਲੇਸ਼ਿਤ ਕਰਨ ਲਈ ਟੈਕਸਟ ਦਾਖਲ ਕਰੋ",
110
  "Output Path for TTS Audio": "TTS ਆਡੀਓ ਲਈ ਆਉਟਪੁੱਟ ਪਾਥ",
111
  "Output Path for RVC Audio": "RVC ਆਡੀਓ ਲਈ ਆਉਟਪੁੱਟ ਪਾਥ",
112
- "Enable Applio integration with Discord presence": "ਏਪਲੀਓ ਪ੍ਰੈਜ਼ੈਂਸ"
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "ਅੰਤਮ ਵੌਇਸ ਕਲੋਨਿੰਗ ਟੂਲ, ਬੇਮਿਸਾਲ ਸ਼ਕਤੀ, ਮਾਡਿਊਲਰਿਟੀ, ਅਤੇ ਉਪਭੋਗਤਾ-ਅਨੁਕੂਲ ਅਨੁਭਵ ਲਈ ਧਿਆਨ ਨਾਲ ਅਨੁਕੂਲ ਬਣਾਇਆ ਗਿਆ ਹੈ.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "ਇਸ ਭਾਗ ਵਿੱਚ ਕੁਝ ਵਾਧੂ ਉਪਯੋਗਤਾਵਾਂ ਹਨ ਜੋ ਅਕਸਰ ਪ੍ਰਯੋਗਾਤਮਕ ਪੜਾਵਾਂ ਵਿੱਚ ਹੋ ਸਕਦੀਆਂ ਹਨ।",
4
  "Output Information": "ਆਊਟਪੁੱਟ ਜਾਣਕਾਰੀ",
5
+ "The output information will be displayed here.": "ਆਉਟਪੁੱਟ ਜਾਣਕਾਰੀ ਇੱਥੇ ਪ੍ਰਦਰਸ਼ਿਤ ਕੀਤੀ ਜਾਵੇਗੀ।",
6
  "Inference": "ਅਨੁਮਾਨ",
7
  "Train": "ਟ੍ਰੇਨ",
8
  "Extra": "ਵਾਧੂ",
 
10
  "Processing": "ਪ੍ਰੋਸੈਸਿੰਗ",
11
  "Audio Analyzer": "ਆਡੀਓ ਵਿਸ਼ਲੇਸ਼ਕ",
12
  "Model Information": "ਮਾਡਲ ਜਾਣਕਾਰੀ",
13
+ "Plugins": "ਪਲੱਗਇਨ",
14
  "Download": "ਡਾਊਨਲੋਡ ਕਰੋ",
15
  "Report a Bug": "ਇੱਕ ਬਗ ਦੀ ਰਿਪੋਰਟ ਕਰੋ",
16
+ "Settings": "ਸੈਟਿੰਗਾਂ",
17
  "Preprocess": "ਪ੍ਰੀਪ੍ਰੋਸੈਸ",
18
  "Model Name": "ਮਾਡਲ ਦਾ ਨਾਮ",
19
+ "Name of the new model.": "ਨਵੇਂ ਮਾਡਲ ਦਾ ਨਾਮ।",
20
  "Enter model name": "ਮਾਡਲ ਨਾਮ ਦਾਖਲ ਕਰੋ",
21
  "Dataset Path": "ਡਾਟਾਸੈਟ ਪਾਥ",
22
+ "Path to the dataset folder.": "ਡੇਟਾਸੈਟ ਫੋਲਡਰ ਲਈ ਰਾਹ।",
23
+ "Refresh Datasets": "ਡੇਟਾਸੈਟਾਂ ਨੂੰ ਤਾਜ਼ਾ ਕਰੋ",
24
+ "Dataset Creator": "ਡਾਟਾਸੈਟ ਨਿਰਮਾਤਾ",
25
+ "Dataset Name": "ਡੇਟਾਸੈਟ ਨਾਮ",
26
+ "Name of the new dataset.": "ਨਵੇਂ ਡੇਟਾਸੈਟ ਦਾ ਨਾਮ।",
27
+ "Enter dataset name": "ਡੇਟਾਸੈਟ ਦਾ ਨਾਮ ਦਾਖਲ ਕਰੋ",
28
+ "Upload Audio Dataset": "ਆਡੀਓ ਡੇਟਾਸੈਟ ਅੱਪਲੋਡ ਕਰੋ",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "ਆਡੀਓ ਫਾਇਲ ਨੂੰ ਡੇਟਾਸੈਟ ਵਿੱਚ ਸਫਲਤਾਪੂਰਵਕ ਜੋੜਿਆ ਗਿਆ ਹੈ। ਕਿਰਪਾ ਕਰਕੇ ਪ੍ਰੀਪ੍ਰੋਸੈਸ ਬਟਨ 'ਤੇ ਕਲਿੱਕ ਕਰੋ।",
30
  "Enter dataset path": "ਡਾਟਾਸੈਟ ਪਾਥ ਦਾਖਲ ਕਰੋ",
31
  "Sampling Rate": "ਨਮੂਨੇ ਲੈਣ ਦੀ ਦਰ",
32
+ "The sampling rate of the audio files.": "ਆਡੀਓ ਫਾਇਲਾਂ ਦੀ ਨਮੂਨੇ ਲੈਣ ਦੀ ਦਰ।",
33
  "RVC Version": "RVC ਸੰਸਕਰਣ",
34
+ "The RVC version of the model.": "ਮਾਡਲ ਦਾ ਆਰਵੀਸੀ ਸੰਸਕਰਣ.",
35
  "Preprocess Dataset": "ਪ੍ਰੀਪ੍ਰੋਸੈਸ ਡੇਟਾਸੈਟ",
36
  "Extract": "ਐਕਸਟਰੈਕਟ",
37
  "Hop Length": "ਹੌਪ ਲੰਬਾਈ",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "ਸਿਸਟਮ ਨੂੰ ਮਹੱਤਵਪੂਰਣ ਪਿਚ ਤਬਦੀਲੀ ਵਿੱਚ ਤਬਦੀਲ ਹੋਣ ਵਿੱਚ ਲੱਗਣ ਵਾਲੇ ਸਮੇਂ ਨੂੰ ਦਰਸਾਉਂਦਾ ਹੈ। ਛੋਟੀਆਂ ਹੌਪ ਲੰਬਾਈਆਂ ਨੂੰ ਅਨੁਮਾਨ ਲਗਾਉਣ ਲਈ ਵਧੇਰੇ ਸਮੇਂ ਦੀ ਲੋੜ ਹੁੰਦੀ ਹੈ ਪਰ ਪਿੱਚ ਦੀ ਸਟੀਕਤਾ ਵਧੇਰੇ ਹੁੰਦੀ ਹੈ।",
39
  "Batch Size": "ਬੈਚ ਦਾ ਆਕਾਰ",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "ਇਸ ਨੂੰ ਆਪਣੇ GPU ਦੇ ਉਪਲਬਧ VRAM ਨਾਲ ਜੋੜਨ ਦੀ ਸਲਾਹ ਦਿੱਤੀ ਜਾਂਦੀ ਹੈ। 4 ਦੀ ਸੈਟਿੰਗ ਬਿਹਤਰ ਸ਼ੁੱਧਤਾ ਪਰ ਹੌਲੀ ਪ੍ਰੋਸੈਸਿੰਗ ਦੀ ਪੇਸ਼ਕਸ਼ ਕਰਦੀ ਹੈ, ਜਦੋਂ ਕਿ 8 ਤੇਜ਼ ਅਤੇ ਮਿਆਰੀ ਨਤੀਜੇ ਪ੍ਰਦਾਨ ਕਰਦੀ ਹੈ.",
41
  "Save Every Epoch": "ਹਰ ਯੁੱਗ ਨੂੰ ਸੁਰੱਖਿਅਤ ਕਰੋ",
42
+ "Determine at how many epochs the model will saved at.": "ਇਹ ਨਿਰਧਾਰਤ ਕਰੋ ਕਿ ਮਾਡਲ ਕਿੰਨੇ ਯੁੱਗਾਂ ਵਿੱਚ ਸੁਰੱਖਿਅਤ ਹੋਵੇਗਾ।",
43
  "Total Epoch": "ਕੁੱਲ ਯੁੱਗ",
44
+ "Specifies the overall quantity of epochs for the model training process.": "ਮਾਡਲ ਸਿਖਲਾਈ ਪ੍ਰਕਿਰਿਆ ਲਈ ਯੁੱਗਾਂ ਦੀ ਸਮੁੱਚੀ ਮਾਤਰਾ ਨਿਰਧਾਰਤ ਕਰਦਾ ਹੈ.",
45
  "Pretrained": "ਪਹਿਲਾਂ ਤੋਂ ਸਿਖਲਾਈ ਪ੍ਰਾਪਤ",
46
  "Save Only Latest": "ਕੇਵਲ ਨਵੀਨਤਮ ਨੂੰ ਸੁਰੱਖਿਅਤ ਕਰੋ",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "ਇਸ ਸੈਟਿੰਗ ਨੂੰ ਸਮਰੱਥ ਕਰਨ ਦੇ ਨਤੀਜੇ ਵਜੋਂ ਜੀ ਅਤੇ ਡੀ ਫਾਈਲਾਂ ਸਿਰਫ ਆਪਣੇ ਸਭ ਤੋਂ ਤਾਜ਼ਾ ਸੰਸਕਰਣਾਂ ਨੂੰ ਸੁਰੱਖਿਅਤ ਕਰਨਗੀਆਂ, ਸਟੋਰੇਜ ਸਪੇਸ ਨੂੰ ਪ੍ਰਭਾਵਸ਼ਾਲੀ ਢੰਗ ਨਾਲ ਸੁਰੱਖਿਅਤ ਕਰਨਗੀਆਂ.",
48
  "Save Every Weights": "ਹਰ ਭਾਰ ਨੂੰ ਬਚਾਓ",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "ਇਹ ਸੈਟਿੰਗ ਤੁਹਾਨੂੰ ਹਰੇਕ ਯੁੱਗ ਦੇ ਅੰਤ 'ਤੇ ਮਾਡਲ ਦੇ ਭਾਰ ਨੂੰ ਬਚਾਉਣ ਦੇ ਯੋਗ ਬਣਾਉਂਦੀ ਹੈ।",
50
  "Custom Pretrained": "ਕਸਟਮ ਪ੍ਰੀਟ੍ਰੇਨਡ",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "ਕਸਟਮ ਪ੍ਰੀਟ੍ਰੇਨਡ ਮਾਡਲਾਂ ਦੀ ਵਰਤੋਂ ਕਰਨ ਨਾਲ ਵਧੀਆ ਨਤੀਜੇ ਨਿਕਲ ਸਕਦੇ ਹਨ, ਕਿਉਂਕਿ ਵਿਸ਼ੇਸ਼ ਵਰਤੋਂ ਦੇ ਕੇਸ ਦੇ ਅਨੁਸਾਰ ਸਭ ਤੋਂ ਢੁਕਵੇਂ ਪੂਰਵ-ਸਿਖਲਾਈ ਪ੍ਰਾਪਤ ਮਾਡਲਾਂ ਦੀ ਚੋਣ ਕਰਨ ਨਾਲ ਪ੍ਰਦਰਸ਼ਨ ਵਿੱਚ ਮਹੱਤਵਪੂਰਣ ਵਾਧਾ ਹੋ ਸਕਦਾ ਹੈ.",
52
  "Upload Pretrained Model": "ਪਹਿਲਾਂ ਤੋਂ ਸਿਖਲਾਈ ਪ੍ਰਾਪਤ ਮਾਡਲ ਅਪਲੋਡ ਕਰੋ",
53
+ "Refresh Custom Pretraineds": "ਕਸਟਮ ਪ੍ਰੀਟ੍ਰੇਨਡਾਂ ਨੂੰ ਤਾਜ਼ਾ ਕਰੋ",
54
  "Pretrained Custom Settings": "ਪਹਿਲਾਂ ਤੋਂ ਸਿਖਲਾਈ ਪ੍ਰਾਪਤ ਕਸਟਮ ਸੈਟਿੰਗਾਂ",
55
  "The file you dropped is not a valid pretrained file. Please try again.": "ਤੁਹਾਡੇ ਵੱਲੋਂ ਛੱਡੀ ਗਈ ਫਾਇਲ ਇੱਕ ਵੈਧ ਪੂਰਵ-ਸਿਖਲਾਈ ਪ੍ਰਾਪਤ ਫਾਇਲ ਨਹੀਂ ਹੈ। ਕਿਰਪਾ ਕਰਕੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ।",
56
  "Click the refresh button to see the pretrained file in the dropdown menu.": "ਡ੍ਰੌਪਡਾਊਨ ਮੀਨੂ ਵਿੱਚ ਪਹਿਲਾਂ ਤੋਂ ਸਿਖਲਾਈ ਪ੍ਰਾਪਤ ਫਾਇਲ ਨੂੰ ਦੇਖਣ ਲਈ ਰੀਫਰੈਸ਼ ਬਟਨ 'ਤੇ ਕਲਿੱਕ ਕਰੋ।",
57
  "Pretrained G Path": "ਕਸਟਮ ਪ੍ਰੀਟ੍ਰੇਨਡ G",
58
  "Pretrained D Path": "ਕਸਟਮ ਪ੍ਰੀਟ੍ਰੇਨਡ ਡੀ",
59
  "GPU Settings": "GPU ਸੈਟਿੰਗਾਂ",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "ਉੱਨਤ GPU ਸੈਟਿੰਗਾਂ ਸੈੱਟ ਕਰਦਾ ਹੈ, ਜੋ ਬਿਹਤਰ GPU ਆਰਕੀਟੈਕਚਰ ਵਾਲੇ ਉਪਭੋਗਤਾਵਾਂ ਲਈ ਸਿਫਾਰਸ਼ ਕੀਤੀ ਜਾਂਦੀ ਹੈ।",
61
  "GPU Custom Settings": "GPU ਕਸਟਮ ਸੈਟਿੰਗਾਂ",
62
  "GPU Number": "GPU ਨੰਬਰ",
63
  "0 to ∞ separated by -": "0 ਤੋਂ ∞ ਦੁਆਰਾ ਵੱਖ ਕੀਤਾ ਜਾਂਦਾ ਹੈ -",
64
  "GPU Information": "GPU ਜਾਣਕਾਰੀ",
65
  "Pitch Guidance": "ਪਿਚ ਗਾਈਡੈਂਸ",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "ਪਿਚ ਗਾਈਡੈਂਸ ਦੀ ਵਰਤੋਂ ਕਰਕੇ, ਅਸਲ ਆਵਾਜ਼ ਦੇ ਇੰਟਰਨੇਸ਼ਨ ਨੂੰ ਦਰਸਾਉਣਾ ਸੰਭਵ ਹੋ ਜਾਂਦਾ ਹੈ, ਜਿਸ ਵਿੱਚ ਇਸਦੀ ਪਿੱਚ ਵੀ ਸ਼ਾਮਲ ਹੈ. ਇਹ ਵਿਸ਼ੇਸ਼ਤਾ ਗਾਇਕੀ ਅਤੇ ਹੋਰ ਦ੍ਰਿਸ਼ਾਂ ਲਈ ਵਿਸ਼ੇਸ਼ ਤੌਰ 'ਤੇ ਕੀਮਤੀ ਹੈ ਜਿੱਥੇ ਮੂਲ ਸੁਰ ਜਾਂ ਪਿੱਚ ਪੈਟਰਨ ਨੂੰ ਸੁਰੱਖਿਅਤ ਰੱਖਣਾ ਜ਼ਰੂਰੀ ਹੈ।",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "ਆਪਣੇ ਆਪ ਨੂੰ ਸਿਖਲਾਈ ਦਿੰਦੇ ਸਮੇਂ ਪਹਿਲਾਂ ਤੋਂ ਸਿਖਲਾਈ ਪ੍ਰਾਪਤ ਮਾਡਲਾਂ ��ੀ ਵਰਤੋਂ ਕਰੋ। ਇਹ ਪਹੁੰਚ ਸਿਖਲਾਈ ਦੀ ਮਿਆਦ ਨੂੰ ਘਟਾਉਂਦੀ ਹੈ ਅਤੇ ਸਮੁੱਚੀ ਗੁਣਵੱਤਾ ਨੂੰ ਵਧਾਉਂਦੀ ਹੈ।",
68
  "Extract Features": "ਐਕਸਟਰੈਕਟ ਵਿਸ਼ੇਸ਼ਤਾਵਾਂ",
69
  "Start Training": "ਸਿਖਲਾਈ ਸ਼ੁਰੂ ਕਰੋ",
70
  "Generate Index": "ਇੰਡੈਕਸ ਜਨਰੇਟ ਕਰੋ",
71
  "Voice Model": "ਵੌਇਸ ਮਾਡਲ",
72
+ "Select the voice model to use for the conversion.": "ਪਰਿਵਰਤਨ ਲਈ ਵਰਤਣ ਲਈ ਵੌਇਸ ਮਾਡਲ ਦੀ ਚੋਣ ਕਰੋ।",
73
  "Index File": "ਇੰਡੈਕਸ ਫਾਇਲ",
74
+ "Select the index file to use for the conversion.": "ਪਰਿਵਰਤਨ ਲਈ ਵਰਤਣ ਲਈ ਇੰਡੈਕਸ ਫਾਇਲ ਦੀ ਚੋਣ ਕਰੋ।",
75
  "Refresh": "ਤਾਜ਼ਾ ਕਰੋ",
76
  "Unload Voice": "ਆਵਾਜ਼ ਨੂੰ ਅਨਲੋਡ ਕਰੋ",
77
  "Single": "ਸਿੰਗਲ",
78
  "Upload Audio": "ਆਡੀਓ ਅੱਪਲੋਡ ਕਰੋ",
79
  "Select Audio": "ਆਡੀਓ ਚੁਣੋ",
80
+ "Select the audio to convert.": "ਕਨਵਰਟ ਕਰਨ ਲਈ ਆਡੀਓ ਦੀ ਚੋਣ ਕਰੋ।",
81
  "Advanced Settings": "ਉੱਨਤ ਸੈਟਿੰਗਾਂ",
82
  "Clear Outputs (Deletes all audios in assets/audios)": "ਸਪਸ਼ਟ ਆਊਟਪੁੱਟ (ਜਾਇਦਾਦਾਂ/ਆਡੀਓ ਵਿੱਚ ਸਾਰੇ ਆਡੀਓ ਮਿਟਾ ਦਿੰਦਾ ਹੈ)",
83
  "Custom Output Path": "ਕਸਟਮ ਆਉਟਪੁੱਟ ਪਾਥ",
84
  "Output Path": "ਆਊਟਪੁੱਟ ਪਾਥ",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "ਉਹ ਰਸਤਾ ਜਿੱਥੇ ਆਉਟਪੁੱਟ ਆਡੀਓ ਨੂੰ ਸੁਰੱਖਿਅਤ ਕੀਤਾ ਜਾਵੇਗਾ, ਸੰਪਤੀਆਂ/ਆਡੀਓਜ਼/output.wav",
86
+ "Split Audio": "ਸਪਲਿਟ ਆਡੀਓ",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "ਕੁਝ ਮਾਮਲਿਆਂ ਵਿੱਚ ਬਿਹਤਰ ਨਤੀਜੇ ਪ੍ਰਾਪਤ ਕਰਨ ਲਈ ਅਨੁਮਾਨ ਲਈ ਆਡੀਓ ਨੂੰ ਟੁਕੜਿਆਂ ਵਿੱਚ ਵੰਡੋ।",
88
+ "Autotune": "Autotune",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "ਆਪਣੇ ਅਨੁਮਾਨਾਂ ਲਈ ਇੱਕ ਨਰਮ ਆਟੋਟਿਊਨ ਲਾਗੂ ਕਰੋ, ਜਿਸ ਦੀ ਸਿਫਾਰਸ਼ ਗਾਇਨ ਪਰਿਵਰਤਨ ਲਈ ਕੀਤੀ ਜਾਂਦੀ ਹੈ।",
90
+ "Clean Audio": "ਕਲੀਨ ਆਡੀਓ",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "ਆਡੀਓ ਬੋਲਣ ਲਈ ਸਿਫਾਰਸ਼ ਕੀਤੇ ਗਏ ਸ਼ੋਰ ਦਾ ਪਤਾ ਲਗਾਉਣ ਵਾਲੇ ਐਲਗੋਰਿਦਮ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਆਪਣੇ ਆਡੀਓ ਆਉਟਪੁੱਟ ਨੂੰ ਸਾਫ਼ ਕਰੋ।",
92
+ "Clean Strength": "ਸਾਫ਼ ਤਾਕਤ",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "ਜਿਸ ਆਡੀਓ ਨੂੰ ਤੁਸੀਂ ਚਾਹੁੰਦੇ ਹੋ ਉਸ 'ਤੇ ਕਲੀਨ-ਅੱਪ ਪੱਧਰ ਸੈੱਟ ਕਰੋ, ਜਿੰਨਾ ਜ਼ਿਆਦਾ ਤੁਸੀਂ ਇਸ ਨੂੰ ਵਧਾਓਗੇ, ਓਨਾ ਹੀ ਇਹ ਸਾਫ਼ ਹੋ ਜਾਵੇਗਾ, ਪਰ ਇਹ ਸੰਭਵ ਹੈ ਕਿ ਆਡੀਓ ਵਧੇਰੇ ਸੰਕੁਚਿਤ ਹੋ ਜਾਵੇਗਾ.",
94
  "Pitch": "ਪਿਚ",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "ਆਡੀਓ ਦੀ ਪਿਚ ਸੈੱਟ ਕਰੋ, ਜਿੰਨਾ ਜ਼ਿਆਦਾ ਮੁੱਲ ਹੋਵੇਗਾ, ਪਿਚ ਓਨੀ ਹੀ ਉੱਚੀ ਹੋਵੇਗੀ।",
96
+ "Filter Radius": "ਫਿਲਟਰ ਰੇਡੀਅਸ",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "ਜੇ ਗਿਣਤੀ ਤਿੰਨ ਤੋਂ ਵੱਧ ਜਾਂ ਬਰਾਬਰ ਹੈ, ਤਾਂ ਇਕੱਤਰ ਕੀਤੇ ਟੋਨ ਨਤੀਜਿਆਂ 'ਤੇ ਮੀਡੀਅਨ ਫਿਲਟਰਿੰਗ ਲਗਾਉਣ ਨਾਲ ਸਾਹ ਲੈਣ ਵਿੱਚ ਕਮੀ ਆਉਣ ਦੀ ਸੰਭਾਵਨਾ ਹੁੰਦੀ ਹੈ.",
98
  "Search Feature Ratio": "ਖੋਜ ਵਿਸ਼ੇਸ਼ਤਾ ਅਨੁਪਾਤ",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "ਇੰਡੈਕਸ ਫਾਈਲ ਦੁਆਰਾ ਪਾਇਆ ਗਿਆ ਪ੍ਰਭਾਵ; ਇੱਕ ਉੱਚ ਮੁੱਲ ਵਧੇਰੇ ਪ੍ਰਭਾਵ ਨਾਲ ਮੇਲ ਖਾਂਦਾ ਹੈ. ਹਾਲਾਂਕਿ, ਘੱਟ ਮੁੱਲਾਂ ਦੀ ਚੋਣ ਕਰਨਾ ਆਡੀਓ ਵਿੱਚ ਮੌਜੂਦ ਕਲਾਕ੍ਰਿਤੀਆਂ ਨੂੰ ਘਟਾਉਣ ਵਿੱਚ ਮਦਦ ਕਰ ਸਕਦਾ ਹੈ।",
100
+ "Volume Envelope": "ਵਾਲਿਊਮ ਲਿਫਾਫਾ",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "ਆਉਟਪੁੱਟ ਦੇ ਵਾਲੀਅਮ ਲਿਫਾਫੇ ਨੂੰ ਬਦਲੋ ਜਾਂ ਮਿਸ਼ਰਣ ਕਰੋ। ਅਨੁਪਾਤ ਜਿੰਨਾ 1 ਦੇ ਨੇੜੇ ਹੁੰਦਾ ਹੈ, ਓਨਾ ਹੀ ਆਉਟਪੁੱਟ ਲਿਫਾਫਾ ਵਰਤਿਆ ਜਾਂਦਾ ਹੈ.",
102
+ "Protect Voiceless Consonants": "ਅਵਾਜ਼ ਰਹਿਤ ਵਿੰਜਨਾਂ ਦੀ ਰੱਖਿਆ ਕਰੋ",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "ਇਲੈਕਟ੍ਰੋ-ਐਕੋਸਟਿਕ ਫਾੜਨ ਅਤੇ ਹੋਰ ਕਲਾਕ੍ਰਿਤੀਆਂ ਨੂੰ ਰੋਕਣ ਲਈ ਵੱਖਰੇ ਵਿਜਨਾਂ ਅਤੇ ਸਾਹ ਲੈਣ ਦੀਆਂ ਆਵਾਜ਼ਾਂ ਦੀ ਰੱਖਿਆ ਕਰੋ। ਪੈਰਾਮੀਟਰ ਨੂੰ ਇਸਦੇ ਵੱਧ ਤੋਂ ਵੱਧ ਮੁੱਲ 0.5 ਤੱਕ ਖਿੱਚਣਾ ਵਿਆਪਕ ਸੁਰੱਖਿਆ ਪ੍ਰਦਾਨ ਕਰਦਾ ਹੈ। ਹਾਲਾਂਕਿ, ਇਸ ਮੁੱਲ ਨੂੰ ਘਟਾਉਣ ਨਾਲ ਸੁਰੱਖਿਆ ਦੀ ਹੱਦ ਘੱਟ ਹੋ ਸਕਦੀ ਹੈ ਜਦੋਂ ਕਿ ਸੰਭਾਵਿਤ ਤੌਰ 'ਤੇ ਸੂਚਕਪ੍ਰਭਾਵ ਨੂੰ ਘਟਾਇਆ ਜਾ ਸਕਦਾ ਹੈ.",
104
  "Pitch extraction algorithm": "ਪਿਚ ਐਕਸਟਰੈਕਸ਼ਨ ਐਲਗੋਰਿਦਮ",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "ਆਡੀਓ ਪਰਿਵਰਤਨ ਲਈ ਵਰਤਣ ਲਈ ਪਿਚ ਐਕਸਟਰੈਕਸ਼ਨ ਐਲਗੋਰਿਦਮ. ਡਿਫਾਲਟ ਐਲਗੋਰਿਦਮ rmvpe ਹੈ, ਜਿਸਦੀ ਸਿਫਾਰਸ਼ ਜ਼ਿਆਦਾਤਰ ਮਾਮਲਿਆਂ ਲਈ ਕੀਤੀ ਜਾਂਦੀ ਹੈ।",
106
  "Convert": "ਕਨਵਰਟ ਕਰੋ",
107
  "Export Audio": "ਆਡੀਓ ਨਿਰਯਾਤ ਕਰੋ",
108
  "Batch": "ਬੈਚ",
109
  "Input Folder": "ਇਨਪੁੱਟ ਫੋਲਡਰ",
110
+ "Select the folder containing the audios to convert.": "ਬਦਲਣ ਲਈ ਆਡੀਓ ਵਾਲੇ ਫੋਲਡਰ ਦੀ ਚੋਣ ਕਰੋ।",
111
  "Enter input path": "ਇਨਪੁੱਟ ਪਾਥ ਦਾਖਲ ਕਰੋ",
112
  "Output Folder": "ਆਊਟਪੁੱਟ ਫੋਲਡਰ",
113
+ "Select the folder where the output audios will be saved.": "ਉਹ ਫੋਲਡਰ ਚੁਣੋ ਜਿੱਥੇ ਆਉਟਪੁੱਟ ਆਡੀਓ ਸੁਰੱਖਿਅਤ ਕੀਤੇ ਜਾਣਗੇ।",
114
  "Enter output path": "ਆਊਟਪੁੱਟ ਪਾਥ ਦਾਖਲ ਕਰੋ",
115
  "Get information about the audio": "ਆਡੀਓ ਬਾਰੇ ਜਾਣਕਾਰੀ ਪ੍ਰਾਪਤ ਕਰੋ",
116
  "Information about the audio file": "ਆਡੀਓ ਫਾਇਲ ਬਾਰੇ ਜਾਣਕਾਰੀ",
117
  "Waiting for information...": "ਜਾਣਕਾਰੀ ਦੀ ਉਡੀਕ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ...",
118
+ "## Voice Blender": "## ਵੌਇਸ ਬਲੇਂਡਰ",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "ਦੋ ਵੌਇਸ ਮਾਡਲਾਂ ਦੀ ਚੋਣ ਕਰੋ, ਆਪਣੀ ਲੋੜੀਂਦੀ ਮਿਸ਼ਰਣ ਪ੍ਰਤੀਸ਼ਤਤਾ ਸੈੱਟ ਕਰੋ, ਅਤੇ ਉਨ੍ਹਾਂ ਨੂੰ ਪੂਰੀ ਤਰ੍ਹਾਂ ਨਵੀਂ ਆਵਾਜ਼ ਵਿੱਚ ਮਿਲਾਓ.",
120
+ "Voice Blender": "ਵੌਇਸ ਬਲੇਂਡਰ",
121
+ "Drag and drop your model here": "ਆਪਣੇ ਮਾਡਲ ਨੂੰ ਇੱਥੇ ਖਿੱਚ ਕੇ ਛੱਡ ਦਿਓ",
122
+ "You can also use a custom path.": "ਤੁਸੀਂ ਇੱਕ ਕਸਟਮ ਪਾਥ ਦੀ ਵਰਤੋਂ ਵੀ ਕਰ ਸਕਦੇ ਹੋ।",
123
+ "Blend Ratio": "ਮਿਸ਼ਰਣ ਅਨੁਪਾਤ",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "ਸਥਿਤੀ ਨੂੰ ਇੱਕ ਪਾਸੇ ਜਾਂ ਦੂਜੇ ਪਾਸੇ ਵਧੇਰੇ ਵਿਵਸਥਿਤ ਕਰਨਾ ਮਾਡਲ ਨੂੰ ਪਹਿਲੇ ਜਾਂ ਦੂਜੇ ਦੇ ਸਮਾਨ ਬਣਾ ਦੇਵੇਗਾ।",
 
125
  "Fusion": "ਫਿਊਜ਼ਨ",
 
126
  "Path to Model": "ਮਾਡਲ ਲਈ ਰਾਹ",
127
+ "Enter path to model": "ਮਾਡਲ ਲਈ ਪਾਥ ਦਾਖਲ ਕਰੋ",
128
+ "Model information to be placed": "ਮਾਡਲ ਜਾਣਕਾਰੀ ਰੱਖੀ ਜਾਣੀ ਚਾਹੀਦੀ ਹੈ",
129
+ "Inroduce the model information": "ਮਾਡਲ ਜਾਣਕਾਰੀ ਨੂੰ ਪੇਸ਼ ਕਰੋ",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "ਮਾਡਲ ਵਿੱਚ ਰੱਖੀ ਜਾਣ ਵਾਲੀ ਜਾਣਕਾਰੀ (ਤੁਸੀਂ ਇਸ ਨੂੰ ਖਾਲੀ ਛੱਡ ਸਕਦੇ ਹੋ ਜਾਂ ਕੁਝ ਵੀ ਪਾ ਸਕਦੇ ਹੋ)।",
131
  "View model information": "ਮਾਡਲ ਜਾਣਕਾਰੀ ਦੇਖੋ",
132
+ "Introduce the model pth path": "ਮਾਡਲ pth ਪਾਥ ਨੂੰ ਪੇਸ਼ ਕਰੋ",
133
  "View": "ਦ੍ਰਿਸ਼",
134
  "Model extraction": "ਮਾਡਲ ਕੱਢਣਾ",
135
  "Model conversion": "ਮਾਡਲ ਪਰਿਵਰਤਨ",
 
148
  "## Download Model": "## ਡਾਊਨਲੋਡ ਮਾਡਲ",
149
  "Model Link": "ਮਾਡਲ ਲਿੰਕ",
150
  "Introduce the model link": "ਮਾਡਲ ਲਿੰਕ ਪੇਸ਼ ਕਰੋ",
151
+ "Download Model": "ਮਾਡਲ ਡਾਊਨਲੋਡ ਕਰੋ",
152
  "## Drop files": "## ਫਾਇਲਾਂ ਛੱਡੋ",
153
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "ਆਪਣੀ .pth ਫਾਇਲ ਅਤੇ .index ਫਾਇਲ ਨੂੰ ਇਸ ਸਪੇਸ ਵਿੱਚ ਖਿੱਚੋ। ਇੱਕ ਨੂੰ ਖਿੱਚੋ ਅਤੇ ਫਿਰ ਦੂਜੇ ਨੂੰ।",
154
  "TTS Voices": "TTS ਆਵਾਜ਼ਾਂ",
155
+ "Select the TTS voice to use for the conversion.": "ਪਰਿਵਰਤਨ ਲਈ ਵਰਤਣ ਲਈ TTS ਆਵਾਜ਼ ਦੀ ਚੋਣ ਕਰੋ।",
156
  "Text to Synthesize": "ਸੰਸ਼ਲੇਸ਼ਣ ਕਰਨ ਲਈ ਟੈਕਸਟ",
157
+ "Enter the text to synthesize.": "ਸੰਸ਼ਲੇਸ਼ਿਤ ਕਰਨ ਲਈ ਟੈਕਸਟ ਦਾਖਲ ਕਰੋ।",
158
+ "Or you can upload a .txt file": "ਜਾਂ ਤੁਸੀਂ ਕੋਈ .txt ਫਾਇਲ ਅੱਪਲੋਡ ਕਰ ਸਕਦੇ ਹੋ",
159
  "Enter text to synthesize": "ਸੰਸ਼ਲੇਸ਼ਿਤ ਕਰਨ ਲਈ ਟੈਕਸਟ ਦਾਖਲ ਕਰੋ",
160
  "Output Path for TTS Audio": "TTS ਆਡੀਓ ਲਈ ਆਉਟਪੁੱਟ ਪਾਥ",
161
  "Output Path for RVC Audio": "RVC ਆਡੀਓ ਲਈ ਆਉਟਪੁੱਟ ਪਾਥ",
162
+ "Enable Applio integration with Discord presence": "ਡਿਸਕਾਰਡ ਦੀ ਮੌਜੂਦਗੀ ਨਾਲ ਐਪਲੀਓ ਏਕੀਕਰਣ ਨੂੰ ਸਮਰੱਥ ਕਰੋ",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "ਇਹ ਡਿਸਕਾਰਡ ਵਿੱਚ ਮੌਜੂਦਾ ਐਪਲੀਓ ਗਤੀਵਿਧੀ ਨੂੰ ਪ੍ਰਦਰਸ਼ਿਤ ਕਰਨ ਦੀ ਸੰਭਾਵਨਾ ਨੂੰ ਕਿਰਿਆਸ਼ੀਲ ਕਰੇਗਾ।",
164
+ "Enable Applio integration with applio.org/models using flask": "ਫਲਾਸਕ ਦੀ ਵਰਤੋਂ ਕਰਕੇ applio.org/models ਨਾਲ ਐਪਲਿਓ ਏਕੀਕਰਣ ਨੂੰ ਸਮਰੱਥ ਕਰੋ",
165
+ "It will activate the possibility of downloading models with a click from the website.": "ਇਹ ਵੈਬਸਾਈਟ ਤੋਂ ਇੱਕ ਕਲਿੱਕ ਨਾਲ ਮਾਡਲਾਂ ਨੂੰ ਡਾਊਨਲੋਡ ਕਰਨ ਦੀ ਸੰਭਾਵਨਾ ਨੂੰ ਕਿਰਿਆਸ਼ੀਲ ਕਰੇਗਾ।",
166
+ "Theme": "ਥੀਮ",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "ਉਹ ਥੀਮ ਚੁਣੋ ਜਿਸਨੂੰ ਤੁਸੀਂ ਵਰਤਣਾ ਚਾਹੁੰਦੇ ਹੋ। (ਐਪਲੀਕੇਸ਼ਨ ਨੂੰ ਦੁਬਾਰਾ ਸ਼ੁਰੂ ਕਰਨ ਦੀ ਲੋੜ ਹੈ)",
168
+ "Language": "ਭਾਸ਼ਾ",
169
+ "Select the language you want to use. (Requires restarting Applio)": "ਉਹ ਭਾਸ਼ਾ ਚੁਣੋ ਜਿਸਨੂੰ ਤੁਸੀਂ ਵਰਤਣਾ ਚਾਹੁੰਦੇ ਹੋ। (ਐਪਲੀਕੇਸ਼ਨ ਨੂੰ ਦੁਬਾਰਾ ਸ਼ੁਰੂ ਕਰਨ ਦੀ ਲੋੜ ਹੈ)",
170
+ "Plugin Installer": "ਪਲੱਗਇਨ ਇੰਸਟਾਲਰ",
171
+ "Drag your plugin.zip to install it": "ਇਸ ਨੂੰ ਇੰਸਟਾਲ ਕਰਨ ਲਈ ਆਪਣੇ plugin.zip ਨੂੰ ਖਿੱਚੋ",
172
+ "Version Checker": "ਸੰਸਕਰਣ ਚੈਕਰ",
173
+ "Check which version of Applio is the latest to see if you need to update.": "ਇਹ ਦੇਖਣ ਲਈ ਜਾਂਚ ਕਰੋ ਕਿ ਕੀ ਤੁਹਾਨੂੰ ਅੱਪਡੇਟ ਕਰਨ ਦੀ ਲੋੜ ਹੈ, ਐਪਲੀਓ ਦਾ ਕਿਹੜਾ ਸੰਸਕਰਣ ਨਵੀਨਤਮ ਹੈ।",
174
+ "Check for updates": "ਅੱਪਡੇਟਾਂ ਵਾਸਤੇ ਜਾਂਚ ਕਰੋ"
175
+ }
assets/i18n/languages/pl_PL.json CHANGED
@@ -1,131 +1,175 @@
1
  {
2
- "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Najlepsze narzędzie do klonowania głosu, skrupulatnie zoptymalizowane pod kątem niezrównanej mocy, modułowości i przyjazności dla użytkownika.",
3
- "This section contains some extra utilities that often may be in experimental phases.": "Ta sekcja zawiera kilka dodatkowych narzędzi, które często mogą znajdować się w fazie eksperymentalnej.",
4
- "Output Information": "Informacje wyjściowe",
5
-
6
- "Inference": "Inferencja",
7
- "Train": "Trening",
8
- "Extra": "Dodatkowe funkcje",
9
- "Merge Audios": "Scal audio",
10
- "Processing": "Przetwarzanie",
11
- "Audio Analyzer": "Analizator dźwięku",
12
- "Model Information": "Informacje o modelu",
13
- "Download": "Pobieranie",
14
- "Report a Bug": "Zgłoś błąd",
15
-
16
- "Preprocess": "Przetwarzanie wstępne",
17
- "Model Name": "Nazwa modelu",
18
- "Enter model name": "Wprowadź nazwę modelu",
19
- "Dataset Path": "Ścieżka zestawu danych",
20
- "Enter dataset path": "Wprowadź ścieżkę zestawu danych",
21
- "Sampling Rate": "Częstotliwość próbkowania",
22
- "RVC Version": "Wersja RVC",
23
- "Preprocess Dataset": "Przetwórz wstępnie zestaw danych",
24
-
25
- "Extract": "Wypakuj",
26
- "Hop Length": "Długość przeskoku",
27
- "Batch Size": "Wielkość partii",
28
- "Save Every Epoch": "Zapisz każdą epokę",
29
- "Total Epoch": "Wszystkich epok",
30
- "Pretrained": "Wstępnie wytrenowany",
31
- "Save Only Latest": "Zapisz tylko najnowszą",
32
- "Save Every Weights": "Oszczędzaj każdą wagę",
33
- "Custom Pretrained": "Niestandardowe wstępnie wytrenowane",
34
- "Upload Pretrained Model": "Przekazywanie wstępnie wytrenowanego modelu",
35
- "Pretrained Custom Settings": "Wstępnie wytrenowane ustawienia niestandardowe",
36
- "The file you dropped is not a valid pretrained file. Please try again.": "Upuszczony plik nie jest prawidłowym wstępnie wytrenowanym plikiem. Spróbuj ponownie.",
37
- "Click the refresh button to see the pretrained file in the dropdown menu.": "Kliknij przycisk odświeżania, aby wyświetlić wstępnie wytrenowany plik w menu rozwijanym.",
38
- "Pretrained G Path": "Niestandardowa ścieżka wstępnie wytrenowanego modelu G",
39
- "Pretrained D Path": "Niestandardowa ścieżka wstępnie wytrenowanego modelu D",
40
- "GPU Settings": "Ustawienia GPU",
41
- "GPU Custom Settings": "Niestandardowe ustawienia GPU",
42
- "GPU Number": "Numer GPU",
43
- "0 to ∞ separated by -": "Od 0 do ∞ oddzielone -",
44
- "GPU Information": "Informacje o procesorze GPU",
45
- "Pitch Guidance": "Wskazówki dotyczące wysokości dźwięku",
46
- "Extract Features": "Wyodrębnij funkcje",
47
-
48
- "Start Training": "Rozpocznij trening",
49
- "Generate Index": "Generuj Index",
50
-
51
- "Voice Model": "Model głosu",
52
- "Index File": "Plik indeksu",
53
- "Refresh": "Odśwież",
54
- "Unload Voice": "Przeładuj głos od nowa",
55
-
56
- "Single": "Pojedyńczy plik",
57
- "Upload Audio": "Prześlij plik Audio",
58
- "Select Audio": "Wybierz plik Audio",
59
- "Advanced Settings": "Ustawienia Zaawansowane",
60
-
61
- "Clear Outputs (Deletes all audios in assets/audios)": "Wyczyść wyjścia (usuwa wszystkie pliki audio w zasobach/plikach audio)",
62
- "Custom Output Path": "Niestandardowa ścieżka wyjściowa",
63
- "Output Path": "Ścieżka wyjściowa",
64
- "Split Audio": "Rozdziel dzwięk",
65
- "Pitch": "Tonacja",
66
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "Jeśli >=3: zastosuj filtrowanie mediany do zebranych wyników skoku. Wartość reprezentuje promień filtra i może zmniejszyć oddychanie",
67
- "Search Feature Ratio": "Współczynnik funkcji wyszukiwania",
68
- "Pitch extraction algorithm": "Algorytm ekstrakcji wysokości tonacji",
69
- "Convert": "Konwertuj",
70
- "Export Audio": "Eksportuj dźwięk",
71
-
72
- "Batch": "Partia",
73
- "Input Folder": "Folder wejściowy",
74
- "Enter input path": "Wprowadź ścieżkę wejściową",
75
- "Output Folder": "Folder wyjściowy",
76
- "Enter output path": "Wprowadź ścieżkę wyjściową",
77
-
78
- "Get information about the audio": "Sprawdź informację o dźwięku",
79
- "Information about the audio file": "Informacje o pliku audio",
80
- "Waiting for information...": "Czekam na informację...",
81
-
82
- "Model fusion": "Fuzja modeli",
83
- "Weight for Model A": "Waga dla modelu A",
84
- "Whether the model has pitch guidance": "Czy model ma wskazówki dotyczące wysokości dźwięku",
85
- "Model architecture version": "Wersja architektury modelu",
86
- "Path to Model A": "Ścieżka do Modelu A",
87
- "Path to Model B": "Ścieżka do Modelu B",
88
- "Path to model": "Ścieżka do modelu",
89
- "Model information to be placed": "Informacje o modelu, które mają zostać umieszczone",
90
- "Fusion": "Fuzja",
91
-
92
- "Modify model information": "Modyfikowanie informacji o modelu",
93
- "Path to Model": "Ścieżka do modelu",
94
- "Model information to be modified": "Informacje o modelu, które mają zostać zmodyfikowane",
95
- "Save file name": "Zapisz nazwę pliku",
96
- "Modify": "Zmień",
97
-
98
- "View model information": "Zobacz informacje o modelu",
99
- "View": "Zobacz",
100
- "Model extraction": "Wyodrębnianie modelu",
101
- "Model conversion": "Konwersja modelu",
102
- "Pth file": "Plik pth",
103
- "Output of the pth file": "Wyjście pliku pth",
104
-
105
- "# How to Report an Issue on GitHub": "# Jak zgłosić problem na GitHub",
106
- "1. Click on the 'Record Screen' button below to start recording the issue you are experiencing.": "1. Kliknij przycisk \"Ekran nagrywania\" poniżej, aby rozpocząć nagrywanie napotkanego problemu.",
107
- "2. Once you have finished recording the issue, click on the 'Stop Recording' button (the same button, but the label changes depending on whether you are actively recording or not).": "2. Po zakończeniu nagrywania problemu kliknij przycisk \"Zatrzymaj nagrywanie\" (ten sam przycisk, ale etykieta zmienia się w zależności od tego, czy aktywnie nagrywasz, czy nie).",
108
- "3. Go to [GitHub Issues](https://github.com/IAHispano/Applio/issues) and click on the 'New Issue' button.": "3. Przejdź do [GitHub Issues](https://github.com/IAHispano/Applio/issues) i kliknij przycisk \"Nowe zgłoszenie\".",
109
- "4. Complete the provided issue template, ensuring to include details as needed, and utilize the assets section to upload the recorded file from the previous step.": "4. Wypełnij dostarczony szablon problemu, upewniając się, że w razie potrzeby dołączyłeś szczegóły, i skorzystaj z sekcji zasobów, aby przesłać nagrany plik z poprzedniego kroku.",
110
-
111
- "Record Screen": "Nagrywanie Ekranu",
112
- "Record": "Nagraj",
113
- "Stop Recording": "Zatrzymaj nagrywanie",
114
-
115
- "Introduce the model .pth path": "Wprowadzenie ścieżki pliku .pth modelu",
116
- "See Model Information": "Zobacz informacje o modelu",
117
-
118
- "## Download Model": "## Pobierz model",
119
- "Model Link": "Link do modelu",
120
- "Introduce the model link": "Wprowadzenie linku do modelu",
121
- "Download Model": "Pobierz model",
122
- "## Drop files": "## Upuść pliki",
123
- "Drag your .pth file and .index file into this space. Drag one and then the other.": "Przeciągnij plik .pth i plik .index do tego miejsca. Pliki przeciągnij pojedyńczo.",
124
-
125
- "TTS Voices": "Głosy TTS",
126
- "Text to Synthesize": "Tekst do syntezy",
127
- "Enter text to synthesize": "Wpisz tutaj tekst który ma zostać przetworzony...",
128
- "Output Path for TTS Audio": "Ścieżka wyjściowa dla TTS Audio",
129
- "Output Path for RVC Audio": "Ścieżka wyjściowa dla dźwięku RVC",
130
- "Enable Applio integration with Discord presence": "Włącz integrację Applio z Discord"
131
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Najlepsze narzędzie do klonowania głosu, skrupulatnie zoptymalizowane pod kątem niezrównanej mocy, modułowości i przyjazności dla użytkownika.",
3
+ "This section contains some extra utilities that often may be in experimental phases.": "Ta sekcja zawiera kilka dodatkowych narzędzi, które często mogą znajdować się w fazie eksperymentalnej.",
4
+ "Output Information": "Informacje wyjściowe",
5
+ "The output information will be displayed here.": "W tym miejscu zostaną wyświetlone informacje wyjściowe.",
6
+ "Inference": "Wnioskowanie",
7
+ "Train": "Pociąg",
8
+ "Extra": "Dodatkowych",
9
+ "Merge Audios": "Scal audio",
10
+ "Processing": "Przetwarzanie",
11
+ "Audio Analyzer": "Analizator dźwięku",
12
+ "Model Information": "Informacje o modelu",
13
+ "Plugins": "Wtyczki",
14
+ "Download": "Pobierać",
15
+ "Report a Bug": "Zgłoś błąd",
16
+ "Settings": "Ustawienia",
17
+ "Preprocess": "Przetwarzanie wstępne",
18
+ "Model Name": "Nazwa modelu",
19
+ "Name of the new model.": "Nazwa nowego modelu.",
20
+ "Enter model name": "Wprowadź nazwę modelu",
21
+ "Dataset Path": "Ścieżka zestawu danych",
22
+ "Path to the dataset folder.": "Ścieżka do folderu zestawu danych.",
23
+ "Refresh Datasets": "Odświeżanie zestawów danych",
24
+ "Dataset Creator": "Twórca zestawu danych",
25
+ "Dataset Name": "Nazwa zestawu danych",
26
+ "Name of the new dataset.": "Nazwa nowego zestawu danych.",
27
+ "Enter dataset name": "Wprowadź nazwę zestawu danych",
28
+ "Upload Audio Dataset": "Przekazywanie zestawu danych audio",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "Plik audio został pomyślnie dodany do zestawu danych. Kliknij przycisk przetwarzania wstępnego.",
30
+ "Enter dataset path": "Wprowadź ścieżkę zestawu danych",
31
+ "Sampling Rate": "Częstotliwość próbkowania",
32
+ "The sampling rate of the audio files.": "Częstotliwość próbkowania plików audio.",
33
+ "RVC Version": "Wersja RVC",
34
+ "The RVC version of the model.": "Wersja modelu RVC.",
35
+ "Preprocess Dataset": "Wstępne przetwarzanie zestawu danych",
36
+ "Extract": "Ekstrakt",
37
+ "Hop Length": "Długość chmielu",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "Oznacza czas potrzebny systemowi do przejścia do znaczącej zmiany wysokości dźwięku. Mniejsze długości przeskoków wymagają więcej czasu na wnioskowanie, ale zwykle zapewniają wyższą dokładność skoku.",
39
+ "Batch Size": "Wielkość partii",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "Wskazane jest, aby dostosować go do dostępnej pamięci VRAM procesora graficznego. Ustawienie 4 zapewnia lepszą dokładność, ale wolniejsze przetwarzanie, podczas gdy 8 zapewnia szybsze i standardowe wyniki.",
41
+ "Save Every Epoch": "Ocal każdą epokę",
42
+ "Determine at how many epochs the model will saved at.": "Określ, w ilu epokach model zostanie zapisany.",
43
+ "Total Epoch": "Epoka ogółem",
44
+ "Specifies the overall quantity of epochs for the model training process.": "Określa całkowitą liczbę epok dla procesu trenowania modelu.",
45
+ "Pretrained": "Wstępnie wytrenowany",
46
+ "Save Only Latest": "Zapisz tylko najnowsze",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "Włączenie tego ustawienia spowoduje, że pliki G i D będą zapisywać tylko swoje najnowsze wersje, skutecznie oszczędzając miejsce na dysku.",
48
+ "Save Every Weights": "Oszczędzaj wszystkie ciężary",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "To ustawienie umożliwia zapisanie wag modelu na końcu każdej epoki.",
50
+ "Custom Pretrained": "Niestandardowe wstępnie wytrenowane",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "Korzystanie z niestandardowych wstępnie wytrenowanych modeli może prowadzić do doskonałych wyników, ponieważ wybranie najbardziej odpowiednich wstępnie wytrenowanych modeli dostosowanych do konkretnego przypadku użycia może znacznie zwiększyć wydajność.",
52
+ "Upload Pretrained Model": "Przekazywanie wstępnie wytrenowanego modelu",
53
+ "Refresh Custom Pretraineds": "Odświeżanie niestandardowych wstępnie wytrenowanych",
54
+ "Pretrained Custom Settings": "Wstępnie wytrenowane ustawienia niestandardowe",
55
+ "The file you dropped is not a valid pretrained file. Please try again.": "Upuszczony plik nie jest prawidłowym wstępnie wytrenowanym plikiem. Spróbuj ponownie.",
56
+ "Click the refresh button to see the pretrained file in the dropdown menu.": "Kliknij przycisk odświeżania, aby wyświetlić wstępnie wytrenowany plik w menu rozwijanym.",
57
+ "Pretrained G Path": "Niestandardowe wstępnie wytrenowane G",
58
+ "Pretrained D Path": "Niestandardowy wstępnie wytrenowany D",
59
+ "GPU Settings": "Ustawienia GPU",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "Ustawia zaawansowane ustawienia GPU, zalecane dla użytkowników z lepszą architekturą GPU.",
61
+ "GPU Custom Settings": "Niestandardowe ustawienia GPU",
62
+ "GPU Number": "Numer GPU",
63
+ "0 to ∞ separated by -": "Od 0 do ∞ oddzielone -",
64
+ "GPU Information": "Informacje o procesorze GPU",
65
+ "Pitch Guidance": "Wskazówki dotyczące wysokości dźwięku",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "Stosując wskazówki dotyczące wysokości dźwięku, możliwe staje się odzwierciedlenie intonacji oryginalnego głosu, w tym jego wysokości. Ta funkcja jest szczególnie cenna w przypadku śpiewu i innych scenariuszy, w których niezbędne jest zachowanie oryginalnej melodii lub wzoru wysokości dźwięku.",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "Korzystaj ze wstępnie wytrenowanych modeli podczas trenowania własnych. Takie podejście skraca czas trwania szkolenia i poprawia ogólną jakość.",
68
+ "Extract Features": "Wyodrębnij funkcje",
69
+ "Start Training": "Rozpocznij szkolenie",
70
+ "Generate Index": "Generuj indeks",
71
+ "Voice Model": "Model głosu",
72
+ "Select the voice model to use for the conversion.": "Wybierz model głosu, który ma zostać użyty do konwersji.",
73
+ "Index File": "Plik indeksu",
74
+ "Select the index file to use for the conversion.": "Wybierz plik indeksu, który ma zostać użyty do konwersji.",
75
+ "Refresh": "Odświeżyć",
76
+ "Unload Voice": "Uwolnij głos",
77
+ "Single": "Pojedynczy",
78
+ "Upload Audio": "Prześlij dźwięk",
79
+ "Select Audio": "Wybierz Audio (Dźwięk)",
80
+ "Select the audio to convert.": "Wybierz dźwięk do konwersji.",
81
+ "Advanced Settings": "Ustawienia zaawansowane",
82
+ "Clear Outputs (Deletes all audios in assets/audios)": "Wyczyść wyjścia (usuwa wszystkie pliki audio w zasobach/plikach audio)",
83
+ "Custom Output Path": "Niestandardowa ścieżka wyjściowa",
84
+ "Output Path": "Ścieżka wyjściowa",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "Ścieżka, w której zostanie zapisany dźwięk wyjściowy, domyślnie w assets/audios/output.wav",
86
+ "Split Audio": "Podziel dźwięk",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "Podziel dźwięk na fragmenty w celu wnioskowania, aby w niektórych przypadkach uzyskać lepsze wyniki.",
88
+ "Autotune": "Automatyczne dostrajanie",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "Zastosuj miękkie autotune do swoich wniosków, zalecane do konwersji śpiewu.",
90
+ "Clean Audio": "Czysty dźwięk",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "Wyczyść wyjście audio za pomocą algorytmów wykrywania szumów, zalecanych do mówienia audio.",
92
+ "Clean Strength": "Czysta siła",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "Ustaw żądany poziom czyszczenia na żądany dźwięk, im bardziej go zwiększysz, tym bardziej się oczyści, ale możliwe, że dźwięk będzie bardziej skompresowany.",
94
+ "Pitch": "Rzucać",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "Ustaw wysokość dźwięku, im wyższa wartość, tym wyższa wysokość.",
96
+ "Filter Radius": "Promień filtra",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "Jeśli liczba ta jest większa lub równa trzem, zastosowanie filtrowania mediany na zebranych wynikach tonów może potencjalnie zmniejszyć oddychanie.",
98
+ "Search Feature Ratio": "Współczynnik funkcji wyszukiwania",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "Wpływ wywierany przez plik indeksu; Wyższa wartość odpowiada większemu wpływowi. Jednak wybranie niższych wartości może pomóc w ograniczeniu artefaktów obecnych w dźwięku.",
100
+ "Volume Envelope": "Koperta objętości",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "Zastąp lub zmieszaj z obwiednią głośności wyjścia. Im współczynnik jest bliższy 1, tym bardziej wykorzystywana jest obwiednia wyjściowa.",
102
+ "Protect Voiceless Consonants": "Chroń bezdźwięczne spółgłoski",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "Chroń wyraźne spółgłoski i dźwięki oddychania, aby zapobiec rozdarciu elektroakustycznemu i innym artefaktom. Pociągnięcie parametru do maksymalnej wartości 0,5 zapewnia kompleksową ochronę. Jednak zmniejszenie tej wartości może zmniejszyć zakres ochrony, jednocześnie potencjalnie łagodząc efekt indeksowania.",
104
+ "Pitch extraction algorithm": "Algorytm ekstrakcji wysokości dźwięku",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "Algorytm ekstrakcji wysokości dźwięku do użycia do konwersji dźwięku. Domyślnym algorytmem jest rmvpe, który jest zalecany w większości przypadków.",
106
+ "Convert": "Nawrócić",
107
+ "Export Audio": "Eksportuj dźwięk",
108
+ "Batch": "Partia",
109
+ "Input Folder": "Folder wejściowy",
110
+ "Select the folder containing the audios to convert.": "Wybierz folder zawierający pliki audio do konwersji.",
111
+ "Enter input path": "Wprowadź ścieżkę wejściową",
112
+ "Output Folder": "Folder wyjściowy",
113
+ "Select the folder where the output audios will be saved.": "Wybierz folder, w którym zostaną zapisane wyjściowe pliki audio.",
114
+ "Enter output path": "Wprowadź ścieżkę wyjściową",
115
+ "Get information about the audio": "Uzyskiwanie informacji o dźwięku",
116
+ "Information about the audio file": "Informacje o pliku audio",
117
+ "Waiting for information...": "Czekam na informację...",
118
+ "## Voice Blender": "## Blender głosowy",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "Wybierz dwa modele brzmienia, ustaw żądany procent mieszania i połącz je w zupełnie nowy głos.",
120
+ "Voice Blender": "Blender głosu",
121
+ "Drag and drop your model here": "Przeciągnij i upuść swój model tutaj",
122
+ "You can also use a custom path.": "Możesz również użyć ścieżki niestandardowej.",
123
+ "Blend Ratio": "Proporcje mieszania",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "Dostosowanie pozycji bardziej w jedną lub drugą stronę sprawi, że model będzie bardziej podobny do pierwszego lub drugiego.",
125
+ "Fusion": "Fuzja",
126
+ "Path to Model": "Ścieżka do modelu",
127
+ "Enter path to model": "Wprowadź ścieżkę do modelu",
128
+ "Model information to be placed": "Informacje o modelu, które mają zostać umieszczone",
129
+ "Inroduce the model information": "Zapoznaj się z informacjami o modelu",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "Informacje, które mają zostać umieszczone w modelu (możesz pozostawić je puste lub umieścić cokolwiek).",
131
+ "View model information": "Wyświetlanie informacji o modelu",
132
+ "Introduce the model pth path": "Wprowadzenie ścieżki pth modelu",
133
+ "View": "Widok",
134
+ "Model extraction": "Wyodrębnianie modelu",
135
+ "Model conversion": "Konwersja modelu",
136
+ "Pth file": "P-ty plik",
137
+ "Output of the pth file": "Wyjście pliku pth",
138
+ "# How to Report an Issue on GitHub": "# Jak zgłosić problem na GitHub",
139
+ "1. Click on the 'Record Screen' button below to start recording the issue you are experiencing.": "1. Kliknij przycisk \"Ekran nagrywania\" poniżej, aby rozpocząć nagrywanie napotkanego problemu.",
140
+ "2. Once you have finished recording the issue, click on the 'Stop Recording' button (the same button, but the label changes depending on whether you are actively recording or not).": "2. Po zakończeniu nagrywania problemu kliknij przycisk \"Zatrzymaj nagrywanie\" (ten sam przycisk, ale etykieta zmienia się w zależności od tego, czy aktywnie nagrywasz, czy nie).",
141
+ "3. Go to [GitHub Issues](https://github.com/IAHispano/Applio/issues) and click on the 'New Issue' button.": "3. Przejdź do [GitHub Issues](https://github.com/IAHispano/Applio/issues) i kliknij przycisk \"Nowe zgłoszenie\".",
142
+ "4. Complete the provided issue template, ensuring to include details as needed, and utilize the assets section to upload the recorded file from the previous step.": "4. Wypełnij dostarczony szablon problemu, upewniając się, że w razie potrzeby dołączyłeś szczegóły, i skorzystaj z sekcji zasobów, aby przesłać nagrany plik z poprzedniego kroku.",
143
+ "Record Screen": "Ekran nagrywania",
144
+ "Record": "Rekord",
145
+ "Stop Recording": "Zatrzymaj nagrywanie",
146
+ "Introduce the model .pth path": "Wprowadzenie ścieżki pth modelu",
147
+ "See Model Information": "Zobacz informacje o modelu",
148
+ "## Download Model": "## Pobierz model",
149
+ "Model Link": "Link do modelu",
150
+ "Introduce the model link": "Wprowadzenie linku do modelu",
151
+ "Download Model": "Pobierz model",
152
+ "## Drop files": "## Upuść pliki",
153
+ "Drag your .pth file and .index file into this space. Drag one and then the other.": "Przeciągnij plik .pth i plik .index do tego miejsca. Przeciągnij jedną, a potem drugą.",
154
+ "TTS Voices": "Głosy TTS",
155
+ "Select the TTS voice to use for the conversion.": "Wybierz głos TTS, który ma być używany do konwersji.",
156
+ "Text to Synthesize": "Tekst do syntezy",
157
+ "Enter the text to synthesize.": "Wprowadź tekst do syntezy.",
158
+ "Or you can upload a .txt file": "Możesz też przesłać plik .txt",
159
+ "Enter text to synthesize": "Wprowadzanie tekstu do syntezy",
160
+ "Output Path for TTS Audio": "Ścieżka wyjściowa dla TTS Audio",
161
+ "Output Path for RVC Audio": "Ścieżka wyjściowa dla dźwięku RVC",
162
+ "Enable Applio integration with Discord presence": "Włącz integrację Applio z obecnością Discord",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "Aktywuje możliwość wyświetlania aktualnej aktywności Applio w Discordzie.",
164
+ "Enable Applio integration with applio.org/models using flask": "Włączanie integracji aplikacji Applio z applio.org/models przy użyciu kolby",
165
+ "It will activate the possibility of downloading models with a click from the website.": "Aktywuje możliwość pobierania modeli jednym kliknięciem ze strony internetowej.",
166
+ "Theme": "Kompozycja",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "Wybierz motyw, którego chcesz użyć. (Wymaga ponownego uruchomienia aplikacji)",
168
+ "Language": "Język",
169
+ "Select the language you want to use. (Requires restarting Applio)": "Wybierz język, którego chcesz używać. (Wymaga ponownego uruchomienia aplikacji)",
170
+ "Plugin Installer": "Instalator wtyczek",
171
+ "Drag your plugin.zip to install it": "Przeciągnij plugin.zip, aby go zainstalować",
172
+ "Version Checker": "Sprawdzanie wersji",
173
+ "Check which version of Applio is the latest to see if you need to update.": "Sprawdź, która wersja Applio jest najnowsza, aby sprawdzić, czy musisz ją zaktualizować.",
174
+ "Check for updates": "Sprawdź dostępność aktualizacji"
175
+ }
assets/i18n/languages/pt_PT.json CHANGED
@@ -2,6 +2,7 @@
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "A melhor ferramenta de clonagem de voz, meticulosamente otimizada para potência, modularidade e experiência de fácil utilização incomparáveis.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "Esta seção contém alguns utilitários extras que muitas vezes podem estar em fases experimentais.",
4
  "Output Information": "Informações de saída",
 
5
  "Inference": "Inferência",
6
  "Train": "Trem",
7
  "Extra": "Extra",
@@ -9,80 +10,126 @@
9
  "Processing": "Processamento",
10
  "Audio Analyzer": "Analisador de áudio",
11
  "Model Information": "Informações do modelo",
 
12
  "Download": "Baixar",
13
  "Report a Bug": "Relatar um bug",
 
14
  "Preprocess": "Pré-processar",
15
  "Model Name": "Nome do modelo",
 
16
  "Enter model name": "Digite o nome do modelo",
17
  "Dataset Path": "Caminho do conjunto de dados",
 
 
 
 
 
 
 
 
18
  "Enter dataset path": "Inserir caminho do conjunto de dados",
19
  "Sampling Rate": "Taxa de amostragem",
 
20
  "RVC Version": "Versão RVC",
 
21
  "Preprocess Dataset": "Pré-processar conjunto de dados",
22
  "Extract": "Extrair",
23
  "Hop Length": "Comprimento do salto",
 
24
  "Batch Size": "Tamanho do lote",
 
25
  "Save Every Epoch": "Salve todas as épocas",
 
26
  "Total Epoch": "Época Total",
 
27
  "Pretrained": "Pré-treinado",
28
  "Save Only Latest": "Salvar somente as últimas",
 
29
  "Save Every Weights": "Economize todos os pesos",
 
30
  "Custom Pretrained": "Pré-treinado personalizado",
 
31
  "Upload Pretrained Model": "Carregar modelo pré-treinado",
 
32
  "Pretrained Custom Settings": "Configurações personalizadas pré-treinadas",
33
  "The file you dropped is not a valid pretrained file. Please try again.": "O arquivo descartado não é um arquivo pré-treinado válido. Tente novamente.",
34
  "Click the refresh button to see the pretrained file in the dropdown menu.": "Clique no botão Atualizar para ver o arquivo pré-treinado no menu suspenso.",
35
  "Pretrained G Path": "G pré-treinado personalizado",
36
  "Pretrained D Path": "D pré-treinado personalizado",
37
  "GPU Settings": "Configurações da GPU",
 
38
  "GPU Custom Settings": "Configurações personalizadas da GPU",
39
  "GPU Number": "Número da GPU",
40
  "0 to ∞ separated by -": "0 a ∞ separados por -",
41
  "GPU Information": "Informações da GPU",
42
  "Pitch Guidance": "Orientação de Pitch",
 
 
43
  "Extract Features": "Recursos de extração",
44
  "Start Training": "Comece a Treinar",
45
  "Generate Index": "Gerar índice",
46
  "Voice Model": "Modelo de Voz",
 
47
  "Index File": "Arquivo de índice",
 
48
  "Refresh": "Atualizar",
49
  "Unload Voice": "Descarregar voz",
50
  "Single": "Único",
51
  "Upload Audio": "Carregar áudio",
52
  "Select Audio": "Selecione Áudio",
 
53
  "Advanced Settings": "Configurações avançadas",
54
  "Clear Outputs (Deletes all audios in assets/audios)": "Limpar saídas (exclui todos os áudios em ativos/áudios)",
55
  "Custom Output Path": "Caminho de saída personalizado",
56
  "Output Path": "Caminho de saída",
 
 
 
 
 
 
 
 
 
57
  "Pitch": "Campo",
58
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "Se >=3: aplicar filtragem mediana aos resultados do passo colhido. O valor representa o raio do filtro e pode reduzir a soprosidade",
 
 
59
  "Search Feature Ratio": "Taxa de recursos de pesquisa",
 
 
 
 
 
60
  "Pitch extraction algorithm": "Algoritmo de extração de pitch",
 
61
  "Convert": "Converter",
62
  "Export Audio": "Exportar áudio",
63
  "Batch": "Lote",
64
  "Input Folder": "Pasta de entrada",
 
65
  "Enter input path": "Insira o caminho de entrada",
66
  "Output Folder": "Pasta de saída",
 
67
  "Enter output path": "Insira o caminho de saída",
68
  "Get information about the audio": "Obter informações sobre o áudio",
69
  "Information about the audio file": "Informações sobre o arquivo de áudio",
70
  "Waiting for information...": "Aguardando informações...",
71
- "Model fusion": "Fusão de modelos",
72
- "Weight for Model A": "Peso para o Modelo A",
73
- "Whether the model has pitch guidance": "Se o modelo tem orientação de pitch",
74
- "Model architecture version": "Versão da arquitetura do modelo",
75
- "Path to Model A": "Caminho para o Modelo A",
76
- "Path to Model B": "Caminho para o Modelo B",
77
- "Path to model": "Caminho para o modelo",
78
- "Model information to be placed": "Informações do modelo a ser colocado",
79
  "Fusion": "Fusão",
80
- "Modify model information": "Modificar informações do modelo",
81
  "Path to Model": "Caminho para o modelo",
82
- "Model information to be modified": "Informações do modelo a serem modificadas",
83
- "Save file name": "Salvar nome do arquivo",
84
- "Modify": "Modificar",
 
85
  "View model information": "Exibir informações do modelo",
 
86
  "View": "Vista",
87
  "Model extraction": "Extração do modelo",
88
  "Model conversion": "Conversão de modelos",
@@ -101,13 +148,28 @@
101
  "## Download Model": "## Baixar Modelo",
102
  "Model Link": "Link do modelo",
103
  "Introduce the model link": "Apresentar o link do modelo",
104
- "Download Model": "Descargar Modelo",
105
  "## Drop files": "## Soltar arquivos",
106
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Arraste o arquivo .pth e o arquivo .index para este espaço. Arraste um e depois o outro.",
107
  "TTS Voices": "Vozes TTS",
 
108
  "Text to Synthesize": "Texto para sintetizar",
 
 
109
  "Enter text to synthesize": "Digite o texto para sintetizar",
110
  "Output Path for TTS Audio": "Caminho de saída para áudio TTS",
111
  "Output Path for RVC Audio": "Caminho de saída para áudio RVC",
112
- "Enable Applio integration with Discord presence": "Presença do Applio"
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "A melhor ferramenta de clonagem de voz, meticulosamente otimizada para potência, modularidade e experiência de fácil utilização incomparáveis.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "Esta seção contém alguns utilitários extras que muitas vezes podem estar em fases experimentais.",
4
  "Output Information": "Informações de saída",
5
+ "The output information will be displayed here.": "As informações de saída serão exibidas aqui.",
6
  "Inference": "Inferência",
7
  "Train": "Trem",
8
  "Extra": "Extra",
 
10
  "Processing": "Processamento",
11
  "Audio Analyzer": "Analisador de áudio",
12
  "Model Information": "Informações do modelo",
13
+ "Plugins": "Plug-ins",
14
  "Download": "Baixar",
15
  "Report a Bug": "Relatar um bug",
16
+ "Settings": "Configurações",
17
  "Preprocess": "Pré-processar",
18
  "Model Name": "Nome do modelo",
19
+ "Name of the new model.": "Nome do novo modelo.",
20
  "Enter model name": "Digite o nome do modelo",
21
  "Dataset Path": "Caminho do conjunto de dados",
22
+ "Path to the dataset folder.": "Caminho para a pasta do conjunto de dados.",
23
+ "Refresh Datasets": "Atualizar conjuntos de dados",
24
+ "Dataset Creator": "Criador de conjunto de dados",
25
+ "Dataset Name": "Nome do conjunto de dados",
26
+ "Name of the new dataset.": "Nome do novo conjunto de dados.",
27
+ "Enter dataset name": "Insira o nome do conjunto de dados",
28
+ "Upload Audio Dataset": "Carregar conjunto de dados de áudio",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "O arquivo de áudio foi adicionado com êxito ao conjunto de dados. Clique no botão de pré-processo.",
30
  "Enter dataset path": "Inserir caminho do conjunto de dados",
31
  "Sampling Rate": "Taxa de amostragem",
32
+ "The sampling rate of the audio files.": "A taxa de amostragem dos arquivos de áudio.",
33
  "RVC Version": "Versão RVC",
34
+ "The RVC version of the model.": "A versão RVC do modelo.",
35
  "Preprocess Dataset": "Pré-processar conjunto de dados",
36
  "Extract": "Extrair",
37
  "Hop Length": "Comprimento do salto",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "Denota a duração necessária para que o sistema faça a transição para uma mudança de tom significativa. Comprimentos de salto menores requerem mais tempo para inferência, mas tendem a produzir maior precisão de pitch.",
39
  "Batch Size": "Tamanho do lote",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "É aconselhável alinhá-lo com a VRAM disponível da sua GPU. Uma configuração de 4 oferece precisão aprimorada, mas processamento mais lento, enquanto 8 fornece resultados mais rápidos e padrão.",
41
  "Save Every Epoch": "Salve todas as épocas",
42
+ "Determine at how many epochs the model will saved at.": "Determine em quantas épocas o modelo será salvo.",
43
  "Total Epoch": "Época Total",
44
+ "Specifies the overall quantity of epochs for the model training process.": "Especifica a quantidade total de épocas para o processo de treinamento do modelo.",
45
  "Pretrained": "Pré-treinado",
46
  "Save Only Latest": "Salvar somente as últimas",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "Habilitar essa configuração resultará nos arquivos G e D salvando apenas suas versões mais recentes, efetivamente conservando espaço de armazenamento.",
48
  "Save Every Weights": "Economize todos os pesos",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "Essa configuração permite que você salve os pesos do modelo na conclusão de cada época.",
50
  "Custom Pretrained": "Pré-treinado personalizado",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "A utilização de modelos pré-treinados personalizados pode levar a resultados superiores, pois a seleção dos modelos pré-treinados mais adequados adaptados ao caso de uso específico pode melhorar significativamente o desempenho.",
52
  "Upload Pretrained Model": "Carregar modelo pré-treinado",
53
+ "Refresh Custom Pretraineds": "Atualizar pré-treinados personalizados",
54
  "Pretrained Custom Settings": "Configurações personalizadas pré-treinadas",
55
  "The file you dropped is not a valid pretrained file. Please try again.": "O arquivo descartado não é um arquivo pré-treinado válido. Tente novamente.",
56
  "Click the refresh button to see the pretrained file in the dropdown menu.": "Clique no botão Atualizar para ver o arquivo pré-treinado no menu suspenso.",
57
  "Pretrained G Path": "G pré-treinado personalizado",
58
  "Pretrained D Path": "D pré-treinado personalizado",
59
  "GPU Settings": "Configurações da GPU",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "Define configurações avançadas de GPU, recomendadas para usuários com melhor arquitetura de GPU.",
61
  "GPU Custom Settings": "Configurações personalizadas da GPU",
62
  "GPU Number": "Número da GPU",
63
  "0 to ∞ separated by -": "0 a ∞ separados por -",
64
  "GPU Information": "Informações da GPU",
65
  "Pitch Guidance": "Orientação de Pitch",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "Ao empregar a orientação de pitch, torna-se viável espelhar a entonação da voz original, incluindo seu pitch. Esta característica é particularmente valiosa para o canto e outros cenários onde preservar a melodia original ou padrão de tom é essencial.",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "Utilize modelos pré-treinados ao treinar seus próprios. Essa abordagem reduz a duração do treinamento e melhora a qualidade geral.",
68
  "Extract Features": "Recursos de extração",
69
  "Start Training": "Comece a Treinar",
70
  "Generate Index": "Gerar índice",
71
  "Voice Model": "Modelo de Voz",
72
+ "Select the voice model to use for the conversion.": "Selecione o modelo de voz a ser usado para a conversão.",
73
  "Index File": "Arquivo de índice",
74
+ "Select the index file to use for the conversion.": "Selecione o arquivo de índice a ser usado para a conversão.",
75
  "Refresh": "Atualizar",
76
  "Unload Voice": "Descarregar voz",
77
  "Single": "Único",
78
  "Upload Audio": "Carregar áudio",
79
  "Select Audio": "Selecione Áudio",
80
+ "Select the audio to convert.": "Selecione o áudio a ser convertido.",
81
  "Advanced Settings": "Configurações avançadas",
82
  "Clear Outputs (Deletes all audios in assets/audios)": "Limpar saídas (exclui todos os áudios em ativos/áudios)",
83
  "Custom Output Path": "Caminho de saída personalizado",
84
  "Output Path": "Caminho de saída",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "O caminho onde o áudio de saída será salvo, por padrão em ativos/áudios/output.wav",
86
+ "Split Audio": "Áudio dividido",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "Divida o áudio em pedaços para inferência para obter melhores resultados em alguns casos.",
88
+ "Autotune": "Autotune",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "Aplique um autotune suave às suas inferências, recomendado para conversões de canto.",
90
+ "Clean Audio": "Áudio limpo",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "Limpe sua saída de áudio usando algoritmos de detecção de ruído, recomendados para falar áudios.",
92
+ "Clean Strength": "Força Limpa",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "Defina o nível de limpeza para o áudio desejado, quanto mais você aumentá-lo, mais ele será limpo, mas é possível que o áudio seja mais compactado.",
94
  "Pitch": "Campo",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "Defina o tom do áudio, quanto maior o valor, maior o pitch.",
96
+ "Filter Radius": "Raio do filtro",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "Se o número for maior ou igual a três, empregar a filtragem mediana nos resultados de tom coletados tem o potencial de diminuir a respiração.",
98
  "Search Feature Ratio": "Taxa de recursos de pesquisa",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "Influência exercida pelo arquivo de índice; quanto maior o valor corresponde maior a influência. No entanto, optar por valores mais baixos pode ajudar a mitigar artefatos presentes no áudio.",
100
+ "Volume Envelope": "Volume Envelope",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "Substitua ou misture com o envelope de volume da saída. Quanto mais próxima a proporção estiver de 1, mais o envelope de saída será empregado.",
102
+ "Protect Voiceless Consonants": "Proteja as consoantes surdas",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "Proteja consoantes distintas e sons respiratórios para evitar rasgos eletroacústicos e outros artefatos. Puxar o parâmetro para seu valor máximo de 0,5 oferece proteção abrangente. No entanto, a redução desse valor pode diminuir a extensão da proteção e, ao mesmo tempo, potencialmente atenuar o efeito de indexação.",
104
  "Pitch extraction algorithm": "Algoritmo de extração de pitch",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "Algoritmo de extração de pitch para usar na conversão de áudio. O algoritmo padrão é rmvpe, que é recomendado para a maioria dos casos.",
106
  "Convert": "Converter",
107
  "Export Audio": "Exportar áudio",
108
  "Batch": "Lote",
109
  "Input Folder": "Pasta de entrada",
110
+ "Select the folder containing the audios to convert.": "Selecione a pasta que contém os áudios a serem convertidos.",
111
  "Enter input path": "Insira o caminho de entrada",
112
  "Output Folder": "Pasta de saída",
113
+ "Select the folder where the output audios will be saved.": "Selecione a pasta onde os áudios de saída serão salvos.",
114
  "Enter output path": "Insira o caminho de saída",
115
  "Get information about the audio": "Obter informações sobre o áudio",
116
  "Information about the audio file": "Informações sobre o arquivo de áudio",
117
  "Waiting for information...": "Aguardando informações...",
118
+ "## Voice Blender": "## Liquidificador de Voz",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "Selecione dois modelos de voz, defina a porcentagem de mistura desejada e misture-os em uma voz totalmente nova.",
120
+ "Voice Blender": "Liquidificador de voz",
121
+ "Drag and drop your model here": "Arraste e solte seu modelo aqui",
122
+ "You can also use a custom path.": "Você também pode usar um caminho personalizado.",
123
+ "Blend Ratio": "Proporção de mistura",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "Ajustar a posição mais para um lado ou para o outro tornará o modelo mais semelhante ao primeiro ou ao segundo.",
 
125
  "Fusion": "Fusão",
 
126
  "Path to Model": "Caminho para o modelo",
127
+ "Enter path to model": "Insira o caminho para o modelo",
128
+ "Model information to be placed": "Informações do modelo a ser colocado",
129
+ "Inroduce the model information": "Inroduce as informações do modelo",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "As informações a serem colocadas no modelo (Você pode deixá-lo em branco ou colocar qualquer coisa).",
131
  "View model information": "Exibir informações do modelo",
132
+ "Introduce the model pth path": "Apresentar o caminho pth do modelo",
133
  "View": "Vista",
134
  "Model extraction": "Extração do modelo",
135
  "Model conversion": "Conversão de modelos",
 
148
  "## Download Model": "## Baixar Modelo",
149
  "Model Link": "Link do modelo",
150
  "Introduce the model link": "Apresentar o link do modelo",
151
+ "Download Model": "Download do Modelo",
152
  "## Drop files": "## Soltar arquivos",
153
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Arraste o arquivo .pth e o arquivo .index para este espaço. Arraste um e depois o outro.",
154
  "TTS Voices": "Vozes TTS",
155
+ "Select the TTS voice to use for the conversion.": "Selecione a voz TTS a ser usada para a conversão.",
156
  "Text to Synthesize": "Texto para sintetizar",
157
+ "Enter the text to synthesize.": "Digite o texto a ser sintetizado.",
158
+ "Or you can upload a .txt file": "Ou você pode carregar um arquivo .txt",
159
  "Enter text to synthesize": "Digite o texto para sintetizar",
160
  "Output Path for TTS Audio": "Caminho de saída para áudio TTS",
161
  "Output Path for RVC Audio": "Caminho de saída para áudio RVC",
162
+ "Enable Applio integration with Discord presence": "Habilitar a integração do Applio com a presença do Discord",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "Ele ativará a possibilidade de exibir a atividade atual do Applio no Discord.",
164
+ "Enable Applio integration with applio.org/models using flask": "Habilitar a integração do Applio com applio.org/models usando frasco",
165
+ "It will activate the possibility of downloading models with a click from the website.": "Ele ativará a possibilidade de baixar modelos com um clique no site.",
166
+ "Theme": "Tema",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "Selecione o tema que deseja usar. (Requer reiniciar o Applio)",
168
+ "Language": "Idioma",
169
+ "Select the language you want to use. (Requires restarting Applio)": "Selecione o idioma que deseja usar. (Requer reiniciar o Applio)",
170
+ "Plugin Installer": "Instalador de Plug-ins",
171
+ "Drag your plugin.zip to install it": "Arraste o plugin.zip para instalá-lo",
172
+ "Version Checker": "Verificador de versão",
173
+ "Check which version of Applio is the latest to see if you need to update.": "Verifique qual versão do Applio é a mais recente para ver se você precisa atualizar.",
174
+ "Check for updates": "Verificar se há atualizações"
175
+ }
assets/i18n/languages/ro_RO.json CHANGED
@@ -2,6 +2,7 @@
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Cel mai bun instrument de clonare a vocii, optimizat meticulos pentru putere, modularitate și experiență ușor de utilizat.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "Această secțiune conține câteva utilități suplimentare care pot fi adesea în faze experimentale.",
4
  "Output Information": "Informații despre ieșire",
 
5
  "Inference": "Deducţie",
6
  "Train": "Tren",
7
  "Extra": "Superfluu",
@@ -9,80 +10,126 @@
9
  "Processing": "Prelucrare",
10
  "Audio Analyzer": "Analizor audio",
11
  "Model Information": "Informații despre model",
 
12
  "Download": "Descărca",
13
  "Report a Bug": "Raportați o eroare",
 
14
  "Preprocess": "Preproces",
15
  "Model Name": "Numele modelului",
 
16
  "Enter model name": "Introduceți numele modelului",
17
  "Dataset Path": "Calea setului de date",
 
 
 
 
 
 
 
 
18
  "Enter dataset path": "Introduceți calea setului de date",
19
  "Sampling Rate": "Rata de eșantionare",
 
20
  "RVC Version": "Versiunea RVC",
 
21
  "Preprocess Dataset": "Set de date preproces",
22
  "Extract": "Extract",
23
  "Hop Length": "Lungimea hameiului",
 
24
  "Batch Size": "Mărimea lotului",
 
25
  "Save Every Epoch": "Salvați fiecare epocă",
 
26
  "Total Epoch": "Epoca totală",
 
27
  "Pretrained": "Preinstruit",
28
  "Save Only Latest": "Salvați numai cele mai recente",
 
29
  "Save Every Weights": "Economisiți fiecare greutate",
 
30
  "Custom Pretrained": "Personalizat Pretrained",
 
31
  "Upload Pretrained Model": "Încărcați modelul preinstruit",
 
32
  "Pretrained Custom Settings": "Setări personalizate pre-instruite",
33
  "The file you dropped is not a valid pretrained file. Please try again.": "Fișierul pe care l-ați scăpat nu este un fișier preinstruit valid. Vă rugăm să încercați din nou.",
34
  "Click the refresh button to see the pretrained file in the dropdown menu.": "Faceți clic pe butonul de reîmprospătare pentru a vedea fișierul preantrenat în meniul derulant.",
35
  "Pretrained G Path": "G personalizat preantrenat",
36
  "Pretrained D Path": "Personalizat Pretrained D",
37
  "GPU Settings": "Setări GPU",
 
38
  "GPU Custom Settings": "Setări personalizate GPU",
39
  "GPU Number": "Număr GPU",
40
  "0 to ∞ separated by -": "0 până la ∞ separate de -",
41
  "GPU Information": "Informații GPU",
42
  "Pitch Guidance": "Pitch Guidance",
 
 
43
  "Extract Features": "Extrageți caracteristicile",
44
  "Start Training": "Începeți instruirea",
45
  "Generate Index": "Generare index",
46
  "Voice Model": "Model vocal",
 
47
  "Index File": "Fișier index",
 
48
  "Refresh": "Împrospăta",
49
  "Unload Voice": "Descărcare voce",
50
  "Single": "Singur",
51
  "Upload Audio": "Încărcare audio",
52
  "Select Audio": "Selectați Audio",
 
53
  "Advanced Settings": "Setări avansate",
54
  "Clear Outputs (Deletes all audios in assets/audios)": "Ștergeți ieșirile (Șterge toate audio-urile din active / audio)",
55
  "Custom Output Path": "Cale de ieșire personalizată",
56
  "Output Path": "Cale de ieșire",
 
 
 
 
 
 
 
 
 
57
  "Pitch": "Smoală",
58
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "Dacă >=3: aplicați filtrarea mediană rezultatelor pitch-ului recoltat. Valoarea reprezintă raza filtrului și poate reduce respirația",
 
 
59
  "Search Feature Ratio": "Raportul caracteristicilor de căutare",
 
 
 
 
 
60
  "Pitch extraction algorithm": "Algoritm de extracție a pitch-ului",
 
61
  "Convert": "Converti",
62
  "Export Audio": "Exportați audio",
63
  "Batch": "Lot",
64
  "Input Folder": "Folder de intrare",
 
65
  "Enter input path": "Introduceți calea de intrare",
66
  "Output Folder": "Dosar de ieșire",
 
67
  "Enter output path": "Introduceți calea de ieșire",
68
  "Get information about the audio": "Obțineți informații despre audio",
69
  "Information about the audio file": "Informații despre fișierul audio",
70
  "Waiting for information...": "În așteptarea informațiilor...",
71
- "Model fusion": "Fuziunea modelului",
72
- "Weight for Model A": "Greutate pentru modelul A",
73
- "Whether the model has pitch guidance": "Dacă modelul are ghidare pitch",
74
- "Model architecture version": "Versiunea arhitecturii modelului",
75
- "Path to Model A": "Calea către modelul A",
76
- "Path to Model B": "Calea către modelul B",
77
- "Path to model": "Calea către model",
78
- "Model information to be placed": "Informații despre model care trebuie plasate",
79
  "Fusion": "Fuziune",
80
- "Modify model information": "Modificarea informațiilor despre model",
81
  "Path to Model": "Calea către model",
82
- "Model information to be modified": "Informații despre model care trebuie modificate",
83
- "Save file name": "Salvați numele fișierului",
84
- "Modify": "Modifica",
 
85
  "View model information": "Vizualizarea informațiilor despre model",
 
86
  "View": "Vedere",
87
  "Model extraction": "Extragerea modelului",
88
  "Model conversion": "Conversia modelului",
@@ -101,13 +148,28 @@
101
  "## Download Model": "## Descărcați modelul",
102
  "Model Link": "Model Link",
103
  "Introduce the model link": "Introduceți linkul modelului",
104
- "Download Model": "Descargar Modelo",
105
  "## Drop files": "## Aruncați fișiere",
106
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Glisați fișierul .pth și fișierul .index în acest spațiu. Trageți unul și apoi celălalt.",
107
  "TTS Voices": "Voci TTS",
 
108
  "Text to Synthesize": "Text pentru sintetizare",
 
 
109
  "Enter text to synthesize": "Introduceți text pentru sintetizare",
110
  "Output Path for TTS Audio": "Cale de ieșire pentru TTS Audio",
111
  "Output Path for RVC Audio": "Cale de ieșire pentru RVC Audio",
112
- "Enable Applio integration with Discord presence": "Prezența Applio"
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Cel mai bun instrument de clonare a vocii, optimizat meticulos pentru putere, modularitate și experiență ușor de utilizat.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "Această secțiune conține câteva utilități suplimentare care pot fi adesea în faze experimentale.",
4
  "Output Information": "Informații despre ieșire",
5
+ "The output information will be displayed here.": "Informațiile de ieșire vor fi afișate aici.",
6
  "Inference": "Deducţie",
7
  "Train": "Tren",
8
  "Extra": "Superfluu",
 
10
  "Processing": "Prelucrare",
11
  "Audio Analyzer": "Analizor audio",
12
  "Model Information": "Informații despre model",
13
+ "Plugins": "Plugin-uri",
14
  "Download": "Descărca",
15
  "Report a Bug": "Raportați o eroare",
16
+ "Settings": "Setări",
17
  "Preprocess": "Preproces",
18
  "Model Name": "Numele modelului",
19
+ "Name of the new model.": "Numele noului model.",
20
  "Enter model name": "Introduceți numele modelului",
21
  "Dataset Path": "Calea setului de date",
22
+ "Path to the dataset folder.": "Calea către folderul setului de date.",
23
+ "Refresh Datasets": "Reîmprospătarea seturilor de date",
24
+ "Dataset Creator": "Creator de seturi de date",
25
+ "Dataset Name": "Numele setului de date",
26
+ "Name of the new dataset.": "Numele noului set de date.",
27
+ "Enter dataset name": "Introduceți numele setului de date",
28
+ "Upload Audio Dataset": "Încărcați setul de date audio",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "Fișierul audio a fost adăugat cu succes la setul de date. Vă rugăm să faceți clic pe butonul de preprocesare.",
30
  "Enter dataset path": "Introduceți calea setului de date",
31
  "Sampling Rate": "Rata de eșantionare",
32
+ "The sampling rate of the audio files.": "Rata de eșantionare a fișierelor audio.",
33
  "RVC Version": "Versiunea RVC",
34
+ "The RVC version of the model.": "Versiunea RVC a modelului.",
35
  "Preprocess Dataset": "Set de date preproces",
36
  "Extract": "Extract",
37
  "Hop Length": "Lungimea hameiului",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "Denotă durata necesară pentru ca sistemul să treacă la o schimbare semnificativă a înălțimii. Lungimile mai mici ale hameiului necesită mai mult timp pentru inferență, dar tind să producă o precizie mai mare a pasului.",
39
  "Batch Size": "Mărimea lotului",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "Este recomandabil să îl aliniați cu VRAM disponibil al GPU-ului. O setare de 4 oferă o precizie îmbunătățită, dar o procesare mai lentă, în timp ce 8 oferă rezultate mai rapide și standard.",
41
  "Save Every Epoch": "Salvați fiecare epocă",
42
+ "Determine at how many epochs the model will saved at.": "Determinați la câte epoci va fi salvat modelul.",
43
  "Total Epoch": "Epoca totală",
44
+ "Specifies the overall quantity of epochs for the model training process.": "Specifică numărul total de epoci pentru procesul de instruire a modelului.",
45
  "Pretrained": "Preinstruit",
46
  "Save Only Latest": "Salvați numai cele mai recente",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "Activarea acestei setări va avea ca rezultat salvarea fișierelor G și D numai a celor mai recente versiuni, economisind în mod eficient spațiul de stocare.",
48
  "Save Every Weights": "Economisiți fiecare greutate",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "Această setare vă permite să economisiți greutățile modelului la sfârșitul fiecărei epoci.",
50
  "Custom Pretrained": "Personalizat Pretrained",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "Utilizarea modelelor personalizate pre-antrenate poate duce la rezultate superioare, deoarece selectarea celor mai potrivite modele pre-antrenate adaptate cazului de utilizare specific poate îmbunătăți semnificativ performanța.",
52
  "Upload Pretrained Model": "Încărcați modelul preinstruit",
53
+ "Refresh Custom Pretraineds": "Reîmprospătați preinstruiții personalizați",
54
  "Pretrained Custom Settings": "Setări personalizate pre-instruite",
55
  "The file you dropped is not a valid pretrained file. Please try again.": "Fișierul pe care l-ați scăpat nu este un fișier preinstruit valid. Vă rugăm să încercați din nou.",
56
  "Click the refresh button to see the pretrained file in the dropdown menu.": "Faceți clic pe butonul de reîmprospătare pentru a vedea fișierul preantrenat în meniul derulant.",
57
  "Pretrained G Path": "G personalizat preantrenat",
58
  "Pretrained D Path": "Personalizat Pretrained D",
59
  "GPU Settings": "Setări GPU",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "Setează setări GPU avansate, recomandate utilizatorilor cu o arhitectură GPU mai bună.",
61
  "GPU Custom Settings": "Setări personalizate GPU",
62
  "GPU Number": "Număr GPU",
63
  "0 to ∞ separated by -": "0 până la ∞ separate de -",
64
  "GPU Information": "Informații GPU",
65
  "Pitch Guidance": "Pitch Guidance",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "Prin utilizarea ghidării tonului, devine fezabilă oglindirea intonației vocii originale, inclusiv a înălțimii acesteia. Această caracteristică este deosebit de valoroasă pentru cântat și alte scenarii în care păstrarea melodiei originale sau a modelului de înălțime este esențială.",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "Utilizați modele pre-antrenate atunci când vă antrenați propriul. Această abordare reduce durata antrenamentului și îmbunătățește calitatea generală.",
68
  "Extract Features": "Extrageți caracteristicile",
69
  "Start Training": "Începeți instruirea",
70
  "Generate Index": "Generare index",
71
  "Voice Model": "Model vocal",
72
+ "Select the voice model to use for the conversion.": "Selectați modelul vocal de utilizat pentru conversie.",
73
  "Index File": "Fișier index",
74
+ "Select the index file to use for the conversion.": "Selectați fișierul index de utilizat pentru conversie.",
75
  "Refresh": "Împrospăta",
76
  "Unload Voice": "Descărcare voce",
77
  "Single": "Singur",
78
  "Upload Audio": "Încărcare audio",
79
  "Select Audio": "Selectați Audio",
80
+ "Select the audio to convert.": "Selectați sunetul de convertit.",
81
  "Advanced Settings": "Setări avansate",
82
  "Clear Outputs (Deletes all audios in assets/audios)": "Ștergeți ieșirile (Șterge toate audio-urile din active / audio)",
83
  "Custom Output Path": "Cale de ieșire personalizată",
84
  "Output Path": "Cale de ieșire",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "Calea în care va fi salvat sunetul de ieșire, în mod implicit în active / audio / output.wav",
86
+ "Split Audio": "Împărțire audio",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "Împărțiți sunetul în bucăți pentru inferență pentru a obține rezultate mai bune în unele cazuri.",
88
+ "Autotune": "Reglare automată",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "Aplicați o reglare automată ușoară la inferențele dvs., recomandată pentru conversiile de cântat.",
90
+ "Clean Audio": "Sunet curat",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "Curățați ieșirea audio utilizând algoritmi de detectare a zgomotului, recomandați pentru enunțarea sunetului.",
92
+ "Clean Strength": "Rezistență curată",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "Setați nivelul de curățare la sunetul dorit, cu cât îl măriți mai mult, cu atât se va curăța mai mult, dar este posibil ca sunetul să fie mai comprimat.",
94
  "Pitch": "Smoală",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "Setați înălțimea sunetului, cu cât este mai mare valoarea, cu atât este mai mare înălțimea.",
96
+ "Filter Radius": "Raza filtrului",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "Dacă numărul este mai mare sau egal cu trei, utilizarea filtrării mediane pe rezultatele tonului colectat are potențialul de a scădea respirația.",
98
  "Search Feature Ratio": "Raportul caracteristicilor de căutare",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "Influența exercitată de fișierul index; O valoare mai mare corespunde unei influențe mai mari. Cu toate acestea, optarea pentru valori mai mici poate ajuta la atenuarea artefactelor prezente în audio.",
100
+ "Volume Envelope": "Plic de volum",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "Înlocuiți sau amestecați cu plicul de volum al ieșirii. Cu cât raportul este mai apropiat de 1, cu atât este folosit mai mult plicul de ieșire.",
102
+ "Protect Voiceless Consonants": "Protejați consoanele fără voce",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "Protejați consoanele distincte și sunetele de respirație pentru a preveni ruperea electro-acustică și alte artefacte. Tragerea parametrului la valoarea maximă de 0,5 oferă o protecție completă. Cu toate acestea, reducerea acestei valori ar putea reduce gradul de protecție, atenuând în același timp efectul de indexare.",
104
  "Pitch extraction algorithm": "Algoritm de extracție a pitch-ului",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "Algoritm de extragere a pitch-ului de utilizat pentru conversia audio. Algoritmul implicit este rmvpe, care este recomandat în majoritatea cazurilor.",
106
  "Convert": "Converti",
107
  "Export Audio": "Exportați audio",
108
  "Batch": "Lot",
109
  "Input Folder": "Folder de intrare",
110
+ "Select the folder containing the audios to convert.": "Selectați folderul care conține audio-urile de convertit.",
111
  "Enter input path": "Introduceți calea de intrare",
112
  "Output Folder": "Dosar de ieșire",
113
+ "Select the folder where the output audios will be saved.": "Selectați folderul în care vor fi salvate audio-urile de ieșire.",
114
  "Enter output path": "Introduceți calea de ieșire",
115
  "Get information about the audio": "Obțineți informații despre audio",
116
  "Information about the audio file": "Informații despre fișierul audio",
117
  "Waiting for information...": "În așteptarea informațiilor...",
118
+ "## Voice Blender": "## Blender de voce",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "Selectați două modele de voce, setați procentajul de amestec dorit și amestecați-le într-o voce complet nouă.",
120
+ "Voice Blender": "Blender de voce",
121
+ "Drag and drop your model here": "Glisați și fixați modelul aici",
122
+ "You can also use a custom path.": "De asemenea, puteți utiliza un traseu personalizat.",
123
+ "Blend Ratio": "Raport de amestecare",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "Ajustarea poziției mai mult spre o parte sau alta va face modelul mai asemănător cu primul sau al doilea.",
 
125
  "Fusion": "Fuziune",
 
126
  "Path to Model": "Calea către model",
127
+ "Enter path to model": "Introduceți calea către model",
128
+ "Model information to be placed": "Informații despre model care trebuie plasate",
129
+ "Inroduce the model information": "Inroduceți informațiile despre model",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "Informațiile care trebuie plasate în model (Puteți să-l lăsați necompletat sau să puneți orice).",
131
  "View model information": "Vizualizarea informațiilor despre model",
132
+ "Introduce the model pth path": "Introduceți calea pth a modelului",
133
  "View": "Vedere",
134
  "Model extraction": "Extragerea modelului",
135
  "Model conversion": "Conversia modelului",
 
148
  "## Download Model": "## Descărcați modelul",
149
  "Model Link": "Model Link",
150
  "Introduce the model link": "Introduceți linkul modelului",
151
+ "Download Model": "Descărcați modelul",
152
  "## Drop files": "## Aruncați fișiere",
153
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Glisați fișierul .pth și fișierul .index în acest spațiu. Trageți unul și apoi celălalt.",
154
  "TTS Voices": "Voci TTS",
155
+ "Select the TTS voice to use for the conversion.": "Selectați vocea TTS de utilizat pentru conversie.",
156
  "Text to Synthesize": "Text pentru sintetizare",
157
+ "Enter the text to synthesize.": "Introduceți textul pentru a sintetiza.",
158
+ "Or you can upload a .txt file": "Sau puteți încărca un fișier .txt",
159
  "Enter text to synthesize": "Introduceți text pentru sintetizare",
160
  "Output Path for TTS Audio": "Cale de ieșire pentru TTS Audio",
161
  "Output Path for RVC Audio": "Cale de ieșire pentru RVC Audio",
162
+ "Enable Applio integration with Discord presence": "Activați integrarea Applio cu prezența Discord",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "Acesta va activa posibilitatea afișării activității curente Applio în Discord.",
164
+ "Enable Applio integration with applio.org/models using flask": "Activați integrarea Applio cu applio.org/models folosind balonul",
165
+ "It will activate the possibility of downloading models with a click from the website.": "Acesta va activa posibilitatea de a descărca modele cu un clic de pe site.",
166
+ "Theme": "Temă",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "Selectați tema pe care doriți să o utilizați. (Necesită repornirea Applio)",
168
+ "Language": "Limbă",
169
+ "Select the language you want to use. (Requires restarting Applio)": "Selectați limba pe care doriți să o utilizați. (Necesită repornirea Applio)",
170
+ "Plugin Installer": "Instalator de plugin-uri",
171
+ "Drag your plugin.zip to install it": "Trageți plugin.zip pentru a-l instala",
172
+ "Version Checker": "Verificator de versiuni",
173
+ "Check which version of Applio is the latest to see if you need to update.": "Verificați ce versiune de Applio este cea mai recentă pentru a vedea dacă trebuie să actualizați.",
174
+ "Check for updates": "Căutați actualizări"
175
+ }
assets/i18n/languages/ru_RU.json CHANGED
@@ -1,88 +1,136 @@
1
  {
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Идеальный инструмент для клонирования голоса, тщательно оптимизированный для непревзойденной мощности, модульности и удобства использования.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "Этот раздел содержит некоторые дополнительные утилиты, которые часто находятся на экспериментальных стадиях.",
4
- "Output Information": "Результат",
5
- "Inference": "Использовать модель",
6
- "Train": "Тренировать модель",
7
- "Extra": "Дополнительно",
8
- "Merge Audios": "Слияние аудио",
 
9
  "Processing": "Обработка",
10
- "Audio Analyzer": "Анализ Аудио",
11
  "Model Information": "Информация о модели",
 
12
  "Download": "Загружать",
13
  "Report a Bug": "Сообщить об ошибке",
14
- "Preprocess": "Предварительная обработка",
 
15
  "Model Name": "Название модели",
 
16
  "Enter model name": "Введите название модели",
17
- "Dataset Path": "Путь к датасету",
18
- "Enter dataset path": "Введите путь к датасету",
 
 
 
 
 
 
 
 
19
  "Sampling Rate": "Частота дискретизации",
20
- "RVC Version": "Версия RVC",
21
- "Preprocess Dataset": "Обработать датасет",
22
- "Extract": "Извлечь черты",
23
- "Hop Length": "Размер шага",
24
- "Batch Size": "Размер батча",
25
- "Save Every Epoch": "Сохранять каждые _ эпох",
26
- "Total Epoch": "Количество эпох",
 
 
 
 
 
 
27
  "Pretrained": "Предварительно обученный",
28
- "Save Only Latest": "Сохранить только последний CKPT",
 
29
  "Save Every Weights": "Сохраняйте все веса",
30
- "Custom Pretrained": "Кастомные претрейны",
31
- "Upload Pretrained Model": "Загрузить претрейн",
 
 
 
 
32
  "The file you dropped is not a valid pretrained file. Please try again.": "Файл, который вы удалили, не является допустимым предварительно обученным файлом. Повторите попытку.",
33
- "Click the refresh button to see the pretrained file in the dropdown menu.": "Нажмите кнопку обновить, чтобы увидеть предварительно обученный файл в раскрывающемся меню.",
34
- "Custom Pretrained G": "Кастомный претрейн G",
35
- "Custom Pretrained D": "Кастомный претрейн D",
36
  "GPU Settings": "Настройки графического процессора",
 
37
  "GPU Custom Settings": "Пользовательские настройки графического процессора",
38
  "GPU Number": "Номер графического процессора",
39
  "0 to ∞ separated by -": "от 0 до ∞ разделенных -",
40
  "GPU Information": "Информация о графическом процессоре",
41
- "Pitch Guidance": "Модель имеет управление по высоте тона",
42
- "Extract Features": "Извлечь черты",
43
- "Start Training": "Начать Тренировку",
 
 
44
  "Generate Index": "Сгенерировать индекс",
45
  "Voice Model": "Голосовая модель",
46
- "Index File": "Файл индекса",
47
- "Refresh": "Обновить список",
48
- "Unload Voice": "Выгрузить модель",
49
- "Single": "Конвертировать одно аудио",
 
 
50
  "Upload Audio": "Загрузить аудио",
51
- "Select Audio": "Аудио",
 
52
  "Advanced Settings": "Расширенные настройки",
53
- "Clear Outputs (Deletes all audios in assets/audios)": "Очистить Папку с Аудио (Удаляет все аудиозаписи в assets/audios)",
54
  "Custom Output Path": "Пользовательский выходной путь",
55
- "Output Path": "Путь вывода",
56
- "Pitch": "Высота тона голоса",
57
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "Если >=3: применить медианную фильтрацию к аудио. Значение представляет собой радиус фильтра и может уменьшить излишние вздохи и выдохи",
58
- "Search Feature Ratio": "Влияние индекса",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  "Pitch extraction algorithm": "Алгоритм извлечения высоты тона",
60
- "Convert": "Конвертировать",
61
- "Export Audio": "Аудио",
62
- "Batch": "Конвертировать несколько аудио",
63
- "Input Folder": "Папка с аудио",
 
 
64
  "Enter input path": "Введите путь ввода",
65
- "Output Folder": "Папка вывода аудио",
 
66
  "Enter output path": "Введите выходной путь",
67
- "Get information about the audio": "Показать информации об аудио",
68
  "Information about the audio file": "Информация об аудиофайле",
69
- "Waiting for information...": "Ожидание информации...",
70
- "Model fusion (On progress)": "Слияние моделей",
71
- "Weight for Model A": "Вес для модели A",
72
- "Whether the model has pitch guidance": "Есть ли в модели направляющие по тангажу",
73
- "Model architecture version": "Версия архитектуры модели",
74
- "Path to Model A": "Путь к модели А",
75
- "Path to Model B": "Путь к модели B",
76
- "Path to model": "Путь к модели",
77
- "Model information to be placed": "Информация о модели",
78
  "Fusion": "Слияние",
79
- "Modify model information": "Изменение информации о модели",
80
  "Path to Model": "Путь к модели",
81
- "Model information to be modified": "Информация о модели, подлежащая изменению",
82
- "Save file name": "Сохранить имя файла",
83
- "Modify": "Модифицировать",
 
84
  "View model information": "Просмотр информации о модели",
85
- "View": "Показать",
 
86
  "Model extraction": "Извлечение модели",
87
  "Model conversion": "Преобразование модели",
88
  "Pth file": "P-й файл",
@@ -100,17 +148,28 @@
100
  "## Download Model": "## Скачать модель",
101
  "Model Link": "Ссылка на модель",
102
  "Introduce the model link": "Введение ссылки на модель",
103
- "Download Model": "Скачать Модель",
104
- "## Drop files": "## Загрузить файлы с компьютера",
105
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Перетащите файлы .pth и .index в это пространство. Перетащите один, а затем другой.",
106
  "TTS Voices": "Голоса TTS",
107
- "Text to Synthesize": "Текст",
 
 
 
108
  "Enter text to synthesize": "Введите текст для синтеза",
109
- "Output Path for TTS Audio": "Путь вывода для TTS аудио",
110
- "Output Path for RVC Audio": "Путь вывода для RVC аудио",
111
- "Split Audio": "Разделить Аудио",
112
- "Refresh Custom Pretraineds": "Обновить список претрейнов",
113
- "Pretrained Custom Settings": "Настройки кастомных претрейнов",
114
- "Image": "Изображение",
115
- "Enable Applio integration with Discord presence": "Присутствие Applio"
116
- }
 
 
 
 
 
 
 
 
 
1
  {
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Идеальный инструмент для клонирования голоса, тщательно оптимизированный для непревзойденной мощности, модульности и удобства использования.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "Этот раздел содержит некоторые дополнительные утилиты, которые часто находятся на экспериментальных стадиях.",
4
+ "Output Information": "Выходная информация",
5
+ "The output information will be displayed here.": "Здесь будет отображена выходная информация.",
6
+ "Inference": "Вывод",
7
+ "Train": "Поезд",
8
+ "Extra": "Дополнительный",
9
+ "Merge Audios": "Слияние аудиозаписей",
10
  "Processing": "Обработка",
11
+ "Audio Analyzer": "Анализатор звука",
12
  "Model Information": "Информация о модели",
13
+ "Plugins": "Плагины",
14
  "Download": "Загружать",
15
  "Report a Bug": "Сообщить об ошибке",
16
+ "Settings": "Параметры",
17
+ "Preprocess": "Предварительной обработки",
18
  "Model Name": "Название модели",
19
+ "Name of the new model.": "Название новой модели.",
20
  "Enter model name": "Введите название модели",
21
+ "Dataset Path": "Путь к набору данных",
22
+ "Path to the dataset folder.": "Путь к папке набора данных.",
23
+ "Refresh Datasets": "Обновление наборов данных",
24
+ "Dataset Creator": "Создатель набора данных",
25
+ "Dataset Name": "Имя набора данных",
26
+ "Name of the new dataset.": "Имя нового набора данных.",
27
+ "Enter dataset name": "Введите имя набора данных",
28
+ "Upload Audio Dataset": "Загрузка набора аудиоданных",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "Аудиофайл успешно добавлен в набор данных. Пожалуйста, нажмите кнопку предварительной обработки.",
30
+ "Enter dataset path": "Введите путь к набору данных",
31
  "Sampling Rate": "Частота дискретизации",
32
+ "The sampling rate of the audio files.": "Частота дискретизации аудиофайлов.",
33
+ "RVC Version": "Версия РВК",
34
+ "The RVC version of the model.": "Версия модели РВК.",
35
+ "Preprocess Dataset": "Набор данных предварительной обработки",
36
+ "Extract": "Экстракт",
37
+ "Hop Length": "Длина хмеля",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "Обозначает время, необходимое системе для перехода к значительному изменению высоты тона. Меньшая длина скачка требует больше времени для логического вывода, но, как правило, обеспечивает более высокую точность шага.",
39
+ "Batch Size": "Размер партии",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "Рекомендуется выровнять его с доступной видеопамятью вашего графического процессора. Значение 4 обеспечивает повышенную точность, но более медленную обработку, в то время как значение 8 обеспечивает более быстрые и стандартные результаты.",
41
+ "Save Every Epoch": "Сохраняйте каждую эпоху",
42
+ "Determine at how many epochs the model will saved at.": "Определите, в скольких эпохах будет сохраняться модель.",
43
+ "Total Epoch": "Общая эпоха",
44
+ "Specifies the overall quantity of epochs for the model training process.": "Задает общее количество эпох для процесса обучения модели.",
45
  "Pretrained": "Предварительно обученный",
46
+ "Save Only Latest": "Сохранить только последние новости",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "Включение этого параметра приведет к тому, что файлы G и D будут сохранять только свои самые последние версии, эффективно экономя место на диске.",
48
  "Save Every Weights": "Сохраняйте все веса",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "Эта настройка позволяет сохранять весовые коэффициенты модели в конце каждой эпохи.",
50
+ "Custom Pretrained": "Пользовательский предварительно обученный",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "Использование пользовательских предварительно обученных моделей может привести к превосходным результатам, так как выбор наиболее подходящих предварительно обученных моделей, адаптированных к конкретному сценарию использования, может значительно повысить производительность.",
52
+ "Upload Pretrained Model": "Отправка предварительно обученной модели",
53
+ "Refresh Custom Pretraineds": "Обновление пользовательских предварительно обученных объектов",
54
+ "Pretrained Custom Settings": "Предварительно обученные пользовательские параметры",
55
  "The file you dropped is not a valid pretrained file. Please try again.": "Файл, который вы удалили, не является допустимым предварительно обученным файлом. Повторите попытку.",
56
+ "Click the refresh button to see the pretrained file in the dropdown menu.": "Нажмите кнопку обновления, чтобы увидеть предварительно обученный файл в раскрывающемся меню.",
57
+ "Pretrained G Path": "Пользовательский предварительно обученный G",
58
+ "Pretrained D Path": "Пользовательский предварительно обученный D",
59
  "GPU Settings": "Настройки графического процессора",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "Устанавливает расширенные настройки графического процессора, рекомендуемые для пользователей с улучшенной архитектурой графического процессора.",
61
  "GPU Custom Settings": "Пользовательские настройки графического процессора",
62
  "GPU Number": "Номер графического процессора",
63
  "0 to ∞ separated by -": "от 0 до ∞ разделенных -",
64
  "GPU Information": "Информация о графическом процессоре",
65
+ "Pitch Guidance": "Руководство по питчу",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "Используя управление высотой тона, становится возможным отразить интонацию исходного голоса, включая его высоту. Эта функция особенно ценна для пения и других сценариев, где важно сохранить оригинальную мелодию или тональность.",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "Используйте предварительно обученные модели при обучении своих собственных. Такой подход сокращает продолжительность обучения и повышает общее качество.",
68
+ "Extract Features": "Извлечение объектов",
69
+ "Start Training": "Начать обучение",
70
  "Generate Index": "Сгенерировать индекс",
71
  "Voice Model": "Голосовая модель",
72
+ "Select the voice model to use for the conversion.": "Выберите голосовую модель, которая будет использоваться для преобразования.",
73
+ "Index File": "Индексный файл",
74
+ "Select the index file to use for the conversion.": "Выберите индексный файл, который будет использоваться для преобразования.",
75
+ "Refresh": "Освежать",
76
+ "Unload Voice": "Выгрузить голос",
77
+ "Single": "Единственный",
78
  "Upload Audio": "Загрузить аудио",
79
+ "Select Audio": "Выберите Аудио",
80
+ "Select the audio to convert.": "Выберите аудио для преобразования.",
81
  "Advanced Settings": "Расширенные настройки",
82
+ "Clear Outputs (Deletes all audios in assets/audios)": "Clear Outputs (Удаляет все аудиозаписи в assets/audios)",
83
  "Custom Output Path": "Пользовательский выходной путь",
84
+ "Output Path": "Выходной путь",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "Путь, по которому будет сохранен выходной звук, по умолчанию в assets/audios/output.wav",
86
+ "Split Audio": "Разделенное аудио",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "Разделите аудио на фрагменты для вывода, чтобы получить лучшие результаты в некоторых случаях.",
88
+ "Autotune": "Автотюн",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "Примените мягкую автонастройку к своим выводам, рекомендуемую для певческих преобразований.",
90
+ "Clean Audio": "Чистый звук",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "Очистите аудиовыход с помощью алгоритмов обнаружения шума, рекомендуемых для проговаривания аудио.",
92
+ "Clean Strength": "Чистая прочность",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "Установите желаемый уровень очистки звука, чем больше вы его увеличите, тем больше он будет очищаться, но возможно, что звук будет более сжатым.",
94
+ "Pitch": "Смола",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "Установите высоту звука, чем выше значение, тем выше высота тона.",
96
+ "Filter Radius": "Радиус фильтра",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "Если это число больше или равно трем, использование медианной фильтрации по собранным результатам тона может привести к снижению дыхания.",
98
+ "Search Feature Ratio": "Соотношение объектов поиска",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "Влияние, оказываемое индексным файлом; Чем выше значение, тем больше влияние. Однако выбор более низких значений может помочь смягчить артефакты, присутствующие в аудио.",
100
+ "Volume Envelope": "Огибающая объема",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "Замените или смешайте с огибающей громкости выхода. Чем ближе отношение к 1, тем больше используется выходная огибающая.",
102
+ "Protect Voiceless Consonants": "Защита глухих согласных",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "Защитите отчетливые согласные и звуки дыхания, чтобы предотвратить электроакустические разрывы и другие артефакты. Извлечение параметра до максимального значения 0,5 обеспечивает комплексную защиту. Однако уменьшение этого значения может снизить степень защиты, потенциально смягчив эффект индексирования.",
104
  "Pitch extraction algorithm": "Алгоритм извлечения высоты тона",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "Алгоритм извлечения высоты тона, используемый для преобразования звука. По умолчанию используется алгоритм rmvpe, который рекомендуется для большинства случаев.",
106
+ "Convert": "Обращать",
107
+ "Export Audio": "Экспорт аудио",
108
+ "Batch": "Партия",
109
+ "Input Folder": "Входная папка",
110
+ "Select the folder containing the audios to convert.": "Выберите папку, содержащую аудиофайлы для преобразования.",
111
  "Enter input path": "Введите путь ввода",
112
+ "Output Folder": "Выходная папка",
113
+ "Select the folder where the output audios will be saved.": "Выберите папку, в которой будут сохранены выходные аудиозаписи.",
114
  "Enter output path": "Введите выходной путь",
115
+ "Get information about the audio": "Получение информации об аудио",
116
  "Information about the audio file": "Информация об аудиофайле",
117
+ "Waiting for information...": "Жду информации...",
118
+ "## Voice Blender": "## Голосовой блендер",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "Выберите две модели голоса, установите желаемый процент смешивания и смешайте их в совершенно новый голос.",
120
+ "Voice Blender": "Голосовой блендер",
121
+ "Drag and drop your model here": "Перетащите сюда свою модель",
122
+ "You can also use a custom path.": "Вы также можете использовать пользовательский путь.",
123
+ "Blend Ratio": "Соотношение смешивания",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "Изменение положения в ту или иную сторону сделает модель более похожей на первую или вторую.",
 
125
  "Fusion": "Слияние",
 
126
  "Path to Model": "Путь к модели",
127
+ "Enter path to model": "Введите путь к модели",
128
+ "Model information to be placed": "Информация о модели, которая будет размещена",
129
+ "Inroduce the model information": "Ввод информации о модели",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "Информация, которая будет размещена в модели (Вы можете оставить ее пустой или поставить что угодно).",
131
  "View model information": "Просмотр информации о модели",
132
+ "Introduce the model pth path": "Знакомство с моделью pth-пути",
133
+ "View": "Вид",
134
  "Model extraction": "Извлечение модели",
135
  "Model conversion": "Преобразование модели",
136
  "Pth file": "P-й файл",
 
148
  "## Download Model": "## Скачать модель",
149
  "Model Link": "Ссылка на модель",
150
  "Introduce the model link": "Введение ссылки на модель",
151
+ "Download Model": "Скачать модель",
152
+ "## Drop files": "## Удаление файлов",
153
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Перетащите файлы .pth и .index в это пространство. Перетащите один, а затем другой.",
154
  "TTS Voices": "Голоса TTS",
155
+ "Select the TTS voice to use for the conversion.": "Выберите голос TTS, который будет использоваться для преобразования.",
156
+ "Text to Synthesize": "Синтезируемый текст",
157
+ "Enter the text to synthesize.": "Введите текст для синтеза.",
158
+ "Or you can upload a .txt file": "Или вы можете загрузить .txt файл",
159
  "Enter text to synthesize": "Введите текст для синтеза",
160
+ "Output Path for TTS Audio": "Выходной тракт для TTS Audio",
161
+ "Output Path for RVC Audio": "Выходной тракт для RVC Audio",
162
+ "Enable Applio integration with Discord presence": "Включите интеграцию Applio с присутствием в Discord",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "Это активирует возможность отображения текущей активности Applio в Discord.",
164
+ "Enable Applio integration with applio.org/models using flask": "Включите интеграцию Applio с applio.org/models с помощью flask",
165
+ "It will activate the possibility of downloading models with a click from the website.": "Он активирует возможность скачивания моделей одним кликом с сайта.",
166
+ "Theme": "Тема",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "Выберите тему, которую хотите испо��ьзовать. (Требуется перезапуск Applio)",
168
+ "Language": "Язык",
169
+ "Select the language you want to use. (Requires restarting Applio)": "Выберите язык, который вы хотите использовать. (Требуется перезапуск Applio)",
170
+ "Plugin Installer": "Установщик плагинов",
171
+ "Drag your plugin.zip to install it": "Перетащите plugin.zip, чтобы установить его",
172
+ "Version Checker": "Проверка версий",
173
+ "Check which version of Applio is the latest to see if you need to update.": "Проверьте, какая версия Applio является последней, чтобы узнать, нужно ли вам обновление.",
174
+ "Check for updates": "Проверьте наличие обновлений"
175
+ }
assets/i18n/languages/ta-IN.json ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "முழுமையான குரல் குளோனிங் கருவி, அநாகரமாக ஒருமிக்க, பகுக்காதது, பயனர் உருவாக்கத்திற்கு உயரியது.\n[தமிழ் மொழிபெயர்ப்பு: Enes](https://discord.com/users/1140031358006202468)",
3
+ "This section contains some extra utilities that often may be in experimental phases.": "இந்த பிரிவில் சேர்ந்துள்ள கொடுமை கருவிகளில் சார்ந்த பல கூட்டுத்தரங்களைக் கொண்டுள்ளது.",
4
+ "Output Information": "வெளியீடு தகவல்",
5
+ "The output information will be displayed here.": "வெளியீடு தகவல் இங்கே காட்டப்படும்.",
6
+ "Inference": "கருத்து",
7
+ "Train": "பயிற்சி",
8
+ "Extra": "கூடுதல்",
9
+ "Merge Audios": "ஒரேபோனில் ஒன்றாக்குக",
10
+ "Processing": "செயலாக்கம்",
11
+ "Audio Analyzer": "ஆடியோ பகுப்பாய்வாளர்",
12
+ "Model Information": "மாதிரி தகவல்",
13
+ "Plugins": "பிளகின்கள்",
14
+ "Download": "பதிவிறக்கம்",
15
+ "Report a Bug": "பிழை அறிக்கை",
16
+ "Settings": "அமைப்புகள்",
17
+ "Preprocess": "முன்பாகவும்",
18
+ "Model Name": "மாதிரி பெயர்",
19
+ "Name of the new model.": "புதிய மாதிரி பெயர்.",
20
+ "Enter model name": "மாதிரி பெயரை உள்ளிடவும்",
21
+ "Dataset Path": "தரவுத்தொகுதி பாதை",
22
+ "Path to the dataset folder.": "தரவுத்தொகுதி கோப்புக்கு பாதை.",
23
+ "Refresh Datasets": "தரவுத்தொகுதிகளை புதுப்பிக்கவும்",
24
+ "Dataset Creator": "தரவுத்தொகுதி உருவாக்கி",
25
+ "Dataset Name": "தரவுத்தொகுதி பெயர்",
26
+ "Name of the new dataset.": "புதிய தரவுத்தொகுதி பெயர்.",
27
+ "Enter dataset name": "தரவுத்தொகுதி பெயரை உள்ளிடவும்",
28
+ "Upload Audio Dataset": "ஆடியோ தரவுத்தொகுதியை பதிவேற்றவும்",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "ஆடியோ கோப்பு தரவுத்தொகுதிக்கு வெற்றிகரமாக சேர்க்கப்பட்டுள்ளது. தயவுசெய்து முன்னிருப்பை அழுத்தவும்.",
30
+ "Enter dataset path": "தரவுத்தொகுதி பாதையை உள்ளிடவும்",
31
+ "Sampling Rate": "மாதிரி விகிதம்",
32
+ "The sampling rate of the audio files.": "ஆடியோ கோப்புகளின் மாதிரி விகிதம்.",
33
+ "RVC Version": "RVC பதிப்பு",
34
+ "The RVC version of the model.": "மாதிரி RVC பதிப்பு.",
35
+ "Preprocess Dataset": "முன்பாகவும் தரவுத்தொகுதி",
36
+ "Extract": "எக்ஸ்ட்ராக்ட்",
37
+ "Hop Length": "ஹாப் நீளம்",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "கருத்துக்கு எவ்வளவு நேரம் எடுத்துக் கொள்கிறது என்றால், அது ஒரு முக்கிய பிச் மாற்றத்திற்கு அமைந்துகொள்கின்றது. சிறிய ஹாப் நீளங்களுக்கு அதிக நேரம் தேவைப்படுகின்றது ஆனால் அவை உயரமான பிச் சரிசெய்தியை உருவாக்க உதவுகின்றன.",
39
+ "Batch Size": "பேட்ச் அளவு",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "உங்கள் GPU கிடைக்கும் கிடைச்சதை அவசியமாக உள்ளிட பரிந்திருக்கின்றது. 4 என்ற அமைப்பு உயர்த்தப்பட்ட உறுதியுள்ள சொல்லத்தைக் கொண்டுள்ளது ஆனால் அதிக நேரம் பயன்படுகின்றது, 8 அமைப்பு விரைவாக மற்றும் நிலைக்குப் பொருத்தப்படுகிறது.",
41
+ "Save Every Epoch": "ஒவ்வொரு காலமும் சேமிக்கவும்",
42
+ "Determine at how many epochs the model will saved at.": "மாதிரி எதிர்காலங்களில் எத்தனை படிப்புகளில் மாதிரியைச் சேமிக்க விரும்புகிறீர்கள்.",
43
+ "Total Epoch": "மொத்த எபக்",
44
+ "Specifies the overall quantity of epochs for the model training process.": "மாதிரி பயிற்சி செய்திகளின் மொத்த அளவை குறிப்பிடுகிறது.",
45
+ "Pretrained": "பூர்வதயாரிக",
46
+ "Save Only Latest": "கடைசியே சேமிக்கவும்",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "இந்த அமைப்பை இயக்கும் போது G மற்றும் D கோப்புகள் உங்கள் கடைசி பதிப்புகளைச் சேமிக்கும், வாயிலாக சேமிக்கப்படுகின்றன.",
48
+ "Save Every Weights": "ஒவ்வொரு எடைக்கும் சேமிக்கவும்",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "இந்த அமைப்பு உங்கள் மாதிரி பயிற்சி செய்தியின் முடிவில் மாதிரிகளை சேமிக்க அனுமதிக்கின்றது.",
50
+ "Custom Pretrained": "கஸ்டம் பூர்வதயாரிக",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "கஸ்டம் பூர்வதயாரிக மாதிரிகளை பயன்படுத்துவது சிறந்த விளக்கங்களை தரலாம், குறிப்பிடுகின்ற குழப்பத்திற்கு ஏற்றதும் பூர்வதயாரிக மாதிரிகளைத் தேர்ந்தெடுக்க உடனே அந்தக் குழப்பத்தை அபூர்வமாக செயல்படுத்தலாம்.",
52
+ "Upload Pretrained Model": "பூர்வதயாரிக மாதிரி மோடெலை பதிவேற்றவும்",
53
+ "Refresh Custom Pretraineds": "கஸ்டம் பூர்வதயாரிகளை புதுப்பிக்கவும்",
54
+ "Pretrained Custom Settings": "கஸ்டம் பூர்வதயாரிக அமைப்புகள்",
55
+ "The file you dropped is not a valid pretrained file. Please try again.": "நீங்கள் பொருத்தவில்லை என்றால் பூர்வதயாரிக கோப்பு அல்ல. மீண்டும் முயற்சிக்கவும்.",
56
+ "Click the refresh button to see the pretrained file in the dropdown menu.": "கீழேயுள்ள பட்டி பட்டியில் பூர்வதயாரிக கோப்புக்கு உருவாக்க முயலுங்கள்.",
57
+ "Pretrained G Path": "கஸ்டம் பூர்வதயாரிக G பாதை",
58
+ "Pretrained D Path": "கஸ்டம் பூர்வதயாரிக D பாதை",
59
+ "GPU Settings": "GPU அமைப்புகள்",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "மேலும் முதிர்ச்சியான GPU அமைப்புகளை அமைக்கின்றது, உடனடியான GPU கருவிக்கு பரிந்திரமான பயனாளர்களுக்கு பரிந்துரிக்கப்படுகிறது.",
61
+ "GPU Custom Settings": "GPU கஸ்டம் அமைப்புகள்",
62
+ "GPU Number": "GPU எண்",
63
+ "0 to ∞ separated by -": "0 இரு ∞ பிரிவாக - வாக்கப்பட்டு",
64
+ "GPU Information": "GPU தகவல்",
65
+ "Pitch Guidance": "பிச் வழிநிரப்பல்",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "பிச் வழிநிரப்பல் மூலம், மூல குரலின் ஒலிக்கோட்டைக் கண்டுகொள்வது சாத்தியமாகின்றது, அதன் பிச்சை கூட. இந்த அம்சம் குரல் பாடலுக்கும் மற்றும் உலாவிகளுக்கும் மூல இசை அல்லது பிச் முதிரையைக் காப்பாற்ற எளியதாக இருக்கும்.",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "உங்கள் பயிற்சியில் உங்கள் தனிப்பட்ட மாதிரிகளை பயன்படுத்துவது பூர்வதயாரிக மாதிரிகளை பயன்படுத்துவது குரல் பயிற்சி காலத்தை குறைக்கின்றது மற்றும் மொத்த தரவின் உயர்த்துத்தை அதிகரிக்கின்றது.",
68
+ "Extract Features": "அம்சங்கள் எடு",
69
+ "Start Training": "பயிற்சி ஆரம்பிக்கவும்",
70
+ "Stop Training & Restart Applio": "பயிற்சி நிறுத்து & புதுப்பிக்க Applio",
71
+ "Generate Index": "சுருக்கம் உருவாக்கு",
72
+ "Voice Model": "குரல் மாதிரி",
73
+ "Select the voice model to use for the conversion.": "மாற்றத்திற்கு பயன்படுத்த விரும்பும் குரல் மாதிரியை தேர்ந்தெடுக்கவும்.",
74
+ "Index File": "சுருக்க கோப்பு",
75
+ "Select the index file to use for the conversion.": "மாற்றத்திற்கு பயன்படுத்த உள்ள சுருக்க கோப்பை தேர்ந்தெடுக்கவும்.",
76
+ "Refresh": "புதுப்பிக்கவும்",
77
+ "Unload Voice": "குரல் அமைதி",
78
+ "Single": "ஒற்றை",
79
+ "Upload Audio": "ஒலியை பதிவேற்று",
80
+ "Select Audio": "ஒலியைத் தேர்ந்தெடு",
81
+ "Select the audio to convert.": "மாற்றுவதற்கு ஒலியைத் தேர்ந்தெடு.",
82
+ "Advanced Settings": "மேம்பாடு அமைப்புகள்",
83
+ "Clear Outputs (Deletes all audios in assets/audios)": "வெற்றிகளை அழித்தல் (assets/audios உள்ள அனைத்து ஒலிகளையும் நீக்கும்)",
84
+ "Custom Output Path": "கஸ்டம் வெற்றிப் பாதை",
85
+ "Output Path": "வெற்றி பாதை",
86
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "வெற்றிகள் உள்ளிடப்பட்ட ஒலியைச் சேமிக்கப்படும் பாதை, பொதுவாக assets/audios/output.wav இல்.",
87
+ "Split Audio": "ஒலியை பிரித்தல்",
88
+ "Split the audio into chunks for inference to obtain better results in some cases.": "கொலுசுகளாக ஒலியை பிரிக்க, சில நிலைகளில் சிறப்பு விளக்கங்களைப் பெற விரும்புகின்றது.",
89
+ "Autotune": "ஆட்டோடியூன்",
90
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "உங்கள் முன்னோடிகளுக்கு ஒரு மென்னுரை ஆட்டோடியூனை பயன்படுத்தவும், பாடல் மாற்றங்களுக்கு பரிந்துரிக்கப்படுகின்றது.",
91
+ "Clean Audio": "சுத்தமான ஒலி",
92
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "உங்கள் ஒலி வெற்றியை சுத்தமாக்க, பேசும் ஒலிகளுக்கு பரிந்துரிக்கப்படுகின்றது.",
93
+ "Clean Strength": "சுத்த வலிமை",
94
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "நீங்கள் விரும்பும் ஒலிக்கு சுத்தமாக்க விளக்கு, அதை அதிகரிக��கும்போது அது அதிகரிக்கும், ஆனால் ஒலி குறுகியாக இருக்கலாம்.",
95
+ "Pitch": "பிச்",
96
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "ஒலியின் பிச் அமைக்கவும், மதிப்பு உயரானதும் அதிகமாகும்.",
97
+ "Filter Radius": "குழப்பத்தின் அருகு",
98
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "எண் மூலம் மூன்று அல்லது அதனை விட அதிகமாக இருந்தால், சேகரித்த இசை முடிவுகளில் இயலுமை குறைவாகும் என்று சொல்லப்படுகின்றது.",
99
+ "Search Feature Ratio": "தேடல் அம்ச விகிதம்",
100
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "இடைவரிசு கோப்பின் மூலம் உள்ள பாதியான ஒருவரிடத்திற்கு உருவாகும் அந்தக் கோப்பு; அதிக மதிப்பு அதிக உருவாகும் என்று அர்த்தம். எனவே, குறோக்கின் குறைந்த மதிப்புகளைத் தேர்வுசெய்வதால் ஒலியில் உள்ள கலப்புகளைத் தவிர்க்க உதவலாம்.",
101
+ "Volume Envelope": "அளவு என்வெலோப்",
102
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "வெற்றியின் அளவு என்வெலோப் இல் மாறியது அல்லது இணைந்தது. விளக்கு அந்த விகிதம் 1 க்கு அழைத்திருந்தால், வெற்றியின் அளவு என்வெலோப் பயன்படும்.",
103
+ "Protect Voiceless Consonants": "குரலின் இல்லாத ஸ்வரக்களைக் காப்பாற்றவும்",
104
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "எலக்ட்ரோ-ஒலி கொழுகு மற்றும் பிற கலப்புகளை தடுக்குவதற்கு விரிவான ஸ்வரக்களுக்கு மற்றும் சுவாசத் தானங்களுக்கு பாதுகாக்க. இந்த அளவுக்கு அதிகமாக 0.5 க்கு அழைத்துக் கொள்வது பொருத்தமான பாதுகாப்பை வழங்குகின்றது. ஆனால், இந்த மதிப்பை குறைந்ததாக்கின்றார் என்றால், பாதுகாப்புக்குரிய நிலை குறைந்துவிடப்படலாம் மற்றும் அதுவே இந்தக் குறோக்குனை பரிந்துரிக்கும் என்று எச்சரிக்கை தரகின்றது.",
105
+ "Pitch extraction algorithm": "பிச் எக்ஸ்டிரக்ஷன் அளவுத் தொகுப்பு",
106
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "ஒலி மாற்றத்திற்கு பயன்படுத்த வேண்டிய பிச் எக்ஸ்டிரக்ஷன் அளவுத் தொகுப்பு. இயல்பான அளவுத் தொகுப்பு rmvpe ஆகும், இது அதிகமாக பரிந்துரிக்கப்படுகின்றது.",
107
+ "Convert": "மாற்று",
108
+ "Export Audio": "ஒலியை ஏற்றுமதி செய்",
109
+ "Batch": "பேட்ச்",
110
+ "Input Folder": "உள்ளிடும் கோப்பு",
111
+ "Select the folder containing the audios to convert.": "மாற்ற ஒலிகளைக் கொண்ட கோப்புகளைக் கொண்ட கோப்புக்கு தேர்ந்தெடு.",
112
+ "Enter input path": "உள்ளிடும் பாத��யை உள்ளிடுக",
113
+ "Output Folder": "வெற்றி கோப்பு",
114
+ "Select the folder where the output audios will be saved.": "வெற்றிகளைச் சேமிக்கப்படும் கோப்புக்கு தேர்ந்தெடு.",
115
+ "Enter output path": "வெற்றியின் பாதையை உள்ளிடுக",
116
+ "Get information about the audio": "ஒலியை பற்றிய தகவல் பெறுக",
117
+ "Information about the audio file": "ஒலி கோப்பு பற்றி தகவல்",
118
+ "Waiting for information...": "தகவலுக்கு காத்திருக்கின்றது...",
119
+ "## Voice Blender": "## குரல் பிளெண்டர்",
120
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "இரண்டு குரல் மாதிரிகளைத் தேர்வு செய்து, விரும்பிய குரல் சதவீதம் அமைக்கவும், அவைகளை முழுமையாக ஒரு புதிய குரலாக பிளெண்டுகின்றன.",
121
+ "Voice Blender": "குரல் பிளெண்டர்",
122
+ "Drag and drop your model here": "உங்கள் மாதிரி இங்கே எழுதவும்",
123
+ "You can also use a custom path.": "நீங்கள் கஸ்டம் பாதையையும் பயன்படுத்தலாம்.",
124
+ "Blend Ratio": "குரல் சதவீதம்",
125
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "ஒரு பக்கத்திற்கு அல்லது மற்றும் மற்றும் அதிகமாக செய்யும் உள்ளீடு இரட்டிப் பார்த்துக் கொள்ளுதல் மாதிரியாகின்றது.",
126
+ "Fusion": "ஐக்கியம்",
127
+ "Path to Model": "மாதிரிக்கு பாதை",
128
+ "Enter path to model": "மாதிரிக்கு பாதையை உள்ளிடுக",
129
+ "Model information to be placed": "இருந்து விடப்பட வேண்டிய மாதிரி தகவல்",
130
+ "Introduce the model information": "மாதிரி தகவல் அறிமுகம்",
131
+ "The information to be placed in the model (You can leave it blank or put anything).": "மாதிரிக்கு வைக்கப்பட வேண்டிய தகவல் (நீங்கள் அந்தச் செயலை விட அந்தச் செய்யாமல் அனைத்ததையும் வைக்கலாம்).",
132
+ "View model information": "மாதிரி தகவலைக் காண்க",
133
+ "Introduce the model pth path": "மாதிரி pth பாதையை உள்ளிடுக",
134
+ "View": "காண்க",
135
+ "Model extraction": "மாதிரி எடுத்தல்",
136
+ "Model conversion": "மாதிரி மாற்றம்",
137
+ "Pth file": "Pth கோப்பு",
138
+ "Output of the pth file": "Pth கோப்பின் வெளியேற்றம்",
139
+ "# How to Report an Issue on GitHub": "# GitHub-ல் ஒரு பிரச்சினையை புகாரளிக்குவது எப்படி",
140
+ "1. Click on the 'Record Screen' button below to start recording the issue you are experiencing.": "1. நீங்கள் அந்தப் பிரச்சினையை பரிசோதிக்கும் கீழே 'திரையை பதிகம் செய்யும்' பொத்தானை கிளிக் செய்யவும்.",
141
+ "2. Once you have finished recording the issue, click on the 'Stop Recording' button (the same button, but the label changes depending on whether you are actively recording or not).": "2. நீங்கள் அந்தப் பிரச்சினையை பரிசோதித்துக் கொண்டிருக்கின்றீர்கள், அந்தச் செய்யப்படும் பொத்தானை கிளிக் செய்யவும் (இது நீங்கள் சொல்லப்படும் பொத்தான், ஆனால் நீங்கள் எந்தவேணையும் செய்யக்கூடிய நிலையின் போது பொத்தானின் பெயர் மாறுகின்றது).",
142
+ "3. Go to [GitHub Issues](https://github.com/IAHispano/Applio/issues) and click on the 'New Issue' button.": "3. [GitHub Issues](https://github.com/IAHispano/Applio/issues) க்கு செல்லவும் மற்றும் 'புதிய பிரச்சினை' பொத்தானை கிளிக் செய்யவும்.",
143
+ "4. Complete the provided issue template, ensuring to include details as needed, and utilize the assets section to upload the recorded file from the previous step.": "4. வழுதுணர்ந்து, தேவையான விவரங்களைக் கொண்டு விரிவாக பிரச்சினை பதிவேடு செய்து, முந்தைய படித்த கோப்பை பதிவேடுக்கு பயன்படுத்தலாம்.",
144
+ "Record Screen": "திரையை பதிகம் செய்க",
145
+ "Record": "பதிகம் செய்க",
146
+ "Stop Recording": "பதிகம் நிறுத்துக",
147
+ "Introduce the model .pth path": "மாதிரி .pth பாதையை உள்ளிடுக",
148
+ "See Model Information": "மாதிரி தகவலைக் காண்க",
149
+ "## Download Model": "## மாதிரி பதிவிறக்கம்",
150
+ "Model Link": "மாதிரி இணைப்பு",
151
+ "Introduce the model link": "மாதிரி இணைப்பை உள்ளிடுக",
152
+ "Download Model": "மாதிரி பதிவிறக்கம்",
153
+ "## Drop files": "## கோப்புகளை விழுக",
154
+ "Drag your .pth file and .index file into this space. Drag one and then the other.": "உங்கள் .pth கோப்பு மற்றும் .index கோப்பை இந்த இடத்திற்கு எழுதுங்கள். ஒருவருக்கு பிறகு ஒருவருக்கு எழுதுங்கள்.",
155
+ "TTS Voices": "TTS குரல்கள்",
156
+ "Select the TTS voice to use for the conversion.": "மாற்றத்திற்கு பயன்படுத்த உள்ள TTS குரலை தேர்ந்தெடுக்கவும்.",
157
+ "Text to Synthesize": "சிந்தனை செய்ய உள்ள உரை",
158
+ "Enter the text to synthesize.": "சிந்தனை செய்ய உள்ள உரையை உள்ளிடுக.",
159
+ "Or you can upload a .txt file": "அல்லது .txt கோப்பை பதிவேற்றலாம்",
160
+ "Enter text to synthesize": "சிந்தனை செய்ய உள்ள உரையை உள்ளிடுக",
161
+ "Output Path for TTS Audio": "TTS குரலுக்கான வெளியேற்ற பாதை",
162
+ "Output Path for RVC Audio": "RVC குரலுக்கான வெளியேற்ற பாதை",
163
+ "Enable Applio integration with Discord presence": "Discord உள்ளிட்டது உள்ளிடத்துடன் Applio ஒருவருக்கு இயங்குதல் இயல்புநிலை செய்தியை இயக்குங்கள்",
164
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "இது Applio செயல்திறனை Discord-ல் காண்பிக்க முடியும்.",
165
+ "Enable Applio integration with applio.org/models using flask": "flask ஐப் பயன்படுத்தி applio.org/models உடன் Applio ஒருவருக்கு இயங்குதல் இயல்புநிலை செய்தியை இயக்குங்கள்",
166
+ "It will activate the possibility of downloading models with a click from the website.": "இது இணையத்திலிருந்து ஒரு கிளிக்குட்டுடன் மாதிரிகளை பதிவிறக்க முடியும்.",
167
+ "Theme": "தீமா",
168
+ "Select the theme you want to use. (Requires restarting Applio)": "நீங்கள் பயன்படுத்த விரும்பும் தீமையை தேர்ந்தெடுக்கவும். (Applio-ஐ மீளவே போகும்)",
169
+ "Language": "மொழி",
170
+ "Select the language you want to use. (Requires restarting Applio)": "நீங்கள் பயன்படுத்த விரும்பும் மொழியை தேர்ந்தெடுக்கவும். (Applio-ஐ மீளவே போகும்)",
171
+ "Plugin Installer": "பிளகின் நிறுவி",
172
+ "Drag your plugin.zip to install it": "உங்கள் plugin.zip கோப்பை இதுக்கு இழுக்கவும் அதை நிறுவுக",
173
+ "Version Checker": "பதிப்பு சரிபார்க்கல்",
174
+ "Check which version of Applio is the latest to see if you need to update.": "நீங்கள் புதியதாகப் புதுப்பிக்க வேண்டும் என்பதை பார்க்க, Applio இன் எந்த பதிப்பு சரி��ார்க்கவும்.",
175
+ "Check for updates": "புதுப்பிக்கவும்"
176
+ }
assets/i18n/languages/ta_TA.json CHANGED
@@ -2,6 +2,7 @@
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "இறுதி குரல் குளோனிங் கருவி, நிகரற்ற சக்தி, மாடுலாரிட்டி மற்றும் பயனர் நட்பு அனுபவத்திற்காக உன்னிப்பாக உகந்ததாக உள்ளது.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "இந்த பிரிவில் சில கூடுதல் பயன்பாடுகள் உள்ளன, அவை பெரும்பாலும் சோதனை கட்டங்களில் இருக்கலாம்.",
4
  "Output Information": "வெளியீட்டு தகவல்",
 
5
  "Inference": "அனுமானம்",
6
  "Train": "தொடர்வண்டி",
7
  "Extra": "கூடுதல்",
@@ -9,80 +10,126 @@
9
  "Processing": "செயலாக்க",
10
  "Audio Analyzer": "ஆடியோ அனலைசர்",
11
  "Model Information": "மாதிரி தகவல்",
 
12
  "Download": "பதிவிறக்க",
13
  "Report a Bug": "பிழையைப் புகாரளி",
 
14
  "Preprocess": "முன் செயல்முறை",
15
  "Model Name": "மாடல் பெயர்",
 
16
  "Enter model name": "மாடல் பெயரை உள்ளிடவும்",
17
  "Dataset Path": "தரவுத்தொகுப்பு பாதை",
 
 
 
 
 
 
 
 
18
  "Enter dataset path": "தரவுத்தொகுப்பு பாதையை உள்ளிடவும்",
19
  "Sampling Rate": "மாதிரி மதிப்பீடு",
 
20
  "RVC Version": "RVC பதிப்பு",
 
21
  "Preprocess Dataset": "செயல்முறைக்கு முந்தைய தரவுத்தொகுப்பு",
22
  "Extract": "பிரித்தெடுத்தல்",
23
  "Hop Length": "ஹாப் நீளம்",
 
24
  "Batch Size": "தொகுதி அளவு",
 
25
  "Save Every Epoch": "ஒவ்வொரு சகாப்தத்தையும் காப்பாற்றுங்கள்",
 
26
  "Total Epoch": "மொத்த சகாப்தம்",
 
27
  "Pretrained": "முன் பயிற்சி",
28
  "Save Only Latest": "சமீபத்தியதை மட்டும் சேமிக்கவும்",
 
29
  "Save Every Weights": "ஒவ்வொரு எடைகளையும் சேமிக்கவும்",
 
30
  "Custom Pretrained": "தனிப்பயன் முன்பயிற்சி",
 
31
  "Upload Pretrained Model": "முன்பயிற்சி பெற்ற மாதிரியைப் பதிவேற்றவும்",
 
32
  "Pretrained Custom Settings": "முன் பயிற்சி பெற்ற தனிப்பயன் அமைப்புகள்",
33
  "The file you dropped is not a valid pretrained file. Please try again.": "நீங்கள் கைவிட்ட கோப்பு ஒரு செல்லத்தக்க முன்பயிற்சி பெற்ற கோப்பு அல்ல. மீண்டும் முயற்சிக்கவும்.",
34
  "Click the refresh button to see the pretrained file in the dropdown menu.": "கீழ்தோன்றும் மெனுவில் முன்பயிற்சி பெற்ற கோப்பைக் காண புதுப்பிப்பு பொத்தானைக் கிளிக் செய்யவும்.",
35
  "Pretrained G Path": "தனிப்பயன் முன் பயிற்சி ஜி",
36
  "Pretrained D Path": "தனிப்பயன் முன்பயிற்சி D",
37
  "GPU Settings": "GPU அமைப்புகள்",
 
38
  "GPU Custom Settings": "GPU தனிப்பயன் அமைப்புகள்",
39
  "GPU Number": "GPU எண்",
40
  "0 to ∞ separated by -": "0 முதல் ∞ வரை பிரிக்கப்பட்டுள்ளது -",
41
  "GPU Information": "தகவல்",
42
  "Pitch Guidance": "ச��ருதி வழிகாட்டுதல்",
 
 
43
  "Extract Features": "பிரித்தெடுக்கும் அம்சங்கள்",
44
  "Start Training": "பயிற்சியைத் தொடங்குங்கள்",
45
  "Generate Index": "குறியீட்டை உருவாக்கவும்",
46
  "Voice Model": "குரல் மாதிரி",
 
47
  "Index File": "அட்டவணை கோப்பு",
 
48
  "Refresh": "புதுப்பி",
49
  "Unload Voice": "குரலை இறக்கவும்",
50
  "Single": "ஒற்றை",
51
  "Upload Audio": "ஆடியோவை பதிவேற்றவும்",
52
  "Select Audio": "ஆடியோவை தேர்ந்தெடு",
 
53
  "Advanced Settings": "மேம்பட்ட அமைப்புகள்",
54
  "Clear Outputs (Deletes all audios in assets/audios)": "வெளியீடுகளை அழிக்கவும் (சொத்துக்கள் / ஆடியோக்களில் உள்ள அனைத்து ஆடியோக்களையும் நீக்குகிறது)",
55
  "Custom Output Path": "தனிப்பயன் வெளியீட்டு பாதை",
56
  "Output Path": "வெளியீட்டுப் பாதை",
 
 
 
 
 
 
 
 
 
57
  "Pitch": "எறி",
58
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "> = 3 என்றால்: அறுவடை செய்யப்பட்ட சுருதி முடிவுகளுக்கு சராசரி வடிகட்டலைப் பயன்படுத்துங்கள். மதிப்பு வடிகட்டி ஆரம் பிரதிபலிக்கிறது மற்றும் மூச்சு குறைக்க முடியும்",
 
 
59
  "Search Feature Ratio": "தேடல் அம்ச விகிதம்",
 
 
 
 
 
60
  "Pitch extraction algorithm": "சுருதி பிரித்தெடுத்தல் அல்காரிதம்",
 
61
  "Convert": "உருமாற்று",
62
  "Export Audio": "ஆடியோவை ஏற்றுமதி செய்யவும்",
63
  "Batch": "தொகுதி",
64
  "Input Folder": "உள்ளீட்டு கோப்புறை",
 
65
  "Enter input path": "உள்ளீட்டு பாதையை உள்ளிடவும்",
66
  "Output Folder": "வெளியீட்டு கோப்புறை",
 
67
  "Enter output path": "வெளியீட்டு பாதையை உள்ளிடவும்",
68
  "Get information about the audio": "ஆடியோ பற்றிய தகவலைப் பெறுங்கள்",
69
  "Information about the audio file": "ஆடியோ கோப்பு பற்றிய தகவல்",
70
  "Waiting for information...": "தகவலுக்காக காத்திருக்கிறேன்...",
71
- "Model fusion": "மாதிரி இணைவு",
72
- "Weight for Model A": "மாடல் A க்கான எடை",
73
- "Whether the model has pitch guidance": "மாடலுக்கு சுருதி வழிகாட்டுதல் உள்ளதா",
74
- "Model architecture version": "மாதிரி கட்டிடக்கலை பதிப்பு",
75
- "Path to Model A": "மாதிரி A க்கான பாதை",
76
- "Path to Model B": "மாடல் B க்கான பாதை",
77
- "Path to model": "மாதிரிக்கான பாதை",
78
- "Model information to be placed": "வைக்கப்பட வேண்டிய மாதிரி தகவல்",
79
  "Fusion": "இணைவு",
80
- "Modify model information": "மாதிரி தகவலை மாற்றவும்",
81
  "Path to Model": "மாதிரிக்கான பாதை",
82
- "Model information to be modified": "திருத்தப்பட வேண்டிய மாதிரி தகவல்",
83
- "Save file name": "கோப்பு பெயரை சேமி",
84
- "Modify": "திருத்து",
 
85
  "View model information": "மாதிரி தகவலைக் காண்க",
 
86
  "View": "பார்வை",
87
  "Model extraction": "மாதிரி பிரித்தெடுத்தல்",
88
  "Model conversion": "மாதிரி மாற்றம்",
@@ -101,13 +148,28 @@
101
  "## Download Model": "## பதிவிறக்க மாதிரி",
102
  "Model Link": "மாதிரி இணைப்பு",
103
  "Introduce the model link": "மாதிரி இணைப்பை அறிமுகப்படுத்தவும்",
104
- "Download Model": "டெஸ்கார்கர் மாடலோ",
105
  "## Drop files": "## கோப்புகளை கைவிடுங்கள்",
106
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "உங்கள் .pth கோப்பு மற்றும் .index கோப்பை இந்த இடத்திற்கு இழுக்கவும். ஒன்றை இழுத்து மற்றொன்றை இழுக்கவும்.",
107
  "TTS Voices": "TTS குரல்கள்",
 
108
  "Text to Synthesize": "தொகுக்க உரை",
 
 
109
  "Enter text to synthesize": "ஒருங்கிணைக்க உரையை உள்ளிடவும்",
110
  "Output Path for TTS Audio": "TTS ஆடியோவுக்கான வெளியீட்டு பாதை",
111
  "Output Path for RVC Audio": "RVC ஆடியோவுக்கான வெளியீட்டு பாதை",
112
- "Enable Applio integration with Discord presence": "அப்ளியோ உள்ளமை"
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "இறுதி குரல் குளோனிங் கருவி, நிகரற்ற சக்தி, மாடுலாரிட்டி மற்றும் பயனர் நட்பு அனுபவத்திற்காக உன்னிப்பாக உகந்ததாக உள்ளது.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "இந்த பிரிவில் சில கூடுதல் பயன்பாடுகள் உள்ளன, அவை பெரும்பாலும் சோதனை கட்டங்களில் இருக்கலாம்.",
4
  "Output Information": "வெளியீட்டு தகவல்",
5
+ "The output information will be displayed here.": "வெளியீட்டு தகவல் இங்கே காட்டப்படும்.",
6
  "Inference": "அனுமானம்",
7
  "Train": "தொடர்வண்டி",
8
  "Extra": "கூடுதல்",
 
10
  "Processing": "செயலாக்க",
11
  "Audio Analyzer": "ஆடியோ அனலைசர்",
12
  "Model Information": "மாதிரி தகவல்",
13
+ "Plugins": "செருகுநிரல்கள்",
14
  "Download": "பதிவிறக்க",
15
  "Report a Bug": "பிழையைப் புகாரளி",
16
+ "Settings": "அமைப்புகள்",
17
  "Preprocess": "முன் செயல்முறை",
18
  "Model Name": "மாடல் பெயர்",
19
+ "Name of the new model.": "புதிய மாடலின் பெயர்.",
20
  "Enter model name": "மாடல் பெயரை உள்ளிடவும்",
21
  "Dataset Path": "தரவுத்தொகுப்பு பாதை",
22
+ "Path to the dataset folder.": "தரவுத்தொகுப்பு கோப்புறைக்கான பாதை.",
23
+ "Refresh Datasets": "தரவுத்தொகுப்புகளைப் புதுப்பிக்கவும்",
24
+ "Dataset Creator": "தரவுத்தொகுப்பை உருவாக்கியவர்",
25
+ "Dataset Name": "தரவுத்தொகுப்பு பெயர்",
26
+ "Name of the new dataset.": "புதிய தரவுத்தொகுப்பின் பெயர்.",
27
+ "Enter dataset name": "தரவுத்தொகுப்பு பெயரை உள்ளிடவும்",
28
+ "Upload Audio Dataset": "ஆடியோ தரவுத்தொகுப்பைப் பதிவேற்றவும்",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "ஆடியோ கோப்பு வெற்றிகரமாக தரவுத்தொகுப்பில் சேர்க்கப்பட்டது. செயல்முறைக்கு முந்தைய பட்டனை கிளிக் செய்யவும்.",
30
  "Enter dataset path": "தரவுத்தொகுப்பு பாதையை உள்ளிடவும்",
31
  "Sampling Rate": "மாதிரி மதிப்பீடு",
32
+ "The sampling rate of the audio files.": "ஆடியோ கோப்புகளின் மாதிரி விகிதம்.",
33
  "RVC Version": "RVC பதிப்பு",
34
+ "The RVC version of the model.": "மாடலின் RVC பதிப்பு.",
35
  "Preprocess Dataset": "செயல்முறைக்கு முந்தைய தரவுத்தொகுப்பு",
36
  "Extract": "பிரித்தெடுத்தல்",
37
  "Hop Length": "ஹாப் நீளம்",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "கணினி ஒரு குறிப்பிடத்தக்க சுருதி மாற்றத்திற்கு மாறுவதற்கு எடுக்கும் காலத்தைக் குறிக்கிறது. சிறிய ஹாப் நீளங்களுக்கு அனுமானத்திற்கு அதிக நேரம் தேவைப்படுகிறது, ஆனால் அதிக சுருதி துல்லியத்தை அளிக்க முனைகிறது.",
39
  "Batch Size": "தொகுதி அளவு",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "உங்கள் GPU இன் கிடைக்கக்கூடிய VRAM உடன் அதை சீரமைப்பது நல்லது. 4 இன் அமைப்பு மேம்பட்ட துல்லியம் ஆனால் மெதுவான செயலாக்கத்தை வழங்குகிறது, அதே நேரத்தில் 8 வேகமான மற்றும் நிலையான முடிவுகளை வழங்குகிறது.",
41
  "Save Every Epoch": "ஒவ்வொரு சகாப்தத்தையும் காப்பாற்றுங்கள்",
42
+ "Determine at how many epochs the model will saved at.": "மாதிரி எத்தனை சகாப்தங்களில் சேமிக்கப்படும் என்பதை தீர்மானிக்கவும்.",
43
  "Total Epoch": "மொத்த சகாப்தம்",
44
+ "Specifies the overall quantity of epochs for the model training process.": "மாதிரி பயிற்சி செயல்முறைக்கான சகாப்தங்களின் ஒட்டுமொத்த அளவைக் குறிப்பிடுகிறது.",
45
  "Pretrained": "முன் பயிற்சி",
46
  "Save Only Latest": "சமீபத்தியதை மட்டும் சேமிக்கவும்",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "இந்த அமைப்பை இயக்குவது G மற்றும் D கோப்புகளை அவற்றின் மிகச் சமீபத்திய பதிப்புகளை மட்டுமே சேமிக்கும், சேமிப்பக இடத்தை திறம்பட சேமிக்கும்.",
48
  "Save Every Weights": "ஒவ்வொரு எடைகளையும் சேமிக்கவும்",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "இந்த அமைப்பு ஒவ்வொரு சகாப்தத்தின் முடிவிலும் மாதிரியின் எடைகளை சேமிக்க உதவுகிறது.",
50
  "Custom Pretrained": "தனிப்பயன் முன்பயிற்சி",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "தனிப்பயன் முன்பயிற்சி மாதிரிகளைப் பயன்படுத்துவது சிறந்த முடிவுகளுக்கு வழிவகுக்கும், ஏனெனில் குறிப்பிட்ட பயன்பாட்டு வழக்குக்கு ஏற்ப மிகவும் பொருத்தமான முன்பயிற்சி மாதிரிகளைத் தேர்ந்தெடுப்பது செயல்திறனை கணிசமாக மேம்படுத்தும்.",
52
  "Upload Pretrained Model": "முன்பயிற்சி பெற்ற மாதிரியைப் பதிவேற்றவும்",
53
+ "Refresh Custom Pretraineds": "தனிப்பயன் ப்ரீட்ரெய்ன்ட்களைப் புதுப்பிக்கவும்",
54
  "Pretrained Custom Settings": "முன் பயிற்சி பெற்ற தனிப்பயன் அமைப்புகள்",
55
  "The file you dropped is not a valid pretrained file. Please try again.": "நீங்கள் கைவிட்ட கோப்பு ஒரு செல்லத்தக்க முன்பயிற்சி பெற்ற கோப்பு அல்ல. மீண்டும் முயற்சிக்கவும்.",
56
  "Click the refresh button to see the pretrained file in the dropdown menu.": "கீழ்தோன்றும் மெனுவில் முன்பயிற்சி பெற்ற கோப்பைக் காண புதுப்பிப்பு பொத்தானைக் கிளிக் செய்யவும்.",
57
  "Pretrained G Path": "தனிப்பயன் முன் பயிற்சி ஜி",
58
  "Pretrained D Path": "தனிப்பயன் முன்பயிற்சி D",
59
  "GPU Settings": "GPU அமைப்புகள்",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "மேம்பட்ட GPU அமைப்புகளை அமைக்கிறது, சிறந்த GPU கட்டமைப்பு கொண்ட பயனர்களுக்கு பரிந்துரைக்கப்படுகிறது.",
61
  "GPU Custom Settings": "GPU தனிப்பயன் அமைப்புகள்",
62
  "GPU Number": "GPU எண்",
63
  "0 to ∞ separated by -": "0 முதல் ∞ வரை பிரிக்கப்பட்டுள்ளது -",
64
  "GPU Information": "தகவல்",
65
  "Pitch Guidance": "ச��ருதி வழிகாட்டுதல்",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "சுருதி வழிகாட்டுதலைப் பயன்படுத்துவதன் மூலம், அதன் சுருதி உட்பட அசல் குரலின் தொனியை பிரதிபலிப்பது சாத்தியமாகும். அசல் மெல்லிசை அல்லது சுருதி வடிவத்தைப் பாதுகாப்பது அவசியம் என்று பாடுவதற்கும் பிற காட்சிகளுக்கும் இந்த அம்சம் குறிப்பாக மதிப்புமிக்கது.",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "உங்கள் சொந்த பயிற்சியின் போது முன்கூட்டியே பயிற்சி பெற்ற மாதிரிகளைப் பயன்படுத்தவும். இந்த அணுகுமுறை பயிற்சி காலத்தை குறைக்கிறது மற்றும் ஒட்டுமொத்த தரத்தை மேம்படுத்துகிறது.",
68
  "Extract Features": "பிரித்தெடுக்கும் அம்சங்கள்",
69
  "Start Training": "பயிற்சியைத் தொடங்குங்கள்",
70
  "Generate Index": "குறியீட்டை உருவாக்கவும்",
71
  "Voice Model": "குரல் மாதிரி",
72
+ "Select the voice model to use for the conversion.": "மாற்றத்திற்கு பயன்படுத்த குரல் மாதிரியைத் தேர்ந்தெடுக்கவும்.",
73
  "Index File": "அட்டவணை கோப்பு",
74
+ "Select the index file to use for the conversion.": "மாற்றத்திற்கு பயன்படுத்த குறியீட்டு கோப்பைத் தேர்ந்தெடுக்கவும்.",
75
  "Refresh": "புதுப்பி",
76
  "Unload Voice": "குரலை இறக்கவும்",
77
  "Single": "ஒற்றை",
78
  "Upload Audio": "ஆடியோவை பதிவேற்றவும்",
79
  "Select Audio": "ஆடியோவை தேர்ந்தெடு",
80
+ "Select the audio to convert.": "மாற்ற ஆடியோவைத் தேர்ந்தெடுக்கவும்.",
81
  "Advanced Settings": "மேம்பட்ட அமைப்புகள்",
82
  "Clear Outputs (Deletes all audios in assets/audios)": "வெளியீடுகளை அழிக்கவும் (சொத்துக்கள் / ஆடியோக்களில் உள்ள அனைத்து ஆடியோக்களையும் நீக்குகிறது)",
83
  "Custom Output Path": "தனிப்பயன் வெளியீட்டு பாதை",
84
  "Output Path": "வெளியீட்டுப் பாதை",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "வெளியீட்டு ஆடியோ சேமிக்கப்படும் பாதை, இயல்பாக சொத்துக்கள் / ஆடியோக்கள் / output.wav",
86
+ "Split Audio": "பிளவு ஆடியோ",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "சில சந்தர்ப்பங்களில் சிறந்த முடிவுகளைப் பெற அனுமானத்திற்காக ஆடியோவை துண்டுகளாகப் பிரிக்கவும்.",
88
+ "Autotune": "ஆட்டோடியூன்",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "உங்கள் அனுமானங்களுக்கு ஒரு மென்மையான ஆட்டோட்யூனைப் பயன்படுத்துங்கள், பாடல் மாற்றங்களுக்கு பரிந்துரைக்கப்படுகிறது.",
90
+ "Clean Audio": "சுத்தமான ஆடியோ",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "ஆடியோக்களைப் பேசுவதற்குப் பரிந்துரைக்கப்படும் இரைச்சல் கண்டறிதல் அல்காரிதம்களைப் பயன்படுத்தி உங்கள் ஆடியோ அவுட���புட்டை சுத்தம் செய்யவும்.",
92
+ "Clean Strength": "சுத்தமான வலிமை",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "நீங்கள் விரும்பும் ஆடியோவுக்கு சுத்தம் செய்யும் அளவை அமைக்கவும், நீங்கள் அதை எவ்வளவு அதிகரிக்கிறீர்களோ, அவ்வளவு அதிகமாக அது சுத்தம் செய்யப்படும், ஆனால் ஆடியோ மிகவும் சுருக்கப்பட்டிருக்கும்.",
94
  "Pitch": "எறி",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "ஆடியோவின் சுருதியை அமைக்கவும், அதிக மதிப்பு, அதிக சுருதி.",
96
+ "Filter Radius": "வடிகட்டி ஆரம்",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "எண்ணிக்கை மூன்றை விட அதிகமாகவோ அல்லது சமமாகவோ இருந்தால், சேகரிக்கப்பட்ட தொனி முடிவுகளில் சராசரி வடிகட்டலைப் பயன்படுத்துவது சுவாசத்தைக் குறைக்கும் ஆற்றலைக் கொண்டுள்ளது.",
98
  "Search Feature Ratio": "தேடல் அம்ச விகிதம்",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "குறியீட்டு கோப்பு செலுத்தும் செல்வாக்கு; அதிக மதிப்பு அதிக செல்வாக்குக்கு ஒத்திருக்கிறது. இருப்பினும், குறைந்த மதிப்புகளைத் தேர்ந்தெடுப்பது ஆடியோவில் இருக்கும் கலைப்பொருட்களைத் தணிக்க உதவும்.",
100
+ "Volume Envelope": "தொகுதி உறை",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "வெளியீட்டின் தொகுதி உறையுடன் மாற்றவும் அல்லது கலக்கவும். விகிதம் 1 க்கு நெருக்கமாக இருந்தால், வெளியீடு உறை அதிகமாக பயன்படுத்தப்படுகிறது.",
102
+ "Protect Voiceless Consonants": "குரலற்ற மெய்யெழுத்துக்களைப் பாதுகாக்கவும்",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "மின்-ஒலி கிழித்தல் மற்றும் பிற கலைப்பொருட்களைத் தடுக்க தனித்துவமான மெய்யெழுத்துக்கள் மற்றும் சுவாச ஒலிகளைப் பாதுகாக்கவும். அளவுருவை அதன் அதிகபட்ச மதிப்பான 0.5 க்கு இழுப்பது விரிவான பாதுகாப்பை வழங்குகிறது. இருப்பினும், இந்த மதிப்பைக் குறைப்பது பாதுகாப்பின் அளவைக் குறைக்கலாம், அதே நேரத்தில் குறியீட்டு விளைவைத் தணிக்கலாம்.",
104
  "Pitch extraction algorithm": "சுருதி பிரித்தெடுத்தல் அல்காரிதம்",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "ஆடியோ மாற்றத்திற்கு பயன்படுத்த சுருதி பிரித்தெடுத்தல் வழிமுறை. இயல்புநிலை அல்காரிதம் rmvpe ஆகும், இது பெரும்பாலான சந்தர்ப்பங்களில் பரிந்துரைக்கப்படுகிறது.",
106
  "Convert": "உருமாற்று",
107
  "Export Audio": "ஆடியோவை ஏற்றுமதி செய்யவும்",
108
  "Batch": "தொகுதி",
109
  "Input Folder": "உள்ளீட்டு கோப்புறை",
110
+ "Select the folder containing the audios to convert.": "மாற்ற ஆடியோக்களைக் கொண்ட கோப்புறையைத் தேர்ந்தெடுக்கவும்.",
111
  "Enter input path": "உள்ளீட்டு பாதையை உள்ளிடவும்",
112
  "Output Folder": "வெளியீட்டு கோப்புறை",
113
+ "Select the folder where the output audios will be saved.": "வெளியீடு ஆடியோக்கள் சேமிக்கப்படும் கோப்புறையைத் தேர்ந்தெடுக்கவும்.",
114
  "Enter output path": "வெளியீட்டு பாதையை உள்ளிடவும்",
115
  "Get information about the audio": "ஆடியோ பற்றிய தகவலைப் பெறுங்கள்",
116
  "Information about the audio file": "ஆடியோ கோப்பு பற்றிய தகவல்",
117
  "Waiting for information...": "தகவலுக்காக காத்திருக்கிறேன்...",
118
+ "## Voice Blender": "## வாய்ஸ் பிளெண்டர்",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "இரண்டு குரல் மாதிரிகளைத் தேர்ந்தெடுத்து, நீங்கள் விரும்பிய கலவை சதவீதத்தை அமைத்து, அவற்றை முற்றிலும் புதிய குரலில் கலக்கவும்.",
120
+ "Voice Blender": "குரல் பிளெண்டர்",
121
+ "Drag and drop your model here": "உங்கள் மாதிரியை இங்கே இழுத்து விடுங்கள்",
122
+ "You can also use a custom path.": "நீங்கள் தனிப்பயன் பாதையையும் பயன்படுத்தலாம்.",
123
+ "Blend Ratio": "கலப்பு விகிதம்",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "நிலையை ஒரு பக்கம் அல்லது மறுபுறம் நோக்கி சரிசெய்வது மாதிரியை முதல் அல்லது இரண்டாவதைப் போலவே மாற்றும்.",
 
125
  "Fusion": "இணைவு",
 
126
  "Path to Model": "மாதிரிக்கான பாதை",
127
+ "Enter path to model": "மாதிரிக்கான பாதையை உள்ளிடவும்",
128
+ "Model information to be placed": "வைக்கப்பட வேண்டிய மாதிரி தகவல்",
129
+ "Inroduce the model information": "மாதிரி தகவலை அறிமுகப்படுத்தவும்",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "மாதிரியில் வைக்கப்பட வேண்டிய தகவல் (நீங்கள் அதை காலியாக விடலாம் அல்லது எதையும் வைக்கலாம்).",
131
  "View model information": "மாதிரி தகவலைக் காண்க",
132
+ "Introduce the model pth path": "மாதிரி pth பாதையை அறிமுகப்படுத்தவும்",
133
  "View": "பார்வை",
134
  "Model extraction": "மாதிரி பிரித்தெடுத்தல்",
135
  "Model conversion": "மாதிரி மாற்றம்",
 
148
  "## Download Model": "## பதிவிறக்க மாதிரி",
149
  "Model Link": "மாதிரி இணைப்பு",
150
  "Introduce the model link": "மாதிரி இணைப்பை அறிமுகப்படுத்தவும்",
151
+ "Download Model": "மாடலைப் பதிவிறக்கவும்",
152
  "## Drop files": "## கோப்புகளை கைவிடுங்கள்",
153
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "உங்கள் .pth கோப்பு மற்றும் .index கோப்பை இந்த இடத்திற்கு இழுக்கவும். ஒன்றை இழுத்து மற்றொன்றை இழுக்கவும்.",
154
  "TTS Voices": "TTS குரல்கள்",
155
+ "Select the TTS voice to use for the conversion.": "மாற்றத்திற்கு பயன்படுத்த TTS குரலைத் தேர்ந்தெடுக்கவும்.",
156
  "Text to Synthesize": "தொகுக்க உரை",
157
+ "Enter the text to synthesize.": "ஒருங்கிணைக்க உரையை உள்ளிடவும்.",
158
+ "Or you can upload a .txt file": "அல்லது .txt கோப்பை பதிவேற்றலாம்",
159
  "Enter text to synthesize": "ஒருங்கிணைக்க உரையை உள்ளிடவும்",
160
  "Output Path for TTS Audio": "TTS ஆடியோவுக்கான வெளியீட்டு பாதை",
161
  "Output Path for RVC Audio": "RVC ஆடியோவுக்கான வெளியீட்டு பாதை",
162
+ "Enable Applio integration with Discord presence": "Discord இருப்புடன் Applio ஒருங்கிணைப்பை இயக்கவும்",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "டிஸ்கார்டில் தற்போதைய Applio செயல்பாட்டைக் காண்பிப்பதற்கான வாய்ப்பை இது செயல்படுத்தும்.",
164
+ "Enable Applio integration with applio.org/models using flask": "குடுவையைப் பயன்படுத்தி applio.org/models உடன் அப்லியோ ஒருங்கிணைப்பை இயக்கவும்",
165
+ "It will activate the possibility of downloading models with a click from the website.": "இணையதளத்தில் இருந்து ஒரு கிளிக்கில் மாடல்களைப் பதிவிறக்கும் வாய்ப்பை இது செயல்படுத்தும்.",
166
+ "Theme": "கருப்பொருள்",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "நீங்கள் பயன்படுத்த விரும்பும் கருப்பொருளை தேர்ந்தெடுக்கவும். (அப்ளியோவை மறுதொடக்கம் செய்ய வேண்டும்)",
168
+ "Language": "மொழி",
169
+ "Select the language you want to use. (Requires restarting Applio)": "நீங்கள் பயன்படுத்த விரும்பும் மொழியைத் தேர்ந்தெடுக்கவும். (அப்ளியோவை மறுதொடக்கம் செய்ய வேண்டும்)",
170
+ "Plugin Installer": "செருகுநிரல் நிறுவி",
171
+ "Drag your plugin.zip to install it": "அதை நிறுவ உங்கள் plugin.zip இழுக்கவும்",
172
+ "Version Checker": "பதிப்பு சரிபார்ப்பு",
173
+ "Check which version of Applio is the latest to see if you need to update.": "நீங்கள் புதுப்பிக்க வேண்டுமா என்பதைப் பார்க்க அப்லியோவின் எந்த பதிப்பு சமீபத்தியது என்பதைச் சரிபார்க்கவும்.",
174
+ "Check for updates": "புதுப்பிப்புகளைச் சரிபார்க���கவும்"
175
+ }
assets/i18n/languages/te_TE.json CHANGED
@@ -2,6 +2,7 @@
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "అల్టిమేట్ వాయిస్ క్లోనింగ్ టూల్, సాటిలేని శక్తి, మాడ్యులారిటీ మరియు వినియోగదారు-స్నేహపూర్వక అనుభవం కోసం జాగ్రత్తగా ఆప్టిమైజ్ చేయబడింది.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "ఈ విభాగంలో కొన్ని అదనపు ఉపయోగాలు ఉన్నాయి, అవి తరచుగా ప్రయోగాత్మక దశలలో ఉండవచ్చు.",
4
  "Output Information": "అవుట్ పుట్ సమాచారం",
 
5
  "Inference": "అనిమితి",
6
  "Train": "రైలు",
7
  "Extra": "అదనం",
@@ -9,80 +10,126 @@
9
  "Processing": "ప్రాసెసింగ్",
10
  "Audio Analyzer": "Audio Analyzer",
11
  "Model Information": "నమూనా సమాచారం",
 
12
  "Download": "డౌన్ లోడ్ చేసుకోండి",
13
  "Report a Bug": "బగ్ ని రిపోర్ట్ చేయండి",
 
14
  "Preprocess": "ప్రీప్రాసెస్",
15
  "Model Name": "మోడల్ పేరు",
 
16
  "Enter model name": "మోడల్ పేరు నమోదు చేయండి",
17
  "Dataset Path": "Dataset Path",
 
 
 
 
 
 
 
 
18
  "Enter dataset path": "డేటాసెట్ మార్గాన్ని నమోదు చేయండి",
19
  "Sampling Rate": "నమూనా రేటు",
 
20
  "RVC Version": "RVC Version",
 
21
  "Preprocess Dataset": "ప్రీప్రాసెస్ Dataset",
22
  "Extract": "ఉద్ధరించు",
23
  "Hop Length": "హాప్ పొడవు",
 
24
  "Batch Size": "బ్యాచ్ పరిమాణం",
 
25
  "Save Every Epoch": "ప్రతి యుగాన్ని కాపాడండి",
 
26
  "Total Epoch": "మొత్తం యుగం",
 
27
  "Pretrained": "ప్రీ ట్రైనింగ్ చేయబడింది",
28
  "Save Only Latest": "సేవ్ ఓన్లీ లేటెస్ట్",
 
29
  "Save Every Weights": "ప్రతి బరువులను ఆదా చేయండి",
 
30
  "Custom Pretrained": "Custom Pretrained",
 
31
  "Upload Pretrained Model": "ప్రీ ట్రైన్డ్ మోడల్ అప్ లోడ్ చేయండి",
 
32
  "Pretrained Custom Settings": "ముందస్తుగా శిక్షణ పొందిన కస్టమ్ సెట్టింగ్ లు",
33
  "The file you dropped is not a valid pretrained file. Please try again.": "మీరు డ్రాప్ చేసిన ఫైల్ చెల్లుబాటు అయ్యే ముందస్తు శిక్షణ పొందిన ఫైల్ కాదు. దయచేసి మళ్లీ ప్రయత్నించండి.",
34
  "Click the refresh button to see the pretrained file in the dropdown menu.": "డ్రాప్ డౌన్ మెనూలో ముందుగా శిక్షణ పొందిన ఫైల్ ను చూడటం కొరకు రిఫ్రెష్ బటన్ మీద క్లిక్ చేయండి.",
35
  "Pretrained G Path": "Custom Pretrained G",
36
  "Pretrained D Path": "Custom Pretrained D",
37
  "GPU Settings": "GPU సెట్టింగ్ లు",
 
38
  "GPU Custom Settings": "GPU కస్టమ్ సెట్టింగ్ లు",
39
  "GPU Number": "జిపియు నెంబరు",
40
  "0 to ∞ separated by -": "0 నుండి ∞ వరకు దీని ద్వారా వేరు చేయబడతాయి -",
41
  "GPU Information": "GPU సమాచారం",
42
  "Pitch Guidance": "పిచ్ మార్గదర్శకత్వం",
 
 
43
  "Extract Features": "ఎక్స్ ట్రాక్ట్ ఫీచర్లు",
44
  "Start Training": "శిక్షణ ప్రారంభించండి",
45
  "Generate Index": "ఇండెక్స్ జనరేట్ చేయండి",
46
  "Voice Model": "వాయిస్ మోడల్",
 
47
  "Index File": "ఇండెక్స్ ఫైల్",
 
48
  "Refresh": "రిఫ్రెష్",
49
  "Unload Voice": "వాయిస్ ను అన్ లోడ్ చేయండి",
50
  "Single": "ఏక",
51
  "Upload Audio": "ఆడియో అప్ లోడ్ చేయండి",
52
  "Select Audio": "ఆడియోను ఎంచుకోండి",
 
53
  "Advanced Settings": "అధునాతన సెట్టింగ్ లు",
54
  "Clear Outputs (Deletes all audios in assets/audios)": "క్లియర్ అవుట్ పుట్స్ (అసెట్స్/ఆడియోల్లోని అన్ని ఆడియోలను తొలగిస్తుంది)",
55
  "Custom Output Path": "కస్టమ్ అవుట్ పుట్ మార్గం",
56
  "Output Path": "అవుట్ పుట్ మార్గం",
 
 
 
 
 
 
 
 
 
57
  "Pitch": "గొంతు",
58
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "ఒకవేళ >=3 అయితే: పండించిన పిచ్ ఫలితాలకు మధ్యస్థ వడపోతను వర్తింపజేయండి. విలువ ఫిల్టర్ వ్యాసార్థాన్ని సూచిస్తుంది మరియు శ్వాసను తగ్గిస్తుంది",
 
 
59
  "Search Feature Ratio": "శోధన ఫీచర్ నిష్పత్తి",
 
 
 
 
 
60
  "Pitch extraction algorithm": "పిచ్ వెలికితీత అల్గోరిథం",
 
61
  "Convert": "మార్చండి",
62
  "Export Audio": "Export Audio",
63
  "Batch": "దొంతర",
64
  "Input Folder": "ఇన్ పుట్ ఫోల్డర్",
 
65
  "Enter input path": "ఇన్ పుట్ మార్గాన్ని నమోదు చేయండి",
66
  "Output Folder": "అవుట్ పుట్ ఫోల్డర్",
 
67
  "Enter output path": "అవుట్ పుట్ మార్గాన్ని నమోదు చేయండి",
68
  "Get information about the audio": "ఆడియో గురించి సమాచారం పొందండి",
69
  "Information about the audio file": "ఆడియో ఫైలు గురించి సమాచారం",
70
  "Waiting for information...": "సమాచారం కోసం ఎదురుచూస్తూ...",
71
- "Model fusion": "మోడల్ ఫ్యూజన్",
72
- "Weight for Model A": "మోడల్ A కొరకు బరువు",
73
- "Whether the model has pitch guidance": "మోడల్ కు పిచ్ గైడెన్స్ ఉందా",
74
- "Model architecture version": "మోడల్ ఆర్కిటెక్చర్ వెర్షన్",
75
- "Path to Model A": "మోడల్ కు మార్గం",
76
- "Path to Model B": "మోడల్ బి కి మార్గం",
77
- "Path to model": "మోడల్ కు మార్గం[మార్చు]",
78
- "Model information to be placed": "మోడల్ సమాచారం ఉంచాలి",
79
  "Fusion": "ఫ్యూజన్",
80
- "Modify model information": "మోడల్ సమాచారాన్ని సవరించండి",
81
  "Path to Model": "మోడల్ కు మార్గం[మార్చు]",
82
- "Model information to be modified": "మోడల్ సమాచారాన్ని సవరించాలి",
83
- "Save file name": "ఫైలు పేరును సేవ్ చేయండి",
84
- "Modify": "సవరించండి",
 
85
  "View model information": "నమూనా సమాచారాన్ని వీక్షించండి",
 
86
  "View": "దృశ్యం",
87
  "Model extraction": "నమూనా వెలికితీత",
88
  "Model conversion": "నమూనా మార్పిడి",
@@ -101,13 +148,28 @@
101
  "## Download Model": "## డౌన్ లోడ్ మోడల్",
102
  "Model Link": "మోడల్ లింక్",
103
  "Introduce the model link": "మోడల్ లింక్ ను పరిచయం చేయండి",
104
- "Download Model": "Descargar Modelo",
105
  "## Drop files": "## డ్రాప్ ఫైళ్లు",
106
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "మీ .pth ఫైల్ మరియు .index ఫైల్ ని ఈ స్పేస్ లోకి లాగండి. ఒకదాన్ని లాగి, తర్వాత మరొకటి లాగండి.",
107
  "TTS Voices": "టిటిఎస్ వాయిస్",
 
108
  "Text to Synthesize": "సంశ్లేషణ చేయడానికి టెక్స్ట్",
 
 
109
  "Enter text to synthesize": "సంశ్లేషణ చేయడానికి టెక్స్ట్ ను నమోదు చేయండి",
110
  "Output Path for TTS Audio": "TTS ఆడియో కొరకు అవుట్ పుట్ మార్గం",
111
  "Output Path for RVC Audio": "RVC ఆడియో కొరకు అవుట్ పుట్ మార్గం",
112
- "Enable Applio integration with Discord presence": "Applio ప్రసెన్స్"
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "అల్టిమేట్ వాయిస్ క్లోనింగ్ టూల్, సాటిలేని శక్తి, మాడ్యులారిటీ మరియు వినియోగదారు-స్నేహపూర్వక అనుభవం కోసం జాగ్రత్తగా ఆప్టిమైజ్ చేయబడింది.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "ఈ విభాగంలో కొన్ని అదనపు ఉపయోగాలు ఉన్నాయి, అవి తరచుగా ప్రయోగాత్మక దశలలో ఉండవచ్చు.",
4
  "Output Information": "అవుట్ పుట్ సమాచారం",
5
+ "The output information will be displayed here.": "అవుట్ పుట్ సమాచారం ఇక్కడ ప్రదర్శించబడుతుంది.",
6
  "Inference": "అనిమితి",
7
  "Train": "రైలు",
8
  "Extra": "అదనం",
 
10
  "Processing": "ప్రాసెసింగ్",
11
  "Audio Analyzer": "Audio Analyzer",
12
  "Model Information": "నమూనా సమాచారం",
13
+ "Plugins": "Plugins",
14
  "Download": "డౌన్ లోడ్ చేసుకోండి",
15
  "Report a Bug": "బగ్ ని రిపోర్ట్ చేయండి",
16
+ "Settings": "సెట్టింగ్ లు",
17
  "Preprocess": "ప్రీప్రాసెస్",
18
  "Model Name": "మోడల్ పేరు",
19
+ "Name of the new model.": "కొత్త మోడల్ పేరు..",
20
  "Enter model name": "మోడల్ పేరు నమోదు చేయండి",
21
  "Dataset Path": "Dataset Path",
22
+ "Path to the dataset folder.": "డేటాసెట్ ఫోల్డర్ కు మార్గం.",
23
+ "Refresh Datasets": "రిఫ్రెష్ డేటాసెట్ లు",
24
+ "Dataset Creator": "డేటాసెట్ సృష్టికర్త",
25
+ "Dataset Name": "డేటాసెట్ పేరు",
26
+ "Name of the new dataset.": "కొత్త డేటాసెట్ పేరు.",
27
+ "Enter dataset name": "డేటాసెట్ పేరును నమోదు చేయండి",
28
+ "Upload Audio Dataset": "ఆడియో డేటాసెట్ అప్ లోడ్ చేయండి",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "ఆడియో ఫైల్ డేటాసెట్ కు విజయవంతంగా జోడించబడింది. దయచేసి ప్రీప్రాసెస్ బటన్ మీద క్లిక్ చేయండి.",
30
  "Enter dataset path": "డేటాసెట్ మార్గాన్ని నమోదు చేయండి",
31
  "Sampling Rate": "నమూనా రేటు",
32
+ "The sampling rate of the audio files.": "ఆడియో ఫైల్స్ యొక్క నమూనా రేటు.",
33
  "RVC Version": "RVC Version",
34
+ "The RVC version of the model.": "మోడల్ యొక్క ఆర్ విసి వెర్షన్.",
35
  "Preprocess Dataset": "ప్రీప్రాసెస్ Dataset",
36
  "Extract": "ఉద్ధరించు",
37
  "Hop Length": "హాప్ పొడవు",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "గణనీయమైన పిచ్ మార్పుకు సిస్టమ్ పరివర్తన చెందడానికి పట్టే వ్యవధిని సూచిస్తుంది. చిన్న హాప్ పొడవులు అంచనా వేయడానికి ఎక్కువ సమయం అవసరం, కానీ అధిక పిచ్ ఖచ్చితత్వాన్ని ఇస్తాయి.",
39
  "Batch Size": "బ్యాచ్ పరిమాణం",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "దీన్ని మీ జీపీయూలో అందుబాటులో ఉన్న వీఆర్ఏఎంతో అనుసంధానం చేసుకోవడం మంచిది. 4 యొక్క అమరిక మెరుగైన ఖచ్చితత్వాన్ని అందిస్తుంది కాని నెమ్మదిగా ప్రాసెసింగ్ చేస్తుంది, అయితే 8 వేగవంతమైన మరియు ప్రామాణిక ఫలితాలను అందిస్తుంది.",
41
  "Save Every Epoch": "ప్రతి యుగాన్ని కాపాడండి",
42
+ "Determine at how many epochs the model will saved at.": "మోడల్ ఎన్ని యుగాలలో సేవ్ చేయబడుతుందో నిర్ణయించండి.",
43
  "Total Epoch": "మొత్తం యుగం",
44
+ "Specifies the overall quantity of epochs for the model training process.": "మోడల్ ట్రైనింగ్ ప్రాసెస్ కొరకు యుగాల యొక్క మొత్తం పరిమాణాన్ని నిర్దేశిస్తుంది.",
45
  "Pretrained": "ప్రీ ట్రైనింగ్ చేయబడింది",
46
  "Save Only Latest": "సేవ్ ఓన్లీ లేటెస్ట్",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "ఈ సెట్టింగ్ ని ఎనేబుల్ చేయడం వల్ల G మరియు D ఫైల్స్ వాటి ఇటీవలి వెర్షన్ లను మాత్రమే సేవ్ చేస్తాయి, స్టోరేజీ స్పేస్ ని సమర్థవంతంగా సంరక్షిస్తాయి.",
48
  "Save Every Weights": "ప్రతి బరువులను ఆదా చేయండి",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "ఈ అమరిక ప్రతి యుగం ముగింపులో మోడల్ యొక్క బరువులను సేవ్ చేయడానికి మిమ్మల్ని అనుమతిస్తుంది.",
50
  "Custom Pretrained": "Custom Pretrained",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "కస్టమ్ ప్రీ-ట్రైన్డ్ మోడళ్లను ఉపయోగించడం మెరుగైన ఫలితాలకు దారితీస్తుంది, ఎందుకంటే నిర్దిష్ట ఉపయోగం కేసుకు అనుగుణంగా అత్యంత తగిన ప్రీట్రైనింగ్ మోడళ్లను ఎంచుకోవడం పనితీరును గణనీయంగా మెరుగుపరుస్తుంది.",
52
  "Upload Pretrained Model": "ప్రీ ట్రైన్డ్ మోడల్ అప్ లోడ్ చేయండి",
53
+ "Refresh Custom Pretraineds": "రిఫ్రెష్ కస్టమ్ ప్రీ ట్రైన్డ్ లు",
54
  "Pretrained Custom Settings": "ముందస్తుగా శిక్షణ పొందిన కస్టమ్ సెట్టింగ్ లు",
55
  "The file you dropped is not a valid pretrained file. Please try again.": "మీరు డ్రాప్ చేసిన ఫైల్ చెల్లుబాటు అయ్యే ముందస్తు శిక్షణ పొందిన ఫైల్ కాదు. దయచేసి మళ్లీ ప్రయత్నించండి.",
56
  "Click the refresh button to see the pretrained file in the dropdown menu.": "డ్రాప్ డౌన్ మెనూలో ముందుగా శిక్షణ పొందిన ఫైల్ ను చూడటం కొరకు రిఫ్రెష్ బటన్ మీద క్లిక్ చేయండి.",
57
  "Pretrained G Path": "Custom Pretrained G",
58
  "Pretrained D Path": "Custom Pretrained D",
59
  "GPU Settings": "GPU సెట్టింగ్ లు",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "మెరుగైన GPU ఆర్కిటెక్చర్ ఉన్న వినియోగదారుల కొరకు సిఫారసు చేయబడ్డ అధునాతన GPU సెట్టింగ్ లను సెట్ చేస్తుంది.",
61
  "GPU Custom Settings": "GPU కస్టమ్ సెట్టింగ్ లు",
62
  "GPU Number": "జిపియు నెంబరు",
63
  "0 to ∞ separated by -": "0 నుండి ∞ వరకు దీని ద్వారా వేరు చేయబడతాయి -",
64
  "GPU Information": "GPU సమాచారం",
65
  "Pitch Guidance": "పిచ్ మార్గదర్శకత్వం",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "పిచ్ మార్గదర్శకత్వాన్ని ఉపయోగించడం ద్వారా, దాని పిచ్తో సహా అసలు స్వరం యొక్క స్వరాన్ని ప్రతిబింబించడం సాధ్యమవుతుంది. అసలు మెలోడీ లేదా పిచ్ నమూనాను సంరక్షించడం అవసరమైన గానం మరియు ఇతర సందర్భాలకు ఈ లక్షణం ముఖ్యంగా విలువైనది.",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "మీ స్వంత శిక్షణ చేసేటప్పుడు ముందస్తు శిక్షణ పొందిన నమూనాలను ఉపయోగించండి. ఈ విధానం శిక్షణ వ్యవధిని తగ్గిస్తుంది మరియు మొత్తం నాణ్యతను పెంచుతుంది.",
68
  "Extract Features": "ఎక్స్ ట్రాక్ట్ ఫీచర్లు",
69
  "Start Training": "శిక్షణ ప్రారంభించండి",
70
  "Generate Index": "ఇండెక్స్ జనరేట్ చేయండి",
71
  "Voice Model": "వాయిస్ మోడల్",
72
+ "Select the voice model to use for the conversion.": "కన్వర్షన్ కొరకు ఉపయోగించాల్సిన వాయిస్ మోడల్ ని ఎంచుకోండి.",
73
  "Index File": "ఇండెక్స్ ఫైల్",
74
+ "Select the index file to use for the conversion.": "మార్పిడి కొరకు ఉపయోగించాల్సిన ఇండెక్స్ ఫైల్ ని ఎంచుకోండి.",
75
  "Refresh": "రిఫ్రెష్",
76
  "Unload Voice": "వాయిస్ ను అన్ లోడ్ చేయండి",
77
  "Single": "ఏక",
78
  "Upload Audio": "ఆడియో అప్ లోడ్ చేయండి",
79
  "Select Audio": "ఆడియోను ఎంచుకోండి",
80
+ "Select the audio to convert.": "కన్వర్ట్ చేయడానికి ఆడియోను ఎంచుకోండి.",
81
  "Advanced Settings": "అధునాతన సెట్టింగ్ లు",
82
  "Clear Outputs (Deletes all audios in assets/audios)": "క్లియర్ అవుట్ పుట్స్ (అసెట్స్/ఆడియోల్లోని అన్ని ఆడియోలను తొలగిస్తుంది)",
83
  "Custom Output Path": "కస్టమ్ అవుట్ పుట్ మార్గం",
84
  "Output Path": "అవుట్ పుట్ మార్గం",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "అవుట్ పుట్ ఆడియో సేవ్ చేయబడే మార్గం, ఆస్తులు/ఆడియోలు/output.wav",
86
+ "Split Audio": "స్ప్లిట్ ఆడియో",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "కొన్ని సందర్భాల్లో మెరుగైన ఫలితాలను పొందడానికి ఆడియోను భాగాలుగా విభజించండి.",
88
+ "Autotune": "Autotune",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "పాటల మార్పిడి కోసం సిఫార్సు చేయబడిన మీ అంచనాలకు మృదువైన ఆటోట్యూన్ను వర్తించండి.",
90
+ "Clean Audio": "క్లీన్ ఆడియో",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "ఆడియోలు మాట్లాడటానికి సిఫారసు చేయబడిన నాయిస్ డిటెక్షన్ అల్గారిథమ్ లను ఉపయోగించి మీ ఆడియో అవుట్ పుట్ ను శుభ్రం చేయండి.",
92
+ "Clean Strength": "క్లీన్ స్ట్రెంత్",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "మీకు కావలసిన ఆడియోకు క్లీన్-అప్ స్థాయిని సెట్ చేయండి, మీరు దానిని ఎంత పెంచితే అది మరింత క్లీన్ అవుతుంది, కానీ ఆడియో మరింత కంప్రెస్ అయ్యే అవకాశం ఉంది.",
94
  "Pitch": "గొంతు",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "ఆడియో యొక్క పిచ్ సెట్ చేయండి, విలువ ఎక్కువ, పిచ్ ఎక్కువ.",
96
+ "Filter Radius": "Filter వ్యాసార్థం",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "సంఖ్య మూడు కంటే ఎక్కువగా లేదా సమానంగా ఉంటే, సేకరించిన టోన్ ఫలితాలపై మధ్యస్థ వడపోతను ఉపయోగించడం శ్వాసక్రియను తగ్గించే సామర్థ్యాన్ని కలిగి ఉంటుంది.",
98
  "Search Feature Ratio": "శోధన ఫీచర్ నిష్పత్తి",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "ఇండెక్స్ ఫైలు ప్రభావం; అధిక విలువ ఎక్కువ ప్రభావానికి అనుగుణంగా ఉంటుంది. అయినప్పటికీ, తక్కువ విలువలను ఎంచుకోవడం ఆడియోలో ఉన్న కళాఖండాలను తగ్గించడానికి సహాయపడుతుంది.",
100
+ "Volume Envelope": "వాల్యూమ్ కవరు",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "అవుట్ పుట్ యొక్క వాల్యూమ్ కవర్ తో ప్రత్యామ్నాయం చేయండి లేదా కలపండి. నిష్పత్తి 1 కి దగ్గరగా ఉంటే, అవుట్ పుట్ కవరు ఎక్కువగా ఉపయోగించబడుతుంది.",
102
+ "Protect Voiceless Consonants": "వాయిస్ లెస్ కన్సొనెంట్ లను సంరక్షించండి",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "ఎలక్ట్రో-అకౌస్టిక్ చిరిగిపోవడం మరియు ఇతర కళాఖండాలను నిరోధించడానికి విభిన్న ధ్వనులు మరియు శ్వాస శబ్దాలను సంరక్షించండి. పరామీటర్ ను దాని గరిష్ట విలువ 0.5కు లాగడం సమగ్ర రక్షణను అందిస్తుంది. ఏదేమైనా, ఈ విలువను తగ్గించడం వల్ల ఇండెక్సింగ్ ప్రభావాన్ని తగ్గించేటప్పుడు రక్షణ పరిధి తగ్గుతుంది.",
104
  "Pitch extraction algorithm": "పిచ్ వెలికితీత అల్గోరిథం",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "ఆడియో మార్పిడి కోసం ఉపయోగించే పిచ్ వెలికితీత అల్గోరిథం. డిఫాల్ట్ అల్గోరిథం ఆర్ఎమ్విపిఇ, ఇది చాలా సందర్భాలలో సిఫార్సు చేయబడింది.",
106
  "Convert": "మార్చండి",
107
  "Export Audio": "Export Audio",
108
  "Batch": "దొంతర",
109
  "Input Folder": "ఇన్ పుట్ ఫోల్డర్",
110
+ "Select the folder containing the audios to convert.": "కన్వర్ట్ చేయడానికి ఆడియోలను కలిగి ఉన్న సంచికను ఎంచుకోండి.",
111
  "Enter input path": "ఇన్ పుట్ మార్గాన్ని నమోదు చేయండి",
112
  "Output Folder": "అవుట్ పుట్ ఫోల్డర్",
113
+ "Select the folder where the output audios will be saved.": "అవుట్ పుట్ ఆడియోలు సేవ్ చేయబడే ఫోల్డర్ ను ఎంచుకోండి.",
114
  "Enter output path": "అవుట్ పుట్ మార్గాన్ని నమోదు చేయండి",
115
  "Get information about the audio": "ఆడియో గురించి సమాచారం పొందండి",
116
  "Information about the audio file": "ఆడియో ఫైలు గురించి సమాచారం",
117
  "Waiting for information...": "సమాచారం కోసం ఎదురుచూస్తూ...",
118
+ "## Voice Blender": "## వాయిస్ బ్లెండర్",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "రెండు వాయిస్ మోడళ్లను ఎంచుకోండి, మీకు కావలసిన మిశ్రమ శాతాన్ని సెట్ చేయండి మరియు వాటిని పూర్తిగా కొత్త గొంతులో కలపండి.",
120
+ "Voice Blender": "వాయిస్ బ్లెండర్",
121
+ "Drag and drop your model here": "మీ మోడల్ ని ఇక్కడ డ్రాగ్ చేయండి మరియు డ్రాప్ చేయండి",
122
+ "You can also use a custom path.": "మీరు కస్టమ్ మార్గాన్ని కూడా ఉపయోగించవచ్చు.",
123
+ "Blend Ratio": "మిశ్రమ నిష్పత్తి",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "పొజిషన్ ను ఒక వైపు లేదా మరొక వైపుకు మరింత సర్దుబాటు చేయడం వల్ల మోడల్ మొదటి లేదా రెండవ వైపు మరింత పోలి ఉంటుంది.",
 
125
  "Fusion": "ఫ్యూజన్",
 
126
  "Path to Model": "మోడల్ కు మార్గం[మార్చు]",
127
+ "Enter path to model": "మోడల్ కు మార్గాన్ని నమోదు చేయండి",
128
+ "Model information to be placed": "మోడల్ సమాచారం ఉంచాలి",
129
+ "Inroduce the model information": "మోడల్ సమాచారాన్ని ఇన్ డ్యూక్ చేయండి",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "మోడల్ లో ఉంచాల్సిన సమాచారం (మీరు దానిని ఖాళీగా ఉంచవచ్చు లేదా ఏదైనా ఉంచవచ్చు).",
131
  "View model information": "నమూనా సమాచారాన్ని వీక్షించండి",
132
+ "Introduce the model pth path": "మోడల్ పిటిహెచ్ మార్గాన్ని పరిచయం చేయండి",
133
  "View": "దృశ్యం",
134
  "Model extraction": "నమూనా వెలికితీత",
135
  "Model conversion": "నమూనా మార్పిడి",
 
148
  "## Download Model": "## డౌన్ లోడ్ మోడల్",
149
  "Model Link": "మోడల్ లింక్",
150
  "Introduce the model link": "మోడల్ లింక్ ను పరిచయం చేయండి",
151
+ "Download Model": "మోడల్ డౌన్ లోడ్ చేయండి",
152
  "## Drop files": "## డ్రాప్ ఫైళ్లు",
153
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "మీ .pth ఫైల్ మరియు .index ఫైల్ ని ఈ స్పేస్ లోకి లాగండి. ఒకదాన్ని లాగి, తర్వాత మరొకటి లాగండి.",
154
  "TTS Voices": "టిటిఎస్ వాయిస్",
155
+ "Select the TTS voice to use for the conversion.": "కన్వర్షన్ కొరకు ఉపయోగించడానికి TTS వాయిస్ ని ఎంచుకోండి.",
156
  "Text to Synthesize": "సంశ్లేషణ చేయడానికి టెక్స్ట్",
157
+ "Enter the text to synthesize.": "సంశ్లేషణ చేయడానికి టెక్స్ట్ ను నమోదు చేయండి.",
158
+ "Or you can upload a .txt file": "లేదా .txt ఫైల్ ను ���ప్ లోడ్ చేయవచ్చు.",
159
  "Enter text to synthesize": "సంశ్లేషణ చేయడానికి టెక్స్ట్ ను నమోదు చేయండి",
160
  "Output Path for TTS Audio": "TTS ఆడియో కొరకు అవుట్ పుట్ మార్గం",
161
  "Output Path for RVC Audio": "RVC ఆడియో కొరకు అవుట్ పుట్ మార్గం",
162
+ "Enable Applio integration with Discord presence": "Discord సమక్షంలో Applio ఇంటిగ్రేషన్ ప్రారంభించు",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "ఇది డిస్కార్డ్ లో ప్రస్తుత అప్లైయో యాక్టివిటీని ప్రదర్శించే అవకాశాన్ని యాక్టివేట్ చేస్తుంది.",
164
+ "Enable Applio integration with applio.org/models using flask": "ఫ్లాస్క్ ను ఉపయోగించి applio.org/models అప్లికేషన్ ఇంటిగ్రేషన్ ప్రారంభించండి",
165
+ "It will activate the possibility of downloading models with a click from the website.": "వెబ్ సైట్ నుంచి క్లిక్ తో మోడళ్లను డౌన్ లోడ్ చేసుకునే సదుపాయాన్ని యాక్టివేట్ చేస్తుంది.",
166
+ "Theme": "థీమ్",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "మీరు ఉపయోగించాలనుకుంటున్న థీమ్ ఎంచుకోండి. (అప్లికేషన్ ను పునఃప్రారంభించడం అవసరం)",
168
+ "Language": "భాష",
169
+ "Select the language you want to use. (Requires restarting Applio)": "మీరు ఉపయోగించాలనుకుంటున్న భాషను ఎంచుకోండి. (అప్లికేషన్ ను పునఃప్రారంభించడం అవసరం)",
170
+ "Plugin Installer": "Plugin Installer",
171
+ "Drag your plugin.zip to install it": "దీన్ని ఇన్ స్టాల్ చేయడానికి మీ plugin.zip లాగండి",
172
+ "Version Checker": "Version Checker",
173
+ "Check which version of Applio is the latest to see if you need to update.": "అప్లియో యొక్క ఏ వెర్షన్ లేటెస్ట్ అని చెక్ చేయండి, మీరు అప్ డేట్ చేయాల్సిన అవసరం ఉందా అని చూడండి.",
174
+ "Check for updates": "అప్ డేట్ ల కొరకు చెక్ చేయండి"
175
+ }
assets/i18n/languages/th_TH.json CHANGED
@@ -1,113 +1,175 @@
1
  {
2
- "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "สุดยอดเครื่องมือเลียนแบบเสียงที่ถูกปรับแต่งเพื่อพลังที่ไม่สามารถเทียบได้, แบ่งเป็นออกเป็นส่วน, และประสบการณ์ผู้ใช้ที่เยี่ยมยอด",
3
- "This section contains some extra utilities that often may be in experimental phases.": "ส่วนนี้ประกอบด้วยอุปกรณ์อำนวยความสะดวกเพื่มเติมที่มักจะอยู่ในขั้นตอนการทดลอง",
4
- "Output Information": "เอาท์พุท",
5
- "Inference": "Inference",
6
- "Train": "Train",
7
- "Extra": "เพิ่มเติม",
 
8
  "Merge Audios": "รวมไฟล์เสียง",
9
- "Processing": "ประมวลผล",
10
- "Audio Analyzer": "เครื่องมือวิเคราะห์เสียง",
11
- "Model Information": "ข้อมูลโมเดล",
 
12
  "Download": "ดาวน์โหลด",
13
  "Report a Bug": "รายงานข้อบกพร่อง",
14
- "Preprocess": "Preprocess",
15
- "Model Name": "ชื่อโมเดล",
16
- "Enter model name": "ใส่ชื่อโมเดล",
17
- "Dataset Path": "ที่อยู่ Dataset",
18
- "Enter dataset path": "ป้อนที่อยู่ Dataset",
19
- "Sampling Rate": "Sampling Rate",
 
 
 
 
 
 
 
 
 
 
 
20
  "RVC Version": "รุ่น RVC",
21
- "Preprocess Dataset": "Preprocess Dataset",
22
- "Extract": "แยกออกมา",
23
- "Hop Length": "Hop Length",
24
- "Batch Size": "Batch Size",
25
- "Save Every Epoch": "บันทึก Epoch ทั้งหมด",
26
- "Total Epoch": "Epoch ทั้งหมด",
27
- "Pretrained": "Pretrained",
 
 
 
 
 
28
  "Save Only Latest": "บันทึกเฉพาะล่าสุด",
29
- "Save Every Weights": "บันทึก Weight ทุกอัน",
30
- "Custom Pretrained": "Pretrained กําหนดเอง",
31
- "Upload Pretrained Model": "อัปโหลดโมเดล Pretrained",
32
- "Pretrained Custom Settings": "การตั้งค่า Pretrained เอง",
33
- "The file you dropped is not a valid pretrained file. Please try again.": "ไฟล์ที่คุณให้ไม่ใช่ไฟล์ Pretrained ที่ถูกต้อง โปรดลองอีกครั้ง",
34
- "Click the refresh button to see the pretrained file in the dropdown menu.": "กดปุ่มรีเฟรชเพื่อดู Pretrained ในเมนู",
35
- "Pretrained G Path": "ที่อยู่ Pretrained G",
36
- "Pretrained D Path": "ที่อยู่ Pretrained D",
 
 
 
 
37
  "GPU Settings": "การตั้งค่า GPU",
38
- "GPU Custom Settings": "การตั้งค่า GPU เอง",
39
- "GPU Number": "เลขที่ GPU",
 
40
  "0 to ∞ separated by -": "0 ถึง ∞ คั่นด้วย -",
41
  "GPU Information": "ข้อมูล GPU",
42
- "Pitch Guidance": "Pitch Guidance",
43
- "Extract Features": "Extract Features",
44
- "Start Training": "เริ่มการ Train",
45
- "Generate Index": "สร้าง Index",
46
- "Voice Model": "โมเดลเสียง",
47
- "Index File": "ไฟล์ Index",
48
- "Refresh": "รีเฟรช",
 
 
 
 
49
  "Unload Voice": "ยกเลิกการโหลดเสียง",
50
- "Single": "เดี่ยว",
51
  "Upload Audio": "อัพโหลดเสียง",
52
  "Select Audio": "เลือกเสียง",
 
53
  "Advanced Settings": "การตั้งค่าขั้นสูง",
54
- "Clear Outputs (Deletes all audios in assets/audios)": "เคลียร์เอาท์พุท (ลบไฟล์เสียงทั้งหมดใน assets/audios)",
55
- "Custom Output Path": "กําหนดที่อยู่เอาท์พุทเอง",
56
- "Output Path": "ที่อยู่เอาท์พุท",
57
- "Pitch": "Ptich",
58
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness",
59
- "Search Feature Ratio": "Search Feature Ratio",
60
- "Pitch extraction algorithm": "Pitch extraction algorithm",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
  "Convert": "แปลง",
62
  "Export Audio": "ส่งออกเสียง",
63
- "Batch": "Batch",
64
  "Input Folder": "โฟลเดอร์อินพุต",
65
- "Enter input path": "ป้อนที่อยู่อินพุต",
66
- "Output Folder": "โฟลเดอร์เอาท์พุท",
67
- "Enter output path": "ป้อนที่อยู่เอาท์พุท",
68
- "Get information about the audio": "ดูข้อมูลเกี่ยวกับเสียง",
 
 
69
  "Information about the audio file": "ข้อมูลเกี่ยวกับไฟล์เสียง",
70
  "Waiting for information...": "รอข้อมูล...",
71
- "Model fusion": "รวมโมเดล",
72
- "Weight for Model A": "Weight สําหรับรุ่น A",
73
- "Whether the model has pitch guidance": "โมเดลมี Pitch Guidance หรือไม่",
74
- "Model architecture version": "เวอร์ชันสถาปัตยกรรมโมเดล",
75
- "Path to Model A": "ที่อยู่โมเดล A",
76
- "Path to Model B": "ที่อยู่โมเดล B",
77
- "Path to model": "ที่อยู่โมเดล",
78
- "Model information to be placed": "ข้อมูลโมเดลที่จะวาง",
79
- "Fusion": "รวม",
80
- "Modify model information": "ปรับเปลี่ยนข้อมูลโมเดล",
81
- "Path to Model": "ที่อยู่โมเดล",
82
- "Model information to be modified": "ข้อมูลโมเดลที่จะแก้ไข",
83
- "Save file name": "บันทึกชื่อไฟล์",
84
- "Modify": "ดัดแปลง",
85
- "View model information": "ดูข้อมูลโมเดล",
86
- "View": "ดู",
87
- "Model extraction": "Model extraction",
88
- "Model conversion": "Model conversion",
89
  "Pth file": "ไฟล์ Pth",
90
  "Output of the pth file": "เอาต์พุตของไฟล์ pth",
91
  "# How to Report an Issue on GitHub": "# วิธีรายงานปัญหาใน GitHub",
92
- "1. Click on the 'Record Screen' button below to start recording the issue you are experiencing.": "1. คลิกที่ปุ่ม 'บันทึกหน้าจอ' ด้านล่างเพื่อเริ่มบันทึกปัญหาที่พบ",
93
- "2. Once you have finished recording the issue, click on the 'Stop Recording' button (the same button, but the label changes depending on whether you are actively recording or not).": "2. เมื่อคุณบันทึกปัญหาเสร็จแล้ว ให้คลิกที่ปุ่ม 'หยุดการบันทึก' (ปุ่มเดิม แต่ป้ายกํากับจะเปลี่ยนขึ้นอยู่กับว่าคุณกําลังอยู่บันทึกอยู่หรือไม่)",
94
  "3. Go to [GitHub Issues](https://github.com/IAHispano/Applio/issues) and click on the 'New Issue' button.": "3. ไปที่ [GitHub Issues](https://github.com/IAHispano/Applio/issues) และคลิกที่ปุ่ม 'New Issue'",
95
- "4. Complete the provided issue template, ensuring to include details as needed, and utilize the assets section to upload the recorded file from the previous step.": "4. กรอกแบบรายงานปัญหาที่ให้มา, ให้แน่ใจว่ามีรายละเอียดตามต้องการ, และอัปโหลดไฟล์ที่บันทึกไว้จากขั้นตอนก่อนหน้า",
96
- "Record Screen": "บันทึกหน้าจอ",
97
  "Record": "บันทึก",
98
  "Stop Recording": "หยุดการบันทึก",
99
- "Introduce the model .pth path": "ใส่ที่อยู่โมเดล .pth",
100
- "See Model Information": "ดูข้อมูลโมเดล",
101
  "## Download Model": "## ดาวน์โหลดโมเดล",
102
  "Model Link": "ลิงค์โมเดล",
103
- "Introduce the model link": "ใส่ลิงค์โมเดล",
104
  "Download Model": "ดาวน์โหลดโมเดล",
105
  "## Drop files": "## วางไฟล์",
106
- "Drag your .pth file and .index file into this space. Drag one and then the other.": "ลากไฟล์ .pth และไฟล์ .index ลงในช่องนี้ ลากอันหนึ่งแล้วลากอีกอันหนึ่งตาม",
107
  "TTS Voices": "เสียง TTS",
 
108
  "Text to Synthesize": "ข้อความที่จะสังเคราะห์",
109
- "Enter text to synthesize": "กรอกข้อความที่จะสังเคราะห์",
110
- "Output Path for TTS Audio": "ที่อยู่เอาต์พุตสําหรับเสียง TTS",
111
- "Output Path for RVC Audio": "ที่อยู่เอาต์พุตสําหรับเสียง RVC",
112
- "Enable Applio integration with Discord presence": "การเข้าร่วมของ Applio"
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "สุดยอดเครื่องมือโคลนเสียงที่ได้รับการปรับให้เหมาะสมอย่างพิถีพิถันเพื่อพลังที่ไม่มีใครเทียบได้ความเป็นโมดูลและประสบการณ์ที่ใช้งานง่าย",
3
+ "This section contains some extra utilities that often may be in experimental phases.": "ส่วนนี้ประกอบด้วยยูทิลิตี้พิเศษบางอย่างที่มักจะอยู่ในขั้นตอนการทดลอง",
4
+ "Output Information": "ข้อมูลเอาต์พุต",
5
+ "The output information will be displayed here.": "ข้อมูลผลลัพธ์จะแสดงที่นี่",
6
+ "Inference": "การอนุมาน",
7
+ "Train": "รถไฟ",
8
+ "Extra": "พิเศษ",
9
  "Merge Audios": "รวมไฟล์เสียง",
10
+ "Processing": "ประมวล ผล",
11
+ "Audio Analyzer": "เครื่องวิเคราะห์เสียง",
12
+ "Model Information": "ข้อมูลรุ่น",
13
+ "Plugins": "ปลั๊กอิน",
14
  "Download": "ดาวน์โหลด",
15
  "Report a Bug": "รายงานข้อบกพร่อง",
16
+ "Settings": "การตั้งค่า",
17
+ "Preprocess": "กระบวนการล่วงหน้า",
18
+ "Model Name": "ชื่อรุ่น",
19
+ "Name of the new model.": "ชื่อของรุ่นใหม่",
20
+ "Enter model name": "ใส่ชื่อรุ่น",
21
+ "Dataset Path": "เส้นทางชุดข้อมูล",
22
+ "Path to the dataset folder.": "เส้นทางไปยังโฟลเดอร์ชุดข้อมูล",
23
+ "Refresh Datasets": "รีเฟรชชุดข้อมูล",
24
+ "Dataset Creator": "ผู้สร้างชุดข้อมูล",
25
+ "Dataset Name": "ชื่อชุดข้อมูล",
26
+ "Name of the new dataset.": "ชื่อของชุดข้อมูลใหม่",
27
+ "Enter dataset name": "ป้อนชื่อชุดข้อมูล",
28
+ "Upload Audio Dataset": "อัปโหลดชุดข้อมูลเสียง",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "เพิ่มไฟล์เสียงลงในชุดข้อมูลเรียบร้อยแล้ว โปรดคลิกปุ่มดําเนินการล่วงหน้า",
30
+ "Enter dataset path": "ป้อนเส้นทางชุดข้อมูล",
31
+ "Sampling Rate": "Samp อัตราลิง",
32
+ "The sampling rate of the audio files.": "อัตราการสุ่มตัวอย่างของไฟล์เสียง",
33
  "RVC Version": "รุ่น RVC",
34
+ "The RVC version of the model.": "รุ่น RVC ของรุ่น",
35
+ "Preprocess Dataset": "ชุดข้อมูลประมวลผลล่ว��หน้า",
36
+ "Extract": "สกัด",
37
+ "Hop Length": "ความยาวกระโดด",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "หมายถึงระยะเวลาที่ระบบใช้ในการเปลี่ยนไปใช้การเปลี่ยนแปลงระดับเสียงที่สําคัญ ความยาวฮ็อพที่เล็กกว่าต้องใช้เวลามากขึ้นในการอนุมาน แต่มักจะให้ความแม่นยําของพิทช์ที่สูงขึ้น",
39
+ "Batch Size": "ขนาดแบทช์",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "ขอแนะนําให้จัดตําแหน่งให้ตรงกับ VRAM ที่มีอยู่ของ GPU ของคุณ การตั้งค่า 4 ให้ความแม่นยําที่ดีขึ้น แต่การประมวลผลช้าลง ในขณะที่ 8 ให้ผลลัพธ์ที่เร็วขึ้นและเป็นมาตรฐาน",
41
+ "Save Every Epoch": "บันทึกทุกยุค",
42
+ "Determine at how many epochs the model will saved at.": "กําหนดจํานวนยุคที่โมเดลจะบันทึกไว้",
43
+ "Total Epoch": "ยุคทั้งหมด",
44
+ "Specifies the overall quantity of epochs for the model training process.": "ระบุปริมาณโดยรวมของยุคสําหรับกระบวนการฝึกอบรมแบบจําลอง",
45
+ "Pretrained": "ได้รับการฝึกฝนล่วงหน้า",
46
  "Save Only Latest": "บันทึกเฉพาะล่าสุด",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "การเปิดใช้งานการตั้งค่านี้จะส่งผลให้ไฟล์ G และ D บันทึกเฉพาะเวอร์ชันล่าสุด ซึ่งช่วยประหยัดพื้นที่จัดเก็บได้อย่างมีประสิทธิภาพ",
48
+ "Save Every Weights": "ประหยัดทุกตุ้มน้ําหนัก",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "การตั้งค่านี้ช่วยให้คุณประหยัดน้ําหนักของโมเดลเมื่อสิ้นสุดแต่ละยุค",
50
+ "Custom Pretrained": "กําหนดเอง Pretrained",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "การใช้โมเดลที่ผ่านการฝึกอบรมล่วงหน้าแบบกําหนดเองสามารถนําไปสู่ผลลัพธ์ที่เหนือกว่า เนื่องจากการเลือกโมเดลที่ผ่านการฝึกอบรมล่วงหน้าที่เหมาะสมที่สุดซึ่งปรับให้เหมาะกับกรณีการใช้งานเฉพาะสามารถเพิ่มประสิทธิภาพได้อย่างมาก",
52
+ "Upload Pretrained Model": "อัปโหลดโมเดลที่ผ่านการฝึกอบรม",
53
+ "Refresh Custom Pretraineds": "รีเฟรช Custom Pretraineds",
54
+ "Pretrained Custom Settings": "การตั้งค่าแบบกําหนดเองที���ผ่านการฝึกอบรมล่วงหน้า",
55
+ "The file you dropped is not a valid pretrained file. Please try again.": "ไฟล์ที่คุณทิ้งไม่ใช่ไฟล์ที่ผ่านการฝึกอบรมล่วงหน้าที่ถูกต้อง โปรดลองอีกครั้ง",
56
+ "Click the refresh button to see the pretrained file in the dropdown menu.": "คลิกปุ่มรีเฟรชเพื่อดูไฟล์ที่ฝึกไว้ล่วงหน้าในเมนูแบบเลื่อนลง",
57
+ "Pretrained G Path": "Custom Pretrained G",
58
+ "Pretrained D Path": "กําหนดเอง Pretrained D",
59
  "GPU Settings": "การตั้งค่า GPU",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "ตั้งค่า GPU ขั้นสูง แนะนําสําหรับผู้ใช้ที่มีสถาปัตยกรรม GPU ที่ดีกว่า",
61
+ "GPU Custom Settings": "การตั้งค่าแบบกําหนดเองของ GPU",
62
+ "GPU Number": "หมายเลข GPU",
63
  "0 to ∞ separated by -": "0 ถึง ∞ คั่นด้วย -",
64
  "GPU Information": "ข้อมูล GPU",
65
+ "Pitch Guidance": "คําแนะนําสนาม",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "ด้วยการใช้คําแนะนําระดับเสียง จึงเป็นไปได้ที่จะสะท้อนน้ําเสียงของเสียงต้นฉบับ รวมถึงระดับเสียงด้วย คุณลักษณะนี้มีประโยชน์อย่างยิ่งสําหรับการร้องเพลงและสถานการณ์อื่นๆ ที่การรักษาท่วงทํานองดั้งเดิมหรือรูปแบบระดับเสียงเป็นสิ่งสําคัญ",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "ใช้โมเดลที่ผ่านการฝึกอบรมล่วงหน้าเมื่อฝึกของคุณเอง วิธีการนี้ช่วยลดระยะเวลาการฝึกอบรมและปรับปรุงคุณภาพโดยรวม",
68
+ "Extract Features": "คุณสมบัติสารสกัด",
69
+ "Start Training": "เริ่มการฝึกอบรม",
70
+ "Generate Index": "สร้างดัชนี",
71
+ "Voice Model": "รูปแบบเสียง",
72
+ "Select the voice model to use for the conversion.": "เลือกรูปแบบเสียงที่จะใช้สําหรับการแปลง",
73
+ "Index File": "ไฟล์ดัชนี",
74
+ "Select the index file to use for the conversion.": "เลือกไฟล์ดัชนีที่จะใช้สําหรับการแปลง",
75
+ "Refresh": "ฟื้นฟู",
76
  "Unload Voice": "ยกเลิกการโหลดเสียง",
77
+ "Single": "โสด",
78
  "Upload Audio": "อัพโหลดเสียง",
79
  "Select Audio": "เลือกเสียง",
80
+ "Select the audio to convert.": "เลือกเสียงที่จะแปลง",
81
  "Advanced Settings": "การตั้งค่าขั้นสูง",
82
+ "Clear Outputs (Deletes all audios in assets/audios)": "Clear Outputs (ลบไฟล์เสียงทั้งหมดในเนื้อหา/ไฟล์เสียง)",
83
+ "Custom Output Path": "เส้นทางเอาต์พุตที่กําหนดเอง",
84
+ "Output Path": "เส้นทางเอาต์พุต",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "เส้นทางที่จะบันทึกเสียงเอาต์พุตโดยค่าเริ่มต้นในเนื้อหา/ไฟล์เสียง/output.wav",
86
+ "Split Audio": "แยกเสียง",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "แบ่งเสียงออกเป็นชิ้นๆ เพื่อการอนุมานเพื่อให้ได้ผลลัพธ์ที่ดีขึ้นในบางกรณี",
88
+ "Autotune": "ออโต้จูน",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "ใช้ซอฟต์ออโต้จูนกับการอนุมานของคุณ ซึ่งแนะนําสําหรับการแปลงการร้องเพลง",
90
+ "Clean Audio": "ทําความสะอาดเสียง",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "ทําความสะอาดเอาต์พุตเสียงของคุณโดยใช้อัลกอริธึมการตรวจจับเสียงรบกวน ซึ่งแนะนําสําหรับการพูดไฟล์เสียง",
92
+ "Clean Strength": "ความแข็งแรงสะอาด",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "ตั้งค่าระดับการล้างข้อมูลเป็นเสียงที่คุณต้องการยิ่งคุณเพิ่มมากเท่าไหร่ก็ยิ่งทําความสะอาดได้มากขึ้นเท่านั้น แต่เป็นไปได้ว่าเสียงจะถูกบีบอัดมากขึ้น",
94
+ "Pitch": "ขว้าง",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "ตั้งค่าระดับเสียง ยิ่งค่าสูง ระดับเสียงก็จะยิ่งสูงขึ้น",
96
+ "Filter Radius": "รัศมีตัวกรอง",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "หากจํานวนมากกว่าหรือเท่ากับสามการใช้การกรองค่ามัธยฐานกับผลลัพธ์ของโทนเสียงที่รวบรวมได้มีศักยภาพในการลดการหายใจ",
98
+ "Search Feature Ratio": "อัตราส่วนคุณลักษณะการค้นหา",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "อิทธิพลที่เกิดจากไฟล์ดัชนี ค่าที่สูงขึ้นสอดคล้องกับอิทธิพลที่มากขึ้น อย่างไรก็ตาม การเลือกใช้ค่าที่ต่ํากว่าสามารถช่วยบรรเทาสิ่งประดิษฐ์ที่มีอยู่ในเสียงได้",
100
+ "Volume Envelope": "ซองจดหมายปริมาณ",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "แทนที่หรือผสมกับซองปริมาตรของเอาต์พุต ยิ่งอัตราส่วนใกล้เคียงกับ 1 มากเท่าไหร่ก็ยิ่งใช้ซองเอาต์พุตมากขึ้นเท่านั้น",
102
+ "Protect Voiceless Consonants": "ปกป้องพยัญชนะไร้เสียง",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "ปกป้องพยัญชนะและเสียงหายใจที่แตกต่าง���ันเพื่อป้องกันการฉีกขาดของอิเล็กโทรอะคูสติกและสิ่งประดิษฐ์อื่นๆ การดึงพารามิเตอร์ไปที่ค่าสูงสุด 0.5 ให้การป้องกันที่ครอบคลุม อย่างไรก็ตาม การลดค่านี้อาจลดขอบเขตของการป้องกันในขณะที่อาจบรรเทาผลกระทบจากการจัดทําดัชนี",
104
+ "Pitch extraction algorithm": "อัลกอริธึมการแยกระดับเสียง",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "อัลกอริธึมการแยกระดับเสียงเพื่อใช้สําหรับการแปลงเสียง อัลกอริทึมเริ่มต้นคือ rmvpe ซึ่งแนะนําสําหรับกรณีส่วนใหญ่",
106
  "Convert": "แปลง",
107
  "Export Audio": "ส่งออกเสียง",
108
+ "Batch": "ชุด",
109
  "Input Folder": "โฟลเดอร์อินพุต",
110
+ "Select the folder containing the audios to convert.": "เลือกโฟลเดอร์ที่มีไฟล์เสียงที่จะแปลง",
111
+ "Enter input path": "ป้อนเส้นทางอินพุต",
112
+ "Output Folder": "โฟลเดอร์ผลลัพธ์",
113
+ "Select the folder where the output audios will be saved.": "เลือกโฟลเดอร์ที่จะบันทึกไฟล์เสียงที่ส่งออก",
114
+ "Enter output path": "ป้อนเส้นทางเอาต์พุต",
115
+ "Get information about the audio": "รับข้อมูลเกี่ยวกับเสียง",
116
  "Information about the audio file": "ข้อมูลเกี่ยวกับไฟล์เสียง",
117
  "Waiting for information...": "รอข้อมูล...",
118
+ "## Voice Blender": "## เครื่องปั่นเสียง",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "เลือกรุ่นเสียงสองแบบตั้งค่าเปอร์เซ็นต์การผสมที่คุณต้องการและผสมผสานเป็นเสียงใหม่ทั้งหมด",
120
+ "Voice Blender": "เครื่องปั่นเสียง",
121
+ "Drag and drop your model here": "ลากและวางโมเดลของคุณที่นี่",
122
+ "You can also use a custom path.": "คุณยังสามารถใช้เส้นทางที่กําหนดเอง",
123
+ "Blend Ratio": "อัตราส่วนการผสม",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "การปรับตําแหน่งไปทางด้านใดด้านหนึ่งมากขึ้นจะทําให้โมเดลคล้ายกับครั้งแรกหรือครั้งที่สองมากขึ้น",
125
+ "Fusion": "ฟิวชั่น",
126
+ "Path to Model": "เส้นทางสู่โมเดล",
127
+ "Enter path to model": "ป้อนเส้นทางไปยังแบบจําลอง",
128
+ "Model information to be placed": "ข้อมูลรุ่นที่จะวาง",
129
+ "Inroduce the model information": "ให้ข้อมูลโมเดล",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "ข้อมูลที่จะวางในแบบจําลอง (คุณสามารถเว้นว่างไว้หรือใส่อะไรก็ได้)",
131
+ "View model information": "ดูข้อมูลรุ่น",
132
+ "Introduce the model pth path": "แนะนําเส้นทาง pth ของโมเดล",
133
+ "View": "ทิวทัศน์",
134
+ "Model extraction": "การสกัดแบบจําลอง",
135
+ "Model conversion": "การแปลงโมเดล",
136
  "Pth file": "ไฟล์ Pth",
137
  "Output of the pth file": "เอาต์พุตของไฟล์ pth",
138
  "# How to Report an Issue on GitHub": "# วิธีรายงานปัญหาใน GitHub",
139
+ "1. Click on the 'Record Screen' button below to start recording the issue you are experiencing.": "1. คลิกที่ปุ่ม 'บันทึกหน้าจอ' ด้านล่างเพื่อเริ่มบันทึกปัญหาที่คุณพบ",
140
+ "2. Once you have finished recording the issue, click on the 'Stop Recording' button (the same button, but the label changes depending on whether you are actively recording or not).": "2. เมื่อคุณบันทึกปัญหาเสร็จแล้ว ให้คลิกที่ปุ่ม 'หยุดการบันทึก' (ปุ่มเดิม แต่ป้ายกํากับจะเปลี่ยนขึ้นอยู่กับว่าคุณกําลังบันทึกอยู่หรือไม่)",
141
  "3. Go to [GitHub Issues](https://github.com/IAHispano/Applio/issues) and click on the 'New Issue' button.": "3. ไปที่ [GitHub Issues](https://github.com/IAHispano/Applio/issues) และคลิกที่ปุ่ม 'New Issue'",
142
+ "4. Complete the provided issue template, ensuring to include details as needed, and utilize the assets section to upload the recorded file from the previous step.": "4. กรอกเทมเพลตปัญหาที่ให้มา เพื่อให้แน่ใจว่ามีรายละเอียดตามต้องการ และใช้ส่วนเนื้อหาเพื่ออัปโหลดไฟล์ที่บันทึกไว้จากขั้นตอนก่อนหน้า",
143
+ "Record Screen": "หน้าจอบันทึก",
144
  "Record": "บันทึก",
145
  "Stop Recording": "หยุดการบันทึก",
146
+ "Introduce the model .pth path": "แนะนําโมเดล .pth path",
147
+ "See Model Information": "ดูข้อมูลรุ่น",
148
  "## Download Model": "## ดาวน์โหลดโมเดล",
149
  "Model Link": "ลิงค์โมเดล",
150
+ "Introduce the model link": "แนะนําลิงค์โมเดล",
151
  "Download Model": "ดาวน์โหลดโมเดล",
152
  "## Drop files": "## วางไฟล์",
153
+ "Drag your .pth file and .index file into this space. Drag one and then the other.": "ลากไฟล์ .pth และไฟล์ .index ลงในช่องว่างนี้ ลากหนึ่งแล้วลากอีกอันหนึ่ง",
154
  "TTS Voices": "เสียง TTS",
155
+ "Select the TTS voice to use for the conversion.": "เลือกเสียง TTS ที่จะใช้สําหรับการแปลง",
156
  "Text to Synthesize": "ข้อความที่จะสังเคราะห์",
157
+ "Enter the text to synthesize.": "ป้อนข้อความที่จะสังเคราะห์",
158
+ "Or you can upload a .txt file": "หรือคุณสามารถอัปโหลดไฟล์ .txt",
159
+ "Enter text to synthesize": "ป้อนข้อความที่จะสังเคราะห์",
160
+ "Output Path for TTS Audio": "เส้นทางเอาต์พุตสําหรับเสียง TTS",
161
+ "Output Path for RVC Audio": "เส้นทางเอาต์พุตสําหรับเสียง RVC",
162
+ "Enable Applio integration with Discord presence": "เปิดใช้งานการรวม Applio กับการแสดงตนของ Discord",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "มันจะเปิดใช้งานความเป็นไปได้ในการแสดงกิจกรรม Applio ปัจจุบันใน Discord",
164
+ "Enable Applio integration with applio.org/models using flask": "เปิดใช้งานการรวม Applio กับ applio.org/models โดยใช้ขวด",
165
+ "It will activate the possibility of downloading models with a click from the website.": "มันจะเปิดใช้งานความเป็นไปได้ในการดาวน์โหลดโมเดลด้วยการคลิกจากเว็บไซต์",
166
+ "Theme": "หัวข้อ",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "เลือกธีมที่คุณต้องการใช้ (ต้องรีสตาร์ท Applio)",
168
+ "Language": "ภาษา",
169
+ "Select the language you want to use. (Requires restarting Applio)": "เลือกภาษาที่คุณต้องการใช้ (ต้องรีสตาร์ท Applio)",
170
+ "Plugin Installer": "ตัวติดตั้งปลั๊กอิน",
171
+ "Drag your plugin.zip to install it": "ลาก plugin.zip ของคุณเพื่อติดตั้ง",
172
+ "Version Checker": "ตัวตรวจสอบเวอร์ชัน",
173
+ "Check which version of Applio is the latest to see if you need to update.": "ตรวจสอบว่า Applio เวอร์ชันใดเป็นเวอร์ชันล่าสุดเพื่อดูว่าคุณจําเป็นต้องอัปเดตหรือไม่",
174
+ "Check for updates": "ตรวจหาการอัปเดต"
175
+ }
assets/i18n/languages/tr_TR.json CHANGED
@@ -1,113 +1,195 @@
1
  {
2
- "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Rakipsiz güç, modülerlik ve kullanıcı dostu deneyim için titizlikle optimize edilmiş nihai ses klonlama aracı.",
3
- "This section contains some extra utilities that often may be in experimental phases.": "Bu bölüm, genellikle deneysel aşamalarda olabilecek bazı ek yardımcı programlar içerir.",
4
  "Output Information": "Çıktı Bilgileri",
5
- "Inference": "Kesmesi",
6
- "Train": "Tren",
7
- "Extra": "Fazladan",
 
 
8
  "Merge Audios": "Sesleri Birleştir",
9
- "Processing": "Işleme",
10
  "Audio Analyzer": "Ses Analizörü",
11
  "Model Information": "Model Bilgileri",
12
- "Download": "İndirmek",
13
- "Report a Bug": "Hata bildir",
14
- "Preprocess": "Preprocess",
 
 
 
15
  "Model Name": "Model Adı",
 
16
  "Enter model name": "Model adını girin",
17
  "Dataset Path": "Veri Kümesi Yolu",
18
- "Enter dataset path": "Veri kümesi yolunu girme",
19
- "Sampling Rate": "Örnekleme Oranı",
 
 
 
 
 
 
 
 
 
20
  "RVC Version": "RVC Sürümü",
21
- "Preprocess Dataset": "Ön İşlem Veri Kümesi",
22
- "Extract": "Hulâsa",
23
- "Hop Length": "Şerbetçiotu Uzunluğu",
24
- "Batch Size": "Toplu İş Büyüklüğü",
25
- "Save Every Epoch": "Her Çağı Kurtarın",
26
- "Total Epoch": "Toplam Dönem",
27
- "Pretrained": "Önceden eğitilmiş",
28
- "Save Only Latest": "Yalnızca En Sonuncusunu Kaydet",
29
- "Save Every Weights": "Her Ağırlığı Kurtarın",
30
- "Custom Pretrained": "Özel Önceden Eğitilmiş",
31
- "Upload Pretrained Model": "Önceden eğitilmiş modeli karşıya yükleme",
32
- "Pretrained Custom Settings": "Önceden Eğitilmiş Özel Ayarlar",
33
- "The file you dropped is not a valid pretrained file. Please try again.": "Bıraktığınız dosya önceden eğitilmiş geçerli bir dosya değil. Lütfen tekrar deneyin.",
 
 
 
 
 
 
 
 
 
 
34
  "Click the refresh button to see the pretrained file in the dropdown menu.": "Açılır menüde önceden eğitilmiş dosyayı görmek için yenile düğmesine tıklayın.",
35
- "Pretrained G Path": "Özel Önceden Eğitilmiş G",
36
- "Pretrained D Path": "Özel Önceden Eğitilmiş D",
37
  "GPU Settings": "GPU Ayarları",
 
38
  "GPU Custom Settings": "GPU Özel Ayarları",
39
  "GPU Number": "GPU Numarası",
40
- "0 to ∞ separated by -": "0 ila - ile ayrılmış",
41
  "GPU Information": "GPU Bilgileri",
42
- "Pitch Guidance": "Saha Rehberliği",
 
 
43
  "Extract Features": "Özellikleri Çıkar",
44
- "Start Training": "Eğitime Başla",
 
 
45
  "Generate Index": "Dizin Oluştur",
 
46
  "Voice Model": "Ses Modeli",
 
47
  "Index File": "Dizin Dosyası",
48
- "Refresh": "Yenilemek",
 
49
  "Unload Voice": "Sesi Kaldır",
 
50
  "Single": "Tek",
51
  "Upload Audio": "Ses Yükle",
52
  "Select Audio": "Ses Seç",
 
53
  "Advanced Settings": "Gelişmiş Ayarlar",
54
- "Clear Outputs (Deletes all audios in assets/audios)": "Çıkışları Temizle (Varlıklardaki/seslerdeki tüm sesleri siler)",
55
  "Custom Output Path": "Özel Çıktı Yolu",
56
- "Output Path": "Çıkış Yolu",
 
 
 
 
 
 
 
 
 
57
  "Pitch": "Perde",
58
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": ">=3 ise: hasat edilen adım sonuçlarına medyan filtreleme uygulayın. Değer, filtre yarıçapını temsil eder ve nefes almayı azaltabilir",
 
 
59
  "Search Feature Ratio": "Arama Özelliği Oranı",
60
- "Pitch extraction algorithm": "Pitch çıkarma algoritması",
61
- "Convert": "Dönüştürmek",
 
 
 
 
 
 
 
62
  "Export Audio": "Sesi Dışa Aktar",
63
- "Batch": "Toplu iş",
 
64
  "Input Folder": "Giriş Klasörü",
 
65
  "Enter input path": "Giriş yolunu girin",
66
  "Output Folder": "Çıktı Klasörü",
67
- "Enter output path": "Çıkış yolunu girin",
68
- "Get information about the audio": "Ses hakkında bilgi alın",
 
 
69
  "Information about the audio file": "Ses dosyası hakkında bilgi",
70
- "Waiting for information...": "Bilgi bekliyorum...",
71
- "Model fusion": "Model füzyonu",
72
- "Weight for Model A": "Model A için ağırlık",
73
- "Whether the model has pitch guidance": "Modelin perde kılavuzuna sahip olup olmadığı",
74
- "Model architecture version": "Model mimarisi sürümü",
75
- "Path to Model A": "Model A'ya Giden Yol",
76
- "Path to Model B": "Model B'ye Giden Yol",
77
- "Path to model": "Modele giden yol",
78
- "Model information to be placed": "Yerleştirilecek model bilgileri",
79
- "Fusion": "Füzyon",
80
- "Modify model information": "Model bilgilerini değiştirme",
81
  "Path to Model": "Modele Giden Yol",
82
- "Model information to be modified": "Değiştirilecek model bilgileri",
83
- "Save file name": "Dosya adını kaydet",
84
- "Modify": "Değiştirmek",
85
- "View model information": "Model bilgilerini görüntüleme",
86
- "View": "Görünüm",
87
- "Model extraction": "Model ayıklama",
 
 
88
  "Model conversion": "Model dönüştürme",
89
  "Pth file": "Pth dosyası",
90
- "Output of the pth file": "pth dosyasının çıktısı",
91
- "# How to Report an Issue on GitHub": "# GitHub'da Bir Sorun Nasıl Bildirilir",
92
- "1. Click on the 'Record Screen' button below to start recording the issue you are experiencing.": "1. Yaşadığınız sorunu kaydetmeye başlamak için aşağıdaki 'Kayıt Ekranı' düğmesine tıklayın.",
93
- "2. Once you have finished recording the issue, click on the 'Stop Recording' button (the same button, but the label changes depending on whether you are actively recording or not).": "2. Sorunu kaydetmeyi bitirdikten sonra, 'Kaydı Durdur' düğmesine tıklayın (aynı düğme, ancak aktif olarak kayıt yapıp yapmadığınıza bağlı olarak etiket değişir).",
94
- "3. Go to [GitHub Issues](https://github.com/IAHispano/Applio/issues) and click on the 'New Issue' button.": "3. [GitHub Sorunları](https://github.com/IAHispano/Applio/issues) bölümüne gidin ve 'Yeni Sorun' düğmesine tıklayın.",
95
- "4. Complete the provided issue template, ensuring to include details as needed, and utilize the assets section to upload the recorded file from the previous step.": "4. Sağlanan sorun şablonunu tamamlayın, gerektiğinde ayrıntıları eklediğinizden emin olun ve önceki adımdan kaydedilen dosyayı yüklemek için varlıklar bölümünü kullanın.",
96
- "Record Screen": "Kayıt Ekranı",
97
- "Record": "Kayıt",
98
- "Stop Recording": "Kaydı durdur",
99
- "Introduce the model .pth path": "Model .pth yolunu tanıtma",
100
- "See Model Information": "Model Bilgilerine Bakın",
101
- "## Download Model": "## Modeli İndir",
 
 
 
 
102
  "Model Link": "Model Bağlantısı",
103
  "Introduce the model link": "Model bağlantısını tanıtın",
104
- "Download Model": "İndirme Modelo",
105
- "## Drop files": "## Dosyaları bırak",
106
- "Drag your .pth file and .index file into this space. Drag one and then the other.": ".pth dosyanızı ve .index dosyanızı bu alana sürükleyin. Birini ve ardından diğerini sürükleyin.",
 
107
  "TTS Voices": "TTS Sesleri",
108
- "Text to Synthesize": "Sentezlenecek Metin",
109
- "Enter text to synthesize": "Sentezlenecek metni girin",
110
- "Output Path for TTS Audio": "TTS Audio i��in Çıkış Yolu",
111
- "Output Path for RVC Audio": "RVC Ses için Çıkış Yolu",
112
- "Enable Applio integration with Discord presence": "Applio Varlığı"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  }
 
1
  {
2
+ "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Üstün ses kopyalama aracı, rakipsiz güç, modülerlik ve kullanıcı dostu deneyim için özenle optimize edilmiştir.\n[Türkçe çeviri: Enes](https://discord.com/users/1140031358006202468)",
3
+ "This section contains some extra utilities that often may be in experimental phases.": "Bu bölümde, genellikle deneysel aşamalarda olabilecek bazı ekstra yardımcı programlar bulunur.",
4
  "Output Information": "Çıktı Bilgileri",
5
+ "The output information will be displayed here.": "Çıktı bilgileri burada görüntülenecektir.",
6
+
7
+ "Inference": "Arayüz",
8
+ "Train": "Eğitim",
9
+ "Extra": "Ekstra",
10
  "Merge Audios": "Sesleri Birleştir",
11
+ "Processing": "İşleme",
12
  "Audio Analyzer": "Ses Analizörü",
13
  "Model Information": "Model Bilgileri",
14
+ "Plugins": "Eklentiler",
15
+ "Download": "İndir",
16
+ "Report a Bug": "Bir Hata Bildir",
17
+ "Settings": "Ayarlar",
18
+
19
+ "Preprocess": "İşlem Öncesi",
20
  "Model Name": "Model Adı",
21
+ "Name of the new model.": "Yeni modelin adı.",
22
  "Enter model name": "Model adını girin",
23
  "Dataset Path": "Veri Kümesi Yolu",
24
+ "Path to the dataset folder.": "Veri kümesi klasörünün yolu.",
25
+ "Refresh Datasets": "Veri Kümelerini Yenile",
26
+ "Dataset Creator": "Veri Kümesi Oluşturucu",
27
+ "Dataset Name": "Veri Kümesi Adı",
28
+ "Name of the new dataset.": "Yeni veri kümesinin adı.",
29
+ "Enter dataset name": "Veri kümesi adını girin",
30
+ "Upload Audio Dataset": "Ses Veri Kümesini Yükle",
31
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "Ses dosyası veri kümesine başarıyla eklendi. Lütfen işlem öncesi düğmesine tıklayın.",
32
+ "Enter dataset path": "Veri kümesi yolunu girin",
33
+ "Sampling Rate": "Örnekleme Hızı",
34
+ "The sampling rate of the audio files.": "Ses dosyalarının örnekleme hızı.",
35
  "RVC Version": "RVC Sürümü",
36
+ "The RVC version of the model.": "Modelin RVC sürümü.",
37
+ "Preprocess Dataset": "Veri Kümesini İşlem Öncesinden Geçir",
38
+
39
+ "Extract": "Çıkar",
40
+ "Hop Length": "Adım Uzunluğu",
41
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "Sistemin önemli bir perde değişikliğine geçmesi için gereken süreyi belirtir. Daha küçük adım uzunlukları, çıkarsama için daha fazla zaman gerektirir ancak daha yüksek perde doğruluğu sağlar.",
42
+ "Batch Size": "Toplu Boyutu",
43
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "Bunu GPU'nuzun mevcut VRAM'iyle uyumlu hale getirmeniz önerilir. 4'lük bir ayar daha iyi doğruluk ancak daha yavaş işleme sunarken, 8 daha hızlı ve standart sonuçlar sağlar.",
44
+ "Save Every Epoch": "Her Dönemde Kaydet",
45
+ "Determine at how many epochs the model will saved at.": "Modelin kaçıncı çağlarda kaydedileceğini belirleyin.",
46
+ "Total Epoch": "Toplam Çağ",
47
+ "Specifies the overall quantity of epochs for the model training process.": "Model eğitim süreci için gereken toplam dönem sayısını belirtir.",
48
+ "Pretrained": "Önceden Eğitimli",
49
+ "Save Only Latest": "Sadece Son Sürümü Kaydet",
50
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "Bu ayarın etkinleştirilmesi, G ve D dosyalarının yalnızca en son sürümlerinin kaydedilmesine neden olur ve depolama alanından tasarruf sağlar.",
51
+ "Save Every Weights": "Tüm Ağırlıkları Kaydet",
52
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "Bu ayar, her dönemin sonunda modelin ağırlıklarını kaydetmenizi sağlar.",
53
+ "Custom Pretrained": "Özel Önceden Eğitimli",
54
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "Özel önceden eğitilmiş modelleri kullanmak üstün sonuçlar doğurabilir, çünkü belirli kullanım durumuna göre uyarlanmış en uygun önceden eğitilmiş modelleri seçmek performansı önemli ölçüde artırabilir.",
55
+ "Upload Pretrained Model": "Önceden Eğitimli Model Yükle",
56
+ "Refresh Custom Pretraineds": "Özel Önceden Eğitimleri Yenile",
57
+ "Pretrained Custom Settings": "Önceden Eğitimli Özel Ayarlar",
58
+ "The file you dropped is not a valid pretrained file. Please try again.": "Bıraktığınız dosya geçerli bir önceden eğitilmiş dosya değil. Lütfen tekrar deneyin.",
59
  "Click the refresh button to see the pretrained file in the dropdown menu.": "Açılır menüde önceden eğitilmiş dosyayı görmek için yenile düğmesine tıklayın.",
60
+ "Pretrained G Path": "Özel Önceden Eğitimli G",
61
+ "Pretrained D Path": "Özel Önceden Eğitimli D",
62
  "GPU Settings": "GPU Ayarları",
63
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "Gelişmiş GPU ayarlarını belirler, daha iyi GPU mimarisine sahip kullanıcılar için önerilir.",
64
  "GPU Custom Settings": "GPU Özel Ayarları",
65
  "GPU Number": "GPU Numarası",
66
+ "0 to ∞ separated by -": "0'dan sonsuza kadar - ile ayrılmış",
67
  "GPU Information": "GPU Bilgileri",
68
+ "Pitch Guidance": "Perde Rehberliği",
69
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "Perde rehberliğini kullanarak, orijinal sesin tonlamasını, perde de dahil olmak üzere yansıtmak mümkün hale gelir. Bu özellik, özellikle orijinal melodiyi veya perde düzenini korumak için hayati önem taşıyan şarkı söyleme ve diğer senaryolar için değerlidir.",
70
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "Kendi modelinizi eğitirken önceden eğitilmiş modelleri kullanın. Bu yaklaşım, eğitim süresini azaltır ve genel kaliteyi artırır.",
71
  "Extract Features": "Özellikleri Çıkar",
72
+
73
+ "Start Training": "Eğitmeye Başla",
74
+ "Stop Training & Restart Applio": "Eğitimi Durdur ve Applio'yu Yeniden Başlat",
75
  "Generate Index": "Dizin Oluştur",
76
+
77
  "Voice Model": "Ses Modeli",
78
+ "Select the voice model to use for the conversion.": "Dönüştürme için kullanılacak ses modelini seçin.",
79
  "Index File": "Dizin Dosyası",
80
+ "Select the index file to use for the conversion.": "Dönüştürme için kullanılacak dizin dosyasını seçin.",
81
+ "Refresh": "Yenile",
82
  "Unload Voice": "Sesi Kaldır",
83
+
84
  "Single": "Tek",
85
  "Upload Audio": "Ses Yükle",
86
  "Select Audio": "Ses Seç",
87
+ "Select the audio to convert.": "Dönüştürülecek sesi seçin.",
88
  "Advanced Settings": "Gelişmiş Ayarlar",
89
+ "Clear Outputs (Deletes all audios in assets/audios)": "Çıktıları Temizle (assets/audios klasöründeki tüm sesleri siler)",
90
  "Custom Output Path": "Özel Çıktı Yolu",
91
+ "Output Path": "Çıktı Yolu",
92
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "Varsayılan olarak assets/audios/output.wav'da kaydedilecek çıktı sesinin yolu",
93
+ "Split Audio": "Sesi Böl",
94
+ "Split the audio into chunks for inference to obtain better results in some cases.": "Daha iyi sonuçlar elde etmek için bazı durumlarda çıkarım için sesi parçalara bölün.",
95
+ "Autotune": "Autotune",
96
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "Çıkarımlarınıza yumuşak bir oto ayar uygulayın, şarkı dönüştürmeleri için önerilir.",
97
+ "Clean Audio": "Sesi Temizle",
98
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "Ses algılama algoritmaları kullanarak ses çıktınızı temizleyin, konuşan sesler için önerilir.",
99
+ "Clean Strength": "Temiz Gücü",
100
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "İstediğiniz sese temizleme seviyesini ayarlayın, ne kadar artırırsanız o kadar temizler, ancak sesin daha fazla sıkıştırılması mümkündür.",
101
  "Pitch": "Perde",
102
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "Sesin perdesini ayarlayın, değer ne kadar yüksek olursa perde o kadar yüksek olur.",
103
+ "Filter Radius": "Filtre Yarıçapı",
104
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "Sayı üçten büyük veya ona eşitse, toplanan ton sonuçlarına ortanca filtreleme uygulamak solunumu azaltabilir.",
105
  "Search Feature Ratio": "Arama Özelliği Oranı",
106
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "Dizin dosyası tarafından uygulanan etki; daha yüksek bir değer daha büyük etkiye karşılık gelir. Ancak daha düşük değerler seçmek, sesteki var olan eserlerin azaltılmasına yardımcı olabilir.",
107
+ "Volume Envelope": "Ses Zarıfı",
108
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "Çıktının ses zarfı ile değiştirme veya karıştırma yapın. Oran 1'e ne kadar yakınsa, çıktı zarfı o kadar fazla kullanılır.",
109
+ "Protect Voiceless Consonants": "Sessiz Ünsüzleri Koru",
110
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "Elektro-akustik yırtılmayı ve diğer eserleri önlemek için farklı ünsüzleri ve solunum seslerini koruyun. Parametreyi maksimum değeri 0,5'e çekmek kapsamlı koruma sağlar. Ancak bu değeri azaltmak, koruma kapsamını azaltırken dizin oluşturma etkisini azaltabilir.",
111
+ "Pitch extraction algorithm": "Perde çıkarma algoritması",
112
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "Ses dönüşümü için kullanılacak perde çıkarma algoritması. Varsayılan algoritma, çoğu durum için önerilen rmvpedir.",
113
+
114
+ "Convert": "Dönüştür",
115
  "Export Audio": "Sesi Dışa Aktar",
116
+
117
+ "Batch": "Toplu",
118
  "Input Folder": "Giriş Klasörü",
119
+ "Select the folder containing the audios to convert.": "Dönüştürülecek sesleri içeren klasörü seçin.",
120
  "Enter input path": "Giriş yolunu girin",
121
  "Output Folder": "Çıktı Klasörü",
122
+ "Select the folder where the output audios will be saved.": "Çıktı seslerinin kaydedileceği klasörü seçin.",
123
+ "Enter output path": "Çıktı yolunu girin",
124
+
125
+ "Get information about the audio": "Ses hakkında bilgi al",
126
  "Information about the audio file": "Ses dosyası hakkında bilgi",
127
+ "Waiting for information...": "Bilgiler bekleniyor...",
128
+
129
+ "## Voice Blender": "## Ses Karıştırıcı",
130
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "İki ses modeli seçin, istediğiniz karışım yüzdesini ayarlayın ve bunları tamamen yeni bir sese karıştırın.",
131
+ "Voice Blender": "Ses Karıştırıcı",
132
+ "Drag and drop your model here": "Modelinizi buraya sürükleyip bırakın",
133
+ "You can also use a custom path.": "Özel bir yol da kullanabilirsiniz.",
134
+ "Blend Ratio": "Karışım Oranı",
135
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "Konumu bir yöne veya diğerine daha fazla ayarlayarak modeli birinci veya ikinciye daha benzer hale getireceksiniz.",
136
+ "Fusion": "Birleştirme",
137
+
138
  "Path to Model": "Modele Giden Yol",
139
+ "Enter path to model": "Modele giden yolu girin",
140
+ "Model information to be placed": "Yerleştirilecek model bilgileri",
141
+ "Inroduce the model information": "Model bilgilerini tanıtın",
142
+ "The information to be placed in the model (You can leave it blank or put anything).": "Modele yerleştirilecek bilgiler (Boş bırakabilir veya bir şey koyabilirsiniz).",
143
+ "View model information": "Model bilgilerini görüntüleyin",
144
+ "Introduce the model pth path": "Model pth yolunu tanıtın",
145
+ "View": "Görüntüle",
146
+ "Model extraction": "Model çıkarımı",
147
  "Model conversion": "Model dönüştürme",
148
  "Pth file": "Pth dosyası",
149
+ "Output of the pth file": "Pth dosyasının çıktısı",
150
+
151
+ "# How to Report an Issue on GitHub": "# GitHub'da Bir Sorunu Nasıl Bildirirsiniz",
152
+ "1. Click on the 'Record Screen' button below to start recording the issue you are experiencing.": "1. Yaşadığınız sorunu kaydetmeye başlamak için aşağıdaki 'Ekran Kaydı' düğmesine tıklayın.",
153
+ "2. Once you have finished recording the issue, click on the 'Stop Recording' button (the same button, but the label changes depending on whether you are actively recording or not).": "2. Sorunu kaydetmeyi tamamladığınızda, 'Kaydı Durdur' düğmesine tıklayın (aynı düğme, ancak aktif olarak kayıt yapıp yapmadığınıza bağlı olarak etiket değişir).",
154
+ "3. Go to [GitHub Issues](https://github.com/IAHispano/Applio/issues) and click on the 'New Issue' button.": "3. [GitHub Sorunlarına](https://github.com/IAHispano/Applio/issues) gidin ve 'Yeni Sorun' düğmesine tıklayın.",
155
+ "4. Complete the provided issue template, ensuring to include details as needed, and utilize the assets section to upload the recorded file from the previous step.": "4. Sağlanan sorun şablonunu tamamlayın, gerektiği gibi ayrıntıları eklediğinizden emin olun ve önceki adımdan kaydedilen dosyayı yüklemek için varlıklar bölümünü kullanın.",
156
+
157
+ "Record Screen": "Ekranı Kaydet",
158
+ "Record": "Kayıt Yap",
159
+ "Stop Recording": "Kaydı Durdur",
160
+
161
+ "Introduce the model .pth path": "Model .pth yolunu tanıtın",
162
+ "See Model Information": "Model Bilgilerini Görün",
163
+
164
+ "## Download Model": "## Model İndirin",
165
  "Model Link": "Model Bağlantısı",
166
  "Introduce the model link": "Model bağlantısını tanıtın",
167
+ "Download Model": "Modeli İndirin",
168
+ "## Drop files": "## Dosyaları bırakın",
169
+ "Drag your .pth file and .index file into this space. Drag one and then the other.": ".pth dosyanızı ve .index dosyanızı bu alana sürükleyin. Önce birini sonra diğerini sürükleyin.",
170
+
171
  "TTS Voices": "TTS Sesleri",
172
+ "Select the TTS voice to use for the conversion.": "Dönüşüm için kullanılacak TTS sesini seçin.",
173
+ "Text to Synthesize": "Sentezlemek İçin Metin",
174
+ "Enter the text to synthesize.": "Sentezlemek için metni girin.",
175
+ "Or you can upload a .txt file": "Veya bir .txt dosyası yükleyebilirsiniz",
176
+ "Enter text to synthesize": "Sentezlemek için metin girin",
177
+ "Output Path for TTS Audio": "TTS Sesinin Çıktı Yolu",
178
+ "Output Path for RVC Audio": "RVC Sesinin Çıktı Yolu",
179
+
180
+ "Enable Applio integration with Discord presence": "Discord oynuyor Applio entegrasyonunu etkinleştirin",
181
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "Applio geçerli etkinliğini Discord'da görüntüleme olasılığını etkinleştirir.",
182
+ "Enable Applio integration with applio.org/models using flask": "Flask kullanarak applio.org/models ile Applio entegrasyonunu etkinleştirin",
183
+ "It will activate the possibility of downloading models with a click from the website.": "Web sitesinden bir tıklama ile modellerin indirilmesi olasılığını etkinleştirir.",
184
+ "Theme": "Tema",
185
+ "Select the theme you want to use. (Requires restarting Applio)": "Kullanmak istediğiniz temayı seçin. (Applio'yu yeniden başlatmayı gerektirir)",
186
+ "Language": "Dil",
187
+ "Select the language you want to use. (Requires restarting Applio)": "Kullanmak istediğiniz dili seçin. (Applio'yu yeniden başlatmayı gerektirir)",
188
+
189
+ "Plugin Installer": "Plugin Yükleyici",
190
+ "Drag your plugin.zip to install it": "Yüklemek için plugin.zip'inizi sürükleyin",
191
+
192
+ "Version Checker": "Sürüm Denetleyicisi",
193
+ "Check which version of Applio is the latest to see if you need to update.": "Güncellemeniz gerekip gerekmediğini görmek için Applio'nun hangi sürümünün en son olduğunu kontrol edin.",
194
+ "Check for updates": "Güncellemeleri kontrol et"
195
  }
assets/i18n/languages/uk_UK.json CHANGED
@@ -2,6 +2,7 @@
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Найкращий інструмент для клонування голосу, ретельно оптимізований для неперевершеної потужності, модульності та зручного використання.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "Цей розділ містить деякі додаткові утиліти, які часто можуть перебувати на експериментальних стадіях.",
4
  "Output Information": "Вихідна інформація",
 
5
  "Inference": "Висновок",
6
  "Train": "Поїзд",
7
  "Extra": "Додаткові",
@@ -9,80 +10,126 @@
9
  "Processing": "Обробки",
10
  "Audio Analyzer": "Аналізатор звуку",
11
  "Model Information": "Інформація про модель",
 
12
  "Download": "Завантажити",
13
  "Report a Bug": "Повідомити про помилку",
 
14
  "Preprocess": "Попередня обробка",
15
  "Model Name": "Назва моделі",
 
16
  "Enter model name": "Введіть назву моделі",
17
  "Dataset Path": "Шлях набору даних",
 
 
 
 
 
 
 
 
18
  "Enter dataset path": "Введіть шлях набору даних",
19
  "Sampling Rate": "Частота дискретизації",
 
20
  "RVC Version": "Версія RVC",
 
21
  "Preprocess Dataset": "Набір даних попередньої обробки",
22
  "Extract": "Екстракт",
23
  "Hop Length": "Довжина хмелю",
 
24
  "Batch Size": "Розмір партії",
 
25
  "Save Every Epoch": "Врятуйте кожну епоху",
 
26
  "Total Epoch": "Ціла епоха",
 
27
  "Pretrained": "Попереднє навчання",
28
  "Save Only Latest": "Зберігайте лише останні",
 
29
  "Save Every Weights": "Збережіть кожну вагу",
 
30
  "Custom Pretrained": "Індивідуальне попереднє навчання",
 
31
  "Upload Pretrained Model": "Завантажте попередньо навчену модель",
 
32
  "Pretrained Custom Settings": "Попередньо навчені користувацькі налаштування",
33
  "The file you dropped is not a valid pretrained file. Please try again.": "Файл, який ви скинули, не є дійсним попередньо навченим файлом. Будь ласка, спробуйте ще раз.",
34
  "Click the refresh button to see the pretrained file in the dropdown menu.": "Натисніть кнопку «Оновити», щоб переглянути попередньо підготовлений файл у розкривному меню.",
35
  "Pretrained G Path": "Спеціальна попередньо навчена G",
36
  "Pretrained D Path": "Спеціальний попередньо навчений D",
37
  "GPU Settings": "Налаштування графічного процесора",
 
38
  "GPU Custom Settings": "Користувацькі налаштування графічного процесора",
39
  "GPU Number": "Номер графічного процесора",
40
  "0 to ∞ separated by -": "від 0 до ∞ розділені -",
41
  "GPU Information": "Інформація про графічний процесор",
42
  "Pitch Guidance": "Керівництво пітчем",
 
 
43
  "Extract Features": "особливості витягу",
44
  "Start Training": "Почати навчання",
45
  "Generate Index": "Згенерувати індекс",
46
  "Voice Model": "Голосова модель",
 
47
  "Index File": "Індексний файл",
 
48
  "Refresh": "Оновити",
49
  "Unload Voice": "Вивантажити голос",
50
  "Single": "Одного",
51
  "Upload Audio": "Завантажити аудіо",
52
  "Select Audio": "Виберіть Аудіо",
 
53
  "Advanced Settings": "Розширені налаштування",
54
  "Clear Outputs (Deletes all audios in assets/audios)": "Очистити виходи (видаляє всі аудіозаписи в ресурсах/аудіозаписах)",
55
  "Custom Output Path": "Власний вихідний шлях",
56
  "Output Path": "Вихідний шлях",
 
 
 
 
 
 
 
 
 
57
  "Pitch": "Крок",
58
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "Якщо >=3: застосуйте медіанну фільтрацію до отриманих результатів смоли. Значення являє собою радіус фільтра і може зменшити задишку",
 
 
59
  "Search Feature Ratio": "Співвідношення функцій пошуку",
 
 
 
 
 
60
  "Pitch extraction algorithm": "Алгоритм вилучення кроку",
 
61
  "Convert": "Перетворити",
62
  "Export Audio": "Експорт аудіо",
63
  "Batch": "Пакетний",
64
  "Input Folder": "Папка введення",
 
65
  "Enter input path": "Введіть вхідний шлях",
66
  "Output Folder": "Вихідна папка",
 
67
  "Enter output path": "Введіть вихідний шлях",
68
  "Get information about the audio": "Отримання інформації про аудіо",
69
  "Information about the audio file": "Інформація про аудіофайл",
70
  "Waiting for information...": "Чекаємо на інформацію...",
71
- "Model fusion": "Злиття моделей",
72
- "Weight for Model A": "Вага для моделі А",
73
- "Whether the model has pitch guidance": "Чи має модель наведення висоти тону",
74
- "Model architecture version": "Версія архітектури моделі",
75
- "Path to Model A": "Шлях до моделі А",
76
- "Path to Model B": "Шлях до моделі B",
77
- "Path to model": "Шлях до моделі",
78
- "Model information to be placed": "Інформація про модель, яку потрібно розмістити",
79
  "Fusion": "Злиття",
80
- "Modify model information": "Змінення інформації про модель",
81
  "Path to Model": "Шлях до моделі",
82
- "Model information to be modified": "Інформація про модель, яку потрібно змінити",
83
- "Save file name": "Зберегти ім'я файлу",
84
- "Modify": "Змінити",
 
85
  "View model information": "Перегляд інформації про модель",
 
86
  "View": "Вид",
87
  "Model extraction": "Вилучення моделі",
88
  "Model conversion": "Перетворення моделі",
@@ -101,13 +148,28 @@
101
  "## Download Model": "## Завантажити модель",
102
  "Model Link": "Посилання на модель",
103
  "Introduce the model link": "Ознайомлення з моделлю",
104
- "Download Model": "Дескаргар Модело",
105
  "## Drop files": "## Скиньте файли",
106
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Перетягніть файл .pth і файл .index у цей простір. Перетягніть одну, а потім іншу.",
107
  "TTS Voices": "Голоси TTS",
 
108
  "Text to Synthesize": "Текст для синтезу",
 
 
109
  "Enter text to synthesize": "Введі��ь текст для синтезу",
110
  "Output Path for TTS Audio": "Вихідний шлях для аудіо TTS",
111
  "Output Path for RVC Audio": "Вихідний тракт для аудіо RVC",
112
- "Enable Applio integration with Discord presence": "Присутність Applio"
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Найкращий інструмент для клонування голосу, ретельно оптимізований для неперевершеної потужності, модульності та зручного використання.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "Цей розділ містить деякі додаткові утиліти, які часто можуть перебувати на експериментальних стадіях.",
4
  "Output Information": "Вихідна інформація",
5
+ "The output information will be displayed here.": "Тут буде відображена вихідна інформація.",
6
  "Inference": "Висновок",
7
  "Train": "Поїзд",
8
  "Extra": "Додаткові",
 
10
  "Processing": "Обробки",
11
  "Audio Analyzer": "Аналізатор звуку",
12
  "Model Information": "Інформація про модель",
13
+ "Plugins": "Плагіни",
14
  "Download": "Завантажити",
15
  "Report a Bug": "Повідомити про помилку",
16
+ "Settings": "Параметри",
17
  "Preprocess": "Попередня обробка",
18
  "Model Name": "Назва моделі",
19
+ "Name of the new model.": "Назва нової моделі.",
20
  "Enter model name": "Введіть назву моделі",
21
  "Dataset Path": "Шлях набору даних",
22
+ "Path to the dataset folder.": "Шлях до папки набору даних.",
23
+ "Refresh Datasets": "Оновити набори даних",
24
+ "Dataset Creator": "Творець набору даних",
25
+ "Dataset Name": "Ім'я набору даних",
26
+ "Name of the new dataset.": "Ім'я нового набору даних.",
27
+ "Enter dataset name": "Введіть назву набору даних",
28
+ "Upload Audio Dataset": "Завантажити аудіо набір даних",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "Аудіофайл успішно додано до набору даних. Будь ласка, натисніть кнопку попередньої обробки.",
30
  "Enter dataset path": "Введіть шлях набору даних",
31
  "Sampling Rate": "Частота дискретизації",
32
+ "The sampling rate of the audio files.": "Частота дискретизації аудіофайлів.",
33
  "RVC Version": "Версія RVC",
34
+ "The RVC version of the model.": "Версія моделі RVC.",
35
  "Preprocess Dataset": "Набір даних попередньої обробки",
36
  "Extract": "Екстракт",
37
  "Hop Length": "Довжина хмелю",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "Позначає час, необхідний для переходу системи до значної зміни висоти тону. Менша довжина стрибка вимагає більше часу для виведення, але, як правило, дає вищу точність кроку.",
39
  "Batch Size": "Розмір партії",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "Бажано вирівняти його з доступною відеопам'яттю вашого графічного процесора. Значення 4 забезпечує підвищену точність, але повільнішу обробку, тоді як 8 забезпечує швидші та стандартніші результати.",
41
  "Save Every Epoch": "Врятуйте кожну епоху",
42
+ "Determine at how many epochs the model will saved at.": "Визначте, у скількох епохах збережеться модель.",
43
  "Total Epoch": "Ціла епоха",
44
+ "Specifies the overall quantity of epochs for the model training process.": "Визначає загальну кількість епох для процесу навчання моделі.",
45
  "Pretrained": "Попереднє навчання",
46
  "Save Only Latest": "Зберігайте лише останні",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "Увімкнення цього параметра призведе до того, що файли G і D зберігатимуть лише найновіші версії, ефективно заощаджуючи місце для зберігання.",
48
  "Save Every Weights": "Збережіть кожну вагу",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "Цей параметр дозволяє зберегти вагу моделі в кінці кожної епохи.",
50
  "Custom Pretrained": "Індивідуальне попереднє навчання",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "Використання спеціальних попередньо навчених моделей може призвести до чудових результатів, оскільки вибір найбільш підходящих попередньо навчених моделей, адаптованих до конкретного випадку використання, може значно підвищити продуктивність.",
52
  "Upload Pretrained Model": "Завантажте попередньо навчену модель",
53
+ "Refresh Custom Pretraineds": "Оновлення користувацьких попередньо навчених",
54
  "Pretrained Custom Settings": "Попередньо навчені користувацькі налаштування",
55
  "The file you dropped is not a valid pretrained file. Please try again.": "Файл, який ви скинули, не є дійсним попередньо навченим файлом. Будь ласка, спробуйте ще раз.",
56
  "Click the refresh button to see the pretrained file in the dropdown menu.": "Натисніть кнопку «Оновити», щоб переглянути попередньо підготовлений файл у розкривному меню.",
57
  "Pretrained G Path": "Спеціальна попередньо навчена G",
58
  "Pretrained D Path": "Спеціальний попередньо навчений D",
59
  "GPU Settings": "Налаштування графічного процесора",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "Встановлює розширені налаштування графічного процесора, рекомендовані для користувачів із кращою архітектурою графічного процесора.",
61
  "GPU Custom Settings": "Користувацькі налаштування графічного процесора",
62
  "GPU Number": "Номер графічного процесора",
63
  "0 to ∞ separated by -": "від 0 до ∞ розділені -",
64
  "GPU Information": "Інформація про графічний процесор",
65
  "Pitch Guidance": "Керівництво пітчем",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "Використовуючи висоту тону, стає можливим відобразити інтонацію оригінального голосу, включаючи його висоту. Ця функція особливо цінна для співу та інших сценаріїв, де важливо зберегти оригінальну мелодію або висоту тону.",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "Використовуйте попередньо підготовлені моделі під час навчання власних. Такий підхід скорочує тривалість навчання і підвищує загальну якість.",
68
  "Extract Features": "особливості витягу",
69
  "Start Training": "Почати навчання",
70
  "Generate Index": "Згенерувати індекс",
71
  "Voice Model": "Голосова модель",
72
+ "Select the voice model to use for the conversion.": "Виберіть модель голосу, яку потрібно використовувати для перетворення.",
73
  "Index File": "Індексний файл",
74
+ "Select the index file to use for the conversion.": "Виберіть файл покажчика, який буде використано для перетворення.",
75
  "Refresh": "Оновити",
76
  "Unload Voice": "Вивантажити голос",
77
  "Single": "Одного",
78
  "Upload Audio": "Завантажити аудіо",
79
  "Select Audio": "Виберіть Аудіо",
80
+ "Select the audio to convert.": "Виберіть аудіо, яке потрібно конвертувати.",
81
  "Advanced Settings": "Розширені налаштування",
82
  "Clear Outputs (Deletes all audios in assets/audios)": "Очистити виходи (видаляє всі аудіозаписи в ресурсах/аудіозаписах)",
83
  "Custom Output Path": "Власний вихідний шлях",
84
  "Output Path": "Вихідний шлях",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "Шлях, за яким буде збережено вихідне аудіо, за замовчуванням у assets/audios/output.wav",
86
+ "Split Audio": "Розділене аудіо",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "Розділіть аудіо на фрагменти для висновків, щоб отримати кращі результати в деяких випадках.",
88
+ "Autotune": "Автотюнінг",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "Застосовуйте до своїх висновків м'яку автонастройку, рекомендовану для співочих перетворень.",
90
+ "Clean Audio": "Чистий звук",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "Очистіть аудіовихід за допомогою алгоритмів виявлення шуму, рекомендованих для озвучування аудіо.",
92
+ "Clean Strength": "Чиста міцність",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "Встановіть потрібний рівень очищення звуку, чим більше ви його збільшите, тим більше він буде очищений, але можливо, що звук буде більш стиснутим.",
94
  "Pitch": "Крок",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "Встановіть висоту звуку, чим вище значення, тим вище висота.",
96
+ "Filter Radius": "Радіус фільтра",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "Якщо число більше або дорівнює трьом, використання медіанної фільтрації на результатах зібраного тону може призвести до зниження дихання.",
98
  "Search Feature Ratio": "Співвідношення функцій пошуку",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "Вплив, який чинить індексний файл; Більш високе значення відповідає більшому впливу. Однак вибір нижчих значень може допомогти пом'якшити артефакти, присутні в аудіо.",
100
+ "Volume Envelope": "Об'ємний конверт",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "Замініть або змішайте з об'ємною огинаючою виводу. Чим ближче відношення до 1, тим більше використовується вихідна огинаюча.",
102
+ "Protect Voiceless Consonants": "Захист глухих приголосних",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "Захистіть чіткі приголосні та дихальні звуки, щоб запобігти електроакустичним розривам та іншим артефактам. Підтягування параметра до максимального значення 0,5 забезпечує комплексний захист. Однак зменшення цього значення може зменшити ступінь захисту, потенційно пом'якшуючи ефект індексації.",
104
  "Pitch extraction algorithm": "Алгоритм вилучення кроку",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "Алгоритм вилучення висоти тону, який слід використовувати для перетворення звуку. Типовим алгоритмом є rmvpe, який рекомендується для більшості випадків.",
106
  "Convert": "Перетворити",
107
  "Export Audio": "Експорт аудіо",
108
  "Batch": "Пакетний",
109
  "Input Folder": "Папка введення",
110
+ "Select the folder containing the audios to convert.": "Виберіть папку, що містить аудіозаписи для перетворення.",
111
  "Enter input path": "Введіть вхідний шлях",
112
  "Output Folder": "Вихідна папка",
113
+ "Select the folder where the output audios will be saved.": "Виберіть папку, куди будуть збережені вихідні аудіозаписи.",
114
  "Enter output path": "Введіть вихідний шлях",
115
  "Get information about the audio": "Отримання інформації про аудіо",
116
  "Information about the audio file": "Інформація про аудіофайл",
117
  "Waiting for information...": "Чекаємо на інформацію...",
118
+ "## Voice Blender": "## Голосовий блендер",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "Виберіть дві моделі голосу, встановіть бажаний відсоток накладання та змішайте їх у абсолютно новий голос.",
120
+ "Voice Blender": "Голосовий блендер",
121
+ "Drag and drop your model here": "Перетягніть модель сюди",
122
+ "You can also use a custom path.": "Ви також можете використовувати власний шлях.",
123
+ "Blend Ratio": "Пропорції змішування",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "Регулювання положення більше в ту чи іншу сторону зробить модель більш схожою на першу або другу.",
 
125
  "Fusion": "Злиття",
 
126
  "Path to Model": "Шлях до моделі",
127
+ "Enter path to model": "Введіть шлях до моделі",
128
+ "Model information to be placed": "Інформація про модель, яку потрібно розмістити",
129
+ "Inroduce the model information": "Ознайомлення з інформацією про модель",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "Інформація, яку потрібно розмістити в моделі (Ви можете залишити її порожньою або поставити що завгодно).",
131
  "View model information": "Перегляд інформації про модель",
132
+ "Introduce the model pth path": "Ознайомлення з моделлю pth шляху",
133
  "View": "Вид",
134
  "Model extraction": "Вилучення моделі",
135
  "Model conversion": "Перетворення моделі",
 
148
  "## Download Model": "## Завантажити модель",
149
  "Model Link": "Посилання на модель",
150
  "Introduce the model link": "Ознайомлення з моделлю",
151
+ "Download Model": "Завантажити модель",
152
  "## Drop files": "## Скиньте файли",
153
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Перетягніть файл .pth і файл .index у цей простір. Перетягніть одну, а потім іншу.",
154
  "TTS Voices": "Голоси TTS",
155
+ "Select the TTS voice to use for the conversion.": "Виберіть голос TTS, який буде використано для перетворення.",
156
  "Text to Synthesize": "Текст для синтезу",
157
+ "Enter the text to synthesize.": "Введіть текст для синтезу.",
158
+ "Or you can upload a .txt file": "Або ви можете завантажити файл .txt",
159
  "Enter text to synthesize": "Введі��ь текст для синтезу",
160
  "Output Path for TTS Audio": "Вихідний шлях для аудіо TTS",
161
  "Output Path for RVC Audio": "Вихідний тракт для аудіо RVC",
162
+ "Enable Applio integration with Discord presence": "Увімкніть інтеграцію Applio з присутністю в Discord",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "Він активує можливість відображення поточної активності Applio в Discord.",
164
+ "Enable Applio integration with applio.org/models using flask": "Увімкніть інтеграцію Applio з applio.org/models за допомогою колби",
165
+ "It will activate the possibility of downloading models with a click from the website.": "Він активує можливість завантаження моделей одним кліком з сайту.",
166
+ "Theme": "Тема",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "Виберіть тему, яку потрібно використовувати. (Потрібно перезапустити Applio)",
168
+ "Language": "Мова",
169
+ "Select the language you want to use. (Requires restarting Applio)": "Виберіть потрібну мову. (Потрібно перезапустити Applio)",
170
+ "Plugin Installer": "Інсталятор плагінів",
171
+ "Drag your plugin.zip to install it": "Перетягніть plugin.zip, щоб встановити його",
172
+ "Version Checker": "Перевірка версій",
173
+ "Check which version of Applio is the latest to see if you need to update.": "Перевірте, яка версія Applio найновіша, щоб дізнатися, чи потрібно вам оновлюватися.",
174
+ "Check for updates": "Перевірте наявність оновлень"
175
+ }
assets/i18n/languages/ur_UR.json CHANGED
@@ -2,6 +2,7 @@
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "حتمی صوتی کلوننگ ٹول ، بے مثال طاقت ، ماڈیولریٹی ، اور صارف دوست تجربے کے لئے احتیاط سے بہتر بنایا گیا ہے۔",
3
  "This section contains some extra utilities that often may be in experimental phases.": "اس سیکشن میں کچھ اضافی افادیت شامل ہیں جو اکثر تجرباتی مراحل میں ہوسکتی ہیں۔",
4
  "Output Information": "آؤٹ پٹ معلومات",
 
5
  "Inference": "استدلال",
6
  "Train": "ٹرین",
7
  "Extra": "اضافی",
@@ -9,80 +10,126 @@
9
  "Processing": "پروسیسنگ",
10
  "Audio Analyzer": "Audio Analyzer",
11
  "Model Information": "ماڈل کی معلومات",
 
12
  "Download": "ڈاؤن لوڈ",
13
  "Report a Bug": "ایک بگ کی رپورٹ کریں",
 
14
  "Preprocess": "پری پروسیس",
15
  "Model Name": "ماڈل کا نام",
 
16
  "Enter model name": "ماڈل کا نام درج کریں",
17
  "Dataset Path": "ڈیٹا سیٹ کا راستہ",
 
 
 
 
 
 
 
 
18
  "Enter dataset path": "ڈیٹا سیٹ کا راستہ درج کریں",
19
  "Sampling Rate": "نمونے لینے کی شرح",
 
20
  "RVC Version": "RVC Version",
 
21
  "Preprocess Dataset": "پری پروسیس ڈیٹا سیٹ",
22
  "Extract": "نکالنا",
23
  "Hop Length": "ہاپ کی لمبائی",
 
24
  "Batch Size": "Batch کا سائز",
 
25
  "Save Every Epoch": "ہر دور کو محفوظ کریں",
 
26
  "Total Epoch": "مجموعی دور کی نوعیت",
 
27
  "Pretrained": "پہلے سے تربیت یافتہ",
28
  "Save Only Latest": "صرف تازہ ترین محفوظ کریں",
 
29
  "Save Every Weights": "ہر وزن کو بچائیں",
 
30
  "Custom Pretrained": "اپنی مرضی کے مطابق پہلے سے تربیت یافتہ",
 
31
  "Upload Pretrained Model": "پہلے سے تربیت یافتہ ماڈل اپ لوڈ کریں",
 
32
  "Pretrained Custom Settings": "پہلے سے تربیت یافتہ کسٹم ترتیبات",
33
  "The file you dropped is not a valid pretrained file. Please try again.": "آپ نے جو فائل چھوڑی ہے وہ درست پہلے سے تربیت یافتہ فائل نہیں ہے۔ براہ مہربانی دوبارہ کوشش کریں۔",
34
  "Click the refresh button to see the pretrained file in the dropdown menu.": "ڈراپ ڈاؤن مینو میں پہلے سے تربیت یافتہ فائل دیکھنے کے لئے ریفریش بٹن پر کلک کریں۔",
35
  "Pretrained G Path": "اپنی مرضی کے مطابق پہلے سے تربیت یافتہ G",
36
  "Pretrained D Path": "اپنی مرضی کے مطابق پہلے سے تربیت یافتہ D",
37
  "GPU Settings": "GPU Settings",
 
38
  "GPU Custom Settings": "GPU اپنی مرضی کے مطابق ترتیبات",
39
  "GPU Number": "GPU نمبر",
40
  "0 to ∞ separated by -": "0 سے الگ ∞ -",
41
  "GPU Information": "GPU Information",
42
  "Pitch Guidance": "پچ گائیڈنس",
 
 
43
  "Extract Features": "نکالنے کی خصوصیات",
44
  "Start Training": "تربیت شروع کریں",
45
  "Generate Index": "انڈیکس پیدا کریں",
46
  "Voice Model": "صوتی ماڈل",
 
47
  "Index File": "انڈیکس فائل",
 
48
  "Refresh": "تازہ",
49
  "Unload Voice": "آواز کو ان لوڈ کریں",
50
  "Single": "تنہا",
51
  "Upload Audio": "آڈیو اپ لوڈ کریں",
52
  "Select Audio": "آڈیو منتخب کریں",
 
53
  "Advanced Settings": "اعلی درجے کی ترتیبات",
54
  "Clear Outputs (Deletes all audios in assets/audios)": "آؤٹ پٹ صاف کریں (اثاثوں / آڈیو میں تمام آڈیو حذف کرتا ہے)",
55
  "Custom Output Path": "اپنی مرضی کے مطابق آؤٹ پٹ پتھ",
56
  "Output Path": "آؤٹ پٹ پتھ",
 
 
 
 
 
 
 
 
 
57
  "Pitch": "پچ",
58
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "اگر > = 3 ہے: کٹائی شدہ پچ کے نتائج پر اوسط فلٹرنگ کا اطلاق کریں۔ قیمت فلٹر کے دائرے کی نمائندگی کرتی ہے اور سانس لینے کو کم کر سکتی ہے",
 
 
59
  "Search Feature Ratio": "تلاش کی خصوصیت کا تناسب",
 
 
 
 
 
60
  "Pitch extraction algorithm": "پچ نکالنے کا الگورتھم",
 
61
  "Convert": "بدلیں",
62
  "Export Audio": "آڈیو برآمد کریں",
63
  "Batch": "بیچ",
64
  "Input Folder": "ان پٹ فولڈر",
 
65
  "Enter input path": "ان پٹ راستہ درج کریں",
66
  "Output Folder": "آؤٹ پٹ فولڈر",
 
67
  "Enter output path": "آؤٹ پٹ کا راستہ درج کریں",
68
  "Get information about the audio": "آڈیو کے بارے میں معلومات حاصل کریں",
69
  "Information about the audio file": "آڈیو فائل کے بارے میں معلومات",
70
  "Waiting for information...": "معلومات کا انتظار ہے...",
71
- "Model fusion": "ماڈل فیوژن",
72
- "Weight for Model A": "ماڈل اے کے لئے وزن",
73
- "Whether the model has pitch guidance": "کیا ماڈل کے پاس پچ گائیڈنس ہے",
74
- "Model architecture version": "ماڈل آرکیٹیکچر ورژن",
75
- "Path to Model A": "ماڈل اے کا راستہ",
76
- "Path to Model B": "ماڈل بی کا راستہ",
77
- "Path to model": "ماڈل کا راستہ",
78
- "Model information to be placed": "ماڈل کی معلومات رکھی جائے گی",
79
  "Fusion": "فیوژن",
80
- "Modify model information": "ماڈل کی معلومات میں ترمیم کریں",
81
  "Path to Model": "ماڈل کا راستہ",
82
- "Model information to be modified": "ماڈل کی معلومات میں ترمیم کی جائے گی",
83
- "Save file name": "فائل کا نام محفوظ کریں",
84
- "Modify": "ترمیم",
 
85
  "View model information": "ماڈل کی معلومات دیکھیں",
 
86
  "View": "منظر",
87
  "Model extraction": "ماڈل نکالنے",
88
  "Model conversion": "ماڈل کی تبدیلی",
@@ -101,13 +148,28 @@
101
  "## Download Model": "## ڈاؤن لوڈ ماڈل",
102
  "Model Link": "ماڈل لنک",
103
  "Introduce the model link": "ماڈل کا لنک متعارف کروائیں",
104
- "Download Model": "Descargar Modelo",
105
  "## Drop files": "## فائلیں چھوڑ دیں",
106
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "اپنی .pth فائل اور .انڈیکس فائل کو اس جگہ میں گھسیٹیں۔ ایک کو گھسیٹیں اور پھر دوسرے کو۔",
107
  "TTS Voices": "ٹی ٹی ایس وائسز",
 
108
  "Text to Synthesize": "ترکیب کرنے کے لئے متن",
 
 
109
  "Enter text to synthesize": "ترتیب دینے کے لئے متن درج کریں",
110
  "Output Path for TTS Audio": "ٹی ٹی ایس آڈیو کے لئے آؤٹ پٹ پتھ",
111
  "Output Path for RVC Audio": "آر وی سی آڈیو کے لئے آؤٹ پٹ پتھ",
112
- "Enable Applio integration with Discord presence": "Applio موجودگی"
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "حتمی صوتی کلوننگ ٹول ، بے مثال طاقت ، ماڈیولریٹی ، اور صارف دوست تجربے کے لئے احتیاط سے بہتر بنایا گیا ہے۔",
3
  "This section contains some extra utilities that often may be in experimental phases.": "اس سیکشن میں کچھ اضافی افادیت شامل ہیں جو اکثر تجرباتی مراحل میں ہوسکتی ہیں۔",
4
  "Output Information": "آؤٹ پٹ معلومات",
5
+ "The output information will be displayed here.": "آؤٹ پٹ کی معلومات یہاں ظاہر کی جائے گی۔",
6
  "Inference": "استدلال",
7
  "Train": "ٹرین",
8
  "Extra": "اضافی",
 
10
  "Processing": "پروسیسنگ",
11
  "Audio Analyzer": "Audio Analyzer",
12
  "Model Information": "ماڈل کی معلومات",
13
+ "Plugins": "پلگ ان",
14
  "Download": "ڈاؤن لوڈ",
15
  "Report a Bug": "ایک بگ کی رپورٹ کریں",
16
+ "Settings": "سیٹنگیں",
17
  "Preprocess": "پری پروسیس",
18
  "Model Name": "ماڈل کا نام",
19
+ "Name of the new model.": "نئے ماڈل کا نام",
20
  "Enter model name": "ماڈل کا نام درج کریں",
21
  "Dataset Path": "ڈیٹا سیٹ کا راستہ",
22
+ "Path to the dataset folder.": "ڈیٹا سیٹ فولڈر کا راستہ۔",
23
+ "Refresh Datasets": "تازہ ترین ڈیٹا سیٹ",
24
+ "Dataset Creator": "ڈیٹا سیٹ تخلیق کار",
25
+ "Dataset Name": "ڈیٹا سیٹ کا نام",
26
+ "Name of the new dataset.": "نئے ڈیٹا سیٹ کا نام۔",
27
+ "Enter dataset name": "ڈیٹا سیٹ کا نام درج کریں",
28
+ "Upload Audio Dataset": "آڈیو ڈیٹا سیٹ اپ لوڈ کریں",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "آڈیو فائل کو کامیابی سے ڈیٹا سیٹ میں شامل کیا گیا ہے۔ براہ کرم پری پروسیس بٹن پر کلک کریں۔",
30
  "Enter dataset path": "ڈیٹا سیٹ کا راستہ درج کریں",
31
  "Sampling Rate": "نمونے لینے کی شرح",
32
+ "The sampling rate of the audio files.": "آڈیو فائلوں کے نمونے لینے کی شرح۔",
33
  "RVC Version": "RVC Version",
34
+ "The RVC version of the model.": "ماڈل کا آر وی سی ورژن۔",
35
  "Preprocess Dataset": "پری پروسیس ڈیٹا سیٹ",
36
  "Extract": "نکالنا",
37
  "Hop Length": "ہاپ کی لمبائی",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "نظام کو ایک اہم پچ تبدیلی میں منتقل ہونے میں لگنے والے عرصے کی نشاندہی کرتا ہے۔ چھوٹی ہاپ لمبائی کو اندازہ لگانے کے لئے زیادہ وقت کی ضرورت ہوتی ہے لیکن پچ کی درستگی زیادہ ہوتی ہے۔",
39
  "Batch Size": "Batch کا سائز",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "اسے اپنے جی پی یو کے دستیاب وی آر اے ایم کے ساتھ ہم آہنگ کرنے کا مشورہ دیا جاتا ہے۔ 4 کی ترتیب بہتر درستگی لیکن سست پروسیسنگ پیش کرتی ہے ، جبکہ 8 تیز اور معیاری نتائج فراہم کرتی ہے۔",
41
  "Save Every Epoch": "ہر دور کو محفوظ کریں",
42
+ "Determine at how many epochs the model will saved at.": "اس بات کا تعین کریں کہ ماڈل کتنے ادوار میں محفوظ رہے گا۔",
43
  "Total Epoch": "مجموعی دور کی نوعیت",
44
+ "Specifies the overall quantity of epochs for the model training process.": "ماڈل ٹریننگ کے عمل کے لئے ادوار کی مجموعی مقدار کی وضاحت کرتا ہے۔",
45
  "Pretrained": "پہلے سے تربیت یافتہ",
46
  "Save Only Latest": "صرف تازہ ترین محفوظ کریں",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "اس ترتیب کو فعال کرنے کے نتیجے میں جی اور ڈی فائلیں صرف اپنے تازہ ترین ورژن کو محفوظ کریں گی ، مؤثر طریقے سے اسٹوریج کی جگہ کو محفوظ کریں گی۔",
48
  "Save Every Weights": "ہر وزن کو بچائیں",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "یہ ترتیب آپ کو ہر دور کے اختتام پر ماڈل کے وزن کو بچانے کے قابل بناتی ہے۔",
50
  "Custom Pretrained": "اپنی مرضی کے مطابق پہلے سے تربیت یافتہ",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "اپنی مرضی کے مطابق پہلے سے تربیت یافتہ ماڈلز کا استعمال بہتر نتائج کا باعث بن سکتا ہے ، کیونکہ مخصوص استعمال کے معاملے کے مطابق سب سے مناسب پری ٹریننگ ماڈلز کا انتخاب کارکردگی کو نمایاں طور پر بڑھا سکتا ہے۔",
52
  "Upload Pretrained Model": "پہلے سے تربیت یافتہ ماڈل اپ لوڈ کریں",
53
+ "Refresh Custom Pretraineds": "اپنی مرضی کے مطابق پیشگی تربیت یافتہ تازہ کاری کریں",
54
  "Pretrained Custom Settings": "پہلے سے تربیت یافتہ کسٹم ترتیبات",
55
  "The file you dropped is not a valid pretrained file. Please try again.": "آپ نے جو فائل چھوڑی ہے وہ درست پہلے سے تربیت یافتہ فائل نہیں ہے۔ براہ مہربانی دوبارہ کوشش کریں۔",
56
  "Click the refresh button to see the pretrained file in the dropdown menu.": "ڈراپ ڈاؤن مینو میں پہلے سے تربیت یافتہ فائل دیکھنے کے لئے ریفریش بٹن پر کلک کریں۔",
57
  "Pretrained G Path": "اپنی مرضی کے مطابق پہلے سے تربیت یافتہ G",
58
  "Pretrained D Path": "اپنی مرضی کے مطابق پہلے سے تربیت یافتہ D",
59
  "GPU Settings": "GPU Settings",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "بہتر جی پی یو آرکیٹیکچر والے صارفین کے لئے تجویز کردہ جدید جی پی یو سیٹنگز سیٹ کرتا ہے۔",
61
  "GPU Custom Settings": "GPU اپنی مرضی کے مطابق ترتیبات",
62
  "GPU Number": "GPU نمبر",
63
  "0 to ∞ separated by -": "0 سے الگ ∞ -",
64
  "GPU Information": "GPU Information",
65
  "Pitch Guidance": "پچ گائیڈنس",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "پچ گائیڈنس کا استعمال کرتے ہوئے ، اس کی پچ سمیت اصل آواز کے آئینے کو آئینہ دار بنانا ممکن ہوجاتا ہے۔ یہ خصوصیت خاص طور پر گانے اور دیگر منظرناموں کے لئے قابل قدر ہے جہاں اصل دھن یا پچ پیٹرن کو محفوظ کرنا ضروری ہے۔",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "اپنی تربیت کرتے وقت پہلے سے تربیت یافتہ ماڈلز کا استعمال کریں۔ یہ نقطہ نظر تربیت کے دورانیے کو کم کرتا ہے اور مجموعی معیار کو بڑھاتا ہے.",
68
  "Extract Features": "نکالنے کی خصوصیات",
69
  "Start Training": "تربیت شروع کریں",
70
  "Generate Index": "انڈیکس پیدا کریں",
71
  "Voice Model": "صوتی ماڈل",
72
+ "Select the voice model to use for the conversion.": "تبادلے کے لئے استعمال کرنے کے لئے صوتی ماڈل منتخب کریں۔",
73
  "Index File": "انڈیکس فائل",
74
+ "Select the index file to use for the conversion.": "تبادلے کے لئے استعمال کرنے کے لئے انڈیکس فائل منتخب کریں۔",
75
  "Refresh": "تازہ",
76
  "Unload Voice": "آواز کو ان لوڈ کریں",
77
  "Single": "تنہا",
78
  "Upload Audio": "آڈیو اپ لوڈ کریں",
79
  "Select Audio": "آڈیو منتخب کریں",
80
+ "Select the audio to convert.": "تبدیل کرنے کے لئے آڈیو منتخب کریں۔",
81
  "Advanced Settings": "اعلی درجے کی ترتیبات",
82
  "Clear Outputs (Deletes all audios in assets/audios)": "آؤٹ پٹ صاف کریں (اثاثوں / آڈیو میں تمام آڈیو حذف کرتا ہے)",
83
  "Custom Output Path": "اپنی مرضی کے مطابق آؤٹ پٹ پتھ",
84
  "Output Path": "آؤٹ پٹ پتھ",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "وہ راستہ جہاں آؤٹ پٹ آڈیو محفوظ کیا جائے گا ، اثاثوں / آڈیو / output.wav میں ڈیفالٹ طور پر",
86
+ "Split Audio": "آڈیو کو تقسیم کریں",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "کچھ معاملات میں بہتر نتائج حاصل کرنے کے لئے آڈیو کو ٹکڑوں میں تقسیم کریں۔",
88
+ "Autotune": "Autotune",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "گانے کی تبدیلیوں کے لئے تجویز کردہ اپنے تخمینوں پر نرم آٹو ٹیون لگائیں۔",
90
+ "Clean Audio": "صاف آڈیو",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "آواز کا پتہ لگانے والے الگورتھم کا استعمال کرتے ہوئے اپنے آڈیو آؤٹ پٹ کو صاف کریں ، جو آڈیو بولنے کے لئے سفارش کی جاتی ہے۔",
92
+ "Clean Strength": "صاف طاقت",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "آپ جس آڈیو کو چاہتے ہیں اس پر کلین اپ لیول سیٹ کریں ، جتنا زیادہ آپ اسے بڑھائیں گے اتنا ہی یہ صاف ہوجائے گا ، لیکن یہ ممکن ہے کہ آڈیو زیادہ کمپریسڈ ہوجائے۔",
94
  "Pitch": "پچ",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "آڈیو کی پچ سیٹ کریں ، قیمت جتنی زیادہ ہوگی ، پچ اتنی ہی زیادہ ہوگی۔",
96
+ "Filter Radius": "فلٹر کے دائرے",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "اگر تعداد تین سے زیادہ یا اس کے برابر ہے تو ، جمع کردہ ٹون کے نتائج پر اوسط فلٹرنگ کا استعمال سانس کو کم کرنے کی صلاحیت رکھتا ہے۔",
98
  "Search Feature Ratio": "تلاش کی خصوصیت کا تناسب",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "انڈیکس فائل کے ذریعہ اثر و رسوخ؛ ایک اعلی قیمت زیادہ اثر و رسوخ سے مطابقت رکھتی ہے. تاہم ، کم اقدار کا انتخاب آڈیو میں موجود نوادرات کو کم کرنے میں مدد کرسکتا ہے۔",
100
+ "Volume Envelope": "حجم کا لفافہ",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "آؤٹ پٹ کے حجم لفافے کے ساتھ متبادل یا مرکب کریں۔ تناسب 1 کے جتنا قریب ہوتا ہے ، اتنا ہی زیادہ آؤٹ پٹ لفافہ استعمال ہوتا ہے۔",
102
+ "Protect Voiceless Consonants": "آواز کے بغیر عبارتوں کی حفاظت کریں",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "الیکٹرو-صوتی پھٹنے اور دیگر نوادرات کو روکنے کے لئے مختلف عبارتوں اور سانس لینے کی آوازوں کی حفاظت کریں۔ پیرامیٹر کو اس کی زیادہ سے زیادہ قیمت 0.5 تک کھینچنا جامع تحفظ فراہم کرتا ہے۔ تاہم ، اس قدر کو کم کرنے سے تحفظ کی حد کم ہوسکتی ہے جبکہ ممکنہ طور پر انڈیکسنگ اثر کو کم کیا جاسکتا ہے۔",
104
  "Pitch extraction algorithm": "پچ نکالنے کا الگورتھم",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "آڈیو تبدیلی کے لئے استعمال کرنے کے لئے پچ نکالنے کا الگورتھم۔ ڈیفالٹ الگورتھم آر ایم وی پی ای ہے ، جو زیادہ تر معاملات کے لئے سفارش کی جاتی ہے۔",
106
  "Convert": "بدلیں",
107
  "Export Audio": "آڈیو برآمد کریں",
108
  "Batch": "بیچ",
109
  "Input Folder": "ان پٹ فولڈر",
110
+ "Select the folder containing the audios to convert.": "تبدیل کرنے کے لئے آڈیو پر مشتمل فولڈر منتخب کریں۔",
111
  "Enter input path": "ان پٹ راستہ درج کریں",
112
  "Output Folder": "آؤٹ پٹ فولڈر",
113
+ "Select the folder where the output audios will be saved.": "وہ فولڈر منتخب کریں جہاں آؤٹ پٹ آڈیو محفوظ کیے جائیں گے۔",
114
  "Enter output path": "آؤٹ پٹ کا راستہ درج کریں",
115
  "Get information about the audio": "آڈیو کے بارے میں معلومات حاصل کریں",
116
  "Information about the audio file": "آڈیو فائل کے بارے میں معلومات",
117
  "Waiting for information...": "معلومات کا انتظار ہے...",
118
+ "## Voice Blender": "## وائس بلینڈر",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "دو صوتی ماڈل منتخب کریں ، اپنا مطلوبہ مرکب فیصد مقرر کریں ، اور انہیں مکمل طور پر نئی آواز میں بلینڈ کریں۔",
120
+ "Voice Blender": "Voice Blender",
121
+ "Drag and drop your model here": "اپنے ماڈل کو یہاں گھسیٹیں اور چھوڑیں",
122
+ "You can also use a custom path.": "آپ اپنی مرضی کے مطابق راستہ بھی استعمال کرسکتے ہیں۔",
123
+ "Blend Ratio": "مرکب تناسب",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "پوزیشن کو ایک طرف یا دوسری طرف زیادہ ایڈجسٹ کرنے سے ماڈل پہلے یا دوسرے سے زیادہ مماثلت رکھتا ہے۔",
 
125
  "Fusion": "فیوژن",
 
126
  "Path to Model": "ماڈل کا راستہ",
127
+ "Enter path to model": "ماڈل کا راستہ درج کریں",
128
+ "Model information to be placed": "ماڈل کی معلومات رکھی جائے گی",
129
+ "Inroduce the model information": "ماڈل کی معلومات فراہم کریں",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "ماڈل میں رکھی جانے والی معلومات (آپ اسے خالی چھوڑ سکتے ہیں یا کچھ بھی ڈال سکتے ہیں).",
131
  "View model information": "ماڈل کی معلومات دیکھیں",
132
+ "Introduce the model pth path": "ماڈل پی ٹی ایچ راستہ متعارف کروائیں",
133
  "View": "منظر",
134
  "Model extraction": "ماڈل نکالنے",
135
  "Model conversion": "ماڈل کی تبدیلی",
 
148
  "## Download Model": "## ڈاؤن لوڈ ماڈل",
149
  "Model Link": "ماڈل لنک",
150
  "Introduce the model link": "ماڈل کا لنک متعارف کروائیں",
151
+ "Download Model": "ڈاؤن لوڈ ماڈل",
152
  "## Drop files": "## فائلیں چھوڑ دیں",
153
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "اپنی .pth فائل اور .انڈیکس فائل کو اس جگہ میں گھسیٹیں۔ ایک کو گھسیٹیں اور پھر دوسرے کو۔",
154
  "TTS Voices": "ٹی ٹی ایس وائسز",
155
+ "Select the TTS voice to use for the conversion.": "تبدیلی کے لئے استعمال کرنے کے لئے TTS آواز منتخب کریں۔",
156
  "Text to Synthesize": "ترکیب کرنے کے لئے متن",
157
+ "Enter the text to synthesize.": "ترکیب کرنے کے لئے متن درج کریں۔",
158
+ "Or you can upload a .txt file": "یا آپ .txt فائل اپ لوڈ کرسکتے ہیں",
159
  "Enter text to synthesize": "ترتیب دینے کے لئے متن درج کریں",
160
  "Output Path for TTS Audio": "ٹی ٹی ایس آڈیو کے لئے آؤٹ پٹ پتھ",
161
  "Output Path for RVC Audio": "آر وی سی آڈیو کے لئے آؤٹ پٹ پتھ",
162
+ "Enable Applio integration with Discord presence": "ڈسکارڈ کی موجودگی کے ساتھ ایپلیو انضمام کو فعال کریں",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "یہ ڈسکارڈ میں موجودہ ایپلیو سرگرمی کو ظاہر کرنے کے امکان کو فعال کرے گا۔",
164
+ "Enable Applio integration with applio.org/models using flask": "فلاسک کا استعمال کرتے ہوئے applio.org/models کے ساتھ ایپلیو انضمام کو فعال کریں",
165
+ "It will activate the possibility of downloading models with a click from the website.": "یہ ویب سائٹ سے ایک کلک کے ساتھ ماڈل ڈاؤن لوڈ کرنے کے امکان کو فعال کرے گا۔",
166
+ "Theme": "موضوع",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "وہ تھیم منتخب کریں جسے آپ استعمال کرنا چاہتے ہیں۔ (ایپلیو کو دوبارہ شروع کرنے کی ضرورت ہے)",
168
+ "Language": "زبان",
169
+ "Select the language you want to use. (Requires restarting Applio)": "وہ زبان منتخب کریں جسے آپ استعمال کرنا چاہتے ہیں۔ (ایپلیو کو دوبارہ شروع کرنے کی ضرورت ہے)",
170
+ "Plugin Installer": "Plugin Installer",
171
+ "Drag your plugin.zip to install it": "اسے انسٹال کرنے کے لئے اپنے plugin.zip کو گھسیٹیں",
172
+ "Version Checker": "Version Checker",
173
+ "Check which version of Applio is the latest to see if you need to update.": "چیک کریں کہ ایپلیو کا کون سا ورژن تازہ ترین ہے یہ دیکھنے کے لئے کہ آیا آپ کو اپ ڈیٹ کرنے کی ضرورت ہے۔",
174
+ "Check for updates": "اپ ڈیٹس کے لئے چیک کریں"
175
+ }
assets/i18n/languages/vi_VI.json CHANGED
@@ -2,6 +2,7 @@
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Công cụ nhân bản giọng nói tối ưu, được tối ưu hóa tỉ mỉ cho sức mạnh vô song, tính mô-đun và trải nghiệm thân thiện với người dùng.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "Phần này chứa một số tiện ích bổ sung thường có thể đang trong giai đoạn thử nghiệm.",
4
  "Output Information": "Thông tin đầu ra",
 
5
  "Inference": "Suy luận",
6
  "Train": "Xe lửa",
7
  "Extra": "Phụ",
@@ -9,80 +10,126 @@
9
  "Processing": "Xử lý",
10
  "Audio Analyzer": "Máy phân tích âm thanh",
11
  "Model Information": "Thông tin mô hình",
 
12
  "Download": "Tải xuống",
13
  "Report a Bug": "Báo cáo lỗi",
 
14
  "Preprocess": "Tiền xử lý",
15
  "Model Name": "Tên Model",
 
16
  "Enter model name": "Nhập tên model",
17
  "Dataset Path": "Đường dẫn tập dữ liệu",
 
 
 
 
 
 
 
 
18
  "Enter dataset path": "Nhập đường dẫn tập dữ liệu",
19
  "Sampling Rate": "Tỷ lệ lấy mẫu",
 
20
  "RVC Version": "Phiên bản RVC",
 
21
  "Preprocess Dataset": "Tập dữ liệu tiền xử lý",
22
  "Extract": "Trích",
23
  "Hop Length": "Chiều dài hop",
 
24
  "Batch Size": "Kích thước lô",
 
25
  "Save Every Epoch": "Lưu mọi kỷ nguyên",
 
26
  "Total Epoch": "Tổng kỷ nguyên",
 
27
  "Pretrained": "Đào tạo trước",
28
  "Save Only Latest": "Chỉ lưu mới nhất",
 
29
  "Save Every Weights": "Tiết kiệm mọi trọng lượng",
 
30
  "Custom Pretrained": "Đào tạo trước tùy chỉnh",
 
31
  "Upload Pretrained Model": "Tải lên mô hình được đào tạo trước",
 
32
  "Pretrained Custom Settings": "Cài đặt tùy chỉnh được đào tạo sẵn",
33
  "The file you dropped is not a valid pretrained file. Please try again.": "Tệp bạn đã bỏ không phải là tệp được đào tạo trước hợp lệ. Vui lòng thử lại.",
34
  "Click the refresh button to see the pretrained file in the dropdown menu.": "Nhấp vào nút làm mới để xem tệp được đào tạo trước trong menu thả xuống.",
35
  "Pretrained G Path": "Tùy chỉnh được đào tạo trước G",
36
  "Pretrained D Path": "Tùy chỉnh được đào tạo trước D",
37
  "GPU Settings": "Cài đặt GPU",
 
38
  "GPU Custom Settings": "Cài đặt tùy chỉnh GPU",
39
  "GPU Number": "Số GPU",
40
  "0 to ∞ separated by -": "0 đến ∞ cách nhau bởi -",
41
  "GPU Information": "Thông tin GPU",
42
  "Pitch Guidance": "Hướng dẫn quảng cáo chiêu hàng",
 
 
43
  "Extract Features": "Tính năng trích xuất",
44
  "Start Training": "Bắt đầu đào tạo",
45
  "Generate Index": "Tạo chỉ mục",
46
  "Voice Model": "Mô hình giọng nói",
 
47
  "Index File": "Tệp chỉ mục",
 
48
  "Refresh": "Làm tươi",
49
  "Unload Voice": "Dỡ giọng nói",
50
  "Single": "Đơn",
51
  "Upload Audio": "Tải lên âm thanh",
52
  "Select Audio": "Chọn Âm thanh",
 
53
  "Advanced Settings": "Cài đặt nâng cao",
54
  "Clear Outputs (Deletes all audios in assets/audios)": "Xóa đầu ra (Xóa tất cả âm thanh trong nội dung / âm thanh)",
55
  "Custom Output Path": "Đường dẫn đầu ra tùy chỉnh",
56
  "Output Path": "Đường dẫn đầu ra",
 
 
 
 
 
 
 
 
 
57
  "Pitch": "Sân",
58
- "If >=3: apply median filtering to the harvested pitch results. The value represents the filter radius and can reduce breathiness": "Nếu >=3: áp dụng lọc trung bình cho kết quả cao độ đã thu hoạch. Giá trị đại diện cho bán kính bộ lọc và có thể làm giảm hơi thở",
 
 
59
  "Search Feature Ratio": "Tỷ lệ tính năng tìm kiếm",
 
 
 
 
 
60
  "Pitch extraction algorithm": "Thuật toán trích xuất cao độ",
 
61
  "Convert": "Convert",
62
  "Export Audio": "Xuất âm thanh",
63
  "Batch": "Mẻ",
64
  "Input Folder": "Thư mục đầu vào",
 
65
  "Enter input path": "Nhập đường dẫn nhập liệu",
66
  "Output Folder": "Thư mục đầu ra",
 
67
  "Enter output path": "Nhập đường dẫn đầu ra",
68
  "Get information about the audio": "Nhận thông tin về âm thanh",
69
  "Information about the audio file": "Thông tin về tệp âm thanh",
70
  "Waiting for information...": "Đang chờ thông tin...",
71
- "Model fusion": "Hợp nhất hình",
72
- "Weight for Model A": "Trọng lượng cho Model A",
73
- "Whether the model has pitch guidance": " hình hướng dẫn cao độ hay không",
74
- "Model architecture version": "Phiên bản kiến trúc mô hình",
75
- "Path to Model A": "Đường dẫn đến Mẫu A",
76
- "Path to Model B": "Đường dẫn đến Mẫu B",
77
- "Path to model": "Đường dẫn đến mô hình",
78
- "Model information to be placed": "Thông tin mô hình sẽ được đặt",
79
  "Fusion": "Fusion",
80
- "Modify model information": "Sửa đổi thông tin mô hình",
81
  "Path to Model": "Đường dẫn đến mô hình",
82
- "Model information to be modified": "Thông tin mô hình sẽ được sửa đổi",
83
- "Save file name": "Lưu tên tệp",
84
- "Modify": "Thay đổi",
 
85
  "View model information": "Xem thông tin mô hình",
 
86
  "View": "Cảnh",
87
  "Model extraction": "Trích xuất mô hình",
88
  "Model conversion": "Chuyển đổi mô hình",
@@ -101,13 +148,28 @@
101
  "## Download Model": "## Tải xuống mô hình",
102
  "Model Link": "Liên kết mô hình",
103
  "Introduce the model link": "Giới thiệu link mô hình",
104
- "Download Model": "Descargar Modelo",
105
  "## Drop files": "## Thả tệp",
106
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Kéo tệp .pth và tệp .index của bạn vào không gian này. Kéo cái này rồi cái kia.",
107
  "TTS Voices": "Tiếng nói TTS",
 
108
  "Text to Synthesize": "Văn bản để tổng hợp",
 
 
109
  "Enter text to synthesize": "Nhập văn bản để tổng hợp",
110
  "Output Path for TTS Audio": "Đường dẫn đầu ra cho âm thanh TTS",
111
  "Output Path for RVC Audio": "Đường dẫn đầu ra cho âm thanh RVC",
112
- "Enable Applio integration with Discord presence": "Sự hiện diện của Applio"
113
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "Ultimate voice cloning tool, meticulously optimized for unrivaled power, modularity, and user-friendly experience.": "Công cụ nhân bản giọng nói tối ưu, được tối ưu hóa tỉ mỉ cho sức mạnh vô song, tính mô-đun và trải nghiệm thân thiện với người dùng.",
3
  "This section contains some extra utilities that often may be in experimental phases.": "Phần này chứa một số tiện ích bổ sung thường có thể đang trong giai đoạn thử nghiệm.",
4
  "Output Information": "Thông tin đầu ra",
5
+ "The output information will be displayed here.": "Thông tin đầu ra sẽ được hiển thị ở đây.",
6
  "Inference": "Suy luận",
7
  "Train": "Xe lửa",
8
  "Extra": "Phụ",
 
10
  "Processing": "Xử lý",
11
  "Audio Analyzer": "Máy phân tích âm thanh",
12
  "Model Information": "Thông tin mô hình",
13
+ "Plugins": "Plugin",
14
  "Download": "Tải xuống",
15
  "Report a Bug": "Báo cáo lỗi",
16
+ "Settings": "Cài đặt",
17
  "Preprocess": "Tiền xử lý",
18
  "Model Name": "Tên Model",
19
+ "Name of the new model.": "Tên của mô hình mới.",
20
  "Enter model name": "Nhập tên model",
21
  "Dataset Path": "Đường dẫn tập dữ liệu",
22
+ "Path to the dataset folder.": "Đường dẫn đến thư mục tập dữ liệu.",
23
+ "Refresh Datasets": "Làm mới tập dữ liệu",
24
+ "Dataset Creator": "Trình tạo tập dữ liệu",
25
+ "Dataset Name": "Tên tập dữ liệu",
26
+ "Name of the new dataset.": "Tên của tập dữ liệu mới.",
27
+ "Enter dataset name": "Nhập tên tập dữ liệu",
28
+ "Upload Audio Dataset": "Tải lên tập dữ liệu âm thanh",
29
+ "The audio file has been successfully added to the dataset. Please click the preprocess button.": "Tệp âm thanh đã được thêm thành công vào tập dữ liệu. Vui lòng nhấp vào nút xử lý trước.",
30
  "Enter dataset path": "Nhập đường dẫn tập dữ liệu",
31
  "Sampling Rate": "Tỷ lệ lấy mẫu",
32
+ "The sampling rate of the audio files.": "Tốc độ lấy mẫu của các tệp âm thanh.",
33
  "RVC Version": "Phiên bản RVC",
34
+ "The RVC version of the model.": "Phiên bản RVC của mô hình.",
35
  "Preprocess Dataset": "Tập dữ liệu tiền xử lý",
36
  "Extract": "Trích",
37
  "Hop Length": "Chiều dài hop",
38
+ "Denotes the duration it takes for the system to transition to a significant pitch change. Smaller hop lengths require more time for inference but tend to yield higher pitch accuracy.": "Biểu thị khoảng thời gian cần thiết để hệ thống chuyển sang thay đổi cao độ đáng kể. Độ dài bước nhảy nhỏ hơn đòi hỏi nhiều thời gian hơn để suy luận nhưng có xu hướng mang lại độ chính xác cao độ cao hơn.",
39
  "Batch Size": "Kích thước lô",
40
+ "It's advisable to align it with the available VRAM of your GPU. A setting of 4 offers improved accuracy but slower processing, while 8 provides faster and standard results.": "Bạn nên căn chỉnh nó với VRAM có sẵn của GPU của bạn. Cài đặt 4 cung cấp độ chính xác được cải thiện nhưng xử lý chậm hơn, trong khi 8 cung cấp kết quả tiêu chuẩn và nhanh hơn.",
41
  "Save Every Epoch": "Lưu mọi kỷ nguyên",
42
+ "Determine at how many epochs the model will saved at.": "Xác định mô hình sẽ lưu tại bao nhiêu kỷ nguyên.",
43
  "Total Epoch": "Tổng kỷ nguyên",
44
+ "Specifies the overall quantity of epochs for the model training process.": "Chỉ định số lượng tổng thể của các kỷ nguyên cho quá trình đào tạo mô hình.",
45
  "Pretrained": "Đào tạo trước",
46
  "Save Only Latest": "Chỉ lưu mới nhất",
47
+ "Enabling this setting will result in the G and D files saving only their most recent versions, effectively conserving storage space.": "Bật cài đặt này sẽ dẫn đến các tệp G và D chỉ lưu các phiên bản mới nhất của chúng, tiết kiệm hiệu quả dung lượng lưu trữ.",
48
  "Save Every Weights": "Tiết kiệm mọi trọng lượng",
49
+ "This setting enables you to save the weights of the model at the conclusion of each epoch.": "Cài đặt này cho phép bạn lưu trọng số của mô hình khi kết thúc mỗi kỷ nguyên.",
50
  "Custom Pretrained": "Đào tạo trước tùy chỉnh",
51
+ "Utilizing custom pretrained models can lead to superior results, as selecting the most suitable pretrained models tailored to the specific use case can significantly enhance performance.": "Sử dụng các mô hình được đào tạo trước tùy chỉnh có thể dẫn đến kết quả vượt trội, vì việc lựa chọn các mô hình được đào tạo trước phù hợp nhất phù hợp với trường hợp sử dụng cụ thể có thể nâng cao đáng kể hiệu suất.",
52
  "Upload Pretrained Model": "Tải lên mô hình được đào tạo trước",
53
+ "Refresh Custom Pretraineds": "Làm mới Custom Pretraineds",
54
  "Pretrained Custom Settings": "Cài đặt tùy chỉnh được đào tạo sẵn",
55
  "The file you dropped is not a valid pretrained file. Please try again.": "Tệp bạn đã bỏ không phải là tệp được đào tạo trước hợp lệ. Vui lòng thử lại.",
56
  "Click the refresh button to see the pretrained file in the dropdown menu.": "Nhấp vào nút làm mới để xem tệp được đào tạo trước trong menu thả xuống.",
57
  "Pretrained G Path": "Tùy chỉnh được đào tạo trước G",
58
  "Pretrained D Path": "Tùy chỉnh được đào tạo trước D",
59
  "GPU Settings": "Cài đặt GPU",
60
+ "Sets advanced GPU settings, recommended for users with better GPU architecture.": "Đặt cài đặt GPU nâng cao, được khuyến nghị cho người dùng có kiến trúc GPU tốt hơn.",
61
  "GPU Custom Settings": "Cài đặt tùy chỉnh GPU",
62
  "GPU Number": "Số GPU",
63
  "0 to ∞ separated by -": "0 đến ∞ cách nhau bởi -",
64
  "GPU Information": "Thông tin GPU",
65
  "Pitch Guidance": "Hướng dẫn quảng cáo chiêu hàng",
66
+ "By employing pitch guidance, it becomes feasible to mirror the intonation of the original voice, including its pitch. This feature is particularly valuable for singing and other scenarios where preserving the original melody or pitch pattern is essential.": "Bằng cách sử dụng hướng dẫn cao độ, nó trở nên khả thi để phản ánh ngữ điệu của giọng nói gốc, bao gồm cả cao độ của nó. Tính năng này đặc biệt có giá trị đối với ca hát và các tình huống khác trong đó việc giữ nguyên giai điệu hoặc cao độ ban đầu là điều cần thiết.",
67
+ "Utilize pretrained models when training your own. This approach reduces training duration and enhances overall quality.": "Sử dụng các mô hình được đào tạo trước khi đào tạo của riêng bạn. Cách tiếp cận này làm giảm thời gian đào tạo và nâng cao chất lượng tổng thể.",
68
  "Extract Features": "Tính năng trích xuất",
69
  "Start Training": "Bắt đầu đào tạo",
70
  "Generate Index": "Tạo chỉ mục",
71
  "Voice Model": "Mô hình giọng nói",
72
+ "Select the voice model to use for the conversion.": "Chọn kiểu giọng nói để sử dụng cho quá trình chuyển đổi.",
73
  "Index File": "Tệp chỉ mục",
74
+ "Select the index file to use for the conversion.": "Chọn tệp chỉ mục để sử dụng cho quá trình chuyển đổi.",
75
  "Refresh": "Làm tươi",
76
  "Unload Voice": "Dỡ giọng nói",
77
  "Single": "Đơn",
78
  "Upload Audio": "Tải lên âm thanh",
79
  "Select Audio": "Chọn Âm thanh",
80
+ "Select the audio to convert.": "Chọn âm thanh để chuyển đổi.",
81
  "Advanced Settings": "Cài đặt nâng cao",
82
  "Clear Outputs (Deletes all audios in assets/audios)": "Xóa đầu ra (Xóa tất cả âm thanh trong nội dung / âm thanh)",
83
  "Custom Output Path": "Đường dẫn đầu ra tùy chỉnh",
84
  "Output Path": "Đường dẫn đầu ra",
85
+ "The path where the output audio will be saved, by default in assets/audios/output.wav": "Đường dẫn nơi âm thanh đầu ra sẽ được lưu, theo mặc định trong tài sản / âm thanh / output.wav",
86
+ "Split Audio": "Tách âm thanh",
87
+ "Split the audio into chunks for inference to obtain better results in some cases.": "Chia âm thanh thành các phần để suy luận nhằm thu được kết quả tốt hơn trong một số trường hợp.",
88
+ "Autotune": "Tự động điều chỉnh",
89
+ "Apply a soft autotune to your inferences, recommended for singing conversions.": "Áp dụng autotune mềm cho suy luận của bạn, được đề xuất để chuyển đổi ca hát.",
90
+ "Clean Audio": "Âm thanh sạch",
91
+ "Clean your audio output using noise detection algorithms, recommended for speaking audios.": "Làm sạch đầu ra âm thanh của bạn bằng các thuật toán phát hiện tiếng ồn, được khuyến nghị để nói âm thanh.",
92
+ "Clean Strength": "Sức mạnh sạch",
93
+ "Set the clean-up level to the audio you want, the more you increase it the more it will clean up, but it is possible that the audio will be more compressed.": "Đặt mức dọn dẹp thành âm thanh bạn muốn, bạn càng tăng thì càng dọn dẹp, nhưng có thể âm thanh sẽ bị nén nhiều hơn.",
94
  "Pitch": "Sân",
95
+ "Set the pitch of the audio, the higher the value, the higher the pitch.": "Đặt cao độ của âm thanh, giá trị càng cao, cao độ càng cao.",
96
+ "Filter Radius": "Bán kính lọc",
97
+ "If the number is greater than or equal to three, employing median filtering on the collected tone results has the potential to decrease respiration.": "Nếu số lượng lớn hơn hoặc bằng ba, việc sử dụng bộ lọc trung bình trên kết quả âm thu thập được có khả năng làm giảm hô hấp.",
98
  "Search Feature Ratio": "Tỷ lệ tính năng tìm kiếm",
99
+ "Influence exerted by the index file; a higher value corresponds to greater influence. However, opting for lower values can help mitigate artifacts present in the audio.": "Ảnh hưởng tác động của tệp chỉ mục; Giá trị cao hơn tương ứng với ảnh hưởng lớn hơn. Tuy nhiên, việc chọn các giá trị thấp hơn có thể giúp giảm thiểu các hiện vật có trong âm thanh.",
100
+ "Volume Envelope": "Phong bì khối lượng",
101
+ "Substitute or blend with the volume envelope of the output. The closer the ratio is to 1, the more the output envelope is employed.": "Thay thế hoặc trộn với phong bì âm lượng của đầu ra. Tỷ lệ càng gần 1, phong bì đầu ra càng được sử dụng.",
102
+ "Protect Voiceless Consonants": "Bảo vệ phụ âm vô thanh",
103
+ "Safeguard distinct consonants and breathing sounds to prevent electro-acoustic tearing and other artifacts. Pulling the parameter to its maximum value of 0.5 offers comprehensive protection. However, reducing this value might decrease the extent of protection while potentially mitigating the indexing effect.": "Bảo vệ các phụ âm riêng biệt và âm thanh thở để ngăn ngừa rách âm thanh điện và các hiện vật khác. Kéo tham số đến giá trị tối đa 0, 5 cung cấp sự bảo vệ toàn diện. Tuy nhiên, việc giảm giá trị này có thể làm giảm mức độ bảo vệ trong khi có khả năng giảm thiểu hiệu ứng lập chỉ mục.",
104
  "Pitch extraction algorithm": "Thuật toán trích xuất cao độ",
105
+ "Pitch extraction algorithm to use for the audio conversion. The default algorithm is rmvpe, which is recommended for most cases.": "Thuật toán trích xuất cao độ để sử dụng cho việc chuyển đổi âm thanh. Thuật toán mặc định là rmvpe, được khuyến nghị cho hầu hết các trường hợp.",
106
  "Convert": "Convert",
107
  "Export Audio": "Xuất âm thanh",
108
  "Batch": "Mẻ",
109
  "Input Folder": "Thư mục đầu vào",
110
+ "Select the folder containing the audios to convert.": "Chọn thư mục chứa âm thanh để chuyển đổi.",
111
  "Enter input path": "Nhập đường dẫn nhập liệu",
112
  "Output Folder": "Thư mục đầu ra",
113
+ "Select the folder where the output audios will be saved.": "Chọn thư mục lưu âm thanh đầu ra.",
114
  "Enter output path": "Nhập đường dẫn đầu ra",
115
  "Get information about the audio": "Nhận thông tin về âm thanh",
116
  "Information about the audio file": "Thông tin về tệp âm thanh",
117
  "Waiting for information...": "Đang chờ thông tin...",
118
+ "## Voice Blender": "## Máy xay sinh tố giọng nói",
119
+ "Select two voice models, set your desired blend percentage, and blend them into an entirely new voice.": "Chọn hai mẫu giọng nói, đặt tỷ lệ phần trăm pha trộn mong muốn của bạn và trộn chúng thành một giọng nói hoàn toàn mới.",
120
+ "Voice Blender": "Máy xay sinh tố giọng nói",
121
+ "Drag and drop your model here": "Kéo thả mô hình của bạn vào đây",
122
+ "You can also use a custom path.": "Bạn cũng có thể sử dụng đường dẫn tùy chỉnh.",
123
+ "Blend Ratio": "Tỷ lệ pha trộn",
124
+ "Adjusting the position more towards one side or the other will make the model more similar to the first or second.": "Điều chỉnh vị trí nhiều hơn về phía bên này hay bên kia sẽ làm cho mô hình giống với thứ nhất hoặc thứ hai hơn.",
 
125
  "Fusion": "Fusion",
 
126
  "Path to Model": "Đường dẫn đến mô hình",
127
+ "Enter path to model": "Nhập đường dẫn đến mô hình",
128
+ "Model information to be placed": "Thông tin mô hình sẽ được đặt",
129
+ "Inroduce the model information": "Giới thiệu thông tin mô hình",
130
+ "The information to be placed in the model (You can leave it blank or put anything).": "Thông tin được đặt trong mô hình (Bạn có thể để trống hoặc đặt bất cứ thứ gì).",
131
  "View model information": "Xem thông tin mô hình",
132
+ "Introduce the model pth path": "Giới thiệu mô hình pth path",
133
  "View": "Cảnh",
134
  "Model extraction": "Trích xuất mô hình",
135
  "Model conversion": "Chuyển đổi mô hình",
 
148
  "## Download Model": "## Tải xuống mô hình",
149
  "Model Link": "Liên kết mô hình",
150
  "Introduce the model link": "Giới thiệu link mô hình",
151
+ "Download Model": "Tải xuống mô hình",
152
  "## Drop files": "## Thả tệp",
153
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "Kéo tệp .pth và tệp .index của bạn vào không gian này. Kéo cái này rồi cái kia.",
154
  "TTS Voices": "Tiếng nói TTS",
155
+ "Select the TTS voice to use for the conversion.": "Chọn giọng nói TTS để sử dụng cho quá trình chuyển đổi.",
156
  "Text to Synthesize": "Văn bản để tổng hợp",
157
+ "Enter the text to synthesize.": "Nhập văn bản để tổng hợp.",
158
+ "Or you can upload a .txt file": "Hoặc bạn có thể tải lên tệp .txt",
159
  "Enter text to synthesize": "Nhập văn bản để tổng hợp",
160
  "Output Path for TTS Audio": "Đường dẫn đầu ra cho âm thanh TTS",
161
  "Output Path for RVC Audio": "Đường dẫn đầu ra cho âm thanh RVC",
162
+ "Enable Applio integration with Discord presence": "Bật tích hợp Applio với sự hiện diện của Discord",
163
+ "It will activate the possibility of displaying the current Applio activity in Discord.": "Nó sẽ kích hoạt khả năng hiển thị hoạt động Applio hiện tại trong Discord.",
164
+ "Enable Applio integration with applio.org/models using flask": "Bật tích hợp Applio với applio.org/models bằng bình",
165
+ "It will activate the possibility of downloading models with a click from the website.": "Nó sẽ kích hoạt khả năng tải xuống các mô hình bằng một cú nhấp chuột từ trang web.",
166
+ "Theme": "Đề tài",
167
+ "Select the theme you want to use. (Requires restarting Applio)": "Chọn chủ đề bạn muốn sử dụng. (Yêu cầu khởi động lại Applio)",
168
+ "Language": "Ngôn ngữ",
169
+ "Select the language you want to use. (Requires restarting Applio)": "Chọn ngôn ngữ bạn muốn sử dụng. (Yêu cầu khởi động lại Applio)",
170
+ "Plugin Installer": "Trình cài đặt plugin",
171
+ "Drag your plugin.zip to install it": "Kéo plugin.zip của bạn để cài đặt nó",
172
+ "Version Checker": "Trình kiểm tra phiên bản",
173
+ "Check which version of Applio is the latest to see if you need to update.": "Kiểm tra xem phiên bản Applio nào là phiên bản mới nhất để xem bạn có cần cập nhật hay không.",
174
+ "Check for updates": "Kiểm tra bản cập nhật"
175
+ }
assets/i18n/languages/zh_CN.json CHANGED
@@ -101,7 +101,7 @@
101
  "## Download Model": "## 下载模型",
102
  "Model Link": "模型链接",
103
  "Introduce the model link": "介绍模型链接",
104
- "Download Model": "Descargar Modelo",
105
  "## Drop files": "## 删除文件",
106
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "将 .pth 文件和 .index 文件拖到此空间中。拖动一个,然后拖动另一个。",
107
  "TTS Voices": "TTS语音",
 
101
  "## Download Model": "## 下载模型",
102
  "Model Link": "模型链接",
103
  "Introduce the model link": "介绍模型链接",
104
+ "Download Model": "下载模型",
105
  "## Drop files": "## 删除文件",
106
  "Drag your .pth file and .index file into this space. Drag one and then the other.": "将 .pth 文件和 .index 文件拖到此空间中。拖动一个,然后拖动另一个。",
107
  "TTS Voices": "TTS语音",
assets/i18n/scan.py CHANGED
@@ -23,8 +23,8 @@ def extract_i18n_strings(node):
23
 
24
 
25
  def process_file(file_path):
26
- with open(file_path, "r") as f:
27
- code = f.read()
28
  if "I18nAuto" in code:
29
  tree = ast.parse(code)
30
  i18n_strings = extract_i18n_strings(tree)
@@ -47,8 +47,8 @@ print()
47
  print("Total unique:", len(code_keys))
48
 
49
  standard_file = "languages/en_US.json"
50
- with open(standard_file, "r", encoding="utf-8") as f:
51
- standard_data = json.load(f, object_pairs_hook=OrderedDict)
52
  standard_keys = set(standard_data.keys())
53
 
54
  # Combine unused and missing keys sections
@@ -66,6 +66,6 @@ for missing_key in missing_keys:
66
  code_keys_dict = OrderedDict((s, s) for s in code_keys)
67
 
68
  # Use context manager for writing back to the file
69
- with open(standard_file, "w", encoding="utf-8") as f:
70
- json.dump(code_keys_dict, f, ensure_ascii=False, indent=4, sort_keys=True)
71
- f.write("\n")
 
23
 
24
 
25
  def process_file(file_path):
26
+ with open(file_path, "r", encoding="utf8") as file:
27
+ code = file.read()
28
  if "I18nAuto" in code:
29
  tree = ast.parse(code)
30
  i18n_strings = extract_i18n_strings(tree)
 
47
  print("Total unique:", len(code_keys))
48
 
49
  standard_file = "languages/en_US.json"
50
+ with open(standard_file, "r", encoding="utf-8") as file:
51
+ standard_data = json.load(file, object_pairs_hook=OrderedDict)
52
  standard_keys = set(standard_data.keys())
53
 
54
  # Combine unused and missing keys sections
 
66
  code_keys_dict = OrderedDict((s, s) for s in code_keys)
67
 
68
  # Use context manager for writing back to the file
69
+ with open(standard_file, "w", encoding="utf-8") as file:
70
+ json.dump(code_keys_dict, file, ensure_ascii=False, indent=4, sort_keys=True)
71
+ file.write("\n")
assets/themes/loadThemes.py CHANGED
@@ -1,14 +1,15 @@
1
- import ast
2
  import json
3
  import os
4
  import importlib
5
- import requests
6
 
 
7
 
8
  folder = os.path.dirname(os.path.abspath(__file__))
9
  folder = os.path.dirname(folder)
10
  folder = os.path.dirname(folder)
11
  folder = os.path.join(folder, "assets", "themes")
 
12
 
13
  import sys
14
 
@@ -16,8 +17,8 @@ sys.path.append(folder)
16
 
17
 
18
  def get_class(filename):
19
- with open(filename, "r") as f:
20
- for line_number, line in enumerate(f, start=1):
21
  if "class " in line:
22
  found = line.split("class ")[1].split(":")[0].split("(")[0].strip()
23
  return found
@@ -37,7 +38,7 @@ def get_list():
37
  json_file_path = os.path.join(folder, "theme_list.json")
38
 
39
  try:
40
- with open(json_file_path, "r") as json_file:
41
  themes_from_url = [item["id"] for item in json.load(json_file)]
42
  except FileNotFoundError:
43
  themes_from_url = []
@@ -50,45 +51,62 @@ def get_list():
50
  def select_theme(name):
51
  selected_file = name + ".py"
52
  full_path = os.path.join(folder, selected_file)
 
53
  if not os.path.exists(full_path):
54
- with open(os.path.join(folder, "theme.json"), "w") as json_file:
55
- json.dump({"file": None, "class": name}, json_file)
 
 
 
 
 
 
56
  print(f"Theme {name} successfully selected, restart applio.")
 
57
  return
 
58
  class_found = get_class(full_path)
59
  if class_found:
60
- with open(os.path.join(folder, "theme.json"), "w") as json_file:
61
- json.dump({"file": selected_file, "class": class_found}, json_file)
 
 
 
 
 
 
62
  print(f"Theme {name} successfully selected, restart applio.")
 
63
  else:
64
  print(f"Theme {name} was not found.")
65
 
66
 
67
  def read_json():
68
- json_file_name = os.path.join(folder, "theme.json")
69
  try:
70
- with open(json_file_name, "r") as json_file:
71
  data = json.load(json_file)
72
- selected_file = data.get("file")
73
- class_name = data.get("class")
74
- if not selected_file == None and class_name:
 
75
  return class_name
76
  elif selected_file == None and class_name:
77
  return class_name
78
  else:
79
  return "ParityError/Interstellar"
80
- except:
 
81
  return "ParityError/Interstellar"
82
 
83
 
84
  def load_json():
85
- json_file_name = os.path.join(folder, "theme.json")
86
  try:
87
- with open(json_file_name, "r") as json_file:
88
  data = json.load(json_file)
89
- selected_file = data.get("file")
90
- class_name = data.get("class")
91
- if not selected_file == None and class_name:
 
92
  module = importlib.import_module(selected_file[:-3])
93
  obtained_class = getattr(module, class_name)
94
  instance = obtained_class()
 
 
1
  import json
2
  import os
3
  import importlib
4
+ import gradio as gr
5
 
6
+ now_dir = os.getcwd()
7
 
8
  folder = os.path.dirname(os.path.abspath(__file__))
9
  folder = os.path.dirname(folder)
10
  folder = os.path.dirname(folder)
11
  folder = os.path.join(folder, "assets", "themes")
12
+ config_file = os.path.join(now_dir, "assets", "config.json")
13
 
14
  import sys
15
 
 
17
 
18
 
19
  def get_class(filename):
20
+ with open(filename, "r", encoding="utf8") as file:
21
+ for line_number, line in enumerate(file, start=1):
22
  if "class " in line:
23
  found = line.split("class ")[1].split(":")[0].split("(")[0].strip()
24
  return found
 
38
  json_file_path = os.path.join(folder, "theme_list.json")
39
 
40
  try:
41
+ with open(json_file_path, "r", encoding="utf8") as json_file:
42
  themes_from_url = [item["id"] for item in json.load(json_file)]
43
  except FileNotFoundError:
44
  themes_from_url = []
 
51
  def select_theme(name):
52
  selected_file = name + ".py"
53
  full_path = os.path.join(folder, selected_file)
54
+
55
  if not os.path.exists(full_path):
56
+ with open(config_file, "r", encoding="utf8") as json_file:
57
+ config_data = json.load(json_file)
58
+
59
+ config_data["theme"]["file"] = None
60
+ config_data["theme"]["class"] = name
61
+
62
+ with open(config_file, "w", encoding="utf8") as json_file:
63
+ json.dump(config_data, json_file, indent=2)
64
  print(f"Theme {name} successfully selected, restart applio.")
65
+ gr.Info(f"Theme {name} successfully selected, restart applio.")
66
  return
67
+
68
  class_found = get_class(full_path)
69
  if class_found:
70
+ with open(config_file, "r", encoding="utf8") as json_file:
71
+ config_data = json.load(json_file)
72
+
73
+ config_data["theme"]["file"] = selected_file
74
+ config_data["theme"]["class"] = class_found
75
+
76
+ with open(config_file, "w", encoding="utf8") as json_file:
77
+ json.dump(config_data, json_file, indent=2)
78
  print(f"Theme {name} successfully selected, restart applio.")
79
+ gr.Info(f"Theme {name} successfully selected, restart applio.")
80
  else:
81
  print(f"Theme {name} was not found.")
82
 
83
 
84
  def read_json():
 
85
  try:
86
+ with open(config_file, "r", encoding="utf8") as json_file:
87
  data = json.load(json_file)
88
+ selected_file = data["theme"]["file"]
89
+ class_name = data["theme"]["class"]
90
+
91
+ if selected_file is not None and class_name:
92
  return class_name
93
  elif selected_file == None and class_name:
94
  return class_name
95
  else:
96
  return "ParityError/Interstellar"
97
+ except Exception as e:
98
+ print(f"Error reading config.json: {e}")
99
  return "ParityError/Interstellar"
100
 
101
 
102
  def load_json():
 
103
  try:
104
+ with open(config_file, "r", encoding="utf8") as json_file:
105
  data = json.load(json_file)
106
+ selected_file = data["theme"]["file"]
107
+ class_name = data["theme"]["class"]
108
+
109
+ if selected_file is not None and class_name:
110
  module = importlib.import_module(selected_file[:-3])
111
  obtained_class = getattr(module, class_name)
112
  instance = obtained_class()
assets/themes/theme_list.json CHANGED
@@ -1,751 +1,81 @@
1
  [
2
- {
3
- "id": "freddyaboulton/dracula_revamped",
4
- "likes": 10,
5
- "sha": "1cc28500a01a5e7b2605e45d2cf6260bd8c12d81",
6
- "lastModified": "2023-03-23T19:46:29.000Z",
7
- "screenshot_id": "freddyaboulton_dracula_revamped"
8
- },
9
- {
10
- "id": "freddyaboulton/bad-theme-space",
11
- "likes": 0,
12
- "sha": "3fe08b94b1198880d81bbb84f4f50a39f9588a30",
13
- "lastModified": "2023-03-14T20:39:44.000Z",
14
- "screenshot_id": "freddyaboulton_bad-theme-space"
15
- },
16
- {
17
- "id": "gradio/dracula_revamped",
18
- "likes": 0,
19
- "sha": "c1eb05480372de759eeb6e7f90c2ce962f3970c5",
20
- "lastModified": "2023-06-23T22:34:32.000Z",
21
- "screenshot_id": "gradio_dracula_revamped"
22
- },
23
- {
24
- "id": "abidlabs/dracula_revamped",
25
- "likes": 0,
26
- "sha": "efd80ef5dd8744768f514b590d5c74b4de0a80d4",
27
- "lastModified": "2023-03-19T02:44:09.000Z",
28
- "screenshot_id": "abidlabs_dracula_revamped"
29
- },
30
- {
31
- "id": "gradio/dracula_test",
32
- "likes": 0,
33
- "sha": "e75886284101799069dfcaaea391d7a89818dc6d",
34
- "lastModified": "2023-06-11T00:24:51.000Z",
35
- "screenshot_id": "gradio_dracula_test"
36
- },
37
- {
38
- "id": "abidlabs/dracula_test",
39
- "likes": 0,
40
- "sha": "1f34e8290994eabf1c3e35bf347020b41ae5d225",
41
- "lastModified": "2023-03-19T03:01:17.000Z",
42
- "screenshot_id": "abidlabs_dracula_test"
43
- },
44
- {
45
- "id": "gradio/seafoam",
46
- "likes": 4,
47
- "sha": "9509787c82360cbae3cb1211ef47a87d56390e37",
48
- "lastModified": "2023-03-20T15:02:43.000Z",
49
- "screenshot_id": "gradio_seafoam"
50
- },
51
- {
52
- "id": "gradio/glass",
53
- "likes": 0,
54
- "sha": "35109b62b14d326a8e6e0fe09ef3a3b42b314f4d",
55
- "lastModified": "2023-03-20T19:29:05.000Z",
56
- "screenshot_id": "gradio_glass"
57
- },
58
- {
59
- "id": "gradio/monochrome",
60
- "likes": 7,
61
- "sha": "96e9df3769c5f77a12814afaf150f08a6199c86d",
62
- "lastModified": "2023-03-20T19:29:07.000Z",
63
- "screenshot_id": "gradio_monochrome"
64
- },
65
- {
66
- "id": "gradio/soft",
67
- "likes": 5,
68
- "sha": "e08938f43ce81181604f3aef79e9f8742f4416c5",
69
- "lastModified": "2023-05-04T21:43:25.000Z",
70
- "screenshot_id": "gradio_soft"
71
- },
72
- {
73
- "id": "gradio/default",
74
- "likes": 2,
75
- "sha": "9985aefbea7c40c49a0244096d11c2efc91bf3b4",
76
- "lastModified": "2023-03-20T20:39:07.000Z",
77
- "screenshot_id": "gradio_default"
78
- },
79
- {
80
- "id": "gradio/base",
81
- "likes": 1,
82
- "sha": "b68adc18343e4c2ad5ea19c4b306caf31c908135",
83
- "lastModified": "2023-03-20T20:39:09.000Z",
84
- "screenshot_id": "gradio_base"
85
- },
86
- {
87
- "id": "abidlabs/pakistan",
88
- "likes": 4,
89
- "sha": "e7869fba77f0cb20180346b703f924eae7eec3a7",
90
- "lastModified": "2023-03-21T17:20:50.000Z",
91
- "screenshot_id": "abidlabs_pakistan"
92
- },
93
- {
94
- "id": "dawood/microsoft_windows",
95
- "likes": 3,
96
- "sha": "6dd26f1c3e4ae69e54b62be83574b22f08393d97",
97
- "lastModified": "2023-03-21T02:09:15.000Z",
98
- "screenshot_id": "dawood_microsoft_windows"
99
- },
100
- {
101
- "id": "ysharma/steampunk",
102
- "likes": 3,
103
- "sha": "7f751b2c0a01ec7242a3e2ad4d3c18dcace11b40",
104
- "lastModified": "2023-03-21T14:07:23.000Z",
105
- "screenshot_id": "ysharma_steampunk"
106
- },
107
- {
108
- "id": "ysharma/huggingface",
109
- "likes": 0,
110
- "sha": "70faa80d1b57da921efc91bf686a19f171960042",
111
- "lastModified": "2023-03-22T10:31:26.000Z",
112
- "screenshot_id": "ysharma_huggingface"
113
- },
114
- {
115
- "id": "gstaff/xkcd",
116
- "likes": 14,
117
- "sha": "d06e815d121a7219af517a42ed374c8d3b91fee9",
118
- "lastModified": "2023-03-30T03:05:57.000Z",
119
- "screenshot_id": "gstaff_xkcd"
120
- },
121
- {
122
- "id": "JohnSmith9982/small_and_pretty",
123
- "likes": 11,
124
- "sha": "46ce99ba8351c9a10c9ec6d353d3724e6090c610",
125
- "lastModified": "2023-03-29T06:06:56.000Z",
126
- "screenshot_id": "JohnSmith9982_small_and_pretty"
127
- },
128
- {
129
- "id": "abidlabs/Lime",
130
- "likes": 1,
131
- "sha": "7bba131266c5a9f0ecc9e5547506a9bcb9cd579c",
132
- "lastModified": "2023-03-29T17:15:34.000Z",
133
- "screenshot_id": "abidlabs_Lime"
134
- },
135
- {
136
- "id": "freddyaboulton/this-theme-does-not-exist-2",
137
- "likes": 0,
138
- "sha": "a380539363e2ee4fa32da5a8d3489cb5761f7ed0",
139
- "lastModified": "2023-03-29T18:16:28.000Z",
140
- "screenshot_id": "freddyaboulton_this-theme-does-not-exist-2"
141
- },
142
- {
143
- "id": "aliabid94/new-theme",
144
- "likes": 1,
145
- "sha": "2f889da096d7c7d65d2b692621d52b93759f64a5",
146
- "lastModified": "2023-03-29T18:18:51.000Z",
147
- "screenshot_id": "aliabid94_new-theme"
148
- },
149
- {
150
- "id": "aliabid94/test2",
151
- "likes": 0,
152
- "sha": "b8fadd91c32ebaf16dbed2bee0c49b33e4179d66",
153
- "lastModified": "2023-03-29T18:31:23.000Z",
154
- "screenshot_id": "aliabid94_test2"
155
- },
156
- {
157
- "id": "aliabid94/test3",
158
- "likes": 0,
159
- "sha": "2cad15308144ec11c3282aaa488941ae08b07fbe",
160
- "lastModified": "2023-03-29T21:30:19.000Z",
161
- "screenshot_id": "aliabid94_test3"
162
- },
163
- {
164
- "id": "aliabid94/test4",
165
- "likes": 0,
166
- "sha": "a8662c0a010747b7f1defc91d7267aa56c54cbcc",
167
- "lastModified": "2023-03-29T21:32:08.000Z",
168
- "screenshot_id": "aliabid94_test4"
169
- },
170
- {
171
- "id": "abidlabs/banana",
172
- "likes": 0,
173
- "sha": "4f981b594f3d41a97342b908242b4f2f7030eefe",
174
- "lastModified": "2023-03-29T21:47:20.000Z",
175
- "screenshot_id": "abidlabs_banana"
176
- },
177
- {
178
- "id": "freddyaboulton/test-blue",
179
- "likes": 1,
180
- "sha": "a1a13769927435a9f3429b60dc85a1bd3ddcc499",
181
- "lastModified": "2023-03-29T22:29:19.000Z",
182
- "screenshot_id": "freddyaboulton_test-blue"
183
- },
184
- {
185
- "id": "gstaff/sketch",
186
- "likes": 5,
187
- "sha": "607f3e07d3065c1607ddf6896811820131aded96",
188
- "lastModified": "2023-03-30T03:14:26.000Z",
189
- "screenshot_id": "gstaff_sketch"
190
- },
191
- {
192
- "id": "gstaff/whiteboard",
193
- "likes": 5,
194
- "sha": "5a3f849daf673e7dfa142af0b686f8292b3b2553",
195
- "lastModified": "2023-03-30T03:21:09.000Z",
196
- "screenshot_id": "gstaff_whiteboard"
197
- },
198
- {
199
- "id": "ysharma/llamas",
200
- "likes": 1,
201
- "sha": "9778b106b1384ef3fedf39d3494048aa653469ca",
202
- "lastModified": "2023-03-31T14:34:13.000Z",
203
- "screenshot_id": "ysharma_llamas"
204
- },
205
- {
206
- "id": "abidlabs/font-test",
207
- "likes": 0,
208
- "sha": "ebe83851cc8cf974cd25a3ca604c9608085652e3",
209
- "lastModified": "2023-03-31T13:58:24.000Z",
210
- "screenshot_id": "abidlabs_font-test"
211
- },
212
- {
213
- "id": "YenLai/Superhuman",
214
- "likes": 2,
215
- "sha": "e949b1ca49ed2eb75951571d155c78e21cc108ca",
216
- "lastModified": "2023-03-31T15:33:42.000Z",
217
- "screenshot_id": "YenLai_Superhuman"
218
- },
219
- {
220
- "id": "bethecloud/storj_theme",
221
- "likes": 14,
222
- "sha": "ccf66871a4dae6efa98c62239cafec38489578c8",
223
- "lastModified": "2023-04-03T18:28:39.000Z",
224
- "screenshot_id": "bethecloud_storj_theme"
225
- },
226
- {
227
- "id": "sudeepshouche/minimalist",
228
- "likes": 6,
229
- "sha": "0a4e1b7692d9c027e49fcf9ed3dea2f6fc7e4667",
230
- "lastModified": "2023-04-01T13:42:52.000Z",
231
- "screenshot_id": "sudeepshouche_minimalist"
232
- },
233
- {
234
- "id": "knotdgaf/gradiotest",
235
- "likes": 1,
236
- "sha": "16a5d6eb98e349baa104f2791bbcf706b3b56961",
237
- "lastModified": "2023-04-01T15:46:21.000Z",
238
- "screenshot_id": "knotdgaf_gradiotest"
239
- },
240
- {
241
- "id": "ParityError/Interstellar",
242
- "likes": 3,
243
- "sha": "7f604b2dca6ea3b15f2704590cf4eae76735c5a2",
244
- "lastModified": "2023-04-03T01:11:42.000Z",
245
- "screenshot_id": "ParityError_Interstellar"
246
- },
247
- {
248
- "id": "ParityError/Anime",
249
- "likes": 8,
250
- "sha": "b20cc125bcaf3c758a44b60c5420cae20ae81234",
251
- "lastModified": "2023-04-03T07:19:29.000Z",
252
- "screenshot_id": "ParityError_Anime"
253
- },
254
- {
255
- "id": "Ajaxon6255/Emerald_Isle",
256
- "likes": 2,
257
- "sha": "8d66d68389bd768c6eaa8ee92200ed14fe0dff6a",
258
- "lastModified": "2023-04-03T04:28:52.000Z",
259
- "screenshot_id": "Ajaxon6255_Emerald_Isle"
260
- },
261
- {
262
- "id": "ParityError/LimeFace",
263
- "likes": 3,
264
- "sha": "0296aa95034a011e96af5e6772fdb99d42ddddaa",
265
- "lastModified": "2023-04-04T21:13:50.000Z",
266
- "screenshot_id": "ParityError_LimeFace"
267
- },
268
- {
269
- "id": "finlaymacklon/smooth_slate",
270
- "likes": 6,
271
- "sha": "e763d0f81b66471eb34c2808a273ace2630578f6",
272
- "lastModified": "2023-04-04T01:54:26.000Z",
273
- "screenshot_id": "finlaymacklon_smooth_slate"
274
- },
275
- {
276
- "id": "finlaymacklon/boxy_violet",
277
- "likes": 3,
278
- "sha": "3a2affb3e88997c5b90bb3ff6f102390a3422258",
279
- "lastModified": "2023-04-04T02:50:22.000Z",
280
- "screenshot_id": "finlaymacklon_boxy_violet"
281
- },
282
- {
283
- "id": "derekzen/stardust",
284
- "likes": 0,
285
- "sha": "d4ebd83addcf01740267ed5d5ea7e9182b31d16d",
286
- "lastModified": "2023-04-06T15:54:34.000Z",
287
- "screenshot_id": "derekzen_stardust"
288
- },
289
- {
290
- "id": "EveryPizza/Cartoony-Gradio-Theme",
291
- "likes": 2,
292
- "sha": "1ca8980c5a1831bab3408e6830d59143c3354cb7",
293
- "lastModified": "2023-04-06T18:39:28.000Z",
294
- "screenshot_id": "EveryPizza_Cartoony-Gradio-Theme"
295
- },
296
- {
297
- "id": "Ifeanyi/Cyanister",
298
- "likes": 0,
299
- "sha": "9e4d14e63ab3757d6565bfd4bb6f8e34a9c53b9d",
300
- "lastModified": "2023-06-30T07:48:07.000Z",
301
- "screenshot_id": "Ifeanyi_Cyanister"
302
- },
303
- {
304
- "id": "Tshackelton/IBMPlex-DenseReadable",
305
- "likes": 1,
306
- "sha": "05c02cb24e349452f14fc2f027055454d9ed195e",
307
- "lastModified": "2023-04-07T03:25:11.000Z",
308
- "screenshot_id": "Tshackelton_IBMPlex-DenseReadable"
309
- },
310
- {
311
- "id": "snehilsanyal/scikit-learn",
312
- "likes": 1,
313
- "sha": "2af5369fed84af9ed119e2bb23c17f986fc3b49d",
314
- "lastModified": "2023-04-08T19:10:45.000Z",
315
- "screenshot_id": "snehilsanyal_scikit-learn"
316
- },
317
- {
318
- "id": "Himhimhim/xkcd",
319
- "likes": 0,
320
- "sha": "111e426d5277a226be694b96831b0b0b1ed65118",
321
- "lastModified": "2023-04-10T17:04:28.000Z",
322
- "screenshot_id": "Himhimhim_xkcd"
323
- },
324
- {
325
- "id": "shivi/calm_seafoam",
326
- "likes": 3,
327
- "sha": "58f305b41e0cce34f874313a5b6fe920a9a92404",
328
- "lastModified": "2023-04-14T21:11:43.000Z",
329
- "screenshot_id": "shivi_calm_seafoam"
330
- },
331
- {
332
- "id": "nota-ai/theme",
333
- "likes": 3,
334
- "sha": "7256dd32c053cc6b06e381d80848e4de6d45d67f",
335
- "lastModified": "2023-07-18T01:57:48.000Z",
336
- "screenshot_id": "nota-ai_theme"
337
- },
338
- {
339
- "id": "rawrsor1/Everforest",
340
- "likes": 0,
341
- "sha": "eb673345952d1b1df2adf3a3700a9ea18f329a64",
342
- "lastModified": "2023-04-18T07:11:52.000Z",
343
- "screenshot_id": "rawrsor1_Everforest"
344
- },
345
- {
346
- "id": "SebastianBravo/simci_css",
347
- "likes": 2,
348
- "sha": "4f46131c6a54398d36859b3bf54c0b4e29914537",
349
- "lastModified": "2023-04-21T06:32:21.000Z",
350
- "screenshot_id": "SebastianBravo_simci_css"
351
- },
352
- {
353
- "id": "rottenlittlecreature/Moon_Goblin",
354
- "likes": 1,
355
- "sha": "470661a89252eebfdf48f93e5bfbe7495e948565",
356
- "lastModified": "2023-04-27T04:35:34.000Z",
357
- "screenshot_id": "rottenlittlecreature_Moon_Goblin"
358
- },
359
- {
360
- "id": "abidlabs/test-yellow",
361
- "likes": 0,
362
- "sha": "941816b525f270fa2753af7b5977f26523e434f3",
363
- "lastModified": "2023-04-25T00:19:36.000Z",
364
- "screenshot_id": "abidlabs_test-yellow"
365
- },
366
- {
367
- "id": "abidlabs/test-yellow3",
368
- "likes": 0,
369
- "sha": "98468b5d715e6ac8030976a47cf4cf489bebf406",
370
- "lastModified": "2023-04-25T00:46:07.000Z",
371
- "screenshot_id": "abidlabs_test-yellow3"
372
- },
373
- {
374
- "id": "idspicQstitho/dracula_revamped",
375
- "likes": 0,
376
- "sha": "e9563fce60dc1bc1f12e1529a935ce26596a353a",
377
- "lastModified": "2023-07-02T16:37:11.000Z",
378
- "screenshot_id": "idspicQstitho_dracula_revamped"
379
- },
380
- {
381
- "id": "kfahn/AnimalPose",
382
- "likes": 0,
383
- "sha": "07390407d03456a58f6bc33a99773e6f1ee07e2a",
384
- "lastModified": "2023-05-02T14:10:38.000Z",
385
- "screenshot_id": "kfahn_AnimalPose"
386
- },
387
- {
388
- "id": "HaleyCH/HaleyCH_Theme",
389
- "likes": 4,
390
- "sha": "0ad24ea15844ee5bdfecd122a438536008ef9c13",
391
- "lastModified": "2023-05-01T14:55:54.000Z",
392
- "screenshot_id": "HaleyCH_HaleyCH_Theme"
393
- },
394
- {
395
- "id": "simulKitke/dracula_test",
396
- "likes": 0,
397
- "sha": "a6c39308892f82fdba58a34b28008b557d68024f",
398
- "lastModified": "2023-07-01T11:16:49.000Z",
399
- "screenshot_id": "simulKitke_dracula_test"
400
- },
401
- {
402
- "id": "braintacles/CrimsonNight",
403
- "likes": 0,
404
- "sha": "40f28be62631e1bfb670d3f8adfb8359ccff1b59",
405
- "lastModified": "2023-05-04T02:24:37.000Z",
406
- "screenshot_id": "braintacles_CrimsonNight"
407
- },
408
- {
409
- "id": "wentaohe/whiteboardv2",
410
- "likes": 0,
411
- "sha": "0fa1b6a39c6a0c2a47aa9bcd29cce285857acb74",
412
- "lastModified": "2023-05-05T17:12:48.000Z",
413
- "screenshot_id": "wentaohe_whiteboardv2"
414
- },
415
- {
416
- "id": "reilnuud/polite",
417
- "likes": 1,
418
- "sha": "eabe137d534934744c2c64b5204244af9b79d806",
419
- "lastModified": "2023-05-05T20:58:11.000Z",
420
- "screenshot_id": "reilnuud_polite"
421
- },
422
- {
423
- "id": "remilia/Ghostly",
424
- "likes": 1,
425
- "sha": "6552d91a2d81d2c7481f328fe0fa7f3b70f82e99",
426
- "lastModified": "2023-05-11T20:28:34.000Z",
427
- "screenshot_id": "remilia_Ghostly"
428
- },
429
- {
430
- "id": "Franklisi/darkmode",
431
- "likes": 0,
432
- "sha": "54ee9086c8bbc4b11b9a4c2ce7959db45b1cbd96",
433
- "lastModified": "2023-05-20T00:48:03.000Z",
434
- "screenshot_id": "Franklisi_darkmode"
435
- },
436
- {
437
- "id": "coding-alt/soft",
438
- "likes": 0,
439
- "sha": "b7c174e1289263db3bd8f268ef9e5b8707ef26ca",
440
- "lastModified": "2023-05-24T08:41:09.000Z",
441
- "screenshot_id": "coding-alt_soft"
442
- },
443
- {
444
- "id": "xiaobaiyuan/theme_land",
445
- "likes": 1,
446
- "sha": "b6c1b9bf490c3a542860a38667ac357fedae5ead",
447
- "lastModified": "2023-06-10T07:49:57.000Z",
448
- "screenshot_id": "xiaobaiyuan_theme_land"
449
- },
450
- {
451
- "id": "step-3-profit/Midnight-Deep",
452
- "likes": 1,
453
- "sha": "a0ccf4a9e8ca399e7cff8a381b524fd69ce28868",
454
- "lastModified": "2023-05-27T09:06:52.000Z",
455
- "screenshot_id": "step-3-profit_Midnight-Deep"
456
- },
457
- {
458
- "id": "xiaobaiyuan/theme_demo",
459
- "likes": 0,
460
- "sha": "0efce78e4e9815d7fdb5beb3ab0f27e9e9a93dfd",
461
- "lastModified": "2023-05-27T16:38:54.000Z",
462
- "screenshot_id": "xiaobaiyuan_theme_demo"
463
- },
464
- {
465
- "id": "Taithrah/Minimal",
466
- "likes": 0,
467
- "sha": "b3efc95e5bf40382d049a194e4a2c043bcd88900",
468
- "lastModified": "2023-07-06T23:10:18.000Z",
469
- "screenshot_id": "Taithrah_Minimal"
470
- },
471
- {
472
- "id": "Insuz/SimpleIndigo",
473
- "likes": 0,
474
- "sha": "3184021c56adbf924658521388c705abe778ede7",
475
- "lastModified": "2023-06-05T23:08:29.000Z",
476
- "screenshot_id": "Insuz_SimpleIndigo"
477
- },
478
- {
479
- "id": "zkunn/Alipay_Gradio_theme",
480
- "likes": 1,
481
- "sha": "93407d4ecdeef5f282ea6e221b5c12463cd5c840",
482
- "lastModified": "2023-06-06T12:30:25.000Z",
483
- "screenshot_id": "zkunn_Alipay_Gradio_theme"
484
- },
485
- {
486
- "id": "Insuz/Mocha",
487
- "likes": 1,
488
- "sha": "386cd8cedf80e6d0ad3a94a40c723f00b177ed76",
489
- "lastModified": "2023-06-08T09:41:27.000Z",
490
- "screenshot_id": "Insuz_Mocha"
491
- },
492
- {
493
- "id": "xiaobaiyuan/theme_brief",
494
- "likes": 0,
495
- "sha": "a80c4b450c7a9bf7a925465578d494c89171b4ac",
496
- "lastModified": "2023-06-10T04:44:42.000Z",
497
- "screenshot_id": "xiaobaiyuan_theme_brief"
498
- },
499
- {
500
- "id": "Ama434/434-base-Barlow",
501
- "likes": 0,
502
- "sha": "34aa703bd83fbe0c9b8ab5cf44b64ee9b3a1b82f",
503
- "lastModified": "2023-06-10T16:49:10.000Z",
504
- "screenshot_id": "Ama434_434-base-Barlow"
505
- },
506
- {
507
- "id": "Ama434/def_barlow",
508
- "likes": 0,
509
- "sha": "2b31ff91bad69790c6e6df83127dc650d6d29239",
510
- "lastModified": "2023-06-10T17:37:57.000Z",
511
- "screenshot_id": "Ama434_def_barlow"
512
- },
513
- {
514
- "id": "Ama434/neutral-barlow",
515
- "likes": 1,
516
- "sha": "f1d041482761ceab666dbb8dc674d86c53ca54bd",
517
- "lastModified": "2023-06-10T18:04:03.000Z",
518
- "screenshot_id": "Ama434_neutral-barlow"
519
- },
520
- {
521
- "id": "dawood/dracula_test",
522
- "likes": 0,
523
- "sha": "903e5b7519138881215eb0d249e29e2fe8e8a024",
524
- "lastModified": "2023-06-11T00:06:06.000Z",
525
- "screenshot_id": "dawood_dracula_test"
526
- },
527
- {
528
- "id": "nuttea/Softblue",
529
- "likes": 0,
530
- "sha": "08ffb0293e2b1c9e32a68d2d0e039a2b7d2c2d11",
531
- "lastModified": "2023-06-12T14:46:24.000Z",
532
- "screenshot_id": "nuttea_Softblue"
533
- },
534
- {
535
- "id": "BlueDancer/Alien_Diffusion",
536
- "likes": 0,
537
- "sha": "5667eb6299989d0deb9bddd36678aee016b733b4",
538
- "lastModified": "2023-06-20T01:03:46.000Z",
539
- "screenshot_id": "BlueDancer_Alien_Diffusion"
540
- },
541
- {
542
- "id": "naughtondale/monochrome",
543
- "likes": 0,
544
- "sha": "a40746c7d69e3d733aa43d05033c3846603f59f1",
545
- "lastModified": "2023-07-05T16:30:37.000Z",
546
- "screenshot_id": "naughtondale_monochrome"
547
- },
548
- {
549
- "id": "Dagfinn1962/standard",
550
- "likes": 0,
551
- "sha": "b238047d5dac739d27daeb14bd871249166788a0",
552
- "lastModified": "2023-07-08T23:22:59.000Z",
553
- "screenshot_id": "Dagfinn1962_standard"
554
- },
555
- {
556
- "id": "Dagfinn1962/goodtheme",
557
- "likes": 0,
558
- "sha": "870ed9e826152256ba48b407538136712f6d5b35",
559
- "lastModified": "2023-07-09T06:17:18.000Z",
560
- "screenshot_id": "Dagfinn1962_goodtheme"
561
- },
562
- {
563
- "id": "adam-haile/DSTheme",
564
- "likes": 0,
565
- "sha": "c45694423d44928ae827108905f7b9b0fb0f5091",
566
- "lastModified": "2023-07-13T15:27:28.000Z",
567
- "screenshot_id": "adam-haile_DSTheme"
568
- },
569
- {
570
- "id": "karthikeyan-adople/hudsonhayes",
571
- "likes": 0,
572
- "sha": "fa1aeecfbb9601334d7ce631ebc11a1d1090d385",
573
- "lastModified": "2023-07-15T09:28:19.000Z",
574
- "screenshot_id": "karthikeyan-adople_hudsonhayes"
575
- },
576
- {
577
- "id": "mindrage/darkmode_grey_red_condensed",
578
- "likes": 0,
579
- "sha": "3164eec463ee4f8e85e398c2d2bb9150c2960e2c",
580
- "lastModified": "2023-07-17T11:14:28.000Z",
581
- "screenshot_id": "mindrage_darkmode_grey_red_condensed"
582
- },
583
- {
584
- "id": "mindrage/darkmode_grey_cyan_condensed",
585
- "likes": 0,
586
- "sha": "8519814e684eda3a2257e861db469d814e6b7865",
587
- "lastModified": "2023-07-17T20:11:55.000Z",
588
- "screenshot_id": "mindrage_darkmode_grey_cyan_condensed"
589
- },
590
- {
591
- "id": "karthikeyan-adople/hudsonhayes-dark",
592
- "likes": 0,
593
- "sha": "0c9f3a1f9b69df51db340d2eae42c37e646f810e",
594
- "lastModified": "2023-07-18T07:53:37.000Z",
595
- "screenshot_id": "karthikeyan-adople_hudsonhayes-dark"
596
- },
597
- {
598
- "id": "jingwora/calm_seafoam",
599
- "likes": 0,
600
- "sha": "8deebdbbadc8a374bcd4459ec6a8929596c9e0d1",
601
- "lastModified": "2023-07-18T11:04:40.000Z",
602
- "screenshot_id": "jingwora_calm_seafoam"
603
- },
604
- {
605
- "id": "karthikeyan-adople/hudsonhayes-blue",
606
- "likes": 0,
607
- "sha": "a752039a807e2d352eb55f352a91371b5a51d3ca",
608
- "lastModified": "2023-07-18T13:03:12.000Z",
609
- "screenshot_id": "karthikeyan-adople_hudsonhayes-blue"
610
- },
611
- {
612
- "id": "karthikeyan-adople/hudsonhayes-dark1",
613
- "likes": 0,
614
- "sha": "39ce1038cf2d1d6b189ef2d8d9add1de2a0974c5",
615
- "lastModified": "2023-07-19T05:55:40.000Z",
616
- "screenshot_id": "karthikeyan-adople_hudsonhayes-dark1"
617
- },
618
- {
619
- "id": "Jameswiller/Globe",
620
- "likes": 0,
621
- "sha": "534f4cc09d206f89ad2dfc779fc15e42ad6266c2",
622
- "lastModified": "2023-07-20T14:29:29.000Z",
623
- "screenshot_id": "Jameswiller_Globe"
624
- },
625
- {
626
- "id": "karthikeyan-adople/hudsonhayes-gray",
627
- "likes": 0,
628
- "sha": "f34a830663d9e11fd1d6d121481590790c8fb102",
629
- "lastModified": "2023-07-21T12:44:13.000Z",
630
- "screenshot_id": "karthikeyan-adople_hudsonhayes-gray"
631
- },
632
- {
633
- "id": "patrickosornio/my_theme1",
634
- "likes": 0,
635
- "sha": "1c3c7e6eb7cdf262e0ddf266dfc9ea1af3b40d7c",
636
- "lastModified": "2023-07-24T23:42:02.000Z",
637
- "screenshot_id": "patrickosornio_my_theme1"
638
- },
639
- {
640
- "id": "earneleh/paris",
641
- "likes": 0,
642
- "sha": "6bb627aa7597ae7f8ca82a2f21735ced98b38eb8",
643
- "lastModified": "2023-07-25T02:05:00.000Z",
644
- "screenshot_id": "earneleh_paris"
645
- },
646
- {
647
- "id": "rezponze/TeeFussion",
648
- "likes": 0,
649
- "sha": "4b57e14ac3369d669aae6c98beaeaae95a282d99",
650
- "lastModified": "2023-07-25T13:29:28.000Z",
651
- "screenshot_id": "rezponze_TeeFussion"
652
- },
653
- {
654
- "id": "etstertest/test",
655
- "likes": 0,
656
- "sha": "e86a268f7695c4780de7b5047f91ab8260255718",
657
- "lastModified": "2023-07-25T15:36:59.000Z",
658
- "screenshot_id": "etstertest_test"
659
- },
660
- {
661
- "id": "dwancin/theme",
662
- "likes": 0,
663
- "sha": "993b1279634f5f63c2b9a0c5c9be26ab8e06a54f",
664
- "lastModified": "2023-08-14T01:38:33.000Z",
665
- "screenshot_id": "dwancin_theme"
666
- },
667
- {
668
- "id": "Arkaine/Carl_Glow",
669
- "likes": 0,
670
- "sha": "577e313eeeffacb8edf4c3558ce0d2cf6c524caa",
671
- "lastModified": "2023-07-31T08:53:51.000Z",
672
- "screenshot_id": "Arkaine_Carl_Glow"
673
- },
674
- {
675
- "id": "minatosnow/qaigpt",
676
- "likes": 0,
677
- "sha": "7f5b8e9f2a0269866217b681a37fa97d98dee746",
678
- "lastModified": "2023-08-07T16:46:14.000Z",
679
- "screenshot_id": "minatosnow_qaigpt"
680
- },
681
- {
682
- "id": "DitchDenis/Denis",
683
- "likes": 0,
684
- "sha": "6eab339d65ae464ff29c60a07de019eabca95940",
685
- "lastModified": "2023-08-05T09:27:43.000Z",
686
- "screenshot_id": "DitchDenis_Denis"
687
- },
688
- {
689
- "id": "pikto/theme",
690
- "likes": 0,
691
- "sha": "056436e1b043e64ec89f7237bc87bc91248f387f",
692
- "lastModified": "2023-08-06T20:40:20.000Z",
693
- "screenshot_id": "pikto_theme"
694
- },
695
- {
696
- "id": "gary109/black",
697
- "likes": 0,
698
- "sha": "c7f34c52b967173fc3d57d393fedd475f888fad3",
699
- "lastModified": "2023-08-08T02:32:00.000Z",
700
- "screenshot_id": "gary109_black"
701
- },
702
- {
703
- "id": "gary109/black_base",
704
- "likes": 0,
705
- "sha": "438aff99414b07717a17c03fa82791efe0dfde2a",
706
- "lastModified": "2023-08-08T02:33:22.000Z",
707
- "screenshot_id": "gary109_black_base"
708
- },
709
- {
710
- "id": "gary109/Emerald_Isle",
711
- "likes": 0,
712
- "sha": "2848f04e27a98ccfc479ccac3831c8c5fd81af8a",
713
- "lastModified": "2023-08-08T03:15:00.000Z",
714
- "screenshot_id": "gary109_Emerald_Isle"
715
- },
716
- {
717
- "id": "gary109/llamas",
718
- "likes": 0,
719
- "sha": "6f75c08b3c29f1420105ba08961c0e67a0c151c0",
720
- "lastModified": "2023-08-08T03:15:31.000Z",
721
- "screenshot_id": "gary109_llamas"
722
- },
723
- {
724
- "id": "gary109/HaleyCH_Theme",
725
- "likes": 1,
726
- "sha": "6f34b3ee1e9df30820362ab1efc8162f870e12ea",
727
- "lastModified": "2023-08-08T03:18:38.000Z",
728
- "screenshot_id": "gary109_HaleyCH_Theme"
729
- },
730
- {
731
- "id": "dumdumai/D-GradioTheme",
732
- "likes": 0,
733
- "sha": "774ac1f0af04f1ba8f08bc52407bc536486e0942",
734
- "lastModified": "2023-08-12T14:31:57.000Z",
735
- "screenshot_id": "dumdumai_D-GradioTheme"
736
- },
737
- {
738
- "id": "gl198976/The-Rounded",
739
- "likes": 0,
740
- "sha": "8580b9d44d98cd4bcdbb0194994309331f041d70",
741
- "lastModified": "2023-08-14T02:52:05.000Z",
742
- "screenshot_id": "gl198976_The-Rounded"
743
- },
744
- {
745
- "id": "NoCrypt/miku",
746
- "likes": 0,
747
- "sha": "eb068530367ccb43ea327fbee54dd07c66a4b538",
748
- "lastModified": "2023-08-15T00:28:30.000Z",
749
- "screenshot_id": "NoCrypt_miku"
750
- }
751
- ]
 
1
  [
2
+ {"id": "freddyaboulton/dracula_revamped"},
3
+ {"id": "freddyaboulton/bad-theme-space"},
4
+ {"id": "gradio/dracula_revamped"},
5
+ {"id": "abidlabs/dracula_revamped"},
6
+ {"id": "gradio/dracula_test"},
7
+ {"id": "abidlabs/dracula_test"},
8
+ {"id": "gradio/seafoam"},
9
+ {"id": "gradio/glass"},
10
+ {"id": "gradio/monochrome"},
11
+ {"id": "gradio/soft"},
12
+ {"id": "gradio/default"},
13
+ {"id": "gradio/base"},
14
+ {"id": "abidlabs/pakistan"},
15
+ {"id": "dawood/microsoft_windows"},
16
+ {"id": "ysharma/steampunk"},
17
+ {"id": "ysharma/huggingface"},
18
+ {"id": "gstaff/xkcd"},
19
+ {"id": "JohnSmith9982/small_and_pretty"},
20
+ {"id": "abidlabs/Lime"},
21
+ {"id": "freddyaboulton/this-theme-does-not-exist-2"},
22
+ {"id": "aliabid94/new-theme"},
23
+ {"id": "aliabid94/test2"},
24
+ {"id": "aliabid94/test3"},
25
+ {"id": "aliabid94/test4"},
26
+ {"id": "abidlabs/banana"},
27
+ {"id": "freddyaboulton/test-blue"},
28
+ {"id": "gstaff/sketch"},
29
+ {"id": "gstaff/whiteboard"},
30
+ {"id": "ysharma/llamas"},
31
+ {"id": "abidlabs/font-test"},
32
+ {"id": "YenLai/Superhuman"},
33
+ {"id": "bethecloud/storj_theme"},
34
+ {"id": "sudeepshouche/minimalist"},
35
+ {"id": "knotdgaf/gradiotest"},
36
+ {"id": "ParityError/Interstellar"},
37
+ {"id": "ParityError/Anime"},
38
+ {"id": "Ajaxon6255/Emerald_Isle"},
39
+ {"id": "ParityError/LimeFace"},
40
+ {"id": "finlaymacklon/smooth_slate"},
41
+ {"id": "finlaymacklon/boxy_violet"},
42
+ {"id": "derekzen/stardust"},
43
+ {"id": "EveryPizza/Cartoony-Gradio-Theme"},
44
+ {"id": "Ifeanyi/Cyanister"},
45
+ {"id": "Tshackelton/IBMPlex-DenseReadable"},
46
+ {"id": "snehilsanyal/scikit-learn"},
47
+ {"id": "Himhimhim/xkcd"},
48
+ {"id": "shivi/calm_seafoam"},
49
+ {"id": "nota-ai/theme"},
50
+ {"id": "rawrsor1/Everforest"},
51
+ {"id": "SebastianBravo/simci_css"},
52
+ {"id": "rottenlittlecreature/Moon_Goblin"},
53
+ {"id": "abidlabs/test-yellow"},
54
+ {"id": "abidlabs/test-yellow3"},
55
+ {"id": "idspicQstitho/dracula_revamped"},
56
+ {"id": "kfahn/AnimalPose"},
57
+ {"id": "HaleyCH/HaleyCH_Theme"},
58
+ {"id": "simulKitke/dracula_test"},
59
+ {"id": "braintacles/CrimsonNight"},
60
+ {"id": "wentaohe/whiteboardv2"},
61
+ {"id": "reilnuud/polite"},
62
+ {"id": "remilia/Ghostly"},
63
+ {"id": "Franklisi/darkmode"},
64
+ {"id": "coding-alt/soft"},
65
+ {"id": "xiaobaiyuan/theme_land"},
66
+ {"id": "step-3-profit/Midnight-Deep"},
67
+ {"id": "xiaobaiyuan/theme_demo"},
68
+ {"id": "Taithrah/Minimal"},
69
+ {"id": "Insuz/SimpleIndigo"},
70
+ {"id": "zkunn/Alipay_Gradio_theme"},
71
+ {"id": "Insuz/Mocha"},
72
+ {"id": "xiaobaiyuan/theme_brief"},
73
+ {"id": "Ama434/434-base-Barlow"},
74
+ {"id": "Ama434/def_barlow"},
75
+ {"id": "Ama434/neutral-barlow"},
76
+ {"id": "dawood/dracula_test"},
77
+ {"id": "nuttea/Softblue"},
78
+ {"id": "BlueDancer/Alien_Diffusion"},
79
+ {"id": "naughtondale/monochrome"},
80
+ {"id": "Dagfinn1962/standard"}
81
+ ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
assets/version_checker.py ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import os, sys
2
+ import json
3
+ import requests
4
+
5
+ now_dir = os.getcwd()
6
+ sys.path.append(now_dir)
7
+
8
+ config_file = os.path.join(now_dir, "assets", "config.json")
9
+
10
+
11
+ def load_local_version():
12
+ with open(config_file, "r", encoding="utf8") as file:
13
+ config = json.load(file)
14
+ return config["version"]
15
+
16
+
17
+ def obtain_tag_name():
18
+ url = "https://api.github.com/repos/IAHispano/Applio/releases/latest"
19
+
20
+ try:
21
+ response = requests.get(url)
22
+ response.raise_for_status()
23
+
24
+ data = response.json()
25
+ tag_name = data["tag_name"]
26
+
27
+ return tag_name
28
+
29
+ except requests.exceptions.RequestException as e:
30
+ print(f"Error: {e}")
31
+ return None
32
+
33
+
34
+ def compare_version():
35
+ local_version = load_local_version()
36
+ online_version = obtain_tag_name()
37
+ elements_online_version = list(map(int, online_version.split(".")))
38
+ elements_local_version = list(map(int, local_version.split(".")))
39
+
40
+ for online, local in zip(elements_online_version, elements_local_version):
41
+ if local < online:
42
+ return f"Your local {local_version} version is older than {online_version} the latest version"
43
+
44
+ return f"Your local version {local_version} is the latest version."