mirror of
https://github.com/v2board/v2board.git
synced 2025-06-14 13:47:49 +08:00
knowledge: add access area
This commit is contained in:
@ -112,6 +112,9 @@ return [
|
||||
'fetch' => [
|
||||
'knowledge_not_exist' => 'Article does not exist',
|
||||
'apple_id_must_be_plan' => 'No active subscription. Unable to use our provided Apple ID'
|
||||
],
|
||||
'formatAccessData' => [
|
||||
'no_access' => 'You must have a valid subscription to view content in this area'
|
||||
]
|
||||
],
|
||||
'invite' => [
|
||||
|
@ -112,6 +112,9 @@ return [
|
||||
'fetch' => [
|
||||
'knowledge_not_exist' => '文章不存在',
|
||||
'apple_id_must_be_plan' => '无有效订阅,无法使用本站提供的 AppleID'
|
||||
],
|
||||
'formatAccessData' => [
|
||||
'no_access' => '你必须拥有有效的订阅才可以查看该区域的内容'
|
||||
]
|
||||
],
|
||||
'invite' => [
|
||||
|
Reference in New Issue
Block a user