diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-12-22 02:55:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-12-22 02:55:56 +0000 |
commit | 7284091779183f14c222e8568cf4088318a761a1 (patch) | |
tree | b50a16386fe24cce5a9263934fce7ca311488e70 /apps/updatenotification/l10n/lt_LT.js | |
parent | d56ee818ccb415c582689bb4f3d8f0fa906bff4a (diff) | |
download | nextcloud-server-7284091779183f14c222e8568cf4088318a761a1.tar.gz nextcloud-server-7284091779183f14c222e8568cf4088318a761a1.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/updatenotification/l10n/lt_LT.js')
-rw-r--r-- | apps/updatenotification/l10n/lt_LT.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/updatenotification/l10n/lt_LT.js b/apps/updatenotification/l10n/lt_LT.js index 10fe684effe..8ad8842aaef 100644 --- a/apps/updatenotification/l10n/lt_LT.js +++ b/apps/updatenotification/l10n/lt_LT.js @@ -7,6 +7,7 @@ OC.L10N.register( "The update server could not be reached since %d days to check for new updates." : " Atnaujinimo serveris nepasiekiamas %d dienas.", "Please check the Nextcloud and server log files for errors." : "Prašome patikrinti Nextcloud ir serverio žurnalų įrašus apie galimas klaidas.", "Update to %1$s is available." : "Yra prieinamas atnaujinimas į %1$s.", + "Update to {serverAndVersion} is available." : "Yra prieinamas atnaujinimas į {serverAndVersion}.", "Update for {app} to version %s is available." : "Yra prieinamas {app} atnaujinimas į versiją %s.", "Update notification" : "Atnaujinimų pranešimas", "Update" : "Atnaujinti", @@ -27,12 +28,14 @@ OC.L10N.register( "The selected update channel does not support updates of the server." : "Pasirinktas kanalas nepalaiko serverio atnaujinimų.", "A new version is available: <strong>{newVersionString}</strong>" : "Yra prieinama nauja versija: <strong>{newVersionString}</strong>", "Checked on {lastCheckedDate}" : "Tikrinta {lastCheckedDate}", + "Checking apps for compatible versions" : "Tikrinamos suderinamos programėlių versijos", "Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Įsitikinkite, kad jūsų config.php nenustato <samp>appstoreenabled</samp> į neigiamą reikšmę.", "View changelog" : "Rodyti keitinių žurnalą", "Stable" : "Stabilus", "The most recent stable version. It is suited for regular use and will always update to the latest major version." : "Paskiausia stabili versija. Tinka įprastam naudojimui ir visada bus atnaujinama į naujausią pagrindinę versiją.", "Beta" : "Beta", "A pre-release version only for testing new features, not for production environments." : "Išankstinės laidos versija, skirta tik naujų ypatybių išbandymui, o ne darbinėms aplinkoms.", + "_<strong>%n</strong> app has no compatible version for this Nextcloud version available._::_<strong>%n</strong> apps have no compatible version for this Nextcloud version available._" : ["<strong>%n</strong> programėlė neturi su šia Nextcloud versija suderinamos versijos.","<strong>%n</strong> programėlės neturi su šia Nextcloud versija suderinamų versijų.","<strong>%n</strong> programėlių neturi su šia Nextcloud versija suderinamų versijų.","<strong>%n</strong> programėlė neturi su šia Nextcloud versija suderinamų versijų."], "Update for %1$s to version %2$s is available." : "Yra prieinamas %1$s atnaujinimas į versiją %2$s." }, "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);"); |