mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-22 05:27:20 +00:00
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:
parent
4ae77badd8
commit
ddf768c5bd
@ -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
16
src/locales/lt.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user