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:
authorNextcloud bot <bot@nextcloud.com>2018-09-01 03:29:27 +0300
committerNextcloud bot <bot@nextcloud.com>2018-09-01 03:29:27 +0300
commit351f52d833b8942d4912a5be09302097188be6e9 (patch)
tree45ba240c78b3ab50dde29f2c429ff14d63f24b93
parent7567a2b619dd5376667ba1e4d61848cfc0caa40c (diff)
[tx-robot] updated from transifex
-rw-r--r--l10n/cs.js3
-rw-r--r--l10n/cs.json3
-rw-r--r--l10n/vi.js14
-rw-r--r--l10n/vi.json12
4 files changed, 32 insertions, 0 deletions
diff --git a/l10n/cs.js b/l10n/cs.js
index 06eedca..1153d6f 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -1,9 +1,12 @@
OC.L10N.register(
"notifications",
{
+ "_" : "–",
"in {path}" : "v {path}",
"Notifications" : "Upozornění",
+ "_icon_::_svg_" : ["ikona","ikony","ikon","ikony"],
"No notifications" : "Žádná upozornění",
+ "_notification-time has-tooltip live-relative-timestamp_::_data-timestamp_" : ["časové razítko","časová razítka","časových razítek","časová razítka"],
"Dismiss" : "Zavřít",
"Failed to perform action" : "Nepodařilo se provést akci",
"Failed to dismiss notification" : "Nepodařilo se zrušit oznámení",
diff --git a/l10n/cs.json b/l10n/cs.json
index ff5f594..a0ea9e9 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -1,7 +1,10 @@
{ "translations": {
+ "_" : "–",
"in {path}" : "v {path}",
"Notifications" : "Upozornění",
+ "_icon_::_svg_" : ["ikona","ikony","ikon","ikony"],
"No notifications" : "Žádná upozornění",
+ "_notification-time has-tooltip live-relative-timestamp_::_data-timestamp_" : ["časové razítko","časová razítka","časových razítek","časová razítka"],
"Dismiss" : "Zavřít",
"Failed to perform action" : "Nepodařilo se provést akci",
"Failed to dismiss notification" : "Nepodařilo se zrušit oznámení",
diff --git a/l10n/vi.js b/l10n/vi.js
new file mode 100644
index 0000000..fceab77
--- /dev/null
+++ b/l10n/vi.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "notifications",
+ {
+ "_" : "_",
+ "in {path}" : "trong {path}",
+ "Notifications" : "Thông báo",
+ "_icon_::_svg_" : ["svg"],
+ "Dismiss all notifications" : "Bỏ qua tất cả thông báo",
+ "No notifications" : "Không thông báo ",
+ "Dismiss" : "Bỏ qua",
+ "Failed to dismiss notification" : "Lỗi bỏ qua thông báo",
+ "Admin notifications" : "Thông báo quản trị"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/vi.json b/l10n/vi.json
new file mode 100644
index 0000000..3efc625
--- /dev/null
+++ b/l10n/vi.json
@@ -0,0 +1,12 @@
+{ "translations": {
+ "_" : "_",
+ "in {path}" : "trong {path}",
+ "Notifications" : "Thông báo",
+ "_icon_::_svg_" : ["svg"],
+ "Dismiss all notifications" : "Bỏ qua tất cả thông báo",
+ "No notifications" : "Không thông báo ",
+ "Dismiss" : "Bỏ qua",
+ "Failed to dismiss notification" : "Lỗi bỏ qua thông báo",
+ "Admin notifications" : "Thông báo quản trị"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file