diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/Controller/NavigationController.php | 12 | ||||
-rw-r--r-- | core/l10n/lv.js | 13 | ||||
-rw-r--r-- | core/l10n/lv.json | 13 | ||||
-rw-r--r-- | core/l10n/sk.js | 2 | ||||
-rw-r--r-- | core/l10n/sk.json | 2 |
5 files changed, 18 insertions, 24 deletions
diff --git a/core/Controller/NavigationController.php b/core/Controller/NavigationController.php index de72e412945..5fc929b4eb4 100644 --- a/core/Controller/NavigationController.php +++ b/core/Controller/NavigationController.php @@ -47,12 +47,8 @@ class NavigationController extends OCSController { $navigation = $this->rewriteToAbsoluteUrls($navigation); } $navigation = array_values($navigation); - $etag = $this->generateETag($navigation); - if ($this->request->getHeader('If-None-Match') === $etag) { - return new DataResponse([], Http::STATUS_NOT_MODIFIED); - } $response = new DataResponse($navigation); - $response->setETag($etag); + $response->setETag($this->generateETag($navigation)); return $response; } @@ -74,12 +70,8 @@ class NavigationController extends OCSController { $navigation = $this->rewriteToAbsoluteUrls($navigation); } $navigation = array_values($navigation); - $etag = $this->generateETag($navigation); - if ($this->request->getHeader('If-None-Match') === $etag) { - return new DataResponse([], Http::STATUS_NOT_MODIFIED); - } $response = new DataResponse($navigation); - $response->setETag($etag); + $response->setETag($this->generateETag($navigation)); return $response; } diff --git a/core/l10n/lv.js b/core/l10n/lv.js index 98aacf13596..21e96bbd060 100644 --- a/core/l10n/lv.js +++ b/core/l10n/lv.js @@ -24,7 +24,7 @@ OC.L10N.register( "Crop is not square" : "Griezums nav kvadrāts", "State token does not match" : "Neatbilst stāvokļa tekstvienība", "Invalid app password" : "Nederīga lietotnes parole", - "Could not complete login" : "Nevarēja pabeigt pieslēgšanos", + "Could not complete login" : "Nevarēja pabeigt pieteikšanos", "State token missing" : "Trūkst stāvokļa tekstvienības", "Your login token is invalid or has expired" : "Pieteikšanās pilnvara nav derīga vai ir beigusies", "This community release of Nextcloud is unsupported and push notifications are limited." : "Šī Nextcloud kopienas versija nav atbalstīta un push paziņojumi ir ierobežoti.", @@ -108,7 +108,7 @@ OC.L10N.register( "Search everywhere" : "Meklēt visur", "Searching …" : "Meklē...", "Start typing to search" : "Sākt rakstīt, lai meklētu", - "No matching results" : "Nav atbilstošu rezultātu", + "No matching results" : "Nav atbilstoša iznākuma", "Today" : "Šodien", "Unified search" : "Apvienotā meklēšana", "Places" : "Vietas", @@ -133,7 +133,7 @@ OC.L10N.register( "Log in with a device" : "Pieteikties ar ierīci", "Login or email" : "Lietotājvārds vai e-pasta adrese", "Your account is not setup for passwordless login." : "Konts nav iestatīts, lai pieteiktos bez paroles.", - "Your connection is not secure" : "Jūsu savienojums nav drošs", + "Your connection is not secure" : "Savienojums nav drošs", "Passwordless authentication is only available over a secure connection." : "Autentifikācija bez paroles ir pieejama tikai ar drošu savienojumu.", "Browser not supported" : "Pārlūkprogramma netiek atbalstīta", "Passwordless authentication is not supported in your browser." : "Pārlūkprogrammā netiek nodrošināta autentifikācija bez paroles", @@ -148,7 +148,7 @@ OC.L10N.register( "Schedule work & meetings, synced with all your devices." : "Ieplāno darbu un sapulces, kas sinhronizētas ar visās izmantotajās ierīcēs.", "Keep your colleagues and friends in one place without leaking their private info." : "Turiet savus kolēģus un draugus vienuviet, neizpludinot viņu privāto informāciju.", "Simple email app nicely integrated with Files, Contacts and Calendar." : "Vienkāršā e-pasta lietotne labi apvienota ar Datnēm, Kontaktiem un Kalendāru.", - "Recommended apps" : "Ieteicamās lietotnes", + "Recommended apps" : "Ieteiktās lietotnes", "Loading apps …" : "Notiek lietotņu ielāde ...", "App download or installation failed" : "Lietotnes lejupielāde vai uzstādīšana neizdevās", "Cannot install this app" : "Nevarēja uzstādīt šo lietotni", @@ -253,7 +253,7 @@ OC.L10N.register( "Your client should now be connected!" : "Klientam tagad vajadzētu būt sasaistītam.", "You can close this window." : "Šo logu var aizvērt.", "Previous" : "Iepriekšējā", - "This share is password-protected" : "Šī koplietotne ir aizsargāta ar paroli", + "This share is password-protected" : "Šis kopīgojums ir aizsargāts ar paroli", "Email address" : "E-pasta adrese", "Password sent!" : "Parole ir nosūtīta.", "Two-factor authentication" : "Divpakāpju autentifikācija", @@ -261,7 +261,8 @@ OC.L10N.register( "Cancel login" : "Atcelt pieteikšanos", "Error while validating your second factor" : "Kļūda otras pakāpes pārbaudīšanas laikā", "Access through untrusted domain" : "Piekļūt caur neuzticamu domēnu", - "App update required" : "Lietotnei nepieciešama atjaunināšana", + "App update required" : "Nepieciešama lietotnes atjaunināšana", + "%1$s will be updated to version %2$s" : "%1$s tiks atjaunināta uz versiju %2$s", "These incompatible apps will be disabled:" : "Šīs nesaderīgās lietotnes tiks atspējotas:", "The theme %s has been disabled." : "Tēma %s ir atspējota.", "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Pirms turpināšanas lūgums pārliecināties, ka datubāzei un config un data mapēm ir izveidotas rezerves kopijas.", diff --git a/core/l10n/lv.json b/core/l10n/lv.json index 32719d5e654..a0d80056258 100644 --- a/core/l10n/lv.json +++ b/core/l10n/lv.json @@ -22,7 +22,7 @@ "Crop is not square" : "Griezums nav kvadrāts", "State token does not match" : "Neatbilst stāvokļa tekstvienība", "Invalid app password" : "Nederīga lietotnes parole", - "Could not complete login" : "Nevarēja pabeigt pieslēgšanos", + "Could not complete login" : "Nevarēja pabeigt pieteikšanos", "State token missing" : "Trūkst stāvokļa tekstvienības", "Your login token is invalid or has expired" : "Pieteikšanās pilnvara nav derīga vai ir beigusies", "This community release of Nextcloud is unsupported and push notifications are limited." : "Šī Nextcloud kopienas versija nav atbalstīta un push paziņojumi ir ierobežoti.", @@ -106,7 +106,7 @@ "Search everywhere" : "Meklēt visur", "Searching …" : "Meklē...", "Start typing to search" : "Sākt rakstīt, lai meklētu", - "No matching results" : "Nav atbilstošu rezultātu", + "No matching results" : "Nav atbilstoša iznākuma", "Today" : "Šodien", "Unified search" : "Apvienotā meklēšana", "Places" : "Vietas", @@ -131,7 +131,7 @@ "Log in with a device" : "Pieteikties ar ierīci", "Login or email" : "Lietotājvārds vai e-pasta adrese", "Your account is not setup for passwordless login." : "Konts nav iestatīts, lai pieteiktos bez paroles.", - "Your connection is not secure" : "Jūsu savienojums nav drošs", + "Your connection is not secure" : "Savienojums nav drošs", "Passwordless authentication is only available over a secure connection." : "Autentifikācija bez paroles ir pieejama tikai ar drošu savienojumu.", "Browser not supported" : "Pārlūkprogramma netiek atbalstīta", "Passwordless authentication is not supported in your browser." : "Pārlūkprogrammā netiek nodrošināta autentifikācija bez paroles", @@ -146,7 +146,7 @@ "Schedule work & meetings, synced with all your devices." : "Ieplāno darbu un sapulces, kas sinhronizētas ar visās izmantotajās ierīcēs.", "Keep your colleagues and friends in one place without leaking their private info." : "Turiet savus kolēģus un draugus vienuviet, neizpludinot viņu privāto informāciju.", "Simple email app nicely integrated with Files, Contacts and Calendar." : "Vienkāršā e-pasta lietotne labi apvienota ar Datnēm, Kontaktiem un Kalendāru.", - "Recommended apps" : "Ieteicamās lietotnes", + "Recommended apps" : "Ieteiktās lietotnes", "Loading apps …" : "Notiek lietotņu ielāde ...", "App download or installation failed" : "Lietotnes lejupielāde vai uzstādīšana neizdevās", "Cannot install this app" : "Nevarēja uzstādīt šo lietotni", @@ -251,7 +251,7 @@ "Your client should now be connected!" : "Klientam tagad vajadzētu būt sasaistītam.", "You can close this window." : "Šo logu var aizvērt.", "Previous" : "Iepriekšējā", - "This share is password-protected" : "Šī koplietotne ir aizsargāta ar paroli", + "This share is password-protected" : "Šis kopīgojums ir aizsargāts ar paroli", "Email address" : "E-pasta adrese", "Password sent!" : "Parole ir nosūtīta.", "Two-factor authentication" : "Divpakāpju autentifikācija", @@ -259,7 +259,8 @@ "Cancel login" : "Atcelt pieteikšanos", "Error while validating your second factor" : "Kļūda otras pakāpes pārbaudīšanas laikā", "Access through untrusted domain" : "Piekļūt caur neuzticamu domēnu", - "App update required" : "Lietotnei nepieciešama atjaunināšana", + "App update required" : "Nepieciešama lietotnes atjaunināšana", + "%1$s will be updated to version %2$s" : "%1$s tiks atjaunināta uz versiju %2$s", "These incompatible apps will be disabled:" : "Šīs nesaderīgās lietotnes tiks atspējotas:", "The theme %s has been disabled." : "Tēma %s ir atspējota.", "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Pirms turpināšanas lūgums pārliecināties, ka datubāzei un config un data mapēm ir izveidotas rezerves kopijas.", diff --git a/core/l10n/sk.js b/core/l10n/sk.js index 2ccf42f9717..281766a1161 100644 --- a/core/l10n/sk.js +++ b/core/l10n/sk.js @@ -335,7 +335,7 @@ OC.L10N.register( "Grant access" : "Povoliť prístup", "Alternative log in using app password" : "Alternatívne prihlásenie pomocou hesla aplikácie", "Account access" : "Prístup k účtu", - "Currently logged in as %1$s (%2$s)." : "Momentálne prihlásený ako %1$s (%2$s).", + "Currently logged in as %1$s (%2$s)." : "Momentálne ste prihlásený ako %1$s (%2$s).", "You are about to grant %1$s access to your %2$s account." : "Chystáte sa udeliť %1$s prístup k svojmu %2$s účtu.", "Account connected" : "Účet pripojený", "Your client should now be connected!" : "Váš klient by mal byť pripojený!", diff --git a/core/l10n/sk.json b/core/l10n/sk.json index 4f1c2808a76..da6fb2b8b44 100644 --- a/core/l10n/sk.json +++ b/core/l10n/sk.json @@ -333,7 +333,7 @@ "Grant access" : "Povoliť prístup", "Alternative log in using app password" : "Alternatívne prihlásenie pomocou hesla aplikácie", "Account access" : "Prístup k účtu", - "Currently logged in as %1$s (%2$s)." : "Momentálne prihlásený ako %1$s (%2$s).", + "Currently logged in as %1$s (%2$s)." : "Momentálne ste prihlásený ako %1$s (%2$s).", "You are about to grant %1$s access to your %2$s account." : "Chystáte sa udeliť %1$s prístup k svojmu %2$s účtu.", "Account connected" : "Účet pripojený", "Your client should now be connected!" : "Váš klient by mal byť pripojený!", |