diff options
Diffstat (limited to 'lib')
200 files changed, 441 insertions, 133 deletions
diff --git a/lib/base.php b/lib/base.php index 8613ab62ef1..7bfef10fec2 100644 --- a/lib/base.php +++ b/lib/base.php @@ -987,6 +987,7 @@ class OC { } $request = Server::get(IRequest::class); + $request->throwDecodingExceptionIfAny(); $requestPath = $request->getRawPathInfo(); if ($requestPath === '/heartbeat') { return; diff --git a/lib/l10n/af.js b/lib/l10n/af.js index e5f6ef63633..fb7a1f946ff 100644 --- a/lib/l10n/af.js +++ b/lib/l10n/af.js @@ -10,6 +10,7 @@ OC.L10N.register( "Apps" : "Toeps", "Settings" : "Instellings", "Log out" : "Meld af", + "Accounts" : "Accounts", "Email" : "E-pos", "Phone" : "Foon", "Twitter" : "Twitter", diff --git a/lib/l10n/af.json b/lib/l10n/af.json index 751b24be3cc..18566c650ff 100644 --- a/lib/l10n/af.json +++ b/lib/l10n/af.json @@ -8,6 +8,7 @@ "Apps" : "Toeps", "Settings" : "Instellings", "Log out" : "Meld af", + "Accounts" : "Accounts", "Email" : "E-pos", "Phone" : "Foon", "Twitter" : "Twitter", diff --git a/lib/l10n/an.js b/lib/l10n/an.js index a5fb073752e..a44d5773452 100644 --- a/lib/l10n/an.js +++ b/lib/l10n/an.js @@ -11,6 +11,7 @@ OC.L10N.register( "last year" : "Zaguero anyo", "Apps" : "Aplicacions", "Settings" : "Configuración", + "Accounts" : "Accounts", "Email" : "Correu electronico" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/an.json b/lib/l10n/an.json index 52f81577846..ea7608492e5 100644 --- a/lib/l10n/an.json +++ b/lib/l10n/an.json @@ -9,6 +9,7 @@ "last year" : "Zaguero anyo", "Apps" : "Aplicacions", "Settings" : "Configuración", + "Accounts" : "Accounts", "Email" : "Correu electronico" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/lib/l10n/ar.js b/lib/l10n/ar.js index 4747362aaa8..07b5ed9c759 100644 --- a/lib/l10n/ar.js +++ b/lib/l10n/ar.js @@ -143,7 +143,7 @@ OC.L10N.register( "About" : "عن", "Display name" : "اسم العرض", "Headline" : "عنوان ", - "Organisation" : "مؤسسة", + "Organization" : "المنظمة", "Role" : "الوظيفة", "Pronouns" : "الضمائر", "Unknown account" : "حساب غير معروف", @@ -442,6 +442,7 @@ OC.L10N.register( "Generate headline" : "توليد العنوان", "Summarizes text by reducing its length without losing key information." : "يُلَخِّص النص بتقليل طوله دون فقدان المعنى.", "Extracts topics from a text and outputs them separated by commas." : "يستخلص المواضيع من النص و إخراجها مفصولة بفواصل.", + "Organisation" : "مؤسسة", "File is currently busy, please try again later" : "إنّ الملف مشغول الآمن، يرجى إعادة المحاولة لاحقًا", "Cannot download file" : "لا يمكن تنزيل الملف" }, diff --git a/lib/l10n/ar.json b/lib/l10n/ar.json index 2bc87515bac..6e8159db0e0 100644 --- a/lib/l10n/ar.json +++ b/lib/l10n/ar.json @@ -141,7 +141,7 @@ "About" : "عن", "Display name" : "اسم العرض", "Headline" : "عنوان ", - "Organisation" : "مؤسسة", + "Organization" : "المنظمة", "Role" : "الوظيفة", "Pronouns" : "الضمائر", "Unknown account" : "حساب غير معروف", @@ -440,6 +440,7 @@ "Generate headline" : "توليد العنوان", "Summarizes text by reducing its length without losing key information." : "يُلَخِّص النص بتقليل طوله دون فقدان المعنى.", "Extracts topics from a text and outputs them separated by commas." : "يستخلص المواضيع من النص و إخراجها مفصولة بفواصل.", + "Organisation" : "مؤسسة", "File is currently busy, please try again later" : "إنّ الملف مشغول الآمن، يرجى إعادة المحاولة لاحقًا", "Cannot download file" : "لا يمكن تنزيل الملف" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index 2dae4044047..dd231743133 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -113,7 +113,7 @@ OC.L10N.register( "About" : "Tocante a", "Display name" : "Nome visible", "Headline" : "Titular", - "Organisation" : "Organización", + "Organization" : "Organización", "Role" : "Rol", "Unknown account" : "Cuenta desconocida", "Additional settings" : "Configuración adicional", @@ -211,6 +211,7 @@ OC.L10N.register( "Target language" : "Llingua de destín", "Result" : "Resultáu", "Summarizes text by reducing its length without losing key information." : "Resume'l testu amenorgando la so llongura ensin perder la información importante.", - "Extracts topics from a text and outputs them separated by commas." : "Estrái temes d'un testu y devuélvelos separtaos per comes." + "Extracts topics from a text and outputs them separated by commas." : "Estrái temes d'un testu y devuélvelos separtaos per comes.", + "Organisation" : "Organización" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/ast.json b/lib/l10n/ast.json index ef0f160334a..af17b01f83c 100644 --- a/lib/l10n/ast.json +++ b/lib/l10n/ast.json @@ -111,7 +111,7 @@ "About" : "Tocante a", "Display name" : "Nome visible", "Headline" : "Titular", - "Organisation" : "Organización", + "Organization" : "Organización", "Role" : "Rol", "Unknown account" : "Cuenta desconocida", "Additional settings" : "Configuración adicional", @@ -209,6 +209,7 @@ "Target language" : "Llingua de destín", "Result" : "Resultáu", "Summarizes text by reducing its length without losing key information." : "Resume'l testu amenorgando la so llongura ensin perder la información importante.", - "Extracts topics from a text and outputs them separated by commas." : "Estrái temes d'un testu y devuélvelos separtaos per comes." + "Extracts topics from a text and outputs them separated by commas." : "Estrái temes d'un testu y devuélvelos separtaos per comes.", + "Organisation" : "Organización" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/lib/l10n/az.js b/lib/l10n/az.js index ee9fc7b6387..b0d652024c5 100644 --- a/lib/l10n/az.js +++ b/lib/l10n/az.js @@ -14,6 +14,7 @@ OC.L10N.register( "__language_name__" : "Azərbaycan dili", "Apps" : "Tətbiqlər", "Settings" : "Quraşdırmalar", + "Accounts" : "Accounts", "Email" : "Email", "Address" : "Ünvan", "Profile picture" : "Profil şəkli", diff --git a/lib/l10n/az.json b/lib/l10n/az.json index 75d1c258247..88e95de3529 100644 --- a/lib/l10n/az.json +++ b/lib/l10n/az.json @@ -12,6 +12,7 @@ "__language_name__" : "Azərbaycan dili", "Apps" : "Tətbiqlər", "Settings" : "Quraşdırmalar", + "Accounts" : "Accounts", "Email" : "Email", "Address" : "Ünvan", "Profile picture" : "Profil şəkli", diff --git a/lib/l10n/be.js b/lib/l10n/be.js index c09f9f65f7e..43b98c0e193 100644 --- a/lib/l10n/be.js +++ b/lib/l10n/be.js @@ -4,6 +4,7 @@ OC.L10N.register( "Files" : "Файлы", "__language_name__" : "Беларуская", "Settings" : "Налады", + "Accounts" : "Accounts", "Email" : "email", "Sunday" : "Нядзеля", "Monday" : "Панядзелак", diff --git a/lib/l10n/be.json b/lib/l10n/be.json index 7693febd0b3..1f61157a1c8 100644 --- a/lib/l10n/be.json +++ b/lib/l10n/be.json @@ -2,6 +2,7 @@ "Files" : "Файлы", "__language_name__" : "Беларуская", "Settings" : "Налады", + "Accounts" : "Accounts", "Email" : "email", "Sunday" : "Нядзеля", "Monday" : "Панядзелак", diff --git a/lib/l10n/bg.js b/lib/l10n/bg.js index 445da4c9626..6c753c9041d 100644 --- a/lib/l10n/bg.js +++ b/lib/l10n/bg.js @@ -108,7 +108,7 @@ OC.L10N.register( "About" : "Относно", "Display name" : "Име за визуализация", "Headline" : "Заглавие", - "Organisation" : "Организация", + "Organization" : "Организиране", "Role" : "Роля", "Pronouns" : "Обръщение", "Additional settings" : "Допълнителни настройки", @@ -233,6 +233,7 @@ OC.L10N.register( "Translate" : "Превод", "Target language" : "Целеви език", "Result" : "Резултат", + "Organisation" : "Организация", "File is currently busy, please try again later" : "Файлът в момента е зает, моля, опитайте отново по-късно", "Cannot download file" : "Файлът не можа да бъде изтеглен" }, diff --git a/lib/l10n/bg.json b/lib/l10n/bg.json index a4bc3162762..b08945b3c91 100644 --- a/lib/l10n/bg.json +++ b/lib/l10n/bg.json @@ -106,7 +106,7 @@ "About" : "Относно", "Display name" : "Име за визуализация", "Headline" : "Заглавие", - "Organisation" : "Организация", + "Organization" : "Организиране", "Role" : "Роля", "Pronouns" : "Обръщение", "Additional settings" : "Допълнителни настройки", @@ -231,6 +231,7 @@ "Translate" : "Превод", "Target language" : "Целеви език", "Result" : "Резултат", + "Organisation" : "Организация", "File is currently busy, please try again later" : "Файлът в момента е зает, моля, опитайте отново по-късно", "Cannot download file" : "Файлът не можа да бъде изтеглен" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/lib/l10n/bn_BD.js b/lib/l10n/bn_BD.js index 6f845de9c0d..b97e7749431 100644 --- a/lib/l10n/bn_BD.js +++ b/lib/l10n/bn_BD.js @@ -16,6 +16,7 @@ OC.L10N.register( "Apps" : "অ্যাপ", "Settings" : "সেটিংস", "Log out" : "প্রস্থান", + "Accounts" : "Accounts", "Email" : "ইমেইল", "Phone" : "ফোন", "Website" : "ওয়েবসাইট", diff --git a/lib/l10n/bn_BD.json b/lib/l10n/bn_BD.json index e94d9262761..d3a9ebc7b34 100644 --- a/lib/l10n/bn_BD.json +++ b/lib/l10n/bn_BD.json @@ -14,6 +14,7 @@ "Apps" : "অ্যাপ", "Settings" : "সেটিংস", "Log out" : "প্রস্থান", + "Accounts" : "Accounts", "Email" : "ইমেইল", "Phone" : "ফোন", "Website" : "ওয়েবসাইট", diff --git a/lib/l10n/bs.js b/lib/l10n/bs.js index e813de70a76..644b581a6c8 100644 --- a/lib/l10n/bs.js +++ b/lib/l10n/bs.js @@ -8,6 +8,7 @@ OC.L10N.register( "Apps" : "Aplikacije", "Settings" : "Podešavanje", "Log out" : "Odjava", + "Accounts" : "Accounts", "Email" : "E-pošta", "Phone" : "Telefon", "Website" : "Web-prezentacija", diff --git a/lib/l10n/bs.json b/lib/l10n/bs.json index d1b0b8f341e..1c7af98f43b 100644 --- a/lib/l10n/bs.json +++ b/lib/l10n/bs.json @@ -6,6 +6,7 @@ "Apps" : "Aplikacije", "Settings" : "Podešavanje", "Log out" : "Odjava", + "Accounts" : "Accounts", "Email" : "E-pošta", "Phone" : "Telefon", "Website" : "Web-prezentacija", diff --git a/lib/l10n/ca.js b/lib/l10n/ca.js index 2ad5dbcb9ef..cb4e6d1c3ad 100644 --- a/lib/l10n/ca.js +++ b/lib/l10n/ca.js @@ -141,7 +141,6 @@ OC.L10N.register( "About" : "Quant a", "Display name" : "Nom de visualització", "Headline" : "Capçalera", - "Organisation" : "Organització", "Role" : "Càrrec", "Pronouns" : "Pronoms", "Unknown account" : "Compte desconegut", @@ -439,6 +438,7 @@ OC.L10N.register( "Generate headline" : "Genera un titular", "Summarizes text by reducing its length without losing key information." : "Resumeix el text reduint-ne la longitud sense perdre la informació clau.", "Extracts topics from a text and outputs them separated by commas." : "Extreu els temes d'un text i els retorna separats per comes.", + "Organisation" : "Organització", "File is currently busy, please try again later" : "El fitxer està ocupat actualment; torneu-ho a provar més tard", "Cannot download file" : "No es pot baixar el fitxer" }, diff --git a/lib/l10n/ca.json b/lib/l10n/ca.json index 919bbee74b5..2c869e550f4 100644 --- a/lib/l10n/ca.json +++ b/lib/l10n/ca.json @@ -139,7 +139,6 @@ "About" : "Quant a", "Display name" : "Nom de visualització", "Headline" : "Capçalera", - "Organisation" : "Organització", "Role" : "Càrrec", "Pronouns" : "Pronoms", "Unknown account" : "Compte desconegut", @@ -437,6 +436,7 @@ "Generate headline" : "Genera un titular", "Summarizes text by reducing its length without losing key information." : "Resumeix el text reduint-ne la longitud sense perdre la informació clau.", "Extracts topics from a text and outputs them separated by commas." : "Extreu els temes d'un text i els retorna separats per comes.", + "Organisation" : "Organització", "File is currently busy, please try again later" : "El fitxer està ocupat actualment; torneu-ho a provar més tard", "Cannot download file" : "No es pot baixar el fitxer" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js index 78b1ce3dfe2..a612f043a71 100644 --- a/lib/l10n/cs.js +++ b/lib/l10n/cs.js @@ -144,7 +144,7 @@ OC.L10N.register( "About" : "O uživateli", "Display name" : "Zobrazované jméno", "Headline" : "Nadpis", - "Organisation" : "Organizace", + "Organization" : "Organizování", "Role" : "Role", "Pronouns" : "Zájmena", "Unknown account" : "Neznámý účet", @@ -450,6 +450,7 @@ OC.L10N.register( "Generate headline" : "Vytvořit nadpis", "Summarizes text by reducing its length without losing key information." : "Vytvoří stručný souhrn textu tím, že zkrátí jeho délku aniž by byly ztraceny klíčové informace", "Extracts topics from a text and outputs them separated by commas." : "Vyzíská témata z textu a vypíše je oddělované čárkami.", + "Organisation" : "Organizace", "File is currently busy, please try again later" : "Soubor je nyní používán, zkuste to později", "Cannot download file" : "Soubor se nedaří stáhnout", "Login is too long" : "Přihlašovací jméno je příliš dlouhé" diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json index aa3b9876ad3..2b52499b80a 100644 --- a/lib/l10n/cs.json +++ b/lib/l10n/cs.json @@ -142,7 +142,7 @@ "About" : "O uživateli", "Display name" : "Zobrazované jméno", "Headline" : "Nadpis", - "Organisation" : "Organizace", + "Organization" : "Organizování", "Role" : "Role", "Pronouns" : "Zájmena", "Unknown account" : "Neznámý účet", @@ -448,6 +448,7 @@ "Generate headline" : "Vytvořit nadpis", "Summarizes text by reducing its length without losing key information." : "Vytvoří stručný souhrn textu tím, že zkrátí jeho délku aniž by byly ztraceny klíčové informace", "Extracts topics from a text and outputs them separated by commas." : "Vyzíská témata z textu a vypíše je oddělované čárkami.", + "Organisation" : "Organizace", "File is currently busy, please try again later" : "Soubor je nyní používán, zkuste to později", "Cannot download file" : "Soubor se nedaří stáhnout", "Login is too long" : "Přihlašovací jméno je příliš dlouhé" diff --git a/lib/l10n/cy_GB.js b/lib/l10n/cy_GB.js index f6b0f73ef0a..23f4ef184af 100644 --- a/lib/l10n/cy_GB.js +++ b/lib/l10n/cy_GB.js @@ -10,6 +10,7 @@ OC.L10N.register( "Apps" : "Pecynnau", "Settings" : "Gosodiadau", "Log out" : "Allgofnodi", + "Accounts" : "Accounts", "Email" : "E-bost", "Phone" : "Ffôn", "Website" : "Gwefan", diff --git a/lib/l10n/cy_GB.json b/lib/l10n/cy_GB.json index d3ba0eeaa82..39c0b6b778f 100644 --- a/lib/l10n/cy_GB.json +++ b/lib/l10n/cy_GB.json @@ -8,6 +8,7 @@ "Apps" : "Pecynnau", "Settings" : "Gosodiadau", "Log out" : "Allgofnodi", + "Accounts" : "Accounts", "Email" : "E-bost", "Phone" : "Ffôn", "Website" : "Gwefan", diff --git a/lib/l10n/da.js b/lib/l10n/da.js index e1ed6d62bcd..a53f04ac4c9 100644 --- a/lib/l10n/da.js +++ b/lib/l10n/da.js @@ -142,7 +142,7 @@ OC.L10N.register( "About" : "Om", "Display name" : "Vist navn", "Headline" : "Overskrift", - "Organisation" : "Organisation", + "Organization" : "Organisation", "Role" : "Rolle", "Pronouns" : "Pronominer", "Unknown account" : "Ukendt konto", @@ -442,6 +442,7 @@ OC.L10N.register( "Generate headline" : "Generer overskrift", "Summarizes text by reducing its length without losing key information." : "Opsummerer tekst ved at reducere dens længde uden at miste nøgleinformation.", "Extracts topics from a text and outputs them separated by commas." : "Uddrager emner fra en tekst og skriver dem adskilt af kommaer.", + "Organisation" : "Organisation", "File is currently busy, please try again later" : "Filen er i øjeblikket optaget - forsøg igen senere", "Cannot download file" : "Kan ikke downloade filen", "Login is too long" : "Login er for lang" diff --git a/lib/l10n/da.json b/lib/l10n/da.json index 36bd40121d8..e8163581e60 100644 --- a/lib/l10n/da.json +++ b/lib/l10n/da.json @@ -140,7 +140,7 @@ "About" : "Om", "Display name" : "Vist navn", "Headline" : "Overskrift", - "Organisation" : "Organisation", + "Organization" : "Organisation", "Role" : "Rolle", "Pronouns" : "Pronominer", "Unknown account" : "Ukendt konto", @@ -440,6 +440,7 @@ "Generate headline" : "Generer overskrift", "Summarizes text by reducing its length without losing key information." : "Opsummerer tekst ved at reducere dens længde uden at miste nøgleinformation.", "Extracts topics from a text and outputs them separated by commas." : "Uddrager emner fra en tekst og skriver dem adskilt af kommaer.", + "Organisation" : "Organisation", "File is currently busy, please try again later" : "Filen er i øjeblikket optaget - forsøg igen senere", "Cannot download file" : "Kan ikke downloade filen", "Login is too long" : "Login er for lang" diff --git a/lib/l10n/de.js b/lib/l10n/de.js index d1090a1d341..4b3d84bc105 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -144,7 +144,7 @@ OC.L10N.register( "About" : "Über", "Display name" : "Anzeigename", "Headline" : "Überschrift", - "Organisation" : "Organisation", + "Organization" : "Organisation", "Role" : "Funktion", "Pronouns" : "Pronomen", "Unknown account" : "Unbekanntes Konto", @@ -450,6 +450,7 @@ OC.L10N.register( "Generate headline" : "Überschrift erzeugen", "Summarizes text by reducing its length without losing key information." : "Fasst Text zusammen, indem die Länge reduziert wird, ohne dass wichtige Informationen verloren gehen.", "Extracts topics from a text and outputs them separated by commas." : "Extrahiert Themen aus einem Text und gibt sie durch Kommas getrennt aus.", + "Organisation" : "Organisation", "File is currently busy, please try again later" : "Die Datei ist in Benutzung, bitte versuche es später noch einmal", "Cannot download file" : "Datei kann nicht heruntergeladen werden.", "Login is too long" : "Die Anmeldung dauert zu lange" diff --git a/lib/l10n/de.json b/lib/l10n/de.json index 1c5a9e52f3d..a0adeb52553 100644 --- a/lib/l10n/de.json +++ b/lib/l10n/de.json @@ -142,7 +142,7 @@ "About" : "Über", "Display name" : "Anzeigename", "Headline" : "Überschrift", - "Organisation" : "Organisation", + "Organization" : "Organisation", "Role" : "Funktion", "Pronouns" : "Pronomen", "Unknown account" : "Unbekanntes Konto", @@ -448,6 +448,7 @@ "Generate headline" : "Überschrift erzeugen", "Summarizes text by reducing its length without losing key information." : "Fasst Text zusammen, indem die Länge reduziert wird, ohne dass wichtige Informationen verloren gehen.", "Extracts topics from a text and outputs them separated by commas." : "Extrahiert Themen aus einem Text und gibt sie durch Kommas getrennt aus.", + "Organisation" : "Organisation", "File is currently busy, please try again later" : "Die Datei ist in Benutzung, bitte versuche es später noch einmal", "Cannot download file" : "Datei kann nicht heruntergeladen werden.", "Login is too long" : "Die Anmeldung dauert zu lange" diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js index d8599c0262f..bec27235f0a 100644 --- a/lib/l10n/de_DE.js +++ b/lib/l10n/de_DE.js @@ -144,7 +144,7 @@ OC.L10N.register( "About" : "Über", "Display name" : "Anzeigename", "Headline" : "Überschrift", - "Organisation" : "Organisation", + "Organization" : "Organisation", "Role" : "Funktion", "Pronouns" : "Pronomen", "Unknown account" : "Unbekanntes Konto", @@ -450,6 +450,7 @@ OC.L10N.register( "Generate headline" : "Kopfzeile erzeugen", "Summarizes text by reducing its length without losing key information." : "Fasst Text zusammen, indem die Länge reduziert wird, ohne dass wichtige Informationen verloren gehen.", "Extracts topics from a text and outputs them separated by commas." : "Extrahiert Themen aus einem Text und gibt sie durch Kommas getrennt aus.", + "Organisation" : "Organisation", "File is currently busy, please try again later" : "Die Datei ist in Benutzung, bitte später erneut versuchen.", "Cannot download file" : "Datei kann nicht heruntergeladen werden", "Login is too long" : "Der Kontenname ist zu lang" diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json index 5149f3f2d97..5644ed13baf 100644 --- a/lib/l10n/de_DE.json +++ b/lib/l10n/de_DE.json @@ -142,7 +142,7 @@ "About" : "Über", "Display name" : "Anzeigename", "Headline" : "Überschrift", - "Organisation" : "Organisation", + "Organization" : "Organisation", "Role" : "Funktion", "Pronouns" : "Pronomen", "Unknown account" : "Unbekanntes Konto", @@ -448,6 +448,7 @@ "Generate headline" : "Kopfzeile erzeugen", "Summarizes text by reducing its length without losing key information." : "Fasst Text zusammen, indem die Länge reduziert wird, ohne dass wichtige Informationen verloren gehen.", "Extracts topics from a text and outputs them separated by commas." : "Extrahiert Themen aus einem Text und gibt sie durch Kommas getrennt aus.", + "Organisation" : "Organisation", "File is currently busy, please try again later" : "Die Datei ist in Benutzung, bitte später erneut versuchen.", "Cannot download file" : "Datei kann nicht heruntergeladen werden", "Login is too long" : "Der Kontenname ist zu lang" diff --git a/lib/l10n/el.js b/lib/l10n/el.js index 677e1364147..58845d72e20 100644 --- a/lib/l10n/el.js +++ b/lib/l10n/el.js @@ -105,7 +105,7 @@ OC.L10N.register( "Profile picture" : "Εικόνα προφίλ", "About" : "Σχετικά με", "Headline" : "Τίτλος", - "Organisation" : "Οργανισμός", + "Organization" : "Οργανισμός", "Role" : "Ρόλος/Θέση", "Pronouns" : "Αντωνυμίες", "Additional settings" : "Επιπρόσθετες ρυθμίσεις", @@ -233,6 +233,7 @@ OC.L10N.register( "Summary" : "Σύνοψη", "Translate" : "Μετάφραση", "Result" : "Αποτέλεσμα", + "Organisation" : "Οργανισμός", "File is currently busy, please try again later" : "Το αρχείο χρησιμοποιείται αυτή τη στιγμή, παρακαλούμε προσπαθήστε αργότερα", "Cannot download file" : "Δεν είναι δυνατή η λήψη του αρχείου" }, diff --git a/lib/l10n/el.json b/lib/l10n/el.json index 70f34db9a55..0099a9cca35 100644 --- a/lib/l10n/el.json +++ b/lib/l10n/el.json @@ -103,7 +103,7 @@ "Profile picture" : "Εικόνα προφίλ", "About" : "Σχετικά με", "Headline" : "Τίτλος", - "Organisation" : "Οργανισμός", + "Organization" : "Οργανισμός", "Role" : "Ρόλος/Θέση", "Pronouns" : "Αντωνυμίες", "Additional settings" : "Επιπρόσθετες ρυθμίσεις", @@ -231,6 +231,7 @@ "Summary" : "Σύνοψη", "Translate" : "Μετάφραση", "Result" : "Αποτέλεσμα", + "Organisation" : "Οργανισμός", "File is currently busy, please try again later" : "Το αρχείο χρησιμοποιείται αυτή τη στιγμή, παρακαλούμε προσπαθήστε αργότερα", "Cannot download file" : "Δεν είναι δυνατή η λήψη του αρχείου" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index b1a73cec9ad..9fb5272679f 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -144,7 +144,7 @@ OC.L10N.register( "About" : "About", "Display name" : "Display name", "Headline" : "Headline", - "Organisation" : "Organisation", + "Organization" : "Organization", "Role" : "Role", "Pronouns" : "Pronouns", "Unknown account" : "Unknown account", @@ -450,6 +450,7 @@ OC.L10N.register( "Generate headline" : "Generate headline", "Summarizes text by reducing its length without losing key information." : "Summarizes text by reducing its length without losing key information.", "Extracts topics from a text and outputs them separated by commas." : "Extracts topics from a text and outputs them separated by commas.", + "Organisation" : "Organisation", "File is currently busy, please try again later" : "File is currently busy, please try again later", "Cannot download file" : "Cannot download file", "Login is too long" : "Login is too long" diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index fb477ccbca3..e18996b6cb5 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -142,7 +142,7 @@ "About" : "About", "Display name" : "Display name", "Headline" : "Headline", - "Organisation" : "Organisation", + "Organization" : "Organization", "Role" : "Role", "Pronouns" : "Pronouns", "Unknown account" : "Unknown account", @@ -448,6 +448,7 @@ "Generate headline" : "Generate headline", "Summarizes text by reducing its length without losing key information." : "Summarizes text by reducing its length without losing key information.", "Extracts topics from a text and outputs them separated by commas." : "Extracts topics from a text and outputs them separated by commas.", + "Organisation" : "Organisation", "File is currently busy, please try again later" : "File is currently busy, please try again later", "Cannot download file" : "Cannot download file", "Login is too long" : "Login is too long" diff --git a/lib/l10n/es.js b/lib/l10n/es.js index f53ec599a0b..3c54dd12f3f 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -144,7 +144,7 @@ OC.L10N.register( "About" : "Acerca de", "Display name" : "Nombre para mostrar", "Headline" : "Titular", - "Organisation" : "Organización", + "Organization" : "Organización", "Role" : "Puesto", "Pronouns" : "Pronombres", "Unknown account" : "Cuenta desconocida", @@ -449,6 +449,7 @@ OC.L10N.register( "Generate headline" : "Generar titular", "Summarizes text by reducing its length without losing key information." : "Resume el texto reduciendo su longitud sin perder información clave.", "Extracts topics from a text and outputs them separated by commas." : "Extrae los tópicos de un texto y genera una salida separada por comas. ", + "Organisation" : "Organización", "File is currently busy, please try again later" : "El archivo se encuentra actualmente ocupado, por favor inténtelo de nuevo más tarde", "Cannot download file" : "No se puede descargar el archivo", "Login is too long" : "El nombre de inicio de sesión es demasiado largo" diff --git a/lib/l10n/es.json b/lib/l10n/es.json index a88b6c22513..5c517734ef3 100644 --- a/lib/l10n/es.json +++ b/lib/l10n/es.json @@ -142,7 +142,7 @@ "About" : "Acerca de", "Display name" : "Nombre para mostrar", "Headline" : "Titular", - "Organisation" : "Organización", + "Organization" : "Organización", "Role" : "Puesto", "Pronouns" : "Pronombres", "Unknown account" : "Cuenta desconocida", @@ -447,6 +447,7 @@ "Generate headline" : "Generar titular", "Summarizes text by reducing its length without losing key information." : "Resume el texto reduciendo su longitud sin perder información clave.", "Extracts topics from a text and outputs them separated by commas." : "Extrae los tópicos de un texto y genera una salida separada por comas. ", + "Organisation" : "Organización", "File is currently busy, please try again later" : "El archivo se encuentra actualmente ocupado, por favor inténtelo de nuevo más tarde", "Cannot download file" : "No se puede descargar el archivo", "Login is too long" : "El nombre de inicio de sesión es demasiado largo" diff --git a/lib/l10n/es_419.js b/lib/l10n/es_419.js index b29c699f2a1..8a8da4d4414 100644 --- a/lib/l10n/es_419.js +++ b/lib/l10n/es_419.js @@ -55,6 +55,7 @@ OC.L10N.register( "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Salir", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", @@ -62,6 +63,7 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", + "Organization" : "Organización", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", "Oracle connection could not be established" : "No fue posible establecer la conexión a Oracle", diff --git a/lib/l10n/es_419.json b/lib/l10n/es_419.json index 63c2392e20c..2e374ee12e5 100644 --- a/lib/l10n/es_419.json +++ b/lib/l10n/es_419.json @@ -53,6 +53,7 @@ "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Salir", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", @@ -60,6 +61,7 @@ "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", + "Organization" : "Organización", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", "Oracle connection could not be established" : "No fue posible establecer la conexión a Oracle", diff --git a/lib/l10n/es_AR.js b/lib/l10n/es_AR.js index 665ad506741..9358077d90c 100644 --- a/lib/l10n/es_AR.js +++ b/lib/l10n/es_AR.js @@ -45,6 +45,7 @@ OC.L10N.register( "Apps" : "Aplicaciones", "Settings" : "Ajustes", "Log out" : "Cerrar sesión", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", @@ -53,7 +54,6 @@ OC.L10N.register( "Profile picture" : "Foto de perfil", "About" : "Acerca de", "Headline" : "Títular", - "Organisation" : "Organización", "Role" : "Rol", "Pronouns" : "Pronombres", "Additional settings" : "Configuraciones adicionales", @@ -147,6 +147,7 @@ OC.L10N.register( "Summary" : "Resumen", "Translate" : "Traducir", "Result" : "Resultado", + "Organisation" : "Organización", "File is currently busy, please try again later" : "El archivo se encuentra actualmente en uso, favor de intentarlo más tarde. " }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/lib/l10n/es_AR.json b/lib/l10n/es_AR.json index 3cfdd3c7fa1..2a48f83076f 100644 --- a/lib/l10n/es_AR.json +++ b/lib/l10n/es_AR.json @@ -43,6 +43,7 @@ "Apps" : "Aplicaciones", "Settings" : "Ajustes", "Log out" : "Cerrar sesión", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", @@ -51,7 +52,6 @@ "Profile picture" : "Foto de perfil", "About" : "Acerca de", "Headline" : "Títular", - "Organisation" : "Organización", "Role" : "Rol", "Pronouns" : "Pronombres", "Additional settings" : "Configuraciones adicionales", @@ -145,6 +145,7 @@ "Summary" : "Resumen", "Translate" : "Traducir", "Result" : "Resultado", + "Organisation" : "Organización", "File is currently busy, please try again later" : "El archivo se encuentra actualmente en uso, favor de intentarlo más tarde. " },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/lib/l10n/es_CL.js b/lib/l10n/es_CL.js index 23370198cbe..3d401293225 100644 --- a/lib/l10n/es_CL.js +++ b/lib/l10n/es_CL.js @@ -55,6 +55,7 @@ OC.L10N.register( "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Cerrar sesión", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", @@ -62,6 +63,7 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", + "Organization" : "Organización", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", "Oracle connection could not be established" : "No fue posible establecer la conexión a Oracle", diff --git a/lib/l10n/es_CL.json b/lib/l10n/es_CL.json index b5bffbc72d2..a0bad471c3f 100644 --- a/lib/l10n/es_CL.json +++ b/lib/l10n/es_CL.json @@ -53,6 +53,7 @@ "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Cerrar sesión", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", @@ -60,6 +61,7 @@ "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", + "Organization" : "Organización", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", "Oracle connection could not be established" : "No fue posible establecer la conexión a Oracle", diff --git a/lib/l10n/es_CO.js b/lib/l10n/es_CO.js index b41f82239a5..d23e37ba7af 100644 --- a/lib/l10n/es_CO.js +++ b/lib/l10n/es_CO.js @@ -55,6 +55,7 @@ OC.L10N.register( "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Cerrar sesión", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", diff --git a/lib/l10n/es_CO.json b/lib/l10n/es_CO.json index c5f85cce0c2..a6ff9a171f5 100644 --- a/lib/l10n/es_CO.json +++ b/lib/l10n/es_CO.json @@ -53,6 +53,7 @@ "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Cerrar sesión", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", diff --git a/lib/l10n/es_CR.js b/lib/l10n/es_CR.js index ff23d21ef3d..f9f20c60653 100644 --- a/lib/l10n/es_CR.js +++ b/lib/l10n/es_CR.js @@ -55,6 +55,7 @@ OC.L10N.register( "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Cerrar sesión", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", diff --git a/lib/l10n/es_CR.json b/lib/l10n/es_CR.json index f1543683fbd..99272395756 100644 --- a/lib/l10n/es_CR.json +++ b/lib/l10n/es_CR.json @@ -53,6 +53,7 @@ "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Cerrar sesión", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", diff --git a/lib/l10n/es_DO.js b/lib/l10n/es_DO.js index d422ddf8f77..f3691ee8a53 100644 --- a/lib/l10n/es_DO.js +++ b/lib/l10n/es_DO.js @@ -55,6 +55,7 @@ OC.L10N.register( "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Cerrar sesión", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", diff --git a/lib/l10n/es_DO.json b/lib/l10n/es_DO.json index bff8e6ccf95..c57d525edc2 100644 --- a/lib/l10n/es_DO.json +++ b/lib/l10n/es_DO.json @@ -53,6 +53,7 @@ "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Cerrar sesión", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", diff --git a/lib/l10n/es_EC.js b/lib/l10n/es_EC.js index 79a0c455659..554ef16d3b5 100644 --- a/lib/l10n/es_EC.js +++ b/lib/l10n/es_EC.js @@ -109,7 +109,7 @@ OC.L10N.register( "About" : "Acerca de", "Display name" : "Nombre para mostrar", "Headline" : "Título", - "Organisation" : "Organización", + "Organization" : "Organización", "Role" : "Rol", "Additional settings" : "Configuraciones adicionales", "Enter the database name for %s" : "Introduce el nombre de la base de datos para %s", @@ -233,6 +233,7 @@ OC.L10N.register( "Translate" : "Traducir", "Target language" : "Lenguaje de destino", "Result" : "Resultado", + "Organisation" : "Organización", "File is currently busy, please try again later" : "El archivo se encuentra actualmente en uso, por favor intentalo más tarde. ", "Cannot download file" : "No se puede descargar el archivo" }, diff --git a/lib/l10n/es_EC.json b/lib/l10n/es_EC.json index 128ee289fa2..4fda1eaaeaf 100644 --- a/lib/l10n/es_EC.json +++ b/lib/l10n/es_EC.json @@ -107,7 +107,7 @@ "About" : "Acerca de", "Display name" : "Nombre para mostrar", "Headline" : "Título", - "Organisation" : "Organización", + "Organization" : "Organización", "Role" : "Rol", "Additional settings" : "Configuraciones adicionales", "Enter the database name for %s" : "Introduce el nombre de la base de datos para %s", @@ -231,6 +231,7 @@ "Translate" : "Traducir", "Target language" : "Lenguaje de destino", "Result" : "Resultado", + "Organisation" : "Organización", "File is currently busy, please try again later" : "El archivo se encuentra actualmente en uso, por favor intentalo más tarde. ", "Cannot download file" : "No se puede descargar el archivo" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/lib/l10n/es_GT.js b/lib/l10n/es_GT.js index c5ddb516258..3cbc9ed526c 100644 --- a/lib/l10n/es_GT.js +++ b/lib/l10n/es_GT.js @@ -55,6 +55,7 @@ OC.L10N.register( "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Cerrar sesión", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", diff --git a/lib/l10n/es_GT.json b/lib/l10n/es_GT.json index 31470583a89..8484cff1381 100644 --- a/lib/l10n/es_GT.json +++ b/lib/l10n/es_GT.json @@ -53,6 +53,7 @@ "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Cerrar sesión", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", diff --git a/lib/l10n/es_HN.js b/lib/l10n/es_HN.js index 72d33d114d4..a3beca0dbd2 100644 --- a/lib/l10n/es_HN.js +++ b/lib/l10n/es_HN.js @@ -54,6 +54,7 @@ OC.L10N.register( "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Salir", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", diff --git a/lib/l10n/es_HN.json b/lib/l10n/es_HN.json index 3968c31b05f..555e8b05304 100644 --- a/lib/l10n/es_HN.json +++ b/lib/l10n/es_HN.json @@ -52,6 +52,7 @@ "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Salir", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", diff --git a/lib/l10n/es_MX.js b/lib/l10n/es_MX.js index 26aeeb55bc0..ec1e4df809b 100644 --- a/lib/l10n/es_MX.js +++ b/lib/l10n/es_MX.js @@ -119,7 +119,6 @@ OC.L10N.register( "About" : "Acerca de", "Display name" : "Nombre para mostrar", "Headline" : "Título", - "Organisation" : "Organización", "Role" : "Cargo", "Pronouns" : "Pronombre", "Unknown account" : "Cuenta desconocida", @@ -378,6 +377,7 @@ OC.L10N.register( "Generate headline" : "Generar titular", "Summarizes text by reducing its length without losing key information." : "Resume el texto reduciendo su longitud sin perder información clave.", "Extracts topics from a text and outputs them separated by commas." : "Extrae los temas de un texto y genera una salida separada por comas. ", + "Organisation" : "Organización", "File is currently busy, please try again later" : "El archivo se encuentra actualmente en uso, por favor intentalo más tarde. ", "Cannot download file" : "No se puede descargar el archivo" }, diff --git a/lib/l10n/es_MX.json b/lib/l10n/es_MX.json index d6f790fb877..4fe2eb666cf 100644 --- a/lib/l10n/es_MX.json +++ b/lib/l10n/es_MX.json @@ -117,7 +117,6 @@ "About" : "Acerca de", "Display name" : "Nombre para mostrar", "Headline" : "Título", - "Organisation" : "Organización", "Role" : "Cargo", "Pronouns" : "Pronombre", "Unknown account" : "Cuenta desconocida", @@ -376,6 +375,7 @@ "Generate headline" : "Generar titular", "Summarizes text by reducing its length without losing key information." : "Resume el texto reduciendo su longitud sin perder información clave.", "Extracts topics from a text and outputs them separated by commas." : "Extrae los temas de un texto y genera una salida separada por comas. ", + "Organisation" : "Organización", "File is currently busy, please try again later" : "El archivo se encuentra actualmente en uso, por favor intentalo más tarde. ", "Cannot download file" : "No se puede descargar el archivo" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/lib/l10n/es_NI.js b/lib/l10n/es_NI.js index 261bdc35d55..fbf8698c598 100644 --- a/lib/l10n/es_NI.js +++ b/lib/l10n/es_NI.js @@ -54,6 +54,7 @@ OC.L10N.register( "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Salir", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", diff --git a/lib/l10n/es_NI.json b/lib/l10n/es_NI.json index b26aebe5212..e75918eb4c1 100644 --- a/lib/l10n/es_NI.json +++ b/lib/l10n/es_NI.json @@ -52,6 +52,7 @@ "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Salir", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", diff --git a/lib/l10n/es_PA.js b/lib/l10n/es_PA.js index 06f1cc33c5b..0a9a4cb91f9 100644 --- a/lib/l10n/es_PA.js +++ b/lib/l10n/es_PA.js @@ -54,6 +54,7 @@ OC.L10N.register( "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Salir", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", diff --git a/lib/l10n/es_PA.json b/lib/l10n/es_PA.json index 98d2ff2bbf6..f5f093c778a 100644 --- a/lib/l10n/es_PA.json +++ b/lib/l10n/es_PA.json @@ -52,6 +52,7 @@ "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Salir", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", diff --git a/lib/l10n/es_PE.js b/lib/l10n/es_PE.js index 2ac243d2c1d..47d2e0aba17 100644 --- a/lib/l10n/es_PE.js +++ b/lib/l10n/es_PE.js @@ -54,6 +54,7 @@ OC.L10N.register( "Apps" : "Aplicaciones", "Settings" : "Ajustes", "Log out" : "Salir", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", @@ -61,6 +62,7 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca", + "Organization" : "Organización", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", "Oracle connection could not be established" : "No fue posible establecer la conexión a Oracle", diff --git a/lib/l10n/es_PE.json b/lib/l10n/es_PE.json index e362ba23870..58d5be242e1 100644 --- a/lib/l10n/es_PE.json +++ b/lib/l10n/es_PE.json @@ -52,6 +52,7 @@ "Apps" : "Aplicaciones", "Settings" : "Ajustes", "Log out" : "Salir", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", @@ -59,6 +60,7 @@ "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca", + "Organization" : "Organización", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", "Oracle connection could not be established" : "No fue posible establecer la conexión a Oracle", diff --git a/lib/l10n/es_PR.js b/lib/l10n/es_PR.js index a63fb4990b8..b517848c54f 100644 --- a/lib/l10n/es_PR.js +++ b/lib/l10n/es_PR.js @@ -54,6 +54,7 @@ OC.L10N.register( "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Salir", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", diff --git a/lib/l10n/es_PR.json b/lib/l10n/es_PR.json index b3769931a30..bc824c60a87 100644 --- a/lib/l10n/es_PR.json +++ b/lib/l10n/es_PR.json @@ -52,6 +52,7 @@ "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Salir", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", diff --git a/lib/l10n/es_PY.js b/lib/l10n/es_PY.js index cc842076563..c4591c017e5 100644 --- a/lib/l10n/es_PY.js +++ b/lib/l10n/es_PY.js @@ -54,6 +54,7 @@ OC.L10N.register( "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Salir", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", @@ -61,6 +62,7 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca", + "Organization" : "Organización", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", "Oracle connection could not be established" : "No fue posible establecer la conexión a Oracle", diff --git a/lib/l10n/es_PY.json b/lib/l10n/es_PY.json index d180501b432..3cbde7ebab0 100644 --- a/lib/l10n/es_PY.json +++ b/lib/l10n/es_PY.json @@ -52,6 +52,7 @@ "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Salir", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", @@ -59,6 +60,7 @@ "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca", + "Organization" : "Organización", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", "Oracle connection could not be established" : "No fue posible establecer la conexión a Oracle", diff --git a/lib/l10n/es_SV.js b/lib/l10n/es_SV.js index f91beddc952..5ed11217e20 100644 --- a/lib/l10n/es_SV.js +++ b/lib/l10n/es_SV.js @@ -55,6 +55,7 @@ OC.L10N.register( "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Cerrar sesión", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", @@ -62,6 +63,7 @@ OC.L10N.register( "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", + "Organization" : "Organización", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", "Oracle connection could not be established" : "No fue posible establecer la conexión a Oracle", diff --git a/lib/l10n/es_SV.json b/lib/l10n/es_SV.json index 03eb9b91f75..2d13a653a67 100644 --- a/lib/l10n/es_SV.json +++ b/lib/l10n/es_SV.json @@ -53,6 +53,7 @@ "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Cerrar sesión", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", @@ -60,6 +61,7 @@ "Address" : "Dirección", "Profile picture" : "Foto de perfil", "About" : "Acerca de", + "Organization" : "Organización", "Additional settings" : "Configuraciones adicionales", "You need to enter details of an existing account." : "Necesitas ingresar los detalles de una cuenta existente.", "Oracle connection could not be established" : "No fue posible establecer la conexión a Oracle", diff --git a/lib/l10n/es_UY.js b/lib/l10n/es_UY.js index beb9e3689f7..88b3b2b5535 100644 --- a/lib/l10n/es_UY.js +++ b/lib/l10n/es_UY.js @@ -54,6 +54,7 @@ OC.L10N.register( "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Salir", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", diff --git a/lib/l10n/es_UY.json b/lib/l10n/es_UY.json index 68d50d1e194..d7f4ae5077f 100644 --- a/lib/l10n/es_UY.json +++ b/lib/l10n/es_UY.json @@ -52,6 +52,7 @@ "Apps" : "Aplicaciones", "Settings" : "Configuraciones", "Log out" : "Salir", + "Accounts" : "Accounts", "Email" : "Correo electrónico", "Phone" : "Teléfono fijo", "Twitter" : "Twitter", diff --git a/lib/l10n/et_EE.js b/lib/l10n/et_EE.js index e2092211637..24a975631bf 100644 --- a/lib/l10n/et_EE.js +++ b/lib/l10n/et_EE.js @@ -144,7 +144,7 @@ OC.L10N.register( "About" : "Info", "Display name" : "Kuvatav nimi", "Headline" : "Alapealkiri", - "Organisation" : "Organisatsioon", + "Organization" : "Organisatsioon", "Role" : "Roll", "Pronouns" : "Asesõnad pöördumisel", "Unknown account" : "Tundmatu kasutajakonto", @@ -209,6 +209,7 @@ OC.L10N.register( "Share does not have a full ID" : "Jaosmeedial on täismahuline tunnus puudu", "Cannot change share type" : "Sa ei saa muuta jaosmeedia tüüpi", "Can only update recipient on user shares" : "Kasutaja jaosmeedia saajat ei õnnestu uuendada", + "Cannot change target of link share" : "Lingiga jagamise objekti muutmine ei õnnestu", "Invalid share recipient" : "Vigane jaosmeedia vastuvõtja", "Group \"%s\" does not exist" : "„%s“ gruppi pole olemas", "The requested share does not exist anymore" : "Soovitud jagamist enam ei eksisteeri", @@ -400,6 +401,7 @@ OC.L10N.register( "The desired language to translate the origin text in" : "Keel, millesse lähteteksti tõlgime", "Result" : "Tulemus", "The translated text" : "Tõlgitud tekst", + "Organisation" : "Organisatsioon", "File is currently busy, please try again later" : "Fail on hetkel kasutuses, proovi hiljem uuesti", "Cannot download file" : "Faili pole võimalik alla laadida", "Login is too long" : "Kasutajanimi on liiga pikk" diff --git a/lib/l10n/et_EE.json b/lib/l10n/et_EE.json index 78bbd2a7591..2ef8715a451 100644 --- a/lib/l10n/et_EE.json +++ b/lib/l10n/et_EE.json @@ -142,7 +142,7 @@ "About" : "Info", "Display name" : "Kuvatav nimi", "Headline" : "Alapealkiri", - "Organisation" : "Organisatsioon", + "Organization" : "Organisatsioon", "Role" : "Roll", "Pronouns" : "Asesõnad pöördumisel", "Unknown account" : "Tundmatu kasutajakonto", @@ -207,6 +207,7 @@ "Share does not have a full ID" : "Jaosmeedial on täismahuline tunnus puudu", "Cannot change share type" : "Sa ei saa muuta jaosmeedia tüüpi", "Can only update recipient on user shares" : "Kasutaja jaosmeedia saajat ei õnnestu uuendada", + "Cannot change target of link share" : "Lingiga jagamise objekti muutmine ei õnnestu", "Invalid share recipient" : "Vigane jaosmeedia vastuvõtja", "Group \"%s\" does not exist" : "„%s“ gruppi pole olemas", "The requested share does not exist anymore" : "Soovitud jagamist enam ei eksisteeri", @@ -398,6 +399,7 @@ "The desired language to translate the origin text in" : "Keel, millesse lähteteksti tõlgime", "Result" : "Tulemus", "The translated text" : "Tõlgitud tekst", + "Organisation" : "Organisatsioon", "File is currently busy, please try again later" : "Fail on hetkel kasutuses, proovi hiljem uuesti", "Cannot download file" : "Faili pole võimalik alla laadida", "Login is too long" : "Kasutajanimi on liiga pikk" diff --git a/lib/l10n/eu.js b/lib/l10n/eu.js index 353f9e8ab5d..e84bd72d9a1 100644 --- a/lib/l10n/eu.js +++ b/lib/l10n/eu.js @@ -131,7 +131,7 @@ OC.L10N.register( "About" : "Honi buruz", "Display name" : "Erakusteko izena", "Headline" : "Izenburua", - "Organisation" : "Erakundea", + "Organization" : "Antolakuntza", "Role" : "Zeregina", "Pronouns" : "Izenordainak", "Unknown account" : "Kontu ezezaguna", @@ -428,6 +428,7 @@ OC.L10N.register( "Generate headline" : "Sortu izenburua", "Summarizes text by reducing its length without losing key information." : "Testua laburtzen du bere luzera murrizten informazio baliotsua galdu gabe.", "Extracts topics from a text and outputs them separated by commas." : "Gaiak ateratzen ditu testu batetik eta komaz banatuta erakusten ditu.", + "Organisation" : "Erakundea", "File is currently busy, please try again later" : "Fitxategia lanpetuta dago, saiatu berriro geroago", "Cannot download file" : "Ezin da fitxategia deskargatu" }, diff --git a/lib/l10n/eu.json b/lib/l10n/eu.json index 1851e22e179..a444e6dfb07 100644 --- a/lib/l10n/eu.json +++ b/lib/l10n/eu.json @@ -129,7 +129,7 @@ "About" : "Honi buruz", "Display name" : "Erakusteko izena", "Headline" : "Izenburua", - "Organisation" : "Erakundea", + "Organization" : "Antolakuntza", "Role" : "Zeregina", "Pronouns" : "Izenordainak", "Unknown account" : "Kontu ezezaguna", @@ -426,6 +426,7 @@ "Generate headline" : "Sortu izenburua", "Summarizes text by reducing its length without losing key information." : "Testua laburtzen du bere luzera murrizten informazio baliotsua galdu gabe.", "Extracts topics from a text and outputs them separated by commas." : "Gaiak ateratzen ditu testu batetik eta komaz banatuta erakusten ditu.", + "Organisation" : "Erakundea", "File is currently busy, please try again later" : "Fitxategia lanpetuta dago, saiatu berriro geroago", "Cannot download file" : "Ezin da fitxategia deskargatu" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/lib/l10n/fa.js b/lib/l10n/fa.js index da77202e434..12ed6178bcf 100644 --- a/lib/l10n/fa.js +++ b/lib/l10n/fa.js @@ -144,7 +144,7 @@ OC.L10N.register( "About" : "درباره", "Display name" : "نام نمایشی", "Headline" : "عنوان", - "Organisation" : "سازمان", + "Organization" : "سازمانی", "Role" : "نقش", "Pronouns" : "ضمایر", "Unknown account" : "حساب ناشناخته", @@ -450,6 +450,7 @@ OC.L10N.register( "Generate headline" : "تولید عنوان", "Summarizes text by reducing its length without losing key information." : "متن را با کاهش طول آن و بدون از دست دادن اطلاعات کلیدی، خلاصهسازی میکند.", "Extracts topics from a text and outputs them separated by commas." : "موضوعات را از یک متن استخراج کرده و با کاما جدا شده خروجی میدهد.", + "Organisation" : "سازمان", "File is currently busy, please try again later" : "فایل در حال حاضر مشغول است، لطفا مجددا تلاش کنید", "Cannot download file" : "نمیتوان پرونده را بارگرفت", "Login is too long" : "نام کاربری بیش از حد طولانی است" diff --git a/lib/l10n/fa.json b/lib/l10n/fa.json index 7fda24b1e51..238a1503b53 100644 --- a/lib/l10n/fa.json +++ b/lib/l10n/fa.json @@ -142,7 +142,7 @@ "About" : "درباره", "Display name" : "نام نمایشی", "Headline" : "عنوان", - "Organisation" : "سازمان", + "Organization" : "سازمانی", "Role" : "نقش", "Pronouns" : "ضمایر", "Unknown account" : "حساب ناشناخته", @@ -448,6 +448,7 @@ "Generate headline" : "تولید عنوان", "Summarizes text by reducing its length without losing key information." : "متن را با کاهش طول آن و بدون از دست دادن اطلاعات کلیدی، خلاصهسازی میکند.", "Extracts topics from a text and outputs them separated by commas." : "موضوعات را از یک متن استخراج کرده و با کاما جدا شده خروجی میدهد.", + "Organisation" : "سازمان", "File is currently busy, please try again later" : "فایل در حال حاضر مشغول است، لطفا مجددا تلاش کنید", "Cannot download file" : "نمیتوان پرونده را بارگرفت", "Login is too long" : "نام کاربری بیش از حد طولانی است" diff --git a/lib/l10n/fi.js b/lib/l10n/fi.js index fdabc59a9e1..e49b4108310 100644 --- a/lib/l10n/fi.js +++ b/lib/l10n/fi.js @@ -99,7 +99,6 @@ OC.L10N.register( "About" : "Tietoja", "Display name" : "Näyttönimi", "Headline" : "Otsikko", - "Organisation" : "Organisaatio", "Role" : "Rooli", "Unknown account" : "Tuntematon tili", "Additional settings" : "Lisäasetukset", @@ -219,6 +218,7 @@ OC.L10N.register( "Translate" : "Käännä", "Target language" : "Kohdekieli", "Result" : "Tulos", + "Organisation" : "Organisaatio", "File is currently busy, please try again later" : "Tiedosto on parhaillaan käytössä, yritä myöhemmin uudelleen", "Cannot download file" : "Tiedostoa ei voi ladata" }, diff --git a/lib/l10n/fi.json b/lib/l10n/fi.json index a2b35c13827..ddd61ef1eb9 100644 --- a/lib/l10n/fi.json +++ b/lib/l10n/fi.json @@ -97,7 +97,6 @@ "About" : "Tietoja", "Display name" : "Näyttönimi", "Headline" : "Otsikko", - "Organisation" : "Organisaatio", "Role" : "Rooli", "Unknown account" : "Tuntematon tili", "Additional settings" : "Lisäasetukset", @@ -217,6 +216,7 @@ "Translate" : "Käännä", "Target language" : "Kohdekieli", "Result" : "Tulos", + "Organisation" : "Organisaatio", "File is currently busy, please try again later" : "Tiedosto on parhaillaan käytössä, yritä myöhemmin uudelleen", "Cannot download file" : "Tiedostoa ei voi ladata" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/lib/l10n/fo.js b/lib/l10n/fo.js index 95e29edf445..83729a244f8 100644 --- a/lib/l10n/fo.js +++ b/lib/l10n/fo.js @@ -2,6 +2,7 @@ OC.L10N.register( "lib", { "Files" : "fílur", + "Accounts" : "Accounts", "Email" : "T-post", "Twitter" : "Twitter", "Website" : "Heimasíða", diff --git a/lib/l10n/fo.json b/lib/l10n/fo.json index ca7b6cb1a7f..ac9d3455732 100644 --- a/lib/l10n/fo.json +++ b/lib/l10n/fo.json @@ -1,5 +1,6 @@ { "translations": { "Files" : "fílur", + "Accounts" : "Accounts", "Email" : "T-post", "Twitter" : "Twitter", "Website" : "Heimasíða", diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index bcdeeeabd83..285387d94a1 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -144,7 +144,7 @@ OC.L10N.register( "About" : "À propos", "Display name" : "Nom d'affichage", "Headline" : "Titre", - "Organisation" : "Organisme", + "Organization" : "Organisation", "Role" : "Fonction", "Pronouns" : "Pronoms", "Unknown account" : "Compte inconnu", @@ -450,6 +450,7 @@ OC.L10N.register( "Generate headline" : "Générer un titre", "Summarizes text by reducing its length without losing key information." : "Résume un texte en réduisant sa longueur sans perdre d’informations essentielles.", "Extracts topics from a text and outputs them separated by commas." : "Extrait les thèmes d'un texte et les restitue séparés par des virgules.", + "Organisation" : "Organisme", "File is currently busy, please try again later" : "Le fichier est actuellement utilisé, veuillez réessayer plus tard", "Cannot download file" : "Impossible de télécharger le fichier", "Login is too long" : "L'authentification est trop longue" diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json index e6d19d589f0..7405ab4d990 100644 --- a/lib/l10n/fr.json +++ b/lib/l10n/fr.json @@ -142,7 +142,7 @@ "About" : "À propos", "Display name" : "Nom d'affichage", "Headline" : "Titre", - "Organisation" : "Organisme", + "Organization" : "Organisation", "Role" : "Fonction", "Pronouns" : "Pronoms", "Unknown account" : "Compte inconnu", @@ -448,6 +448,7 @@ "Generate headline" : "Générer un titre", "Summarizes text by reducing its length without losing key information." : "Résume un texte en réduisant sa longueur sans perdre d’informations essentielles.", "Extracts topics from a text and outputs them separated by commas." : "Extrait les thèmes d'un texte et les restitue séparés par des virgules.", + "Organisation" : "Organisme", "File is currently busy, please try again later" : "Le fichier est actuellement utilisé, veuillez réessayer plus tard", "Cannot download file" : "Impossible de télécharger le fichier", "Login is too long" : "L'authentification est trop longue" diff --git a/lib/l10n/ga.js b/lib/l10n/ga.js index 481a89b9f06..4815f14d0a1 100644 --- a/lib/l10n/ga.js +++ b/lib/l10n/ga.js @@ -144,7 +144,7 @@ OC.L10N.register( "About" : "Faoi", "Display name" : "Ainm taispeána", "Headline" : "Ceannlíne", - "Organisation" : "Eagraíocht", + "Organization" : "Eagraíocht", "Role" : "Ról", "Pronouns" : "Forainmneacha", "Unknown account" : "Cuntas anaithnid", @@ -450,6 +450,7 @@ OC.L10N.register( "Generate headline" : "Gin ceannlíne", "Summarizes text by reducing its length without losing key information." : "Déanann sé achoimre ar théacs trína fhad a laghdú gan eochairfhaisnéis a chailliúint.", "Extracts topics from a text and outputs them separated by commas." : "Sliocht topaicí as téacs agus aschuir iad scartha le camóga.", + "Organisation" : "Eagraíocht", "File is currently busy, please try again later" : "Tá an comhad gnóthach faoi láthair, bain triail eile as ar ball le do thoil", "Cannot download file" : "Ní féidir an comhad a íoslódáil", "Login is too long" : "Tá logáil isteach ró-fhada" diff --git a/lib/l10n/ga.json b/lib/l10n/ga.json index 669754526c2..b601cb06aca 100644 --- a/lib/l10n/ga.json +++ b/lib/l10n/ga.json @@ -142,7 +142,7 @@ "About" : "Faoi", "Display name" : "Ainm taispeána", "Headline" : "Ceannlíne", - "Organisation" : "Eagraíocht", + "Organization" : "Eagraíocht", "Role" : "Ról", "Pronouns" : "Forainmneacha", "Unknown account" : "Cuntas anaithnid", @@ -448,6 +448,7 @@ "Generate headline" : "Gin ceannlíne", "Summarizes text by reducing its length without losing key information." : "Déanann sé achoimre ar théacs trína fhad a laghdú gan eochairfhaisnéis a chailliúint.", "Extracts topics from a text and outputs them separated by commas." : "Sliocht topaicí as téacs agus aschuir iad scartha le camóga.", + "Organisation" : "Eagraíocht", "File is currently busy, please try again later" : "Tá an comhad gnóthach faoi láthair, bain triail eile as ar ball le do thoil", "Cannot download file" : "Ní féidir an comhad a íoslódáil", "Login is too long" : "Tá logáil isteach ró-fhada" diff --git a/lib/l10n/gl.js b/lib/l10n/gl.js index adcd145ae66..6318028550f 100644 --- a/lib/l10n/gl.js +++ b/lib/l10n/gl.js @@ -142,7 +142,6 @@ OC.L10N.register( "About" : "Sobre", "Display name" : "Nome para amosar", "Headline" : "Titular", - "Organisation" : "Organización", "Role" : "Cargo", "Pronouns" : "Pronomes", "Unknown account" : "Conta descoñecida", @@ -441,6 +440,7 @@ OC.L10N.register( "Generate headline" : "Xerar titular", "Summarizes text by reducing its length without losing key information." : "Resume o texto reducindo a súa lonxitude sen perder a información clave.", "Extracts topics from a text and outputs them separated by commas." : "Extrae temas dun texto e amósaos separados por comas.", + "Organisation" : "Organización", "File is currently busy, please try again later" : "O ficheiro está ocupado neste momento, ténteo máis adiante.", "Cannot download file" : "Non é posíbel descargar o ficheiro" }, diff --git a/lib/l10n/gl.json b/lib/l10n/gl.json index ea8fc00b36c..dee39bf1ac5 100644 --- a/lib/l10n/gl.json +++ b/lib/l10n/gl.json @@ -140,7 +140,6 @@ "About" : "Sobre", "Display name" : "Nome para amosar", "Headline" : "Titular", - "Organisation" : "Organización", "Role" : "Cargo", "Pronouns" : "Pronomes", "Unknown account" : "Conta descoñecida", @@ -439,6 +438,7 @@ "Generate headline" : "Xerar titular", "Summarizes text by reducing its length without losing key information." : "Resume o texto reducindo a súa lonxitude sen perder a información clave.", "Extracts topics from a text and outputs them separated by commas." : "Extrae temas dun texto e amósaos separados por comas.", + "Organisation" : "Organización", "File is currently busy, please try again later" : "O ficheiro está ocupado neste momento, ténteo máis adiante.", "Cannot download file" : "Non é posíbel descargar o ficheiro" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/lib/l10n/he.js b/lib/l10n/he.js index f323b3980b3..d74ce7ae2a5 100644 --- a/lib/l10n/he.js +++ b/lib/l10n/he.js @@ -58,6 +58,7 @@ OC.L10N.register( "Apps" : "יישומים", "Settings" : "הגדרות", "Log out" : "התנתק", + "Accounts" : "Accounts", "Email" : "דוא״ל", "Phone" : "טלפון", "Twitter" : "טוויטר", diff --git a/lib/l10n/he.json b/lib/l10n/he.json index 68fd61703fd..ac901d2af3f 100644 --- a/lib/l10n/he.json +++ b/lib/l10n/he.json @@ -56,6 +56,7 @@ "Apps" : "יישומים", "Settings" : "הגדרות", "Log out" : "התנתק", + "Accounts" : "Accounts", "Email" : "דוא״ל", "Phone" : "טלפון", "Twitter" : "טוויטר", diff --git a/lib/l10n/hi_IN.js b/lib/l10n/hi_IN.js new file mode 100644 index 00000000000..5470a1556a1 --- /dev/null +++ b/lib/l10n/hi_IN.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "lib", + { + "Accounts" : "Accounts" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/hi_IN.json b/lib/l10n/hi_IN.json new file mode 100644 index 00000000000..7b2844d452b --- /dev/null +++ b/lib/l10n/hi_IN.json @@ -0,0 +1,4 @@ +{ "translations": { + "Accounts" : "Accounts" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/lib/l10n/hr.js b/lib/l10n/hr.js index 9d8f5fdd20a..792c3ecf87f 100644 --- a/lib/l10n/hr.js +++ b/lib/l10n/hr.js @@ -99,7 +99,6 @@ OC.L10N.register( "Profile picture" : "Profilna slika", "About" : "Informacije", "Headline" : "Naslov", - "Organisation" : "Organizacija", "Role" : "Uloga", "Additional settings" : "Dodatne postavke", "You need to enter details of an existing account." : "Trebate unijeti informacije o postojećem računu.", @@ -200,6 +199,7 @@ OC.L10N.register( "Summary" : "Sažetak", "Translate" : "Prevedi", "Result" : "Rezultat", + "Organisation" : "Organizacija", "File is currently busy, please try again later" : "Datoteka je trenutno zauzeta, pokušajte ponovo kasnije" }, "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); diff --git a/lib/l10n/hr.json b/lib/l10n/hr.json index 1fb76436871..71ea17ced9c 100644 --- a/lib/l10n/hr.json +++ b/lib/l10n/hr.json @@ -97,7 +97,6 @@ "Profile picture" : "Profilna slika", "About" : "Informacije", "Headline" : "Naslov", - "Organisation" : "Organizacija", "Role" : "Uloga", "Additional settings" : "Dodatne postavke", "You need to enter details of an existing account." : "Trebate unijeti informacije o postojećem računu.", @@ -198,6 +197,7 @@ "Summary" : "Sažetak", "Translate" : "Prevedi", "Result" : "Rezultat", + "Organisation" : "Organizacija", "File is currently busy, please try again later" : "Datoteka je trenutno zauzeta, pokušajte ponovo kasnije" },"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;" }
\ No newline at end of file diff --git a/lib/l10n/hsb.js b/lib/l10n/hsb.js new file mode 100644 index 00000000000..0701d03ad85 --- /dev/null +++ b/lib/l10n/hsb.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "lib", + { + "Accounts" : "Accounts" +}, +"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/lib/l10n/hsb.json b/lib/l10n/hsb.json new file mode 100644 index 00000000000..cc0a0f8f686 --- /dev/null +++ b/lib/l10n/hsb.json @@ -0,0 +1,4 @@ +{ "translations": { + "Accounts" : "Accounts" +},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" +}
\ No newline at end of file diff --git a/lib/l10n/hu.js b/lib/l10n/hu.js index 21d0f6b986f..886653b9095 100644 --- a/lib/l10n/hu.js +++ b/lib/l10n/hu.js @@ -113,7 +113,7 @@ OC.L10N.register( "About" : "Névjegy", "Display name" : "Megjelenítendő név", "Headline" : "Címsor", - "Organisation" : "Szervezet", + "Organization" : "Szervezet", "Role" : "Szerepkör", "Additional settings" : "További beállítások", "Enter the database name for %s" : "Adja meg a %s adatbázisának nevét", @@ -247,6 +247,7 @@ OC.L10N.register( "Generate headline" : "Címsor előállítása", "Summarizes text by reducing its length without losing key information." : "Összesíti a szöveget a hosszúság csökkentésével anélkül, hogy a kulcsinformációk elvesznének.", "Extracts topics from a text and outputs them separated by commas." : "Kinyeri a témákat a szövegből, és vesszőkkel elválasztva megjeleníti.", + "Organisation" : "Szervezet", "File is currently busy, please try again later" : "A fájl jelenleg foglalt, próbálja újra később", "Cannot download file" : "A fájl nem tölthető le" }, diff --git a/lib/l10n/hu.json b/lib/l10n/hu.json index e40d8174716..266831728ba 100644 --- a/lib/l10n/hu.json +++ b/lib/l10n/hu.json @@ -111,7 +111,7 @@ "About" : "Névjegy", "Display name" : "Megjelenítendő név", "Headline" : "Címsor", - "Organisation" : "Szervezet", + "Organization" : "Szervezet", "Role" : "Szerepkör", "Additional settings" : "További beállítások", "Enter the database name for %s" : "Adja meg a %s adatbázisának nevét", @@ -245,6 +245,7 @@ "Generate headline" : "Címsor előállítása", "Summarizes text by reducing its length without losing key information." : "Összesíti a szöveget a hosszúság csökkentésével anélkül, hogy a kulcsinformációk elvesznének.", "Extracts topics from a text and outputs them separated by commas." : "Kinyeri a témákat a szövegből, és vesszőkkel elválasztva megjeleníti.", + "Organisation" : "Szervezet", "File is currently busy, please try again later" : "A fájl jelenleg foglalt, próbálja újra később", "Cannot download file" : "A fájl nem tölthető le" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/lib/l10n/hy.js b/lib/l10n/hy.js index 2c74b272b2f..4497435bfd9 100644 --- a/lib/l10n/hy.js +++ b/lib/l10n/hy.js @@ -9,6 +9,7 @@ OC.L10N.register( "__language_name__" : "Հայերեն", "Settings" : "կարգավորումներ", "Log out" : "Դուրս գալ", + "Accounts" : "Accounts", "Email" : "Էլ․փոստ", "Address" : "Հասցե", "About" : "էջի վերաբերյալ", diff --git a/lib/l10n/hy.json b/lib/l10n/hy.json index 7284fefe1af..2ff63585976 100644 --- a/lib/l10n/hy.json +++ b/lib/l10n/hy.json @@ -7,6 +7,7 @@ "__language_name__" : "Հայերեն", "Settings" : "կարգավորումներ", "Log out" : "Դուրս գալ", + "Accounts" : "Accounts", "Email" : "Էլ․փոստ", "Address" : "Հասցե", "About" : "էջի վերաբերյալ", diff --git a/lib/l10n/ia.js b/lib/l10n/ia.js index cc0a431ce3a..da5ca66504e 100644 --- a/lib/l10n/ia.js +++ b/lib/l10n/ia.js @@ -9,6 +9,7 @@ OC.L10N.register( "__language_name__" : "Interlingua de IALA", "Settings" : "Configurationes", "Log out" : "Clauder session", + "Accounts" : "Accounts", "Email" : "E-posta", "Phone" : "Phono", "Twitter" : "Twitter", diff --git a/lib/l10n/ia.json b/lib/l10n/ia.json index 62ee67dcb63..e9c98090bcf 100644 --- a/lib/l10n/ia.json +++ b/lib/l10n/ia.json @@ -7,6 +7,7 @@ "__language_name__" : "Interlingua de IALA", "Settings" : "Configurationes", "Log out" : "Clauder session", + "Accounts" : "Accounts", "Email" : "E-posta", "Phone" : "Phono", "Twitter" : "Twitter", diff --git a/lib/l10n/id.js b/lib/l10n/id.js index c7c14e71638..f3c3ec905db 100644 --- a/lib/l10n/id.js +++ b/lib/l10n/id.js @@ -40,6 +40,7 @@ OC.L10N.register( "Apps" : "Aplikasi", "Settings" : "Setelan", "Log out" : "Keluar", + "Accounts" : "Accounts", "Email" : "Surel", "Phone" : "Telpon", "Twitter" : "Twitter", diff --git a/lib/l10n/id.json b/lib/l10n/id.json index 99bf3880dd6..fa27c5b0f0d 100644 --- a/lib/l10n/id.json +++ b/lib/l10n/id.json @@ -38,6 +38,7 @@ "Apps" : "Aplikasi", "Settings" : "Setelan", "Log out" : "Keluar", + "Accounts" : "Accounts", "Email" : "Surel", "Phone" : "Telpon", "Twitter" : "Twitter", diff --git a/lib/l10n/ig.js b/lib/l10n/ig.js new file mode 100644 index 00000000000..e8844903c56 --- /dev/null +++ b/lib/l10n/ig.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "lib", + { + "Accounts" : "Accounts" +}, +"nplurals=1; plural=0;"); diff --git a/lib/l10n/ig.json b/lib/l10n/ig.json new file mode 100644 index 00000000000..7a22e67d480 --- /dev/null +++ b/lib/l10n/ig.json @@ -0,0 +1,4 @@ +{ "translations": { + "Accounts" : "Accounts" +},"pluralForm" :"nplurals=1; plural=0;" +}
\ No newline at end of file diff --git a/lib/l10n/is.js b/lib/l10n/is.js index 48c2e7cfb57..dca5eeea0c7 100644 --- a/lib/l10n/is.js +++ b/lib/l10n/is.js @@ -131,7 +131,7 @@ OC.L10N.register( "About" : "Um hugbúnaðinn", "Display name" : "Birtingarnafn", "Headline" : "Fyrirsögn", - "Organisation" : "Stofnun/Félag/Fyrirtæki", + "Organization" : "Stofnun/Samtök/Félag", "Role" : "Role", "Pronouns" : "Fornöfn", "Unknown account" : "Óþekktur aðgangur", @@ -306,6 +306,7 @@ OC.L10N.register( "Generate headline" : "Útbúa fyrirsögn", "Summarizes text by reducing its length without losing key information." : "Tekur saman aðalatriði texta með því að stytta hann án þess að tapa mikilvægustu upplýsingum.", "Extracts topics from a text and outputs them separated by commas." : "Greinir efnisflokka úr texta og aðskilur þá með kommum.", + "Organisation" : "Stofnun/Félag/Fyrirtæki", "File is currently busy, please try again later" : "Skráin er upptekin í augnablikinu, reyndu aftur síðar", "Cannot download file" : "Get ekki sótt skrá" }, diff --git a/lib/l10n/is.json b/lib/l10n/is.json index a318ed36098..d49fa292bb1 100644 --- a/lib/l10n/is.json +++ b/lib/l10n/is.json @@ -129,7 +129,7 @@ "About" : "Um hugbúnaðinn", "Display name" : "Birtingarnafn", "Headline" : "Fyrirsögn", - "Organisation" : "Stofnun/Félag/Fyrirtæki", + "Organization" : "Stofnun/Samtök/Félag", "Role" : "Role", "Pronouns" : "Fornöfn", "Unknown account" : "Óþekktur aðgangur", @@ -304,6 +304,7 @@ "Generate headline" : "Útbúa fyrirsögn", "Summarizes text by reducing its length without losing key information." : "Tekur saman aðalatriði texta með því að stytta hann án þess að tapa mikilvægustu upplýsingum.", "Extracts topics from a text and outputs them separated by commas." : "Greinir efnisflokka úr texta og aðskilur þá með kommum.", + "Organisation" : "Stofnun/Félag/Fyrirtæki", "File is currently busy, please try again later" : "Skráin er upptekin í augnablikinu, reyndu aftur síðar", "Cannot download file" : "Get ekki sótt skrá" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" diff --git a/lib/l10n/it.js b/lib/l10n/it.js index 6ff6c4be9be..8a0eee588fe 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -117,7 +117,7 @@ OC.L10N.register( "About" : "Informazioni", "Display name" : "Nome visualizzato", "Headline" : "Titolo", - "Organisation" : "Organizzazione", + "Organization" : "Organizzazione", "Role" : "Ruolo", "Pronouns" : "Pronomi", "Unknown account" : "Account sconosciuto", @@ -267,6 +267,7 @@ OC.L10N.register( "Generate headline" : "Genera titolo", "Summarizes text by reducing its length without losing key information." : "Riassume il testo riducendone la lunghezza senza perdere le informazioni chiave.", "Extracts topics from a text and outputs them separated by commas." : "Estrae gli argomenti da un testo e li elenca separati da virgole.", + "Organisation" : "Organizzazione", "File is currently busy, please try again later" : "Il file è attualmente occupato, riprova più tardi", "Cannot download file" : "Impossibile scaricare il file" }, diff --git a/lib/l10n/it.json b/lib/l10n/it.json index bdc6eace836..a8aa61d17d8 100644 --- a/lib/l10n/it.json +++ b/lib/l10n/it.json @@ -115,7 +115,7 @@ "About" : "Informazioni", "Display name" : "Nome visualizzato", "Headline" : "Titolo", - "Organisation" : "Organizzazione", + "Organization" : "Organizzazione", "Role" : "Ruolo", "Pronouns" : "Pronomi", "Unknown account" : "Account sconosciuto", @@ -265,6 +265,7 @@ "Generate headline" : "Genera titolo", "Summarizes text by reducing its length without losing key information." : "Riassume il testo riducendone la lunghezza senza perdere le informazioni chiave.", "Extracts topics from a text and outputs them separated by commas." : "Estrae gli argomenti da un testo e li elenca separati da virgole.", + "Organisation" : "Organizzazione", "File is currently busy, please try again later" : "Il file è attualmente occupato, riprova più tardi", "Cannot download file" : "Impossibile scaricare il file" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 72a4b6f133b..a97a74306a9 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -144,7 +144,7 @@ OC.L10N.register( "About" : "詳細", "Display name" : "表示名", "Headline" : "見出し", - "Organisation" : "組織", + "Organization" : "共同作業", "Role" : "ロール", "Pronouns" : "代名詞", "Unknown account" : "不明なアカウント", @@ -450,6 +450,7 @@ OC.L10N.register( "Generate headline" : "見出しの生成", "Summarizes text by reducing its length without losing key information." : "重要な情報を失わずにテキストの長さを要約して短縮する。", "Extracts topics from a text and outputs them separated by commas." : "テキストからトピックを抽出し、カンマ区切りで出力します。", + "Organisation" : "組織", "File is currently busy, please try again later" : "現在ファイルはビジーです。後でもう一度試してください。", "Cannot download file" : "ファイルをダウンロードできません", "Login is too long" : "ログインが長すぎます" diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json index 5a6af204f01..e51cabebf36 100644 --- a/lib/l10n/ja.json +++ b/lib/l10n/ja.json @@ -142,7 +142,7 @@ "About" : "詳細", "Display name" : "表示名", "Headline" : "見出し", - "Organisation" : "組織", + "Organization" : "共同作業", "Role" : "ロール", "Pronouns" : "代名詞", "Unknown account" : "不明なアカウント", @@ -448,6 +448,7 @@ "Generate headline" : "見出しの生成", "Summarizes text by reducing its length without losing key information." : "重要な情報を失わずにテキストの長さを要約して短縮する。", "Extracts topics from a text and outputs them separated by commas." : "テキストからトピックを抽出し、カンマ区切りで出力します。", + "Organisation" : "組織", "File is currently busy, please try again later" : "現在ファイルはビジーです。後でもう一度試してください。", "Cannot download file" : "ファイルをダウンロードできません", "Login is too long" : "ログインが長すぎます" diff --git a/lib/l10n/ka.js b/lib/l10n/ka.js index 706ba8411db..eb341cb81ee 100644 --- a/lib/l10n/ka.js +++ b/lib/l10n/ka.js @@ -108,7 +108,7 @@ OC.L10N.register( "About" : "About", "Display name" : "Display name", "Headline" : "Headline", - "Organisation" : "Organisation", + "Organization" : "Organization", "Role" : "Role", "Additional settings" : "Additional settings", "Enter the database name for %s" : "Enter the database name for %s", @@ -239,6 +239,7 @@ OC.L10N.register( "Generate headline" : "Generate headline", "Summarizes text by reducing its length without losing key information." : "Summarizes text by reducing its length without losing key information.", "Extracts topics from a text and outputs them separated by commas." : "Extracts topics from a text and outputs them separated by commas.", + "Organisation" : "Organisation", "File is currently busy, please try again later" : "File is currently busy, please try again later", "Cannot download file" : "Cannot download file" }, diff --git a/lib/l10n/ka.json b/lib/l10n/ka.json index 9ae23be8656..14882187d5d 100644 --- a/lib/l10n/ka.json +++ b/lib/l10n/ka.json @@ -106,7 +106,7 @@ "About" : "About", "Display name" : "Display name", "Headline" : "Headline", - "Organisation" : "Organisation", + "Organization" : "Organization", "Role" : "Role", "Additional settings" : "Additional settings", "Enter the database name for %s" : "Enter the database name for %s", @@ -237,6 +237,7 @@ "Generate headline" : "Generate headline", "Summarizes text by reducing its length without losing key information." : "Summarizes text by reducing its length without losing key information.", "Extracts topics from a text and outputs them separated by commas." : "Extracts topics from a text and outputs them separated by commas.", + "Organisation" : "Organisation", "File is currently busy, please try again later" : "File is currently busy, please try again later", "Cannot download file" : "Cannot download file" },"pluralForm" :"nplurals=2; plural=(n!=1);" diff --git a/lib/l10n/km.js b/lib/l10n/km.js index 5f499f816bd..69751b30879 100644 --- a/lib/l10n/km.js +++ b/lib/l10n/km.js @@ -16,6 +16,7 @@ OC.L10N.register( "Apps" : "កម្មវិធី", "Settings" : "ការកំណត់", "Log out" : "ចាកចេញ", + "Accounts" : "Accounts", "Email" : "អ៊ីមែល", "Address" : "អាសយដ្ឋាន", "Profile picture" : "រូបភាពប្រវត្តិរូប", diff --git a/lib/l10n/km.json b/lib/l10n/km.json index 209a4ab7f5f..c437be10e89 100644 --- a/lib/l10n/km.json +++ b/lib/l10n/km.json @@ -14,6 +14,7 @@ "Apps" : "កម្មវិធី", "Settings" : "ការកំណត់", "Log out" : "ចាកចេញ", + "Accounts" : "Accounts", "Email" : "អ៊ីមែល", "Address" : "អាសយដ្ឋាន", "Profile picture" : "រូបភាពប្រវត្តិរូប", diff --git a/lib/l10n/kn.js b/lib/l10n/kn.js index 30b6ed8db54..00c9bf97cf0 100644 --- a/lib/l10n/kn.js +++ b/lib/l10n/kn.js @@ -8,6 +8,7 @@ OC.L10N.register( "Apps" : "ಕಾರ್ಯಕ್ರಮಗಳು", "Settings" : "ಆಯ್ಕೆ", "Log out" : "ಈ ಆವೃತ್ತಿ ಇಂದ ನಿರ್ಗಮಿಸಿ", + "Accounts" : "Accounts", "Email" : "ಇ-ಅಂಚೆ", "Address" : "ವಿಳಾಸ", "Sunday" : "ಭಾನುವಾರ", diff --git a/lib/l10n/kn.json b/lib/l10n/kn.json index 590b685ac63..d2dd85baa36 100644 --- a/lib/l10n/kn.json +++ b/lib/l10n/kn.json @@ -6,6 +6,7 @@ "Apps" : "ಕಾರ್ಯಕ್ರಮಗಳು", "Settings" : "ಆಯ್ಕೆ", "Log out" : "ಈ ಆವೃತ್ತಿ ಇಂದ ನಿರ್ಗಮಿಸಿ", + "Accounts" : "Accounts", "Email" : "ಇ-ಅಂಚೆ", "Address" : "ವಿಳಾಸ", "Sunday" : "ಭಾನುವಾರ", diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js index 41178d953f3..f083f57b908 100644 --- a/lib/l10n/ko.js +++ b/lib/l10n/ko.js @@ -110,7 +110,7 @@ OC.L10N.register( "About" : "정보", "Display name" : "표시 이름", "Headline" : "표제", - "Organisation" : "조직", + "Organization" : "개인 정보 관리", "Role" : "직책", "Unknown account" : "알 수 없는 계정", "Additional settings" : "고급 설정", @@ -258,6 +258,7 @@ OC.L10N.register( "Generate headline" : "헤드라인 생성", "Summarizes text by reducing its length without losing key information." : "중요 정보로 내용을 축약하십시오.", "Extracts topics from a text and outputs them separated by commas." : "내용에서 주요 주제를 추출하고 쉼표로 이를 구분하십시오.", + "Organisation" : "조직", "File is currently busy, please try again later" : "파일이 현재 사용 중, 나중에 다시 시도하십시오", "Cannot download file" : "파일을 다운로드할 수 없음" }, diff --git a/lib/l10n/ko.json b/lib/l10n/ko.json index 409bc07408d..981836aa2ce 100644 --- a/lib/l10n/ko.json +++ b/lib/l10n/ko.json @@ -108,7 +108,7 @@ "About" : "정보", "Display name" : "표시 이름", "Headline" : "표제", - "Organisation" : "조직", + "Organization" : "개인 정보 관리", "Role" : "직책", "Unknown account" : "알 수 없는 계정", "Additional settings" : "고급 설정", @@ -256,6 +256,7 @@ "Generate headline" : "헤드라인 생성", "Summarizes text by reducing its length without losing key information." : "중요 정보로 내용을 축약하십시오.", "Extracts topics from a text and outputs them separated by commas." : "내용에서 주요 주제를 추출하고 쉼표로 이를 구분하십시오.", + "Organisation" : "조직", "File is currently busy, please try again later" : "파일이 현재 사용 중, 나중에 다시 시도하십시오", "Cannot download file" : "파일을 다운로드할 수 없음" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/lib/l10n/la.js b/lib/l10n/la.js new file mode 100644 index 00000000000..5470a1556a1 --- /dev/null +++ b/lib/l10n/la.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "lib", + { + "Accounts" : "Accounts" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/la.json b/lib/l10n/la.json new file mode 100644 index 00000000000..7b2844d452b --- /dev/null +++ b/lib/l10n/la.json @@ -0,0 +1,4 @@ +{ "translations": { + "Accounts" : "Accounts" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/lib/l10n/lb.js b/lib/l10n/lb.js index 95e013a5895..f0f57450012 100644 --- a/lib/l10n/lb.js +++ b/lib/l10n/lb.js @@ -22,6 +22,7 @@ OC.L10N.register( "Apps" : "Applikatiounen", "Settings" : "Astellungen", "Log out" : "Ofmellen", + "Accounts" : "Accounts", "Email" : "Email", "Phone" : "Telefon", "Address" : "Adress", diff --git a/lib/l10n/lb.json b/lib/l10n/lb.json index 6670b881769..7e163162d5b 100644 --- a/lib/l10n/lb.json +++ b/lib/l10n/lb.json @@ -20,6 +20,7 @@ "Apps" : "Applikatiounen", "Settings" : "Astellungen", "Log out" : "Ofmellen", + "Accounts" : "Accounts", "Email" : "Email", "Phone" : "Telefon", "Address" : "Adress", diff --git a/lib/l10n/lt_LT.js b/lib/l10n/lt_LT.js index 8f4044127d9..a92e6d9a240 100644 --- a/lib/l10n/lt_LT.js +++ b/lib/l10n/lt_LT.js @@ -88,7 +88,7 @@ OC.L10N.register( "Profile picture" : "Profilio paveikslėlis", "About" : "Apie", "Headline" : "Antraštė", - "Organisation" : "Organizacija", + "Organization" : "Organizavimas", "Role" : "Vaidmuo", "Unknown account" : "Nežinoma paskyra", "Additional settings" : "Papildomi nustatymai", @@ -183,6 +183,7 @@ OC.L10N.register( "Text" : "Tekstas", "Summary" : "Santrauka", "Translate" : "Verskite", + "Organisation" : "Organizacija", "File is currently busy, please try again later" : "Failas šiuo metu yra užimtas, prašome vėliau pabandyti dar kartą", "Cannot download file" : "Nepavyksta atsisiųsti failo" }, diff --git a/lib/l10n/lt_LT.json b/lib/l10n/lt_LT.json index d7ab36c7f46..14fd7c57f04 100644 --- a/lib/l10n/lt_LT.json +++ b/lib/l10n/lt_LT.json @@ -86,7 +86,7 @@ "Profile picture" : "Profilio paveikslėlis", "About" : "Apie", "Headline" : "Antraštė", - "Organisation" : "Organizacija", + "Organization" : "Organizavimas", "Role" : "Vaidmuo", "Unknown account" : "Nežinoma paskyra", "Additional settings" : "Papildomi nustatymai", @@ -181,6 +181,7 @@ "Text" : "Tekstas", "Summary" : "Santrauka", "Translate" : "Verskite", + "Organisation" : "Organizacija", "File is currently busy, please try again later" : "Failas šiuo metu yra užimtas, prašome vėliau pabandyti dar kartą", "Cannot download file" : "Nepavyksta atsisiųsti failo" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" diff --git a/lib/l10n/mk.js b/lib/l10n/mk.js index 01c7c4a17f8..24487bf9aa6 100644 --- a/lib/l10n/mk.js +++ b/lib/l10n/mk.js @@ -109,7 +109,6 @@ OC.L10N.register( "About" : "За", "Display name" : "Име и презиме", "Headline" : "Наслов", - "Organisation" : "Организација", "Role" : "Улога", "Additional settings" : "Дополнителни параметри", "Enter the database name for %s" : "Внесете го името на базата за %s", @@ -232,6 +231,7 @@ OC.L10N.register( "Summary" : "Резиме", "Translate" : "Преведи", "Generate headline" : "Генерирај заглавие", + "Organisation" : "Организација", "File is currently busy, please try again later" : "Датотеката моментално е зафатена, обидете се повторно", "Cannot download file" : "Не може да се преземе датотеката" }, diff --git a/lib/l10n/mk.json b/lib/l10n/mk.json index c83132cc235..465323a1513 100644 --- a/lib/l10n/mk.json +++ b/lib/l10n/mk.json @@ -107,7 +107,6 @@ "About" : "За", "Display name" : "Име и презиме", "Headline" : "Наслов", - "Organisation" : "Организација", "Role" : "Улога", "Additional settings" : "Дополнителни параметри", "Enter the database name for %s" : "Внесете го името на базата за %s", @@ -230,6 +229,7 @@ "Summary" : "Резиме", "Translate" : "Преведи", "Generate headline" : "Генерирај заглавие", + "Organisation" : "Организација", "File is currently busy, please try again later" : "Датотеката моментално е зафатена, обидете се повторно", "Cannot download file" : "Не може да се преземе датотеката" },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" diff --git a/lib/l10n/mn.js b/lib/l10n/mn.js index 29ae48cf228..6921a2c7895 100644 --- a/lib/l10n/mn.js +++ b/lib/l10n/mn.js @@ -16,6 +16,7 @@ OC.L10N.register( "Apps" : "Аппликэйшинууд", "Settings" : "Тохиргоо", "Log out" : "гаргах", + "Accounts" : "Accounts", "Email" : "Цахим шуудан", "Phone" : "Утас", "Twitter" : "Твиттер", diff --git a/lib/l10n/mn.json b/lib/l10n/mn.json index e47604ac8e8..6a0775068f7 100644 --- a/lib/l10n/mn.json +++ b/lib/l10n/mn.json @@ -14,6 +14,7 @@ "Apps" : "Аппликэйшинууд", "Settings" : "Тохиргоо", "Log out" : "гаргах", + "Accounts" : "Accounts", "Email" : "Цахим шуудан", "Phone" : "Утас", "Twitter" : "Твиттер", diff --git a/lib/l10n/mr.js b/lib/l10n/mr.js index 12f8a3288e8..bdb9413f501 100644 --- a/lib/l10n/mr.js +++ b/lib/l10n/mr.js @@ -1,6 +1,7 @@ OC.L10N.register( "lib", { - "Settings" : "सेटिंग" + "Settings" : "सेटिंग", + "Accounts" : "Accounts" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/mr.json b/lib/l10n/mr.json index a1f4092afac..86c963072c7 100644 --- a/lib/l10n/mr.json +++ b/lib/l10n/mr.json @@ -1,4 +1,5 @@ { "translations": { - "Settings" : "सेटिंग" + "Settings" : "सेटिंग", + "Accounts" : "Accounts" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/lib/l10n/ms_MY.js b/lib/l10n/ms_MY.js index a62db456f42..7b43363669e 100644 --- a/lib/l10n/ms_MY.js +++ b/lib/l10n/ms_MY.js @@ -6,6 +6,7 @@ OC.L10N.register( "Apps" : "Aplikasi", "Settings" : "Tetapan", "Log out" : "Log keluar", + "Accounts" : "Accounts", "Email" : "Email", "Phone" : "Telefon", "Address" : "Alamat", diff --git a/lib/l10n/ms_MY.json b/lib/l10n/ms_MY.json index cb2e2f402ce..653eceb372d 100644 --- a/lib/l10n/ms_MY.json +++ b/lib/l10n/ms_MY.json @@ -4,6 +4,7 @@ "Apps" : "Aplikasi", "Settings" : "Tetapan", "Log out" : "Log keluar", + "Accounts" : "Accounts", "Email" : "Email", "Phone" : "Telefon", "Address" : "Alamat", diff --git a/lib/l10n/my.js b/lib/l10n/my.js index 35076d7fd52..5c80bd049dc 100644 --- a/lib/l10n/my.js +++ b/lib/l10n/my.js @@ -2,6 +2,7 @@ OC.L10N.register( "lib", { "Empty file" : "ဗလာဖိုင်", + "Accounts" : "Accounts", "About" : "အကြောင်း" }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/my.json b/lib/l10n/my.json index 46315926e71..59335bffc06 100644 --- a/lib/l10n/my.json +++ b/lib/l10n/my.json @@ -1,5 +1,6 @@ { "translations": { "Empty file" : "ဗလာဖိုင်", + "Accounts" : "Accounts", "About" : "အကြောင်း" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/lib/l10n/nb.js b/lib/l10n/nb.js index d2f0b2729e4..da8613ccafb 100644 --- a/lib/l10n/nb.js +++ b/lib/l10n/nb.js @@ -124,7 +124,7 @@ OC.L10N.register( "About" : "Om", "Display name" : "Visningsnavn", "Headline" : "Overskrift", - "Organisation" : "Organisasion", + "Organization" : "Organisering", "Role" : "Rolle", "Pronouns" : "Pronomen", "Unknown account" : "Ukjent konto", @@ -368,6 +368,7 @@ OC.L10N.register( "Generate headline" : "Generer overskrift", "Summarizes text by reducing its length without losing key information." : "Oppsummerer tekst ved å redusere lengden uten å miste nøkkelinformasjon.", "Extracts topics from a text and outputs them separated by commas." : "Trekker ut emner fra en tekst og sender dem ut atskilt med komma.", + "Organisation" : "Organisasion", "File is currently busy, please try again later" : "Filen er opptatt for øyeblikket, prøv igjen senere", "Cannot download file" : "Kan ikke laste ned fil" }, diff --git a/lib/l10n/nb.json b/lib/l10n/nb.json index 22a46d78df6..b9442e11952 100644 --- a/lib/l10n/nb.json +++ b/lib/l10n/nb.json @@ -122,7 +122,7 @@ "About" : "Om", "Display name" : "Visningsnavn", "Headline" : "Overskrift", - "Organisation" : "Organisasion", + "Organization" : "Organisering", "Role" : "Rolle", "Pronouns" : "Pronomen", "Unknown account" : "Ukjent konto", @@ -366,6 +366,7 @@ "Generate headline" : "Generer overskrift", "Summarizes text by reducing its length without losing key information." : "Oppsummerer tekst ved å redusere lengden uten å miste nøkkelinformasjon.", "Extracts topics from a text and outputs them separated by commas." : "Trekker ut emner fra en tekst og sender dem ut atskilt med komma.", + "Organisation" : "Organisasion", "File is currently busy, please try again later" : "Filen er opptatt for øyeblikket, prøv igjen senere", "Cannot download file" : "Kan ikke laste ned fil" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/lib/l10n/ne.js b/lib/l10n/ne.js index b3e166f976e..bfdda9e5f8c 100644 --- a/lib/l10n/ne.js +++ b/lib/l10n/ne.js @@ -2,6 +2,7 @@ OC.L10N.register( "lib", { "Files" : "फाइलहरू", - "Settings" : "सेटिङ्हरू" + "Settings" : "सेटिङ्हरू", + "Accounts" : "Accounts" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/ne.json b/lib/l10n/ne.json index 6cce687544a..496daa38757 100644 --- a/lib/l10n/ne.json +++ b/lib/l10n/ne.json @@ -1,5 +1,6 @@ { "translations": { "Files" : "फाइलहरू", - "Settings" : "सेटिङ्हरू" + "Settings" : "सेटिङ्हरू", + "Accounts" : "Accounts" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js index 66af2d8ba2b..f5c0fd369f2 100644 --- a/lib/l10n/nl.js +++ b/lib/l10n/nl.js @@ -108,7 +108,7 @@ OC.L10N.register( "About" : "Over", "Display name" : "Weergave naam", "Headline" : "Hoofdlijn", - "Organisation" : "Organisatie", + "Organization" : "Organisatie", "Role" : "Rol", "Additional settings" : "Aanvullende instellingen", "You need to enter details of an existing account." : "Geef de details van een bestaand account op.", @@ -231,6 +231,7 @@ OC.L10N.register( "Summary" : "Samenvatting", "Translate" : "Vertaal", "Result" : "Resultaat", + "Organisation" : "Organisatie", "File is currently busy, please try again later" : "Bestandsverwerking bezig, probeer het later opnieuw" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/nl.json b/lib/l10n/nl.json index c2bb3c5831b..3251a757fe6 100644 --- a/lib/l10n/nl.json +++ b/lib/l10n/nl.json @@ -106,7 +106,7 @@ "About" : "Over", "Display name" : "Weergave naam", "Headline" : "Hoofdlijn", - "Organisation" : "Organisatie", + "Organization" : "Organisatie", "Role" : "Rol", "Additional settings" : "Aanvullende instellingen", "You need to enter details of an existing account." : "Geef de details van een bestaand account op.", @@ -229,6 +229,7 @@ "Summary" : "Samenvatting", "Translate" : "Vertaal", "Result" : "Resultaat", + "Organisation" : "Organisatie", "File is currently busy, please try again later" : "Bestandsverwerking bezig, probeer het later opnieuw" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/lib/l10n/nn_NO.js b/lib/l10n/nn_NO.js index 16fb2f1d6fe..83fc891f687 100644 --- a/lib/l10n/nn_NO.js +++ b/lib/l10n/nn_NO.js @@ -19,6 +19,7 @@ OC.L10N.register( "Apps" : "Appar", "Settings" : "Instillingar", "Log out" : "Logg ut", + "Accounts" : "Accounts", "Email" : "Epost", "Phone" : "Telefonnummer", "Address" : "Adresse", diff --git a/lib/l10n/nn_NO.json b/lib/l10n/nn_NO.json index 74228b09624..271e10eaf6f 100644 --- a/lib/l10n/nn_NO.json +++ b/lib/l10n/nn_NO.json @@ -17,6 +17,7 @@ "Apps" : "Appar", "Settings" : "Instillingar", "Log out" : "Logg ut", + "Accounts" : "Accounts", "Email" : "Epost", "Phone" : "Telefonnummer", "Address" : "Adresse", diff --git a/lib/l10n/oc.js b/lib/l10n/oc.js index d20cfe78083..f18e091770c 100644 --- a/lib/l10n/oc.js +++ b/lib/l10n/oc.js @@ -30,6 +30,7 @@ OC.L10N.register( "Apps" : "Aplicacions", "Settings" : "Paramètres", "Log out" : "Desconnexion", + "Accounts" : "Accounts", "Email" : "Corrièl", "Mail %s" : "Mail %s", "Phone" : "Telefòn", @@ -42,7 +43,6 @@ OC.L10N.register( "Profile picture" : "Imatge de perfil", "About" : "A prepaus", "Headline" : "Títol", - "Organisation" : "Organizacion", "Role" : "Ròtle", "Additional settings" : "Paramètres addicionals", "Set an admin password." : "Definir un senhal admin.", @@ -71,6 +71,7 @@ OC.L10N.register( "Storage is temporarily not available" : "Emmagazinatge temporàriament indisponible", "Chat" : "Messatjariá", "Text" : "Tèxt", - "Translate" : "Tradurre" + "Translate" : "Tradurre", + "Organisation" : "Organizacion" }, "nplurals=2; plural=(n > 1);"); diff --git a/lib/l10n/oc.json b/lib/l10n/oc.json index 41c70bf329b..592d1fbb750 100644 --- a/lib/l10n/oc.json +++ b/lib/l10n/oc.json @@ -28,6 +28,7 @@ "Apps" : "Aplicacions", "Settings" : "Paramètres", "Log out" : "Desconnexion", + "Accounts" : "Accounts", "Email" : "Corrièl", "Mail %s" : "Mail %s", "Phone" : "Telefòn", @@ -40,7 +41,6 @@ "Profile picture" : "Imatge de perfil", "About" : "A prepaus", "Headline" : "Títol", - "Organisation" : "Organizacion", "Role" : "Ròtle", "Additional settings" : "Paramètres addicionals", "Set an admin password." : "Definir un senhal admin.", @@ -69,6 +69,7 @@ "Storage is temporarily not available" : "Emmagazinatge temporàriament indisponible", "Chat" : "Messatjariá", "Text" : "Tèxt", - "Translate" : "Tradurre" + "Translate" : "Tradurre", + "Organisation" : "Organizacion" },"pluralForm" :"nplurals=2; plural=(n > 1);" }
\ No newline at end of file diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js index 884ae246664..18d48c362b1 100644 --- a/lib/l10n/pl.js +++ b/lib/l10n/pl.js @@ -144,7 +144,7 @@ OC.L10N.register( "About" : "Informacje", "Display name" : "Wyświetlana nazwa", "Headline" : "Nagłówek", - "Organisation" : "Organizacja", + "Organization" : "Organizacja", "Role" : "Rola społeczna", "Pronouns" : "Zaimki", "Unknown account" : "Nieznane konto", @@ -450,6 +450,7 @@ OC.L10N.register( "Generate headline" : "Wygeneruj nagłówek", "Summarizes text by reducing its length without losing key information." : "Podsumowuje tekst, zmniejszając jego długość bez utraty kluczowych informacji.", "Extracts topics from a text and outputs them separated by commas." : "Wyodrębnia tematy z tekstu i wyświetla je oddzielone przecinkami.", + "Organisation" : "Organizacja", "File is currently busy, please try again later" : "Plik jest obecnie niedostępny, spróbuj później", "Cannot download file" : "Nie można pobrać pliku", "Login is too long" : "Login jest zbyt długi" diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json index cfdcc25a3a3..63a92848d4c 100644 --- a/lib/l10n/pl.json +++ b/lib/l10n/pl.json @@ -142,7 +142,7 @@ "About" : "Informacje", "Display name" : "Wyświetlana nazwa", "Headline" : "Nagłówek", - "Organisation" : "Organizacja", + "Organization" : "Organizacja", "Role" : "Rola społeczna", "Pronouns" : "Zaimki", "Unknown account" : "Nieznane konto", @@ -448,6 +448,7 @@ "Generate headline" : "Wygeneruj nagłówek", "Summarizes text by reducing its length without losing key information." : "Podsumowuje tekst, zmniejszając jego długość bez utraty kluczowych informacji.", "Extracts topics from a text and outputs them separated by commas." : "Wyodrębnia tematy z tekstu i wyświetla je oddzielone przecinkami.", + "Organisation" : "Organizacja", "File is currently busy, please try again later" : "Plik jest obecnie niedostępny, spróbuj później", "Cannot download file" : "Nie można pobrać pliku", "Login is too long" : "Login jest zbyt długi" diff --git a/lib/l10n/ps.js b/lib/l10n/ps.js index 8a92f63f40e..e37e9c7a6c7 100644 --- a/lib/l10n/ps.js +++ b/lib/l10n/ps.js @@ -7,6 +7,7 @@ OC.L10N.register( "Files" : "فایلونه", "Apps" : "اپلېکشنونه", "Settings" : "سمونې", + "Accounts" : "Accounts", "Storage is temporarily not available" : "ذخیره د لنډې مودې لپاره نشته" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/ps.json b/lib/l10n/ps.json index 2a4c66c3e43..14a8995daf2 100644 --- a/lib/l10n/ps.json +++ b/lib/l10n/ps.json @@ -5,6 +5,7 @@ "Files" : "فایلونه", "Apps" : "اپلېکشنونه", "Settings" : "سمونې", + "Accounts" : "Accounts", "Storage is temporarily not available" : "ذخیره د لنډې مودې لپاره نشته" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js index af2d50b9d1c..e4759d1262f 100644 --- a/lib/l10n/pt_BR.js +++ b/lib/l10n/pt_BR.js @@ -144,7 +144,7 @@ OC.L10N.register( "About" : "Sobre", "Display name" : "Nome de exibição", "Headline" : "Título", - "Organisation" : "Organização", + "Organization" : "Organização", "Role" : "Função", "Pronouns" : "Pronomes", "Unknown account" : "Conta desconhecida", @@ -450,6 +450,7 @@ OC.L10N.register( "Generate headline" : "Gerar título", "Summarizes text by reducing its length without losing key information." : "Resume o texto reduzindo seu comprimento sem perder informações importantes.", "Extracts topics from a text and outputs them separated by commas." : "Extrai temas de um texto e os exibe separados por vírgulas.", + "Organisation" : "Organização", "File is currently busy, please try again later" : "O arquivo está ocupado, tente novamente mais tarde", "Cannot download file" : "Não é possível baixar o arquivo", "Login is too long" : "Login é muito longo" diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json index 3c28e56e91d..70e525bdb12 100644 --- a/lib/l10n/pt_BR.json +++ b/lib/l10n/pt_BR.json @@ -142,7 +142,7 @@ "About" : "Sobre", "Display name" : "Nome de exibição", "Headline" : "Título", - "Organisation" : "Organização", + "Organization" : "Organização", "Role" : "Função", "Pronouns" : "Pronomes", "Unknown account" : "Conta desconhecida", @@ -448,6 +448,7 @@ "Generate headline" : "Gerar título", "Summarizes text by reducing its length without losing key information." : "Resume o texto reduzindo seu comprimento sem perder informações importantes.", "Extracts topics from a text and outputs them separated by commas." : "Extrai temas de um texto e os exibe separados por vírgulas.", + "Organisation" : "Organização", "File is currently busy, please try again later" : "O arquivo está ocupado, tente novamente mais tarde", "Cannot download file" : "Não é possível baixar o arquivo", "Login is too long" : "Login é muito longo" diff --git a/lib/l10n/pt_PT.js b/lib/l10n/pt_PT.js index 937cd4b983a..d4e0cbc6aa9 100644 --- a/lib/l10n/pt_PT.js +++ b/lib/l10n/pt_PT.js @@ -85,7 +85,6 @@ OC.L10N.register( "About" : "Sobre", "Display name" : "Nome a exibir", "Headline" : "Título ", - "Organisation" : "Organização", "Role" : "Função", "Additional settings" : "Definições adicionais", "You need to enter details of an existing account." : "Precisa de introduzir detalhes de uma conta existente.", @@ -178,6 +177,7 @@ OC.L10N.register( "Text" : "Texto", "Summary" : "Resumo", "Translate" : "Traduzir", + "Organisation" : "Organização", "File is currently busy, please try again later" : "O ficheiro está ocupado, por favor, tente mais tarde", "Cannot download file" : "Não é possível transferir o ficheiro" }, diff --git a/lib/l10n/pt_PT.json b/lib/l10n/pt_PT.json index d8955a0796a..01ce60cb2c7 100644 --- a/lib/l10n/pt_PT.json +++ b/lib/l10n/pt_PT.json @@ -83,7 +83,6 @@ "About" : "Sobre", "Display name" : "Nome a exibir", "Headline" : "Título ", - "Organisation" : "Organização", "Role" : "Função", "Additional settings" : "Definições adicionais", "You need to enter details of an existing account." : "Precisa de introduzir detalhes de uma conta existente.", @@ -176,6 +175,7 @@ "Text" : "Texto", "Summary" : "Resumo", "Translate" : "Traduzir", + "Organisation" : "Organização", "File is currently busy, please try again later" : "O ficheiro está ocupado, por favor, tente mais tarde", "Cannot download file" : "Não é possível transferir o ficheiro" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/lib/l10n/ro.js b/lib/l10n/ro.js index 2569614450c..c66f1cf79ec 100644 --- a/lib/l10n/ro.js +++ b/lib/l10n/ro.js @@ -106,7 +106,6 @@ OC.L10N.register( "About" : "Despre", "Display name" : "Nume afișat", "Headline" : "Titlu", - "Organisation" : "Organizație", "Role" : "Rol", "Additional settings" : "Setări adiționale", "Enter the database name for %s" : "Introduceți numele bazei de date pentru %s", @@ -235,6 +234,7 @@ OC.L10N.register( "Generate headline" : "Generează titlu", "Summarizes text by reducing its length without losing key information." : "Rezumă textul prin reducerea lungimii acestuia, fără a pierde informațiile cheie.", "Extracts topics from a text and outputs them separated by commas." : "Extrage subiecte din text și le furnizează separate prin virgulă.", + "Organisation" : "Organizație", "File is currently busy, please try again later" : "Fișierul este blocat momentan, încercați din nou mai târziu", "Cannot download file" : "Fișierul nu se poate descărca" }, diff --git a/lib/l10n/ro.json b/lib/l10n/ro.json index 52618242974..a6a03a43075 100644 --- a/lib/l10n/ro.json +++ b/lib/l10n/ro.json @@ -104,7 +104,6 @@ "About" : "Despre", "Display name" : "Nume afișat", "Headline" : "Titlu", - "Organisation" : "Organizație", "Role" : "Rol", "Additional settings" : "Setări adiționale", "Enter the database name for %s" : "Introduceți numele bazei de date pentru %s", @@ -233,6 +232,7 @@ "Generate headline" : "Generează titlu", "Summarizes text by reducing its length without losing key information." : "Rezumă textul prin reducerea lungimii acestuia, fără a pierde informațiile cheie.", "Extracts topics from a text and outputs them separated by commas." : "Extrage subiecte din text și le furnizează separate prin virgulă.", + "Organisation" : "Organizație", "File is currently busy, please try again later" : "Fișierul este blocat momentan, încercați din nou mai târziu", "Cannot download file" : "Fișierul nu se poate descărca" },"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index 92337e27833..07ca8447c66 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -144,7 +144,7 @@ OC.L10N.register( "About" : "О себе", "Display name" : "Отображаемое имя", "Headline" : "Заголовок", - "Organisation" : "Организация", + "Organization" : "Организация", "Role" : "Роль", "Pronouns" : "Местоимения", "Unknown account" : "Неизвестный аккаунт", @@ -450,6 +450,7 @@ OC.L10N.register( "Generate headline" : "Сгенерировать заголовок", "Summarizes text by reducing its length without losing key information." : "Обобщает текст, сокращая его длину без потери ключевой информации.", "Extracts topics from a text and outputs them separated by commas." : "Извлекает темы из текста и выводит их через запятую.", + "Organisation" : "Организация", "File is currently busy, please try again later" : "Файл в данный момент используется, повторите попытку позже.", "Cannot download file" : "Не удалось скачать файл", "Login is too long" : "Имя пользователя слишком длинное" diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json index 590ad80b5b7..47b6f13d325 100644 --- a/lib/l10n/ru.json +++ b/lib/l10n/ru.json @@ -142,7 +142,7 @@ "About" : "О себе", "Display name" : "Отображаемое имя", "Headline" : "Заголовок", - "Organisation" : "Организация", + "Organization" : "Организация", "Role" : "Роль", "Pronouns" : "Местоимения", "Unknown account" : "Неизвестный аккаунт", @@ -448,6 +448,7 @@ "Generate headline" : "Сгенерировать заголовок", "Summarizes text by reducing its length without losing key information." : "Обобщает текст, сокращая его длину без потери ключевой информации.", "Extracts topics from a text and outputs them separated by commas." : "Извлекает темы из текста и выводит их через запятую.", + "Organisation" : "Организация", "File is currently busy, please try again later" : "Файл в данный момент используется, повторите попытку позже.", "Cannot download file" : "Не удалось скачать файл", "Login is too long" : "Имя пользователя слишком длинное" diff --git a/lib/l10n/sc.js b/lib/l10n/sc.js index 62751349b35..e6cd769cd2b 100644 --- a/lib/l10n/sc.js +++ b/lib/l10n/sc.js @@ -84,6 +84,7 @@ OC.L10N.register( "Apps" : "Aplicatziones", "Settings" : "Cunfiguratzione", "Log out" : "Essi·nche", + "Accounts" : "Accounts", "Email" : "Posta eletrònica", "Phone" : "Telèfonu", "Twitter" : "Twitter", @@ -93,7 +94,7 @@ OC.L10N.register( "About" : "In contu de", "Display name" : "Ammustra nùmene", "Headline" : "Tìtulos", - "Organisation" : "Organizatzione", + "Organization" : "Organizatzione", "Role" : "Faina", "Additional settings" : "Cunfiguratziones in agiunta", "You need to enter details of an existing account." : "Nche depes insertare is detàllios de unu contu chi b'est giai.", @@ -201,6 +202,7 @@ OC.L10N.register( "Translate" : "Borta", "Result" : "Resurtadu", "Generate headline" : "Gènera unu tìtulu", + "Organisation" : "Organizatzione", "File is currently busy, please try again later" : "Pro immoe s'archìviu est impreadu, torra a proare a coa" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/sc.json b/lib/l10n/sc.json index e955b950eeb..a32d531273b 100644 --- a/lib/l10n/sc.json +++ b/lib/l10n/sc.json @@ -82,6 +82,7 @@ "Apps" : "Aplicatziones", "Settings" : "Cunfiguratzione", "Log out" : "Essi·nche", + "Accounts" : "Accounts", "Email" : "Posta eletrònica", "Phone" : "Telèfonu", "Twitter" : "Twitter", @@ -91,7 +92,7 @@ "About" : "In contu de", "Display name" : "Ammustra nùmene", "Headline" : "Tìtulos", - "Organisation" : "Organizatzione", + "Organization" : "Organizatzione", "Role" : "Faina", "Additional settings" : "Cunfiguratziones in agiunta", "You need to enter details of an existing account." : "Nche depes insertare is detàllios de unu contu chi b'est giai.", @@ -199,6 +200,7 @@ "Translate" : "Borta", "Result" : "Resurtadu", "Generate headline" : "Gènera unu tìtulu", + "Organisation" : "Organizatzione", "File is currently busy, please try again later" : "Pro immoe s'archìviu est impreadu, torra a proare a coa" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/lib/l10n/si.js b/lib/l10n/si.js index 4c582530b60..709b8bb185e 100644 --- a/lib/l10n/si.js +++ b/lib/l10n/si.js @@ -21,6 +21,7 @@ OC.L10N.register( "Apps" : "යෙදුම්", "Settings" : "සැකසුම්", "Log out" : "නික්මෙන්න", + "Accounts" : "Accounts", "Email" : "විද්යුත් තැපෑල", "Phone" : "දුරකථනය", "Twitter" : "ට්විටර්", diff --git a/lib/l10n/si.json b/lib/l10n/si.json index 79483e78d71..e805e2bacae 100644 --- a/lib/l10n/si.json +++ b/lib/l10n/si.json @@ -19,6 +19,7 @@ "Apps" : "යෙදුම්", "Settings" : "සැකසුම්", "Log out" : "නික්මෙන්න", + "Accounts" : "Accounts", "Email" : "විද්යුත් තැපෑල", "Phone" : "දුරකථනය", "Twitter" : "ට්විටර්", diff --git a/lib/l10n/sk.js b/lib/l10n/sk.js index 953d6868b4f..dbb955a40d8 100644 --- a/lib/l10n/sk.js +++ b/lib/l10n/sk.js @@ -142,7 +142,6 @@ OC.L10N.register( "About" : "O aplikácii", "Display name" : "Zobrazované meno", "Headline" : "Titul", - "Organisation" : "Organizácia", "Role" : "Rola", "Pronouns" : "Zámená", "Unknown account" : "Neznámy účet", @@ -441,6 +440,7 @@ OC.L10N.register( "Generate headline" : "Generovať nadpis", "Summarizes text by reducing its length without losing key information." : "Zhrňuje text tým, že znižuje jeho dĺžku bez straty kľúčových informácií.", "Extracts topics from a text and outputs them separated by commas." : "Extrahuje témy z textu a vypisuje ich oddelené čiarkami.", + "Organisation" : "Organizácia", "File is currently busy, please try again later" : "Súbor sa práve používa, skúste prosím neskôr", "Cannot download file" : "Nemožno stiahnuť súbor" }, diff --git a/lib/l10n/sk.json b/lib/l10n/sk.json index 9e7039f84f6..04f8ab8b33b 100644 --- a/lib/l10n/sk.json +++ b/lib/l10n/sk.json @@ -140,7 +140,6 @@ "About" : "O aplikácii", "Display name" : "Zobrazované meno", "Headline" : "Titul", - "Organisation" : "Organizácia", "Role" : "Rola", "Pronouns" : "Zámená", "Unknown account" : "Neznámy účet", @@ -439,6 +438,7 @@ "Generate headline" : "Generovať nadpis", "Summarizes text by reducing its length without losing key information." : "Zhrňuje text tým, že znižuje jeho dĺžku bez straty kľúčových informácií.", "Extracts topics from a text and outputs them separated by commas." : "Extrahuje témy z textu a vypisuje ich oddelené čiarkami.", + "Organisation" : "Organizácia", "File is currently busy, please try again later" : "Súbor sa práve používa, skúste prosím neskôr", "Cannot download file" : "Nemožno stiahnuť súbor" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" diff --git a/lib/l10n/sl.js b/lib/l10n/sl.js index 0fc382e07cd..19151cd114c 100644 --- a/lib/l10n/sl.js +++ b/lib/l10n/sl.js @@ -108,7 +108,7 @@ OC.L10N.register( "About" : "O programu", "Display name" : "Prikazno ime", "Headline" : "Naslov", - "Organisation" : "Ustanova", + "Organization" : "Organizacija", "Role" : "Vloga", "Additional settings" : "Dodatne nastavitve", "Enter the database name for %s" : "Vpis imena podatkovne zbirke za %s.", @@ -230,6 +230,7 @@ OC.L10N.register( "Translate" : "Prevedi", "Target language" : "Ciljni jezik", "Result" : "Rezultat", + "Organisation" : "Ustanova", "File is currently busy, please try again later" : "Datoteka je trenutno v uporabi. Poskusite znova kasneje.", "Cannot download file" : "Datoteke ni mogoče prejeti" }, diff --git a/lib/l10n/sl.json b/lib/l10n/sl.json index ff70b64f2c8..b818a0ae1ca 100644 --- a/lib/l10n/sl.json +++ b/lib/l10n/sl.json @@ -106,7 +106,7 @@ "About" : "O programu", "Display name" : "Prikazno ime", "Headline" : "Naslov", - "Organisation" : "Ustanova", + "Organization" : "Organizacija", "Role" : "Vloga", "Additional settings" : "Dodatne nastavitve", "Enter the database name for %s" : "Vpis imena podatkovne zbirke za %s.", @@ -228,6 +228,7 @@ "Translate" : "Prevedi", "Target language" : "Ciljni jezik", "Result" : "Rezultat", + "Organisation" : "Ustanova", "File is currently busy, please try again later" : "Datoteka je trenutno v uporabi. Poskusite znova kasneje.", "Cannot download file" : "Datoteke ni mogoče prejeti" },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" diff --git a/lib/l10n/sq.js b/lib/l10n/sq.js index 88cd173e587..274a74b94b3 100644 --- a/lib/l10n/sq.js +++ b/lib/l10n/sq.js @@ -54,6 +54,7 @@ OC.L10N.register( "Address" : "Adresa", "Profile picture" : "Foto profili", "About" : "Rreth ", + "Organization" : "Organizate", "Additional settings" : "Konfigurime shtesë", "You need to enter details of an existing account." : "Duhet të futni detajet e një llogarie ekzistuese.", "Oracle connection could not be established" : "S’u vendos dot lidhje me Oracle", diff --git a/lib/l10n/sq.json b/lib/l10n/sq.json index 5bd5c701aba..fd84a8486f3 100644 --- a/lib/l10n/sq.json +++ b/lib/l10n/sq.json @@ -52,6 +52,7 @@ "Address" : "Adresa", "Profile picture" : "Foto profili", "About" : "Rreth ", + "Organization" : "Organizate", "Additional settings" : "Konfigurime shtesë", "You need to enter details of an existing account." : "Duhet të futni detajet e një llogarie ekzistuese.", "Oracle connection could not be established" : "S’u vendos dot lidhje me Oracle", diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js index bea3ea369a6..7cd0b0e025b 100644 --- a/lib/l10n/sr.js +++ b/lib/l10n/sr.js @@ -144,7 +144,7 @@ OC.L10N.register( "About" : "О програму", "Display name" : "Име за приказ", "Headline" : "Наслов", - "Organisation" : "Организација", + "Organization" : "Организација", "Role" : "Улога", "Pronouns" : "Заменице", "Unknown account" : "Непознати налог", @@ -450,6 +450,7 @@ OC.L10N.register( "Generate headline" : "Генериши линију наслова", "Summarizes text by reducing its length without losing key information." : "Резимира текст тако што га скраћује без губитка кључних информација.", "Extracts topics from a text and outputs them separated by commas." : "Издваја теме из текста и исписује их раздвојене запетама.", + "Organisation" : "Организација", "File is currently busy, please try again later" : "Фајл је тренутно заузет, покушајте поново касније", "Cannot download file" : "Фајл не може да се преузме", "Login is too long" : "Име за пријаву је сувише дугачко" diff --git a/lib/l10n/sr.json b/lib/l10n/sr.json index a9b9e940482..6d25c86916c 100644 --- a/lib/l10n/sr.json +++ b/lib/l10n/sr.json @@ -142,7 +142,7 @@ "About" : "О програму", "Display name" : "Име за приказ", "Headline" : "Наслов", - "Organisation" : "Организација", + "Organization" : "Организација", "Role" : "Улога", "Pronouns" : "Заменице", "Unknown account" : "Непознати налог", @@ -448,6 +448,7 @@ "Generate headline" : "Генериши линију наслова", "Summarizes text by reducing its length without losing key information." : "Резимира текст тако што га скраћује без губитка кључних информација.", "Extracts topics from a text and outputs them separated by commas." : "Издваја теме из текста и исписује их раздвојене запетама.", + "Organisation" : "Организација", "File is currently busy, please try again later" : "Фајл је тренутно заузет, покушајте поново касније", "Cannot download file" : "Фајл не може да се преузме", "Login is too long" : "Име за пријаву је сувише дугачко" diff --git a/lib/l10n/sv.js b/lib/l10n/sv.js index 77c836b42d3..2a4c2a3e440 100644 --- a/lib/l10n/sv.js +++ b/lib/l10n/sv.js @@ -144,7 +144,7 @@ OC.L10N.register( "About" : "Om", "Display name" : "Visningsnamn", "Headline" : "Rubrik", - "Organisation" : "Organisation", + "Organization" : "Organisering", "Role" : "Roll", "Pronouns" : "Pronomen", "Unknown account" : "Okänt konto", @@ -450,6 +450,7 @@ OC.L10N.register( "Generate headline" : "Skapa rubrik", "Summarizes text by reducing its length without losing key information." : "Sammanfattar text genom att minska dess längd utan att förlora viktig information.", "Extracts topics from a text and outputs them separated by commas." : "Extraherar ämnen från en text och matar ut dem separerade med kommatecken.", + "Organisation" : "Organisation", "File is currently busy, please try again later" : "Filen är för tillfället upptagen, försök igen senare", "Cannot download file" : "Kan inte ladda ner fil", "Login is too long" : "Inloggningen är för lång" diff --git a/lib/l10n/sv.json b/lib/l10n/sv.json index f4eb5f933f3..31df77b1406 100644 --- a/lib/l10n/sv.json +++ b/lib/l10n/sv.json @@ -142,7 +142,7 @@ "About" : "Om", "Display name" : "Visningsnamn", "Headline" : "Rubrik", - "Organisation" : "Organisation", + "Organization" : "Organisering", "Role" : "Roll", "Pronouns" : "Pronomen", "Unknown account" : "Okänt konto", @@ -448,6 +448,7 @@ "Generate headline" : "Skapa rubrik", "Summarizes text by reducing its length without losing key information." : "Sammanfattar text genom att minska dess längd utan att förlora viktig information.", "Extracts topics from a text and outputs them separated by commas." : "Extraherar ämnen från en text och matar ut dem separerade med kommatecken.", + "Organisation" : "Organisation", "File is currently busy, please try again later" : "Filen är för tillfället upptagen, försök igen senare", "Cannot download file" : "Kan inte ladda ner fil", "Login is too long" : "Inloggningen är för lång" diff --git a/lib/l10n/sw.js b/lib/l10n/sw.js index 1e14a7e863a..bc26e74a07c 100644 --- a/lib/l10n/sw.js +++ b/lib/l10n/sw.js @@ -14,6 +14,7 @@ OC.L10N.register( "Filenames must not end with \"%1$s\"." : "Majina ya faili hayapaswi kuishia na \"%1$s\"", "File already exists" : "Faili lipo tayari", "Templates" : "Violezo", + "__language_name__" : "_lugha_jina_", "Apps" : "Maombi", "Settings" : "Mipangilio", "Log out" : "Ondoka", @@ -25,6 +26,8 @@ OC.L10N.register( "Address" : "Anwani", "About" : "Kuhusu", "Additional settings" : "Mipangilio ya nyongeza", + "Open %s" : "Fungua %s", + "Sharing %s failed, because this item is already shared with the account %s" : "Sharing %s failed, because this item is already shared with the account %s", "Sunday" : "Jumapili", "Monday" : "Jumatatu", "Tuesday" : "Jumanne", @@ -32,6 +35,7 @@ OC.L10N.register( "Thursday" : "Alhamisi", "Friday" : "Ijumaa", "Saturday" : "Jumamosi", + "Authentication error" : "Hitilafu ya uthibitishaji", "Storage is temporarily not available" : "Uhifadhi haupo kwa muda", "Confirmation" : "Uthibitisho", "Text" : "Maandishi", diff --git a/lib/l10n/sw.json b/lib/l10n/sw.json index a4d0bdc97d8..60349d61379 100644 --- a/lib/l10n/sw.json +++ b/lib/l10n/sw.json @@ -12,6 +12,7 @@ "Filenames must not end with \"%1$s\"." : "Majina ya faili hayapaswi kuishia na \"%1$s\"", "File already exists" : "Faili lipo tayari", "Templates" : "Violezo", + "__language_name__" : "_lugha_jina_", "Apps" : "Maombi", "Settings" : "Mipangilio", "Log out" : "Ondoka", @@ -23,6 +24,8 @@ "Address" : "Anwani", "About" : "Kuhusu", "Additional settings" : "Mipangilio ya nyongeza", + "Open %s" : "Fungua %s", + "Sharing %s failed, because this item is already shared with the account %s" : "Sharing %s failed, because this item is already shared with the account %s", "Sunday" : "Jumapili", "Monday" : "Jumatatu", "Tuesday" : "Jumanne", @@ -30,6 +33,7 @@ "Thursday" : "Alhamisi", "Friday" : "Ijumaa", "Saturday" : "Jumamosi", + "Authentication error" : "Hitilafu ya uthibitishaji", "Storage is temporarily not available" : "Uhifadhi haupo kwa muda", "Confirmation" : "Uthibitisho", "Text" : "Maandishi", diff --git a/lib/l10n/ta.js b/lib/l10n/ta.js index 9bd1c00a94b..e4f90599aa7 100644 --- a/lib/l10n/ta.js +++ b/lib/l10n/ta.js @@ -11,10 +11,12 @@ OC.L10N.register( "Apps" : "செயலிகள்", "Settings" : "அமைப்புகள்", "Log out" : "விடுபதிகை செய்க", + "Accounts" : "Accounts", "Email" : "மின்னஞ்சல்", "Phone" : "தொலைப்பேசி", "Address" : "முகவரி", "About" : "பற்றி", + "Organization" : "நிறுவனம்", "Could not find category \"%s\"" : "பிரிவு \"%s\" ஐ கண்டுப்பிடிக்க முடியவில்லை", "Sunday" : "ஞாயிற்றுக்கிழமை", "Monday" : "திங்கட்கிழமை", diff --git a/lib/l10n/ta.json b/lib/l10n/ta.json index dce148ee855..34253cfce9d 100644 --- a/lib/l10n/ta.json +++ b/lib/l10n/ta.json @@ -9,10 +9,12 @@ "Apps" : "செயலிகள்", "Settings" : "அமைப்புகள்", "Log out" : "விடுபதிகை செய்க", + "Accounts" : "Accounts", "Email" : "மின்னஞ்சல்", "Phone" : "தொலைப்பேசி", "Address" : "முகவரி", "About" : "பற்றி", + "Organization" : "நிறுவனம்", "Could not find category \"%s\"" : "பிரிவு \"%s\" ஐ கண்டுப்பிடிக்க முடியவில்லை", "Sunday" : "ஞாயிற்றுக்கிழமை", "Monday" : "திங்கட்கிழமை", diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js index 5f28ef658ab..457393b7b8d 100644 --- a/lib/l10n/tr.js +++ b/lib/l10n/tr.js @@ -144,7 +144,7 @@ OC.L10N.register( "About" : "Hakkında", "Display name" : "Görüntülenecek ad", "Headline" : "Başlık", - "Organisation" : "Kuruluş", + "Organization" : "Kuruluş", "Role" : "Pozisyon", "Pronouns" : "Hitaplar", "Unknown account" : "Hesap bilinmiyor", @@ -337,11 +337,11 @@ OC.L10N.register( "A chat message to send to the agent." : "Aracıya gönderilecek sohbet iletisi.", "Confirmation" : "Onaylama", "Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Daha önce istenilen işlemlerin onaylanıp onaylanmayacağı: Reddedilmesi için 0, onaylanması için 1.", - "Conversation token" : "Yazışma kodu", - "A token representing the conversation." : "Yazışmanın kodu.", + "Conversation token" : "Görüşme kodu", + "A token representing the conversation." : "Görüşmenin kodu.", "Generated response" : "Üretilen yanıt", "The response from the chat model." : "Sohbet modelinin yanıtı.", - "The new conversation token" : "Yeni sohbet kodu", + "The new conversation token" : "Yeni görüşme kodu", "Send this along with the next interaction." : "Bunu sonraki etkileşimin yanında gönderin.", "Requested actions by the agent" : "Aracı tarafından istenilen işlemler", "Actions that the agent would like to carry out in JSON format." : "Aracının JSON biçiminde gerçekleştirmesi istenen işlemler.", @@ -385,11 +385,11 @@ OC.L10N.register( "Chat" : "Sohbet", "Chat with the assistant" : "Yardımcı ile sohbet et", "System prompt" : "Sistem istemi", - "Define rules and assumptions that the assistant should follow during the conversation." : "Sohbet sırasında yardımcının uyması gereken kuralları ve varsayımları tanımlayın.", + "Define rules and assumptions that the assistant should follow during the conversation." : "Görüşme sırasında yardımcının uyması gereken kuralları ve varsayımları tanımlayın.", "Chat history" : "Sohbet geçmişi", "The history of chat messages before the current message, starting with a message by the user" : "Kullanıcının iletisiyle başlayarak, geçerli iletiden önceki sohbet iletilerinin geçmişi", "Response message" : "Yanıt iletisi", - "The generated response as part of the conversation" : "Sohbetin parçası olarak oluşturulan yanıt", + "The generated response as part of the conversation" : "Görüşmenin parçası olarak oluşturulan yanıt", "Chat with tools" : "Araçlar ile sohbet", "Chat with the language model with tool calling support." : "Araç çağırma desteği ile dil modeliyle sohbet edin.", "Tool message" : "Araç iletisi", @@ -450,6 +450,7 @@ OC.L10N.register( "Generate headline" : "Başlık oluşturulsun", "Summarizes text by reducing its length without losing key information." : "Temel içeriği kaybetmeden uzunluğunu kısaltarak metni özetler.", "Extracts topics from a text and outputs them separated by commas." : "Bir metindeki konuları ayıklar ve bunları virgül ile ayırarak sıralar.", + "Organisation" : "Kuruluş", "File is currently busy, please try again later" : "Dosya şu anda meşgul. Lütfen bir süre sonra yeniden deneyin", "Cannot download file" : "Dosya indirilemedi", "Login is too long" : "Kullanıcı adı çok uzun" diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json index 2e46571c57f..97e6b913671 100644 --- a/lib/l10n/tr.json +++ b/lib/l10n/tr.json @@ -142,7 +142,7 @@ "About" : "Hakkında", "Display name" : "Görüntülenecek ad", "Headline" : "Başlık", - "Organisation" : "Kuruluş", + "Organization" : "Kuruluş", "Role" : "Pozisyon", "Pronouns" : "Hitaplar", "Unknown account" : "Hesap bilinmiyor", @@ -335,11 +335,11 @@ "A chat message to send to the agent." : "Aracıya gönderilecek sohbet iletisi.", "Confirmation" : "Onaylama", "Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Daha önce istenilen işlemlerin onaylanıp onaylanmayacağı: Reddedilmesi için 0, onaylanması için 1.", - "Conversation token" : "Yazışma kodu", - "A token representing the conversation." : "Yazışmanın kodu.", + "Conversation token" : "Görüşme kodu", + "A token representing the conversation." : "Görüşmenin kodu.", "Generated response" : "Üretilen yanıt", "The response from the chat model." : "Sohbet modelinin yanıtı.", - "The new conversation token" : "Yeni sohbet kodu", + "The new conversation token" : "Yeni görüşme kodu", "Send this along with the next interaction." : "Bunu sonraki etkileşimin yanında gönderin.", "Requested actions by the agent" : "Aracı tarafından istenilen işlemler", "Actions that the agent would like to carry out in JSON format." : "Aracının JSON biçiminde gerçekleştirmesi istenen işlemler.", @@ -383,11 +383,11 @@ "Chat" : "Sohbet", "Chat with the assistant" : "Yardımcı ile sohbet et", "System prompt" : "Sistem istemi", - "Define rules and assumptions that the assistant should follow during the conversation." : "Sohbet sırasında yardımcının uyması gereken kuralları ve varsayımları tanımlayın.", + "Define rules and assumptions that the assistant should follow during the conversation." : "Görüşme sırasında yardımcının uyması gereken kuralları ve varsayımları tanımlayın.", "Chat history" : "Sohbet geçmişi", "The history of chat messages before the current message, starting with a message by the user" : "Kullanıcının iletisiyle başlayarak, geçerli iletiden önceki sohbet iletilerinin geçmişi", "Response message" : "Yanıt iletisi", - "The generated response as part of the conversation" : "Sohbetin parçası olarak oluşturulan yanıt", + "The generated response as part of the conversation" : "Görüşmenin parçası olarak oluşturulan yanıt", "Chat with tools" : "Araçlar ile sohbet", "Chat with the language model with tool calling support." : "Araç çağırma desteği ile dil modeliyle sohbet edin.", "Tool message" : "Araç iletisi", @@ -448,6 +448,7 @@ "Generate headline" : "Başlık oluşturulsun", "Summarizes text by reducing its length without losing key information." : "Temel içeriği kaybetmeden uzunluğunu kısaltarak metni özetler.", "Extracts topics from a text and outputs them separated by commas." : "Bir metindeki konuları ayıklar ve bunları virgül ile ayırarak sıralar.", + "Organisation" : "Kuruluş", "File is currently busy, please try again later" : "Dosya şu anda meşgul. Lütfen bir süre sonra yeniden deneyin", "Cannot download file" : "Dosya indirilemedi", "Login is too long" : "Kullanıcı adı çok uzun" diff --git a/lib/l10n/ug.js b/lib/l10n/ug.js index 0f478e7790a..058004830e0 100644 --- a/lib/l10n/ug.js +++ b/lib/l10n/ug.js @@ -113,7 +113,6 @@ OC.L10N.register( "About" : "ھەققىدە", "Display name" : "كۆرسىتىش ئىسمى", "Headline" : "ماۋزۇ", - "Organisation" : "تەشكىلات", "Role" : "رولى", "Pronouns" : "Pronouns", "Unknown account" : "نامەلۇم ھېسابات", @@ -378,6 +377,7 @@ OC.L10N.register( "Generate headline" : "ماۋزۇ ھاسىل قىلىڭ", "Summarizes text by reducing its length without losing key information." : "ئاچقۇچلۇق ئۇچۇرلارنى يوقىتىپ قويماي ئۇزۇنلۇقىنى قىسقارتىش ئارقىلىق تېكىستنى خۇلاسىلەيدۇ.", "Extracts topics from a text and outputs them separated by commas." : "تېكىستتىن تېمىنى چىقىرىپ ، پەش ئارقىلىق ئايرىلىدۇ.", + "Organisation" : "تەشكىلات", "File is currently busy, please try again later" : "ھۆججەت ھازىر ئالدىراش ، كېيىن قايتا سىناڭ", "Cannot download file" : "ھۆججەتنى چۈشۈرگىلى بولمايدۇ" }, diff --git a/lib/l10n/ug.json b/lib/l10n/ug.json index 2fe0e3608e3..4099930b1cc 100644 --- a/lib/l10n/ug.json +++ b/lib/l10n/ug.json @@ -111,7 +111,6 @@ "About" : "ھەققىدە", "Display name" : "كۆرسىتىش ئىسمى", "Headline" : "ماۋزۇ", - "Organisation" : "تەشكىلات", "Role" : "رولى", "Pronouns" : "Pronouns", "Unknown account" : "نامەلۇم ھېسابات", @@ -376,6 +375,7 @@ "Generate headline" : "ماۋزۇ ھاسىل قىلىڭ", "Summarizes text by reducing its length without losing key information." : "ئاچقۇچلۇق ئۇچۇرلارنى يوقىتىپ قويماي ئۇزۇنلۇقىنى قىسقارتىش ئارقىلىق تېكىستنى خۇلاسىلەيدۇ.", "Extracts topics from a text and outputs them separated by commas." : "تېكىستتىن تېمىنى چىقىرىپ ، پەش ئارقىلىق ئايرىلىدۇ.", + "Organisation" : "تەشكىلات", "File is currently busy, please try again later" : "ھۆججەت ھازىر ئالدىراش ، كېيىن قايتا سىناڭ", "Cannot download file" : "ھۆججەتنى چۈشۈرگىلى بولمايدۇ" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js index b92f38a5f57..52437ee7f32 100644 --- a/lib/l10n/uk.js +++ b/lib/l10n/uk.js @@ -144,7 +144,7 @@ OC.L10N.register( "About" : "Опис", "Display name" : "Ім'я для показу", "Headline" : "Заголовок", - "Organisation" : "Організація", + "Organization" : "Організація роботи", "Role" : "Роль", "Pronouns" : "Займенники", "Unknown account" : "Невідомий обліковий запис", @@ -356,6 +356,7 @@ OC.L10N.register( "Generate headline" : "Створити заголовок", "Summarizes text by reducing its length without losing key information." : "Викокремлює головне у тексті шляхом зменшення довжини тексту без втрати ключової інформації.", "Extracts topics from a text and outputs them separated by commas." : "Виділяє теми, які висвітлює текст, зводить їх у перелік, що розділено комами.", + "Organisation" : "Організація", "File is currently busy, please try again later" : "Файл на разі зайнятий, будь ласка, спробуйте пізніше", "Cannot download file" : "Неможливо звантажити файл", "Login is too long" : "Ім'я користувача для авторизації задовге" diff --git a/lib/l10n/uk.json b/lib/l10n/uk.json index e091c070aa7..e90f18c26ae 100644 --- a/lib/l10n/uk.json +++ b/lib/l10n/uk.json @@ -142,7 +142,7 @@ "About" : "Опис", "Display name" : "Ім'я для показу", "Headline" : "Заголовок", - "Organisation" : "Організація", + "Organization" : "Організація роботи", "Role" : "Роль", "Pronouns" : "Займенники", "Unknown account" : "Невідомий обліковий запис", @@ -354,6 +354,7 @@ "Generate headline" : "Створити заголовок", "Summarizes text by reducing its length without losing key information." : "Викокремлює головне у тексті шляхом зменшення довжини тексту без втрати ключової інформації.", "Extracts topics from a text and outputs them separated by commas." : "Виділяє теми, які висвітлює текст, зводить їх у перелік, що розділено комами.", + "Organisation" : "Організація", "File is currently busy, please try again later" : "Файл на разі зайнятий, будь ласка, спробуйте пізніше", "Cannot download file" : "Неможливо звантажити файл", "Login is too long" : "Ім'я користувача для авторизації задовге" diff --git a/lib/l10n/ur_PK.js b/lib/l10n/ur_PK.js index 44d1c069b4d..cfa159f7940 100644 --- a/lib/l10n/ur_PK.js +++ b/lib/l10n/ur_PK.js @@ -12,6 +12,7 @@ OC.L10N.register( "Apps" : "ایپز", "Settings" : "سیٹینگز", "Log out" : "لاگ آؤٹ", + "Accounts" : "Accounts", "Email" : "email", "Sunday" : "اتوار", "Monday" : "سوموار", diff --git a/lib/l10n/ur_PK.json b/lib/l10n/ur_PK.json index dc156aa2bf6..ec37dbd2631 100644 --- a/lib/l10n/ur_PK.json +++ b/lib/l10n/ur_PK.json @@ -10,6 +10,7 @@ "Apps" : "ایپز", "Settings" : "سیٹینگز", "Log out" : "لاگ آؤٹ", + "Accounts" : "Accounts", "Email" : "email", "Sunday" : "اتوار", "Monday" : "سوموار", diff --git a/lib/l10n/vi.js b/lib/l10n/vi.js index 28d695a47eb..23e5d87b9fc 100644 --- a/lib/l10n/vi.js +++ b/lib/l10n/vi.js @@ -49,7 +49,6 @@ OC.L10N.register( "Profile picture" : "Ảnh đại diện", "About" : "Giới thiệu", "Headline" : "Tiêu đề", - "Organisation" : "Tổ chức", "Role" : "Vai trò", "Additional settings" : "Cài đặt bổ sung", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Hãy xóa thiết lập open_basedir tại tập tin cấu hình php.ini hoặc chuyển sang dùng PHP 64-bit.", @@ -103,6 +102,7 @@ OC.L10N.register( "Storage is temporarily not available" : "Kho lưu trữ tạm thời không khả dụng", "Text" : "Văn bản", "Summary" : "Tóm tắt", - "Translate" : "Dịch" + "Translate" : "Dịch", + "Organisation" : "Tổ chức" }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/vi.json b/lib/l10n/vi.json index 6982fd39e06..67f926bf484 100644 --- a/lib/l10n/vi.json +++ b/lib/l10n/vi.json @@ -47,7 +47,6 @@ "Profile picture" : "Ảnh đại diện", "About" : "Giới thiệu", "Headline" : "Tiêu đề", - "Organisation" : "Tổ chức", "Role" : "Vai trò", "Additional settings" : "Cài đặt bổ sung", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Hãy xóa thiết lập open_basedir tại tập tin cấu hình php.ini hoặc chuyển sang dùng PHP 64-bit.", @@ -101,6 +100,7 @@ "Storage is temporarily not available" : "Kho lưu trữ tạm thời không khả dụng", "Text" : "Văn bản", "Summary" : "Tóm tắt", - "Translate" : "Dịch" + "Translate" : "Dịch", + "Organisation" : "Tổ chức" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index 7a2f7cca2a4..b7399113063 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -144,7 +144,7 @@ OC.L10N.register( "About" : "关于", "Display name" : "显示用户名", "Headline" : "标题", - "Organisation" : "组织", + "Organization" : "组织", "Role" : "角色", "Pronouns" : "称号", "Unknown account" : "未知帐户", @@ -450,6 +450,7 @@ OC.L10N.register( "Generate headline" : "生成标题", "Summarizes text by reducing its length without losing key information." : "总结一段文本以减少长度而不丢失关键信息", "Extracts topics from a text and outputs them separated by commas." : "从文本中摘出主题,输出逗号分隔的结果", + "Organisation" : "组织", "File is currently busy, please try again later" : "文件当前正忙,请稍后再试", "Cannot download file" : "无法下载文件", "Login is too long" : "登录名太长" diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json index 1727656ae7d..600b7c4ed71 100644 --- a/lib/l10n/zh_CN.json +++ b/lib/l10n/zh_CN.json @@ -142,7 +142,7 @@ "About" : "关于", "Display name" : "显示用户名", "Headline" : "标题", - "Organisation" : "组织", + "Organization" : "组织", "Role" : "角色", "Pronouns" : "称号", "Unknown account" : "未知帐户", @@ -448,6 +448,7 @@ "Generate headline" : "生成标题", "Summarizes text by reducing its length without losing key information." : "总结一段文本以减少长度而不丢失关键信息", "Extracts topics from a text and outputs them separated by commas." : "从文本中摘出主题,输出逗号分隔的结果", + "Organisation" : "组织", "File is currently busy, please try again later" : "文件当前正忙,请稍后再试", "Cannot download file" : "无法下载文件", "Login is too long" : "登录名太长" diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js index 17c629aba08..6b4fa1acbfa 100644 --- a/lib/l10n/zh_HK.js +++ b/lib/l10n/zh_HK.js @@ -144,7 +144,7 @@ OC.L10N.register( "About" : "關於", "Display name" : "顯示名稱", "Headline" : "標題", - "Organisation" : "機構", + "Organization" : "生產力", "Role" : "角色", "Pronouns" : "代名詞", "Unknown account" : "帳戶不詳", @@ -450,6 +450,7 @@ OC.L10N.register( "Generate headline" : "産生標題", "Summarizes text by reducing its length without losing key information." : "通過減少文字長度來總結而不丟失關鍵資訊。", "Extracts topics from a text and outputs them separated by commas." : "從文字中提取主題並輸出,並用逗號分隔。", + "Organisation" : "機構", "File is currently busy, please try again later" : "檔案目前忙碌中,請稍候再試", "Cannot download file" : "無法下載檔案", "Login is too long" : "帳號太長了" diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json index b2ef29118b8..12f4f473c7f 100644 --- a/lib/l10n/zh_HK.json +++ b/lib/l10n/zh_HK.json @@ -142,7 +142,7 @@ "About" : "關於", "Display name" : "顯示名稱", "Headline" : "標題", - "Organisation" : "機構", + "Organization" : "生產力", "Role" : "角色", "Pronouns" : "代名詞", "Unknown account" : "帳戶不詳", @@ -448,6 +448,7 @@ "Generate headline" : "産生標題", "Summarizes text by reducing its length without losing key information." : "通過減少文字長度來總結而不丟失關鍵資訊。", "Extracts topics from a text and outputs them separated by commas." : "從文字中提取主題並輸出,並用逗號分隔。", + "Organisation" : "機構", "File is currently busy, please try again later" : "檔案目前忙碌中,請稍候再試", "Cannot download file" : "無法下載檔案", "Login is too long" : "帳號太長了" diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index 196cb52767f..148234acef5 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -144,7 +144,7 @@ OC.L10N.register( "About" : "關於", "Display name" : "顯示名稱", "Headline" : "重要經歷", - "Organisation" : "組織單位", + "Organization" : "組織", "Role" : "職位", "Pronouns" : "代名詞", "Unknown account" : "未知的帳號", @@ -450,6 +450,7 @@ OC.L10N.register( "Generate headline" : "生成標題", "Summarizes text by reducing its length without losing key information." : "寫成摘要,減少文字長度而不丟失關鍵資訊。", "Extracts topics from a text and outputs them separated by commas." : "從文字中取出涵蓋的主題並輸出,然後用逗號分隔。", + "Organisation" : "組織單位", "File is currently busy, please try again later" : "檔案目前忙碌中,請稍候再試", "Cannot download file" : "無法下載檔案", "Login is too long" : "帳號太長了" diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json index 5bde18ad24d..92d12233750 100644 --- a/lib/l10n/zh_TW.json +++ b/lib/l10n/zh_TW.json @@ -142,7 +142,7 @@ "About" : "關於", "Display name" : "顯示名稱", "Headline" : "重要經歷", - "Organisation" : "組織單位", + "Organization" : "組織", "Role" : "職位", "Pronouns" : "代名詞", "Unknown account" : "未知的帳號", @@ -448,6 +448,7 @@ "Generate headline" : "生成標題", "Summarizes text by reducing its length without losing key information." : "寫成摘要,減少文字長度而不丟失關鍵資訊。", "Extracts topics from a text and outputs them separated by commas." : "從文字中取出涵蓋的主題並輸出,然後用逗號分隔。", + "Organisation" : "組織單位", "File is currently busy, please try again later" : "檔案目前忙碌中,請稍候再試", "Cannot download file" : "無法下載檔案", "Login is too long" : "帳號太長了" diff --git a/lib/l10n/zu_ZA.js b/lib/l10n/zu_ZA.js new file mode 100644 index 00000000000..5470a1556a1 --- /dev/null +++ b/lib/l10n/zu_ZA.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "lib", + { + "Accounts" : "Accounts" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/zu_ZA.json b/lib/l10n/zu_ZA.json new file mode 100644 index 00000000000..7b2844d452b --- /dev/null +++ b/lib/l10n/zu_ZA.json @@ -0,0 +1,4 @@ +{ "translations": { + "Accounts" : "Accounts" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/lib/private/AppFramework/Http/Request.php b/lib/private/AppFramework/Http/Request.php index d177221556c..e662cb8679a 100644 --- a/lib/private/AppFramework/Http/Request.php +++ b/lib/private/AppFramework/Http/Request.php @@ -45,7 +45,7 @@ class Request implements \ArrayAccess, \Countable, IRequest { public const REGEX_LOCALHOST = '/^(127\.0\.0\.1|localhost|\[::1\])$/'; protected string $inputStream; - protected $content; + private bool $isPutStreamContentAlreadySent = false; protected array $items = []; protected array $allowedKeys = [ 'get', @@ -64,6 +64,7 @@ class Request implements \ArrayAccess, \Countable, IRequest { protected ?CsrfTokenManager $csrfTokenManager; protected bool $contentDecoded = false; + private ?\JsonException $decodingException = null; /** * @param array $vars An associative array with the following optional values: @@ -356,13 +357,13 @@ class Request implements \ArrayAccess, \Countable, IRequest { protected function getContent() { // If the content can't be parsed into an array then return a stream resource. if ($this->isPutStreamContent()) { - if ($this->content === false) { + if ($this->isPutStreamContentAlreadySent) { throw new \LogicException( '"put" can only be accessed once if not ' . 'application/x-www-form-urlencoded or application/json.' ); } - $this->content = false; + $this->isPutStreamContentAlreadySent = true; return fopen($this->inputStream, 'rb'); } else { $this->decodeContent(); @@ -389,7 +390,14 @@ class Request implements \ArrayAccess, \Countable, IRequest { // 'application/json' and other JSON-related content types must be decoded manually. if (preg_match(self::JSON_CONTENT_TYPE_REGEX, $this->getHeader('Content-Type')) === 1) { - $params = json_decode(file_get_contents($this->inputStream), true); + $content = file_get_contents($this->inputStream); + if ($content !== '') { + try { + $params = json_decode($content, true, flags:JSON_THROW_ON_ERROR); + } catch (\JsonException $e) { + $this->decodingException = $e; + } + } if (\is_array($params) && \count($params) > 0) { $this->items['params'] = $params; if ($this->method === 'POST') { @@ -413,6 +421,12 @@ class Request implements \ArrayAccess, \Countable, IRequest { $this->contentDecoded = true; } + public function throwDecodingExceptionIfAny(): void { + if ($this->decodingException !== null) { + throw $this->decodingException; + } + } + /** * Checks if the CSRF check was correct diff --git a/lib/private/Files/Storage/Wrapper/Encryption.php b/lib/private/Files/Storage/Wrapper/Encryption.php index 51a5f99908d..58bd4dfddcf 100644 --- a/lib/private/Files/Storage/Wrapper/Encryption.php +++ b/lib/private/Files/Storage/Wrapper/Encryption.php @@ -23,6 +23,7 @@ use OCP\Encryption\IManager; use OCP\Encryption\Keys\IStorage; use OCP\Files; use OCP\Files\Cache\ICacheEntry; +use OCP\Files\GenericFileException; use OCP\Files\Mount\IMountPoint; use OCP\Files\Storage; use Psr\Log\LoggerInterface; @@ -685,12 +686,16 @@ class Encryption extends Wrapper { try { $source = $sourceStorage->fopen($sourceInternalPath, 'r'); $target = $this->fopen($targetInternalPath, 'w'); - [, $result] = Files::streamCopy($source, $target, true); + if ($source === false || $target === false) { + $result = false; + } else { + [, $result] = Files::streamCopy($source, $target, true); + } } finally { - if (is_resource($source)) { + if (isset($source) && $source !== false) { fclose($source); } - if (is_resource($target)) { + if (isset($target) && $target !== false) { fclose($target); } } @@ -740,6 +745,9 @@ class Encryption extends Wrapper { public function hash(string $type, string $path, bool $raw = false): string|false { $fh = $this->fopen($path, 'rb'); + if ($fh === false) { + return false; + } $ctx = hash_init($type); hash_update_stream($ctx, $fh); fclose($fh); @@ -764,6 +772,9 @@ class Encryption extends Wrapper { $firstBlock = ''; if ($this->storage->is_file($path)) { $handle = $this->storage->fopen($path, 'r'); + if ($handle === false) { + return ''; + } $firstBlock = fread($handle, $this->util->getHeaderSize()); fclose($handle); } @@ -894,6 +905,9 @@ class Encryption extends Wrapper { public function writeStream(string $path, $stream, ?int $size = null): int { // always fall back to fopen $target = $this->fopen($path, 'w'); + if ($target === false) { + throw new GenericFileException("Failed to open $path for writing"); + } [$count, $result] = Files::streamCopy($stream, $target, true); fclose($stream); fclose($target); diff --git a/lib/private/Log/Syslog.php b/lib/private/Log/Syslog.php index bd2c39509b1..46214599eb8 100644 --- a/lib/private/Log/Syslog.php +++ b/lib/private/Log/Syslog.php @@ -20,15 +20,18 @@ class Syslog extends LogDetails implements IWriter { ILogger::FATAL => LOG_CRIT, ]; + private string $tag; + public function __construct( SystemConfig $config, ?string $tag = null, ) { parent::__construct($config); if ($tag === null) { - $tag = $config->getValue('syslog_tag', 'Nextcloud'); + $this->tag = $config->getValue('syslog_tag', 'Nextcloud'); + } else { + $this->tag = $tag; } - openlog($tag, LOG_PID | LOG_CONS, LOG_USER); } public function __destruct() { @@ -41,6 +44,7 @@ class Syslog extends LogDetails implements IWriter { */ public function write(string $app, $message, int $level): void { $syslog_level = $this->levels[$level]; + openlog($this->tag, LOG_PID | LOG_CONS, LOG_USER); syslog($syslog_level, $this->logDetailsAsJSON($app, $message, $level)); } } diff --git a/lib/private/Profile/ProfileManager.php b/lib/private/Profile/ProfileManager.php index 84c7ea48373..1ade208fbcf 100644 --- a/lib/private/Profile/ProfileManager.php +++ b/lib/private/Profile/ProfileManager.php @@ -350,7 +350,7 @@ class ProfileManager implements IProfileManager { } /** - * Return the profile config of the target user with additional medatata, + * Return the profile config of the target user with additional metadata, * if a config does not already exist a default config is created and returned */ public function getProfileConfigWithMetadata(IUser $targetUser, ?IUser $visitingUser): array { @@ -399,7 +399,7 @@ class ProfileManager implements IProfileManager { ], IAccountManager::PROPERTY_ORGANISATION => [ 'appId' => self::CORE_APP_ID, - 'displayId' => $this->l10nFactory->get('lib')->t('Organisation'), + 'displayId' => $this->l10nFactory->get('lib')->t('Organization'), ], IAccountManager::PROPERTY_ROLE => [ 'appId' => self::CORE_APP_ID, diff --git a/lib/private/TaskProcessing/Manager.php b/lib/private/TaskProcessing/Manager.php index 9992310dbbb..0ffd141543f 100644 --- a/lib/private/TaskProcessing/Manager.php +++ b/lib/private/TaskProcessing/Manager.php @@ -36,6 +36,8 @@ use OCP\ICacheFactory; use OCP\IConfig; use OCP\IL10N; use OCP\IServerContainer; +use OCP\IUserManager; +use OCP\IUserSession; use OCP\L10N\IFactory; use OCP\Lock\LockedException; use OCP\SpeechToText\ISpeechToTextProvider; @@ -103,6 +105,8 @@ class Manager implements IManager { private IUserMountCache $userMountCache, private IClientService $clientService, private IAppManager $appManager, + private IUserManager $userManager, + private IUserSession $userSession, ICacheFactory $cacheFactory, ) { $this->appData = $appDataFactory->get('core'); @@ -809,7 +813,11 @@ class Manager implements IManager { throw new \OCP\TaskProcessing\Exception\Exception('No matching provider found'); } - public function getAvailableTaskTypes(bool $showDisabled = false): array { + public function getAvailableTaskTypes(bool $showDisabled = false, ?string $userId = null): array { + // userId will be obtained from the session if left to null + if (!$this->checkGuestAccess($userId)) { + return []; + } if ($this->availableTaskTypes === null) { $cachedValue = $this->distributedCache->get('available_task_types_v2'); if ($cachedValue !== null) { @@ -868,7 +876,27 @@ class Manager implements IManager { return isset($this->getAvailableTaskTypes()[$task->getTaskTypeId()]); } + private function checkGuestAccess(?string $userId = null): bool { + if ($userId === null && !$this->userSession->isLoggedIn()) { + return true; + } + if ($userId === null) { + $user = $this->userSession->getUser(); + } else { + $user = $this->userManager->get($userId); + } + + $guestsAllowed = $this->config->getAppValue('core', 'ai.taskprocessing_guests', 'false'); + if ($guestsAllowed == 'true' || !class_exists(\OCA\Guests\UserBackend::class) || !($user->getBackend() instanceof \OCA\Guests\UserBackend)) { + return true; + } + return false; + } + public function scheduleTask(Task $task): void { + if (!$this->checkGuestAccess($task->getUserId())) { + throw new \OCP\TaskProcessing\Exception\PreConditionNotMetException('Access to this resource is forbidden for guests.'); + } if (!$this->canHandleTask($task)) { throw new \OCP\TaskProcessing\Exception\PreConditionNotMetException('No task processing provider is installed that can handle this task type: ' . $task->getTaskTypeId()); } @@ -883,6 +911,9 @@ class Manager implements IManager { } public function runTask(Task $task): Task { + if (!$this->checkGuestAccess($task->getUserId())) { + throw new \OCP\TaskProcessing\Exception\PreConditionNotMetException('Access to this resource is forbidden for guests.'); + } if (!$this->canHandleTask($task)) { throw new \OCP\TaskProcessing\Exception\PreConditionNotMetException('No task processing provider is installed that can handle this task type: ' . $task->getTaskTypeId()); } diff --git a/lib/public/IRequest.php b/lib/public/IRequest.php index 2639a234ad5..cbac143d775 100644 --- a/lib/public/IRequest.php +++ b/lib/public/IRequest.php @@ -305,4 +305,14 @@ interface IRequest { * @since 8.1.0 */ public function getServerHost(): string; + + /** + * If decoding the request content failed, throw an exception. + * Currently only \JsonException for json decoding errors, + * but in the future may throw other exceptions for other decoding issues. + * + * @throws \Exception + * @since 32.0.0 + */ + public function throwDecodingExceptionIfAny(): void; } diff --git a/lib/public/TaskProcessing/IManager.php b/lib/public/TaskProcessing/IManager.php index 68825e82533..f161030f5f4 100644 --- a/lib/public/TaskProcessing/IManager.php +++ b/lib/public/TaskProcessing/IManager.php @@ -47,11 +47,13 @@ interface IManager { /** * @param bool $showDisabled if false, disabled task types will be filtered + * @param ?string $userId to check if the user is a guest. Will be obtained from session if left to default * @return array<string, array{name: string, description: string, inputShape: ShapeDescriptor[], inputShapeEnumValues: ShapeEnumValue[][], inputShapeDefaults: array<array-key, numeric|string>, optionalInputShape: ShapeDescriptor[], optionalInputShapeEnumValues: ShapeEnumValue[][], optionalInputShapeDefaults: array<array-key, numeric|string>, outputShape: ShapeDescriptor[], outputShapeEnumValues: ShapeEnumValue[][], optionalOutputShape: ShapeDescriptor[], optionalOutputShapeEnumValues: ShapeEnumValue[][]}> * @since 30.0.0 * @since 31.0.0 Added the `showDisabled` argument. + * @since 31.0.7 Added the `userId` argument */ - public function getAvailableTaskTypes(bool $showDisabled = false): array; + public function getAvailableTaskTypes(bool $showDisabled = false, ?string $userId = null): array; /** * @param Task $task The task to run |