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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_status/l10n')
-rw-r--r--apps/user_status/l10n/ar.js1
-rw-r--r--apps/user_status/l10n/ar.json1
-rw-r--r--apps/user_status/l10n/ca.js1
-rw-r--r--apps/user_status/l10n/ca.json1
-rw-r--r--apps/user_status/l10n/da.js24
-rw-r--r--apps/user_status/l10n/da.json22
-rw-r--r--apps/user_status/l10n/en_GB.js24
-rw-r--r--apps/user_status/l10n/en_GB.json22
-rw-r--r--apps/user_status/l10n/es_AR.js23
-rw-r--r--apps/user_status/l10n/es_AR.json21
-rw-r--r--apps/user_status/l10n/fa.js24
-rw-r--r--apps/user_status/l10n/fa.json22
-rw-r--r--apps/user_status/l10n/gl.js2
-rw-r--r--apps/user_status/l10n/gl.json2
-rw-r--r--apps/user_status/l10n/he.js1
-rw-r--r--apps/user_status/l10n/he.json1
-rw-r--r--apps/user_status/l10n/lo.js25
-rw-r--r--apps/user_status/l10n/lo.json23
-rw-r--r--apps/user_status/l10n/ro.js25
-rw-r--r--apps/user_status/l10n/ro.json23
-rw-r--r--apps/user_status/l10n/sc.js1
-rw-r--r--apps/user_status/l10n/sc.json1
-rw-r--r--apps/user_status/l10n/uk.js23
-rw-r--r--apps/user_status/l10n/uk.json21
-rw-r--r--apps/user_status/l10n/vi.js24
-rw-r--r--apps/user_status/l10n/vi.json22
26 files changed, 380 insertions, 0 deletions
diff --git a/apps/user_status/l10n/ar.js b/apps/user_status/l10n/ar.js
index 5eaec0b87d1..f161cbd3eb4 100644
--- a/apps/user_status/l10n/ar.js
+++ b/apps/user_status/l10n/ar.js
@@ -9,6 +9,7 @@ OC.L10N.register(
"Working remotely" : "العمل عن بعد",
"User status" : "حالة العضو",
"Clear status message after" : "احذف الحالة بعد",
+ "What is your status?" : "ماهي حالتك؟",
"Set status" : "تعيين الحالة",
"Online status" : "حالة الاتصال",
"Status message" : "رسالة الحالة",
diff --git a/apps/user_status/l10n/ar.json b/apps/user_status/l10n/ar.json
index 92c7e1ad70e..31a953a830e 100644
--- a/apps/user_status/l10n/ar.json
+++ b/apps/user_status/l10n/ar.json
@@ -7,6 +7,7 @@
"Working remotely" : "العمل عن بعد",
"User status" : "حالة العضو",
"Clear status message after" : "احذف الحالة بعد",
+ "What is your status?" : "ماهي حالتك؟",
"Set status" : "تعيين الحالة",
"Online status" : "حالة الاتصال",
"Status message" : "رسالة الحالة",
diff --git a/apps/user_status/l10n/ca.js b/apps/user_status/l10n/ca.js
index 5e83f9090ea..d40a3b143a4 100644
--- a/apps/user_status/l10n/ca.js
+++ b/apps/user_status/l10n/ca.js
@@ -9,6 +9,7 @@ OC.L10N.register(
"Working remotely" : "Treballant a distància",
"User status" : "Estat de l'usuari",
"Clear status message after" : "Esborra el missatge d'estat després",
+ "What is your status?" : "Quin és el vostre estat?",
"Set status" : "Estableix l'estat",
"Online status" : "Estat en línia",
"Status message" : "Missatge d'estat",
diff --git a/apps/user_status/l10n/ca.json b/apps/user_status/l10n/ca.json
index 624d2ea0419..c88c2284aee 100644
--- a/apps/user_status/l10n/ca.json
+++ b/apps/user_status/l10n/ca.json
@@ -7,6 +7,7 @@
"Working remotely" : "Treballant a distància",
"User status" : "Estat de l'usuari",
"Clear status message after" : "Esborra el missatge d'estat després",
+ "What is your status?" : "Quin és el vostre estat?",
"Set status" : "Estableix l'estat",
"Online status" : "Estat en línia",
"Status message" : "Missatge d'estat",
diff --git a/apps/user_status/l10n/da.js b/apps/user_status/l10n/da.js
new file mode 100644
index 00000000000..786c91b3992
--- /dev/null
+++ b/apps/user_status/l10n/da.js
@@ -0,0 +1,24 @@
+OC.L10N.register(
+ "user_status",
+ {
+ "Clear status message after" : "Ryd status notifikationer efter",
+ "What is your status?" : "Hvad er din status",
+ "Set status" : "Sæt status",
+ "Online status" : "Online status",
+ "Status message" : "Statusbesked",
+ "Clear status message" : "Ryd status notifikation",
+ "Set status message" : "Sæt statusbesked",
+ "Away" : "Ikke tilstede",
+ "Do not disturb" : "Forstyr ikke",
+ "Don't clear" : "Ryd ikke",
+ "Today" : "I dag",
+ "This week" : "Denne uge",
+ "Online" : "Online",
+ "Invisible" : "Usynlig",
+ "Offline" : "Offline",
+ "30 minutes" : "30 minutter",
+ "1 hour" : "1 time",
+ "4 hours" : "4 timer",
+ "What's your status?" : "Hvad er din status"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/user_status/l10n/da.json b/apps/user_status/l10n/da.json
new file mode 100644
index 00000000000..a3bdd3c01a7
--- /dev/null
+++ b/apps/user_status/l10n/da.json
@@ -0,0 +1,22 @@
+{ "translations": {
+ "Clear status message after" : "Ryd status notifikationer efter",
+ "What is your status?" : "Hvad er din status",
+ "Set status" : "Sæt status",
+ "Online status" : "Online status",
+ "Status message" : "Statusbesked",
+ "Clear status message" : "Ryd status notifikation",
+ "Set status message" : "Sæt statusbesked",
+ "Away" : "Ikke tilstede",
+ "Do not disturb" : "Forstyr ikke",
+ "Don't clear" : "Ryd ikke",
+ "Today" : "I dag",
+ "This week" : "Denne uge",
+ "Online" : "Online",
+ "Invisible" : "Usynlig",
+ "Offline" : "Offline",
+ "30 minutes" : "30 minutter",
+ "1 hour" : "1 time",
+ "4 hours" : "4 timer",
+ "What's your status?" : "Hvad er din status"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/user_status/l10n/en_GB.js b/apps/user_status/l10n/en_GB.js
new file mode 100644
index 00000000000..2eb26c16667
--- /dev/null
+++ b/apps/user_status/l10n/en_GB.js
@@ -0,0 +1,24 @@
+OC.L10N.register(
+ "user_status",
+ {
+ "Clear status message after" : "Clear status message after",
+ "What is your status?" : "What is your status?",
+ "Set status" : "Set status",
+ "Online status" : "Online status",
+ "Status message" : "Status message",
+ "Clear status message" : "Clear status message",
+ "Set status message" : "Set status message",
+ "Away" : "Away",
+ "Do not disturb" : "Do not disturb",
+ "Don't clear" : "Don't clear",
+ "Today" : "Today",
+ "This week" : "This week",
+ "Online" : "Online",
+ "Invisible" : "Invisible",
+ "Offline" : "Offline",
+ "30 minutes" : "30 minutes",
+ "1 hour" : "1 hour",
+ "4 hours" : "4 hours",
+ "What's your status?" : "What's your status?"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/user_status/l10n/en_GB.json b/apps/user_status/l10n/en_GB.json
new file mode 100644
index 00000000000..d2709baf623
--- /dev/null
+++ b/apps/user_status/l10n/en_GB.json
@@ -0,0 +1,22 @@
+{ "translations": {
+ "Clear status message after" : "Clear status message after",
+ "What is your status?" : "What is your status?",
+ "Set status" : "Set status",
+ "Online status" : "Online status",
+ "Status message" : "Status message",
+ "Clear status message" : "Clear status message",
+ "Set status message" : "Set status message",
+ "Away" : "Away",
+ "Do not disturb" : "Do not disturb",
+ "Don't clear" : "Don't clear",
+ "Today" : "Today",
+ "This week" : "This week",
+ "Online" : "Online",
+ "Invisible" : "Invisible",
+ "Offline" : "Offline",
+ "30 minutes" : "30 minutes",
+ "1 hour" : "1 hour",
+ "4 hours" : "4 hours",
+ "What's your status?" : "What's your status?"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/user_status/l10n/es_AR.js b/apps/user_status/l10n/es_AR.js
new file mode 100644
index 00000000000..b5430541548
--- /dev/null
+++ b/apps/user_status/l10n/es_AR.js
@@ -0,0 +1,23 @@
+OC.L10N.register(
+ "user_status",
+ {
+ "Clear status message after" : "Limpiar mensaje de estado después",
+ "Set status" : "Establecer estado",
+ "Online status" : "Estado en línea",
+ "Status message" : "Mensaje de estado",
+ "Clear status message" : "Limpiar mensaje de estado",
+ "Set status message" : "Establecer mensaje de estado",
+ "Away" : "Lejos",
+ "Do not disturb" : "No molestar",
+ "Don't clear" : "No vaciar",
+ "Today" : "Hoy",
+ "This week" : "Esta semana",
+ "Online" : "En línea",
+ "Invisible" : "Invisible",
+ "Offline" : "Sin conexión",
+ "30 minutes" : "30 minutos",
+ "1 hour" : "1 hora",
+ "4 hours" : "4 horas",
+ "What's your status?" : "¿Cual es tu estado?"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/user_status/l10n/es_AR.json b/apps/user_status/l10n/es_AR.json
new file mode 100644
index 00000000000..fb7502e9499
--- /dev/null
+++ b/apps/user_status/l10n/es_AR.json
@@ -0,0 +1,21 @@
+{ "translations": {
+ "Clear status message after" : "Limpiar mensaje de estado después",
+ "Set status" : "Establecer estado",
+ "Online status" : "Estado en línea",
+ "Status message" : "Mensaje de estado",
+ "Clear status message" : "Limpiar mensaje de estado",
+ "Set status message" : "Establecer mensaje de estado",
+ "Away" : "Lejos",
+ "Do not disturb" : "No molestar",
+ "Don't clear" : "No vaciar",
+ "Today" : "Hoy",
+ "This week" : "Esta semana",
+ "Online" : "En línea",
+ "Invisible" : "Invisible",
+ "Offline" : "Sin conexión",
+ "30 minutes" : "30 minutos",
+ "1 hour" : "1 hora",
+ "4 hours" : "4 horas",
+ "What's your status?" : "¿Cual es tu estado?"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/user_status/l10n/fa.js b/apps/user_status/l10n/fa.js
new file mode 100644
index 00000000000..1c366ee07ce
--- /dev/null
+++ b/apps/user_status/l10n/fa.js
@@ -0,0 +1,24 @@
+OC.L10N.register(
+ "user_status",
+ {
+ "Clear status message after" : "بعد از آن پیام وضعیت را پاک کن ",
+ "What is your status?" : "وضعیت شما چیست؟",
+ "Set status" : "تنظیم وضعیت",
+ "Online status" : "وضعیت آنلاین",
+ "Status message" : "پیغام وضعیت",
+ "Clear status message" : "پیام وضعیت را پاک کن",
+ "Set status message" : "تنظیم پیام وضعیت",
+ "Away" : "دور",
+ "Do not disturb" : "مزاحم نشوید",
+ "Don't clear" : "پاک نکن",
+ "Today" : "Today",
+ "This week" : "این هفته",
+ "Online" : "آنلاین",
+ "Invisible" : "نامرئی",
+ "Offline" : "آفلاین",
+ "30 minutes" : "۳۰ دقیقه",
+ "1 hour" : "1 ساعت",
+ "4 hours" : "۴ ساعت",
+ "What's your status?" : "وضعیت شما چیست؟"
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/apps/user_status/l10n/fa.json b/apps/user_status/l10n/fa.json
new file mode 100644
index 00000000000..798741ed37d
--- /dev/null
+++ b/apps/user_status/l10n/fa.json
@@ -0,0 +1,22 @@
+{ "translations": {
+ "Clear status message after" : "بعد از آن پیام وضعیت را پاک کن ",
+ "What is your status?" : "وضعیت شما چیست؟",
+ "Set status" : "تنظیم وضعیت",
+ "Online status" : "وضعیت آنلاین",
+ "Status message" : "پیغام وضعیت",
+ "Clear status message" : "پیام وضعیت را پاک کن",
+ "Set status message" : "تنظیم پیام وضعیت",
+ "Away" : "دور",
+ "Do not disturb" : "مزاحم نشوید",
+ "Don't clear" : "پاک نکن",
+ "Today" : "Today",
+ "This week" : "این هفته",
+ "Online" : "آنلاین",
+ "Invisible" : "نامرئی",
+ "Offline" : "آفلاین",
+ "30 minutes" : "۳۰ دقیقه",
+ "1 hour" : "1 ساعت",
+ "4 hours" : "۴ ساعت",
+ "What's your status?" : "وضعیت شما چیست؟"
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file
diff --git a/apps/user_status/l10n/gl.js b/apps/user_status/l10n/gl.js
index 23b8f0b1404..043184c79a0 100644
--- a/apps/user_status/l10n/gl.js
+++ b/apps/user_status/l10n/gl.js
@@ -8,7 +8,9 @@ OC.L10N.register(
"Vacationing" : "De vacacións",
"Working remotely" : "Traballando en remoto",
"User status" : "Estado do usuario",
+ "View profile" : "Ver o perfil",
"Clear status message after" : "Limpar a mensaxe de estado após",
+ "What is your status?" : "Cal é o seu estado?",
"Set status" : "Estabelecer o estado",
"Online status" : "Estado en liña",
"Status message" : "Mensaxe de estado",
diff --git a/apps/user_status/l10n/gl.json b/apps/user_status/l10n/gl.json
index a49caa7658b..f96950bfd74 100644
--- a/apps/user_status/l10n/gl.json
+++ b/apps/user_status/l10n/gl.json
@@ -6,7 +6,9 @@
"Vacationing" : "De vacacións",
"Working remotely" : "Traballando en remoto",
"User status" : "Estado do usuario",
+ "View profile" : "Ver o perfil",
"Clear status message after" : "Limpar a mensaxe de estado após",
+ "What is your status?" : "Cal é o seu estado?",
"Set status" : "Estabelecer o estado",
"Online status" : "Estado en liña",
"Status message" : "Mensaxe de estado",
diff --git a/apps/user_status/l10n/he.js b/apps/user_status/l10n/he.js
index 3b7bf0fde43..05514060b59 100644
--- a/apps/user_status/l10n/he.js
+++ b/apps/user_status/l10n/he.js
@@ -9,6 +9,7 @@ OC.L10N.register(
"Working remotely" : "בעבודה מרחוק",
"User status" : "מצב משתמש",
"Clear status message after" : "מחיקת הודעת מצב לאחר",
+ "What is your status?" : "מה המצב שלך?",
"Set status" : "הגדרת מצב",
"Online status" : "מצב מקוון",
"Status message" : "הודעת מצב",
diff --git a/apps/user_status/l10n/he.json b/apps/user_status/l10n/he.json
index afcd9d8c8ca..80c8109ac84 100644
--- a/apps/user_status/l10n/he.json
+++ b/apps/user_status/l10n/he.json
@@ -7,6 +7,7 @@
"Working remotely" : "בעבודה מרחוק",
"User status" : "מצב משתמש",
"Clear status message after" : "מחיקת הודעת מצב לאחר",
+ "What is your status?" : "מה המצב שלך?",
"Set status" : "הגדרת מצב",
"Online status" : "מצב מקוון",
"Status message" : "הודעת מצב",
diff --git a/apps/user_status/l10n/lo.js b/apps/user_status/l10n/lo.js
new file mode 100644
index 00000000000..969c89b381b
--- /dev/null
+++ b/apps/user_status/l10n/lo.js
@@ -0,0 +1,25 @@
+OC.L10N.register(
+ "user_status",
+ {
+ "Clear status message after" : "ລ້າງສະຖານະພາບຂໍ້ຄວາມພາຍຫຼັງ",
+ "Set status" : "ຕັ້ງຄ່າສະຖານະພາບ",
+ "Online status" : "ສະຖານະພາບອອນລາຍ",
+ "Status message" : "ສະຖານະຂໍ້ຄວາມ",
+ "Clear status message" : "ລ້າງສະຖານະພາບຂໍ້ຄວາມ",
+ "Set status message" : "ຕັ້ງຄ່າສະຖານະພາບຂໍ້ຄວາມ",
+ "Away" : "ອອກໄປ",
+ "Do not disturb" : "ຫ້າມລົບກວນ",
+ "Don't clear" : "ບໍ່ຈະແຈ້ງ",
+ "Today" : "ມື້ນີ້",
+ "This week" : "ທິດນີ້",
+ "Online" : "ອອນລາຍ",
+ "Invisible" : "ເບິ່ງບໍ່ເຫັນ",
+ "Offline" : "ອັອບລາຍ",
+ "30 minutes" : "30 ນາທີ",
+ "1 hour" : "1 ຊົ່ວໂມງ",
+ "4 hours" : "4 ຊົ່ວໂມງ",
+ "Mute all notifications" : "ປິດການແຈ້ງເຕືອນທັງໝົດ",
+ "Appear offline" : "ເປີດອັອບລາຍ",
+ "What's your status?" : "ສະຖານະຂອງທ່ານແມ່ນຫຍັງ?"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/user_status/l10n/lo.json b/apps/user_status/l10n/lo.json
new file mode 100644
index 00000000000..a9b070b83f0
--- /dev/null
+++ b/apps/user_status/l10n/lo.json
@@ -0,0 +1,23 @@
+{ "translations": {
+ "Clear status message after" : "ລ້າງສະຖານະພາບຂໍ້ຄວາມພາຍຫຼັງ",
+ "Set status" : "ຕັ້ງຄ່າສະຖານະພາບ",
+ "Online status" : "ສະຖານະພາບອອນລາຍ",
+ "Status message" : "ສະຖານະຂໍ້ຄວາມ",
+ "Clear status message" : "ລ້າງສະຖານະພາບຂໍ້ຄວາມ",
+ "Set status message" : "ຕັ້ງຄ່າສະຖານະພາບຂໍ້ຄວາມ",
+ "Away" : "ອອກໄປ",
+ "Do not disturb" : "ຫ້າມລົບກວນ",
+ "Don't clear" : "ບໍ່ຈະແຈ້ງ",
+ "Today" : "ມື້ນີ້",
+ "This week" : "ທິດນີ້",
+ "Online" : "ອອນລາຍ",
+ "Invisible" : "ເບິ່ງບໍ່ເຫັນ",
+ "Offline" : "ອັອບລາຍ",
+ "30 minutes" : "30 ນາທີ",
+ "1 hour" : "1 ຊົ່ວໂມງ",
+ "4 hours" : "4 ຊົ່ວໂມງ",
+ "Mute all notifications" : "ປິດການແຈ້ງເຕືອນທັງໝົດ",
+ "Appear offline" : "ເປີດອັອບລາຍ",
+ "What's your status?" : "ສະຖານະຂອງທ່ານແມ່ນຫຍັງ?"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/apps/user_status/l10n/ro.js b/apps/user_status/l10n/ro.js
new file mode 100644
index 00000000000..444a7badebc
--- /dev/null
+++ b/apps/user_status/l10n/ro.js
@@ -0,0 +1,25 @@
+OC.L10N.register(
+ "user_status",
+ {
+ "Clear status message after" : "Șterge mesajul de stare după",
+ "What is your status?" : "Care este statusul dumneavoastră?",
+ "Set status" : "Setează status",
+ "Online status" : "Status online",
+ "Status message" : "Mesaj de status",
+ "Clear status message" : "Șterge mesajul de stare",
+ "Set status message" : "Setează mesajul de status",
+ "Away" : "Plecat",
+ "Do not disturb" : "Nu deranja",
+ "Don't clear" : "Nu curăța",
+ "Today" : "Azi",
+ "This week" : "Săptămâna asta",
+ "Online" : "Online",
+ "Invisible" : "Invizibil",
+ "30 minutes" : "30 minute",
+ "1 hour" : "1 oră",
+ "4 hours" : "4 ore",
+ "Mute all notifications" : "Dezactivați toate notificările",
+ "Appear offline" : "Apari deconectat",
+ "What's your status?" : "Care este statusul tău?"
+},
+"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
diff --git a/apps/user_status/l10n/ro.json b/apps/user_status/l10n/ro.json
new file mode 100644
index 00000000000..3b4c2630f74
--- /dev/null
+++ b/apps/user_status/l10n/ro.json
@@ -0,0 +1,23 @@
+{ "translations": {
+ "Clear status message after" : "Șterge mesajul de stare după",
+ "What is your status?" : "Care este statusul dumneavoastră?",
+ "Set status" : "Setează status",
+ "Online status" : "Status online",
+ "Status message" : "Mesaj de status",
+ "Clear status message" : "Șterge mesajul de stare",
+ "Set status message" : "Setează mesajul de status",
+ "Away" : "Plecat",
+ "Do not disturb" : "Nu deranja",
+ "Don't clear" : "Nu curăța",
+ "Today" : "Azi",
+ "This week" : "Săptămâna asta",
+ "Online" : "Online",
+ "Invisible" : "Invizibil",
+ "30 minutes" : "30 minute",
+ "1 hour" : "1 oră",
+ "4 hours" : "4 ore",
+ "Mute all notifications" : "Dezactivați toate notificările",
+ "Appear offline" : "Apari deconectat",
+ "What's your status?" : "Care este statusul tău?"
+},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
+} \ No newline at end of file
diff --git a/apps/user_status/l10n/sc.js b/apps/user_status/l10n/sc.js
index 3acce4731fa..2586a7ca022 100644
--- a/apps/user_status/l10n/sc.js
+++ b/apps/user_status/l10n/sc.js
@@ -9,6 +9,7 @@ OC.L10N.register(
"Working remotely" : "Traballende in remotu",
"User status" : "Istadu de s'utente",
"Clear status message after" : "Lìmpia su messàgiu de istadu a pustis",
+ "What is your status?" : "Cale est s'istadu tuo?",
"Set status" : "Imposta istadu",
"Online status" : "Istadu in lìnia",
"Status message" : "Messàgiu de istadu",
diff --git a/apps/user_status/l10n/sc.json b/apps/user_status/l10n/sc.json
index 86f74faf36e..81e5320e537 100644
--- a/apps/user_status/l10n/sc.json
+++ b/apps/user_status/l10n/sc.json
@@ -7,6 +7,7 @@
"Working remotely" : "Traballende in remotu",
"User status" : "Istadu de s'utente",
"Clear status message after" : "Lìmpia su messàgiu de istadu a pustis",
+ "What is your status?" : "Cale est s'istadu tuo?",
"Set status" : "Imposta istadu",
"Online status" : "Istadu in lìnia",
"Status message" : "Messàgiu de istadu",
diff --git a/apps/user_status/l10n/uk.js b/apps/user_status/l10n/uk.js
new file mode 100644
index 00000000000..745ce96edb7
--- /dev/null
+++ b/apps/user_status/l10n/uk.js
@@ -0,0 +1,23 @@
+OC.L10N.register(
+ "user_status",
+ {
+ "View profile" : "Перегляд профілю",
+ "Clear status message after" : "Очистити повідомлення про стан після",
+ "Set status" : "Встановити статус",
+ "Online status" : "Статус онлайну",
+ "Status message" : "Повідомлення про статус",
+ "Clear status message" : "Очистити повідомлення про стан",
+ "Set status message" : "Встановити повідомлення про стан",
+ "Away" : "Піти",
+ "Do not disturb" : "Не турбувати",
+ "Don't clear" : "Не очистувати",
+ "Today" : "Сьогодні",
+ "This week" : "Цього тижня",
+ "Online" : "Онлайн",
+ "Invisible" : "Невидима",
+ "30 minutes" : "30 хвилин",
+ "1 hour" : "1 година",
+ "4 hours" : "4 години",
+ "What's your status?" : "Який ваш статус?"
+},
+"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");
diff --git a/apps/user_status/l10n/uk.json b/apps/user_status/l10n/uk.json
new file mode 100644
index 00000000000..04593c06b97
--- /dev/null
+++ b/apps/user_status/l10n/uk.json
@@ -0,0 +1,21 @@
+{ "translations": {
+ "View profile" : "Перегляд профілю",
+ "Clear status message after" : "Очистити повідомлення про стан після",
+ "Set status" : "Встановити статус",
+ "Online status" : "Статус онлайну",
+ "Status message" : "Повідомлення про статус",
+ "Clear status message" : "Очистити повідомлення про стан",
+ "Set status message" : "Встановити повідомлення про стан",
+ "Away" : "Піти",
+ "Do not disturb" : "Не турбувати",
+ "Don't clear" : "Не очистувати",
+ "Today" : "Сьогодні",
+ "This week" : "Цього тижня",
+ "Online" : "Онлайн",
+ "Invisible" : "Невидима",
+ "30 minutes" : "30 хвилин",
+ "1 hour" : "1 година",
+ "4 hours" : "4 години",
+ "What's your status?" : "Який ваш статус?"
+},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"
+} \ No newline at end of file
diff --git a/apps/user_status/l10n/vi.js b/apps/user_status/l10n/vi.js
new file mode 100644
index 00000000000..e10bbaf0f93
--- /dev/null
+++ b/apps/user_status/l10n/vi.js
@@ -0,0 +1,24 @@
+OC.L10N.register(
+ "user_status",
+ {
+ "Commuting" : "Đang di chuyển",
+ "Clear status message after" : "Xoá thông báo trạng thái sau",
+ "What is your status?" : "Trạng thái của bạn là gì?",
+ "Set status" : "Đặt trạng thái",
+ "Online status" : "Trạng thái trực tuyến",
+ "Status message" : "Thông báo trạng thái",
+ "Clear status message" : "Xoá thông báo trạng thái",
+ "Set status message" : "Đặt thông báo trạng thái",
+ "Away" : "Tạm vắng",
+ "Do not disturb" : "Đừng làm phiền",
+ "Don't clear" : "Không xoá",
+ "Today" : "Hôm nay",
+ "This week" : "Tuần này",
+ "Online" : "Trực tuyến",
+ "Invisible" : "Vô hình",
+ "30 minutes" : "30 phút",
+ "1 hour" : "1 tiếng",
+ "4 hours" : "4 tiếng",
+ "What's your status?" : "Trạng thái của bạn là gì?"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/user_status/l10n/vi.json b/apps/user_status/l10n/vi.json
new file mode 100644
index 00000000000..eaef648d350
--- /dev/null
+++ b/apps/user_status/l10n/vi.json
@@ -0,0 +1,22 @@
+{ "translations": {
+ "Commuting" : "Đang di chuyển",
+ "Clear status message after" : "Xoá thông báo trạng thái sau",
+ "What is your status?" : "Trạng thái của bạn là gì?",
+ "Set status" : "Đặt trạng thái",
+ "Online status" : "Trạng thái trực tuyến",
+ "Status message" : "Thông báo trạng thái",
+ "Clear status message" : "Xoá thông báo trạng thái",
+ "Set status message" : "Đặt thông báo trạng thái",
+ "Away" : "Tạm vắng",
+ "Do not disturb" : "Đừng làm phiền",
+ "Don't clear" : "Không xoá",
+ "Today" : "Hôm nay",
+ "This week" : "Tuần này",
+ "Online" : "Trực tuyến",
+ "Invisible" : "Vô hình",
+ "30 minutes" : "30 phút",
+ "1 hour" : "1 tiếng",
+ "4 hours" : "4 tiếng",
+ "What's your status?" : "Trạng thái của bạn là gì?"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file