From d8c52c1ef1d823ce89c282033328d7e65c85f310 Mon Sep 17 00:00:00 2001 From: Thoronium <107363768+NotThorny@users.noreply.github.com> Date: Sun, 18 Jun 2023 16:29:33 -0600 Subject: [PATCH] Update langs --- src-tauri/lang/chs.json | 3 ++- src-tauri/lang/cht.json | 3 ++- src-tauri/lang/de.json | 3 ++- src-tauri/lang/es.json | 3 ++- src-tauri/lang/fr.json | 3 ++- src-tauri/lang/id.json | 3 ++- src-tauri/lang/ko.json | 3 ++- src-tauri/lang/lv.json | 3 ++- src-tauri/lang/nl.json | 3 ++- src-tauri/lang/pt-br.json | 3 ++- src-tauri/lang/ru.json | 3 ++- src-tauri/lang/vi.json | 3 ++- 12 files changed, 24 insertions(+), 12 deletions(-) diff --git a/src-tauri/lang/chs.json b/src-tauri/lang/chs.json index 3ceacd0b..ea073c44 100644 --- a/src-tauri/lang/chs.json +++ b/src-tauri/lang/chs.json @@ -8,7 +8,8 @@ "ip_placeholder": "IP 地址...", "port_placeholder": "端口...", "files_downloading": "文件下载中:", - "files_extracting": "文件解压中:" + "files_extracting": "文件解压中:", + "game_path_notify": "未找到游戏路径,请记得在设置中进行设置" }, "options": { "enabled": "已启用", diff --git a/src-tauri/lang/cht.json b/src-tauri/lang/cht.json index ae13c362..197145eb 100644 --- a/src-tauri/lang/cht.json +++ b/src-tauri/lang/cht.json @@ -8,7 +8,8 @@ "ip_placeholder": "IP地址...", "port_placeholder": "通訊埠...", "files_downloading": "檔案下載中:", - "files_extracting": "檔案解壓縮中:" + "files_extracting": "檔案解壓縮中:", + "game_path_notify": "找不到遊戲路徑,記得在設置裡設置!" }, "options": { "enabled": "已啟用", diff --git a/src-tauri/lang/de.json b/src-tauri/lang/de.json index 3df11391..79467945 100644 --- a/src-tauri/lang/de.json +++ b/src-tauri/lang/de.json @@ -8,7 +8,8 @@ "ip_placeholder": "Server Adresse...", "port_placeholder": "Port...", "files_downloading": "Herunterladen von Dateien: ", - "files_extracting": "Extrahieren von Dateien: " + "files_extracting": "Extrahieren von Dateien: ", + "game_path_notify": "Spielpfad nicht gefunden, denken Sie daran, ihn in den Einstellungen festzulegen!" }, "options": { "enabled": "Aktiviert", diff --git a/src-tauri/lang/es.json b/src-tauri/lang/es.json index a620c4db..823d77e4 100644 --- a/src-tauri/lang/es.json +++ b/src-tauri/lang/es.json @@ -8,7 +8,8 @@ "ip_placeholder": "Dirección del servidor...", "port_placeholder": "Puerto...", "files_downloading": "Archivos Descargandose: ", - "files_extracting": "Archivos Extrayendose: " + "files_extracting": "Archivos Extrayendose: ", + "game_path_notify": "Ruta de juego no encontrada, ¡recuerda configurarla en ajustes!" }, "options": { "enabled": "Activado", diff --git a/src-tauri/lang/fr.json b/src-tauri/lang/fr.json index a3dd5b52..cc6ff8b4 100644 --- a/src-tauri/lang/fr.json +++ b/src-tauri/lang/fr.json @@ -8,7 +8,8 @@ "ip_placeholder": "Adresse du serveur...", "port_placeholder": "Port...", "files_downloading": "Fichiers en cours de telechargement: ", - "files_extracting": "Fichiers en cours d'extraction: " + "files_extracting": "Fichiers en cours d'extraction: ", + "game_path_notify": "Chemin d'accès au jeu non trouvé, n'oubliez pas de le définir dans les options !" }, "options": { "enabled": "Activé", diff --git a/src-tauri/lang/id.json b/src-tauri/lang/id.json index 92dd83d3..edad0e17 100644 --- a/src-tauri/lang/id.json +++ b/src-tauri/lang/id.json @@ -7,7 +7,8 @@ "ip_placeholder": "Alamat Server...", "port_placeholder": "Port...", "files_downloading": "Mendownload File Yang Diperlukan: ", - "files_extracting": "MengExtract File: " + "files_extracting": "MengExtract File: ", + "game_path_notify": "Jalur permainan tidak ditemukan, ingatlah untuk mengaturnya dalam pengaturan!" }, "options": { "enabled": "Diaktifkan", diff --git a/src-tauri/lang/ko.json b/src-tauri/lang/ko.json index bb99dd21..06230672 100644 --- a/src-tauri/lang/ko.json +++ b/src-tauri/lang/ko.json @@ -8,7 +8,8 @@ "ip_placeholder": "서버 주소", "port_placeholder": "포트", "files_downloading": "파일 다운로드 중: ", - "files_extracting": "파일 추출 중: " + "files_extracting": "파일 추출 중: ", + "game_path_notify": "게임 경로를 찾을 수 없습니다. 설정에서 설정하는 것을 잊지 마세요!" }, "options": { "enabled": "활성", diff --git a/src-tauri/lang/lv.json b/src-tauri/lang/lv.json index a6574644..9b1925b2 100644 --- a/src-tauri/lang/lv.json +++ b/src-tauri/lang/lv.json @@ -8,7 +8,8 @@ "ip_placeholder": "Servera Adrese...", "port_placeholder": "Ports...", "files_downloading": "Failu Lejupielāde: ", - "files_extracting": "Failu Izvilkšana: " + "files_extracting": "Failu Izvilkšana: ", + "game_path_notify": "Spēles ceļš nav atrasts, atcerieties to iestatījumos!" }, "options": { "enabled": "Iespējots", diff --git a/src-tauri/lang/nl.json b/src-tauri/lang/nl.json index dd966fe4..aa6e82e9 100644 --- a/src-tauri/lang/nl.json +++ b/src-tauri/lang/nl.json @@ -8,7 +8,8 @@ "ip_placeholder": "Server Address...", "port_placeholder": "Poort...", "files_downloading": "Bestanden Aan Downloaden: ", - "files_extracting": "Bestanden Uitpakken: " + "files_extracting": "Bestanden Uitpakken: ", + "game_path_notify": "Spelpad niet gevonden, denk eraan dit in te stellen in instellingen!" }, "options": { "enabled": "Ingeschakeld", diff --git a/src-tauri/lang/pt-br.json b/src-tauri/lang/pt-br.json index 62b21fc1..41b7367f 100644 --- a/src-tauri/lang/pt-br.json +++ b/src-tauri/lang/pt-br.json @@ -8,7 +8,8 @@ "ip_placeholder": "Endereço do Servidor...", "port_placeholder": "Porta...", "files_downloading": "Baixando Arquivos: ", - "files_extracting": "Extraindo Arquivos: " + "files_extracting": "Extraindo Arquivos: ", + "game_path_notify": "Caminho do jogo não encontrado, lembre-se de defini-lo nas configurações!" }, "options": { "enabled": "Habilitado", diff --git a/src-tauri/lang/ru.json b/src-tauri/lang/ru.json index 81be512b..3e5d3312 100644 --- a/src-tauri/lang/ru.json +++ b/src-tauri/lang/ru.json @@ -8,7 +8,8 @@ "ip_placeholder": "Айпи адрес...", "port_placeholder": "Порт...", "files_downloading": "Файлов скачано: ", - "files_extracting": "Извлечено файлов: " + "files_extracting": "Извлечено файлов: ", + "game_path_notify": "Путь к игре не найден, не забудьте установить его в настройках!" }, "options": { "enabled": "Включено", diff --git a/src-tauri/lang/vi.json b/src-tauri/lang/vi.json index befd8445..4bbb9ed6 100644 --- a/src-tauri/lang/vi.json +++ b/src-tauri/lang/vi.json @@ -8,7 +8,8 @@ "ip_placeholder": "Địa chỉ máy chủ...", "port_placeholder": "Cổng...", "files_downloading": "Đang tải tập tin: ", - "files_extracting": "Đang giải nén tập tin: " + "files_extracting": "Đang giải nén tập tin: ", + "game_path_notify": "Không tìm thấy đường dẫn trò chơi, hãy nhớ đặt nó trong cài đặt!" }, "options": { "enabled": "Bật",