knowledge: add access area

This commit is contained in:
tokumeikoi
2021-05-13 18:08:09 +09:00
parent 3275b96a0a
commit f1c62e2732
4 changed files with 24 additions and 3 deletions

View File

@ -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' => [

View File

@ -112,6 +112,9 @@ return [
'fetch' => [
'knowledge_not_exist' => '文章不存在',
'apple_id_must_be_plan' => '无有效订阅,无法使用本站提供的 AppleID'
],
'formatAccessData' => [
'no_access' => '你必须拥有有效的订阅才可以查看该区域的内容'
]
],
'invite' => [