Translations update from Weblate (#382)

* Added translation using Weblate (Lithuanian)

* Translated using Weblate (Lithuanian)

Currently translated at 100.0% (8 of 8 strings)

Translation: Piped/Frontend
Translate-URL: https://hosted.weblate.org/projects/piped/frontend/lt/

* Add support for Lithuanian.

Co-authored-by: Gediminas Murauskas <muziejusinfo@gmail.com>
Co-authored-by: FireMasterK <20838718+FireMasterK@users.noreply.github.com>
This commit is contained in:
Weblate (bot) 2021-08-25 21:21:42 +02:00 committed by GitHub
parent 4ae77badd8
commit ddf768c5bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -162,6 +162,7 @@ export default {
languages: [
{ code: "en", name: "English" },
{ code: "fr", name: "French" },
{ code: "lt", name: "Lithuanian" },
],
};
},

16
src/locales/lt.json Normal file
View File

@ -0,0 +1,16 @@
{
"actions": {
"unsubscribe": "Atšaukti prenumeratą",
"subscribe": "Prenumeruoti"
},
"player": {
"watch_on": "Žiūrėti per"
},
"titles": {
"preferences": "Nuostatos",
"feed": "Sklaidos kanalas",
"register": "Registruotis",
"login": "Prisijungti",
"trending": "Tendencijos"
}
}