forked from FoundKeyGang/FoundKey
New translations ja-JP.yml (English)
This commit is contained in:
parent
6b19745241
commit
a873401bd7
1 changed files with 21 additions and 21 deletions
|
@ -184,7 +184,7 @@ common:
|
||||||
rename: "Rename"
|
rename: "Rename"
|
||||||
stack-left: "Stack to the left"
|
stack-left: "Stack to the left"
|
||||||
pop-right: "Dock on the right"
|
pop-right: "Dock on the right"
|
||||||
dev: "アプリの作成に失敗しました。再度お試しください。"
|
dev: "Failed to create the application. Please try again."
|
||||||
auth/views/form.vue:
|
auth/views/form.vue:
|
||||||
share-access: "Would you <b>allow</b> <i>{{ app.name }}</i> to access your account?"
|
share-access: "Would you <b>allow</b> <i>{{ app.name }}</i> to access your account?"
|
||||||
permission-ask: "This application requires the following permissions:"
|
permission-ask: "This application requires the following permissions:"
|
||||||
|
@ -760,7 +760,7 @@ desktop/views/components/settings.vue:
|
||||||
advanced: "Advanced settings"
|
advanced: "Advanced settings"
|
||||||
api-via-stream: "API request via stream"
|
api-via-stream: "API request via stream"
|
||||||
api-via-stream-desc: "API request is performed via the WebSocket connection instead of native fetch API (for better performance). This setting is stored in the browser."
|
api-via-stream-desc: "API request is performed via the WebSocket connection instead of native fetch API (for better performance). This setting is stored in the browser."
|
||||||
deck-nav: "デッキ内ナビゲーション"
|
deck-nav: "Deck navigation"
|
||||||
deck-nav-desc: "デッキを使用しているとき、ナビゲーションが発生する際にページ遷移を行わずに一時的なカラムで受けるようにします。"
|
deck-nav-desc: "デッキを使用しているとき、ナビゲーションが発生する際にページ遷移を行わずに一時的なカラムで受けるようにします。"
|
||||||
deck-default: "Use Deck as default UI"
|
deck-default: "Use Deck as default UI"
|
||||||
display: "Design and display"
|
display: "Design and display"
|
||||||
|
@ -1356,28 +1356,28 @@ docs:
|
||||||
dev/views/index.vue:
|
dev/views/index.vue:
|
||||||
manage-apps: "Manage apps"
|
manage-apps: "Manage apps"
|
||||||
dev/views/apps.vue:
|
dev/views/apps.vue:
|
||||||
manage-apps: "アプリを管理"
|
manage-apps: "Manage apps"
|
||||||
create-app: "アプリ作成"
|
create-app: "Create app"
|
||||||
app-missing: "アプリなし"
|
app-missing: "No apps"
|
||||||
dev/views/new-app.vue:
|
dev/views/new-app.vue:
|
||||||
create-app: "アプリケーションの作成"
|
create-app: "Creating application"
|
||||||
app-name: "アプリケーション名"
|
app-name: "Application name"
|
||||||
app-name-desc: "あなたのアプリの名称。"
|
app-name-desc: "The name of your app"
|
||||||
app-name-ex: "ex) Misskey for iOS"
|
app-name-ex: "ex) Misskey for iOS"
|
||||||
app-overview: "アプリの概要"
|
app-overview: "アプリの概要"
|
||||||
app-desc: "あなたのアプリの簡単な説明や紹介。"
|
app-desc: "あなたのアプリの簡単な説明や紹介。"
|
||||||
app-desc-ex: "ex) Misskey iOSクライアント。"
|
app-desc-ex: "ex) Misskey iOS client."
|
||||||
callback-url: "コールバックURL (オプション)"
|
callback-url: "The callback URL (optional)"
|
||||||
callback-url-desc: "ユーザーが認証フォームで認証した際にリダイレクトするURLを設定できます。"
|
callback-url-desc: "The URL to redirect to after the user is authenticated via the authentication form."
|
||||||
authority: "権限"
|
authority: "Permissions"
|
||||||
authority-desc: "ここで要求した機能だけがAPIからアクセスできます。"
|
authority-desc: "ここで要求した機能だけがAPIからアクセスできます。"
|
||||||
authority-warning: "アプリ作成後も変更できますが、新たな権限を付与する場合、その時点で関連付けられているユーザーキーはすべて無効になります。"
|
authority-warning: "アプリ作成後も変更できますが、新たな権限を付与する場合、その時点で関連付けられているユーザーキーはすべて無効になります。"
|
||||||
account-read: "アカウントの情報を見る。"
|
account-read: "View account information."
|
||||||
account-write: "アカウントの情報を操作する。"
|
account-write: "Modify account information."
|
||||||
note-write: "投稿する。"
|
note-write: "Post."
|
||||||
reaction-write: "リアクションしたりリアクションをキャンセルする。"
|
reaction-write: "Add or remove reactions."
|
||||||
following-write: "フォローしたりフォロー解除する。"
|
following-write: "Follow and unfollow."
|
||||||
drive-read: "ドライブを見る。"
|
drive-read: "Read the drive."
|
||||||
drive-write: "ドライブを操作する。"
|
drive-write: "Upload/delete files in the drive."
|
||||||
notification-read: "通知を見る。"
|
notification-read: "Read your notifications."
|
||||||
notification-write: "通知を操作する。"
|
notification-write: "Manage your notifications."
|
||||||
|
|
Loading…
Reference in a new issue