翻訳追加
This commit is contained in:
parent
e9ad2d23c0
commit
23f17f9360
2
locales/index.d.ts
vendored
2
locales/index.d.ts
vendored
@ -10740,7 +10740,7 @@ export interface Locale extends ILocale {
|
|||||||
*/
|
*/
|
||||||
"trustedLinkUrlPatternsDescription": string;
|
"trustedLinkUrlPatternsDescription": string;
|
||||||
/**
|
/**
|
||||||
* Mutuals
|
* 相互
|
||||||
*/
|
*/
|
||||||
"mutuals": string;
|
"mutuals": string;
|
||||||
/**
|
/**
|
||||||
|
@ -71,7 +71,10 @@ showLess: "閉じる"
|
|||||||
youGotNewFollower: "フォローされました"
|
youGotNewFollower: "フォローされました"
|
||||||
youGotUnFollower: "フォロー解除されました"
|
youGotUnFollower: "フォロー解除されました"
|
||||||
receiveFollowRequest: "フォローリクエストされました"
|
receiveFollowRequest: "フォローリクエストされました"
|
||||||
pendingFollowRequests: "送ったフォローリクエスト"
|
pendingFollowRequests: "送ったフォロー申請"
|
||||||
|
showQuotes: "引用を表示"
|
||||||
|
showReplies: "返信を表示"
|
||||||
|
showNonPublicNotes: "非公開投稿を表示"
|
||||||
followRequestAccepted: "フォローが承認されました"
|
followRequestAccepted: "フォローが承認されました"
|
||||||
mention: "メンション"
|
mention: "メンション"
|
||||||
mentions: "あなた宛て"
|
mentions: "あなた宛て"
|
||||||
@ -91,7 +94,7 @@ note: "ノート"
|
|||||||
notes: "ノート"
|
notes: "ノート"
|
||||||
following: "フォロー"
|
following: "フォロー"
|
||||||
followers: "フォロワー"
|
followers: "フォロワー"
|
||||||
mutuals: "相互フォローです"
|
mutuals: "相互"
|
||||||
followsYou: "フォローされています"
|
followsYou: "フォローされています"
|
||||||
createList: "リスト作成"
|
createList: "リスト作成"
|
||||||
manageLists: "リストの管理"
|
manageLists: "リストの管理"
|
||||||
|
@ -106,8 +106,12 @@ followRequest: "フォローを頼む"
|
|||||||
followRequests: "フォロー申請"
|
followRequests: "フォロー申請"
|
||||||
unfollow: "フォローやめる"
|
unfollow: "フォローやめる"
|
||||||
followRequestPending: "フォロー許してくれるん待っとる"
|
followRequestPending: "フォロー許してくれるん待っとる"
|
||||||
pendingFollowRequests: "送ったフォローリクエストや"
|
pendingFollowRequests: "送ったフォロー申請や"
|
||||||
|
showQuotes: "引用を表示するで"
|
||||||
|
showReplies: "返信を表示するで"
|
||||||
|
showNonPublicNotes: "非公開投稿を表示するで"
|
||||||
enterEmoji: "絵文字を入れてや"
|
enterEmoji: "絵文字を入れてや"
|
||||||
|
mutuals: "相互"
|
||||||
renote: "リノート"
|
renote: "リノート"
|
||||||
unrenote: "リノートやめる"
|
unrenote: "リノートやめる"
|
||||||
renoted: "リノートしたで。"
|
renoted: "リノートしたで。"
|
||||||
|
@ -69,7 +69,7 @@ export const navbarItemDef = reactive({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
following: {
|
following: {
|
||||||
title: i18n.ts.following,
|
title: i18n.ts.followingfeed,
|
||||||
icon: 'ph-user-check ph-bold ph-lg',
|
icon: 'ph-user-check ph-bold ph-lg',
|
||||||
show: computed(() => $i != null && !$i.movedTo),
|
show: computed(() => $i != null && !$i.movedTo),
|
||||||
to: '/following-feed',
|
to: '/following-feed',
|
||||||
|
@ -202,7 +202,7 @@ const headerTabs = computed(() => [
|
|||||||
useScrollPositionManager(() => getScrollContainer(userScroll.value ?? null), router);
|
useScrollPositionManager(() => getScrollContainer(userScroll.value ?? null), router);
|
||||||
useScrollPositionManager(() => getScrollContainer(noteScroll.value ?? null), router);
|
useScrollPositionManager(() => getScrollContainer(noteScroll.value ?? null), router);
|
||||||
definePageMetadata(() => ({
|
definePageMetadata(() => ({
|
||||||
title: i18n.ts.following,
|
title: i18n.ts.followingfeed,
|
||||||
icon: 'ph-user-check ph-bold ph-lg',
|
icon: 'ph-user-check ph-bold ph-lg',
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
@ -8,7 +8,8 @@ deleteAndEditConfirm: "このノートを削除してもう一度編集します
|
|||||||
openRemoteProfile: "リモートプロフィールを開く"
|
openRemoteProfile: "リモートプロフィールを開く"
|
||||||
trustedLinkUrlPatterns: "外部サイトへのリンク警告 除外リスト"
|
trustedLinkUrlPatterns: "外部サイトへのリンク警告 除外リスト"
|
||||||
trustedLinkUrlPatternsDescription: "スペースで区切るとAND指定になり、改行で区切るとOR指定になります。スラッシュで囲むと正規表現になります。ドメイン名だけ書くと後方一致になります。"
|
trustedLinkUrlPatternsDescription: "スペースで区切るとAND指定になり、改行で区切るとOR指定になります。スラッシュで囲むと正規表現になります。ドメイン名だけ書くと後方一致になります。"
|
||||||
mutuals: "Mutuals"
|
mutuals: "相互"
|
||||||
|
followingfeed: "フォローフィード"
|
||||||
renote: "ブースト"
|
renote: "ブースト"
|
||||||
unrenote: "ブースト解除"
|
unrenote: "ブースト解除"
|
||||||
renoted: "ブーストしました。"
|
renoted: "ブーストしました。"
|
||||||
@ -375,3 +376,5 @@ _externalNavigationWarning:
|
|||||||
title: "外部サイトに移動します"
|
title: "外部サイトに移動します"
|
||||||
description: "{host}を離れて外部サイトに移動します"
|
description: "{host}を離れて外部サイトに移動します"
|
||||||
trustThisDomain: "このデバイスで今後このドメインを信頼する"
|
trustThisDomain: "このデバイスで今後このドメインを信頼する"
|
||||||
|
|
||||||
|
remoteFollowersWarning: "リモートフォロワーのアクティビティは不完全または古い情報である可能性があります"
|
||||||
|
@ -19,6 +19,7 @@ reportAbuseRenote: "ブースト苦情だすで?"
|
|||||||
forwardReport: "リモートサーバーに通報を転送するで"
|
forwardReport: "リモートサーバーに通報を転送するで"
|
||||||
forwardReportIsAnonymous: "リモートサーバーからはあんたの情報は見えんなって、匿名のシステムアカウントとして表示されるで。"
|
forwardReportIsAnonymous: "リモートサーバーからはあんたの情報は見えんなって、匿名のシステムアカウントとして表示されるで。"
|
||||||
abuseMarkAsResolved: "対応したで"
|
abuseMarkAsResolved: "対応したで"
|
||||||
|
mutuals: "相互"
|
||||||
renotesCount: "ブーストした数やで"
|
renotesCount: "ブーストした数やで"
|
||||||
renotedCount: "ブーストされた数やで"
|
renotedCount: "ブーストされた数やで"
|
||||||
sendErrorReportsDescription: "オンにしたら、なんか変なことが起きたとき、詳しいのが全部Sharkeyに送られて、ソフトウェアをもっと良うするで。エラー情報には、OSのバージョン、ブラウザの種類、行動履歴なんかが含まれるな。"
|
sendErrorReportsDescription: "オンにしたら、なんか変なことが起きたとき、詳しいのが全部Sharkeyに送られて、ソフトウェアをもっと良うするで。エラー情報には、OSのバージョン、ブラウザの種類、行動履歴なんかが含まれるな。"
|
||||||
@ -77,3 +78,5 @@ _notification:
|
|||||||
_webhookSettings:
|
_webhookSettings:
|
||||||
_events:
|
_events:
|
||||||
renote: "ブーストされるとき~!"
|
renote: "ブーストされるとき~!"
|
||||||
|
|
||||||
|
remoteFollowersWarning: "リモートフォロワーのアクティビティは不完全または古い情報の可能性があるで"
|
||||||
|
Loading…
Reference in New Issue
Block a user