Add hints about incomplete remote content to web UI (#14031)
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
"account.block": "@{name} adlı kişiyi engelle",
|
||||
"account.block_domain": "{domain} alanından her şeyi gizle",
|
||||
"account.blocked": "Engellenmiş",
|
||||
"account.browse_more_on_origin_server": "Browse more on the original profile",
|
||||
"account.cancel_follow_request": "Takip isteğini iptal et",
|
||||
"account.direct": "Mesaj gönder @{name}",
|
||||
"account.domain_blocked": "Alan adı gizlendi",
|
||||
@ -236,6 +237,7 @@
|
||||
"keyboard_shortcuts.reply": "cevaplamak için",
|
||||
"keyboard_shortcuts.requests": "takip istekleri listesini açmak için",
|
||||
"keyboard_shortcuts.search": "aramaya odaklanmak için",
|
||||
"keyboard_shortcuts.spoilers": "to show/hide CW field",
|
||||
"keyboard_shortcuts.start": "\"başlayın\" sütununu açmak için",
|
||||
"keyboard_shortcuts.toggle_hidden": "CW'den önceki yazıyı göstermek/gizlemek için",
|
||||
"keyboard_shortcuts.toggle_sensitivity": "medyayı göstermek/gizlemek için",
|
||||
@ -412,6 +414,10 @@
|
||||
"time_remaining.minutes": "{number, plural, one {# dakika} other {# dakika}} kaldı",
|
||||
"time_remaining.moments": "Sadece birkaç dakika kaldı",
|
||||
"time_remaining.seconds": "{number, plural, one {# saniye} other {# saniye}} kaldı",
|
||||
"timeline_hint.remote_resource_not_displayed": "{resource} from other servers are not displayed.",
|
||||
"timeline_hint.resources.followers": "Followers",
|
||||
"timeline_hint.resources.follows": "Follows",
|
||||
"timeline_hint.resources.statuses": "Older toots",
|
||||
"trends.count_by_accounts": "{count} {rawCount, plural, one {kişi} other {kişi}} konuşuyor",
|
||||
"trends.trending_now": "Şu an popüler",
|
||||
"ui.beforeunload": "Mastodon'dan ayrılırsanız taslağınız kaybolacak.",
|
||||
|
Reference in New Issue
Block a user