generated from mantinedev/next-pages-template
-
-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New translations selector.json (Lithuanian)
- Loading branch information
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
{ | ||
"modal": { | ||
"title": "", | ||
"text": "" | ||
"title": "Pridėti naują plytelę", | ||
"text": "Plytelės yra pagrindinis Homarr elementas. Jos naudojamos programėlėms ir kitai informacijai rodyti. Galite pridėti tiek plytelių, kiek norite." | ||
}, | ||
"widgetDescription": "", | ||
"goBack": "", | ||
"widgetDescription": "Valdikliai sąveikauja su jūsų programomis, kad galėtumėte geriau valdyti programas. Paprastai prieš naudojant jiems reikia papildomos konfigūracijos.", | ||
"goBack": "Grįžkite prie ankstesnio veiksmo", | ||
"actionIcon": { | ||
"tooltip": "" | ||
"tooltip": "Pridėti naują plytelę" | ||
}, | ||
"apps": "", | ||
"apps": "Programėlės", | ||
"app": { | ||
"defaultName": "" | ||
"defaultName": "Jūsų programėlė" | ||
}, | ||
"widgets": "", | ||
"categories": "", | ||
"widgets": "Valdikliai", | ||
"categories": "Kategorijos", | ||
"category": { | ||
"newName": "", | ||
"defaultName": "", | ||
"newName": "Naujos kategorijos pavadinimas", | ||
"defaultName": "Nauja kategorija", | ||
"created": { | ||
"title": "", | ||
"message": "" | ||
"title": "Kategorija sukurta", | ||
"message": "Sukurta kategorija {{name}}" | ||
} | ||
}, | ||
"importFromDocker": "" | ||
"importFromDocker": "Importuoti iš docker" | ||
} |