New translations app.json (Arabic)

This commit is contained in:
Eugen Rochko 2021-08-09 09:17:07 +02:00
parent f31ad5ef4d
commit a3645d43aa
1 changed files with 4 additions and 21 deletions

View File

@ -13,7 +13,7 @@
}, },
"vote_failure": { "vote_failure": {
"title": "فشل التصويت", "title": "فشل التصويت",
"poll_expired": "انتهت مدة صلاحية الاستطلاع" "poll_ended": "The poll has ended"
}, },
"discard_post_content": { "discard_post_content": {
"title": "تجاهل المسودة", "title": "تجاهل المسودة",
@ -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": "الأن"
"time_ago": "منذ %s"
}, },
"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": "منتقي مخصص للإيموجي",
"enable_content_warning": "تنشيط تحذير المحتوى", "enable_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": "منشورات",
"following": "مُتابَع", "following": "مُتابَع",
"followers": "متابِع", "followers": "متابِع"
"accessibility": {
"count_posts": "%ld posts",
"count_following": "%ld following",
"count_followers": "%ld followers"
}
}, },
"fields": { "fields": {
"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"
}, },