New translations app.json (Latvian)

This commit is contained in:
Eugen Rochko 2022-12-15 10:51:39 +01:00
parent b1850835b4
commit 562322641f
1 changed files with 15 additions and 1 deletions

View File

@ -51,6 +51,11 @@
"clean_cache": { "clean_cache": {
"title": "Clean Cache", "title": "Clean Cache",
"message": "Successfully cleaned %s cache." "message": "Successfully cleaned %s cache."
},
"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": { "controls": {
@ -91,7 +96,11 @@
"block_domain": "Bloķēt %s", "block_domain": "Bloķēt %s",
"unblock_domain": "Atbloķēt %s", "unblock_domain": "Atbloķēt %s",
"settings": "Iestatījumi", "settings": "Iestatījumi",
"delete": "Dzēst" "delete": "Dzēst",
"translate_post": {
"title": "Translate from %s",
"unknown_language": "Unknown"
}
}, },
"tabs": { "tabs": {
"home": "Sākums", "home": "Sākums",
@ -168,6 +177,11 @@
"private": "Only their followers can see this post.", "private": "Only their followers can see this post.",
"private_from_me": "Only my followers can see this post.", "private_from_me": "Only my followers can see this post.",
"direct": "Only mentioned user 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": { "friendship": {