diff --git a/build.gradle.kts b/build.gradle.kts index 288fa7ba..d1543c2f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { } group = "cn.lunadeer" -version = "2.6.14-beta" +version = "2.7.0-beta" java { toolchain.languageVersion.set(JavaLanguageVersion.of(21)) diff --git a/languages/en-us.yml b/languages/en-us.yml index 96f1b989..9276676a 100644 --- a/languages/en-us.yml +++ b/languages/en-us.yml @@ -1,5 +1,741 @@ # Help us to translate this file into your language. -# Guide: https://github.com/ColdeZhang/Dominion/blob/master/CONTRIBUTING.md#plugin-messages +# Guide: https://github.com/ColdeZhang/Dominion/blob/master/CONTRIBUTING.md#translate-plugin-messages- # Don't forget to leave your name here, so that we can give you credit for your translation. # Translated by: YOUR_NAME_HERE - +Commands: + Dominion: + SetFlagUsage: 'Usage: /dominion set [dominion_name]' + CreateDominionUsage: 'Usage: /dominion create ' + CreateSelectPointsFirst: Please first use the tool to select the diagonal points of the territory, or use /dominion auto_create to create an automatic territory + CreateSubDominionUsage: 'Usage: /dominion create_sub [parent_territory_name]' + CreateSubSelectPointsFirst: Please first use the tool to select the diagonal points of the sub-territory, or use /dominion auto_create_sub [parent_territory_name] to create an automatic sub-territory + AutoCreateDominionUsage: 'Usage: /dominion auto_create ' + AutoCreateSubDominionUsage: 'Usage: /dominion auto_create_sub [parent_territory_name]' + AutoCreateDominionDisabled: Automatic dominion creation function has been disabled + ExpandDominionUsage: 'Usage: /dominion expand [size] [dominion_name]' + ContractDominionUsage: 'Usage: /dominion contract [size] [dominion_name]' + SizeShouldBeInteger: Size should be an integer + SizeShouldBePositive: Size should be greater than 0 + DeleteDominionUsage: 'Usage: /dominion delete ' + SetEnterMessageUsage: 'Usage: /dominion set_enter_msg [territory_name]' + SetLeaveMessageUsage: 'Usage: /dominion set_leave_msg [territory_name]' + SetTpLocationUsage: 'Usage: /dominion set_tp_location [dominion_name]' + RenameDominionUsage: 'Usage: /dominion rename ' + GiveDominionUsage: 'Usage: /dominion give ' + TpDominionUsage: 'Usage: /dominion tp ' + DominionNotExist: Dominion does not exist + SetMapColorUsage: 'Usage: /dominion set_map_color [territory_name]' + Group: + CreateGroupUsage: 'Usage: /dominion group create ' + DeleteGroupUsage: 'Usage: /dominion group delete ' + RenameGroupUsage: 'Usage: /dominion group rename ' + SetGroupFlagUsage: 'Usage: /dominion group set_flag ' + AddGroupMemberUsage: 'Usage: /dominion group add_member ' + RemoveGroupMemberUsage: 'Usage: /dominion group remove_member ' + GroupUsage: 'Usage: /dominion group ' + NewGroupName: New group name + Member: + DominionAddMemberUsage: 'Usage: /dominion member add ' + DominionSetFlagUsage: 'Usage: /dominion member set_flag ' + DominionRemoveMemberUsage: 'Usage: /dominion member remove ' + DominionApplyTemplateUsage: 'Usage: /dominion member apply_template ' + MemberUsage: 'Usage: /dominion member ' + PageOptional: Page number (optional) + ArgumentsNotEnough: Insufficient parameters + UnknownArgument: Unknown argument + SizeInteger: Size (integer) + DominionName: Dominion name + SubDominionName: Sub-dominion name + EnterMessageContent: Enter message content + LeaveMessageContent: Leave message content + InputColor: Input color (hexadecimal) + NewDominionName: New dominion name + Residence: + MigrationDisabled: Residence migration feature is not enabled + MigrateUsage: 'Usage: /dominion migrate ' + NoMigrationData: You have no data to migrate + NoResidenceDominion: Specified Residence dominion not found + ResidenceNotOwner: You are not the owner of this dominion, cannot migrate it + MigrateFailed: 'Migration failed: %s' + MigrateSuccess: Dominion %s has been migrated from Residence to Dominion + Operator: + ReloadingDominionCache: Reloading dominion cache from the database... + ReloadedDominionCache: Dominion cache has been reloaded + ReloadingPrivilegeCache: Reloading player privilege cache from the database... + ReloadedPrivilegeCache: Player privilege cache has been reloaded + ReloadingGroupCache: Reloading group cache from the database... + ReloadedGroupCache: Group cache has been reloaded + ExportingMCAList: Exporting the list of MCA files for owned territories... + CreateExportFolderFailed: Failed to create export folder + ExportingMCAListForWorld: Exporting the list of MCA files for %s... + DeleteMCAListFailed: Failed to delete the MCA file list for %s + CreateMCAListFailed: Failed to create the MCA file list for %s + WriteMCAListFailed: Failed to write to %s + ExportMCAListFailed: Failed to export the MCA file list for %s + ExportedMCAList: MCA file list has been exported to %s + ReloadingConfig: Reloading configuration file... + ReloadedConfig: Configuration file has been reloaded + SetConfig: + MinYShouldBeLessThanMaxY: The maximum Y coordinate limit cannot be less than the minimum Y coordinate limit + MaxYShouldBeGreaterThanMinY: The minimum Y coordinate limit cannot be greater than the maximum Y coordinate limit + SizeXShouldBeGreaterThan4: The maximum size on the X axis (East-West) cannot be less than 4 + SizeZShouldBeGreaterThan4: The maximum size on the Z axis (North-South) cannot be less than 4 + SizeYShouldBeGreaterThan4: The maximum size on the Y axis (Vertical) cannot be less than 4 + AmountShouldBeGreaterThan0: The limit of the number of dominions per player cannot be less than 0 + DepthShouldBeGreaterThan0: The depth limit of the dominion cannot be less than 0 + TpDelayShouldBeGreaterThan0: Teleport delay cannot be less than 0 + TpCoolDownShouldBeGreaterThan0: Teleport cooldown cannot be less than 0 + PriceShouldBeGreaterThan0: The price per block cannot be less than 0 + RefundShouldBeGreaterThan0: The refund ratio for the dominion cannot be less than 0 + SpawnProtectRadiusShouldBeGreaterThan0: Spawn protection radius cannot be less than or equal to 0 + Template: + CreateTemplateUsage: 'Usage: /dominion template create ' + DeleteTemplateUsage: 'Usage: /dominion template delete ' + SetTemplateFlagUsage: 'Usage: /dominion template set_flag ' + TemplateUsage: 'Usage: /dominion template ' + NewTemplateName: New template name + Title: + UseTitleUsage: 'Usage: /dominion use_title ' + RemoveTitleSuccess: Successfully removed group title + GroupNotExist: Group does not exist + GroupDominionNotExist: Group %s does not belong to any dominion + NotDominionMember: You are not a member of dominion %s and cannot use its title + NotGroupMember: You are not a member of group %s and cannot use its title + UseTitleSuccess: Successfully used group %s title + UseTitleFailed: 'Using title failed: %s' +Messages: + OpBypassTpLimit: You are OP, you will bypass territory teleportation limits + WorldNotExist: The world where the dominion is located does not exist + NoTpLocation: Dominion %s does not have a teleport point set, attempting to teleport to the center point + TpLocationNotInside: The teleport point for dominion %s is not inside the dominion, attempting to teleport to the center point + TpToDominion: You have been teleported to %s + TpDisabled: Administrator has disabled teleportation to dominions + DominionNoTp: Teleportation is prohibited in this dominion + GroupNoTp: Your group is not allowed to teleport to this dominion + PrivilegeNoTp: You are not allowed to teleport to this dominion + TpCoolDown: Please wait %d seconds before teleporting again + TpDelay: Teleportation will occur in %d seconds + TpCountDown: Teleport countdown %d seconds + TpFailed: Teleportation failed, please try again + CreateDominionFailed: Failed to create dominion + CreateDominionSuccess: Successfully created dominion %s + DominionNameShouldNotEmpty: Dominion name cannot be empty + DominionNameInvalid: Dominion name cannot contain spaces or periods + DominionNameExist: A dominion with the name %s already exists + SelectPointsWorldNotSame: The two selected worlds are inconsistent + CreateDominionDisabledWorld: Creating dominion is prohibited in world %s + DominionAmountLimit: You have reached the limit of dominions (%d) + ParentDominionNotExist: Parent dominion %s does not exist + RootDominionLost: Root dominion lost! + NotParentDominionOwner: You are not the owner of parent dominion %s, cannot create sub-dominion + ParentDominionNotInSameWorld: Parent dominion and sub-dominion are not in the same world + OutOfParentDominionRange: Out of bounds of parent dominion %s + ConflictWithSpawnProtect: Conflict with spawn protection + ConflictWithDominion: Conflict with dominion %s + DatabaseError: Database error, please contact the administrator + CannotGetDominionAuto: Cannot get the dominion you are in, please specify the name + ExpandDominionFailed: Failed to expand dominion + DominionWorldLost: The world where the dominion is located is missing + ParentDominionLost: Parent dominion lost + ExpandDominionSuccess: Successfully expanded dominion %s by %d blocks + ContractDominionFailed: Failed to contract dominion + ContractDominionConflict: The contracted dominion cannot contain the sub-dominion %s + ContractDominionSuccess: Successfully contracted dominion %s by %d blocks + DeleteDominionFailed: Failed to delete dominion + DeleteDominionSuccess: Dominion %s and all its sub-dominions have been deleted + DeleteDominionConfirm: Deleting dominion %s will also delete all its sub-dominions, do you wish to proceed? + DeleteDominionForceConfirm: Type /dominion delete %s force to confirm deletion + SetEnterMessageSuccess: Successfully set the enter message for dominion %s + SetLeaveMessageSuccess: Successfully set the leave message for dominion %s + SetTpLocationFailed: Failed to set teleport point for dominion + DominionNotExist: Dominion %s does not exist + DominionWorldNotExist: The world where the dominion is located does not exist + SetTpLocationSuccess: Successfully set teleport point for dominion %s at %d %d %d + TpLocationNotInDominion: Teleport point is not within dominion %s + RenameDominionFailed: Failed to rename dominion + RenameDominionSameName: The new name is the same as the old name + RenameDominionSuccess: Successfully renamed dominion %s to %s + GiveDominionFailed: Failed to give dominion + PlayerNotExist: Player %s does not exist or has not logged in + DominionAlreadyBelong: Dominion %s already belongs to %s, no need to transfer + SubDominionCannotGive: Sub-dominions cannot be transferred, you can allow %s to manage the dominion %s by setting them as an admin + GiveDominionConfirm: Transferring dominion %s to %s will also transfer all its sub-dominions, do you wish to proceed? + GiveDominionForceConfirm: Type /dominion give %s %s force to confirm transfer + GiveDominionSuccess: Successfully transferred dominion %s and all its sub-dominions to %s + SetMapColorFailed: Failed to set dominion map color + MapColorInvalid: Color format is invalid + SetMapColorSuccess: Successfully set satellite map color for dominion %s to %s + SizeInvalid: Size is invalid + SizeShouldBeGreaterThan4: The length of any side of the dominion cannot be less than 4 + SizeXShouldBeLessThan: The length of the dominion in the X direction (East-West) cannot exceed %d + SizeYShouldBeLessThan: The height of the dominion in the Y direction (Up-Down) cannot exceed %d + SizeZShouldBeLessThan: The length of the dominion in the Z direction (North-South) cannot exceed %d + MaxYShouldBeLessThan: The upper limit of the dominion's Y coordinate cannot exceed %d + MinYShouldBeLessThan: The lower limit of the dominion's Y coordinate cannot exceed %d + DepthInvalid: Sub-dominion depth is invalid + CreateSubDominionDisabled: Creating sub-dominions is not allowed + DepthShouldBeLessThan: The nesting depth of sub-dominions cannot exceed %d + NotDominionOwner: You are not the owner of dominion %s + NoEconomyPlugin: No available economy plugin system, please contact the server owner + OpBypassEconomyCheck: You are OP, the economy check has been skipped + NotEnoughMoney: Your balance is insufficient, need %.2f %s + ChargeMoney: Deducted %.2f %s + RefundMoney: Refunded %.2f %s + CannotGetLocation: Cannot get your location + CrossWorldOperationDisallowed: Cross-world operations are disallowed + NotInDominion: You are not in dominion %s, cannot perform this operation + CannotGetDirection: Cannot get your direction + InvalidDirection: Invalid direction %s + ContractSizeInvalid: The size after contraction is invalid + SubDominionList: '(Sub-dominions: %s)' + SetDominionFlagSuccess: Successfully set dominion permission %s to %s + UnknownFlag: Unknown permission %s + PageNoPermission: You do not have permission to access this page + CreateGroupFailed: Failed to create group %s + CreateGroupSuccess: Successfully created group %s + GroupNameInvalid: Group name cannot contain spaces + GroupNameExist: Dominion %s already has a group named %s + DeleteGroupFailed: Failed to delete group %s + DeleteGroupSuccess: Successfully deleted group %s + GroupNotExist: Dominion %s does not have a group named %s + SetGroupFlagFailed: Failed to set permission %s for group %s to %s + SetGroupFlagSuccess: Successfully set the permissions %s for the permission group %s to %s + NotDominionOwnerForGroup: You are not the owner of the territory %s and cannot modify the admin permission group permissions + RenameGroupFailed: Failed to rename permission group %s to %s + RenameGroupSuccess: Successfully renamed permission group %s to %s + AddGroupMemberFailed: Failed to add member %s to permission group %s + AddGroupMemberSuccess: Successfully added member %s to permission group %s + NoPermissionForGroupMember: You do not have permission to modify the members of the permission group %s in the territory %s + NotDominionOwnerForGroupMember: You are not the owner of the territory %s and cannot add members to the admin permission group + PlayerNotDominionMember: Player %s is not a member of territory %s and cannot directly join the permission group + PlayerAlreadyInGroup: Player %s is already in permission group %s + PlayerIsOwnerForGroupMember: '%s is an admin; you are not the owner of territory %s and cannot add an admin to the permission group' + RemoveGroupMemberFailed: Failed to remove member %s from permission group %s + RemoveGroupMemberSuccess: Successfully removed member %s from permission group %s + NoPermissionForRemoveGroupMember: You do not have permission to remove members of the permission group %s in territory %s + NotDominionOwnerForRemoveGroupMember: You are not the owner of the territory %s and cannot remove members from the admin permission group + PlayerNotMember: Player %s is not a member of territory %s + PlayerNotInGroup: Player %s is not in permission group %s + RemoveMemberFailed: Failed to remove player %s from territory %s + RemoveMemberSuccess: Successfully removed player %s from territory %s + SetMemberFlagFailed: Failed to set player %s's permissions %s in territory %s to %s + SetMemberFlagSuccess: Successfully set player %s's permissions %s in territory %s to %s + PlayerBelongToGroup: Player %s belongs to permission group %s and cannot set permissions separately + AddMemberFailed: Failed to add player %s to the territory member %s + AddMemberSuccess: Successfully added player %s to the territory member %s + PlayerAlreadyMember: Player %s is already a member of territory %s + ApplyTemplateSuccess: Successfully applied template %s to player %s's permissions in territory %s + ApplyTemplateFailed: Failed to apply template %s to player %s's permissions in territory %s + TemplateNotExist: Template %s does not exist + NotDominionOwnerForRemoveAdmin: You are not the owner of the territory %s and cannot remove a territory admin + NotDominionOwnerForSetAdmin: You are not the owner of the territory %s and cannot modify other players' admin permissions + OwnerCannotBeMember: Player %s is the owner of territory %s and cannot be added as a member + CreateTemplateSuccess: Successfully created template %s + CreateTemplateFailed: Failed to create template %s + TemplateNameInvalid: Template name cannot contain spaces + TemplateNameExist: A permission template named %s already exists + DeleteTemplateSuccess: Successfully deleted template %s + DeleteTemplateFailed: Failed to delete template %s + SetTemplateFlagSuccess: Successfully set the permissions %s for the template %s to %s + SetTemplateFlagFailed: Failed to set the permissions %s for the template %s to %s + CommandPlayerOnly: This command can only be executed by players + NoPermission: You do not have %s permission to execute this command + NotDominionOwnerOrAdmin: You are not the owner or admin of territory %s and have no right to modify permissions + InSubDominion: You are currently in a sub-territory, please specify the name of the territory to operate on + NoPermissionForFlag: You do not have %s (%s) permission + BlueMapConnectFailed: Unable to connect to BlueMap plugin. If you do not intend to use satellite map rendering, please go to the configuration file to disable this feature to avoid errors below + DynmapRegisterSuccess: Dynmap registered successfully + DynmapConnectFailed: Unable to connect to Dynmap. If you do not intend to use satellite map rendering, please go to the configuration file to disable this feature + PlaceholderAPINotFound: PlaceholderAPI plugin not found, unable to use permission group title feature, automatically turned off + PluginEnabled: The territory plugin has been started + PluginVersion: 'Version: %s' + PlaceholderAPIRegisterSuccess: Successfully registered PlaceholderAPI extension + LoadedGroupAmount: Loaded a total of %d territory groups + AutoCleanStart: Started automatic cleanup of long-inactive player territory data + AutoCleanPlayer: Cleaned up territory data of player %s + AutoCleanEnd: Automatic cleanup completed + MapInfoDetail: '
%s
Everyone: %s
' +TUI: + NotDominionOwnerOrAdminForPage: You are not the owner or admin of territory %s and have no access to this page + CommandHelp: + Title: Territory plugin command help + SubTitle: <> indicates required parameters and [] indicates optional parameters + Navigation: + Menu: Main Menu + DominionList: My Territories + Manage: Management Interface + EnvSetting: Environmental Settings + GuestSetting: Guest Permissions + MemberList: Member List + MemberSetting: Member Permissions + GroupList: Permission Group List + GroupSetting: Permission Group Management + AllDominion: All Territories + TemplateList: Template List + TemplateSetting: Template Management + MigrateList: Res Data List + TitleList: Permission Group Title List + ManageButton: Manage + DeleteButton: Delete + SearchButton: Search + BackButton: Return + SelectButton: Select + EditButton: Edit + Menu: + Title: Dominion Territory System + CreateDominionButton: Create Territory + CreateDominionDescription: Automatically create a new territory centered on you + MyDominionButton: My Territories + MyDominionDescription: View my territory list + TitleListButton: Title List + TitleListDescription: View/use permission group titles + TemplateListButton: Template List + TemplateListDescription: Member Permission Template List + CommandHelpButton: Command Help + CommandHelpDescription: View command list + DocumentButton: Usage Documentation + DocumentDescription: Open usage documentation in the browser + MigrateButton: Migrate Data + MigrateDescription: Migrate your territory from Residence to Dominion + AllDominionButton: All Territories + AllDominionDescription: View all territories + ConfigButton: System Configuration + ConfigDescription: View/modify system configuration + ReloadCacheButton: Reload Cache + ReloadCacheDescription: Manually refreshing the cache can solve some player operation issues. Frequent operation is not recommended + ReloadConfigButton: Reload Configuration + ReloadConfigDescription: Reload configuration file + OpOnlySection: '--- The following options are visible only to OP ---' + DominionList: + Title: My Territory List + AdminSection: '--- The following are the territories where you have admin privileges ---' + DominionManage: + Title: Management Interface for Territory %s + InfoButton: Detailed Information + InfoDescription: View detailed information of the territory + EnvSettingButton: Environmental Settings + EnvSettingDescription: Set some environmental behaviors within the territory + GuestSettingButton: Guest Permissions + GuestSettingDescription: Configure guest permissions in this territory + MemberListButton: Member Management + MemberListDescription: Manage the permissions of members of this territory + GroupListButton: Permission Groups + GroupListDescription: Manage the permission groups of this territory + SetTpLocationButton: Set Teleport Points + SetTpLocationDescription: Set your current location as the teleport point for this territory + RenameButton: Rename + RenameDescription: Rename the territory + EditJoinMessageButton: Edit Welcome Message + EditJoinMessageDescription: Message displayed when a player enters the territory + EditLeaveMessageButton: Edit Leave Message + EditLeaveMessageDescription: Message displayed when a player leaves the territory + SetMapColorButton: Set Land Color + SetMapColorDescription: Set the land color on the satellite map + NotInDominion: You are not in any dominion, please specify the dominion name /dominion manage + EnvSetting: + Title: Environmental Settings for Territory %s + Usage: 'Usage: /dominion env_setting [page number]' + GuestSetting: + Title: Guest Permissions for Territory %s + Usage: 'Usage: /dominion guest_setting [page number]' + SizeInfo: + Title: Size Information for Territory %s + Owner: 'Territory Owner:' + Size: 'Territory Size:' + Center: 'Center Coordinates:' + Vertical: 'Vertical Height:' + VertY: 'Y-axis Coordinates:' + Square: 'Horizontal Area:' + Volume: 'Territory Volume:' + TpLocation: 'Teleport Point Coordinates:' + NoneTp: None + Usage: You are not in any dominion, please specify the dominion name /dominion info + MemberList: + Title: Member List for Territory %s + AddButton: Add Member + FlagButton: Permissions + FlagDescription: Configure Member Permissions + RemoveButton: Remove + RemoveDescription: Remove this member (turn to guest) + NoPermissionSet: You are not the territory owner and cannot edit admin permissions + NoPermissionRemove: You are not the territory owner and cannot remove the admin + BelongToGroup: This member belongs to permission group %s and cannot edit permissions separately + Usage: 'Usage: /dominion member list [page number]' + AdminTag: This member is an admin + NormalTag: This is a regular member + BlacklistTag: This is a blacklist member + GroupTag: This member is in a permission group + MemberSetting: + Title: Permission Settings for Player %s in Territory %s + ApplyTemplateButton: Apply Template + ApplyTemplateDescription: Choose a permission template to apply + Usage: 'Usage: /dominion member setting [page number]' + SelectPlayer: + Title: Select Player to Add as Member + Description: You can only select players who have logged in + Usage: 'Usage: /dominion member select_player [page number]' + SelectTemplate: + Title: Select a Template + Description: Apply to member %s in territory %s + Usage: 'Usage: /dominion member select_template [page number]' + GroupList: + Title: Permission Group List for Territory %s + CreateButton: Create Permission Group + CreateDescription: Create a new permission group + DeleteDescription: Delete permission group %s + EditDescription: Edit permission group %s + AddMemberDescription: Add member to permission group %s + RemoveMemberDescription: Remove %s from permission group %s + Usage: 'Usage: /dominion group list [page number]' + GroupSetting: + RenameButton: Rename this permission group + Usage: 'Usage: /dominion group setting [page number]' + TitleL: 'Permission Group ' + TitleR: ' Management' + RenameDescription: Rename permission group %s + SelectMember: + Title: Select Member + Description: Select members to add to permission group %s + Usage: 'Usage: /dominion group select_member [echo page number] [page number]' + TemplateList: + Title: Member Permission Template List + CreateButton: Create Member Permission Template + CreateDescription: Create a new member permission template + TemplateSetting: + Title: Manage Permissions for Template %s + Migrate: + Title: Migrate Data from Residence + NoData: You do not have any data to migrate + Button: Migrate + SubDominion: Sub-territories cannot be migrated manually; they will migrate automatically with the parent territory + TitleList: + Title: Permission Group Titles I Can Use + RemoveButton: Remove + ApplyButton: Use + FromDominion: 'From Territory:' +CUI: + Input: + CreateDominion: Enter the name of the territory to create + CreateGroup: Enter the name of the permission group to create + CreateTemplate: Enter the name of the template to create + EditEnterMessage: Edit the territory entry message content + EditLeaveMessage: Edit the territory exit message content + AddMember: Enter player name to add as a member + RenameDominion: Rename Territory + RenameGroup: Rename Permission Group + SetMapColor: Enter the hex color for the satellite map plots +Config: + Check: + AutoCreateRadiusError: AutoCreateRadius cannot be 0, reset to 10 + AutoCleanAfterDaysError: AutoCleanAfterDays cannot be 0, reset to 180 + ToolNameError: Tool name setting error, reset to ARROW + LimitSizeXError: Limit.SizeX dimension cannot be less than 4, reset to 128 + LimitSizeYError: Limit.SizeY dimension cannot be less than 4, reset to 64 + LimitSizeZError: Limit.SizeZ dimension cannot be less than 4, reset to 128 + LimitMinYError: Limit.MinY cannot be greater than or equal to Limit.MaxY, reset to -64 320 + RefundError: Economy.Refund setting is illegal, reset to 0.85 + PriceError: Economy.Price setting is illegal, reset to 10.0 + LimitSizeYAutoAdjust: When Limit.Vert is enabled, Limit.SizeY cannot be less than Limit.MaxY - Limit.MinY, automatically adjusted to %d + AmountError: Limit.Amount setting is illegal, reset to 10 + DepthError: Limit.Depth setting is illegal, reset to 3 + GroupMinYError: Permission group %s's MinY cannot be greater than or equal to MaxY, reset to -64 and 320 + GroupSizeXError: Permission group %s's SizeX is set too small, reset to 128 + GroupSizeYError: Permission group %s's SizeY is set too small, reset to 64 + GroupSizeZError: Permission group %s's SizeZ is set too small, reset to 128 + GroupAmountError: Permission group %s's Amount setting is illegal, reset to 10 + GroupDepthError: Permission group %s's Depth setting is illegal, reset to 3 + GroupPriceError: Permission group %s's Price setting is illegal, reset to 10.0 + GroupRefundError: Permission group %s's Refund setting is illegal, reset to 0.85 + LoadFlagError: 'Failed to read permission configuration: %s' + TpDelayError: Teleport delay cannot be less than 0, reset to 0 + TpCoolDownError: Teleport cooldown cannot be less than 0, reset to 0 + Comment: + Language: Language settings, refer to the file names in the languages folder + AutoCreateRadius: Automatically created territory radius, in blocks + NegativeOneDisabled: '-1 means disabled' + DefaultLimit: Default player territory limit + SpawnProtectRadius: Spawn point protection radius. Territory cannot be claimed in this area around the spawn point + MinY: Minimum Y coordinate + MaxY: Maximum Y coordinate + NegativeOneUnlimited: '-1 means no limit' + SizeX: Maximum length in the X direction + SizeY: Maximum length in the Y direction + SizeZ: Maximum length in the Z direction + Amount: Maximum number of territories + Depth: Sub-territory depth + ZeroDisabled: 0 means disabled + Vert: Whether to automatically extend to MaxY and MinY + OpBypass: Whether to allow OP to ignore territory restrictions + TpDelay: Teleport delay seconds + TpCoolDown: Teleport cool down seconds + AutoCleanAfterDays: Automatically clean up territories of players who haven't logged in for a long time (days) + ToolName: Territory tool name + Economy: Economy settings + VaultRequired: Vault plugin and its dependencies must be installed + Price: Territory price per block + OnlyXZ: Whether to only calculate the xz plane area + Refund: Refund ratio when deleting or shrinking territory + FlyPermission: Flight permission node - players who possess any of the following permission nodes will not be intercepted from flying by this plugin + ResidenceMigration: Whether players are allowed to migrate territory data from Residence + GroupTitle: Permission group title - use permission group as a title (PlaceholderAPI plugin required) + GroupTitleVariable: 'Variable: %dominion_group_title%' + GroupTitleColor: 'If you want to add color to prefixes or suffixes, please use this format &#ffffff' + PerformanceTimer: Performance testing timer + GroupLine1: '>---------------------------------<' + GroupLine2: '| Special permission group configuration for territory restrictions |' + GroupLine3: '>---------------------------------<' + GroupLine4: This file can be used as a template, you can copy this file and rename it to what you want + GroupLine5: Permission group name, then modify the configuration inside if you want to give sponsors (or VIPs) + GroupLine6: 'Some special offers, such as lower territory prices or larger territories, can be configured here. For detailed instructions, refer to the following link:' + GroupLine7: 'Configuration here. Detailed instructions can be found at the following link:' + GroupLine8DocumentAddress: '> https://dominion.lunadeer.cn/%s/operator/privilege.html' + WorldSettings: Set the land rules for a specific world separately (if not set, the above rules will be used) +Flags: + admin: + DisplayName: Admin + Description: Manage permissions of other members within the territory + anchor: + DisplayName: Spawn Anchor + Description: Whether to allow setting/using spawn anchors + animal_killing: + DisplayName: Inflict damage to animals + Description: Whether to allow inflicting damage to animals + animal_spawn: + DisplayName: Animal spawn (breeding) + Description: Whether to allow animal spawning (including breeding) + animal_move: + DisplayName: Animal movement + Description: Whether animals can move in (to) the territory + anvil: + DisplayName: Use Anvil + Description: Whether to allow using the anvil + beacon: + DisplayName: Beacon interaction + Description: Whether to allow interaction with beacons + bed: + DisplayName: Bed interaction + Description: Whether to allow sleeping in beds or setting spawn points + brew: + DisplayName: Use Brewing Stand + Description: Whether to allow using brewing stands + break: + DisplayName: Break Blocks + Description: 'Whether blocks can be destroyed (including: general blocks, display frames, armor stands)' + button: + DisplayName: Use Buttons + Description: Whether to allow using buttons of various materials + cake: + DisplayName: Eat Cake + Description: Whether to allow eating cake + container: + DisplayName: General Containers + Description: 'Includes: chests/barrels/shulker boxes/armor stands/display cases' + craft: + DisplayName: Use Crafting Table + Description: Whether to allow using crafting tables + crafter: + DisplayName: Crafting Table + Description: Whether to allow modifying automatic crafting tables + creeper_explode: + DisplayName: Mob destruction/non-TNT explosion + Description: 'Includes: creepers/nether stars/ender crystals/fire balls/beds/spawn anchors explosion etc.' + comparer: + DisplayName: Comparator Interaction + Description: Whether to allow modifying comparator states + door: + DisplayName: Door Interaction + Description: Whether to use various materials for doors (including trapdoors) + dragon_break_block: + DisplayName: Ender Dragon Break Blocks + Description: Whether the ender dragon's collision can break blocks + dragon_egg: + DisplayName: Touch Dragon Egg + Description: Whether to allow touching dragon eggs + dye: + DisplayName: Dyeing + Description: Whether dye can be used (to dye sheep, dog collars, cat collars) + edit_sign: + DisplayName: Edit Sign + Description: Whether to allow editing signs + egg: + DisplayName: Throw Eggs + Description: Whether to allow throwing eggs + enchant: + DisplayName: Use Enchanting Table + Description: Whether to allow using enchanting tables + ender_man: + DisplayName: Enderman Behavior + Description: 'Includes: whether endermen can spawn and teleport' + ender_pearl: + DisplayName: Throw Ender Pearls + Description: Whether to allow using ender pearls + feed: + DisplayName: Feed Animals + Description: Whether to allow feeding animals + fire_spread: + DisplayName: Fire Spread + Description: Whether fire can spread + flow_in_protection: + DisplayName: Whether external fluids can enter + Description: 'Includes: lava, water (will not prevent fluid spread within the territory)' + fly: + DisplayName: Flying + Description: This is not elytra flight, it is akin to flying in creative mode + glow: + DisplayName: Player Glow + Description: Similar glowing effect to spectral arrows + harvest: + DisplayName: Harvest + Description: Harvest crops and plants + honey: + DisplayName: Honeycomb Interaction + Description: Whether to allow collecting honey + hook: + DisplayName: Use Fishing Rod + Description: Whether to allow using fishing rods + hopper: + DisplayName: Special Containers + Description: 'Includes: hoppers/furnaces/dispensers/dropper/smelters/smoker' + hopper_outside: + DisplayName: Whether territory outside hoppers affect chests within the territory + Description: Whether hoppers outside the territory can affect chests inside the territory + ignite: + DisplayName: Ignite + Description: Whether to allow igniting with flint and steel + item_frame_interactive: + DisplayName: Item Frame Interaction + Description: Whether items can interact with item frames (rotate items in item frames) + item_frame_proj_damage: + DisplayName: Whether throwable entities can break item frames/pictures + Description: Whether non-player thrown items can break item frames/pictures and other hanging objects + lever: + DisplayName: Use Lever + Description: Whether to allow using levers + mob_drop_item: + DisplayName: Mob Drop Item + Description: Whether mobs drop items when they die + monster_killing: + DisplayName: Inflict damage to monsters + Description: Whether players can inflict damage to monsters + monster_spawn: + DisplayName: Monster Spawn + Description: Whether monsters can spawn + monster_move: + DisplayName: Monster Movement + Description: Whether monsters can move in (to) the territory + move: + DisplayName: Move + Description: Whether to allow moving + note_block: + DisplayName: Click Note Block + Description: Redstone music or some redstone machines may use this... + place: + DisplayName: Place Blocks + Description: 'Whether blocks can be placed (including: general blocks, display frames, lava, water)' + piston_outside: + DisplayName: Whether pistons can push blocks across territory + Description: Whether pistons can push things into the territory or push things out of the territory + pressure: + DisplayName: Pressure Plate Interaction + Description: Whether to trigger pressure plates of various materials + riding: + DisplayName: Ride Vehicles + Description: Whether to allow riding various vehicles + repeater: + DisplayName: Repeater Interaction + Description: Whether to allow interaction with repeaters + shear: + DisplayName: Shear Wool + Description: Whether to allow shearing wool + shoot: + DisplayName: Throwing Weapons + Description: 'Includes: archery/snowballs/tridents/blast materials' + show_border: + DisplayName: Show Territory Border + Description: Whether to display the territory border + teleport: + DisplayName: Territory Teleport + Description: Whether to enable territory teleport + tnt_explode: + DisplayName: TNT Explosion + Description: Whether TNT can explode + trade: + DisplayName: Villager Trading + Description: Whether to allow trading with villagers + trample: + DisplayName: Crop Trampling + Description: Whether crops can be trampled (turning off means protecting tillage) + trig_pressure_proj: + DisplayName: Throwable triggers pressure plates + Description: Whether thrown items (arrows/fireballs/snowballs) can trigger pressure plates + trig_pressure_mob: + DisplayName: Mob triggers pressure plates + Description: Whether mobs (excluding players) can trigger pressure plates + trig_pressure_drop: + DisplayName: Dropped Items trigger pressure plates + Description: Whether dropped items can trigger pressure plates + vehicle_destroy: + DisplayName: Destroy Vehicles + Description: Whether vehicles (mainly minecarts) can be destroyed + vehicle_spawn: + DisplayName: Spawn Vehicles + Description: Whether vehicles (mainly minecarts) can spawn + villager_killing: + DisplayName: Inflict damage to villagers + Description: Whether players can inflict damage to villagers + villager_spawn: + DisplayName: Villager Breeding + Description: Whether villagers can breed (including villager eggs) + wither_spawn: + DisplayName: Wither Spawn + Description: Wither spawn and the explosion caused by wither spawn +Localization: + LoadLanguageSuccess: Successfully loaded language file zh-cn + LoadLanguageFailed: 'Failed to load language file: %s' + LanguageFileNotFound: Language file %s not found, using default zh-cn. +Utils: + TeleportUnsafe: The teleport destination is unsafe, teleportation cancelled. + CheckingUpdate: Checking for updates... + NewVersion: 'New version found: %s' + VersionInfo: 'Version information:' + DownloadPage: 'Download page: %s' + CurrentVersion: 'You are currently on the latest version: %s' + GetUpdateFailed: 'Failed to get updates: %s' + NewVersionConsole: 'New version found: %s Check the console for details or click the link below' + VaultNotAvailable: Vault not available + VaultUnlockedNotAvailable: VaultUnlocked not available + NoEconomyPlugin: No available economy plugin + TUI: + Navigation: Navigation + NoContent: Uh oh, there’s no content here ~ + PageError: Page error + Add: Add + Sub: Subtract + PreviousPage: Previous page + NextPage: Next page + PageL: 'Page ' + PageR: ' pages ' + CUI: + Input: Please enter + InputBox: Input box + NotAvailable: CUI TextInput functionality is not available on non-Paper servers, please use commands to perform corresponding operations. + SuggestCommand: 'Suggested command: %s' + LeftRightClick: Left-click to confirm | Right-click to cancel + NoSpace: Input cannot contain spaces + Database: + Connecting: Connecting to %s database + UnsupportedType: 'Unsupported database type: ' + ConnectionFailed: 'Database connection failed: ' + ConnectionSuccess: Database connection successful + Reconnecting: Trying to reconnect to the database + ReconnectionSuccess: Database reconnection successful + ReconnectionFailed: Database reconnection failed + ErrorTitle: '=== Critical error ===' + ReconnectionUnexpected: Database connection unexpectedly closed, trying to reconnect + OperationAbort: Operation aborted + OperationFailed: 'Database operation failed: ' + Closing: Closing database connection + Closed: Database connection closed + CloseFailed: 'Failed to close database connection: ' + CheckColumnFailed: Failed to check if column exists + CheckTableFailed: Failed to check if table exists diff --git a/languages/ja-jp.yml b/languages/ja-jp.yml new file mode 100644 index 00000000..ef37323f --- /dev/null +++ b/languages/ja-jp.yml @@ -0,0 +1,741 @@ +# Help us to translate this file into your language. +# Guide: https://github.com/ColdeZhang/Dominion/blob/master/CONTRIBUTING.md#translate-plugin-messages- +# Don't forget to leave your name here, so that we can give you credit for your translation. +# Translated by: YOUR_NAME_HERE +Commands: + Dominion: + SetFlagUsage: '使い方: /dominion set <権限名> [領地名]' + CreateDominionUsage: '使い方: /dominion create <領地名>' + CreateSelectPointsFirst: 最初にツールを使用して領地の対角線の2点を選択してください。または、/dominion auto_create <領地名> を使用して自動領地を作成します。 + CreateSubDominionUsage: '使い方: /dominion create_sub <子領地名> [親領地名]' + CreateSubSelectPointsFirst: 最初にツールを使用して子領地の対角線の2点を選択してください。または、/dominion auto_create_sub <子領地名> [親領地名] を使用して自動子領地を作成します。 + AutoCreateDominionUsage: '使い方: /dominion auto_create <領地名>' + AutoCreateSubDominionUsage: '使い方: /dominion auto_create_sub <子領地名> [親領地名]' + AutoCreateDominionDisabled: 自動領地作成機能は無効になっています + ExpandDominionUsage: '使い方: /dominion expand [サイズ] [領地名]' + ContractDominionUsage: '使い方: /dominion contract [サイズ] [領地名]' + SizeShouldBeInteger: サイズは整数である必要があります + SizeShouldBePositive: サイズは0より大きい必要があります + DeleteDominionUsage: '使い方: /dominion delete <領地名>' + SetEnterMessageUsage: '使い方: /dominion set_enter_msg <説明文> [領地名]' + SetLeaveMessageUsage: '使い方: /dominion set_leave_msg <説明文> [領地名]' + SetTpLocationUsage: '使い方: /dominion set_tp_location [領地名]' + RenameDominionUsage: '使い方: /dominion rename <元領地名> <新領地名>' + GiveDominionUsage: '使い方: /dominion give <領地名> <プレイヤー名>' + TpDominionUsage: '使い方: /dominion tp <領地名>' + DominionNotExist: 領地は存在しません + SetMapColorUsage: '使い方: /dominion set_map_color <色> [領地名]' + Group: + CreateGroupUsage: '使い方: /dominion group create <領地名> <権限グループ名>' + DeleteGroupUsage: '使い方: /dominion group delete <領地名> <権限グループ名>' + RenameGroupUsage: '使い方: /dominion group rename <領地名> <権限グループ古い名前> <新しい名前>' + SetGroupFlagUsage: '使い方: /dominion group set_flag <領地名> <権限グループ名> <権限名> ' + AddGroupMemberUsage: '使い方: /dominion group add_member <領地名> <権限グループ名> <プレイヤー名>' + RemoveGroupMemberUsage: '使い方: /dominion group remove_member <領地名> <権限グループ名> <プレイヤー名>' + GroupUsage: '使い方: /dominion group ' + NewGroupName: 新しい権限グループ名 + Member: + DominionAddMemberUsage: '使い方: /dominion member add <領地名> <プレイヤー名>' + DominionSetFlagUsage: '使い方: /dominion member set_flag <領地名> <プレイヤー名> <権限名> ' + DominionRemoveMemberUsage: '使い方: /dominion member remove <領地名> <プレイヤー名>' + DominionApplyTemplateUsage: '使い方: /dominion member apply_template <領地名> <プレイヤー名> <テンプレート名>' + MemberUsage: '使い方: /dominion member ' + PageOptional: ページ番号(オプション) + ArgumentsNotEnough: 引数が足りません + UnknownArgument: 不明な引数 + SizeInteger: サイズ(整数) + DominionName: 領地名 + SubDominionName: 子領地名 + EnterMessageContent: 入場メッセージ内容 + LeaveMessageContent: 離脱メッセージ内容 + InputColor: 色を入力(16進数) + NewDominionName: 新しい領地名 + Residence: + MigrationDisabled: Residence 移行機能は無効にされています + MigrateUsage: '使い方: /dominion migrate ' + NoMigrationData: 移行可能なデータがありません + NoResidenceDominion: 指定した Residence 領地が見つかりません + ResidenceNotOwner: あなたはこの領地の所有者ではないので、移行できません + MigrateFailed: '移行に失敗しました: %s' + MigrateSuccess: 領地 %s が Residence から Dominion に移行されました + Operator: + ReloadingDominionCache: データベースから領地キャッシュを再読み込みしています... + ReloadedDominionCache: 領地キャッシュが再読み込みされました + ReloadingPrivilegeCache: データベースからプレイヤー権限キャッシュを再読み込みしています... + ReloadedPrivilegeCache: プレイヤー権限キャッシュが再読み込みされました + ReloadingGroupCache: データベースから権限グループキャッシュを再読み込みしています... + ReloadedGroupCache: 権限グループキャッシュが再読み込みされました + ExportingMCAList: 所有している領地のMCAファイルのリストをエクスポートしています... + CreateExportFolderFailed: エクスポートフォルダの作成に失敗しました + ExportingMCAListForWorld: '%s のMCAファイルリストをエクスポート中...' + DeleteMCAListFailed: '%s のMCAファイルリストの削除に失敗しました' + CreateMCAListFailed: '%s のMCAファイルリストの作成に失敗しました' + WriteMCAListFailed: '%s の書き込みに失敗しました' + ExportMCAListFailed: '%s のMCAファイルリストのエクスポートに失敗しました' + ExportedMCAList: '%s に MCA ファイルのリストがエクスポートされました' + ReloadingConfig: 設定ファイルを再読み込みしています... + ReloadedConfig: 設定ファイルが再読み込みされました + SetConfig: + MinYShouldBeLessThanMaxY: 最高Y座標制限は最低Y座標制限より小さくすることはできません + MaxYShouldBeGreaterThanMinY: 最低Y座標制限は最高Y座標制限より大きくすることはできません + SizeXShouldBeGreaterThan4: X軸(東西)の最大サイズは4未満にできません + SizeZShouldBeGreaterThan4: Z軸(南北)の最大サイズは4未満にできません + SizeYShouldBeGreaterThan4: Y軸(垂直)の最大サイズは4未満にできません + AmountShouldBeGreaterThan0: 各プレイヤーの領地数制限は0未満にすることはできません + DepthShouldBeGreaterThan0: 領地の深さ制限は0未満にすることはできません + TpDelayShouldBeGreaterThan0: テレポート遅延は0未満にすることはできません + TpCoolDownShouldBeGreaterThan0: テレポートクールダウンは0未満にすることはできません + PriceShouldBeGreaterThan0: 各ブロック単価は0未満にすることはできません + RefundShouldBeGreaterThan0: 領地の返金率は0未満にすることはできません + SpawnProtectRadiusShouldBeGreaterThan0: スポーンポイント保護半径は0以下にはできません + Template: + CreateTemplateUsage: '使い方: /dominion template create <テンプレート名>' + DeleteTemplateUsage: '使い方: /dominion template delete <テンプレート名>' + SetTemplateFlagUsage: '使い方: /dominion template set_flag <テンプレート名> <権限名> ' + TemplateUsage: '使い方: /dominion template ' + NewTemplateName: 新しいテンプレート名 + Title: + UseTitleUsage: '使い方: /dominion use_title <権限グループID>' + RemoveTitleSuccess: 権限グループ称号を正常に解除しました + GroupNotExist: 権限グループが存在しません + GroupDominionNotExist: 権限グループ %s に属する領地が存在しません + NotDominionMember: あなたは領地 %s のメンバーではないため、称号を使用できません + NotGroupMember: あなたは権限グループ %s に属していないため、称号を使用できません + UseTitleSuccess: 権限グループ %s の称号を正常に使用しました + UseTitleFailed: 称号の使用に失敗しました:%s +Messages: + OpBypassTpLimit: あなたはOPですので、領地テレポート制限を無視します + WorldNotExist: 領地が存在しない世界です + NoTpLocation: 領地 %s にテレポートポイントが設定されていないため、中心点へのテレポートを試みます + TpLocationNotInside: 領地 %s のテレポートポイントが領地内にないため、中心点へのテレポートを試みます + TpToDominion: '%s にテレポートしました' + TpDisabled: 管理者が領地テレポート機能を有効にしていません + DominionNoTp: この領地ではテレポートが禁止されています + GroupNoTp: あなたのいる権限グループはこの領地にテレポートすることが許可されていません + PrivilegeNoTp: あなたはこの領地にテレポートすることが許可されていません + TpCoolDown: テレポートは %d 秒後に実行されます + TpDelay: テレポートは %d 秒後に実行されます + TpCountDown: テレポートカウントダウン %d 秒 + TpFailed: テレポートに失敗しました。再試行してください + CreateDominionFailed: 領地を作成できませんでした + CreateDominionSuccess: 領地 %s を作成しました + DominionNameShouldNotEmpty: 領地名は空にできません + DominionNameInvalid: 領地名にはスペースやドットを含めることはできません + DominionNameExist: '%s という名前の領地はすでに存在します' + SelectPointsWorldNotSame: 2つの選点の世界が一致していません + CreateDominionDisabledWorld: 世界 %s で領地を作成することは禁止されています + DominionAmountLimit: あなたの領地数が上限に達しました(%d個) + ParentDominionNotExist: 親領地 %s は存在しません + RootDominionLost: ルート領地が失われました! + NotParentDominionOwner: あなたは親領地 %s の所有者ではないため、子領地を作成できません + ParentDominionNotInSameWorld: 親領地と子領地は同じ世界に存在しません + OutOfParentDominionRange: 親領地 %s の範囲を超えています + ConflictWithSpawnProtect: 出生点保護と衝突しています + ConflictWithDominion: 領地 %s と衝突しています + DatabaseError: データベースエラーが発生しました。管理者に連絡してください + CannotGetDominionAuto: 現在いる領地を取得できません。名前を指定してください + ExpandDominionFailed: 領地の拡張に失敗しました + DominionWorldLost: 領地のある世界が失われました + ParentDominionLost: 親領地が失われました + ExpandDominionSuccess: 領地 %s を %dブロック拡張しました + ContractDominionFailed: 領地の縮小に失敗しました + ContractDominionConflict: 縮小後の領地には子領地 %s を含めることができません + ContractDominionSuccess: 領地 %s を %dブロック縮小しました + DeleteDominionFailed: 領地の削除に失敗しました + DeleteDominionSuccess: 領地 %s とそのすべての子領地が削除されました + DeleteDominionConfirm: 領地 %s を削除すると、そのすべての子領地も削除されます。続行しますか? + DeleteDominionForceConfirm: /dominion delete %s force を入力して削除を確認してください + SetEnterMessageSuccess: 領地 %s の入場メッセージを設定しました + SetLeaveMessageSuccess: 領地 %s の離脱メッセージを設定しました + SetTpLocationFailed: 領地のテレポートポイントの設定に失敗しました + DominionNotExist: 領地 %s は存在しません + DominionWorldNotExist: 領地が存在しない世界です + SetTpLocationSuccess: 領地 %s のテレポートポイント %d %d %d を設定しました + TpLocationNotInDominion: テレポートポイントは領地 %s に存在しません + RenameDominionFailed: 領地の名前の変更に失敗しました + RenameDominionSameName: 新しい名前は旧い名前と同じです + RenameDominionSuccess: 領地 %s を %s に名前を変更しました + GiveDominionFailed: 領地の譲渡に失敗しました + PlayerNotExist: プレイヤー %s は存在しないか、ログインしたことがありません + DominionAlreadyBelong: 領地 %s はすでに %s に属しているため、移行する必要はありません + SubDominionCannotGive: 子領地は譲渡できません。管理者として %s を設定することで、この領地 %s を管理することができます + GiveDominionConfirm: 領地 %s を %s に譲渡すると、そのすべての子領地も譲渡されます。続行しますか? + GiveDominionForceConfirm: /dominion give %s %s force を入力して譲渡を確認してください + GiveDominionSuccess: 領地 %s とそのすべての子領地を %s に譲渡しました + SetMapColorFailed: 領地の地図の色の設定に失敗しました + MapColorInvalid: 色の形式が正しくありません + SetMapColorSuccess: 領地 %s の衛星地図の色を %s に設定しました + SizeInvalid: サイズが無効です + SizeShouldBeGreaterThan4: 領地の任意の一辺の長さは4未満にはできません + SizeXShouldBeLessThan: 領地X方向(東西)の長さは %d を超えることができません + SizeYShouldBeLessThan: 領地Y方向(上下)の高さは %d を超えることができません + SizeZShouldBeLessThan: 領地Z方向(南北)の長さは %d を超えることができません + MaxYShouldBeLessThan: 領地のY座標の上限は %d を超えてはいけません + MinYShouldBeLessThan: 領地のY座標の下限は %d を超えてはいけません + DepthInvalid: 子領地の深さが無効です + CreateSubDominionDisabled: 子領地の作成は許可されていません + DepthShouldBeLessThan: 子領地のネストの深さは %d を超えてはいけません + NotDominionOwner: あなたは領地 %s の所有者ではありません + NoEconomyPlugin: 使用可能な経済プラグインシステムがありません。サーバー管理者に連絡してください + OpBypassEconomyCheck: あなたはOPですので、経済チェックをスキップしました + NotEnoughMoney: 残高が不足しています。 %.2f %s が必要です + ChargeMoney: '%.2f %s が差し引かれました' + RefundMoney: '%.2f %s が返金されました' + CannotGetLocation: あなたの位置を取得できません + CrossWorldOperationDisallowed: 世界を超えた操作は禁止されています + NotInDominion: あなたは領地 %s にいないため、この操作を実行できません + CannotGetDirection: あなたの方向を取得できません + InvalidDirection: 無効な方向 %s + ContractSizeInvalid: 縮小後の領地サイズが無効です + SubDominionList: (子領地:%s) + SetDominionFlagSuccess: 領地の権限 %s を %s に設定しました + UnknownFlag: 不明な権限 %s + PageNoPermission: このページにアクセスする権限がありません + CreateGroupFailed: 権限グループ %s の作成に失敗しました + CreateGroupSuccess: 権限グループ %s の作成に成功しました + GroupNameInvalid: 権限グループ名にスペースを含めることはできません + GroupNameExist: 領地 %s にはすでに %s という名前の権限グループが存在します + DeleteGroupFailed: 権限グループ %s の削除に失敗しました + DeleteGroupSuccess: 権限グループ %s の削除に成功しました + GroupNotExist: 領地 %s に %s という名前の権限グループは存在しません + SetGroupFlagFailed: 権限グループ %s の権限 %s を %s に設定するのに失敗しました + SetGroupFlagSuccess: 権限グループ %s の権限 %s を %s に設定しました + NotDominionOwnerForGroup: あなたは領地 %s の所有者ではないため、管理者権限グループの権限を変更できません + RenameGroupFailed: 権限グループ %s を %s にリネームするのに失敗しました + RenameGroupSuccess: 権限グループ %s を %s にリネームしました + AddGroupMemberFailed: メンバー %s を権限グループ %s に追加するのに失敗しました + AddGroupMemberSuccess: メンバー %s を権限グループ %s に追加しました + NoPermissionForGroupMember: 領地 %s の権限グループ %s メンバーを変更する権限がありません + NotDominionOwnerForGroupMember: あなたは領地 %s の所有者ではないため、管理者権限グループにメンバーを追加できません + PlayerNotDominionMember: プレイヤー %s は領地 %s のメンバーではなく、直接権限グループに参加できません + PlayerAlreadyInGroup: プレイヤー %s はすでに権限グループ %s にいます + PlayerIsOwnerForGroupMember: '%s は管理者であり、あなたは領地 %s の所有者ではないため、管理者を権限グループに追加できません' + RemoveGroupMemberFailed: 権限グループ %s からメンバー %s を削除するのに失敗しました + RemoveGroupMemberSuccess: 権限グループ %s からメンバー %s を削除しました + NoPermissionForRemoveGroupMember: 領地 %s の権限グループ %s メンバーを削除する権限がありません + NotDominionOwnerForRemoveGroupMember: あなたは領地 %s の所有者ではないため、管理者権限グループからメンバーを削除できません + PlayerNotMember: プレイヤー %s は領地 %s のメンバーではありません + PlayerNotInGroup: プレイヤー %s は権限グループ %s にいません + RemoveMemberFailed: プレイヤー %s を領地 %s から削除するのに失敗しました + RemoveMemberSuccess: プレイヤー %s を領地 %s から削除しました + SetMemberFlagFailed: プレイヤー %s の領地 %s の権限 %s を %s に設定するのに失敗しました + SetMemberFlagSuccess: プレイヤー %s の領地 %s の権限 %s を %s に設定しました + PlayerBelongToGroup: プレイヤー %s は %s 権限グループに所属しているため、個別に権限を設定できません + AddMemberFailed: プレイヤー %s を領地メンバー %s に追加するのに失敗しました + AddMemberSuccess: プレイヤー %s を領地メンバー %s に追加しました + PlayerAlreadyMember: プレイヤー %s はすでに領地 %s のメンバーです + ApplyTemplateSuccess: テンプレート %s をプレイヤー %s の領地 %s の権限に適用しました + ApplyTemplateFailed: テンプレート %s をプレイヤー %s の領地 %s の権限に適用するのに失敗しました + TemplateNotExist: テンプレート %s は存在しません + NotDominionOwnerForRemoveAdmin: あなたは領地 %s の所有者ではないため、領地管理者を削除できません + NotDominionOwnerForSetAdmin: あなたは領地 %s の所有者ではないため、他のプレイヤーの管理者権限を変更できません + OwnerCannotBeMember: プレイヤー %s は領地 %s の所有者であるため、メンバーとして追加できません + CreateTemplateSuccess: テンプレート %s を作成しました + CreateTemplateFailed: テンプレート %s を作成するのに失敗しました + TemplateNameInvalid: テンプレート名にスペースを含めることはできません + TemplateNameExist: すでに %s という名前の権限テンプレートが存在します + DeleteTemplateSuccess: テンプレート %s を削除しました + DeleteTemplateFailed: テンプレート %s を削除するのに失敗しました + SetTemplateFlagSuccess: テンプレート %s の権限 %s を %s に設定しました + SetTemplateFlagFailed: テンプレート %s の権限 %s を %s に設定するのに失敗しました + CommandPlayerOnly: このコマンドはプレイヤーによってのみ実行できます + NoPermission: あなたには %s 権限がないため、このコマンドを実行できません + NotDominionOwnerOrAdmin: あなたは領地 %s の所有者または管理者ではありません。権限を変更する権限がありません + InSubDominion: あなたは現在子領地の中にいます。操作する領地名を指定してください + NoPermissionForFlag: あなたには %s (%s) 権限がありません + BlueMapConnectFailed: BlueMap プラグインに接続できません。衛星地図レンダリングを使用しない予定の場合は、設定ファイルで機能を無効にすることをお勧めします。 + DynmapRegisterSuccess: Dynmap 登録成功 + DynmapConnectFailed: Dynmap に接続できませんでした。衛星地図レンダリングを使用しない予定の場合は、設定ファイルで機能を無効にすることをお勧めします。 + PlaceholderAPINotFound: PlaceholderAPI プラグインが見つかりません。権限グループ称号機能が使用できず、無効化されました + PluginEnabled: 領地プラグインが起動しました + PluginVersion: バージョン:%s + PlaceholderAPIRegisterSuccess: PlaceholderAPI 拡張が成功しました + LoadedGroupAmount: 合計 %d の領地グループがロードされました + AutoCleanStart: 長期間ログインしていないプレイヤーの領地データを自動クリーニングするプロセスを開始します + AutoCleanPlayer: プレイヤー %s の領地データをクリーニングしました + AutoCleanEnd: 自動クリーニング完了 + MapInfoDetail:
%s
すべての人:%s
+TUI: + NotDominionOwnerOrAdminForPage: あなたは領地 %s の所有者または管理者ではありません。このページにアクセスする権限がありません + CommandHelp: + Title: 領地プラグインコマンドヘルプ + SubTitle: <>は必須パラメータを、[]はオプションパラメータを表します + Navigation: + Menu: メインメニュー + DominionList: 私の領地 + Manage: 管理インターフェース + EnvSetting: 環境設定 + GuestSetting: ゲスト権限 + MemberList: メンバーリスト + MemberSetting: メンバー権限 + GroupList: 権限グループリスト + GroupSetting: 権限グループ管理 + AllDominion: すべての領地 + TemplateList: テンプレートリスト + TemplateSetting: テンプレート管理 + MigrateList: Resデータリスト + TitleList: 権限グループ称号リスト + ManageButton: 管理 + DeleteButton: 削除 + SearchButton: 検索 + BackButton: 戻る + SelectButton: 選択 + EditButton: 編集 + Menu: + Title: Dominion 領地システム + CreateDominionButton: 領地を作成 + CreateDominionDescription: あなたを中心に新しい領地を自動で作成します + MyDominionButton: 私の領地 + MyDominionDescription: 私の領地リストを表示 + TitleListButton: 称号リスト + TitleListDescription: 権限グループ称号を表示/使用 + TemplateListButton: テンプレートリスト + TemplateListDescription: メンバー権限テンプレートリスト + CommandHelpButton: コマンドヘルプ + CommandHelpDescription: コマンドリストを表示 + DocumentButton: 使用ドキュメント + DocumentDescription: ブラウザで使用ドキュメントを開く + MigrateButton: データを移行 + MigrateDescription: あなたの領地をResidenceからDominionに移行します + AllDominionButton: すべての領地 + AllDominionDescription: すべての領地を表示 + ConfigButton: システム設定 + ConfigDescription: システム設定を表示/変更 + ReloadCacheButton: キャッシュをリロード + ReloadCacheDescription: 手動でキャッシュをリロードすると、一部のプレイヤー操作が無効になる問題を解決できます。ただし頻繁に行うことは推奨されません + ReloadConfigButton: 設定をリロード + ReloadConfigDescription: 設定ファイルをリロード + OpOnlySection: '--- 以下のオプションはOP専用 ---' + DominionList: + Title: 私の領地リスト + AdminSection: '--- あなたが管理者権限を持つ領地 ---' + DominionManage: + Title: 領地 %s 管理インターフェース + InfoButton: 詳細情報 + InfoDescription: 領地の詳細情報を表示 + EnvSettingButton: 環境設定 + EnvSettingDescription: 領地内の環境の行動を設定します + GuestSettingButton: ゲスト権限 + GuestSettingDescription: この領地でのゲストの権限を設定します + MemberListButton: メンバー管理 + MemberListDescription: この領地メンバーの権限を管理します + GroupListButton: 権限グループ + GroupListDescription: この領地の権限グループを管理します + SetTpLocationButton: テレポートポイントを設定 + SetTpLocationDescription: 現在地をこの領地のテレポートポイントとして設定します + RenameButton: リネーム + RenameDescription: 領地をリネームします + EditJoinMessageButton: ウェルカムメッセージを編集 + EditJoinMessageDescription: プレイヤーが領地に入ると表示されるメッセージ + EditLeaveMessageButton: 離脱メッセージを編集 + EditLeaveMessageDescription: プレイヤーが領地を離れると表示されるメッセージ + SetMapColorButton: 地塊の色を設定 + SetMapColorDescription: 衛星地図上の地塊の色を設定します + NotInDominion: あなたはどの領地内にもいないため、領地名を指定してください /dominion manage <領地名> + EnvSetting: + Title: 領地 %s の環境設定 + Usage: '用法: /dominion env_setting <領地名> [ページ番号]' + GuestSetting: + Title: 領地 %s のゲスト権限 + Usage: '用法: /dominion guest_setting <領地名> [ページ番号]' + SizeInfo: + Title: 領地 %s のサイズ情報 + Owner: 領地の所有者: + Size: 領地のサイズ: + Center: 中心座標: + Vertical: 垂直高さ: + VertY: Y軸座標: + Square: 水平面積: + Volume: 領地の体積: + TpLocation: テレポートポイント座標: + NoneTp: なし + Usage: あなたはどの領地内にもいないため、領地名を指定してください /dominion info <領地名> + MemberList: + Title: 領地 %s のメンバーリスト + AddButton: メンバーを追加 + FlagButton: 権限 + FlagDescription: メンバー権限を設定 + RemoveButton: 削除 + RemoveDescription: このメンバーを削除(訪問者に変更)します + NoPermissionSet: あなたは領地主人ではないため、管理者権限を編集できません + NoPermissionRemove: あなたは領地主人ではないため、管理者を削除できません + BelongToGroup: このメンバーは権限グループ %s に属しているため、個別に権限を編集できません + Usage: '用法: /dominion member list <領地名> [ページ番号]' + AdminTag: これは管理者です + NormalTag: これは一般メンバーです + BlacklistTag: これはブラックリストメンバーです + GroupTag: このメンバーは権限グループに所属しています + MemberSetting: + Title: プレイヤー %s の領地 %s の権限設定 + ApplyTemplateButton: テンプレートを適用 + ApplyTemplateDescription: 権限テンプレートを選択して適用します + Usage: '用法: /dominion member setting <領地名> <プレイヤー名> [ページ番号]' + SelectPlayer: + Title: プレイヤーを選択してメンバーに追加 + Description: ログイン済みのプレイヤーのみを選択できます + Usage: '用法: /dominion member select_player <領地名> [ページ番号]' + SelectTemplate: + Title: テンプレートを選択 + Description: 領地 %s のメンバー %s に適用します + Usage: '用法: /dominion member select_template <領地名> <プレイヤー名> [ページ番号]' + GroupList: + Title: 領地 %s 権限グループリスト + CreateButton: 権限グループを作成 + CreateDescription: 新しい権限グループを作成します + DeleteDescription: 権限グループ %s を削除 + EditDescription: 権限グループ %s を編集 + AddMemberDescription: メンバーを権限グループ %s に追加 + RemoveMemberDescription: '%s を権限グループ %s から削除' + Usage: '用法: /dominion group list <領地名> [ページ番号]' + GroupSetting: + RenameButton: この権限グループの名前を変更 + Usage: '用法: /dominion group setting <領地名> <権限グループ名> [ページ番号]' + TitleL: '権限グループ ' + TitleR: ' 管理' + RenameDescription: 権限グループ %s をリネーム + SelectMember: + Title: メンバーを選択 + Description: メンバーを権限グループ %s に追加するためにメンバーを選択します + Usage: '用法: /dominion group select_member <領地名> <権限グループ名> [回声ページ番号] [ページ番号]' + TemplateList: + Title: メンバー権限テンプレートリスト + CreateButton: メンバー権限テンプレートを作成 + CreateDescription: 新しいメンバー権限テンプレートを作成します + TemplateSetting: + Title: テンプレート %s 権限管理 + Migrate: + Title: Residence からデータを移行 + NoData: 移行可能なデータがありません + Button: 移行 + SubDominion: 子領地は手動で移行できず、親領地に従って自動的に移行します + TitleList: + Title: 私が使用できる権限グループ称号 + RemoveButton: 取り除く + ApplyButton: 使用 + FromDominion: 領地から: +CUI: + Input: + CreateDominion: 作成する領地の名前を入力してください + CreateGroup: 作成する権限グループの名前を入力してください + CreateTemplate: 作成するテンプレート名を入力してください + EditEnterMessage: テリトリーの入場メッセージ内容を編集 + EditLeaveMessage: テリトリーの退場メッセージ内容を編集 + AddMember: メンバーとして追加するプレイヤー名を入力してください + RenameDominion: テリトリーをリネーム + RenameGroup: 権限グループのリネーム + SetMapColor: 地図のブロックの色を入力してください(16進数) +Config: + Check: + AutoCreateRadiusError: AutoCreateRadiusは0にできません、10にリセットされました + AutoCleanAfterDaysError: AutoCleanAfterDaysは0にできません、180にリセットされました + ToolNameError: ツール名の設定が誤っています、ARROWにリセットされました + LimitSizeXError: Limit.SizeXは4未満にはできません、128にリセットされました + LimitSizeYError: Limit.SizeYは4未満にはできません、64にリセットされました + LimitSizeZError: Limit.SizeZは4未満にはできません、128にリセットされました + LimitMinYError: Limit.MinYはLimit.MaxY以上にはできません、-64と320にリセットされました + RefundError: Economy.Refundの設定が不正です、0.85にリセットされました + PriceError: Economy.Priceの設定が不正です、10.0にリセットされました + LimitSizeYAutoAdjust: Limit.Vertを有効にするとき、Limit.SizeYはLimit.MaxY - Limit.MinY未満にできません、自動調整されました%d + AmountError: Limit.Amountの設定が不正です、10にリセットされました + DepthError: Limit.Depthの設定が不正です、3にリセットされました + GroupMinYError: 権限グループ%sのMinYはMaxY以上にできません-64と320にリセットされました + GroupSizeXError: 権限グループ%sのSizeX設定が小さすぎます、128にリセットされました + GroupSizeYError: 権限グループ%sのSizeY設定が小さすぎます、64にリセットされました + GroupSizeZError: 権限グループ%sのSizeZ設定が小さすぎます、128にリセットされました + GroupAmountError: 権限グループ%sのAmountの設定が不正です、10にリセットされました + GroupDepthError: 権限グループ%sのDepthの設定が不正です、3にリセットされました + GroupPriceError: 権限グループ%sのPriceの設定が不正です、10.0にリセットされました + GroupRefundError: 権限グループ%sのRefundの設定が不正です、0.85にリセットされました + LoadFlagError: 権限設定の読み込みに失敗しました:%s + TpDelayError: テレポート遅延は0未満にできません、0にリセットされました + TpCoolDownError: テレポートクールダウンは0未満にできません、0にリセットされました + Comment: + Language: 言語設定は、languagesフォルダ内のファイル名を参照してください + AutoCreateRadius: 自動で作成される領土の半径、単位はブロック + NegativeOneDisabled: '-1は無効化を示します' + DefaultLimit: デフォルトプレイヤー制限 + SpawnProtectRadius: スポーン点保護半径 スポーン点この範囲内では領土を取ることはできません + MinY: 最小Y座標 + MaxY: 最大Y座標 + NegativeOneUnlimited: '-1は制限なしを示します' + SizeX: X方向の最大長さ + SizeY: Y方向の最大長さ + SizeZ: Z方向の最大長さ + Amount: 最大領土数 + Depth: サブ領土の深さ + ZeroDisabled: 0は無効化を示します + Vert: MaxYとMinYに自動延長するか + OpBypass: OP が領地制限を無視することを許可しますか? + TpDelay: テレポート遅延 秒 + TpCoolDown: テレポートクールダウン 秒 + AutoCleanAfterDays: 長期間オフラインのプレイヤーの領土を自動的にクリーンアップする(日) + ToolName: 領土ツール名 + Economy: 経済設定 + VaultRequired: Vault事前プラグインとプラグインのインストールが必要 + Price: 領土の価格 各ブロックの単位 + OnlyXZ: xz平面の面積のみを計算するか + Refund: 領土を削除または縮小する際の返金比率 + FlyPermission: フライト権限ノード - 次のいずれかの権限ノードを持つプレイヤーはこのプラグインによりフライトを阻止されません + ResidenceMigration: プレイヤーがResidenceから領土データを移行できるか + GroupTitle: 権限グループ称号 - 権限グループを称号として使用する(PlaceholderAPIプラグインが必要) + GroupTitleVariable: '変数: %dominion_group_title%' + GroupTitleColor: '前後の接頭辞に色を追加する場合はこの形式を使用してください &#ffffff' + PerformanceTimer: パフォーマンステストタイマー + GroupLine1: '>---------------------------------<' + GroupLine2: '| 領土制限特別権限グループ設定 |' + GroupLine3: '>---------------------------------<' + GroupLine4: このファイルはテンプレートとして使用できます。このファイルをコピーして任意の名前に変更し、 + GroupLine5: 権限グループ名を変更した後、サポートプレイヤー(またはVIP)に特典を付与するには、 + GroupLine6: 例えば、低価格での領土取得や広い領土など、 + GroupLine7: ここで設定します。詳細な説明については、以下のリンクを参照してください: + GroupLine8DocumentAddress: '> https://dominion.lunadeer.cn/%s/operator/privilege.html' + WorldSettings: 特定のワールドの領土ルールを単独で設定(設定しない場合は上記のルールを使用) +Flags: + admin: + DisplayName: 管理者 + Description: 領土内の他のメンバーの権限を管理 + anchor: + DisplayName: リスポーンアンカー + Description: リスポーンアンカーの設定/使用を許可しているか + animal_killing: + DisplayName: 動物にダメージを与える + Description: 動物にダメージを与えることを許可しているか + animal_spawn: + DisplayName: 動物生成(繁殖) + Description: 動物の生成(繁殖を含む)を許可しているか + animal_move: + DisplayName: 動物の移動 + Description: 動物が(向かって)領土内で移動することを許可しているか + anvil: + DisplayName: 金床を使用 + Description: 金床を使用することを許可しているか + beacon: + DisplayName: ビーコントランザクション + Description: ビーコンと相互作用することを許可しているか + bed: + DisplayName: ベッドの相互作用 + Description: ベッドで寝るまたはリスポーンポイントを設定することを許可しているか + brew: + DisplayName: 醸造台を使用 + Description: 醸造台を使用できるか + break: + DisplayName: ブロックを破壊 + Description: ブロックを破壊することを許可しているか(一般ブロック、展示フレーム、アーマースタンドを含む) + button: + DisplayName: ボタンを使用 + Description: さまざまな素材のボタンを使用することを許可しているか + cake: + DisplayName: ケーキを食べる + Description: ケーキを食べることを許可しているか + container: + DisplayName: 一般的な容器 + Description: 含まれます:箱、バレル、シャドウボックス、アーマースタンド、展示用フレーム + craft: + DisplayName: 作業台を使用 + Description: 作業台を使用できるか + crafter: + DisplayName: クラフター + Description: 自動クラフターを変更することを許可しているか + creeper_explode: + DisplayName: クリーパーの爆発/非TNT爆発 + Description: 含まれます:クリーパー、ウィザーの頭、エンダークリスタル、ファイアボール、ベッド、リスポーンアンカーの爆発など + comparer: + DisplayName: コンパレータの相互作用 + Description: コンパレータの状態を変更することを許可しているか + door: + DisplayName: ドアの相互作用 + Description: さまざまな素材のドア(トラップドアを含む)を使用することを許可しているか + dragon_break_block: + DisplayName: エンダードラゴンのブロック破壊 + Description: エンダードラゴンがブロックを破壊することを許可するか + dragon_egg: + DisplayName: ドラゴンエッグを触る + Description: ドラゴンエッグに触れることを許可しているか + dye: + DisplayName: 染色 + Description: 染料(羊、犬の首輪、猫の首輪)で染色することを許可しているか + edit_sign: + DisplayName: 看板を編集 + Description: 看板を編集することを許可しているか + egg: + DisplayName: 卵を投げる + Description: 卵を投げることを許可しているか + enchant: + DisplayName: エンチャントテーブルを使用 + Description: エンチャントテーブルを使用できるか + ender_man: + DisplayName: エンダーマンの行動 + Description: エンダーマンが生成されるか、ワープできるか + ender_pearl: + DisplayName: エンダーパールを投げる + Description: エンダーパールを使用できるか + feed: + DisplayName: 動物を餌やり + Description: 動物を餌やりできるか + fire_spread: + DisplayName: 火の広がり + Description: 火が広がることを許可しているか + flow_in_protection: + DisplayName: 外部液体が入ることができるか + Description: 含む:マグマ、水(領土内の液体の拡大を妨げない) + fly: + DisplayName: 飛行 + Description: エリトラの飛行ではなく、クリエイティブモードのように飛行します + glow: + DisplayName: プレイヤーの光 + Description: 発光の矢のようなハイライト効果 + harvest: + DisplayName: 収穫 + Description: 作物、植物を収穫する + honey: + DisplayName: 蜂の巣との相互作用 + Description: 蜂蜜を採取できるか + hook: + DisplayName: フックを使用 + Description: フックを使用できるか + hopper: + DisplayName: 特殊容器 + Description: 含む:ホッパー/炉/発射器/投擲器/高炉/燻製器 + hopper_outside: + DisplayName: 領土外のホッパーが領土内のチェストに対して有効か + Description: 領土外のホッパーが領土内のチェストに対して有効か + ignite: + DisplayName: 点火 + Description: 火打石を使用して点火できるか + item_frame_interactive: + DisplayName: アイテムフレームとの相互作用 + Description: アイテムフレームと相互作用できるか(アイテムフレームのものを回転) + item_frame_proj_damage: + DisplayName: 投げ物で展示フレーム/絵を壊せるか + Description: 非プレイヤーが発した投げ物で展示フレーム/絵などの吊るし物を壊せるか + lever: + DisplayName: レバーを使用 + Description: レバーを使用できるか + mob_drop_item: + DisplayName: モンスターアイテムドロップ + Description: モンスター死亡時ドロップを生成するか + monster_killing: + DisplayName: モンスターにダメージを与える + Description: プレイヤーがモンスターにダメージを与えることができるか + monster_spawn: + DisplayName: モンスター生成 + Description: モンスターを生成できるか + monster_move: + DisplayName: モンスター移動 + Description: '(領土内へ)移動できるか' + move: + DisplayName: 移動 + Description: 移動できるか + note_block: + DisplayName: ノートブロックをクリック + Description: レッドストーン音楽や一部のレッドストーン装置で使用される... + place: + DisplayName: ブロックを設置 + Description: ブロックを設置できるか(一般ブロック、展示フレーム、マグマ、水を含む) + piston_outside: + DisplayName: ピストンは領土を越えてブロックを押すことができるか + Description: ピストンが領土内に物を押したり外に押し出すことができるか + pressure: + DisplayName: プレッシャープレートの相互作用 + Description: さまざまな材料のプレッシャープレートを触発できるか + riding: + DisplayName: 乗り物に乗る + Description: さまざまな乗り物に乗ることを許可しているか + repeater: + DisplayName: リピーターの相互作用 + Description: リピーターとの相互作用を許可しているか + shear: + DisplayName: 羊毛を刈る + Description: 羊毛を刈ることを許可しているか + shoot: + DisplayName: 投げ型武器 + Description: 矢を射る/雪球/トライデント/風弾を含む + show_border: + DisplayName: 領土境界を表示 + Description: 領土境界を表示するか + teleport: + DisplayName: 領土テレポート + Description: 領土テレポートを有効にするか + tnt_explode: + DisplayName: TNT爆発 + Description: TNTが爆発することを許可しているか + trade: + DisplayName: 村人との取引 + Description: 村人と取引することを許可しているか + trample: + DisplayName: 作物を踏む + Description: 作物を踏むことを許可しているか(無効にすると耕作地を保護) + trig_pressure_proj: + DisplayName: 投げ物でプレッシャープレートを触発 + Description: 投げ物(矢/風弾/雪球)をプレッシャープレートに触発できるか + trig_pressure_mob: + DisplayName: 生物がプレッシャープレートを触発 + Description: 生物(プレイヤーを含まない)がプレッシャープレートを触発できるか + trig_pressure_drop: + DisplayName: 落下物がプレッシャープレートを触発 + Description: 落下物がプレッシャープレートを触発できるか + vehicle_destroy: + DisplayName: 乗り物を破壊 + Description: 乗り物(主に鉱車)を破壊することを許可しているか + vehicle_spawn: + DisplayName: 乗り物を生成 + Description: 乗り物(主に鉱車)を生成することを許可しているか + villager_killing: + DisplayName: 村人にダメージを与える + Description: 村人にダメージを与えることを許可しているか + villager_spawn: + DisplayName: 村人の繁殖 + Description: ウィザーの生成とウィザーが生成する爆発 + wither_spawn: + DisplayName: ウィザー生成 + Description: 死にゆくもの生成および死にゆくもの生成時に発生する爆発 +Localization: + LoadLanguageSuccess: 言語ファイル zh-cn を正常にロードしました + LoadLanguageFailed: 言語ファイルのロードに失敗しました:%s + LanguageFileNotFound: 言語ファイル %s が見つかりませんでした。デフォルトの zh-cn を使用します。 +Utils: + TeleportUnsafe: テレポート先が安全ではないため、テレポートがキャンセルされました + CheckingUpdate: 更新を確認中... + NewVersion: 新しいバージョンが見つかりました:%s + VersionInfo: バージョン情報: + DownloadPage: ダウンロードページ:%s + CurrentVersion: 現在は最新バージョンです:%s + GetUpdateFailed: '更新の取得に失敗しました: %s' + NewVersionConsole: 新しいバージョンが見つかりました:%s 詳細はコンソールを確認するか、下のリンクをクリックしてください + VaultNotAvailable: Vault は利用できません + VaultUnlockedNotAvailable: VaultUnlocked は利用できません + NoEconomyPlugin: 利用可能な経済プラグインがありません + TUI: + Navigation: ナビゲーション + NoContent: ああ、ここにはまだ内容がありません~ + PageError: ページ番号エラー + Add: 追加 + Sub: 削除 + PreviousPage: 前のページ + NextPage: 次のページ + PageL: '第 ' + PageR: ' ページ ' + CUI: + Input: 入力してください + InputBox: 入力ボックス + NotAvailable: CUI テキスト入力機能は非 Paper 系サーバーでは利用できません。コマンドを使用して対応する操作を実行してください。 + SuggestCommand: '参考コマンド: %s' + LeftRightClick: 左クリックで確認 | 右クリックでキャンセル + NoSpace: 入力内容にスペースを含めることはできません + Database: + Connecting: '%s データベースに接続中' + UnsupportedType: 'サポートされていないデータベースタイプ: ' + ConnectionFailed: 'データベース接続失敗: ' + ConnectionSuccess: データベース接続成功 + Reconnecting: データベースへの再接続を試みています + ReconnectionSuccess: データベースへの再接続に成功しました + ReconnectionFailed: データベースへの再接続に失敗しました + ErrorTitle: '=== 深刻なエラー ===' + ReconnectionUnexpected: データベース接続が予期せず閉じられました。再接続を試みています + OperationAbort: 操作が中止されました + OperationFailed: 'データベース操作に失敗しました: ' + Closing: データベース接続を閉じています + Closed: データベース接続は閉じられました + CloseFailed: 'データベース接続のクローズに失敗しました: ' + CheckColumnFailed: 列の存在確認に失敗しました + CheckTableFailed: テーブルの存在確認に失敗しました diff --git a/languages/zh-hk.yml b/languages/zh-hk.yml index 80d24213..ca70c902 100644 --- a/languages/zh-hk.yml +++ b/languages/zh-hk.yml @@ -1,16 +1,14 @@ # Help us to translate this file into your language. -# Guide: https://github.com/ColdeZhang/Dominion/blob/master/CONTRIBUTING.md#plugin-messages +# Guide: https://github.com/ColdeZhang/Dominion/blob/master/CONTRIBUTING.md#translate-plugin-messages- # Don't forget to leave your name here, so that we can give you credit for your translation. # Translated by: YOUR_NAME_HERE - Commands: Dominion: SetFlagUsage: '用法: /dominion set <權限名稱> [領地名稱]' CreateDominionUsage: '用法: /dominion create <領地名稱>' CreateSelectPointsFirst: 請先使用工具選擇領地的對角線兩點,或使用 /dominion auto_create <領地名稱> 創建自動領地 CreateSubDominionUsage: '用法: /dominion create_sub <子領地名稱> [父領地名稱]' - CreateSubSelectPointsFirst: 請先使用工具選擇子領地的對角線兩點,或使用 /dominion auto_create_sub <子領地名稱> - [父領地名稱] 創建自動子領地 + CreateSubSelectPointsFirst: 請先使用工具選擇子領地的對角線兩點,或使用 /dominion auto_create_sub <子領地名稱> [父領地名稱] 創建自動子領地 AutoCreateDominionUsage: '用法: /dominion auto_create <領地名稱>' AutoCreateSubDominionUsage: '用法: /dominion auto_create_sub <子領地名稱> [父領地名稱]' AutoCreateDominionDisabled: 自動創建領地功能已關閉 @@ -40,8 +38,7 @@ Commands: DominionAddMemberUsage: '用法: /dominion member add <領地名稱> <玩家名稱>' DominionSetFlagUsage: '用法: /dominion member set_flag <領地名稱> <玩家名稱> <權限名稱> ' DominionRemoveMemberUsage: '用法: /dominion member remove <領地名稱> <玩家名稱>' - DominionApplyTemplateUsage: '用法: /dominion member apply_template <領地名稱> <玩家名稱> - <模板名稱>' + DominionApplyTemplateUsage: '用法: /dominion member apply_template <領地名稱> <玩家名稱> <模板名稱>' MemberUsage: '用法: /dominion member ' PageOptional: 頁碼(可選) ArgumentsNotEnough: 參數不足 @@ -257,6 +254,7 @@ Messages: AutoCleanStart: 開始自動清理長時間未登錄玩家領地數據 AutoCleanPlayer: 已清理玩家 %s 的領地數據 AutoCleanEnd: 自動清理完成 + MapInfoDetail:
%s
所有人:%s
TUI: NotDominionOwnerOrAdminForPage: 你不是領地 %s 的擁有者或管理員,無權訪問此頁面 CommandHelp: @@ -415,8 +413,6 @@ TUI: RemoveButton: 卸下 ApplyButton: 使用 FromDominion: 來自領地: - Config: - Title: Dominion 系統配置 CUI: Input: CreateDominion: 輸入要創建的領地名稱 @@ -439,8 +435,7 @@ Config: LimitMinYError: Limit.MinY 不能大於或等於 Limit.MaxY,已重置為 -64 320 RefundError: Economy.Refund 設置不合法,已重置為 0.85 PriceError: Economy.Price 設置不合法,已重置為 10.0 - LimitSizeYAutoAdjust: 啟用 Limit.Vert 時 Limit.SizeY 不能小於 Limit.MaxY - Limit.MinY,已自動調整為 - %d + LimitSizeYAutoAdjust: 啟用 Limit.Vert 時 Limit.SizeY 不能小於 Limit.MaxY - Limit.MinY,已自動調整為 %d AmountError: Limit.Amount 設置不合法,已重置為 10 DepthError: Limit.Depth 設置不合法,已重置為 3 GroupMinYError: 權限組 %s 的 MinY 不能大於等於 MaxY,已重置為 -64 和 320 @@ -457,12 +452,12 @@ Config: Comment: Language: 語言設置,參考 languages 文件夾下的文件名 AutoCreateRadius: 自動創建領地的半徑,單位為方塊 - NegativeOneDisabled: -1表示不開啟 + NegativeOneDisabled: '-1表示不開啟' DefaultLimit: 默認玩家圈地限製 SpawnProtectRadius: 出生點保護半徑 出生點此範圍內不允許圈地 MinY: 最小Y坐標 MaxY: 最大Y坐標 - NegativeOneUnlimited: -1表示不限製 + NegativeOneUnlimited: '-1表示不限製' SizeX: X方向最大長度 SizeY: Y方向最大長度 SizeZ: Z方向最大長度 @@ -470,7 +465,6 @@ Config: Depth: 子領地深度 ZeroDisabled: 0表示不開啟 Vert: 是否自動延伸到 MaxY 和 MinY - DisabledWorlds: 不允許圈地的世界列表 OpBypass: 是否允許OP無視領地限製 TpDelay: 傳送延遲 秒 TpCoolDown: 傳送冷卻 秒 @@ -485,8 +479,17 @@ Config: ResidenceMigration: 是否允許玩家從 Residence 遷移領地數據 GroupTitle: 權限組稱號 - 使用權限組當作稱號(需要PlaceholderAPI插件) GroupTitleVariable: '變量: %dominion_group_title%' - GroupTitleColor: 前後綴如需要加顏色請使用這種格式 &#ffffff + GroupTitleColor: '前後綴如需要加顏色請使用這種格式 &#ffffff' PerformanceTimer: 性能測試計時器 + GroupLine1: '>---------------------------------<' + GroupLine2: '| 圈地限制特殊權限組配置 |' + GroupLine3: '>---------------------------------<' + GroupLine4: 此文件可以作為模板,你可以將此文件複製後重命名為你想要的 + GroupLine5: 權限組名,然後修改裡面的配置如果你想給贊助玩家(或者VIP) + GroupLine6: 一些特殊優惠,例如更少的圈地價格、更大的領地等,你可以在 + GroupLine7: 這裡配置。詳細說明參閱以下鏈接: + GroupLine8DocumentAddress: '> https://dominion.lunadeer.cn/%s/operator/privilege.html' + WorldSettings: 單獨設置某個世界的圈地規則(如不設置則使用以上規則) Flags: admin: DisplayName: 管理員 @@ -586,7 +589,7 @@ Flags: Description: 收獲莊稼、作物 honey: DisplayName: 蜂巢交互 - Description: 是否可以采蜂蜜 + Description: 是否可以採蜂蜜 hook: DisplayName: 使用釣鉤 Description: 是否可以使用釣鉤 @@ -727,7 +730,7 @@ Utils: Reconnecting: 正在嘗試重新連接數據庫 ReconnectionSuccess: 重新連接數據庫成功 ReconnectionFailed: 重新連接數據庫失敗 - ErrorTitle: === 嚴重錯誤 === + ErrorTitle: '=== 嚴重錯誤 ===' ReconnectionUnexpected: 數據庫連接意外關閉,正在嘗試重新連接 OperationAbort: 操作終止 OperationFailed: '數據庫操作失敗: '