1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

New translations contextMenu.json (Japanese)

This commit is contained in:
xmflsct
2023-01-17 22:16:58 +01:00
parent 50f6440e45
commit 2f78b37ec7

View File

@ -6,33 +6,33 @@
"action_false": "ユーザーをフォロー", "action_false": "ユーザーをフォロー",
"action_true": "ユーザーをフォロー解除" "action_true": "ユーザーをフォロー解除"
}, },
"inLists": "", "inLists": "ユーザーを含むリスト一覧",
"showBoosts": { "showBoosts": {
"action_false": "", "action_false": "ブーストを表示する",
"action_true": "" "action_true": "ブーストを非表示にする"
}, },
"mute": { "mute": {
"action_false": "ユーザーをミュート", "action_false": "ユーザーをミュート",
"action_true": "ユーザーのミュートを解除" "action_true": "ユーザーのミュートを解除"
}, },
"followAs": { "followAs": {
"trigger": "", "trigger": "別ユーザーとしてフォロー",
"succeed_default": "", "succeed_default": "{{source}} として @{{target}} をフォローしました",
"succeed_locked": "", "succeed_locked": "{{source}} として @{{target}} へのフォロー申請を送りました。現在承認待ちです",
"failed": "" "failed": "別ユーザーとしてフォロー"
}, },
"blockReport": "", "blockReport": "通報・ブロック...",
"block": { "block": {
"action_false": "ユーザーをブロック", "action_false": "ユーザーをブロック",
"action_true": "ユーザーのブロックを解除", "action_true": "ユーザーのブロックを解除",
"alert": { "alert": {
"title": "" "title": "@{{username}} をブロックしますか?"
} }
}, },
"reports": { "reports": {
"action": "ユーザーの報告とブロック", "action": "ユーザーの報告とブロック",
"alert": { "alert": {
"title": "" "title": "@{{username}} を通報し、ブロックしますか?"
} }
} }
}, },