diff --git a/src/messages/en.js b/src/messages/en.js index 2618a41a..94e0ed94 100644 --- a/src/messages/en.js +++ b/src/messages/en.js @@ -87,11 +87,31 @@ export default { legacyInfo: 'Allows some common API methods to be used by plugins that haven\'t upgraded to v5 version of the API yet.', more: 'Check out the {wiki} for more information!', wiki: 'wiki section', + wikiThis: 'this section', defaultAssignments: 'Default Assignments Extension', defaultAssignmentsInfo: 'Provides an alternate approach for assigning {wiki} if the recommended way is impractical.', + defaultAssignmentsInfoMore: 'Check out the {wikiSection} for more information. See also {thisSection} about configuring default assignments.', groups: 'default groups', version: 'LuckPerms 5.0 and above', }, + additionalPlugins: { + title: 'Additional Plugins', + description: 'Additional plugins can provide more complex features, but may not be available on all platforms', + extraContexts: 'ExtraContexts Plugin', + extraContextsInfo: 'Add more contexts, including some for other plugins', + version: 'LuckPerms 5.0 and above, Bukkit only', + }, + placeholderExpansions: { + title: 'Placeholder Expansions', + description: 'LuckPerms adds {placeholders} to PlaceholderAPI and MVdWPlaceholderAPI', + placeholderApi: 'PlaceholderAPI', + placeholders: 'Placeholders', + placeholderApiInfo: 'Install using either {command} or by {installingManually}.', + placeholderApiInstallingManually: 'installing manually', + mvdwPlaceholderApi: 'MVdWPlaceholderAPI', + mvdwPlaceholderApiInfo: 'Place the JAR file in your {plugins} folder.', + version: 'LuckPerms 5.0 and above, Bukkit only', + }, }, editor: { description: 'Web Permissions Editor', diff --git a/src/messages/zh_CN.js b/src/messages/zh_CN.js index ed12c89d..23818f5e 100644 --- a/src/messages/zh_CN.js +++ b/src/messages/zh_CN.js @@ -87,11 +87,31 @@ export default { legacyInfo: '允许那些所依赖LuckPerms没升级到 v5 的插件使用一些通用的API方法。', more: '查看 {wiki} 获取更多信息!', wiki: 'wiki 章节', + wikiThis: '本章节', defaultAssignments: '默认分配拓展', defaultAssignmentsInfo: '如果建议的方法不切实际,则提供另一种分配 {wiki} 的方法。', + defaultAssignmentsInfoMore: '查阅章节 {wikiSection} 以获取更多信息。同时也应查看 {thisSection} 了解如何配置默认分配。', groups: '默认权限组', version: 'LuckPerms 5.0 及以上', }, + additionalPlugins: { + title: '附加插件', + description: '通过安装附加插件可以拓展 LuckPerms 的功能,但可能并不支持所有服务器平台。', + extraContexts: '更多情境插件', + extraContextsInfo: '添加了更多的情境,包括但不限于别的插件的情境支持', + version: 'LuckPerms 5.0 及以上版本,仅支持 Bukkit', + }, + placeholderExpansions: { + title: 'Placeholder 拓展', + description: 'LuckPerms 将添加 {placeholders} 至 PlaceholderAPI 和 MVdWPlaceholderAPI', + placeholderApi: 'PlaceholderAPI', + placeholders: 'Placeholders', + placeholderApiInfo: '命令 {command} 安装或手动 {installingManually}。', + placeholderApiInstallingManually: '手动安装', + mvdwPlaceholderApi: 'MVdWPlaceholderAPI', + mvdwPlaceholderApiInfo: '将 JAR 文件包放至 {plugins} 文件夹。', + version: 'LuckPerms 5.0 及以上,仅支持 Bukkit', + }, }, editor: { description: '网页版权限编辑器', diff --git a/src/views/Download.vue b/src/views/Download.vue index 6c1f9750..0ba31059 100644 --- a/src/views/Download.vue +++ b/src/views/Download.vue @@ -205,11 +205,17 @@ -

Check out the wiki - section for more information. See also - this section about - configuring default assignments. -

+ + + + @@ -217,8 +223,8 @@
-

Additional Plugins

-

Additional plugins can provide more complex features, but may not be available on all platforms

+

{{ $t('download.additionalPlugins.title') }}

+

{{ $t('download.additionalPlugins.description') }}

@@ -228,12 +234,12 @@ - ExtraContexts Plugin + {{ $t('download.additionalPlugins.extraContexts') }} - LuckPerms 5.0 and above, Bukkit only + {{ $t('download.additionalPlugins.version') }}
-

Add more contexts, including some for other plugins

+

{{ $t('download.additionalPlugins.extraContextsInfo') }}

@@ -241,8 +247,15 @@
-

Placeholder Expansions

-

LuckPerms adds placeholders to PlaceholderAPI and MVdWPlaceholderAPI

+

{{ $t('download.placeholderExpansions.title') }}

+ + +
@@ -252,24 +265,41 @@ - PlaceholderAPI + {{ $t('download.placeholderExpansions.placeholderApi') }} - LuckPerms 5.0 and above, Bukkit only + {{ $t('download.placeholderExpansions.version') }}
-

Install using either /papi ecloud download LuckPerms or by installing manually.

+ + + +
- MVdWPlaceholderAPI + {{ $t('download.placeholderExpansions.mvdwPlaceholderApi') }} - LuckPerms 5.0 and above, Bukkit only + {{ $t('download.placeholderExpansions.version') }}
-

Place the JAR file in your /plugins/ folder.

+ + +