mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-03 18:57:43 +01:00
commit
0c1448cbc9
@ -6,6 +6,7 @@
|
||||
"public": "Public",
|
||||
"search": "Search",
|
||||
"status": {
|
||||
"avatar": "Aavtar of {user}",
|
||||
"boosted": "{user} boosted",
|
||||
"poll": {
|
||||
"refresh": "Refresh",
|
||||
@ -16,8 +17,17 @@
|
||||
"show_more": "Show more",
|
||||
"show_less": "Show less",
|
||||
"cw": "Media hidden",
|
||||
"hide_media": "Hide media",
|
||||
"report": "Report {user}",
|
||||
"open_original": "Open original page"
|
||||
"open_original": "Open original page",
|
||||
"actions": {
|
||||
"reply": "Reply",
|
||||
"reblog": "reblog",
|
||||
"favourite": "Favourite",
|
||||
"bookmark": "Bookmark",
|
||||
"emoji_reaction": "Emoji reaction",
|
||||
"detail": "Details"
|
||||
}
|
||||
},
|
||||
"mark_as_read": "Mark as read"
|
||||
},
|
||||
@ -85,6 +95,14 @@
|
||||
"spoiler": {
|
||||
"placeholder": "Write your warning here"
|
||||
},
|
||||
"emoji": "Add emoji",
|
||||
"actions": {
|
||||
"attachment": "Add attachment",
|
||||
"poll": "Add poll",
|
||||
"visibility": "Change visibility",
|
||||
"cw": "Set content warning",
|
||||
"post": "Post"
|
||||
},
|
||||
"visibility": {
|
||||
"public": "Public",
|
||||
"unlisted": "Unlisted",
|
||||
@ -120,6 +138,10 @@
|
||||
},
|
||||
"failed_mark": "Failed to mark as read"
|
||||
},
|
||||
"detail": {
|
||||
"back": "Back",
|
||||
"close": "Close"
|
||||
},
|
||||
"profile": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow",
|
||||
@ -132,7 +154,10 @@
|
||||
"unblock_domain": "Unblock domain {server}",
|
||||
"timeline": "Timeline",
|
||||
"followers": "Followers",
|
||||
"followings": "Followings"
|
||||
"followings": "Followings",
|
||||
"header": "Header image of {user}",
|
||||
"avatar": "Avatar of {user}",
|
||||
"detail": "Details"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
|
@ -6,6 +6,7 @@
|
||||
"public": "Public",
|
||||
"search": "Search",
|
||||
"status": {
|
||||
"avatar": "Aavtar of {user}",
|
||||
"boosted": "{user} boosted",
|
||||
"poll": {
|
||||
"refresh": "Refresh",
|
||||
@ -16,8 +17,17 @@
|
||||
"show_more": "Show more",
|
||||
"show_less": "Show less",
|
||||
"cw": "Media hidden",
|
||||
"hide_media": "Hide media",
|
||||
"report": "Report {user}",
|
||||
"open_original": "Open original page"
|
||||
"open_original": "Open original page",
|
||||
"actions": {
|
||||
"reply": "Reply",
|
||||
"reblog": "reblog",
|
||||
"favourite": "Favourite",
|
||||
"bookmark": "Bookmark",
|
||||
"emoji_reaction": "Emoji reaction",
|
||||
"detail": "Details"
|
||||
}
|
||||
},
|
||||
"mark_as_read": "Mark as read"
|
||||
},
|
||||
@ -85,6 +95,14 @@
|
||||
"spoiler": {
|
||||
"placeholder": "Write your warning here"
|
||||
},
|
||||
"emoji": "Add emoji",
|
||||
"actions": {
|
||||
"attachment": "Add attachment",
|
||||
"poll": "Add poll",
|
||||
"visibility": "Change visibility",
|
||||
"cw": "Set content warning",
|
||||
"post": "Post"
|
||||
},
|
||||
"visibility": {
|
||||
"public": "Public",
|
||||
"unlisted": "Unlisted",
|
||||
@ -120,6 +138,10 @@
|
||||
},
|
||||
"failed_mark": "Failed to mark as read"
|
||||
},
|
||||
"detail": {
|
||||
"back": "Back",
|
||||
"close": "Close"
|
||||
},
|
||||
"profile": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow",
|
||||
@ -132,7 +154,10 @@
|
||||
"unblock_domain": "Unblock domain {server}",
|
||||
"timeline": "Timeline",
|
||||
"followers": "Followers",
|
||||
"followings": "Followings"
|
||||
"followings": "Followings",
|
||||
"header": "Header image of {user}",
|
||||
"avatar": "Avatar of {user}",
|
||||
"detail": "Details"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
|
@ -6,6 +6,7 @@
|
||||
"public": "Public",
|
||||
"search": "Search",
|
||||
"status": {
|
||||
"avatar": "Aavtar of {user}",
|
||||
"boosted": "{user} boosted",
|
||||
"poll": {
|
||||
"refresh": "Refresh",
|
||||
@ -16,8 +17,17 @@
|
||||
"show_more": "Show more",
|
||||
"show_less": "Show less",
|
||||
"cw": "Media hidden",
|
||||
"hide_media": "Hide media",
|
||||
"report": "Report {user}",
|
||||
"open_original": "Open original page"
|
||||
"open_original": "Open original page",
|
||||
"actions": {
|
||||
"reply": "Reply",
|
||||
"reblog": "reblog",
|
||||
"favourite": "Favourite",
|
||||
"bookmark": "Bookmark",
|
||||
"emoji_reaction": "Emoji reaction",
|
||||
"detail": "Details"
|
||||
}
|
||||
},
|
||||
"mark_as_read": "Mark as read"
|
||||
},
|
||||
@ -85,6 +95,14 @@
|
||||
"spoiler": {
|
||||
"placeholder": "Write your warning here"
|
||||
},
|
||||
"emoji": "Add emoji",
|
||||
"actions": {
|
||||
"attachment": "Add attachment",
|
||||
"poll": "Add poll",
|
||||
"visibility": "Change visibility",
|
||||
"cw": "Set content warning",
|
||||
"post": "Post"
|
||||
},
|
||||
"visibility": {
|
||||
"public": "Public",
|
||||
"unlisted": "Unlisted",
|
||||
@ -120,6 +138,10 @@
|
||||
},
|
||||
"failed_mark": "Failed to mark as read"
|
||||
},
|
||||
"detail": {
|
||||
"back": "Back",
|
||||
"close": "Close"
|
||||
},
|
||||
"profile": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow",
|
||||
@ -132,7 +154,10 @@
|
||||
"unblock_domain": "Unblock domain {server}",
|
||||
"timeline": "Timeline",
|
||||
"followers": "Followers",
|
||||
"followings": "Followings"
|
||||
"followings": "Followings",
|
||||
"header": "Header image of {user}",
|
||||
"avatar": "Avatar of {user}",
|
||||
"detail": "Details"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
|
@ -6,6 +6,7 @@
|
||||
"public": "Public",
|
||||
"search": "Search",
|
||||
"status": {
|
||||
"avatar": "Aavtar of {user}",
|
||||
"boosted": "{user} boosted",
|
||||
"poll": {
|
||||
"refresh": "Refresh",
|
||||
@ -16,8 +17,17 @@
|
||||
"show_more": "Show more",
|
||||
"show_less": "Show less",
|
||||
"cw": "Media hidden",
|
||||
"hide_media": "Hide media",
|
||||
"report": "Report {user}",
|
||||
"open_original": "Open original page"
|
||||
"open_original": "Open original page",
|
||||
"actions": {
|
||||
"reply": "Reply",
|
||||
"reblog": "reblog",
|
||||
"favourite": "Favourite",
|
||||
"bookmark": "Bookmark",
|
||||
"emoji_reaction": "Emoji reaction",
|
||||
"detail": "Details"
|
||||
}
|
||||
},
|
||||
"mark_as_read": "Mark as read"
|
||||
},
|
||||
@ -85,6 +95,14 @@
|
||||
"spoiler": {
|
||||
"placeholder": "Write your warning here"
|
||||
},
|
||||
"emoji": "Add emoji",
|
||||
"actions": {
|
||||
"attachment": "Add attachment",
|
||||
"poll": "Add poll",
|
||||
"visibility": "Change visibility",
|
||||
"cw": "Set content warning",
|
||||
"post": "Post"
|
||||
},
|
||||
"visibility": {
|
||||
"public": "Public",
|
||||
"unlisted": "Unlisted",
|
||||
@ -120,6 +138,10 @@
|
||||
},
|
||||
"failed_mark": "Failed to mark as read"
|
||||
},
|
||||
"detail": {
|
||||
"back": "Back",
|
||||
"close": "Close"
|
||||
},
|
||||
"profile": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow",
|
||||
@ -132,7 +154,10 @@
|
||||
"unblock_domain": "Unblock domain {server}",
|
||||
"timeline": "Timeline",
|
||||
"followers": "Followers",
|
||||
"followings": "Followings"
|
||||
"followings": "Followings",
|
||||
"header": "Header image of {user}",
|
||||
"avatar": "Avatar of {user}",
|
||||
"detail": "Details"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
|
@ -6,6 +6,7 @@
|
||||
"public": "Public",
|
||||
"search": "Search",
|
||||
"status": {
|
||||
"avatar": "Aavtar of {user}",
|
||||
"boosted": "{user} boosted",
|
||||
"poll": {
|
||||
"refresh": "Refresh",
|
||||
@ -16,8 +17,17 @@
|
||||
"show_more": "Show more",
|
||||
"show_less": "Show less",
|
||||
"cw": "Media hidden",
|
||||
"hide_media": "Hide media",
|
||||
"report": "Report {user}",
|
||||
"open_original": "Open original page"
|
||||
"open_original": "Open original page",
|
||||
"actions": {
|
||||
"reply": "Reply",
|
||||
"reblog": "reblog",
|
||||
"favourite": "Favourite",
|
||||
"bookmark": "Bookmark",
|
||||
"emoji_reaction": "Emoji reaction",
|
||||
"detail": "Details"
|
||||
}
|
||||
},
|
||||
"mark_as_read": "Mark as read"
|
||||
},
|
||||
@ -85,6 +95,14 @@
|
||||
"spoiler": {
|
||||
"placeholder": "Write your warning here"
|
||||
},
|
||||
"emoji": "Add emoji",
|
||||
"actions": {
|
||||
"attachment": "Add attachment",
|
||||
"poll": "Add poll",
|
||||
"visibility": "Change visibility",
|
||||
"cw": "Set content warning",
|
||||
"post": "Post"
|
||||
},
|
||||
"visibility": {
|
||||
"public": "Public",
|
||||
"unlisted": "Unlisted",
|
||||
@ -120,6 +138,10 @@
|
||||
},
|
||||
"failed_mark": "Failed to mark as read"
|
||||
},
|
||||
"detail": {
|
||||
"back": "Back",
|
||||
"close": "Close"
|
||||
},
|
||||
"profile": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow",
|
||||
@ -132,7 +154,10 @@
|
||||
"unblock_domain": "Unblock domain {server}",
|
||||
"timeline": "Timeline",
|
||||
"followers": "Followers",
|
||||
"followings": "Followings"
|
||||
"followings": "Followings",
|
||||
"header": "Header image of {user}",
|
||||
"avatar": "Avatar of {user}",
|
||||
"detail": "Details"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
|
@ -6,6 +6,7 @@
|
||||
"public": "Public",
|
||||
"search": "Search",
|
||||
"status": {
|
||||
"avatar": "Aavtar of {user}",
|
||||
"boosted": "{user} boosted",
|
||||
"poll": {
|
||||
"refresh": "Refresh",
|
||||
@ -16,8 +17,17 @@
|
||||
"show_more": "Show more",
|
||||
"show_less": "Show less",
|
||||
"cw": "Media hidden",
|
||||
"hide_media": "Hide media",
|
||||
"report": "Report {user}",
|
||||
"open_original": "Open original page"
|
||||
"open_original": "Open original page",
|
||||
"actions": {
|
||||
"reply": "Reply",
|
||||
"reblog": "reblog",
|
||||
"favourite": "Favourite",
|
||||
"bookmark": "Bookmark",
|
||||
"emoji_reaction": "Emoji reaction",
|
||||
"detail": "Details"
|
||||
}
|
||||
},
|
||||
"mark_as_read": "Mark as read"
|
||||
},
|
||||
@ -85,6 +95,14 @@
|
||||
"spoiler": {
|
||||
"placeholder": "Write your warning here"
|
||||
},
|
||||
"emoji": "Add emoji",
|
||||
"actions": {
|
||||
"attachment": "Add attachment",
|
||||
"poll": "Add poll",
|
||||
"visibility": "Change visibility",
|
||||
"cw": "Set content warning",
|
||||
"post": "Post"
|
||||
},
|
||||
"visibility": {
|
||||
"public": "Public",
|
||||
"unlisted": "Unlisted",
|
||||
@ -120,6 +138,10 @@
|
||||
},
|
||||
"failed_mark": "Failed to mark as read"
|
||||
},
|
||||
"detail": {
|
||||
"back": "Back",
|
||||
"close": "Close"
|
||||
},
|
||||
"profile": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow",
|
||||
@ -132,7 +154,10 @@
|
||||
"unblock_domain": "Unblock domain {server}",
|
||||
"timeline": "Timeline",
|
||||
"followers": "Followers",
|
||||
"followings": "Followings"
|
||||
"followings": "Followings",
|
||||
"header": "Header image of {user}",
|
||||
"avatar": "Avatar of {user}",
|
||||
"detail": "Details"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
|
@ -6,6 +6,7 @@
|
||||
"public": "Public",
|
||||
"search": "Search",
|
||||
"status": {
|
||||
"avatar": "Aavtar of {user}",
|
||||
"boosted": "{user} boosted",
|
||||
"poll": {
|
||||
"refresh": "Refresh",
|
||||
@ -16,8 +17,17 @@
|
||||
"show_more": "Show more",
|
||||
"show_less": "Show less",
|
||||
"cw": "Media hidden",
|
||||
"hide_media": "Hide media",
|
||||
"report": "Report {user}",
|
||||
"open_original": "Open original page"
|
||||
"open_original": "Open original page",
|
||||
"actions": {
|
||||
"reply": "Reply",
|
||||
"reblog": "reblog",
|
||||
"favourite": "Favourite",
|
||||
"bookmark": "Bookmark",
|
||||
"emoji_reaction": "Emoji reaction",
|
||||
"detail": "Details"
|
||||
}
|
||||
},
|
||||
"mark_as_read": "Mark as read"
|
||||
},
|
||||
@ -85,6 +95,14 @@
|
||||
"spoiler": {
|
||||
"placeholder": "Write your warning here"
|
||||
},
|
||||
"emoji": "Add emoji",
|
||||
"actions": {
|
||||
"attachment": "Add attachment",
|
||||
"poll": "Add poll",
|
||||
"visibility": "Change visibility",
|
||||
"cw": "Set content warning",
|
||||
"post": "Post"
|
||||
},
|
||||
"visibility": {
|
||||
"public": "Public",
|
||||
"unlisted": "Unlisted",
|
||||
@ -120,6 +138,10 @@
|
||||
},
|
||||
"failed_mark": "Failed to mark as read"
|
||||
},
|
||||
"detail": {
|
||||
"back": "Back",
|
||||
"close": "Close"
|
||||
},
|
||||
"profile": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow",
|
||||
@ -132,7 +154,10 @@
|
||||
"unblock_domain": "Unblock domain {server}",
|
||||
"timeline": "Timeline",
|
||||
"followers": "Followers",
|
||||
"followings": "Followings"
|
||||
"followings": "Followings",
|
||||
"header": "Header image of {user}",
|
||||
"avatar": "Avatar of {user}",
|
||||
"detail": "Details"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
|
@ -6,6 +6,7 @@
|
||||
"public": "Public",
|
||||
"search": "Search",
|
||||
"status": {
|
||||
"avatar": "Aavtar of {user}",
|
||||
"boosted": "{user} boosted",
|
||||
"poll": {
|
||||
"refresh": "Refresh",
|
||||
@ -16,8 +17,17 @@
|
||||
"show_more": "Show more",
|
||||
"show_less": "Show less",
|
||||
"cw": "Media hidden",
|
||||
"hide_media": "Hide media",
|
||||
"report": "Report {user}",
|
||||
"open_original": "Open original page"
|
||||
"open_original": "Open original page",
|
||||
"actions": {
|
||||
"reply": "Reply",
|
||||
"reblog": "reblog",
|
||||
"favourite": "Favourite",
|
||||
"bookmark": "Bookmark",
|
||||
"emoji_reaction": "Emoji reaction",
|
||||
"detail": "Details"
|
||||
}
|
||||
},
|
||||
"mark_as_read": "Mark as read"
|
||||
},
|
||||
@ -85,6 +95,14 @@
|
||||
"spoiler": {
|
||||
"placeholder": "Write your warning here"
|
||||
},
|
||||
"emoji": "Add emoji",
|
||||
"actions": {
|
||||
"attachment": "Add attachment",
|
||||
"poll": "Add poll",
|
||||
"visibility": "Change visibility",
|
||||
"cw": "Set content warning",
|
||||
"post": "Post"
|
||||
},
|
||||
"visibility": {
|
||||
"public": "Public",
|
||||
"unlisted": "Unlisted",
|
||||
@ -120,6 +138,10 @@
|
||||
},
|
||||
"failed_mark": "Failed to mark as read"
|
||||
},
|
||||
"detail": {
|
||||
"back": "Back",
|
||||
"close": "Close"
|
||||
},
|
||||
"profile": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow",
|
||||
@ -132,7 +154,10 @@
|
||||
"unblock_domain": "Unblock domain {server}",
|
||||
"timeline": "Timeline",
|
||||
"followers": "Followers",
|
||||
"followings": "Followings"
|
||||
"followings": "Followings",
|
||||
"header": "Header image of {user}",
|
||||
"avatar": "Avatar of {user}",
|
||||
"detail": "Details"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
|
@ -6,6 +6,7 @@
|
||||
"public": "連合",
|
||||
"search": "検索",
|
||||
"status": {
|
||||
"avatar": "Aavtar of {user}",
|
||||
"boosted": "{user} がブーストしました",
|
||||
"poll": {
|
||||
"refresh": "更新",
|
||||
@ -16,8 +17,17 @@
|
||||
"show_more": "もっと見る",
|
||||
"show_less": "隠す",
|
||||
"cw": "非表示のメディア",
|
||||
"hide_media": "Hide media",
|
||||
"report": "{user} を通報",
|
||||
"open_original": "元のページを開く"
|
||||
"open_original": "元のページを開く",
|
||||
"actions": {
|
||||
"reply": "Reply",
|
||||
"reblog": "reblog",
|
||||
"favourite": "Favourite",
|
||||
"bookmark": "Bookmark",
|
||||
"emoji_reaction": "Emoji reaction",
|
||||
"detail": "Details"
|
||||
}
|
||||
},
|
||||
"mark_as_read": "全て既読にする"
|
||||
},
|
||||
@ -85,6 +95,14 @@
|
||||
"spoiler": {
|
||||
"placeholder": "ここに警告を書いてください"
|
||||
},
|
||||
"emoji": "Add emoji",
|
||||
"actions": {
|
||||
"attachment": "Add attachment",
|
||||
"poll": "Add poll",
|
||||
"visibility": "Change visibility",
|
||||
"cw": "Set content warning",
|
||||
"post": "Post"
|
||||
},
|
||||
"visibility": {
|
||||
"public": "連合",
|
||||
"unlisted": "未収載",
|
||||
@ -120,6 +138,10 @@
|
||||
},
|
||||
"failed_mark": "通知を既読にできませんでした。"
|
||||
},
|
||||
"detail": {
|
||||
"back": "Back",
|
||||
"close": "Close"
|
||||
},
|
||||
"profile": {
|
||||
"follow": "フォロー",
|
||||
"unfollow": "フォローを解除",
|
||||
@ -132,7 +154,10 @@
|
||||
"unblock_domain": "ドメイン {server} のブロックを解除",
|
||||
"timeline": "タイムライン",
|
||||
"followers": "フォロワー",
|
||||
"followings": "フォロー中"
|
||||
"followings": "フォロー中",
|
||||
"header": "Header image of {user}",
|
||||
"avatar": "Avatar of {user}",
|
||||
"detail": "Details"
|
||||
},
|
||||
"settings": {
|
||||
"title": "設定",
|
||||
|
@ -6,6 +6,7 @@
|
||||
"public": "Public",
|
||||
"search": "Search",
|
||||
"status": {
|
||||
"avatar": "Aavtar of {user}",
|
||||
"boosted": "{user} boosted",
|
||||
"poll": {
|
||||
"refresh": "Refresh",
|
||||
@ -16,8 +17,17 @@
|
||||
"show_more": "Show more",
|
||||
"show_less": "Show less",
|
||||
"cw": "Media hidden",
|
||||
"hide_media": "Hide media",
|
||||
"report": "Report {user}",
|
||||
"open_original": "Open original page"
|
||||
"open_original": "Open original page",
|
||||
"actions": {
|
||||
"reply": "Reply",
|
||||
"reblog": "reblog",
|
||||
"favourite": "Favourite",
|
||||
"bookmark": "Bookmark",
|
||||
"emoji_reaction": "Emoji reaction",
|
||||
"detail": "Details"
|
||||
}
|
||||
},
|
||||
"mark_as_read": "Mark as read"
|
||||
},
|
||||
@ -85,6 +95,14 @@
|
||||
"spoiler": {
|
||||
"placeholder": "Write your warning here"
|
||||
},
|
||||
"emoji": "Add emoji",
|
||||
"actions": {
|
||||
"attachment": "Add attachment",
|
||||
"poll": "Add poll",
|
||||
"visibility": "Change visibility",
|
||||
"cw": "Set content warning",
|
||||
"post": "Post"
|
||||
},
|
||||
"visibility": {
|
||||
"public": "Public",
|
||||
"unlisted": "Unlisted",
|
||||
@ -120,6 +138,10 @@
|
||||
},
|
||||
"failed_mark": "Failed to mark as read"
|
||||
},
|
||||
"detail": {
|
||||
"back": "Back",
|
||||
"close": "Close"
|
||||
},
|
||||
"profile": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow",
|
||||
@ -132,7 +154,10 @@
|
||||
"unblock_domain": "Unblock domain {server}",
|
||||
"timeline": "Timeline",
|
||||
"followers": "Followers",
|
||||
"followings": "Followings"
|
||||
"followings": "Followings",
|
||||
"header": "Header image of {user}",
|
||||
"avatar": "Avatar of {user}",
|
||||
"detail": "Details"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
|
@ -6,6 +6,7 @@
|
||||
"public": "Public",
|
||||
"search": "Search",
|
||||
"status": {
|
||||
"avatar": "Aavtar of {user}",
|
||||
"boosted": "{user} boosted",
|
||||
"poll": {
|
||||
"refresh": "Refresh",
|
||||
@ -16,8 +17,17 @@
|
||||
"show_more": "Show more",
|
||||
"show_less": "Show less",
|
||||
"cw": "Media hidden",
|
||||
"hide_media": "Hide media",
|
||||
"report": "Report {user}",
|
||||
"open_original": "Open original page"
|
||||
"open_original": "Open original page",
|
||||
"actions": {
|
||||
"reply": "Reply",
|
||||
"reblog": "reblog",
|
||||
"favourite": "Favourite",
|
||||
"bookmark": "Bookmark",
|
||||
"emoji_reaction": "Emoji reaction",
|
||||
"detail": "Details"
|
||||
}
|
||||
},
|
||||
"mark_as_read": "Mark as read"
|
||||
},
|
||||
@ -85,6 +95,14 @@
|
||||
"spoiler": {
|
||||
"placeholder": "Write your warning here"
|
||||
},
|
||||
"emoji": "Add emoji",
|
||||
"actions": {
|
||||
"attachment": "Add attachment",
|
||||
"poll": "Add poll",
|
||||
"visibility": "Change visibility",
|
||||
"cw": "Set content warning",
|
||||
"post": "Post"
|
||||
},
|
||||
"visibility": {
|
||||
"public": "Public",
|
||||
"unlisted": "Unlisted",
|
||||
@ -120,6 +138,10 @@
|
||||
},
|
||||
"failed_mark": "Failed to mark as read"
|
||||
},
|
||||
"detail": {
|
||||
"back": "Back",
|
||||
"close": "Close"
|
||||
},
|
||||
"profile": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow",
|
||||
@ -132,7 +154,10 @@
|
||||
"unblock_domain": "Unblock domain {server}",
|
||||
"timeline": "Timeline",
|
||||
"followers": "Followers",
|
||||
"followings": "Followings"
|
||||
"followings": "Followings",
|
||||
"header": "Header image of {user}",
|
||||
"avatar": "Avatar of {user}",
|
||||
"detail": "Details"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
|
@ -6,6 +6,7 @@
|
||||
"public": "Public",
|
||||
"search": "Search",
|
||||
"status": {
|
||||
"avatar": "Aavtar of {user}",
|
||||
"boosted": "{user} boosted",
|
||||
"poll": {
|
||||
"refresh": "Refresh",
|
||||
@ -16,8 +17,17 @@
|
||||
"show_more": "Show more",
|
||||
"show_less": "Show less",
|
||||
"cw": "Media hidden",
|
||||
"hide_media": "Hide media",
|
||||
"report": "Report {user}",
|
||||
"open_original": "Open original page"
|
||||
"open_original": "Open original page",
|
||||
"actions": {
|
||||
"reply": "Reply",
|
||||
"reblog": "reblog",
|
||||
"favourite": "Favourite",
|
||||
"bookmark": "Bookmark",
|
||||
"emoji_reaction": "Emoji reaction",
|
||||
"detail": "Details"
|
||||
}
|
||||
},
|
||||
"mark_as_read": "Mark as read"
|
||||
},
|
||||
@ -85,6 +95,14 @@
|
||||
"spoiler": {
|
||||
"placeholder": "Write your warning here"
|
||||
},
|
||||
"emoji": "Add emoji",
|
||||
"actions": {
|
||||
"attachment": "Add attachment",
|
||||
"poll": "Add poll",
|
||||
"visibility": "Change visibility",
|
||||
"cw": "Set content warning",
|
||||
"post": "Post"
|
||||
},
|
||||
"visibility": {
|
||||
"public": "Public",
|
||||
"unlisted": "Unlisted",
|
||||
@ -120,6 +138,10 @@
|
||||
},
|
||||
"failed_mark": "Failed to mark as read"
|
||||
},
|
||||
"detail": {
|
||||
"back": "Back",
|
||||
"close": "Close"
|
||||
},
|
||||
"profile": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow",
|
||||
@ -132,7 +154,10 @@
|
||||
"unblock_domain": "Unblock domain {server}",
|
||||
"timeline": "Timeline",
|
||||
"followers": "Followers",
|
||||
"followings": "Followings"
|
||||
"followings": "Followings",
|
||||
"header": "Header image of {user}",
|
||||
"avatar": "Avatar of {user}",
|
||||
"detail": "Details"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
|
@ -6,6 +6,7 @@
|
||||
"public": "Public",
|
||||
"search": "Search",
|
||||
"status": {
|
||||
"avatar": "Aavtar of {user}",
|
||||
"boosted": "{user} boosted",
|
||||
"poll": {
|
||||
"refresh": "Refresh",
|
||||
@ -16,8 +17,17 @@
|
||||
"show_more": "Show more",
|
||||
"show_less": "Show less",
|
||||
"cw": "Media hidden",
|
||||
"hide_media": "Hide media",
|
||||
"report": "Report {user}",
|
||||
"open_original": "Open original page"
|
||||
"open_original": "Open original page",
|
||||
"actions": {
|
||||
"reply": "Reply",
|
||||
"reblog": "reblog",
|
||||
"favourite": "Favourite",
|
||||
"bookmark": "Bookmark",
|
||||
"emoji_reaction": "Emoji reaction",
|
||||
"detail": "Details"
|
||||
}
|
||||
},
|
||||
"mark_as_read": "Mark as read"
|
||||
},
|
||||
@ -85,6 +95,14 @@
|
||||
"spoiler": {
|
||||
"placeholder": "Write your warning here"
|
||||
},
|
||||
"emoji": "Add emoji",
|
||||
"actions": {
|
||||
"attachment": "Add attachment",
|
||||
"poll": "Add poll",
|
||||
"visibility": "Change visibility",
|
||||
"cw": "Set content warning",
|
||||
"post": "Post"
|
||||
},
|
||||
"visibility": {
|
||||
"public": "Public",
|
||||
"unlisted": "Unlisted",
|
||||
@ -120,6 +138,10 @@
|
||||
},
|
||||
"failed_mark": "Failed to mark as read"
|
||||
},
|
||||
"detail": {
|
||||
"back": "Back",
|
||||
"close": "Close"
|
||||
},
|
||||
"profile": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow",
|
||||
@ -132,7 +154,10 @@
|
||||
"unblock_domain": "Unblock domain {server}",
|
||||
"timeline": "Timeline",
|
||||
"followers": "Followers",
|
||||
"followings": "Followings"
|
||||
"followings": "Followings",
|
||||
"header": "Header image of {user}",
|
||||
"avatar": "Avatar of {user}",
|
||||
"detail": "Details"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
|
@ -6,6 +6,7 @@
|
||||
"public": "Public",
|
||||
"search": "Search",
|
||||
"status": {
|
||||
"avatar": "Aavtar of {user}",
|
||||
"boosted": "{user} boosted",
|
||||
"poll": {
|
||||
"refresh": "Refresh",
|
||||
@ -16,8 +17,17 @@
|
||||
"show_more": "Show more",
|
||||
"show_less": "Show less",
|
||||
"cw": "Media hidden",
|
||||
"hide_media": "Hide media",
|
||||
"report": "Report {user}",
|
||||
"open_original": "Open original page"
|
||||
"open_original": "Open original page",
|
||||
"actions": {
|
||||
"reply": "Reply",
|
||||
"reblog": "reblog",
|
||||
"favourite": "Favourite",
|
||||
"bookmark": "Bookmark",
|
||||
"emoji_reaction": "Emoji reaction",
|
||||
"detail": "Details"
|
||||
}
|
||||
},
|
||||
"mark_as_read": "Mark as read"
|
||||
},
|
||||
@ -85,6 +95,14 @@
|
||||
"spoiler": {
|
||||
"placeholder": "Write your warning here"
|
||||
},
|
||||
"emoji": "Add emoji",
|
||||
"actions": {
|
||||
"attachment": "Add attachment",
|
||||
"poll": "Add poll",
|
||||
"visibility": "Change visibility",
|
||||
"cw": "Set content warning",
|
||||
"post": "Post"
|
||||
},
|
||||
"visibility": {
|
||||
"public": "Public",
|
||||
"unlisted": "Unlisted",
|
||||
@ -120,6 +138,10 @@
|
||||
},
|
||||
"failed_mark": "Failed to mark as read"
|
||||
},
|
||||
"detail": {
|
||||
"back": "Back",
|
||||
"close": "Close"
|
||||
},
|
||||
"profile": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow",
|
||||
@ -132,7 +154,10 @@
|
||||
"unblock_domain": "Unblock domain {server}",
|
||||
"timeline": "Timeline",
|
||||
"followers": "Followers",
|
||||
"followings": "Followings"
|
||||
"followings": "Followings",
|
||||
"header": "Header image of {user}",
|
||||
"avatar": "Avatar of {user}",
|
||||
"detail": "Details"
|
||||
},
|
||||
"settings": {
|
||||
"title": "Settings",
|
||||
|
Loading…
x
Reference in New Issue
Block a user