diff --git a/l10n/ar.js b/l10n/ar.js new file mode 100644 index 0000000..d00c24b --- /dev/null +++ b/l10n/ar.js @@ -0,0 +1,32 @@ +OC.L10N.register( + "dokuwiki", + { + "Unknown admin setting: \"%1$s\"" : "إعدادات المشرف مجهولة: \"%1$s\"", + "The admin setting \"%1$s\" is read-only" : "إعدادات المشرف \"%1$s\" للقراءة فقط", + "Scheme of external URL must be one of \"http\" or \"https\", but nothing was specified." : "مخطط العنوان الخارجي URL يجب أن يكون إمّا \"http\" أو \"https\"، لكن لم يتم تعيين أيّاً منها", + "Scheme of external URL must be one of \"http\" or \"https\", \"%s\" given." : "مخطط العنوان الخارجي URL يجب أن يكون إمّا \"http\" أو \"https\"، \"%s\" مُعيّن.", + "Host-part of external URL seems to be empty" : "خانة اسم المضيف في عنوان URLالخارجي تبدو فارغة", + "Value \"%1$s\" for setting \"%2$s\" is either not convertible to integer or out of range (minimum is %d seconds)." : "القيمة \"%1$s\" في الإعداد \"%2$s\" هي إمّا غير قابلة للتحويل إلى عدد صحيح، و إما هي خارج النطاق ( حيث الحد الأدنى هو \"%d\" ثوانٍ).", + "Value \"%1$s\" for setting \"%2$s\" is not convertible to boolean." : "القيمة \"%1$s\" في الإعداد \"%2$s\" لا يمكن تحويلها إلى قيمة بوليان \"منطقية\".", + "true" : "صحيح", + "false" : "خطأ", + "DokuWiki Integration" : "مكاملة دوكو ويكي DocuWiki", + "Installation problem; the required resource \"%1$s\" of type \"%2$s\" is not installed on the server, please contact the system administrator!" : "مشكلة في التنصيب؛ المورد المطلوب \"%1$s\" من نوع \"%2$s\" لم يتم تنصيبه على المُخدّم، يرجى الاتصال مع مشرف النظام!", + "Error, caught an exception." : "خطأ نتج عنه توليد استثناء.", + "Caused by previous exception" : "ناتج عن استنثاء سابق", + "DokuWiki" : "دوكو ويكي", + "Embed an existing DokuWiki instance into Nextcloud, potentially with SSO." : "ضمّن الدوكو ويكي في نكست كلاود باستخدام النفاذ الموحد SSO.", + "Embed an existing DokuWiki instance into Nextcloud, potentially with SSO. For SSO DokuWiki users and Nextcloud users have to coincide, e.g. by using a common authentication backend like LDAP, or with an appropriate auth plugin on either side of the integration." : "ضمّن دوكو ويكي الشغالة حالياً في نيكست كلاود، و ذلك باستخدام النفاذ الموحد SSO. مُعرّفات الدخول لمستخدمي دوكو ويكي عن طريق النفاذ الموحد و مستخدمي نكست كلاود يجب أن تكون متطابقة. على سبيل المثال، باستخدام خلفية مشتركة للتحقّق من الشخصية مثل LDAP، أو باستخدام قابسة التحقّق plugin المناسبة من أحد الطرفين المتكاملين. ", + "DokuWiki Installation Path" : "مسار تنصيب دوكو ويكي DokuWiki", + "Please enter the location of the already installed DokuWiki instance. This should either be a path, absolute or relative to the root of the web server, or a complete URL pointing to the web location of the DokuWiki. In order to make things work, your have to enable the XML-RPC protocol in your DokuWiki." : "رجاءً أدخل موضع تنصيب الدوكو ويكي. وهو يجب أن يكون إمّا مسار مطلق أو نسبي إلى المجلد الجذر في مُخدّم الوب أو أن يكون مُعرّف URL مكتمل يشير إلى موقع الوب الخاص بالدوكو ويكي. و حتى ينتظم الأمر يجب أن تقوم بتفعيل بروتوكول XML-RPC في الدوكو ويكي.", + "DokuWiki Session Refresh Interval [s]" : "طول فترة إنعاش جلسة العمل في [دوكو ويكي]. ", + "Please enter the desired session-refresh interval here. The interval is measured in seconds and should be somewhat smaller than the configured session life-time for the DokuWiki instance in use." : "رجاءً أدخل مقدار فترة إنعاش جلسة العمل هنا. تُحتسب الفترة بالثواني و يجب أن تكون أصغر من فترة طول جلسة العمل المسجلة في إعداد الدوكو ويكي. ", + "Disable SSL verification, e.g. for self-signed certificates or known mis-matching host-names like 'localhost'." : "أوقف التحقق باستخدام SSL لأسباب قد يكون من بينها: شهادات مصادقة ذاتياً أو أسماء مضيف غير مطابقة مثل 'localhost'.", + "Enable SSL verification." : "تمكين التحقق باستخدام SSL.", + "Unknown error :(" : "خطأ غير محدد :(", + "Error" : "خطأ", + "Links to wiki pages are disabled in preview mode." : "الروابط إلى صفحات الويكي تكون غير مفعّلة في حالة المعاينة preview.", + "Link to wiki page" : "رابط إلى صفحة ويكي", + "Links to media files are disabled in preview mode." : "الروابط إلى ملفات الميديا تكون غير مفعلة في حالة المعاينة." +}, +"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/l10n/ar.json b/l10n/ar.json new file mode 100644 index 0000000..ee2abe7 --- /dev/null +++ b/l10n/ar.json @@ -0,0 +1,30 @@ +{ "translations": { + "Unknown admin setting: \"%1$s\"" : "إعدادات المشرف مجهولة: \"%1$s\"", + "The admin setting \"%1$s\" is read-only" : "إعدادات المشرف \"%1$s\" للقراءة فقط", + "Scheme of external URL must be one of \"http\" or \"https\", but nothing was specified." : "مخطط العنوان الخارجي URL يجب أن يكون إمّا \"http\" أو \"https\"، لكن لم يتم تعيين أيّاً منها", + "Scheme of external URL must be one of \"http\" or \"https\", \"%s\" given." : "مخطط العنوان الخارجي URL يجب أن يكون إمّا \"http\" أو \"https\"، \"%s\" مُعيّن.", + "Host-part of external URL seems to be empty" : "خانة اسم المضيف في عنوان URLالخارجي تبدو فارغة", + "Value \"%1$s\" for setting \"%2$s\" is either not convertible to integer or out of range (minimum is %d seconds)." : "القيمة \"%1$s\" في الإعداد \"%2$s\" هي إمّا غير قابلة للتحويل إلى عدد صحيح، و إما هي خارج النطاق ( حيث الحد الأدنى هو \"%d\" ثوانٍ).", + "Value \"%1$s\" for setting \"%2$s\" is not convertible to boolean." : "القيمة \"%1$s\" في الإعداد \"%2$s\" لا يمكن تحويلها إلى قيمة بوليان \"منطقية\".", + "true" : "صحيح", + "false" : "خطأ", + "DokuWiki Integration" : "مكاملة دوكو ويكي DocuWiki", + "Installation problem; the required resource \"%1$s\" of type \"%2$s\" is not installed on the server, please contact the system administrator!" : "مشكلة في التنصيب؛ المورد المطلوب \"%1$s\" من نوع \"%2$s\" لم يتم تنصيبه على المُخدّم، يرجى الاتصال مع مشرف النظام!", + "Error, caught an exception." : "خطأ نتج عنه توليد استثناء.", + "Caused by previous exception" : "ناتج عن استنثاء سابق", + "DokuWiki" : "دوكو ويكي", + "Embed an existing DokuWiki instance into Nextcloud, potentially with SSO." : "ضمّن الدوكو ويكي في نكست كلاود باستخدام النفاذ الموحد SSO.", + "Embed an existing DokuWiki instance into Nextcloud, potentially with SSO. For SSO DokuWiki users and Nextcloud users have to coincide, e.g. by using a common authentication backend like LDAP, or with an appropriate auth plugin on either side of the integration." : "ضمّن دوكو ويكي الشغالة حالياً في نيكست كلاود، و ذلك باستخدام النفاذ الموحد SSO. مُعرّفات الدخول لمستخدمي دوكو ويكي عن طريق النفاذ الموحد و مستخدمي نكست كلاود يجب أن تكون متطابقة. على سبيل المثال، باستخدام خلفية مشتركة للتحقّق من الشخصية مثل LDAP، أو باستخدام قابسة التحقّق plugin المناسبة من أحد الطرفين المتكاملين. ", + "DokuWiki Installation Path" : "مسار تنصيب دوكو ويكي DokuWiki", + "Please enter the location of the already installed DokuWiki instance. This should either be a path, absolute or relative to the root of the web server, or a complete URL pointing to the web location of the DokuWiki. In order to make things work, your have to enable the XML-RPC protocol in your DokuWiki." : "رجاءً أدخل موضع تنصيب الدوكو ويكي. وهو يجب أن يكون إمّا مسار مطلق أو نسبي إلى المجلد الجذر في مُخدّم الوب أو أن يكون مُعرّف URL مكتمل يشير إلى موقع الوب الخاص بالدوكو ويكي. و حتى ينتظم الأمر يجب أن تقوم بتفعيل بروتوكول XML-RPC في الدوكو ويكي.", + "DokuWiki Session Refresh Interval [s]" : "طول فترة إنعاش جلسة العمل في [دوكو ويكي]. ", + "Please enter the desired session-refresh interval here. The interval is measured in seconds and should be somewhat smaller than the configured session life-time for the DokuWiki instance in use." : "رجاءً أدخل مقدار فترة إنعاش جلسة العمل هنا. تُحتسب الفترة بالثواني و يجب أن تكون أصغر من فترة طول جلسة العمل المسجلة في إعداد الدوكو ويكي. ", + "Disable SSL verification, e.g. for self-signed certificates or known mis-matching host-names like 'localhost'." : "أوقف التحقق باستخدام SSL لأسباب قد يكون من بينها: شهادات مصادقة ذاتياً أو أسماء مضيف غير مطابقة مثل 'localhost'.", + "Enable SSL verification." : "تمكين التحقق باستخدام SSL.", + "Unknown error :(" : "خطأ غير محدد :(", + "Error" : "خطأ", + "Links to wiki pages are disabled in preview mode." : "الروابط إلى صفحات الويكي تكون غير مفعّلة في حالة المعاينة preview.", + "Link to wiki page" : "رابط إلى صفحة ويكي", + "Links to media files are disabled in preview mode." : "الروابط إلى ملفات الميديا تكون غير مفعلة في حالة المعاينة." +},"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;" +} \ No newline at end of file diff --git a/l10n/hu.js b/l10n/hu.js new file mode 100644 index 0000000..de7169a --- /dev/null +++ b/l10n/hu.js @@ -0,0 +1,23 @@ +OC.L10N.register( + "dokuwiki", + { + "Unknown admin setting: \"%1$s\"" : "Ismeretlen rendszergazdai beállítás: „%1$s”", + "The admin setting \"%1$s\" is read-only" : "A rendszergazdai beállítás csak olvasható: „%1$s”", + "Scheme of external URL must be one of \"http\" or \"https\", but nothing was specified." : "A külső webcím sémájának „http”-nek vagy „https”-nek kellene lennie, de semmi sem lett megadva.", + "Scheme of external URL must be one of \"http\" or \"https\", \"%s\" given." : "A külső webcím sémájának „http”-nek vagy „https”-nek kellene lennie, de „%s” lett megadva.", + "Host-part of external URL seems to be empty" : "A külső webcím kiszolgáló része üresnek tűnik", + "Value \"%1$s\" for setting \"%2$s\" is either not convertible to integer or out of range (minimum is %d seconds)." : "A(z) „%2$s” beállítás „%1$s” értéke nem alakítható egész számmá, vagy az értelmezési tartományon kívül esik (legalább %d másodpercnek kell lennie).", + "Value \"%1$s\" for setting \"%2$s\" is not convertible to boolean." : "A(z) „%2$s” beállítás „%1$s” értéke nem alakítható logikai értékké.", + "true" : "igaz", + "false" : "hamis", + "DokuWiki Integration" : "DokuWiki integráció", + "Installation problem; the required resource \"%1$s\" of type \"%2$s\" is not installed on the server, please contact the system administrator!" : "Telepítési probléma; a kért „%1$s” „%2$s” típusú erőforrás nincs a kiszolgálóra telepítve, lépjen kapcsolatba a rendszergazdával.", + "Error, caught an exception." : "Hiba, kivétel történt.", + "Caused by previous exception" : "Az előző kivétel okozta", + "DokuWiki" : "DokuWiki", + "Embed an existing DokuWiki instance into Nextcloud, potentially with SSO." : "Egy meglévő DokuWiki-példány beágyazása a Nextcloudba, akár egyszeri bejelentkezéssel (SSO-val).", + "Embed an existing DokuWiki instance into Nextcloud, potentially with SSO. For SSO DokuWiki users and Nextcloud users have to coincide, e.g. by using a common authentication backend like LDAP, or with an appropriate auth plugin on either side of the integration." : "Ágyazzon be egy meglévő DokuWiki-példányt a Nextcloudba, akár egyszeri bejelentkezéssel (SSO-val). Az SSO működéséhez a DokuWiki és a Nextcloud felhasználóknak egybe kell esniük, ez például egy közös hitelesítési háttérrendszerrel oldható meg, mint az LDAP, vagy egy megfelelő hitelesítési bővítménnyel az integráció egyik oldalán.", + "DokuWiki Installation Path" : "DokuWiki telepítési útvonala", + "Error" : "Hiba" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/hu.json b/l10n/hu.json new file mode 100644 index 0000000..082a859 --- /dev/null +++ b/l10n/hu.json @@ -0,0 +1,21 @@ +{ "translations": { + "Unknown admin setting: \"%1$s\"" : "Ismeretlen rendszergazdai beállítás: „%1$s”", + "The admin setting \"%1$s\" is read-only" : "A rendszergazdai beállítás csak olvasható: „%1$s”", + "Scheme of external URL must be one of \"http\" or \"https\", but nothing was specified." : "A külső webcím sémájának „http”-nek vagy „https”-nek kellene lennie, de semmi sem lett megadva.", + "Scheme of external URL must be one of \"http\" or \"https\", \"%s\" given." : "A külső webcím sémájának „http”-nek vagy „https”-nek kellene lennie, de „%s” lett megadva.", + "Host-part of external URL seems to be empty" : "A külső webcím kiszolgáló része üresnek tűnik", + "Value \"%1$s\" for setting \"%2$s\" is either not convertible to integer or out of range (minimum is %d seconds)." : "A(z) „%2$s” beállítás „%1$s” értéke nem alakítható egész számmá, vagy az értelmezési tartományon kívül esik (legalább %d másodpercnek kell lennie).", + "Value \"%1$s\" for setting \"%2$s\" is not convertible to boolean." : "A(z) „%2$s” beállítás „%1$s” értéke nem alakítható logikai értékké.", + "true" : "igaz", + "false" : "hamis", + "DokuWiki Integration" : "DokuWiki integráció", + "Installation problem; the required resource \"%1$s\" of type \"%2$s\" is not installed on the server, please contact the system administrator!" : "Telepítési probléma; a kért „%1$s” „%2$s” típusú erőforrás nincs a kiszolgálóra telepítve, lépjen kapcsolatba a rendszergazdával.", + "Error, caught an exception." : "Hiba, kivétel történt.", + "Caused by previous exception" : "Az előző kivétel okozta", + "DokuWiki" : "DokuWiki", + "Embed an existing DokuWiki instance into Nextcloud, potentially with SSO." : "Egy meglévő DokuWiki-példány beágyazása a Nextcloudba, akár egyszeri bejelentkezéssel (SSO-val).", + "Embed an existing DokuWiki instance into Nextcloud, potentially with SSO. For SSO DokuWiki users and Nextcloud users have to coincide, e.g. by using a common authentication backend like LDAP, or with an appropriate auth plugin on either side of the integration." : "Ágyazzon be egy meglévő DokuWiki-példányt a Nextcloudba, akár egyszeri bejelentkezéssel (SSO-val). Az SSO működéséhez a DokuWiki és a Nextcloud felhasználóknak egybe kell esniük, ez például egy közös hitelesítési háttérrendszerrel oldható meg, mint az LDAP, vagy egy megfelelő hitelesítési bővítménnyel az integráció egyik oldalán.", + "DokuWiki Installation Path" : "DokuWiki telepítési útvonala", + "Error" : "Hiba" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/l10n/tr.js b/l10n/tr.js index 2aca781..40d392c 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -18,7 +18,7 @@ OC.L10N.register( "Embed an existing DokuWiki instance into Nextcloud, potentially with SSO." : "Tek oturum açma olanağı ile var olan bir DokuWiki kopyasını Nextcloud içine ekleyin.", "Embed an existing DokuWiki instance into Nextcloud, potentially with SSO. For SSO DokuWiki users and Nextcloud users have to coincide, e.g. by using a common authentication backend like LDAP, or with an appropriate auth plugin on either side of the integration." : "Tek oturum açma olanağı ile var olan bir DokuWiki kopyasını Nextcloud içine ekleyin. Tek oturum açma özelliğinin kullanılabilmesi için DokuWiki kullanıcıları ve Nextcloud kullanıcıları aynı olmalıdır. Bunun için LDAP gibi bir ortak kimlik doğrulama hizmeti ya da bütünleştirmenin iki tarafında da uygun bir kimlik doğrulama eklentisi kullanabilirsiniz.", "DokuWiki Installation Path" : "DokuWiki kurulum yolu", - "Please enter the location of the already installed DokuWiki instance. This should either be a path, absolute or relative to the root of the web server, or a complete URL pointing to the web location of the DokuWiki. In order to make things work, your have to enable the XML-RPC protocol in your DokuWiki." : "Lütfen kurulu olan DokuWiki kopyasının konumunu yazın. Bu değer, web sunucusunun kök klasörüne göre mutlak ya da göreli bir yol ya da DokuWiki web konumunu gösteren bir tam adres olmalıdır. Sorun çıkmaması için DokuWiki kopyanızda XML-RPC iletişim kuralını etkinleştirmeniz gerekir.", + "Please enter the location of the already installed DokuWiki instance. This should either be a path, absolute or relative to the root of the web server, or a complete URL pointing to the web location of the DokuWiki. In order to make things work, your have to enable the XML-RPC protocol in your DokuWiki." : "Lütfen kurulu olan DokuWiki kopyasının konumunu yazın. Bu değer, site sunucusunun kök klasörüne göre mutlak ya da göreli bir yol ya da DokuWiki sitesinin konumunu gösteren bir tam adres olmalıdır. Sorun çıkmaması için DokuWiki kopyanızda XML-RPC iletişim kuralını etkinleştirmeniz gerekir.", "DokuWiki Session Refresh Interval [s]" : "DokuWiki oturum yineleme sıklığı [s]", "Please enter the desired session-refresh interval here. The interval is measured in seconds and should be somewhat smaller than the configured session life-time for the DokuWiki instance in use." : "Buraya istediğiniz oturum yenileme sıklığını saniye olarak yazın. Sıklık değeri, kullanılan DokuWiki kopyasında yapılandırılmış oturum ömründen biraz daha küçük olmalıdır.", "Disable SSL verification, e.g. for self-signed certificates or known mis-matching host-names like 'localhost'." : "SSL doğrulamasını devre dışı bırakın. Kendinden imzalı sertifikalar ya da 'localhost' gibi uygun olmayan sunucu adları için gerekir.", diff --git a/l10n/tr.json b/l10n/tr.json index 2dacf4b..12cbb9b 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -16,7 +16,7 @@ "Embed an existing DokuWiki instance into Nextcloud, potentially with SSO." : "Tek oturum açma olanağı ile var olan bir DokuWiki kopyasını Nextcloud içine ekleyin.", "Embed an existing DokuWiki instance into Nextcloud, potentially with SSO. For SSO DokuWiki users and Nextcloud users have to coincide, e.g. by using a common authentication backend like LDAP, or with an appropriate auth plugin on either side of the integration." : "Tek oturum açma olanağı ile var olan bir DokuWiki kopyasını Nextcloud içine ekleyin. Tek oturum açma özelliğinin kullanılabilmesi için DokuWiki kullanıcıları ve Nextcloud kullanıcıları aynı olmalıdır. Bunun için LDAP gibi bir ortak kimlik doğrulama hizmeti ya da bütünleştirmenin iki tarafında da uygun bir kimlik doğrulama eklentisi kullanabilirsiniz.", "DokuWiki Installation Path" : "DokuWiki kurulum yolu", - "Please enter the location of the already installed DokuWiki instance. This should either be a path, absolute or relative to the root of the web server, or a complete URL pointing to the web location of the DokuWiki. In order to make things work, your have to enable the XML-RPC protocol in your DokuWiki." : "Lütfen kurulu olan DokuWiki kopyasının konumunu yazın. Bu değer, web sunucusunun kök klasörüne göre mutlak ya da göreli bir yol ya da DokuWiki web konumunu gösteren bir tam adres olmalıdır. Sorun çıkmaması için DokuWiki kopyanızda XML-RPC iletişim kuralını etkinleştirmeniz gerekir.", + "Please enter the location of the already installed DokuWiki instance. This should either be a path, absolute or relative to the root of the web server, or a complete URL pointing to the web location of the DokuWiki. In order to make things work, your have to enable the XML-RPC protocol in your DokuWiki." : "Lütfen kurulu olan DokuWiki kopyasının konumunu yazın. Bu değer, site sunucusunun kök klasörüne göre mutlak ya da göreli bir yol ya da DokuWiki sitesinin konumunu gösteren bir tam adres olmalıdır. Sorun çıkmaması için DokuWiki kopyanızda XML-RPC iletişim kuralını etkinleştirmeniz gerekir.", "DokuWiki Session Refresh Interval [s]" : "DokuWiki oturum yineleme sıklığı [s]", "Please enter the desired session-refresh interval here. The interval is measured in seconds and should be somewhat smaller than the configured session life-time for the DokuWiki instance in use." : "Buraya istediğiniz oturum yenileme sıklığını saniye olarak yazın. Sıklık değeri, kullanılan DokuWiki kopyasında yapılandırılmış oturum ömründen biraz daha küçük olmalıdır.", "Disable SSL verification, e.g. for self-signed certificates or known mis-matching host-names like 'localhost'." : "SSL doğrulamasını devre dışı bırakın. Kendinden imzalı sertifikalar ya da 'localhost' gibi uygun olmayan sunucu adları için gerekir.",