Skip to content

Commit 47666ca

Browse files
committed
update: 新增和調整世界設定選項, palguard 更新...)
1 parent 38c19d0 commit 47666ca

File tree

36 files changed

+1117
-346
lines changed

36 files changed

+1117
-346
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# palserver GUI
22

3-
![RELEASE](https://img.shields.io/badge/RELEASE-1.0.9-green)
3+
![RELEASE](https://img.shields.io/badge/RELEASE-1.1.0-green)
44
[![Website](https://img.shields.io/badge/website-click-blue)](https://dalufishes-team.gitbook.io/palserver-gui-en)
55
[![Discord](https://img.shields.io/badge/discord-click-blue)](https://discord.gg/sgMMdUZd3V)
66
![Make With Love](https://img.shields.io/badge/make_with_%E2%9D%A4%EF%B8%8F-white)
@@ -57,8 +57,8 @@ palserver GUI 是一款全圖形化介面的專用伺服器架設、管理工具
5757

5858
### 安裝連結及更新
5959

60-
- 安裝包 (推薦):[點我下載](https://github.com/Dalufishe/palserver-GUI/releases/download/1.0.9/1.0.9-palserver-gui.exe)
61-
- 免安裝版本:[點我下載](https://github.com/Dalufishe/palserver-GUI/releases/download/1.0.9/unpack-1.0.9-palserver-gui.zip)
60+
- 安裝包 (推薦):[點我下載](https://github.com/Dalufishe/palserver-GUI/releases/download/1.1.0/1.1.0-palserver-gui.exe)
61+
- 免安裝版本:[點我下載](https://github.com/Dalufishe/palserver-GUI/releases/download/1.1.0/unpack-1.1.0-palserver-gui.zip)
6262

6363
### 常見問題
6464

README_EN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# palserver GUI
22

3-
![RELEASE](https://img.shields.io/badge/RELEASE-1.0.9-green)
3+
![RELEASE](https://img.shields.io/badge/RELEASE-1.1.0-green)
44
[![Website](https://img.shields.io/badge/website-click-blue)](https://dalufishes-team.gitbook.io/palserver-gui-en)
55
[![Discord](https://img.shields.io/badge/discord-click-blue)](https://discord.gg/sgMMdUZd3V)
66
![Make With Love](https://img.shields.io/badge/make_with_%E2%9D%A4%EF%B8%8F-white)
@@ -57,8 +57,8 @@ In addition, there are more server settings and features to fine-tune your serve
5757

5858
### Installation Links and Updates
5959

60-
Installation Package (Recommended):[Click here to download](https://github.com/Dalufishe/palserver-GUI/releases/download/1.0.9/1.0.9-palserver-gui.exe)
61-
Portable Version (No installation required):[Click here to download](https://github.com/Dalufishe/palserver-GUI/releases/download/1.0.9/unpack-1.0.9-palserver-gui.zip)
60+
Installation Package (Recommended):[Click here to download](https://github.com/Dalufishe/palserver-GUI/releases/download/1.1.0/1.1.0-palserver-gui.exe)
61+
Portable Version (No installation required):[Click here to download](https://github.com/Dalufishe/palserver-GUI/releases/download/1.1.0/unpack-1.1.0-palserver-gui.zip)
6262

6363
### FAQs
6464

locales/en/translation.js

Lines changed: 51 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,56 @@ const en = {
377377
bInvisibleOtherGuildBaseCampAreaFX:
378378
"Hide other guilds' base camp area effects",
379379
AutoSaveSpan: 'Auto-save interval (seconds)',
380-
AllowConnectPlatform: 'Allow Platform',
381-
AllowConnectPlatform_Steam: 'Steam',
382-
AllowConnectPlatform_Xbox: 'Xbox',
380+
ServerCantUse: 'Server (Unavailable)',
381+
CrossplayPlatforms: 'Allowed Connecting Platforms',
382+
Give: 'Give',
383+
GiveRelic: 'Give Leafmouse Statue',
384+
GiveRelicDesc: 'Give ${1} specified number of Leafmouse statues.',
385+
GiveTech: 'Give Technology Points',
386+
GiveTechDesc: 'Give ${1} specified number of Technology Points.',
387+
GiveBossTech: 'Give Ancient Technology Points',
388+
GiveBossTechDesc: 'Give ${1} specified number of Ancient Technology Points.',
389+
SupplyDropSpan: 'Supply Drop Range',
390+
RandomizerType: 'Randomizer Type',
391+
RandomizerType_None: 'No Randomization',
392+
RandomizerType_1: 'Area Randomization',
393+
RandomizerType_2: 'Global Randomization',
394+
RandomizerSeed: 'Randomizer Seed',
395+
ServerListFolder: 'Server List Folder',
396+
DetailData: 'Detailed Data',
397+
ServerId: 'Server ID',
398+
ServerReplicatePawnCullDistance: 'Player and Pal Distance (cm)',
399+
AllowConnectPlatform: 'Allow Cross-Platform Play',
400+
bAllowGlobalPalboxExport: 'Allow Export from Global Palbox Terminal',
401+
bAllowGlobalPalboxImport: 'Allow Import to Global Palbox Terminal',
402+
bBuildAreaLimit: 'Restrict Building Near Structures',
403+
bHardcore: 'Enable Hardcore Mode',
404+
bIsRandomizerPalLevelRandom: 'Enable Randomized Pal Level',
405+
bIsUseBackupSaveData: 'Enable World Backup',
406+
bPalLost: 'Pals Permanently Lost on Death',
407+
BuildSettings: 'Building Settings',
408+
DropSettings: 'Drop Settings',
409+
FixCompleted: 'Fix Completed!',
410+
ServerError: 'Server Error',
411+
InstallCompleted: 'Install Completed!',
412+
FirstTimeWelcome: 'First time, welcome!',
413+
UpdateCompleted: 'Update Completed!',
414+
ServerNeedsUpdate:
415+
'There is a new game version. The server needs to be updated.',
416+
ServerFileFixCompleted: 'Dedicated server file fix completed.',
417+
ServerFileMissing:
418+
'There is a missing file in the dedicated server, possibly due to an interrupted installation process or file corruption. Please try repairing the dedicated server.',
419+
ServerInstalledCompleted: 'Dedicated server installed successfully.',
420+
InstallReminder:
421+
'You must first install the dedicated server before using Palserver-GUI. (First-time installation takes about 7 to 10 minutes).',
422+
AllServersUpdated:
423+
'All dedicated servers have been updated to the latest version.',
424+
UpdateReminder:
425+
'After Palworld releases a new version, the dedicated servers managed by Palserver-GUI (not Palserver-GUI itself) also need to be updated. You can choose to update all servers at once or update them individually (can be selected on the server management page).',
426+
Close: 'Close',
427+
Fix: 'Fix',
428+
Install: 'Install',
429+
OneClickUpdate: 'Update',
430+
HowToGetIPAdress: 'How to get an IP address?',
383431
};
384432
export default en;

locales/fr/translation.js

Lines changed: 54 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,59 @@ const fr = {
391391
bInvisibleOtherGuildBaseCampAreaFX:
392392
'Masquer les effets de la zone du camp de base des autres guildes',
393393
AutoSaveSpan: 'Intervalle de sauvegarde automatique (secondes)',
394-
AllowConnectPlatform: 'Autoriser la plateforme',
395-
AllowConnectPlatform_Steam: 'Steam',
396-
AllowConnectPlatform_Xbox: 'Xbox',
394+
ServerCantUse: 'Serveur (Indisponible)',
395+
CrossplayPlatforms: 'Plateformes de connexion autorisées',
396+
Give: 'Donner',
397+
GiveRelic: 'Donner une statue de Souris Feuille',
398+
GiveRelicDesc: 'Donner ${1} nombre spécifié de statues de Souris Feuille.',
399+
GiveTech: 'Donner des points de technologie',
400+
GiveTechDesc: 'Donner ${1} nombre spécifié de points de technologie.',
401+
GiveBossTech: 'Donner des points de technologie ancienne',
402+
GiveBossTechDesc:
403+
'Donner ${1} nombre spécifié de points de technologie ancienne.',
404+
SupplyDropSpan: 'Plage de largage de fournitures',
405+
RandomizerType: 'Type de randomisation',
406+
RandomizerType_None: 'Pas de randomisation',
407+
RandomizerType_1: 'Randomisation par zone',
408+
RandomizerType_2: 'Randomisation globale',
409+
RandomizerSeed: 'Graine de randomisation',
410+
ServerListFolder: 'Dossier de la liste des serveurs',
411+
DetailData: 'Données détaillées',
412+
ServerId: 'ID du serveur',
413+
ServerReplicatePawnCullDistance: 'Distance joueur-Pal (cm)',
414+
AllowConnectPlatform: 'Autoriser le jeu cross-platform',
415+
bAllowGlobalPalboxExport:
416+
"Autoriser l'exportation depuis le terminal du Palbox global",
417+
bAllowGlobalPalboxImport:
418+
"Autoriser l'importation dans le terminal du Palbox global",
419+
bBuildAreaLimit: 'Interdire la construction près des structures',
420+
bHardcore: 'Activer le mode Hardcore',
421+
bIsRandomizerPalLevelRandom: 'Activer le niveau Pal aléatoire',
422+
bIsUseBackupSaveData: 'Activer la sauvegarde du monde',
423+
bPalLost: 'Pal perdu définitivement à la mort',
424+
BuildSettings: 'Paramètres de construction',
425+
DropSettings: 'Paramètres de largage',
426+
FixCompleted: 'Réparation terminée !',
427+
ServerError: 'Erreur du serveur',
428+
InstallCompleted: 'Installation terminée !',
429+
FirstTimeWelcome: 'Première fois, bienvenue !',
430+
UpdateCompleted: 'Mise à jour terminée !',
431+
ServerNeedsUpdate:
432+
'Une nouvelle version du jeu est disponible. Le serveur doit être mis à jour.',
433+
ServerFileFixCompleted: 'Réparation des fichiers du serveur dédié terminée.',
434+
ServerFileMissing:
435+
"Il manque des fichiers du serveur dédié, probablement en raison d'une interruption du processus d'installation ou de fichiers corrompus. Veuillez essayer de réparer le serveur dédié.",
436+
ServerInstalledCompleted: 'Serveur dédié installé avec succès.',
437+
InstallReminder:
438+
"Vous devez d'abord installer le serveur dédié avant d'utiliser Palserver-GUI. (L'installation initiale prend environ 7 à 10 minutes).",
439+
AllServersUpdated:
440+
'Tous les serveurs dédiés ont été mis à jour vers la dernière version.',
441+
UpdateReminder:
442+
"Après la sortie d'une nouvelle version de Palworld, les serveurs dédiés gérés par Palserver-GUI (et non Palserver-GUI lui-même) doivent également être mis à jour. Vous pouvez choisir de mettre à jour tous les serveurs en une seule fois ou de les mettre à jour individuellement (sélectionnable dans la page de gestion des serveurs).",
443+
Close: 'Fermer',
444+
Fix: 'Réparer',
445+
Install: 'Installer',
446+
OneClickUpdate: 'Mise à jour',
447+
HowToGetIPAdress: 'Comment obtenir une adresse IP ?',
397448
};
398449
export default fr;

locales/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ import en from './en/translation';
44
import zh_tw from './zh_tw/translation';
55
import zh_cn from './zh_cn/translation';
66
import fr from './fr/translation';
7+
import jp from './jp/translation';
78

8-
const LOCALES = { zh_tw, zh_cn, en, fr };
9+
const LOCALES = { zh_tw, zh_cn, en, fr, jp };
910

1011
export type Language = keyof typeof LOCALES;
1112

0 commit comments

Comments
 (0)