Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Sharkey
Manage
Activity
Members
Labels
Plan
Issues
337
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
23
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TransFem.org
Sharkey
Commits
1c57e6f8
Unverified
Commit
1c57e6f8
authored
5 years ago
by
syuilo
Browse files
Options
Downloads
Patches
Plain Diff
i18n
parent
a6537a87
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
locales/ja-JP.yml
+6
-18
6 additions, 18 deletions
locales/ja-JP.yml
src/client/app/auth/views/form.vue
+1
-9
1 addition, 9 deletions
src/client/app/auth/views/form.vue
with
7 additions
and
27 deletions
locales/ja-JP.yml
+
6
−
18
View file @
1c57e6f8
...
...
@@ -73,6 +73,12 @@ common:
followers
:
"
フォロワー"
favorites
:
"
お気に入り"
permissions
:
'
read:account'
:
"
アカウントの情報を見る"
'
write:account'
:
"
アカウントの情報を変更する"
'
read:drive'
:
"
ドライブを見る"
'
write:drive'
:
"
ドライブを操作する"
empty-timeline-info
:
follow-users-to-make-your-timeline
:
"
ユーザーをフォローすると投稿がタイムラインに表示されます。"
explore
:
"
ユーザーを探索する"
...
...
@@ -299,15 +305,6 @@ common:
auth/views/form.vue
:
share-access
:
"
<i>{name}</i>があなたのアカウントにアクセスすることを許可しますか?"
permission-ask
:
"
このアプリは次の権限を要求しています:"
account-read
:
"
アカウントの情報を見る。"
account-write
:
"
アカウントの情報を操作する。"
note-write
:
"
投稿する。"
like-write
:
"
いいねしたりいいね解除する。"
following-write
:
"
フォローしたりフォロー解除する。"
drive-read
:
"
ドライブを見る。"
drive-write
:
"
ドライブを操作する。"
notification-read
:
"
通知を見る。"
notification-write
:
"
通知を操作する。"
cancel
:
"
キャンセル"
accept
:
"
アクセスを許可"
...
...
@@ -1818,12 +1815,3 @@ dev/views/new-app.vue:
authority
:
"
権限"
authority-desc
:
"
ここで要求した機能だけがAPIからアクセスできます。"
authority-warning
:
"
アプリ作成後も変更できますが、新たな権限を付与する場合、その時点で関連付けられているユーザーキーはすべて無効になります。"
account-read
:
"
アカウントの情報を見る。"
account-write
:
"
アカウントの情報を操作する。"
note-write
:
"
投稿する。"
reaction-write
:
"
リアクションしたりリアクションをキャンセルする。"
following-write
:
"
フォローしたりフォロー解除する。"
drive-read
:
"
ドライブを見る。"
drive-write
:
"
ドライブを操作する。"
notification-read
:
"
通知を見る。"
notification-write
:
"
通知を操作する。"
This diff is collapsed.
Click to expand it.
src/client/app/auth/views/form.vue
+
1
−
9
View file @
1c57e6f8
...
...
@@ -14,15 +14,7 @@
<h2>
{{
$t
(
'
permission-ask
'
)
}}
</h2>
<ul>
<template
v-for=
"p in app.permission"
>
<li
v-if=
"p == 'read:account'"
>
{{
$t
(
'
read:account
'
)
}}
</li>
<li
v-if=
"p == 'write:account'"
>
{{
$t
(
'
write:account
'
)
}}
</li>
<li
v-if=
"p == 'write:notes'"
>
{{
$t
(
'
write:notes
'
)
}}
</li>
<li
v-if=
"p == 'like-write'"
>
{{
$t
(
'
like-write
'
)
}}
</li>
<li
v-if=
"p == 'write:following'"
>
{{
$t
(
'
write:following
'
)
}}
</li>
<li
v-if=
"p == 'read:drive'"
>
{{
$t
(
'
read:drive
'
)
}}
</li>
<li
v-if=
"p == 'write:drive'"
>
{{
$t
(
'
write:drive
'
)
}}
</li>
<li
v-if=
"p == 'read:notifications'"
>
{{
$t
(
'
read:notifications
'
)
}}
</li>
<li
v-if=
"p == 'write:notifications'"
>
{{
$t
(
'
write:notifications
'
)
}}
</li>
<li
:key=
"p"
>
{{
$t
(
`@.permissions.${p
}
`
)
}}
<
/li
>
<
/template
>
<
/ul
>
<
/section
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment