New translations app.json (Welsh)

This commit is contained in:
Eugen Rochko 2021-08-09 09:16:39 +02:00
parent cc60cb2124
commit 487b4689f3
1 changed files with 4 additions and 21 deletions

View File

@ -13,7 +13,7 @@
}, },
"vote_failure": { "vote_failure": {
"title": "Vote Failure", "title": "Vote Failure",
"poll_expired": "The poll has expired" "poll_ended": "The poll has ended"
}, },
"discard_post_content": { "discard_post_content": {
"title": "Discard Draft", "title": "Discard Draft",
@ -130,7 +130,6 @@
"media_content_warning": "Tap anywhere to reveal", "media_content_warning": "Tap anywhere to reveal",
"poll": { "poll": {
"vote": "Vote", "vote": "Vote",
"time_left": "%s left",
"closed": "Closed" "closed": "Closed"
}, },
"actions": { "actions": {
@ -171,8 +170,7 @@
"timeline": { "timeline": {
"filtered": "Filtered", "filtered": "Filtered",
"timestamp": { "timestamp": {
"now": "Now", "now": "Now"
"time_ago": "%s ago"
}, },
"loader": { "loader": {
"load_missing_posts": "Load missing posts", "load_missing_posts": "Load missing posts",
@ -187,11 +185,6 @@
"user_blocked_warning": "You cant view %ss profile\n until they unblock you.", "user_blocked_warning": "You cant view %ss profile\n until they unblock you.",
"suspended_warning": "This user has been suspended.", "suspended_warning": "This user has been suspended.",
"user_suspended_warning": "%ss account has been suspended." "user_suspended_warning": "%ss account has been suspended."
},
"accessibility": {
"count_replies": "%s replies",
"count_reblogs": "%s reblogs",
"count_favorites": "%s favorites"
} }
} }
} }
@ -383,9 +376,7 @@
"custom_emoji_picker": "Custom Emoji Picker", "custom_emoji_picker": "Custom Emoji Picker",
"enable_content_warning": "Enable Content Warning", "enable_content_warning": "Enable Content Warning",
"disable_content_warning": "Disable Content Warning", "disable_content_warning": "Disable Content Warning",
"post_visibility_menu": "Post Visibility Menu", "post_visibility_menu": "Post Visibility Menu"
"input_limit_remains_count": "Input limit remains %ld",
"input_limit_exceeds_count": "Input limit exceeds %ld"
}, },
"keyboard": { "keyboard": {
"discard_post": "Discard Post", "discard_post": "Discard Post",
@ -400,12 +391,7 @@
"dashboard": { "dashboard": {
"posts": "posts", "posts": "posts",
"following": "following", "following": "following",
"followers": "followers", "followers": "followers"
"accessibility": {
"count_posts": "%ld posts",
"count_following": "%ld following",
"count_followers": "%ld followers"
}
}, },
"fields": { "fields": {
"add_row": "Add Row", "add_row": "Add Row",
@ -463,9 +449,6 @@
"clear": "Clear" "clear": "Clear"
} }
}, },
"hashtag": {
"prompt": "%s people talking"
},
"favorite": { "favorite": {
"title": "Your Favorites" "title": "Your Favorites"
}, },