mirror of
https://github.com/nextcloud/server.git
synced 2024-12-29 00:18:42 +00:00
d92e34cce1
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
26 lines
1.4 KiB
JavaScript
26 lines
1.4 KiB
JavaScript
OC.L10N.register(
|
|
"dashboard",
|
|
{
|
|
"Dashboard" : "Skydelis",
|
|
"Dashboard app" : "Skydelio programėlė",
|
|
"Customize" : "Tinkinti",
|
|
"Edit widgets" : "Taisyti valdiklius",
|
|
"Get more widgets from the App Store" : "Parsisiųsti įskiepių iš App Store",
|
|
"Weather service" : "Orų tarnyba",
|
|
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Dėl jūsų privatumo, orų duomenys yra jūsų vardu užklausiami jūsų Nextcloud serverio, todėl orų tarnyba negauna jokios asmeninės informacijos.",
|
|
"Weather data from Met.no" : "Orų duomenys iš Met.no",
|
|
"geocoding with Nominatim" : "geografinis kodavimas naudojant Nominatim",
|
|
"elevation data from OpenTopoData" : "aukščio duomenys iš OpenTopoData",
|
|
"Weather" : "Orai",
|
|
"Status" : "Būsena",
|
|
"Good morning" : "Labas rytas",
|
|
"Good morning, {name}" : "Labas rytas, {name}",
|
|
"Good afternoon" : "Laba diena",
|
|
"Good afternoon, {name}" : "Laba diena, {name}",
|
|
"Good evening" : "Labas vakaras",
|
|
"Good evening, {name}" : "Labas vakaras, {name}",
|
|
"Hello" : "Sveiki",
|
|
"Hello, {name}" : "Sveiki, {name},"
|
|
},
|
|
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");
|