diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-01-08 02:26:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-01-08 02:26:27 +0000 |
commit | c7ab34a459261af44ff4565e87f0a78b863e1585 (patch) | |
tree | 8f177d4d9bd510cece7e52acf88a79f562554d65 /lib/l10n/lv.js | |
parent | 55986382e8bc7d5f94047b0f25a1057a1d882674 (diff) | |
download | nextcloud-server-c7ab34a459261af44ff4565e87f0a78b863e1585.tar.gz nextcloud-server-c7ab34a459261af44ff4565e87f0a78b863e1585.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/lv.js')
-rw-r--r-- | lib/l10n/lv.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/lv.js b/lib/l10n/lv.js index 9e1e1101bcb..691e10c1352 100644 --- a/lib/l10n/lv.js +++ b/lib/l10n/lv.js @@ -110,8 +110,6 @@ OC.L10N.register( "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Tas ir iespējams, kešatmiņa / paātrinātājs, piemēram, Zend OPcache vai eAccelerator.", "PHP modules have been installed, but they are still listed as missing?" : "PHP modulis ir uzstādīts, taču tas joprojām ir uzskatāms kā trūkstošs, pazudis?", "Please ask your server administrator to restart the web server." : "Lūdzu, palūdziet savam servera administratoram, restartēt Web serveri.", - "PostgreSQL >= 9 required" : "PostgreSQL >= 9 nepieciešams", - "Please upgrade your database version" : "Lūdzu, atjauniniet datu bāzes versiju", "Storage unauthorized. %s" : "Krātuve neautorizēta. %s", "Storage incomplete configuration. %s" : "Storage incomplete configuration. %s", "Storage connection error. %s" : "Datu savienojuma kļūda. %s", @@ -119,6 +117,8 @@ OC.L10N.register( "Storage connection timeout. %s" : "Datu savienojuma taimauts. %s", "This can usually be fixed by giving the webserver write access to the config directory" : "To parasti var labot, dodot tīmekļa servera rakstīšanas piekļuvi config direktorijai", "Invalid Federated Cloud ID" : "Nederīgs Federated Cloud ID", - "Can't read file" : "Nevar nolasīt datni" + "Can't read file" : "Nevar nolasīt datni", + "PostgreSQL >= 9 required" : "PostgreSQL >= 9 nepieciešams", + "Please upgrade your database version" : "Lūdzu, atjauniniet datu bāzes versiju" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); |