Dateien nach "src/main/resources/languages" hochladen

This commit is contained in:
2025-08-15 19:26:22 +00:00
parent 9ee0ab499f
commit 14699be340
15 changed files with 1020 additions and 0 deletions

View File

@@ -0,0 +1,68 @@
{
"chatTag": "WirelessRedstone",
"channelNotFound": "頻道不存在",
"channelLocked": "頻道已鎖定",
"channelUnlocked": "頻道已解鎖",
"channelRemoved": "頻道已移除",
"channelRemovedNoSigns": "頻道已經被移除因為沒有告示牌連接到該頻道",
"channelOwner": "此頻道嘅主人係: %% 頻道主人",
"channelOwners": "此頻道嘅主人係: %%頻道主人",
"channelOwnerAdded": "玩家 %%玩家名稱 係呢個頻道嘅新主人",
"channelOwnerRemoved": "玩家%%玩家名稱已被移除",
"channelAlreadyOwner": "此玩家已是頻道的主人",
"channelNoOwner": "此玩家不是頻道的主人",
"dbBackupDone": "備份已儲存在plugin資料夾",
"dbBackupFailed": "備份時發生錯誤",
"dbDeleteConfirm": "你將會刪除整個資料庫,若繼續將會產生一個備份。若要刪除整個資料庫,請再次執行本指令。",
"dbDeleteDone": "成功刪除資料庫",
"dbDeleteFailed": "刪除資料庫時發生錯誤",
"dbPurgeDone": "成功清除資料庫",
"dbPurgeFailed": "清除資料庫時發生錯誤",
"dbRestoreDone": "已復原最新的備份",
"dbRestoreFailed": "復原備份時發生錯誤",
"dbConvertConfirm": "你確定要將資料庫類型轉為%%儲存類型?繼續將會產生一個備份。若要繼續,請再次執行本指令。",
"dbConvertDone": "成功轉換檔案",
"dbConvertFailed": "轉換檔案失敗。可用類型:%%類型",
"dbConvertSameType": "轉換檔案失敗,該類型已被使用。",
"commandNotFound": "子命令不存在",
"commandTooFewArguments": "變量不充份",
"commandNoData": "資料不存在!",
"commandOnlyInGame": "只有遊戲中的用戶可使用本命令",
"commandInferiorZero": "數值不能小於0",
"commandNoNumber": "這不是一個數值",
"commandSignNotFound": "告示牌不存在",
"commandInvalidSignLocation": "此位置不能建立告示牌",
"commandInvalidLocation": "Location is invalid.",
"commandActivated": "頻道己啟動",
"commandIncorrectSignType": "錯誤告示牌類型",
"commandActivationMin": "啟動時間必須少於50毫秒",
"commandDelayMin": "延遲必須最少50毫秒",
"commandIntervalMin": "間距必須最少50毫秒",
"commandLanguageChanged": "成功轉換語言至英語",
"commandVersion": "你正運行%%版本 版本",
"cannotCreateSign": "不能在此方塊上建立無線紅石告示牌",
"destroyReceiverTorch": "我的朋友,你不能破壞我的魔法火把!",
"channelCreated": "新頻道已建立",
"channelExtended": "頻道已擴展",
"signDestroyed": "告示牌成功移除",
"noTransmitters": "No other transmitters found, switching off.",
"attachedToSign": "You cannot destroy a block that is attached to a WirelessRedstone sign.",
"autoAssigned": "Automatically changed the name to: %%CHANNELNAME",
"delayNumberOnly": "The delay must be a number.",
"intervalNumberOnly": "The interval must be a number.",
"noChannelName": "No channel name has been given.",
"invalidChars": "The sign contains characters that are not allowed in a channel name.",
"permissionGeneral": "You do not have the permissions to do this.",
"permissionChannelAccess": "You do not have access to this channel.",
"permissionCreateChannel": "You are not allowed to create a channel.",
"permissionCreateSign": "You are not allowed to create this sign.",
"permissionDestroySign": "You are not allowed to destroy this sign.",
"newUpdate": "There is an update available! You can download version %%NEWVERSION over here: %%URL",
"changelog": "變更日誌"
}