New translations app.json (Russian)
This commit is contained in:
parent
123e1f6a65
commit
040be73007
|
@ -51,6 +51,11 @@
|
|||
"clean_cache": {
|
||||
"title": "Очистка кэша",
|
||||
"message": "Успешно очищено %s кэша."
|
||||
},
|
||||
"translation_failed": {
|
||||
"title": "Note",
|
||||
"message": "Translation failed. Maybe the administrator has not enabled translations on this server or this server is running an older version of Mastodon where translations are not yet supported.",
|
||||
"button": "OK"
|
||||
}
|
||||
},
|
||||
"controls": {
|
||||
|
@ -91,7 +96,11 @@
|
|||
"block_domain": "Заблокировать %s",
|
||||
"unblock_domain": "Разблокировать %s",
|
||||
"settings": "Настройки",
|
||||
"delete": "Удалить"
|
||||
"delete": "Удалить",
|
||||
"translate_post": {
|
||||
"title": "Translate from %s",
|
||||
"unknown_language": "Unknown"
|
||||
}
|
||||
},
|
||||
"tabs": {
|
||||
"home": "Главная",
|
||||
|
@ -168,6 +177,11 @@
|
|||
"private": "Only their followers can see this post.",
|
||||
"private_from_me": "Only my followers can see this post.",
|
||||
"direct": "Only mentioned user can see this post."
|
||||
},
|
||||
"translation": {
|
||||
"translated_from": "Translated from %s",
|
||||
"unknown_language": "Unknown",
|
||||
"show_original": "Shown Original"
|
||||
}
|
||||
},
|
||||
"friendship": {
|
||||
|
|
Loading…
Reference in New Issue