New translations translation.json (Italian)
This commit is contained in:
parent
a51a8347c4
commit
6e14fc3346
|
@ -6,6 +6,7 @@
|
||||||
"public": "Public",
|
"public": "Public",
|
||||||
"search": "Search",
|
"search": "Search",
|
||||||
"status": {
|
"status": {
|
||||||
|
"avatar": "Aavtar of {user}",
|
||||||
"boosted": "{user} boosted",
|
"boosted": "{user} boosted",
|
||||||
"poll": {
|
"poll": {
|
||||||
"refresh": "Refresh",
|
"refresh": "Refresh",
|
||||||
|
@ -16,8 +17,17 @@
|
||||||
"show_more": "Show more",
|
"show_more": "Show more",
|
||||||
"show_less": "Show less",
|
"show_less": "Show less",
|
||||||
"cw": "Media hidden",
|
"cw": "Media hidden",
|
||||||
|
"hide_media": "Hide media",
|
||||||
"report": "Report {user}",
|
"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"
|
"mark_as_read": "Mark as read"
|
||||||
},
|
},
|
||||||
|
@ -85,6 +95,14 @@
|
||||||
"spoiler": {
|
"spoiler": {
|
||||||
"placeholder": "Write your warning here"
|
"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": {
|
"visibility": {
|
||||||
"public": "Public",
|
"public": "Public",
|
||||||
"unlisted": "Unlisted",
|
"unlisted": "Unlisted",
|
||||||
|
@ -120,6 +138,10 @@
|
||||||
},
|
},
|
||||||
"failed_mark": "Failed to mark as read"
|
"failed_mark": "Failed to mark as read"
|
||||||
},
|
},
|
||||||
|
"detail": {
|
||||||
|
"back": "Back",
|
||||||
|
"close": "Close"
|
||||||
|
},
|
||||||
"profile": {
|
"profile": {
|
||||||
"follow": "Follow",
|
"follow": "Follow",
|
||||||
"unfollow": "Unfollow",
|
"unfollow": "Unfollow",
|
||||||
|
@ -132,7 +154,10 @@
|
||||||
"unblock_domain": "Unblock domain {server}",
|
"unblock_domain": "Unblock domain {server}",
|
||||||
"timeline": "Timeline",
|
"timeline": "Timeline",
|
||||||
"followers": "Followers",
|
"followers": "Followers",
|
||||||
"followings": "Followings"
|
"followings": "Followings",
|
||||||
|
"header": "Header image of {user}",
|
||||||
|
"avatar": "Avatar of {user}",
|
||||||
|
"detail": "Details"
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"title": "Settings",
|
"title": "Settings",
|
||||||
|
|
Loading…
Reference in New Issue