Skip to content

Commit 17eb06e

Browse files
committed
Merge remote-tracking branch 'origin/hikari' into hikari
2 parents 70b89dd + 39a6db1 commit 17eb06e

File tree

7 files changed

+41
-41
lines changed

7 files changed

+41
-41
lines changed

addon/bluemap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>com.github.BlueMap-Minecraft</groupId>
7373
<artifactId>BlueMapAPI</artifactId>
74-
<version>v2.4.0</version>
74+
<version>2.5.0</version>
7575
<scope>provided</scope>
7676
</dependency>
7777
</dependencies>

compatibility/towny/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.palmergames.bukkit.towny</groupId>
6060
<artifactId>towny</artifactId>
61-
<version>0.98.6.20</version>
61+
<version>0.98.6.23</version>
6262
<scope>provided</scope>
6363
</dependency>
6464
<dependency>

crowdin/lang/ru-RU/example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
example1:
22
example2:
3-
test: "Это тестовый файл для проверки REST ответа от функции распределения Crowdin. Пожалуйста, проигнорируйте этот файл!"
3+
test: "Это тестовый файл для проверки REST ответа от функции распределения Crowdin. Пожалуйста, проигнорируйте его!"

crowdin/lang/ru-RU/messages.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -767,8 +767,8 @@ addon:
767767
{
768768
"embed":
769769
{
770-
"title": ":outbox_tray: Somebody bought items from shop",
771-
"description": "The player %%purchase.name%% bought x%%purchase.amount%% %%shop.item.name%% from your shop.",
770+
"title": ":outbox_tray: Кто-то купил предметы из вашего магазина",
771+
"description": "Игрок %%purchase.name%% купил x%%purchase.amount%% %%shop.item.name%% из вашего магазина.",
772772
"color": 52084,
773773
"author": {
774774
"name": "QuickShop-Hikari",
@@ -781,37 +781,37 @@ addon:
781781
"url": ""
782782
},
783783
"footer": {
784-
"text": "QuickShop-Hikari Discord Notification",
784+
"text": "Уведомление QuickShop-Hikari Discord",
785785
"icon_url": ""
786786
},
787787
"fields": [
788788
{
789-
"name": "Shop",
789+
"name": "Магазин",
790790
"value": "%%shop.display-name%%",
791791
"inline": false
792792
},
793793
{
794-
"name": "Purchaser",
794+
"name": "Покупатель",
795795
"value": "%%purchase.name%%",
796796
"inline": true
797797
},
798798
{
799-
"name": "Item",
799+
"name": "Предмет",
800800
"value": "%%shop.item.name%%",
801801
"inline": true
802802
},
803803
{
804-
"name": "Amount",
804+
"name": "Количество",
805805
"value": "%%purchase.amount%%(x%%shop.stacking-amount%%)",
806806
"inline": true
807807
},
808808
{
809-
"name": "Your earn",
809+
"name": "Ваш заработок",
810810
"value": "%%purchase.balance-formatted%%",
811811
"inline": true
812812
},
813813
{
814-
"name": "Taxes",
814+
"name": "Налоги",
815815
"value": "%%purchase.taxes-formatted%%",
816816
"inline": true
817817
}

crowdin/lang/zh-CN/messages.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ unknown-player: <red>目标玩家不存在,请检查你输入的玩家名字
167167
player-offline: "<red>目标玩家目前处于离线状态。"
168168
player-profile-format: "<aqua>{0}</aqua><gold>(<yellow>{1}</yellow>)</gold>"
169169
shop-type:
170-
selling: "SELLING"
171-
buying: "BUYING"
170+
selling: "出售"
171+
buying: "收购"
172172
language:
173173
qa-issues: '<yellow>质量问题:<aqua>{0}%'
174174
code: '<yellow>代码: <gold>{0}'
@@ -242,10 +242,10 @@ no-double-chests: <red>你没有权限创建大箱子商店。
242242
price-too-cheap: <red>价格必须大于<yellow>${0}
243243
shop-not-exist: <red>这里没有商店
244244
bad-command-usage: <red>错误的命令参数!
245-
cleanghost-warning: <yellow>This command will purge <red>all</red> shops if the shop is corrupted, was created in not allowed worlds, is selling/buying not allowed items or <red><bold>EXISTS IN A UNLOADED WORLD</bold></red>. Make sure to create a full backup of your shop data first and use <aqua>/qs cleanghost confirm</aqua> to continue.
246-
cleanghost-starting: <green>Starting to check for ghost shops (missing container blocks). All non-existing shops will be removed...
247-
cleanghost-deleting: <yellow>Found a corrupted shop <aqua>{0}</aqua> because {1}, mark it to delete...
248-
cleanghost-deleted: <green>Total <yellow>{0}</yellow> shops have been deleted.
245+
cleanghost-warning: <yellow>这个命令将清理<red>所有</red>在不允许创建商店的世界的、出售/购买不允许的物品的,以及 <red><bold>所有在服务器没有加载的世界</bold></red>的商店, 请在确保您的商店数据备份完整后使用 <aqua>/qs cleanghost confirm </aqua>来继续。
246+
cleanghost-starting: <green>开始检查幽灵商店(缺少容器方块)。所有不存在的商店将被移除...
247+
cleanghost-deleting: <yellow>发现一个损坏的商店 <aqua>{0}</aqua> 因为 {1}, 标记它删除...
248+
cleanghost-deleted: <green>总计 <yellow>{0}</yellow> 家商店已被删除。
249249
shop-purchase-cancelled: <red>您取消了交易操作。
250250
bypassing-lock: <red>你绕过了QuickShop的锁!
251251
bungee-cross-server-msg: '<yellow>QuickShop跨服信息: <green>{0}'
@@ -647,8 +647,8 @@ tag-query-no-tag: "<red>该商店没有标签"
647647
tag-query-shops: "<green>此标签包含 <yellow>{0}</yellow> 商店:"
648648
tag-query-shops-listing: "<yellow> - <aqua>{0}</aqua>"
649649
batch-operations-based-on-tags-no-failure: "<green>成功批量处理 <yellow>{0}</yellow> 个商店"
650-
batch-operations-based-on-tags-have-failure: "<yellow>Total <yellow>{0}</yellow> shops in batch processing successfully completed, but <red>{1}</red> requests not completed."
651-
batch-operations-based-on-tags-have-failure-with-reason: "<yellow>Total <yellow>{0}</yellow> shops in batch processing successfully completed, but <red>{1}</red> requests not completed. Reason: <gold>{2}</gold>"
650+
batch-operations-based-on-tags-have-failure: "<yellow> <yellow>{0}</yellow> 商店在批处理中成功完成,但是 <red>{1}</red> 请求未完成。"
651+
batch-operations-based-on-tags-have-failure-with-reason: "<yellow> <yellow>{0}</yellow> 商店在批处理中成功完成,但是 <red>{1}</red> 请求未完成。原因: <gold>{2}</gold>"
652652
batch-operations-based-on-tags-have-failure-error-messages-may-appears-above: "<gray>错误消息将在聊天中的此消息上方发送给您。"
653653
addon:
654654
towny:
@@ -1343,27 +1343,27 @@ addon:
13431343
success-setup: "<green>该商店的限制设置已成功保存"
13441344
trade-limit-reached-cancel-reason: "<red>达到了这个商店的交易限制"
13451345
dynmap:
1346-
markerset-title: "QuickShop-Hikari Shops"
1347-
marker-name: "{0} @ {2} @ {3} for x{4} @ {5}"
1346+
markerset-title: "QuickShop-Hikari 商店"
1347+
marker-name: "{0} @ {2} @ {3} x{4} @ {5}"
13481348
marker-description: |
1349-
Name: {0}
1350-
Owner: {1}
1351-
Item: {2}
1352-
Price: {3} for x{4} item(s)
1353-
Type: {5}
1354-
Unlimited: {6}
1355-
Location: {7}
1349+
名称: {0}
1350+
所有者: {1}
1351+
物品: {2}
1352+
价格: {3} {4} 物品
1353+
类型: {5}
1354+
无限模式: {6}
1355+
位置: {7}
13561356
bluemap:
1357-
markerset-title: "QuickShop-Hikari Shops"
1358-
marker-name: "{0} @ {2} @ {3} for x{4} @ {5}"
1357+
markerset-title: "QuickShop-Hikari 商店"
1358+
marker-name: "{0} @ {2} @ {3} x{4} @ {5}"
13591359
marker-description: |
1360-
Name: {0}
1361-
Owner: {1}
1362-
Item: {2}
1363-
Price: {3} for x{4} item(s)
1364-
Type: {5}
1365-
Unlimited: {6}
1366-
Location: {7}
1360+
名称: {0}
1361+
所有者: {1}
1362+
物品: {2}
1363+
价格: {3} {4} 物品
1364+
类型: {5}
1365+
无限模式: {6}
1366+
位置: {7}
13671367
suite:
13681368
dynmap:
13691369
title: "{0} - {1} - {2}"

crowdin/lang/zh-TW/messages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fee-charged-for-price-change: <green>你花費了 <red>{0}</red> 修改商店定
33
not-allowed-to-create: <red>你無法在此建立商店。
44
disabled-in-this-world: <red>該世界已停用 QuickShop
55
how-much-to-trade-for: <green>請在聊天室中輸入你想買賣 <yellow>{1} 個 {0} <green>的價格。
6-
client-language-changed: <green>QuickShop 偵測到你的客戶端語言已切換,我們現在為你切換為 {0}。
6+
client-language-changed: <green>QuickShop 偵測到你的用戶端語言已切換,我們現在為你切換為 {0}。
77
shops-backingup: 正在把商店資料備份到資料庫……
88
_comment: 你好翻譯者!假若你正在從 Github 或其他代管平台編輯,你應該前往 https://crowdin.com/project/quickshop-hikari 進行翻譯。
99
unlimited-shop-owner-changed: <yellow>該無限商店的店主已經修改成 {0}。
@@ -480,7 +480,7 @@ chest-was-removed: <red>儲物箱已被移除。
480480
you-cant-afford-to-buy: <red>商品價格是 {0} ,但是你只有 {1}。
481481
shops-removed-in-world: <yellow>世界 <aqua>{1} <yellow>總共有 <aqua>{0} <yellow>個商店被刪除。
482482
display-turn-off: <green>成功地關閉商店懸浮物顯示。
483-
client-language-unsupported: <yellow>QuickShop 不支援你的客戶端語言,我們現在還原為 {0}……
483+
client-language-unsupported: <yellow>QuickShop 不支援你的用戶端語言,我們現在將它還原為 {0}
484484
language-version: '63'
485485
not-managed-shop: <red>你沒有管理該商店的權限
486486
shop-cannot-trade-when-freezing: <red>你不能與這間商店交易,因為它已被凍結。

quickshop-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<groupId>org.apache.commons</groupId>
8888
<artifactId>commons-compress</artifactId>
8989
<scope>compile</scope>
90-
<version>1.22</version>
90+
<version>1.23.0</version>
9191
</dependency>
9292
</dependencies>
9393

0 commit comments

Comments
 (0)