diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-31 02:18:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-31 02:18:47 +0000 |
commit | ffda62b421e4aed9c01ec9c5ff34eb3516bf727e (patch) | |
tree | 54948ef22495ba8b71842de95d4e54a41f81848c /apps/dashboard/l10n/lt_LT.js | |
parent | f94af85749f1c98564c7b4f503a13309a24595fb (diff) | |
download | nextcloud-server-ffda62b421e4aed9c01ec9c5ff34eb3516bf727e.tar.gz nextcloud-server-ffda62b421e4aed9c01ec9c5ff34eb3516bf727e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/dashboard/l10n/lt_LT.js')
-rw-r--r-- | apps/dashboard/l10n/lt_LT.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/dashboard/l10n/lt_LT.js b/apps/dashboard/l10n/lt_LT.js index 5cd0334bb33..f46b21b0a6c 100644 --- a/apps/dashboard/l10n/lt_LT.js +++ b/apps/dashboard/l10n/lt_LT.js @@ -6,7 +6,13 @@ OC.L10N.register( "Show something" : "Ką nors rodyti", "Customize" : "Tinkinti", "Edit widgets" : "Taisyti valdiklius", + "Get more widgets from the app store" : "Gauti daugiau valdiklių iš programėlių parduotuvės", + "Change background image" : "Keisti foninį paveikslą", "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 evening, {name}" : "Labas vakaras, {name}", @@ -15,8 +21,11 @@ OC.L10N.register( "Good afternoon" : "Laba diena", "Good morning, {name}" : "Labas rytas, {name}", "Good morning" : "Labas rytas", + "Good night, {name}" : "Labas vakaras, {name}", + "Good night" : "Labas vakaras", "Pick from files" : "Pasirinkti iš failų", "Default images" : "Numatytieji paveikslai", + "Plain background" : "Vientisas fonas", "Insert from {productName}" : "Įterpti iš {productName}" }, "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);"); |