Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/lv.js')
-rw-r--r--l10n/lv.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/l10n/lv.js b/l10n/lv.js
index ef727af..7657cb8 100644
--- a/l10n/lv.js
+++ b/l10n/lv.js
@@ -1,12 +1,19 @@
OC.L10N.register(
"notifications",
{
+ "Hello %s" : "Sveiki, %s",
+ "Hello %s," : "Sveiki, %s,",
"Admin notifications" : "Adminu paziņojumi",
"Notifications" : "Paziņojumi",
"No notifications" : "Nav paziņojumu",
"Dismiss" : "Atmest",
"seconds ago" : "pirms mirkļa",
"Failed to dismiss notification" : "Neizdevās atmest paziņojumu",
- "in {path}" : "{path}"
+ "in {path}" : "{path}",
+ "You need to set up your email address before you can receive notification emails." : "Lai saņemtu paziņojumus e-pastā, jūsu profilā ir nepieciešams uzstādīt e-pasta adresi.",
+ "Never" : "Nekad",
+ "1 hour" : "1 stunda",
+ "3 hours" : "3 stundas",
+ "Your settings have been updated." : "Jūsu uzstādījumi ir atjaunoti."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");