Add find minimum lang to en.yml

This commit is contained in:
ImranDoet 2020-06-24 22:14:44 +02:00 committed by GitHub
parent 56be767ab7
commit 189910b59c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -369,13 +369,17 @@ setteleport-notInside: "The location has to be inside the region."
setteleport-reset: "Teleport location of %lang:region% has been reset."
find-help: "/as find <buy|rent> [maxprice] [group]."
findminimum-help: "/as findminimum <buy|rent> [minprice] [group]."
find-noPermission: "You don't have permission to search regions and teleport to them."
find-success: "Found a %0% region: %lang:region%, while searching with a max price of your balance: %1%%2%."
find-successMax: "Found a %0% region: %lang:region%, while searching with a max price of %1%%2%."
find-successMin: "Found a %0% region: %lang:region%, while searching with a min price of %1%%2%."
find-wrongMaxPrice: "The specified maximum price is not a correct number: %0%."
find-wrongMinPrice: "The specified minimum price is not a correct number: %0%."
find-wrongGroup: "The specified group does not exist: %0%."
find-noneFound: "No %0% region found while searching with a max price of your balance: %1%%2%."
find-noneFoundMax: "No %0% region found while searching with a max price of %1%%2%."
find-noneFoundMin: "No %0% region found while searching with a min price of %1%%2%."
find-onlyInGroup: ", only searched for regions in group: %0%."
groupadd-help: "/as groupadd <group> [region], if no region specified all regions from your WorldEdit selection are used."