Skip to content
This repository was archived by the owner on Oct 18, 2025. It is now read-only.

Commit 83d0d7e

Browse files
committed
New translations for /cmdalias (pmmp/PocketMine-MP#6685)
1 parent f791369 commit 83d0d7e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/workflows/tag-patches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Tag new version
2121
run: |
22-
BASE_VERSION="2.26"
22+
BASE_VERSION="2.27"
2323
2424
PREVIOUS_TAG=$(git tag --list | awk -v s="$BASE_VERSION." 'index($0, s) == 1' | sort -r --version-sort | head -n1)
2525
echo "Previous tag is $PREVIOUS_TAG"

eng.ini

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,12 +341,24 @@ pocketmine.command.ban.player.description=Prevents the specified player from usi
341341
pocketmine.command.banlist.description=View all players banned from this server
342342
pocketmine.command.clear.description=Clears items from player inventory
343343
pocketmine.command.clear.usage=/clear [player] [item] [maxCount]
344+
pocketmine.command.cmdalias.create.success=Successfully created alias {%alias} to command {%target}
345+
pocketmine.command.cmdalias.delete.notFound=Cannot delete alias {%alias} because it's not defined in this scope
346+
pocketmine.command.cmdalias.delete.success=Successfully deleted alias {%alias}
347+
pocketmine.command.cmdalias.description=View or edit user-specific or global command aliases
348+
pocketmine.command.cmdalias.list.conflicted={%alias} is conflicted between {%commandIds}
349+
pocketmine.command.cmdalias.list.noneSet=No aliases configured
350+
pocketmine.command.cmdalias.list.normal={%alias} invokes {%commandId}
351+
pocketmine.command.cmdalias.scope.global=global
352+
pocketmine.command.cmdalias.scope.userSpecific=user-specific
353+
pocketmine.command.cmdalias.template={%message} (scope: {%scope})
344354
pocketmine.command.defaultgamemode.description=Set the default gamemode
345355
pocketmine.command.deop.description=Takes the specified player's operator status
346356
pocketmine.command.difficulty.description=Sets the game difficulty
347357
pocketmine.command.dumpmemory.description=Dumps diagnostic information about memory usage to disk
348358
pocketmine.command.effect.description=Adds/Removes effects on players
349359
pocketmine.command.enchant.description=Adds enchantments on items
360+
pocketmine.command.error.aliasConflict={%alias} is assigned to multiple commands. Use one of these instead: {%commandIdList}
361+
pocketmine.command.error.aliasConflictTip=Tip: You can use {%cmdAliasCommand} to view and edit command aliases.
350362
pocketmine.command.error.permission=You don't have permission to use the command: {%commandName}
351363
pocketmine.command.error.playerNotFound=Cannot find a player matching "{%playerName}"
352364
pocketmine.command.exception=Unhandled exception executing command '{%0}' in {%1}: {%2}
@@ -483,6 +495,9 @@ pocketmine.permission.command.ban.list=Allows the user to list banned players
483495
pocketmine.permission.command.ban.player=Allows the user to ban players
484496
pocketmine.permission.command.clear.other=Allows the user to clear inventory of other players
485497
pocketmine.permission.command.clear.self=Allows the user to clear their own inventory
498+
pocketmine.permission.command.cmdalias.edit.global=Allows the user to manage global command aliases
499+
pocketmine.permission.command.cmdalias.edit.self=Allows the user to manage their own user-specific command aliases
500+
pocketmine.permission.command.cmdalias.list=Allows the user to view command aliases
486501
pocketmine.permission.command.defaultgamemode=Allows the user to change the default game mode
487502
pocketmine.permission.command.difficulty=Allows the user to change the game difficulty
488503
pocketmine.permission.command.dumpmemory=Allows the user to dump memory contents

0 commit comments

Comments
 (0)