diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-12-20 12:02:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-12-20 12:02:31 +0000 |
commit | f50252c7c1881dd044cbbd8933406e449f5fd0a8 (patch) | |
tree | 6a1916044aadfd7bfafde72fcedca86475a2a214 /settings | |
parent | 089210f2dff545caa88a157cbc9e32b46967a5da (diff) | |
download | nextcloud-server-f50252c7c1881dd044cbbd8933406e449f5fd0a8.tar.gz nextcloud-server-f50252c7c1881dd044cbbd8933406e449f5fd0a8.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings')
114 files changed, 666 insertions, 234 deletions
diff --git a/settings/l10n/ar.js b/settings/l10n/ar.js index f9a316a51ab..f23e16c9091 100644 --- a/settings/l10n/ar.js +++ b/settings/l10n/ar.js @@ -21,7 +21,6 @@ OC.L10N.register( "Couldn't update app." : "تعذر تحديث التطبيق.", "Sending..." : "جاري الارسال ...", "All" : "الكل", - "Please wait...." : "الرجاء الانتظار ...", "Error while disabling app" : "خطا عند تعطيل البرنامج", "Disable" : "إيقاف", "Enable" : "تفعيل", @@ -66,7 +65,6 @@ OC.L10N.register( "days" : "أيام", "Allow resharing" : "السماح بإعادة المشاركة ", "Documentation:" : "التوثيق", - "Uninstall App" : "أزالة تطبيق", "Valid until" : "صالح حتى", "Forum" : "منتدى", "Profile picture" : "صورة الملف الشخصي", @@ -98,6 +96,7 @@ OC.L10N.register( "Default" : "افتراضي", "Language changed" : "تم تغيير اللغة", "Are you really sure you want add \"{domain}\" as trusted domain?" : "هل أنت متأكد انك تريد إضافة \"{domain}\" كنطاق موثوق فيه.", + "Please wait...." : "الرجاء الانتظار ...", "Everything (fatal issues, errors, warnings, info, debug)" : "كل شيء (مشاكل فادحة, اخطاء , تحذيرات , معلومات , تصحيح الاخطاء)", "Info, warnings, errors and fatal issues" : "معلومات , تحذيرات , اخطاء , مشاكل فادحة ", "Warnings, errors and fatal issues" : "تحذيرات , اخطاء , مشاكل فادحة ", @@ -109,6 +108,7 @@ OC.L10N.register( "Less" : "أقل", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "قاعدة البيانات المستخدمة هي SQLite. ننصح باستخدام قاعدة بيانات أخرى للحصول على أداء افضل.", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "استخدام SQLite غير مناسب خاصتا اذا تم استخدام برنامج المزامنة على الجهاز الشخصي.", + "Uninstall App" : "أزالة تطبيق", "Group" : "مجموعة" }, "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/settings/l10n/ar.json b/settings/l10n/ar.json index 913ee8bdc91..7f9fbff55d3 100644 --- a/settings/l10n/ar.json +++ b/settings/l10n/ar.json @@ -19,7 +19,6 @@ "Couldn't update app." : "تعذر تحديث التطبيق.", "Sending..." : "جاري الارسال ...", "All" : "الكل", - "Please wait...." : "الرجاء الانتظار ...", "Error while disabling app" : "خطا عند تعطيل البرنامج", "Disable" : "إيقاف", "Enable" : "تفعيل", @@ -64,7 +63,6 @@ "days" : "أيام", "Allow resharing" : "السماح بإعادة المشاركة ", "Documentation:" : "التوثيق", - "Uninstall App" : "أزالة تطبيق", "Valid until" : "صالح حتى", "Forum" : "منتدى", "Profile picture" : "صورة الملف الشخصي", @@ -96,6 +94,7 @@ "Default" : "افتراضي", "Language changed" : "تم تغيير اللغة", "Are you really sure you want add \"{domain}\" as trusted domain?" : "هل أنت متأكد انك تريد إضافة \"{domain}\" كنطاق موثوق فيه.", + "Please wait...." : "الرجاء الانتظار ...", "Everything (fatal issues, errors, warnings, info, debug)" : "كل شيء (مشاكل فادحة, اخطاء , تحذيرات , معلومات , تصحيح الاخطاء)", "Info, warnings, errors and fatal issues" : "معلومات , تحذيرات , اخطاء , مشاكل فادحة ", "Warnings, errors and fatal issues" : "تحذيرات , اخطاء , مشاكل فادحة ", @@ -107,6 +106,7 @@ "Less" : "أقل", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "قاعدة البيانات المستخدمة هي SQLite. ننصح باستخدام قاعدة بيانات أخرى للحصول على أداء افضل.", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "استخدام SQLite غير مناسب خاصتا اذا تم استخدام برنامج المزامنة على الجهاز الشخصي.", + "Uninstall App" : "أزالة تطبيق", "Group" : "مجموعة" },"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/settings/l10n/ast.js b/settings/l10n/ast.js index 6a169af7467..a04235ff864 100644 --- a/settings/l10n/ast.js +++ b/settings/l10n/ast.js @@ -25,7 +25,6 @@ OC.L10N.register( "Add trusted domain" : "Amestar dominiu de confianza", "Sending..." : "Unviando...", "All" : "Toos", - "Please wait...." : "Espera, por favor....", "Error while disabling app" : "Fallu mientres se desactivaba l'aplicación", "Disable" : "Desactivar", "Enable" : "Activar", @@ -99,7 +98,6 @@ OC.L10N.register( "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos van poder siguir recibiendo conteníos compartíos, pero nun van poder anicialos", "Documentation:" : "Documentación:", "Enable only for specific groups" : "Habilitar namái pa grupos específicos", - "Uninstall App" : "Desinstalar aplicación", "Cheers!" : "¡Salú!", "Forum" : "Foru", "Profile picture" : "Semeya de perfil", @@ -134,6 +132,7 @@ OC.L10N.register( "Default" : "Predetermináu", "Language changed" : "Camudóse la llingua", "Are you really sure you want add \"{domain}\" as trusted domain?" : "¿De xuru que quies amestar \"{domain}\" como dominiu de confianza?", + "Please wait...." : "Espera, por favor....", "Everything (fatal issues, errors, warnings, info, debug)" : "Too (Información, Avisos, Fallos, debug y problemes fatales)", "Info, warnings, errors and fatal issues" : "Información, Avisos, Fallos y problemes fatales", "Warnings, errors and fatal issues" : "Avisos, fallos y problemes fatales", @@ -143,6 +142,7 @@ OC.L10N.register( "More" : "Más", "Less" : "Menos", "Allow users to send mail notification for shared files" : "Permitir a los usuarios unviar mensaxes de notificación pa ficheros compartíos", + "Uninstall App" : "Desinstalar aplicación", "Group" : "Grupu", "External Storage" : "Almacenamientu esternu", "Updates" : "Anovamientos" diff --git a/settings/l10n/ast.json b/settings/l10n/ast.json index 3a703d0ef84..d1aa16d01b8 100644 --- a/settings/l10n/ast.json +++ b/settings/l10n/ast.json @@ -23,7 +23,6 @@ "Add trusted domain" : "Amestar dominiu de confianza", "Sending..." : "Unviando...", "All" : "Toos", - "Please wait...." : "Espera, por favor....", "Error while disabling app" : "Fallu mientres se desactivaba l'aplicación", "Disable" : "Desactivar", "Enable" : "Activar", @@ -97,7 +96,6 @@ "These groups will still be able to receive shares, but not to initiate them." : "Estos grupos van poder siguir recibiendo conteníos compartíos, pero nun van poder anicialos", "Documentation:" : "Documentación:", "Enable only for specific groups" : "Habilitar namái pa grupos específicos", - "Uninstall App" : "Desinstalar aplicación", "Cheers!" : "¡Salú!", "Forum" : "Foru", "Profile picture" : "Semeya de perfil", @@ -132,6 +130,7 @@ "Default" : "Predetermináu", "Language changed" : "Camudóse la llingua", "Are you really sure you want add \"{domain}\" as trusted domain?" : "¿De xuru que quies amestar \"{domain}\" como dominiu de confianza?", + "Please wait...." : "Espera, por favor....", "Everything (fatal issues, errors, warnings, info, debug)" : "Too (Información, Avisos, Fallos, debug y problemes fatales)", "Info, warnings, errors and fatal issues" : "Información, Avisos, Fallos y problemes fatales", "Warnings, errors and fatal issues" : "Avisos, fallos y problemes fatales", @@ -141,6 +140,7 @@ "More" : "Más", "Less" : "Menos", "Allow users to send mail notification for shared files" : "Permitir a los usuarios unviar mensaxes de notificación pa ficheros compartíos", + "Uninstall App" : "Desinstalar aplicación", "Group" : "Grupu", "External Storage" : "Almacenamientu esternu", "Updates" : "Anovamientos" diff --git a/settings/l10n/az.js b/settings/l10n/az.js index 33da041addb..3f533f060a8 100644 --- a/settings/l10n/az.js +++ b/settings/l10n/az.js @@ -41,7 +41,6 @@ OC.L10N.register( "All" : "Hamısı", "Update to %s" : "Yenilə bunadək %s", "No apps found for your version" : "Sizin versiya üçün proqram tapılmadı", - "Please wait...." : "Xahiş olunur gözləyəsiniz.", "Error while disabling app" : "Proqram təminatını dayandırdıqda səhv baş verdi", "Disable" : "Dayandır", "Enable" : "İşə sal", @@ -134,7 +133,6 @@ OC.L10N.register( "Hide description …" : "Açıqlamanı gizlət ...", "This app cannot be installed because the following dependencies are not fulfilled:" : "Bu proqram yüklənə bilməz ona görə ki, göstərilən asılılıqlar yerinə yetirilməyib:", "Enable only for specific groups" : "Yalnız spesifik qruplara izin ver", - "Uninstall App" : "Proqram təminatını sil", "Common Name" : "Ümumi ad", "Valid until" : "Vaxtadək keçərlidir", "Issued By" : "Tərəfindən yaradılıb", @@ -187,6 +185,7 @@ OC.L10N.register( "log-level out of allowed range" : "jurnal-səviyyəsi izin verilən aralıqdan kənardır", "Language changed" : "Dil dəyişdirildi", "Are you really sure you want add \"{domain}\" as trusted domain?" : "\"{domain}\" adını inamlı domainlər siyahısına əlavə etməyinizdən əminsinizmi?", + "Please wait...." : "Xahiş olunur gözləyəsiniz.", "Everything (fatal issues, errors, warnings, info, debug)" : "Hər şey(ən pis hadisələr, səhvlər, xəbərdarlıqlar, məlmat, araşdırma səhvləri)", "Info, warnings, errors and fatal issues" : "Məlmat, xəbərdarlıqlar, səhvlər və ən pis hadisələr", "Warnings, errors and fatal issues" : "Xəbərdarlıqlar, səhvlər və ən pis hadisələr", @@ -201,6 +200,7 @@ OC.L10N.register( "Allow users to send mail notification for shared files to other users" : "İstifadəçilərə etdikləri paylaşımı digər istifadəçilərə mail vasitəsilə xəbərdarlıq göndərilməsinə izin verin", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLinte verilənlər bazası kimi istifadə edilir. Geniş tətbiq üçün, biz məsləhət görürük ki, arxa sonluqda fərqli verilənlər bazasından istifadə edəsiniz. ", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Xüsusilə fayl sinxronizasiyası üçün desktop client-dən istifadə edilərsə, SQLite məsləhət görülmür.", + "Uninstall App" : "Proqram təminatını sil", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Ey ora,<br><br>ancaq deyirik ki, sizin artiq %s hesabınız var.<br><br>Sizin istifadəçi adınız: %s<br>Yetkilidir: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ey ora,\n\nancaq deyirik ki, sizin artiq %s hesabınız var.\n\nizin istifadəçi adınız: %s\nYetkilidir: %s\n\n", "Group" : "Qrup", diff --git a/settings/l10n/az.json b/settings/l10n/az.json index c786765bc3e..55a2f591bb2 100644 --- a/settings/l10n/az.json +++ b/settings/l10n/az.json @@ -39,7 +39,6 @@ "All" : "Hamısı", "Update to %s" : "Yenilə bunadək %s", "No apps found for your version" : "Sizin versiya üçün proqram tapılmadı", - "Please wait...." : "Xahiş olunur gözləyəsiniz.", "Error while disabling app" : "Proqram təminatını dayandırdıqda səhv baş verdi", "Disable" : "Dayandır", "Enable" : "İşə sal", @@ -132,7 +131,6 @@ "Hide description …" : "Açıqlamanı gizlət ...", "This app cannot be installed because the following dependencies are not fulfilled:" : "Bu proqram yüklənə bilməz ona görə ki, göstərilən asılılıqlar yerinə yetirilməyib:", "Enable only for specific groups" : "Yalnız spesifik qruplara izin ver", - "Uninstall App" : "Proqram təminatını sil", "Common Name" : "Ümumi ad", "Valid until" : "Vaxtadək keçərlidir", "Issued By" : "Tərəfindən yaradılıb", @@ -185,6 +183,7 @@ "log-level out of allowed range" : "jurnal-səviyyəsi izin verilən aralıqdan kənardır", "Language changed" : "Dil dəyişdirildi", "Are you really sure you want add \"{domain}\" as trusted domain?" : "\"{domain}\" adını inamlı domainlər siyahısına əlavə etməyinizdən əminsinizmi?", + "Please wait...." : "Xahiş olunur gözləyəsiniz.", "Everything (fatal issues, errors, warnings, info, debug)" : "Hər şey(ən pis hadisələr, səhvlər, xəbərdarlıqlar, məlmat, araşdırma səhvləri)", "Info, warnings, errors and fatal issues" : "Məlmat, xəbərdarlıqlar, səhvlər və ən pis hadisələr", "Warnings, errors and fatal issues" : "Xəbərdarlıqlar, səhvlər və ən pis hadisələr", @@ -199,6 +198,7 @@ "Allow users to send mail notification for shared files to other users" : "İstifadəçilərə etdikləri paylaşımı digər istifadəçilərə mail vasitəsilə xəbərdarlıq göndərilməsinə izin verin", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLinte verilənlər bazası kimi istifadə edilir. Geniş tətbiq üçün, biz məsləhət görürük ki, arxa sonluqda fərqli verilənlər bazasından istifadə edəsiniz. ", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Xüsusilə fayl sinxronizasiyası üçün desktop client-dən istifadə edilərsə, SQLite məsləhət görülmür.", + "Uninstall App" : "Proqram təminatını sil", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Ey ora,<br><br>ancaq deyirik ki, sizin artiq %s hesabınız var.<br><br>Sizin istifadəçi adınız: %s<br>Yetkilidir: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ey ora,\n\nancaq deyirik ki, sizin artiq %s hesabınız var.\n\nizin istifadəçi adınız: %s\nYetkilidir: %s\n\n", "Group" : "Qrup", diff --git a/settings/l10n/bg_BG.js b/settings/l10n/bg_BG.js index 3a97ceb0093..086e3059799 100644 --- a/settings/l10n/bg_BG.js +++ b/settings/l10n/bg_BG.js @@ -41,7 +41,6 @@ OC.L10N.register( "All" : "Всички", "Update to %s" : "Обнови до %s", "No apps found for your version" : "Няма намерени приложения за версията, която ползвате", - "Please wait...." : "Моля, изчакайте....", "Error while disabling app" : "Грешка при изключване на приложението", "Disable" : "Изключване", "Enable" : "Включване", @@ -163,7 +162,6 @@ OC.L10N.register( "Hide description …" : "Скрии описание ...", "This app cannot be installed because the following dependencies are not fulfilled:" : "Приложението не може да бъде инсталирано, защото следните зависимости не са удовлетворени:", "Enable only for specific groups" : "Включи само за определени групи", - "Uninstall App" : "Премахни приложението", "Common Name" : "Познато Име", "Valid until" : "Валиден до", "Issued By" : "Издаден от", @@ -231,6 +229,7 @@ OC.L10N.register( "log-level out of allowed range" : "Ниво на проследяване \\(log-level\\) e извън допустимия обхват", "Language changed" : "Езикът е променен", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Сигурен/на ли сте, че искате \"{domain}\" да бъде добавен като сигурен домейн?", + "Please wait...." : "Моля, изчакайте....", "iPhone" : "iPhone", "Everything (fatal issues, errors, warnings, info, debug)" : "Всичко (фатални проблеми, грешки, предупреждения, информация, дебъгване)", "Info, warnings, errors and fatal issues" : "информация, предупреждения, грешки и фатални проблеми", @@ -246,6 +245,7 @@ OC.L10N.register( "Allow users to send mail notification for shared files to other users" : "Разреши на потребителите да изпращат уведомителни писма за споделени файлове към други потребители.", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite е използваната база данни. За по-големи инсталации Ви препоръчваме да изберете друг сървър за бази данни.", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Използването на SQLite не се препоръчва, особено ако ползвате клиента за настолен компютър.", + "Uninstall App" : "Премахни приложението", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Здрасти,<br><br>Само да ти кажа, че имаш %s профил<br><br> Потребителя ти е: %s<br>Достъпи го: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Здрасти,\n\nСамо да ти кажа, че имаш %s профил.\n\nПотребителя ти е: %s\nДостъпи го: %s\n", "Group" : "Група", diff --git a/settings/l10n/bg_BG.json b/settings/l10n/bg_BG.json index 64d76926da1..ba9c305d531 100644 --- a/settings/l10n/bg_BG.json +++ b/settings/l10n/bg_BG.json @@ -39,7 +39,6 @@ "All" : "Всички", "Update to %s" : "Обнови до %s", "No apps found for your version" : "Няма намерени приложения за версията, която ползвате", - "Please wait...." : "Моля, изчакайте....", "Error while disabling app" : "Грешка при изключване на приложението", "Disable" : "Изключване", "Enable" : "Включване", @@ -161,7 +160,6 @@ "Hide description …" : "Скрии описание ...", "This app cannot be installed because the following dependencies are not fulfilled:" : "Приложението не може да бъде инсталирано, защото следните зависимости не са удовлетворени:", "Enable only for specific groups" : "Включи само за определени групи", - "Uninstall App" : "Премахни приложението", "Common Name" : "Познато Име", "Valid until" : "Валиден до", "Issued By" : "Издаден от", @@ -229,6 +227,7 @@ "log-level out of allowed range" : "Ниво на проследяване \\(log-level\\) e извън допустимия обхват", "Language changed" : "Езикът е променен", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Сигурен/на ли сте, че искате \"{domain}\" да бъде добавен като сигурен домейн?", + "Please wait...." : "Моля, изчакайте....", "iPhone" : "iPhone", "Everything (fatal issues, errors, warnings, info, debug)" : "Всичко (фатални проблеми, грешки, предупреждения, информация, дебъгване)", "Info, warnings, errors and fatal issues" : "информация, предупреждения, грешки и фатални проблеми", @@ -244,6 +243,7 @@ "Allow users to send mail notification for shared files to other users" : "Разреши на потребителите да изпращат уведомителни писма за споделени файлове към други потребители.", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite е използваната база данни. За по-големи инсталации Ви препоръчваме да изберете друг сървър за бази данни.", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Използването на SQLite не се препоръчва, особено ако ползвате клиента за настолен компютър.", + "Uninstall App" : "Премахни приложението", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Здрасти,<br><br>Само да ти кажа, че имаш %s профил<br><br> Потребителя ти е: %s<br>Достъпи го: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Здрасти,\n\nСамо да ти кажа, че имаш %s профил.\n\nПотребителя ти е: %s\nДостъпи го: %s\n", "Group" : "Група", diff --git a/settings/l10n/bs.js b/settings/l10n/bs.js index 4e0745f6c21..8be4c3d2190 100644 --- a/settings/l10n/bs.js +++ b/settings/l10n/bs.js @@ -36,7 +36,6 @@ OC.L10N.register( "Sending..." : "Slanje...", "All" : "Sve", "Update to %s" : "Ažuriraj na %s", - "Please wait...." : "Molim pričekajte...", "Error while disabling app" : "Greška pri onemogućavanju aplikacije", "Disable" : "Onemogući", "Enable" : "Omogući", @@ -115,7 +114,6 @@ OC.L10N.register( "Documentation:" : "Dokumentacija:", "This app cannot be installed because the following dependencies are not fulfilled:" : "Ova aplikacija se ne može instalirati zbog slijedećih neispunjenih ovisnosti:", "Enable only for specific groups" : "Omogućite samo za specifične grupe", - "Uninstall App" : "Deinstaliraj aplikaciju", "Common Name" : "Opće Ime", "Valid until" : "Validno do", "Issued By" : "Izdano od", @@ -161,6 +159,7 @@ OC.L10N.register( "Default" : "Zadano", "Language changed" : "Jezik je promijenjen", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Jeste li zaista sigurni da želite dodati \"{domain}\" kao pouzdanu domenu?", + "Please wait...." : "Molim pričekajte...", "Everything (fatal issues, errors, warnings, info, debug)" : "Sve (fatalni problemi, greške, upozorenja, info, ispravljanje pogrešaka)", "Info, warnings, errors and fatal issues" : "Informacije, upozorenja, greške i fatalni problemi", "Warnings, errors and fatal issues" : "Upozorenja, greške i fatalni problemi", @@ -171,6 +170,7 @@ OC.L10N.register( "Less" : "Manje", "Allow users to send mail notification for shared files" : "Dozvoli korisnicima slanje notifikacijske e-pošte za podijeljene datoteke", "Allow users to send mail notification for shared files to other users" : "Dozvoli korisnicima slanje notifikacijske e-pošte za podijeljene datoteke ka ostalim korisnicima", + "Uninstall App" : "Deinstaliraj aplikaciju", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hej,<br><br>samo da javim da sad imate %s račum.<br><br>Vaše korisničko ime: %s<br>Pristupite mu: <a href=\"%s\">%s</a><br><br>", "Group" : "Grupa", "Updates" : "Ažuriranja" diff --git a/settings/l10n/bs.json b/settings/l10n/bs.json index 4329671aca7..19345d6fcd2 100644 --- a/settings/l10n/bs.json +++ b/settings/l10n/bs.json @@ -34,7 +34,6 @@ "Sending..." : "Slanje...", "All" : "Sve", "Update to %s" : "Ažuriraj na %s", - "Please wait...." : "Molim pričekajte...", "Error while disabling app" : "Greška pri onemogućavanju aplikacije", "Disable" : "Onemogući", "Enable" : "Omogući", @@ -113,7 +112,6 @@ "Documentation:" : "Dokumentacija:", "This app cannot be installed because the following dependencies are not fulfilled:" : "Ova aplikacija se ne može instalirati zbog slijedećih neispunjenih ovisnosti:", "Enable only for specific groups" : "Omogućite samo za specifične grupe", - "Uninstall App" : "Deinstaliraj aplikaciju", "Common Name" : "Opće Ime", "Valid until" : "Validno do", "Issued By" : "Izdano od", @@ -159,6 +157,7 @@ "Default" : "Zadano", "Language changed" : "Jezik je promijenjen", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Jeste li zaista sigurni da želite dodati \"{domain}\" kao pouzdanu domenu?", + "Please wait...." : "Molim pričekajte...", "Everything (fatal issues, errors, warnings, info, debug)" : "Sve (fatalni problemi, greške, upozorenja, info, ispravljanje pogrešaka)", "Info, warnings, errors and fatal issues" : "Informacije, upozorenja, greške i fatalni problemi", "Warnings, errors and fatal issues" : "Upozorenja, greške i fatalni problemi", @@ -169,6 +168,7 @@ "Less" : "Manje", "Allow users to send mail notification for shared files" : "Dozvoli korisnicima slanje notifikacijske e-pošte za podijeljene datoteke", "Allow users to send mail notification for shared files to other users" : "Dozvoli korisnicima slanje notifikacijske e-pošte za podijeljene datoteke ka ostalim korisnicima", + "Uninstall App" : "Deinstaliraj aplikaciju", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hej,<br><br>samo da javim da sad imate %s račum.<br><br>Vaše korisničko ime: %s<br>Pristupite mu: <a href=\"%s\">%s</a><br><br>", "Group" : "Grupa", "Updates" : "Ažuriranja" diff --git a/settings/l10n/ca.js b/settings/l10n/ca.js index 4476465edee..03ebba9083f 100644 --- a/settings/l10n/ca.js +++ b/settings/l10n/ca.js @@ -46,7 +46,6 @@ OC.L10N.register( "All" : "Tots", "Update to %s" : "Actualitzar a %s", "No apps found for your version" : "No s'han trobat aplicacions per la seva versió", - "Please wait...." : "Espereu...", "Error while disabling app" : "Error en desactivar l'aplicació", "Disable" : "Desactiva", "Enable" : "Habilita", @@ -152,7 +151,6 @@ OC.L10N.register( "Hide description …" : "Amagar descripció...", "This app cannot be installed because the following dependencies are not fulfilled:" : "Aquesta aplicació no es pot instal·lar perquè les següents dependències no es compleixen:", "Enable only for specific groups" : "Activa només per grups específics", - "Uninstall App" : "Desinstal·la l'aplicació", "Common Name" : "Nom comú", "Valid until" : "Valid fins", "Issued By" : "Emès Per", @@ -207,6 +205,7 @@ OC.L10N.register( "log-level out of allowed range" : "Nivell d'autenticació fora del rang permès", "Language changed" : "S'ha canviat l'idioma", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Esteu seguir que voleu afegir \"{domain}\" com a un domini de confiança?", + "Please wait...." : "Espereu...", "Everything (fatal issues, errors, warnings, info, debug)" : "Tot (problemes fatals, errors, avisos, informació, depuració)", "Info, warnings, errors and fatal issues" : "Informació, avisos, errors i problemes fatals", "Warnings, errors and fatal issues" : "Avisos, errors i problemes fatals", @@ -222,6 +221,7 @@ OC.L10N.register( "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "S'utilitza SQLite com a base de dades. Per a instal·lacions mes grans es recomana canviar a un altre sistema de base de dades.", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "L'ús de SQLite està desaconsellat especialment quan s'usa el client d'escriptori per sincronitzar els fitxers.", "Experimental applications ahead" : "A partir d'aquest punt hi ha aplicacions experimentals", + "Uninstall App" : "Desinstal·la l'aplicació", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Què tal?,<br><br>aquest missatge és per fer-li saber que ara té uncompte %s.<br><br>El seu nom d'usuari: %s<br>Accedeixi en: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hola, què tal?,\n\nAquest missatge és per fer-li saber que ara té un compte %s.\n\n El seu nom d'usuari: %s\nAccedeixi en: %s\n\n", "Group" : "Grup", diff --git a/settings/l10n/ca.json b/settings/l10n/ca.json index 28fffa03244..4d7ab432dbd 100644 --- a/settings/l10n/ca.json +++ b/settings/l10n/ca.json @@ -44,7 +44,6 @@ "All" : "Tots", "Update to %s" : "Actualitzar a %s", "No apps found for your version" : "No s'han trobat aplicacions per la seva versió", - "Please wait...." : "Espereu...", "Error while disabling app" : "Error en desactivar l'aplicació", "Disable" : "Desactiva", "Enable" : "Habilita", @@ -150,7 +149,6 @@ "Hide description …" : "Amagar descripció...", "This app cannot be installed because the following dependencies are not fulfilled:" : "Aquesta aplicació no es pot instal·lar perquè les següents dependències no es compleixen:", "Enable only for specific groups" : "Activa només per grups específics", - "Uninstall App" : "Desinstal·la l'aplicació", "Common Name" : "Nom comú", "Valid until" : "Valid fins", "Issued By" : "Emès Per", @@ -205,6 +203,7 @@ "log-level out of allowed range" : "Nivell d'autenticació fora del rang permès", "Language changed" : "S'ha canviat l'idioma", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Esteu seguir que voleu afegir \"{domain}\" com a un domini de confiança?", + "Please wait...." : "Espereu...", "Everything (fatal issues, errors, warnings, info, debug)" : "Tot (problemes fatals, errors, avisos, informació, depuració)", "Info, warnings, errors and fatal issues" : "Informació, avisos, errors i problemes fatals", "Warnings, errors and fatal issues" : "Avisos, errors i problemes fatals", @@ -220,6 +219,7 @@ "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "S'utilitza SQLite com a base de dades. Per a instal·lacions mes grans es recomana canviar a un altre sistema de base de dades.", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "L'ús de SQLite està desaconsellat especialment quan s'usa el client d'escriptori per sincronitzar els fitxers.", "Experimental applications ahead" : "A partir d'aquest punt hi ha aplicacions experimentals", + "Uninstall App" : "Desinstal·la l'aplicació", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Què tal?,<br><br>aquest missatge és per fer-li saber que ara té uncompte %s.<br><br>El seu nom d'usuari: %s<br>Accedeixi en: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hola, què tal?,\n\nAquest missatge és per fer-li saber que ara té un compte %s.\n\n El seu nom d'usuari: %s\nAccedeixi en: %s\n\n", "Group" : "Grup", diff --git a/settings/l10n/cs_CZ.js b/settings/l10n/cs_CZ.js index c3ee85073fd..0966d459ccd 100644 --- a/settings/l10n/cs_CZ.js +++ b/settings/l10n/cs_CZ.js @@ -57,7 +57,6 @@ OC.L10N.register( "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Oficiální aplikace jsou vyvíjeny komunitou. Poskytují klíčovou funkcionalitu a jsou připravené na produkční nasazení.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Schválené aplikace jsou vyvíjeny důvěryhodnými vývojáři a prošly zběžným bezpečnostním prověřením. Jsou aktivně udržovány v repozitáři s otevřeným kódem a jejich správci je považují za stabilní pro občasné až normální použití.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "U této aplikace nebyla provedena kontrola na bezpečnostní problémy. Aplikace je nová nebo nestabilní. Instalujte pouze na vlastní nebezpečí.", - "Please wait...." : "Čekejte prosím...", "Error while disabling app" : "Chyba při zakazování aplikace", "Disable" : "Zakázat", "Enable" : "Povolit", @@ -244,7 +243,6 @@ OC.L10N.register( "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Tato aplikace nemá nastavenou žádnou maximální verzi Nextcloudu. To se v budoucnu projeví jako chyba.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Tuto aplikaci nelze nainstalovat, protože nejsou splněny následující závislosti:", "Enable only for specific groups" : "Povolit pouze pro vybrané skupiny", - "Uninstall App" : "Odinstalovat aplikaci", "SSL Root Certificates" : "Kořenové certifikáty SSL", "Common Name" : "Common Name", "Valid until" : "Platný do", @@ -337,6 +335,7 @@ OC.L10N.register( "log-level out of allowed range" : "úroveň logování z povoleného rozpětí", "Language changed" : "Jazyk byl změněn", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Jste si jisti, že chcete přidat \"{domain}\" mezi důvěryhodné domény?", + "Please wait...." : "Čekejte prosím...", "iPhone" : "iPhone", "add group" : "přidat skupinu", "Everything (fatal issues, errors, warnings, info, debug)" : "Vše (fatální problémy, chyby, varování, informační, ladící)", @@ -356,6 +355,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Obzvláště při používání klientské aplikace pro synchronizaci s desktopem není SQLite doporučeno.", "Experimental applications ahead" : "Experimentální aplikace v pořadí", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Experimentální aplikace nejsou prověřovány na bezpečnostní chyby, mohou být nestabilní a velmi se měnit. Jejich instalací můžete způsobit ztrátu dat nebo bezpečnostní problémy.", + "Uninstall App" : "Odinstalovat aplikaci", "Enable experimental apps" : "Povolit experimentální aplikace", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Ahoj,<br><br>toto je oznámení o nově vytvořeném %s účtu.<br><br>Uživatelské jméno: %s<br>Přihlásit se dá zde: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ahoj,\n\ntoto je oznámení o nově vytvořeném %s účtu.\n\nUživatelské jméno: %s\nPřihlásit se dá zde: %s\n", diff --git a/settings/l10n/cs_CZ.json b/settings/l10n/cs_CZ.json index 5deae267890..202d2977c15 100644 --- a/settings/l10n/cs_CZ.json +++ b/settings/l10n/cs_CZ.json @@ -55,7 +55,6 @@ "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Oficiální aplikace jsou vyvíjeny komunitou. Poskytují klíčovou funkcionalitu a jsou připravené na produkční nasazení.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Schválené aplikace jsou vyvíjeny důvěryhodnými vývojáři a prošly zběžným bezpečnostním prověřením. Jsou aktivně udržovány v repozitáři s otevřeným kódem a jejich správci je považují za stabilní pro občasné až normální použití.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "U této aplikace nebyla provedena kontrola na bezpečnostní problémy. Aplikace je nová nebo nestabilní. Instalujte pouze na vlastní nebezpečí.", - "Please wait...." : "Čekejte prosím...", "Error while disabling app" : "Chyba při zakazování aplikace", "Disable" : "Zakázat", "Enable" : "Povolit", @@ -242,7 +241,6 @@ "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Tato aplikace nemá nastavenou žádnou maximální verzi Nextcloudu. To se v budoucnu projeví jako chyba.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Tuto aplikaci nelze nainstalovat, protože nejsou splněny následující závislosti:", "Enable only for specific groups" : "Povolit pouze pro vybrané skupiny", - "Uninstall App" : "Odinstalovat aplikaci", "SSL Root Certificates" : "Kořenové certifikáty SSL", "Common Name" : "Common Name", "Valid until" : "Platný do", @@ -335,6 +333,7 @@ "log-level out of allowed range" : "úroveň logování z povoleného rozpětí", "Language changed" : "Jazyk byl změněn", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Jste si jisti, že chcete přidat \"{domain}\" mezi důvěryhodné domény?", + "Please wait...." : "Čekejte prosím...", "iPhone" : "iPhone", "add group" : "přidat skupinu", "Everything (fatal issues, errors, warnings, info, debug)" : "Vše (fatální problémy, chyby, varování, informační, ladící)", @@ -354,6 +353,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Obzvláště při používání klientské aplikace pro synchronizaci s desktopem není SQLite doporučeno.", "Experimental applications ahead" : "Experimentální aplikace v pořadí", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Experimentální aplikace nejsou prověřovány na bezpečnostní chyby, mohou být nestabilní a velmi se měnit. Jejich instalací můžete způsobit ztrátu dat nebo bezpečnostní problémy.", + "Uninstall App" : "Odinstalovat aplikaci", "Enable experimental apps" : "Povolit experimentální aplikace", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Ahoj,<br><br>toto je oznámení o nově vytvořeném %s účtu.<br><br>Uživatelské jméno: %s<br>Přihlásit se dá zde: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ahoj,\n\ntoto je oznámení o nově vytvořeném %s účtu.\n\nUživatelské jméno: %s\nPřihlásit se dá zde: %s\n", diff --git a/settings/l10n/da.js b/settings/l10n/da.js index 7879562cb11..5d033f479d2 100644 --- a/settings/l10n/da.js +++ b/settings/l10n/da.js @@ -50,7 +50,6 @@ OC.L10N.register( "No apps found for your version" : "Ingen apps fundet til din verion", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Godkendte programmer er udviklet af betroet udviklere som har bestået en let sikkerheds gennemgang. De er aktivt vedligeholdt i et åben kode lager og udviklerne vurdere programmet til at være stabilt for normalt brug.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Dette program er ikke kontrolleret for sikkerhedsproblemer, og er nyt eller kendt for at være ustabilt. Installer på eget ansvar.", - "Please wait...." : "Vent venligst...", "Error while disabling app" : "Kunne ikke deaktivere app", "Disable" : "Deaktiver", "Enable" : "Aktiver", @@ -168,7 +167,6 @@ OC.L10N.register( "Hide description …" : "Skjul beskrivelse", "This app cannot be installed because the following dependencies are not fulfilled:" : "Dette program kan ikke installeres, da følgende afhængigheder ikke imødekommes:", "Enable only for specific groups" : "Aktivér kun for udvalgte grupper", - "Uninstall App" : "Afinstallér app", "Common Name" : "Almindeligt navn", "Valid until" : "Gyldig indtil", "Issued By" : "Udstedt af", @@ -227,6 +225,7 @@ OC.L10N.register( "log-level out of allowed range" : "niveau for logregistrering går ud over tilladte interval", "Language changed" : "Sprog ændret", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Sikker på at du vil tilføje \"{domain}\" som et domæne du har tiilid til?", + "Please wait...." : "Vent venligst...", "Everything (fatal issues, errors, warnings, info, debug)" : "Alt (alvorlige fejl, fejl, advarsler, info, debug)", "Info, warnings, errors and fatal issues" : "Info, advarsler, fejl og alvorlige fejl", "Warnings, errors and fatal issues" : "Advarsler, fejl og alvorlige fejl", @@ -243,6 +242,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Brug af SQLite frarådes især når skrivebordsklienten anvendes til filsynkronisering.", "Experimental applications ahead" : "Kommende eksperimentale programmer", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Eksperimentale programmer er ikke undersøgt for sikkerheds problemer. Kendt for at være ustabil og stadig under intensiv udvikling. Installering af disse programmer kan medføre datatab og/eller udgøre en sikkerhedsrisiko.", + "Uninstall App" : "Afinstallér app", "Enable experimental apps" : "Aktiver eksperimentale programmer", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hejsa,<br><br>dette er blot en besked om, at du nu har en %s-konto.<br><br>Dit brugernavn: %s<br>Tilgå den: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hejsa,\n\ndette er blot en besked om, at du nu har en %s-konto.\n\nDit brugernavn: %s\nTilgå den: %s\n\n", diff --git a/settings/l10n/da.json b/settings/l10n/da.json index 112eaa65253..1ab651ee857 100644 --- a/settings/l10n/da.json +++ b/settings/l10n/da.json @@ -48,7 +48,6 @@ "No apps found for your version" : "Ingen apps fundet til din verion", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Godkendte programmer er udviklet af betroet udviklere som har bestået en let sikkerheds gennemgang. De er aktivt vedligeholdt i et åben kode lager og udviklerne vurdere programmet til at være stabilt for normalt brug.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Dette program er ikke kontrolleret for sikkerhedsproblemer, og er nyt eller kendt for at være ustabilt. Installer på eget ansvar.", - "Please wait...." : "Vent venligst...", "Error while disabling app" : "Kunne ikke deaktivere app", "Disable" : "Deaktiver", "Enable" : "Aktiver", @@ -166,7 +165,6 @@ "Hide description …" : "Skjul beskrivelse", "This app cannot be installed because the following dependencies are not fulfilled:" : "Dette program kan ikke installeres, da følgende afhængigheder ikke imødekommes:", "Enable only for specific groups" : "Aktivér kun for udvalgte grupper", - "Uninstall App" : "Afinstallér app", "Common Name" : "Almindeligt navn", "Valid until" : "Gyldig indtil", "Issued By" : "Udstedt af", @@ -225,6 +223,7 @@ "log-level out of allowed range" : "niveau for logregistrering går ud over tilladte interval", "Language changed" : "Sprog ændret", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Sikker på at du vil tilføje \"{domain}\" som et domæne du har tiilid til?", + "Please wait...." : "Vent venligst...", "Everything (fatal issues, errors, warnings, info, debug)" : "Alt (alvorlige fejl, fejl, advarsler, info, debug)", "Info, warnings, errors and fatal issues" : "Info, advarsler, fejl og alvorlige fejl", "Warnings, errors and fatal issues" : "Advarsler, fejl og alvorlige fejl", @@ -241,6 +240,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Brug af SQLite frarådes især når skrivebordsklienten anvendes til filsynkronisering.", "Experimental applications ahead" : "Kommende eksperimentale programmer", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Eksperimentale programmer er ikke undersøgt for sikkerheds problemer. Kendt for at være ustabil og stadig under intensiv udvikling. Installering af disse programmer kan medføre datatab og/eller udgøre en sikkerhedsrisiko.", + "Uninstall App" : "Afinstallér app", "Enable experimental apps" : "Aktiver eksperimentale programmer", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hejsa,<br><br>dette er blot en besked om, at du nu har en %s-konto.<br><br>Dit brugernavn: %s<br>Tilgå den: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hejsa,\n\ndette er blot en besked om, at du nu har en %s-konto.\n\nDit brugernavn: %s\nTilgå den: %s\n\n", diff --git a/settings/l10n/de.js b/settings/l10n/de.js index 2c728859082..95a5eb38343 100644 --- a/settings/l10n/de.js +++ b/settings/l10n/de.js @@ -58,7 +58,6 @@ OC.L10N.register( "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Offizielle Apps werden von und innerhalb der Community entwickelt. Sie stellen die zentralen Funktionen bereit und sind für den produktiven Einsatz geeignet.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Geprüfte Apps werden von vertrauenswürdigen Entwicklern entwickelt und haben eine oberflächliche Sicherheitsprüfung durchlaufen. Sie werden innerhalb eines offenen Code-Repositorys aktiv gepflegt und ihre Betreuer erachten sie als stabil genug für für den gelegentlichen bis normalen Einsatz.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Diese App ist nicht auf Sicherheitsprobleme hin überprüft und ist neu oder bekanntermaßen instabil. Die Installation erfolgt auf eigenes Risiko.", - "Please wait...." : "Bitte warten…", "Error while disabling app" : "Beim Deaktivieren der App ist ein Fehler aufgetreten", "Disable" : "Deaktivieren", "Enable" : "Aktivieren", @@ -247,7 +246,6 @@ OC.L10N.register( "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Für diese App wurde keine obere Versionsgrenze für Nextcloud gesetzt. Dies wird zukünftig als Fehler behandelt.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Die App kann nicht installiert werden, weil die folgenden Abhängigkeiten nicht erfüllt sind:", "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren", - "Uninstall App" : "App deinstallieren", "SSL Root Certificates" : "SSL Root Zertifikate", "Common Name" : "Allgemeiner Name", "Valid until" : "Gültig bis", @@ -342,6 +340,7 @@ OC.L10N.register( "log-level out of allowed range" : "Log-Level außerhalb des erlaubten Bereichs", "Language changed" : "Sprache geändert", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Bist du sicher, dass du „{domain}“ als vertrauenswürdige Domain hinzufügen möchtest?", + "Please wait...." : "Bitte warten…", "iPhone" : "iPhone", "add group" : "Gruppe hinzufügen", "Everything (fatal issues, errors, warnings, info, debug)" : "Alles (fatale Probleme, Fehler, Warnungen, Infos, Debug-Meldungen)", @@ -361,6 +360,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Insbesondere bei der Nutzung des Desktop Clients zur Dateisynchronisierung wird vom Einsatz von SQLite abgeraten.", "Experimental applications ahead" : "Experimentelle Apps nachfolgend", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Experimentelle Apps sind nicht auf Sicherheitsprobleme hin überprüft, sind neu oder bekanntermaßen instabil und befinden sich in intensiver Entwicklung. Ihre Installation kann Datenverlust oder Sicherheitslücken hervorrufen.", + "Uninstall App" : "App deinstallieren", "Enable experimental apps" : "Experimentelle Apps aktivieren", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hallo,<br><br>hier nur kurz die Mitteilung, dass du jetzt ein %s-Konto hast.<br><br>Dein Benutzername: %s<br>Zugriff: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nhier nur kurz die Mitteilung, dass du jetzt ein %s-Konto hast.\n\nDein Benutzername: %s\nLoslegen: %s\n\n", diff --git a/settings/l10n/de.json b/settings/l10n/de.json index 349c71916f0..b165917e537 100644 --- a/settings/l10n/de.json +++ b/settings/l10n/de.json @@ -56,7 +56,6 @@ "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Offizielle Apps werden von und innerhalb der Community entwickelt. Sie stellen die zentralen Funktionen bereit und sind für den produktiven Einsatz geeignet.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Geprüfte Apps werden von vertrauenswürdigen Entwicklern entwickelt und haben eine oberflächliche Sicherheitsprüfung durchlaufen. Sie werden innerhalb eines offenen Code-Repositorys aktiv gepflegt und ihre Betreuer erachten sie als stabil genug für für den gelegentlichen bis normalen Einsatz.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Diese App ist nicht auf Sicherheitsprobleme hin überprüft und ist neu oder bekanntermaßen instabil. Die Installation erfolgt auf eigenes Risiko.", - "Please wait...." : "Bitte warten…", "Error while disabling app" : "Beim Deaktivieren der App ist ein Fehler aufgetreten", "Disable" : "Deaktivieren", "Enable" : "Aktivieren", @@ -245,7 +244,6 @@ "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Für diese App wurde keine obere Versionsgrenze für Nextcloud gesetzt. Dies wird zukünftig als Fehler behandelt.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Die App kann nicht installiert werden, weil die folgenden Abhängigkeiten nicht erfüllt sind:", "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren", - "Uninstall App" : "App deinstallieren", "SSL Root Certificates" : "SSL Root Zertifikate", "Common Name" : "Allgemeiner Name", "Valid until" : "Gültig bis", @@ -340,6 +338,7 @@ "log-level out of allowed range" : "Log-Level außerhalb des erlaubten Bereichs", "Language changed" : "Sprache geändert", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Bist du sicher, dass du „{domain}“ als vertrauenswürdige Domain hinzufügen möchtest?", + "Please wait...." : "Bitte warten…", "iPhone" : "iPhone", "add group" : "Gruppe hinzufügen", "Everything (fatal issues, errors, warnings, info, debug)" : "Alles (fatale Probleme, Fehler, Warnungen, Infos, Debug-Meldungen)", @@ -359,6 +358,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Insbesondere bei der Nutzung des Desktop Clients zur Dateisynchronisierung wird vom Einsatz von SQLite abgeraten.", "Experimental applications ahead" : "Experimentelle Apps nachfolgend", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Experimentelle Apps sind nicht auf Sicherheitsprobleme hin überprüft, sind neu oder bekanntermaßen instabil und befinden sich in intensiver Entwicklung. Ihre Installation kann Datenverlust oder Sicherheitslücken hervorrufen.", + "Uninstall App" : "App deinstallieren", "Enable experimental apps" : "Experimentelle Apps aktivieren", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hallo,<br><br>hier nur kurz die Mitteilung, dass du jetzt ein %s-Konto hast.<br><br>Dein Benutzername: %s<br>Zugriff: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nhier nur kurz die Mitteilung, dass du jetzt ein %s-Konto hast.\n\nDein Benutzername: %s\nLoslegen: %s\n\n", diff --git a/settings/l10n/de_DE.js b/settings/l10n/de_DE.js index 97b3efdcdb2..8e59f2d5b9a 100644 --- a/settings/l10n/de_DE.js +++ b/settings/l10n/de_DE.js @@ -58,7 +58,6 @@ OC.L10N.register( "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Offizielle Apps werden von und innerhalb der Community entwickelt. Sie stellen die zentralen Funktionen bereit und sind für den produktiven Einsatz geeignet.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Geprüfte Apps werden von vertrauenswürdigen Entwicklern entwickelt und haben eine oberflächliche Sicherheitsprüfung durchlaufen. Sie werden innerhalb eines offenen Code-Repositorys aktiv gepflegt und ihre Betreuer erachten sie als stabil genug für für den gelegentlichen bis normalen Einsatz.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Diese App ist nicht auf Sicherheitsprobleme hin überprüft und ist neu oder bekanntermaßen instabil. Die Installation erfolgt auf eigenes Risiko.", - "Please wait...." : "Bitte warten…", "Error while disabling app" : "Beim Deaktivieren der App ist ein Fehler aufgetreten", "Disable" : "Deaktivieren", "Enable" : "Aktivieren", @@ -247,7 +246,6 @@ OC.L10N.register( "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Für diese App wurde keine obere Versionsgrenze für Nextcloud gesetzt. Dies wird zukünftig als Fehler behandelt.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Diese App kann nicht installiert werden, weil die folgenden Abhängigkeiten nicht erfüllt sind:", "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren", - "Uninstall App" : "App deinstallieren", "SSL Root Certificates" : "SSL Root Zertifikate", "Common Name" : "Allgemeiner Name", "Valid until" : "Gültig bis", @@ -342,6 +340,7 @@ OC.L10N.register( "log-level out of allowed range" : "Log-Level außerhalb des erlaubten Bereichs", "Language changed" : "Sprache geändert", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Sind Sie sich wirklich sicher, dass Sie »{domain}« als vertrauenswürdige Domain hinzufügen möchten?", + "Please wait...." : "Bitte warten…", "iPhone" : "iPhone", "add group" : "Gruppe hinzufügen", "Everything (fatal issues, errors, warnings, info, debug)" : "Alles (fatale Probleme, Fehler, Warnungen, Infos, Fehlerdiagnose)", @@ -361,6 +360,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Insbesondere bei der Nutzung des Desktop Clients zur Dateisynchronisierung wird vom Einsatz von SQLite abgeraten.", "Experimental applications ahead" : "Experimentelle Apps nachfolgend", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Experimentelle Apps sind nicht auf Sicherheitsprobleme hin überprüft, sind neu oder bekanntermaßen instabil und befinden sich in intensiver Entwicklung. Ihre Installation kann Datenverlust oder Sicherheitslücken hervorrufen.", + "Uninstall App" : "App deinstallieren", "Enable experimental apps" : "Experimentelle Apps aktivieren", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hallo,<br><br>hier nur kurz die Mitteilung, dass Sie jetzt ein %s-Konto haben.<br><br>Ihr Benutzername: %s<br>Greifen Sie darauf zu: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nhier nur kurz die Mitteilung, dass Sie jetzt ein %s-Konto haben.\n\nIhr Benutzername: %s\nGreifen Sie darauf zu: %s\n\n", diff --git a/settings/l10n/de_DE.json b/settings/l10n/de_DE.json index ca67df83f5d..938fbec8e19 100644 --- a/settings/l10n/de_DE.json +++ b/settings/l10n/de_DE.json @@ -56,7 +56,6 @@ "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Offizielle Apps werden von und innerhalb der Community entwickelt. Sie stellen die zentralen Funktionen bereit und sind für den produktiven Einsatz geeignet.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Geprüfte Apps werden von vertrauenswürdigen Entwicklern entwickelt und haben eine oberflächliche Sicherheitsprüfung durchlaufen. Sie werden innerhalb eines offenen Code-Repositorys aktiv gepflegt und ihre Betreuer erachten sie als stabil genug für für den gelegentlichen bis normalen Einsatz.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Diese App ist nicht auf Sicherheitsprobleme hin überprüft und ist neu oder bekanntermaßen instabil. Die Installation erfolgt auf eigenes Risiko.", - "Please wait...." : "Bitte warten…", "Error while disabling app" : "Beim Deaktivieren der App ist ein Fehler aufgetreten", "Disable" : "Deaktivieren", "Enable" : "Aktivieren", @@ -245,7 +244,6 @@ "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Für diese App wurde keine obere Versionsgrenze für Nextcloud gesetzt. Dies wird zukünftig als Fehler behandelt.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Diese App kann nicht installiert werden, weil die folgenden Abhängigkeiten nicht erfüllt sind:", "Enable only for specific groups" : "Nur für bestimmte Gruppen aktivieren", - "Uninstall App" : "App deinstallieren", "SSL Root Certificates" : "SSL Root Zertifikate", "Common Name" : "Allgemeiner Name", "Valid until" : "Gültig bis", @@ -340,6 +338,7 @@ "log-level out of allowed range" : "Log-Level außerhalb des erlaubten Bereichs", "Language changed" : "Sprache geändert", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Sind Sie sich wirklich sicher, dass Sie »{domain}« als vertrauenswürdige Domain hinzufügen möchten?", + "Please wait...." : "Bitte warten…", "iPhone" : "iPhone", "add group" : "Gruppe hinzufügen", "Everything (fatal issues, errors, warnings, info, debug)" : "Alles (fatale Probleme, Fehler, Warnungen, Infos, Fehlerdiagnose)", @@ -359,6 +358,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Insbesondere bei der Nutzung des Desktop Clients zur Dateisynchronisierung wird vom Einsatz von SQLite abgeraten.", "Experimental applications ahead" : "Experimentelle Apps nachfolgend", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Experimentelle Apps sind nicht auf Sicherheitsprobleme hin überprüft, sind neu oder bekanntermaßen instabil und befinden sich in intensiver Entwicklung. Ihre Installation kann Datenverlust oder Sicherheitslücken hervorrufen.", + "Uninstall App" : "App deinstallieren", "Enable experimental apps" : "Experimentelle Apps aktivieren", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hallo,<br><br>hier nur kurz die Mitteilung, dass Sie jetzt ein %s-Konto haben.<br><br>Ihr Benutzername: %s<br>Greifen Sie darauf zu: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nhier nur kurz die Mitteilung, dass Sie jetzt ein %s-Konto haben.\n\nIhr Benutzername: %s\nGreifen Sie darauf zu: %s\n\n", diff --git a/settings/l10n/el.js b/settings/l10n/el.js index 131765857ac..13f4168fca6 100644 --- a/settings/l10n/el.js +++ b/settings/l10n/el.js @@ -51,7 +51,6 @@ OC.L10N.register( "No apps found for your version" : "Δεν βρέθηκαν εφαρμογές για αυτή την έκδοση", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Οι εγκεκριμένες εφαρμογές αναπτύχθηκαν από αξιόπιστους προγραμματιστές και έχουν περάσει έναν συνοπτικό έλεγχο ασφαλείας. Διατηρούνται ενεργά σε ένα αποθετήριο ανοιχτού κώδικα και οι συντηρητές θεωρούν οτι είναι σταθερές για κανονική χρήση.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Η εφαρμογή αυτή δεν ελέγχεται για θέματα ασφάλειας και είναι νέα ή είναι γνωστό ότι είναι ασταθής. Η εγκατάσταση γίνεται με δική σας ευθύνη.", - "Please wait...." : "Παρακαλώ περιμένετε...", "Error while disabling app" : "Σφάλμα κατά την απενεργοποίηση εισόδου", "Disable" : "Απενεργοποίηση", "Enable" : "Ενεργοποίηση", @@ -206,7 +205,6 @@ OC.L10N.register( "This app has an update available." : "Αυτή η εφαρμογή έχει διαθέσιμη ενημέρωση.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Αυτή η εφαρμογή δεν μπορεί να εγκατασταθεί διότι δεν εκπληρώνονται οι ακόλουθες εξαρτήσεις:", "Enable only for specific groups" : "Ενεργοποίηση μόνο για καθορισμένες ομάδες", - "Uninstall App" : "Απεγκατάσταση Εφαρμογής", "SSL Root Certificates" : "Πιστοποιητικά SSL του Root", "Common Name" : "Κοινό Όνομα", "Valid until" : "Έγκυρο έως", @@ -282,6 +280,7 @@ OC.L10N.register( "log-level out of allowed range" : "Το επίπεδο καταγραφής είναι εκτός του επιτρεπόμενου πεδίου", "Language changed" : "Η γλώσσα άλλαξε", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Είστε πραγματικά σίγουροι ότι θέλετε να προσθέσετε το \"{domain}\" σαν αξιόπιστη περιοχή;", + "Please wait...." : "Παρακαλώ περιμένετε...", "iPhone" : "iPhone", "add group" : "προσθήκη ομάδας", "Everything (fatal issues, errors, warnings, info, debug)" : "Όλα (καίρια ζητήματα, σφάλματα, προειδοποιήσεις, πληροφορίες, αποσφαλμάτωση)", @@ -300,6 +299,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Ειδικά όταν χρησιμοποιείτε τον πελάτη για συγχρονισμό στον υπολογιστή σας, δεν συνίσταται η χρήση της SQLite.", "Experimental applications ahead" : "Πειραματικές εφαρμογές", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Οι πειραματικές εφαρμογές δεν ελέγχονται για θέματα ασφάλειας, είναι ασταθείς και υπό συνεχή εξέλιξη. Η εγκατάσταση τους μπορεί να προκαλέσει απώλεια δεδομένων ή παραβιάσεις της ασφάλειας.", + "Uninstall App" : "Απεγκατάσταση Εφαρμογής", "Enable experimental apps" : "Ενεργοποίηση πειραματικών εφαρμογών", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Χαίρεται,<br><br>απλά σας κάνουμε γνωστό ότι διαθέτετε έναν %s λογαριασμό.<br><br>Το όνομά σας είναι: %s<br>Έχετε πρόσβαση: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Χαίρεται, \nαπλά σας κάνουμε γνωστό ότι διαθέτετε έναν %s λογαριασμό.\nΤο όνομά σας είναι: %s\nΈχετε πρόσβαση: %s\n", diff --git a/settings/l10n/el.json b/settings/l10n/el.json index 3360d1b1c64..2bb9e7a55ca 100644 --- a/settings/l10n/el.json +++ b/settings/l10n/el.json @@ -49,7 +49,6 @@ "No apps found for your version" : "Δεν βρέθηκαν εφαρμογές για αυτή την έκδοση", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Οι εγκεκριμένες εφαρμογές αναπτύχθηκαν από αξιόπιστους προγραμματιστές και έχουν περάσει έναν συνοπτικό έλεγχο ασφαλείας. Διατηρούνται ενεργά σε ένα αποθετήριο ανοιχτού κώδικα και οι συντηρητές θεωρούν οτι είναι σταθερές για κανονική χρήση.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Η εφαρμογή αυτή δεν ελέγχεται για θέματα ασφάλειας και είναι νέα ή είναι γνωστό ότι είναι ασταθής. Η εγκατάσταση γίνεται με δική σας ευθύνη.", - "Please wait...." : "Παρακαλώ περιμένετε...", "Error while disabling app" : "Σφάλμα κατά την απενεργοποίηση εισόδου", "Disable" : "Απενεργοποίηση", "Enable" : "Ενεργοποίηση", @@ -204,7 +203,6 @@ "This app has an update available." : "Αυτή η εφαρμογή έχει διαθέσιμη ενημέρωση.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Αυτή η εφαρμογή δεν μπορεί να εγκατασταθεί διότι δεν εκπληρώνονται οι ακόλουθες εξαρτήσεις:", "Enable only for specific groups" : "Ενεργοποίηση μόνο για καθορισμένες ομάδες", - "Uninstall App" : "Απεγκατάσταση Εφαρμογής", "SSL Root Certificates" : "Πιστοποιητικά SSL του Root", "Common Name" : "Κοινό Όνομα", "Valid until" : "Έγκυρο έως", @@ -280,6 +278,7 @@ "log-level out of allowed range" : "Το επίπεδο καταγραφής είναι εκτός του επιτρεπόμενου πεδίου", "Language changed" : "Η γλώσσα άλλαξε", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Είστε πραγματικά σίγουροι ότι θέλετε να προσθέσετε το \"{domain}\" σαν αξιόπιστη περιοχή;", + "Please wait...." : "Παρακαλώ περιμένετε...", "iPhone" : "iPhone", "add group" : "προσθήκη ομάδας", "Everything (fatal issues, errors, warnings, info, debug)" : "Όλα (καίρια ζητήματα, σφάλματα, προειδοποιήσεις, πληροφορίες, αποσφαλμάτωση)", @@ -298,6 +297,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Ειδικά όταν χρησιμοποιείτε τον πελάτη για συγχρονισμό στον υπολογιστή σας, δεν συνίσταται η χρήση της SQLite.", "Experimental applications ahead" : "Πειραματικές εφαρμογές", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Οι πειραματικές εφαρμογές δεν ελέγχονται για θέματα ασφάλειας, είναι ασταθείς και υπό συνεχή εξέλιξη. Η εγκατάσταση τους μπορεί να προκαλέσει απώλεια δεδομένων ή παραβιάσεις της ασφάλειας.", + "Uninstall App" : "Απεγκατάσταση Εφαρμογής", "Enable experimental apps" : "Ενεργοποίηση πειραματικών εφαρμογών", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Χαίρεται,<br><br>απλά σας κάνουμε γνωστό ότι διαθέτετε έναν %s λογαριασμό.<br><br>Το όνομά σας είναι: %s<br>Έχετε πρόσβαση: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Χαίρεται, \nαπλά σας κάνουμε γνωστό ότι διαθέτετε έναν %s λογαριασμό.\nΤο όνομά σας είναι: %s\nΈχετε πρόσβαση: %s\n", diff --git a/settings/l10n/en_GB.js b/settings/l10n/en_GB.js index af8e8b30796..9b0cb16b3ba 100644 --- a/settings/l10n/en_GB.js +++ b/settings/l10n/en_GB.js @@ -53,7 +53,6 @@ OC.L10N.register( "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Official apps are developed by the community. They offer additional functionality and are ready for production use.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "This app is not checked for security issues and is new or known to be unstable. Install at your own risk.", - "Please wait...." : "Please wait....", "Error while disabling app" : "Error whilst disabling app", "Disable" : "Disable", "Enable" : "Enable", @@ -201,7 +200,6 @@ OC.L10N.register( "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "This app has no maximum Nextcloud version assigned. This will cause an error in the future.", "This app cannot be installed because the following dependencies are not fulfilled:" : "This app cannot be installed because the following dependencies are not fulfilled:", "Enable only for specific groups" : "Enable only for specific groups", - "Uninstall App" : "Uninstall App", "SSL Root Certificates" : "SSL Root Certificates", "Common Name" : "Common Name", "Valid until" : "Valid until", @@ -267,6 +265,7 @@ OC.L10N.register( "log-level out of allowed range" : "log-level out of allowed range", "Language changed" : "Language changed", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Are you really sure you want add \"{domain}\" as a trusted domain?", + "Please wait...." : "Please wait....", "Everything (fatal issues, errors, warnings, info, debug)" : "Everything (fatal issues, errors, warnings, info, debug)", "Info, warnings, errors and fatal issues" : "Info, warnings, errors and fatal issues", "Warnings, errors and fatal issues" : "Warnings, errors and fatal issues", @@ -284,6 +283,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Especially when using the desktop client for file syncing, the use of SQLite is discouraged.", "Experimental applications ahead" : "Experimental applications ahead", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches.", + "Uninstall App" : "Uninstall App", "Enable experimental apps" : "Enable experimental apps", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n", diff --git a/settings/l10n/en_GB.json b/settings/l10n/en_GB.json index 4c52e4a8010..9e418ffa858 100644 --- a/settings/l10n/en_GB.json +++ b/settings/l10n/en_GB.json @@ -51,7 +51,6 @@ "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Official apps are developed by the community. They offer additional functionality and are ready for production use.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "This app is not checked for security issues and is new or known to be unstable. Install at your own risk.", - "Please wait...." : "Please wait....", "Error while disabling app" : "Error whilst disabling app", "Disable" : "Disable", "Enable" : "Enable", @@ -199,7 +198,6 @@ "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "This app has no maximum Nextcloud version assigned. This will cause an error in the future.", "This app cannot be installed because the following dependencies are not fulfilled:" : "This app cannot be installed because the following dependencies are not fulfilled:", "Enable only for specific groups" : "Enable only for specific groups", - "Uninstall App" : "Uninstall App", "SSL Root Certificates" : "SSL Root Certificates", "Common Name" : "Common Name", "Valid until" : "Valid until", @@ -265,6 +263,7 @@ "log-level out of allowed range" : "log-level out of allowed range", "Language changed" : "Language changed", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Are you really sure you want add \"{domain}\" as a trusted domain?", + "Please wait...." : "Please wait....", "Everything (fatal issues, errors, warnings, info, debug)" : "Everything (fatal issues, errors, warnings, info, debug)", "Info, warnings, errors and fatal issues" : "Info, warnings, errors and fatal issues", "Warnings, errors and fatal issues" : "Warnings, errors and fatal issues", @@ -282,6 +281,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Especially when using the desktop client for file syncing, the use of SQLite is discouraged.", "Experimental applications ahead" : "Experimental applications ahead", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches.", + "Uninstall App" : "Uninstall App", "Enable experimental apps" : "Enable experimental apps", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n", diff --git a/settings/l10n/eo.js b/settings/l10n/eo.js index 8d5599ee970..a9e740f5a10 100644 --- a/settings/l10n/eo.js +++ b/settings/l10n/eo.js @@ -20,7 +20,6 @@ OC.L10N.register( "Couldn't update app." : "Ne eblis ĝisdatigi la aplikaĵon.", "Sending..." : "Sendante...", "All" : "Ĉio", - "Please wait...." : "Bonvolu atendi...", "Error while disabling app" : "Eraris malkapabligo de aplikaĵo", "Disable" : "Malkapabligi", "Enable" : "Kapabligi", @@ -85,7 +84,6 @@ OC.L10N.register( "Show description …" : "Montri priskribon...", "Hide description …" : "Malmontri priskribon...", "Enable only for specific groups" : "Kapabligi nur por specifajn grupojn", - "Uninstall App" : "Malinstali aplikaĵon", "Common Name" : "Komuna nomo", "Valid until" : "Valida ĝis", "Valid until %s" : "Valida ĝis %s", @@ -126,6 +124,7 @@ OC.L10N.register( "change email address" : "ŝanĝi retpoŝtadreson", "Default" : "Defaŭlta", "Language changed" : "La lingvo estas ŝanĝita", + "Please wait...." : "Bonvolu atendi...", "Everything (fatal issues, errors, warnings, info, debug)" : "Ĉio (fatalaĵoj, eraroj, avertoj, informoj, sencimigaj mesaĝoj)", "Info, warnings, errors and fatal issues" : "Informoj, avertoj, eraroj kaj fatalaĵoj", "Warnings, errors and fatal issues" : "Avertoj, eraroj kaj fatalaĵoj", @@ -137,6 +136,7 @@ OC.L10N.register( "More" : "Pli", "Less" : "Malpli", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite uziĝas kiel datumbazo. Por pli grandaj instaloj ni rekomendas ŝanĝi ĝin per malsama datumbazomotoro.", + "Uninstall App" : "Malinstali aplikaĵon", "Group" : "Grupo", "External Storage" : "Malena memorilo", "Updates" : "Ĝisdatigoj" diff --git a/settings/l10n/eo.json b/settings/l10n/eo.json index db55cf74440..bfa16cee7d7 100644 --- a/settings/l10n/eo.json +++ b/settings/l10n/eo.json @@ -18,7 +18,6 @@ "Couldn't update app." : "Ne eblis ĝisdatigi la aplikaĵon.", "Sending..." : "Sendante...", "All" : "Ĉio", - "Please wait...." : "Bonvolu atendi...", "Error while disabling app" : "Eraris malkapabligo de aplikaĵo", "Disable" : "Malkapabligi", "Enable" : "Kapabligi", @@ -83,7 +82,6 @@ "Show description …" : "Montri priskribon...", "Hide description …" : "Malmontri priskribon...", "Enable only for specific groups" : "Kapabligi nur por specifajn grupojn", - "Uninstall App" : "Malinstali aplikaĵon", "Common Name" : "Komuna nomo", "Valid until" : "Valida ĝis", "Valid until %s" : "Valida ĝis %s", @@ -124,6 +122,7 @@ "change email address" : "ŝanĝi retpoŝtadreson", "Default" : "Defaŭlta", "Language changed" : "La lingvo estas ŝanĝita", + "Please wait...." : "Bonvolu atendi...", "Everything (fatal issues, errors, warnings, info, debug)" : "Ĉio (fatalaĵoj, eraroj, avertoj, informoj, sencimigaj mesaĝoj)", "Info, warnings, errors and fatal issues" : "Informoj, avertoj, eraroj kaj fatalaĵoj", "Warnings, errors and fatal issues" : "Avertoj, eraroj kaj fatalaĵoj", @@ -135,6 +134,7 @@ "More" : "Pli", "Less" : "Malpli", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite uziĝas kiel datumbazo. Por pli grandaj instaloj ni rekomendas ŝanĝi ĝin per malsama datumbazomotoro.", + "Uninstall App" : "Malinstali aplikaĵon", "Group" : "Grupo", "External Storage" : "Malena memorilo", "Updates" : "Ĝisdatigoj" diff --git a/settings/l10n/es.js b/settings/l10n/es.js index e7ac03ebd14..3a2bdcbb49d 100644 --- a/settings/l10n/es.js +++ b/settings/l10n/es.js @@ -58,7 +58,6 @@ OC.L10N.register( "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Las apps oficiales están desarrolladas por y dentro de la comunidad. Ofrecen una funcionalidad central y están preparadas para uso en producción.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas las desarrollan desarrolladores de confianza y han pasado un control de seguridad superficial. Estas se mantienen activamente en un repositorio de código abierto y sus encargados las consideran estables para un uso normal.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "No se han verificado los posibles problemas de seguridad de esta app. Es nueva o bien es conocida por ser inestable. Instálela bajo su propio riesgo.", - "Please wait...." : "Espere, por favor....", "Error while disabling app" : "Error mientras se desactivaba la aplicación", "Disable" : "Desactivar", "Enable" : "Activar", @@ -247,7 +246,6 @@ OC.L10N.register( "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Esta app no tiene una versión máxima de Nextcloud asignada. Esto será un error en el futuro.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Esta aplicación no puede instalarse porque las siguientes dependencias no están cumplimentadas:", "Enable only for specific groups" : "Activar solamente para grupos específicos", - "Uninstall App" : "Desinstalar aplicación", "SSL Root Certificates" : "Raíz de certificados SSL ", "Common Name" : "Nombre común", "Valid until" : "Válido hasta", @@ -296,6 +294,7 @@ OC.L10N.register( "Desktop client" : "Cliente de escritorio", "Android app" : "Aplicación de Android", "iOS app" : "La aplicación de iOS", + "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si deseas apoyar el proyecto, ¡{contributeopen}únete al desarrollo{linkclose} o {contributeopen}difúnde la palabra{linkclose}!", "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de ejecución inicial", "Web, desktop and mobile clients currently logged in to your account." : "Clientes web, móviles y de escritorio actualmente conectados a tu cuenta.", "Device" : "Dispositivo", @@ -308,8 +307,12 @@ OC.L10N.register( "For security reasons this password will only be shown once." : "Para seguridad, esta contraseña será mostrado solamente una vez.", "Username" : "Nombre de usuario", "Done" : "Hecho", + "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Desarrollado por la {communityopen}comunidad Nextcloud{linkclose}, el {githubopen}código fuente{linkclose} está licenciado bajo la {licenseopen}AGPL{linkclose}.", "Follow us on Google Plus!" : "¡Síganos en Google+!", + "Like our facebook page!" : "¡Da a Me gusta en nuestra página de Facebook!", "Subscribe to our twitter channel!" : "Suscríbete a nuestro canal de Twitter!", + "Subscribe to our news feed!" : "¡Suscríbete a nuestro feed de noticias!", + "Subscribe to our newsletter!" : "¡Suscríbete a nuestro boletín!", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show last log in" : "Mostrar el último inicio de sesión", "Show user backend" : "Mostrar motor de usuario", @@ -337,6 +340,7 @@ OC.L10N.register( "log-level out of allowed range" : "Nivel de autenticación fuera del rango permitido", "Language changed" : "Idioma cambiado", "Are you really sure you want add \"{domain}\" as trusted domain?" : "¿Está seguro de querer agregar \"{domain}\" como un dominio de confianza?", + "Please wait...." : "Espere, por favor....", "iPhone" : "iPhone", "add group" : "añadir grupo", "Everything (fatal issues, errors, warnings, info, debug)" : "Todo (Información, Avisos, Errores, debug y problemas fatales)", @@ -356,12 +360,14 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "El uso de SQLite está desaconsejado especialmente cuando se usa el cliente de escritorio para sincronizar los ficheros.", "Experimental applications ahead" : "Aplicaciones experimentales más adelante", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Las aplicaciones experimentales no están verificadas por problemas de seguridad, recientes o conocidas por ser inestables y/o bajo un fuerte desarrollo. Instalándolas pueden causar pérdida de datos o violación de seguridades.", + "Uninstall App" : "Desinstalar aplicación", "Enable experimental apps" : "Habilitar aplicaciones experimentales", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "¿Qué tal?,<br><br>este mensaje es para hacerle saber que ahora tiene una %s cuenta.<br><br>Su nombre de usuario: %s<br>Acceda en: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hola, ¿qué tal?,\n\nEste mensaje es para hacerle saber que ahora tiene una cuenta %s.\n\nSu nombre de usuario: %s\nAcceda en: %s\n\n", "If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">únase al desarrollo</a>\n\t\to\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">difunda la palabra</a>.", "Add Group" : "Agregar grupo", "Group" : "Grupo", + "Default Quota" : "Cuota por defecto.", "Full Name" : "Nombre completo", "Group Admin for" : "Grupo administrador para", "Storage Location" : "Ubicación de almacenamiento", @@ -371,7 +377,19 @@ OC.L10N.register( "Redis" : "Redis", "External Storage" : "Almacenamiento externo", "Updates" : "Actualizaciones", + "Official apps are developed by and within the Nextcloud community. They offer functionality central to Nextcloud and are ready for production use." : "Las apps oficiales son desarrolladas por y dentro de la comunidad Nextcloud. Ofrecen funcionalidades centrales de Nextcloud y están preparadas para su uso en producción.", "No apps found for \"{query}\"" : "No se han encontrado apps para {query}", - "An error occurred: {message}" : "Ocurrió un error: {message}" + "An error occurred: {message}" : "Ocurrió un error: {message}", + "Please check the <a target=\"_blank\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Por favor, comprueba la <a target=\"_blank\" href=\"%s\">documentación de instalación ↗</a> para notas de configuración de php y la configuración de tu servidor, especialmente al usar php-fpm.", + "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no funciona con el nivel de aislamiento de transacciones \"READ COMMITED\". Esto puede causar problemas cuando se ejecutan múltiples acciones en paralelo.", + "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Tu servidor funciona con Microsoft Windows. Recomendamos encarecidamente Linux para una experiencia de usuario óptima.", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" href=\"%s\">documentation ↗</a> for more information." : "El bloqueo transaccional de archivos está desactivado. Esto puede llevar a problemas con condiciones de carrera. Activa 'filelocking.enabled' en config.php para evitar estos problemas. Ver la <a target=\"_blank\" href=\"%s\">documentación ↗</a> para más información.", + "Please double check the <a target=\"_blank\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"#log-section\">log</a>." : "Por favor, comprueba dos veces las <a target=\"_blank\" href=\"%s\">guías de instalación ↗</a>, y busca cualquier error o advertencia en el <a href=\"#log-section\">registro</a>.", + "Encryption alone does not guarantee security of the system. Please see Nextcloud documentation for more information about how the encryption app works, and the supported use cases." : "El cifrado por sí solo no garantiza la seguridad del sistema. Por favor, ver la documentación de Nextcloud para más información sobre cómo funcional la app de cifrado y los casos de uso soportados.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "Para migrar a otra base de datos, usa la herramienta de línea de comandos 'occ db:convert-type', o comprueba la <a target=\"_blank\" href=\"%s\">documentación ↗</a>.", + "This app has no minimum Nextcloud version assigned. This will be an error in Nextcloud 11 and later." : "Esta app no tiene una versión mínima de Nextcloud asignada. Esto será un error en Nextcloud 11 y posteriores.", + "This app has no maximum Nextcloud version assigned. This will be an error in Nextcloud 11 and later." : "Esta versión no tiene una versión máxima de Nextcloud asignada. Esto será un error en Nextcloud 11 y posterior.", + "If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\tor\n\t\t<a href=\"https://help.nextcloud.com/\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">help other users</a>!" : "Si deseas apoyar el proyecto\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">únete al desarrollo</a>\n\t\to\n\t\t<a href=\"https://help.nextcloud.com/\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">ayuda a otros usuarios</a>.", + "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}<abbr title=\"Affero General Public License\">AGPL</abbr>{linkclose}." : "Desarrollado por la {communityopen}comunidad Nextcloud {linkclose}, el {githubopen}código fuente{linkclose} está licenciado bajo la{licenseopen}<abbr title=\"Affero General Public License\">AGPL</abbr>{linkclose}." }, "nplurals=2; plural=(n != 1);"); diff --git a/settings/l10n/es.json b/settings/l10n/es.json index 2ad9f67d3f1..66c673eceb4 100644 --- a/settings/l10n/es.json +++ b/settings/l10n/es.json @@ -56,7 +56,6 @@ "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Las apps oficiales están desarrolladas por y dentro de la comunidad. Ofrecen una funcionalidad central y están preparadas para uso en producción.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Las aplicaciones aprobadas las desarrollan desarrolladores de confianza y han pasado un control de seguridad superficial. Estas se mantienen activamente en un repositorio de código abierto y sus encargados las consideran estables para un uso normal.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "No se han verificado los posibles problemas de seguridad de esta app. Es nueva o bien es conocida por ser inestable. Instálela bajo su propio riesgo.", - "Please wait...." : "Espere, por favor....", "Error while disabling app" : "Error mientras se desactivaba la aplicación", "Disable" : "Desactivar", "Enable" : "Activar", @@ -245,7 +244,6 @@ "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Esta app no tiene una versión máxima de Nextcloud asignada. Esto será un error en el futuro.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Esta aplicación no puede instalarse porque las siguientes dependencias no están cumplimentadas:", "Enable only for specific groups" : "Activar solamente para grupos específicos", - "Uninstall App" : "Desinstalar aplicación", "SSL Root Certificates" : "Raíz de certificados SSL ", "Common Name" : "Nombre común", "Valid until" : "Válido hasta", @@ -294,6 +292,7 @@ "Desktop client" : "Cliente de escritorio", "Android app" : "Aplicación de Android", "iOS app" : "La aplicación de iOS", + "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si deseas apoyar el proyecto, ¡{contributeopen}únete al desarrollo{linkclose} o {contributeopen}difúnde la palabra{linkclose}!", "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de ejecución inicial", "Web, desktop and mobile clients currently logged in to your account." : "Clientes web, móviles y de escritorio actualmente conectados a tu cuenta.", "Device" : "Dispositivo", @@ -306,8 +305,12 @@ "For security reasons this password will only be shown once." : "Para seguridad, esta contraseña será mostrado solamente una vez.", "Username" : "Nombre de usuario", "Done" : "Hecho", + "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Desarrollado por la {communityopen}comunidad Nextcloud{linkclose}, el {githubopen}código fuente{linkclose} está licenciado bajo la {licenseopen}AGPL{linkclose}.", "Follow us on Google Plus!" : "¡Síganos en Google+!", + "Like our facebook page!" : "¡Da a Me gusta en nuestra página de Facebook!", "Subscribe to our twitter channel!" : "Suscríbete a nuestro canal de Twitter!", + "Subscribe to our news feed!" : "¡Suscríbete a nuestro feed de noticias!", + "Subscribe to our newsletter!" : "¡Suscríbete a nuestro boletín!", "Show storage location" : "Mostrar la ubicación del almacenamiento", "Show last log in" : "Mostrar el último inicio de sesión", "Show user backend" : "Mostrar motor de usuario", @@ -335,6 +338,7 @@ "log-level out of allowed range" : "Nivel de autenticación fuera del rango permitido", "Language changed" : "Idioma cambiado", "Are you really sure you want add \"{domain}\" as trusted domain?" : "¿Está seguro de querer agregar \"{domain}\" como un dominio de confianza?", + "Please wait...." : "Espere, por favor....", "iPhone" : "iPhone", "add group" : "añadir grupo", "Everything (fatal issues, errors, warnings, info, debug)" : "Todo (Información, Avisos, Errores, debug y problemas fatales)", @@ -354,12 +358,14 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "El uso de SQLite está desaconsejado especialmente cuando se usa el cliente de escritorio para sincronizar los ficheros.", "Experimental applications ahead" : "Aplicaciones experimentales más adelante", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Las aplicaciones experimentales no están verificadas por problemas de seguridad, recientes o conocidas por ser inestables y/o bajo un fuerte desarrollo. Instalándolas pueden causar pérdida de datos o violación de seguridades.", + "Uninstall App" : "Desinstalar aplicación", "Enable experimental apps" : "Habilitar aplicaciones experimentales", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "¿Qué tal?,<br><br>este mensaje es para hacerle saber que ahora tiene una %s cuenta.<br><br>Su nombre de usuario: %s<br>Acceda en: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hola, ¿qué tal?,\n\nEste mensaje es para hacerle saber que ahora tiene una cuenta %s.\n\nSu nombre de usuario: %s\nAcceda en: %s\n\n", "If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">únase al desarrollo</a>\n\t\to\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">difunda la palabra</a>.", "Add Group" : "Agregar grupo", "Group" : "Grupo", + "Default Quota" : "Cuota por defecto.", "Full Name" : "Nombre completo", "Group Admin for" : "Grupo administrador para", "Storage Location" : "Ubicación de almacenamiento", @@ -369,7 +375,19 @@ "Redis" : "Redis", "External Storage" : "Almacenamiento externo", "Updates" : "Actualizaciones", + "Official apps are developed by and within the Nextcloud community. They offer functionality central to Nextcloud and are ready for production use." : "Las apps oficiales son desarrolladas por y dentro de la comunidad Nextcloud. Ofrecen funcionalidades centrales de Nextcloud y están preparadas para su uso en producción.", "No apps found for \"{query}\"" : "No se han encontrado apps para {query}", - "An error occurred: {message}" : "Ocurrió un error: {message}" + "An error occurred: {message}" : "Ocurrió un error: {message}", + "Please check the <a target=\"_blank\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Por favor, comprueba la <a target=\"_blank\" href=\"%s\">documentación de instalación ↗</a> para notas de configuración de php y la configuración de tu servidor, especialmente al usar php-fpm.", + "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no funciona con el nivel de aislamiento de transacciones \"READ COMMITED\". Esto puede causar problemas cuando se ejecutan múltiples acciones en paralelo.", + "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Tu servidor funciona con Microsoft Windows. Recomendamos encarecidamente Linux para una experiencia de usuario óptima.", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" href=\"%s\">documentation ↗</a> for more information." : "El bloqueo transaccional de archivos está desactivado. Esto puede llevar a problemas con condiciones de carrera. Activa 'filelocking.enabled' en config.php para evitar estos problemas. Ver la <a target=\"_blank\" href=\"%s\">documentación ↗</a> para más información.", + "Please double check the <a target=\"_blank\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"#log-section\">log</a>." : "Por favor, comprueba dos veces las <a target=\"_blank\" href=\"%s\">guías de instalación ↗</a>, y busca cualquier error o advertencia en el <a href=\"#log-section\">registro</a>.", + "Encryption alone does not guarantee security of the system. Please see Nextcloud documentation for more information about how the encryption app works, and the supported use cases." : "El cifrado por sí solo no garantiza la seguridad del sistema. Por favor, ver la documentación de Nextcloud para más información sobre cómo funcional la app de cifrado y los casos de uso soportados.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "Para migrar a otra base de datos, usa la herramienta de línea de comandos 'occ db:convert-type', o comprueba la <a target=\"_blank\" href=\"%s\">documentación ↗</a>.", + "This app has no minimum Nextcloud version assigned. This will be an error in Nextcloud 11 and later." : "Esta app no tiene una versión mínima de Nextcloud asignada. Esto será un error en Nextcloud 11 y posteriores.", + "This app has no maximum Nextcloud version assigned. This will be an error in Nextcloud 11 and later." : "Esta versión no tiene una versión máxima de Nextcloud asignada. Esto será un error en Nextcloud 11 y posterior.", + "If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\tor\n\t\t<a href=\"https://help.nextcloud.com/\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">help other users</a>!" : "Si deseas apoyar el proyecto\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">únete al desarrollo</a>\n\t\to\n\t\t<a href=\"https://help.nextcloud.com/\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">ayuda a otros usuarios</a>.", + "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}<abbr title=\"Affero General Public License\">AGPL</abbr>{linkclose}." : "Desarrollado por la {communityopen}comunidad Nextcloud {linkclose}, el {githubopen}código fuente{linkclose} está licenciado bajo la{licenseopen}<abbr title=\"Affero General Public License\">AGPL</abbr>{linkclose}." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/settings/l10n/es_AR.js b/settings/l10n/es_AR.js index d98c87764a6..385472d1694 100644 --- a/settings/l10n/es_AR.js +++ b/settings/l10n/es_AR.js @@ -22,7 +22,6 @@ OC.L10N.register( "Couldn't update app." : "No se pudo actualizar la App.", "Sending..." : "Enviando...", "All" : "Todos", - "Please wait...." : "Por favor, esperá....", "Error while disabling app" : "Se ha producido un error mientras se deshabilitaba la aplicación", "Disable" : "Desactivar", "Enable" : "Activar", @@ -104,6 +103,7 @@ OC.L10N.register( "set new password" : "Configurar nueva contraseña", "Default" : "Predeterminado", "Language changed" : "Idioma cambiado", + "Please wait...." : "Por favor, esperá....", "Everything (fatal issues, errors, warnings, info, debug)" : "Todo (notificaciones fatales, errores, advertencias, info, debug)", "Info, warnings, errors and fatal issues" : "Info, advertencias, errores y notificaciones fatales", "Warnings, errors and fatal issues" : "Advertencias, errores y notificaciones fatales", diff --git a/settings/l10n/es_AR.json b/settings/l10n/es_AR.json index a6bbbdba054..48472abb660 100644 --- a/settings/l10n/es_AR.json +++ b/settings/l10n/es_AR.json @@ -20,7 +20,6 @@ "Couldn't update app." : "No se pudo actualizar la App.", "Sending..." : "Enviando...", "All" : "Todos", - "Please wait...." : "Por favor, esperá....", "Error while disabling app" : "Se ha producido un error mientras se deshabilitaba la aplicación", "Disable" : "Desactivar", "Enable" : "Activar", @@ -102,6 +101,7 @@ "set new password" : "Configurar nueva contraseña", "Default" : "Predeterminado", "Language changed" : "Idioma cambiado", + "Please wait...." : "Por favor, esperá....", "Everything (fatal issues, errors, warnings, info, debug)" : "Todo (notificaciones fatales, errores, advertencias, info, debug)", "Info, warnings, errors and fatal issues" : "Info, advertencias, errores y notificaciones fatales", "Warnings, errors and fatal issues" : "Advertencias, errores y notificaciones fatales", diff --git a/settings/l10n/es_MX.js b/settings/l10n/es_MX.js index bd7b9dc7c9a..968add42e2c 100644 --- a/settings/l10n/es_MX.js +++ b/settings/l10n/es_MX.js @@ -19,7 +19,6 @@ OC.L10N.register( "Unable to remove user from group %s" : "No se pudo eliminar al usuario del grupo %s", "Couldn't update app." : "No se pudo actualizar la aplicación.", "All" : "Todos", - "Please wait...." : "Espere, por favor....", "Error while disabling app" : "Error mientras se desactivaba la aplicación", "Disable" : "Desactivar", "Enable" : "Activar", @@ -80,6 +79,7 @@ OC.L10N.register( "set new password" : "establecer nueva contraseña", "Default" : "Predeterminado", "Language changed" : "Idioma cambiado", + "Please wait...." : "Espere, por favor....", "Everything (fatal issues, errors, warnings, info, debug)" : "Todo (Información, Avisos, Errores, debug y problemas fatales)", "Info, warnings, errors and fatal issues" : "Información, Avisos, Errores y problemas fatales", "Warnings, errors and fatal issues" : "Advertencias, errores y problemas fatales", diff --git a/settings/l10n/es_MX.json b/settings/l10n/es_MX.json index 79ea5692cd2..631a4f5b896 100644 --- a/settings/l10n/es_MX.json +++ b/settings/l10n/es_MX.json @@ -17,7 +17,6 @@ "Unable to remove user from group %s" : "No se pudo eliminar al usuario del grupo %s", "Couldn't update app." : "No se pudo actualizar la aplicación.", "All" : "Todos", - "Please wait...." : "Espere, por favor....", "Error while disabling app" : "Error mientras se desactivaba la aplicación", "Disable" : "Desactivar", "Enable" : "Activar", @@ -78,6 +77,7 @@ "set new password" : "establecer nueva contraseña", "Default" : "Predeterminado", "Language changed" : "Idioma cambiado", + "Please wait...." : "Espere, por favor....", "Everything (fatal issues, errors, warnings, info, debug)" : "Todo (Información, Avisos, Errores, debug y problemas fatales)", "Info, warnings, errors and fatal issues" : "Información, Avisos, Errores y problemas fatales", "Warnings, errors and fatal issues" : "Advertencias, errores y problemas fatales", diff --git a/settings/l10n/et_EE.js b/settings/l10n/et_EE.js index 2c259f5626f..d5fc384366b 100644 --- a/settings/l10n/et_EE.js +++ b/settings/l10n/et_EE.js @@ -42,7 +42,6 @@ OC.L10N.register( "All" : "Kõik", "Update to %s" : "Uuenda versioonile %s", "No apps found for your version" : "Sinu versiooni jaoks ei leitud ühtegi rakendust", - "Please wait...." : "Palun oota...", "Error while disabling app" : "Viga rakenduse keelamisel", "Disable" : "Lülita välja", "Enable" : "Lülita sisse", @@ -145,7 +144,6 @@ OC.L10N.register( "Show description …" : "Näita kirjeldist ...", "Hide description …" : "Peida kirjeldus ...", "Enable only for specific groups" : "Luba ainult kindlad grupid", - "Uninstall App" : "Eemada rakend", "SSL Root Certificates" : "SLL Juur sertifikaadid", "Common Name" : "Üldnimetus", "Valid until" : "Kehtib kuni", @@ -200,6 +198,7 @@ OC.L10N.register( "Default" : "Vaikeväärtus", "Language changed" : "Keel on muudetud", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Oled sa kindel, et soovid lisada domeeni \"{domain}\" usaldusväärseks domeeniks?", + "Please wait...." : "Palun oota...", "Everything (fatal issues, errors, warnings, info, debug)" : "Kõik (tõsised probleemid, veateated, hoiatused, info, veatuvastus)", "Info, warnings, errors and fatal issues" : "Info, hoiatused, veateted ja tõsised probleemid", "Warnings, errors and fatal issues" : "Hoiatused, veateated ja tõsised probleemid", @@ -213,6 +212,7 @@ OC.L10N.register( "The logfile is bigger than 100 MB. Downloading it may take some time!" : "Logifail on suurem kui 100 MB. Allalaadimine võib veidi aega võtta!", "Allow users to send mail notification for shared files" : "Luba kasutajatel saata e-posti teavitusi jagatud failide kohta", "Experimental applications ahead" : "Ees on katsetusjärgus rakendused", + "Uninstall App" : "Eemada rakend", "Enable experimental apps" : "Luba katsetusjärgus rakenduste kasutamine", "Group" : "Grupp", "APCu" : "APCu", diff --git a/settings/l10n/et_EE.json b/settings/l10n/et_EE.json index 03a4c54f9c0..1f9249227fd 100644 --- a/settings/l10n/et_EE.json +++ b/settings/l10n/et_EE.json @@ -40,7 +40,6 @@ "All" : "Kõik", "Update to %s" : "Uuenda versioonile %s", "No apps found for your version" : "Sinu versiooni jaoks ei leitud ühtegi rakendust", - "Please wait...." : "Palun oota...", "Error while disabling app" : "Viga rakenduse keelamisel", "Disable" : "Lülita välja", "Enable" : "Lülita sisse", @@ -143,7 +142,6 @@ "Show description …" : "Näita kirjeldist ...", "Hide description …" : "Peida kirjeldus ...", "Enable only for specific groups" : "Luba ainult kindlad grupid", - "Uninstall App" : "Eemada rakend", "SSL Root Certificates" : "SLL Juur sertifikaadid", "Common Name" : "Üldnimetus", "Valid until" : "Kehtib kuni", @@ -198,6 +196,7 @@ "Default" : "Vaikeväärtus", "Language changed" : "Keel on muudetud", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Oled sa kindel, et soovid lisada domeeni \"{domain}\" usaldusväärseks domeeniks?", + "Please wait...." : "Palun oota...", "Everything (fatal issues, errors, warnings, info, debug)" : "Kõik (tõsised probleemid, veateated, hoiatused, info, veatuvastus)", "Info, warnings, errors and fatal issues" : "Info, hoiatused, veateted ja tõsised probleemid", "Warnings, errors and fatal issues" : "Hoiatused, veateated ja tõsised probleemid", @@ -211,6 +210,7 @@ "The logfile is bigger than 100 MB. Downloading it may take some time!" : "Logifail on suurem kui 100 MB. Allalaadimine võib veidi aega võtta!", "Allow users to send mail notification for shared files" : "Luba kasutajatel saata e-posti teavitusi jagatud failide kohta", "Experimental applications ahead" : "Ees on katsetusjärgus rakendused", + "Uninstall App" : "Eemada rakend", "Enable experimental apps" : "Luba katsetusjärgus rakenduste kasutamine", "Group" : "Grupp", "APCu" : "APCu", diff --git a/settings/l10n/eu.js b/settings/l10n/eu.js index 31e6a91a8d2..f6567e3feda 100644 --- a/settings/l10n/eu.js +++ b/settings/l10n/eu.js @@ -37,7 +37,6 @@ OC.L10N.register( "Sending..." : "Bidaltzen...", "All" : "Denak", "Update to %s" : "Eguneratu %sra", - "Please wait...." : "Itxoin mesedez...", "Error while disabling app" : "Erroea izan da aplikazioa desgaitzerakoan", "Disable" : "Ez-gaitu", "Enable" : "Gaitu", @@ -118,7 +117,6 @@ OC.L10N.register( "Documentation:" : "Dokumentazioa:", "This app cannot be installed because the following dependencies are not fulfilled:" : "Aplikazioa ezin da instalatu hurrengo menpekotasunak betetzen ez direlako:", "Enable only for specific groups" : "Baimendu bakarri talde espezifikoetarako", - "Uninstall App" : "Desinstalatu aplikazioa", "Common Name" : "Izen arrunta", "Valid until" : "Data hau arte baliogarria", "Issued By" : "Honek bidalita", @@ -168,6 +166,7 @@ OC.L10N.register( "log-level out of allowed range" : "erregistro-maila baimendutako tartetik at", "Language changed" : "Hizkuntza aldatuta", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ziur zaude gehitu nahi duzula \"{domain}\" domeinu fidagarri gisa?", + "Please wait...." : "Itxoin mesedez...", "Everything (fatal issues, errors, warnings, info, debug)" : "Dena (arazo larriak, erroreak, abisuak, informazioa, arazketa)", "Info, warnings, errors and fatal issues" : "Informazioa, abisuak, erroreak eta arazo larriak.", "Warnings, errors and fatal issues" : "Abisuak, erroreak eta arazo larriak", @@ -179,6 +178,7 @@ OC.L10N.register( "Less" : "Gutxiago", "Allow users to send mail notification for shared files" : "Baimendu erabiltzaileak epostako jakinarazpenak bidaltzen partekatutako fitxategientzat", "Allow users to send mail notification for shared files to other users" : "Baimendu erabiltzaileak beste erabiltzaileei epostako jakinarazpenak bidaltzen partekatutako fitxategientzat", + "Uninstall App" : "Desinstalatu aplikazioa", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Kaixo,<br><br>orain %s kontu bat duzula esateko besterik ez.<br><br>Zure erabiltzailea: %s<br>Sar zaitez: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Kaixo,\n\norain %s kontu bat duzula esateko besterik ez.\n\nZure erabiltzailea: %s\nSar zaitez: %s\n\n", "Group" : "Taldea", diff --git a/settings/l10n/eu.json b/settings/l10n/eu.json index 7575079f23e..c70142438a3 100644 --- a/settings/l10n/eu.json +++ b/settings/l10n/eu.json @@ -35,7 +35,6 @@ "Sending..." : "Bidaltzen...", "All" : "Denak", "Update to %s" : "Eguneratu %sra", - "Please wait...." : "Itxoin mesedez...", "Error while disabling app" : "Erroea izan da aplikazioa desgaitzerakoan", "Disable" : "Ez-gaitu", "Enable" : "Gaitu", @@ -116,7 +115,6 @@ "Documentation:" : "Dokumentazioa:", "This app cannot be installed because the following dependencies are not fulfilled:" : "Aplikazioa ezin da instalatu hurrengo menpekotasunak betetzen ez direlako:", "Enable only for specific groups" : "Baimendu bakarri talde espezifikoetarako", - "Uninstall App" : "Desinstalatu aplikazioa", "Common Name" : "Izen arrunta", "Valid until" : "Data hau arte baliogarria", "Issued By" : "Honek bidalita", @@ -166,6 +164,7 @@ "log-level out of allowed range" : "erregistro-maila baimendutako tartetik at", "Language changed" : "Hizkuntza aldatuta", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ziur zaude gehitu nahi duzula \"{domain}\" domeinu fidagarri gisa?", + "Please wait...." : "Itxoin mesedez...", "Everything (fatal issues, errors, warnings, info, debug)" : "Dena (arazo larriak, erroreak, abisuak, informazioa, arazketa)", "Info, warnings, errors and fatal issues" : "Informazioa, abisuak, erroreak eta arazo larriak.", "Warnings, errors and fatal issues" : "Abisuak, erroreak eta arazo larriak", @@ -177,6 +176,7 @@ "Less" : "Gutxiago", "Allow users to send mail notification for shared files" : "Baimendu erabiltzaileak epostako jakinarazpenak bidaltzen partekatutako fitxategientzat", "Allow users to send mail notification for shared files to other users" : "Baimendu erabiltzaileak beste erabiltzaileei epostako jakinarazpenak bidaltzen partekatutako fitxategientzat", + "Uninstall App" : "Desinstalatu aplikazioa", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Kaixo,<br><br>orain %s kontu bat duzula esateko besterik ez.<br><br>Zure erabiltzailea: %s<br>Sar zaitez: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Kaixo,\n\norain %s kontu bat duzula esateko besterik ez.\n\nZure erabiltzailea: %s\nSar zaitez: %s\n\n", "Group" : "Taldea", diff --git a/settings/l10n/fa.js b/settings/l10n/fa.js index 1adb0a40646..5572f898324 100644 --- a/settings/l10n/fa.js +++ b/settings/l10n/fa.js @@ -40,7 +40,6 @@ OC.L10N.register( "All" : "همه", "Update to %s" : "بروزرسانی به %s", "No apps found for your version" : "هیچ برنامهای برای نسخهی شما یافت نشد", - "Please wait...." : "لطفا صبر کنید ...", "Error while disabling app" : "خطا در هنگام غیر فعال سازی برنامه", "Disable" : "غیرفعال", "Enable" : "فعال", @@ -139,7 +138,6 @@ OC.L10N.register( "Hide description …" : "عدم نمایش توضیحات...", "This app cannot be installed because the following dependencies are not fulfilled:" : "امکان نصب این برنامه وجود ندارد، این پیشنیازها انجام نشدهاند:", "Enable only for specific groups" : "فعال سازی تنها برای گروه های خاص", - "Uninstall App" : "حذف برنامه", "Common Name" : "نام مشترک", "Valid until" : "متعبر تا", "Issued By" : "صدور توسط", @@ -191,6 +189,7 @@ OC.L10N.register( "change email address" : "تغییر آدرس ایمیل ", "Default" : "پیش فرض", "Language changed" : "زبان تغییر کرد", + "Please wait...." : "لطفا صبر کنید ...", "Everything (fatal issues, errors, warnings, info, debug)" : "همه موارد (مشکلات مهلک، خطاها، اخطارها، اطلاعات، خطایابی)", "Info, warnings, errors and fatal issues" : "اطلاعات، اخطارها، خطاها، مشکلات اساسی", "Warnings, errors and fatal issues" : "اخطارها، خطاها، مشکلات مهلک", @@ -201,6 +200,7 @@ OC.L10N.register( "More" : "بیشتر", "Less" : "کمتر", "Allow users to send mail notification for shared files" : "اجازه به کاربران برای ارسال ایمیل نوتیفیکیشن برای فایلهای به اشتراکگذاشته شده", + "Uninstall App" : "حذف برنامه", "Enable experimental apps" : "فعالسازی برنامههای آزمایشی", "Group" : "گروه", "APCu" : "APCu", diff --git a/settings/l10n/fa.json b/settings/l10n/fa.json index 812459d2883..28ea53d979d 100644 --- a/settings/l10n/fa.json +++ b/settings/l10n/fa.json @@ -38,7 +38,6 @@ "All" : "همه", "Update to %s" : "بروزرسانی به %s", "No apps found for your version" : "هیچ برنامهای برای نسخهی شما یافت نشد", - "Please wait...." : "لطفا صبر کنید ...", "Error while disabling app" : "خطا در هنگام غیر فعال سازی برنامه", "Disable" : "غیرفعال", "Enable" : "فعال", @@ -137,7 +136,6 @@ "Hide description …" : "عدم نمایش توضیحات...", "This app cannot be installed because the following dependencies are not fulfilled:" : "امکان نصب این برنامه وجود ندارد، این پیشنیازها انجام نشدهاند:", "Enable only for specific groups" : "فعال سازی تنها برای گروه های خاص", - "Uninstall App" : "حذف برنامه", "Common Name" : "نام مشترک", "Valid until" : "متعبر تا", "Issued By" : "صدور توسط", @@ -189,6 +187,7 @@ "change email address" : "تغییر آدرس ایمیل ", "Default" : "پیش فرض", "Language changed" : "زبان تغییر کرد", + "Please wait...." : "لطفا صبر کنید ...", "Everything (fatal issues, errors, warnings, info, debug)" : "همه موارد (مشکلات مهلک، خطاها، اخطارها، اطلاعات، خطایابی)", "Info, warnings, errors and fatal issues" : "اطلاعات، اخطارها، خطاها، مشکلات اساسی", "Warnings, errors and fatal issues" : "اخطارها، خطاها، مشکلات مهلک", @@ -199,6 +198,7 @@ "More" : "بیشتر", "Less" : "کمتر", "Allow users to send mail notification for shared files" : "اجازه به کاربران برای ارسال ایمیل نوتیفیکیشن برای فایلهای به اشتراکگذاشته شده", + "Uninstall App" : "حذف برنامه", "Enable experimental apps" : "فعالسازی برنامههای آزمایشی", "Group" : "گروه", "APCu" : "APCu", diff --git a/settings/l10n/fi_FI.js b/settings/l10n/fi_FI.js index cecd6bb5bd4..f8915bb57f9 100644 --- a/settings/l10n/fi_FI.js +++ b/settings/l10n/fi_FI.js @@ -51,7 +51,6 @@ OC.L10N.register( "The app will be downloaded from the app store" : "Sovellus ladataan sovelluskaupasta", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Hyväksytyt sovellukset on kehitetty luotettujen kehittäjien toimesta. Hyväksytyille sovelluksille on suoritettu pintapuolinen turvallisuustarkastus. Sovelluksia ylläpidetään avoimen koodin tietovarastoissa. Sovellusten kehittäjät mieltävät sovellukset vakaiksi ja valmiiksi tavalliseen käyttöön.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Tätä sovellusta ei ole tarkistettu tietoturvauhkien varalta. Sovellus on uusi ja mahdollisesti tiedostettu epävakaaksi. Asenna omalla vastuulla.", - "Please wait...." : "Odota hetki...", "Error while disabling app" : "Virhe poistaessa sovellusta käytöstä", "Disable" : "Poista käytöstä", "Enable" : "Käytä", @@ -183,7 +182,6 @@ OC.L10N.register( "This app has an update available." : "Tähän sovellukseen on päivitys saatavilla.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Tätä sovellusta ei voi asentaa, koska seuraavat riippuvuudet eivät täyty:", "Enable only for specific groups" : "Salli vain tietyille ryhmille", - "Uninstall App" : "Poista sovelluksen asennus", "SSL Root Certificates" : "SSL-juurivarmenteet", "Common Name" : "Yleinen nimi", "Valid until" : "Kelvollinen", @@ -248,6 +246,7 @@ OC.L10N.register( "log-level out of allowed range" : "lokitaso ei sallittujen rajojen sisäpuolella", "Language changed" : "Kieli on vaihdettu", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Haluatko varmasti liittää kohteen \"{domain}\" luotetuksi toimialueeksi?", + "Please wait...." : "Odota hetki...", "Everything (fatal issues, errors, warnings, info, debug)" : "Kaikki (vakavat ongelmat, virheet, varoitukset, tiedot, vianjäljitys)", "Info, warnings, errors and fatal issues" : "Tiedot, varoitukset, virheet ja vakavat ongelmat", "Warnings, errors and fatal issues" : "Varoitukset, virheet ja vakavat ongelmat", @@ -265,6 +264,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Varsinkin työpöytäsovelluksen tiedostosynkronointia käyttäessä SQLiten käyttö ei ole suositeltavaa.", "Experimental applications ahead" : "Kokeellisia sovelluksia edessä", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Kokeellisia sovelluksia ei ole tarkistettu tietoturvauhkien varalta. Sovellukset ovat uusia, ne saattavat olla epävakaita ja ovat nopean kehityksen alaisia. Kokeellisten sovellusten asentaminen saattaa aiheuttaa tietojen katoamista tai tietoturvauhkia.", + "Uninstall App" : "Poista sovelluksen asennus", "Enable experimental apps" : "Käytä kokeiluasteella olevia sovelluksia", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hei<br><br>Sinulla on nyt %s-tili.<br><br>Käyttäjätunnus: %s<br>Aloita käyttö: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hei\n\nSinulla on nyt %s-tili.\n\nKäyttäjätunnuksesi: %s\nAloita käyttö: %s\n\n", diff --git a/settings/l10n/fi_FI.json b/settings/l10n/fi_FI.json index 46b8c602950..84300c628ff 100644 --- a/settings/l10n/fi_FI.json +++ b/settings/l10n/fi_FI.json @@ -49,7 +49,6 @@ "The app will be downloaded from the app store" : "Sovellus ladataan sovelluskaupasta", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Hyväksytyt sovellukset on kehitetty luotettujen kehittäjien toimesta. Hyväksytyille sovelluksille on suoritettu pintapuolinen turvallisuustarkastus. Sovelluksia ylläpidetään avoimen koodin tietovarastoissa. Sovellusten kehittäjät mieltävät sovellukset vakaiksi ja valmiiksi tavalliseen käyttöön.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Tätä sovellusta ei ole tarkistettu tietoturvauhkien varalta. Sovellus on uusi ja mahdollisesti tiedostettu epävakaaksi. Asenna omalla vastuulla.", - "Please wait...." : "Odota hetki...", "Error while disabling app" : "Virhe poistaessa sovellusta käytöstä", "Disable" : "Poista käytöstä", "Enable" : "Käytä", @@ -181,7 +180,6 @@ "This app has an update available." : "Tähän sovellukseen on päivitys saatavilla.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Tätä sovellusta ei voi asentaa, koska seuraavat riippuvuudet eivät täyty:", "Enable only for specific groups" : "Salli vain tietyille ryhmille", - "Uninstall App" : "Poista sovelluksen asennus", "SSL Root Certificates" : "SSL-juurivarmenteet", "Common Name" : "Yleinen nimi", "Valid until" : "Kelvollinen", @@ -246,6 +244,7 @@ "log-level out of allowed range" : "lokitaso ei sallittujen rajojen sisäpuolella", "Language changed" : "Kieli on vaihdettu", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Haluatko varmasti liittää kohteen \"{domain}\" luotetuksi toimialueeksi?", + "Please wait...." : "Odota hetki...", "Everything (fatal issues, errors, warnings, info, debug)" : "Kaikki (vakavat ongelmat, virheet, varoitukset, tiedot, vianjäljitys)", "Info, warnings, errors and fatal issues" : "Tiedot, varoitukset, virheet ja vakavat ongelmat", "Warnings, errors and fatal issues" : "Varoitukset, virheet ja vakavat ongelmat", @@ -263,6 +262,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Varsinkin työpöytäsovelluksen tiedostosynkronointia käyttäessä SQLiten käyttö ei ole suositeltavaa.", "Experimental applications ahead" : "Kokeellisia sovelluksia edessä", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Kokeellisia sovelluksia ei ole tarkistettu tietoturvauhkien varalta. Sovellukset ovat uusia, ne saattavat olla epävakaita ja ovat nopean kehityksen alaisia. Kokeellisten sovellusten asentaminen saattaa aiheuttaa tietojen katoamista tai tietoturvauhkia.", + "Uninstall App" : "Poista sovelluksen asennus", "Enable experimental apps" : "Käytä kokeiluasteella olevia sovelluksia", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hei<br><br>Sinulla on nyt %s-tili.<br><br>Käyttäjätunnus: %s<br>Aloita käyttö: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hei\n\nSinulla on nyt %s-tili.\n\nKäyttäjätunnuksesi: %s\nAloita käyttö: %s\n\n", diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js index e4c11119214..fba68be5171 100644 --- a/settings/l10n/fr.js +++ b/settings/l10n/fr.js @@ -58,7 +58,6 @@ OC.L10N.register( "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Les applications officielles sont développées par et dans la communauté. Elles offrent les fonctionnalités indispensables et sont prêtes pour être utilisées en production.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Les applications approuvées sont créées par des développeurs de confiance et ont passé les tests de sécurité. Elles sont activement maintenues et leur code source est ouvert. Leurs développeurs les considèrent stables pour une utilisation normale.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Cette application est nouvelle ou instable, et sa sécurité n'a pas été vérifiée. Installez-la à vos risques et périls!", - "Please wait...." : "Veuillez patienter…", "Error while disabling app" : "Erreur lors de la désactivation de l'application", "Disable" : "Désactiver", "Enable" : "Activer", @@ -247,7 +246,6 @@ OC.L10N.register( "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Cette application n'a pas de version maximum Nextcloud exigée. Ce sera considéré comme une erreur à l'avenir.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Cette application ne peut être installée à cause de ces dépendances non satisfaites :", "Enable only for specific groups" : "Activer uniquement pour certains groupes", - "Uninstall App" : "Désinstaller l'application", "SSL Root Certificates" : "Certificats Racines SSL", "Common Name" : "Nom d'usage", "Valid until" : "Valide jusqu'à", @@ -342,6 +340,7 @@ OC.L10N.register( "log-level out of allowed range" : "niveau de journalisation hors borne", "Language changed" : "Langue changée", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Êtes-vous vraiment sûr de vouloir ajouter \"{domain}\" comme domaine de confiance ?", + "Please wait...." : "Veuillez patienter…", "iPhone" : "iPhone", "add group" : "ajouter groupe", "Everything (fatal issues, errors, warnings, info, debug)" : "Tout (erreurs fatales, erreurs, avertissements, informations, debogage)", @@ -361,6 +360,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "L'utilisation de SQLite est particulièrement déconseillée si vous utilisez le client de bureau pour synchroniser vos données.", "Experimental applications ahead" : "Attention! Applications expérimentales", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Les applications expérimentales n'ont pas fait l'objet de tests de sécurité, sont encore en développement et peuvent être instables. Les installer peut causer des pertes de données ou des failles de sécurité. ", + "Uninstall App" : "Désinstaller l'application", "Enable experimental apps" : "Activer les applications expérimentales", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Bonjour,<br><br>Un compte %s a été créé pour vous.<br><br>Votre nom d'utilisateur est : %s<br>Visitez votre compte : <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Bonjour,<br><br>Un compte %s a été créé pour vous.<br><br>Votre nom d'utilisateur est : %s<br>Visitez votre compte : %s<br><br>\n", diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json index 2e54dd4cf57..4457cf9f1e8 100644 --- a/settings/l10n/fr.json +++ b/settings/l10n/fr.json @@ -56,7 +56,6 @@ "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Les applications officielles sont développées par et dans la communauté. Elles offrent les fonctionnalités indispensables et sont prêtes pour être utilisées en production.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Les applications approuvées sont créées par des développeurs de confiance et ont passé les tests de sécurité. Elles sont activement maintenues et leur code source est ouvert. Leurs développeurs les considèrent stables pour une utilisation normale.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Cette application est nouvelle ou instable, et sa sécurité n'a pas été vérifiée. Installez-la à vos risques et périls!", - "Please wait...." : "Veuillez patienter…", "Error while disabling app" : "Erreur lors de la désactivation de l'application", "Disable" : "Désactiver", "Enable" : "Activer", @@ -245,7 +244,6 @@ "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Cette application n'a pas de version maximum Nextcloud exigée. Ce sera considéré comme une erreur à l'avenir.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Cette application ne peut être installée à cause de ces dépendances non satisfaites :", "Enable only for specific groups" : "Activer uniquement pour certains groupes", - "Uninstall App" : "Désinstaller l'application", "SSL Root Certificates" : "Certificats Racines SSL", "Common Name" : "Nom d'usage", "Valid until" : "Valide jusqu'à", @@ -340,6 +338,7 @@ "log-level out of allowed range" : "niveau de journalisation hors borne", "Language changed" : "Langue changée", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Êtes-vous vraiment sûr de vouloir ajouter \"{domain}\" comme domaine de confiance ?", + "Please wait...." : "Veuillez patienter…", "iPhone" : "iPhone", "add group" : "ajouter groupe", "Everything (fatal issues, errors, warnings, info, debug)" : "Tout (erreurs fatales, erreurs, avertissements, informations, debogage)", @@ -359,6 +358,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "L'utilisation de SQLite est particulièrement déconseillée si vous utilisez le client de bureau pour synchroniser vos données.", "Experimental applications ahead" : "Attention! Applications expérimentales", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Les applications expérimentales n'ont pas fait l'objet de tests de sécurité, sont encore en développement et peuvent être instables. Les installer peut causer des pertes de données ou des failles de sécurité. ", + "Uninstall App" : "Désinstaller l'application", "Enable experimental apps" : "Activer les applications expérimentales", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Bonjour,<br><br>Un compte %s a été créé pour vous.<br><br>Votre nom d'utilisateur est : %s<br>Visitez votre compte : <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Bonjour,<br><br>Un compte %s a été créé pour vous.<br><br>Votre nom d'utilisateur est : %s<br>Visitez votre compte : %s<br><br>\n", diff --git a/settings/l10n/gl.js b/settings/l10n/gl.js index d1c0d0cd7b8..e99b1026a3d 100644 --- a/settings/l10n/gl.js +++ b/settings/l10n/gl.js @@ -50,7 +50,6 @@ OC.L10N.register( "No apps found for your version" : "Non se atoparon aplicativos para esta versión", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "As aplicacións aprobadas son desenvolvidas por desenvolvedores de confianza e pasaron un control de seguridade superficial. Mantéñense activamente nun repositorio de código aberto e os seus mantedores consideran que son estábeis para uso casual normal.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "A esta aplicación non se lle fixeron comprobacións de seguridade, ademais é nova ou coñecida por ser inestábel. Instálea baixo a súa responsabilidade.", - "Please wait...." : "Agarde...", "Error while disabling app" : "Produciuse un erro ao desactivar a aplicación", "Disable" : "Desactivar", "Enable" : "Activar", @@ -163,7 +162,6 @@ OC.L10N.register( "Hide description …" : "Agochar a descrición ...", "This app cannot be installed because the following dependencies are not fulfilled:" : "Non é posíbel instalar esta aplicación por mor de non cumprirse as dependencias:", "Enable only for specific groups" : "Activar só para grupos específicos", - "Uninstall App" : "Desinstalar unha aplicación", "Common Name" : "Nome común", "Valid until" : "Válido ata", "Issued By" : "Fornecido por", @@ -219,6 +217,7 @@ OC.L10N.register( "log-level out of allowed range" : "o nivel do rexistro está fora do intervalo admitido", "Language changed" : "O idioma cambiou", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Confirma que quere engadir «{domain}» como dominio de confianza?", + "Please wait...." : "Agarde...", "Everything (fatal issues, errors, warnings, info, debug)" : "Todo (incidencias críticas, erros, avisos, información, depuración)", "Info, warnings, errors and fatal issues" : "Información, avisos, erros e incidencias críticas", "Warnings, errors and fatal issues" : "Avisos, erros e incidencias críticas", @@ -235,6 +234,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Concretamente, se emprega o cliente de escritorio para sincronización, desaconsellámoslle o uso de SQLite", "Experimental applications ahead" : "Ante as aplicacións experimentais", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "As aplicacións experimentais, novas ou coñecidas por ser inestábeis e en forte desenvolvemento, non se lles fan comprobacións de seguridade. A súa instalación pode provocar a perda de datos o violacións de seguridade.", + "Uninstall App" : "Desinstalar unha aplicación", "Enable experimental apps" : "Activar as aplicacións experimentais", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Ola,<br><br>Só facerlle saber que dispón da conta %s.<br><br>O seu nome de usuario: %s<br>Para acceder a ela: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ola,\n\nSó facerlle saber que dispón da conta %s.\n\nO seu nome de usuario: %s\nPara acceder a ela: %s\n", diff --git a/settings/l10n/gl.json b/settings/l10n/gl.json index 429abd4287b..68063a8b086 100644 --- a/settings/l10n/gl.json +++ b/settings/l10n/gl.json @@ -48,7 +48,6 @@ "No apps found for your version" : "Non se atoparon aplicativos para esta versión", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "As aplicacións aprobadas son desenvolvidas por desenvolvedores de confianza e pasaron un control de seguridade superficial. Mantéñense activamente nun repositorio de código aberto e os seus mantedores consideran que son estábeis para uso casual normal.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "A esta aplicación non se lle fixeron comprobacións de seguridade, ademais é nova ou coñecida por ser inestábel. Instálea baixo a súa responsabilidade.", - "Please wait...." : "Agarde...", "Error while disabling app" : "Produciuse un erro ao desactivar a aplicación", "Disable" : "Desactivar", "Enable" : "Activar", @@ -161,7 +160,6 @@ "Hide description …" : "Agochar a descrición ...", "This app cannot be installed because the following dependencies are not fulfilled:" : "Non é posíbel instalar esta aplicación por mor de non cumprirse as dependencias:", "Enable only for specific groups" : "Activar só para grupos específicos", - "Uninstall App" : "Desinstalar unha aplicación", "Common Name" : "Nome común", "Valid until" : "Válido ata", "Issued By" : "Fornecido por", @@ -217,6 +215,7 @@ "log-level out of allowed range" : "o nivel do rexistro está fora do intervalo admitido", "Language changed" : "O idioma cambiou", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Confirma que quere engadir «{domain}» como dominio de confianza?", + "Please wait...." : "Agarde...", "Everything (fatal issues, errors, warnings, info, debug)" : "Todo (incidencias críticas, erros, avisos, información, depuración)", "Info, warnings, errors and fatal issues" : "Información, avisos, erros e incidencias críticas", "Warnings, errors and fatal issues" : "Avisos, erros e incidencias críticas", @@ -233,6 +232,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Concretamente, se emprega o cliente de escritorio para sincronización, desaconsellámoslle o uso de SQLite", "Experimental applications ahead" : "Ante as aplicacións experimentais", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "As aplicacións experimentais, novas ou coñecidas por ser inestábeis e en forte desenvolvemento, non se lles fan comprobacións de seguridade. A súa instalación pode provocar a perda de datos o violacións de seguridade.", + "Uninstall App" : "Desinstalar unha aplicación", "Enable experimental apps" : "Activar as aplicacións experimentais", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Ola,<br><br>Só facerlle saber que dispón da conta %s.<br><br>O seu nome de usuario: %s<br>Para acceder a ela: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ola,\n\nSó facerlle saber que dispón da conta %s.\n\nO seu nome de usuario: %s\nPara acceder a ela: %s\n", diff --git a/settings/l10n/he.js b/settings/l10n/he.js index 1f3cb6ac36c..f44f64d7d20 100644 --- a/settings/l10n/he.js +++ b/settings/l10n/he.js @@ -52,7 +52,6 @@ OC.L10N.register( "The app will be downloaded from the app store" : "היישום ירד מחנות היישומים", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "יישומים מאושרים מפותחים על ידי מפתחים מהימנים ועברו בדיקת הבטחה ראשונית. הם נשמרים באופן פעיל במאגר קוד פתוח והמתזקים שלהם מייעדים אותם לשימוש מזדמן ורגיל.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "יישום זה לא נבדק לבעיות אבטחה והוא חדש או ידוע כלא יציב. התקנת יישום זה הנה על אחריותך בלבד.", - "Please wait...." : "נא להמתין…", "Error while disabling app" : "אירעה שגיאה בעת נטרול היישום", "Disable" : "ניטרול", "Enable" : "הפעלה", @@ -196,7 +195,6 @@ OC.L10N.register( "This app has an update available." : "ליישום זה קיים עדכון זמין.", "This app cannot be installed because the following dependencies are not fulfilled:" : "לא ניתן להתקין את יישום זה כיוון שייחסי התלות הבאים לא התקיימו:", "Enable only for specific groups" : "אפשר רק לקבוצות מסויימות", - "Uninstall App" : "הסרת יישום", "SSL Root Certificates" : "אישורי אבטחת SSL לנתיב יסוד", "Common Name" : "שם משותף", "Valid until" : "בתוקף עד", @@ -261,6 +259,7 @@ OC.L10N.register( "log-level out of allowed range" : "גודל הלוג מעבר לרמה המותרת", "Language changed" : "שפה השתנתה", "Are you really sure you want add \"{domain}\" as trusted domain?" : "האם באמת להוסיף \"{domain}\" כשם מתחם מהימן?", + "Please wait...." : "נא להמתין…", "Everything (fatal issues, errors, warnings, info, debug)" : "הכול (נושאים חמורים, שגיאות, אזהרות, מידע, ניפוי שגיאות)", "Info, warnings, errors and fatal issues" : "מידע, אזהרות, שגיאות ונושאים חמורים", "Warnings, errors and fatal issues" : "אזהרות, שגיאות ונושאים חמורים", @@ -278,6 +277,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "במיוחד כאשר משתמשים במחשב שולחני לסנכרון קבצים השימוש ב SQLite אינו מומלץ.", "Experimental applications ahead" : "ישומים ניסיוניים לפנים", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "יישומים ניסיוניים לא נבדקו לבעיות אבטחה, חדשים או ידועים כלא יציבים ותחת פיתוח כבד. התקנה שלהם עלולה להוביל לאיבוד מידע או לפרצות אבטחה.", + "Uninstall App" : "הסרת יישום", "Enable experimental apps" : "אפשר יישומים ניסיוניים", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "שלום,<br><br>רק רצינו להודיע שעכשיו יש לך %s חשבון.<br><br>Your שם משתמש: %s<br>כניסה: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "שלום,\n\nרק רצינו להודיע שעכשיו יש לך %s חשבון.\n\nשם המשתמש שלך: %s\nכניסה: %s\n\n", diff --git a/settings/l10n/he.json b/settings/l10n/he.json index b69e4f63d4f..cb5118bf955 100644 --- a/settings/l10n/he.json +++ b/settings/l10n/he.json @@ -50,7 +50,6 @@ "The app will be downloaded from the app store" : "היישום ירד מחנות היישומים", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "יישומים מאושרים מפותחים על ידי מפתחים מהימנים ועברו בדיקת הבטחה ראשונית. הם נשמרים באופן פעיל במאגר קוד פתוח והמתזקים שלהם מייעדים אותם לשימוש מזדמן ורגיל.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "יישום זה לא נבדק לבעיות אבטחה והוא חדש או ידוע כלא יציב. התקנת יישום זה הנה על אחריותך בלבד.", - "Please wait...." : "נא להמתין…", "Error while disabling app" : "אירעה שגיאה בעת נטרול היישום", "Disable" : "ניטרול", "Enable" : "הפעלה", @@ -194,7 +193,6 @@ "This app has an update available." : "ליישום זה קיים עדכון זמין.", "This app cannot be installed because the following dependencies are not fulfilled:" : "לא ניתן להתקין את יישום זה כיוון שייחסי התלות הבאים לא התקיימו:", "Enable only for specific groups" : "אפשר רק לקבוצות מסויימות", - "Uninstall App" : "הסרת יישום", "SSL Root Certificates" : "אישורי אבטחת SSL לנתיב יסוד", "Common Name" : "שם משותף", "Valid until" : "בתוקף עד", @@ -259,6 +257,7 @@ "log-level out of allowed range" : "גודל הלוג מעבר לרמה המותרת", "Language changed" : "שפה השתנתה", "Are you really sure you want add \"{domain}\" as trusted domain?" : "האם באמת להוסיף \"{domain}\" כשם מתחם מהימן?", + "Please wait...." : "נא להמתין…", "Everything (fatal issues, errors, warnings, info, debug)" : "הכול (נושאים חמורים, שגיאות, אזהרות, מידע, ניפוי שגיאות)", "Info, warnings, errors and fatal issues" : "מידע, אזהרות, שגיאות ונושאים חמורים", "Warnings, errors and fatal issues" : "אזהרות, שגיאות ונושאים חמורים", @@ -276,6 +275,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "במיוחד כאשר משתמשים במחשב שולחני לסנכרון קבצים השימוש ב SQLite אינו מומלץ.", "Experimental applications ahead" : "ישומים ניסיוניים לפנים", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "יישומים ניסיוניים לא נבדקו לבעיות אבטחה, חדשים או ידועים כלא יציבים ותחת פיתוח כבד. התקנה שלהם עלולה להוביל לאיבוד מידע או לפרצות אבטחה.", + "Uninstall App" : "הסרת יישום", "Enable experimental apps" : "אפשר יישומים ניסיוניים", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "שלום,<br><br>רק רצינו להודיע שעכשיו יש לך %s חשבון.<br><br>Your שם משתמש: %s<br>כניסה: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "שלום,\n\nרק רצינו להודיע שעכשיו יש לך %s חשבון.\n\nשם המשתמש שלך: %s\nכניסה: %s\n\n", diff --git a/settings/l10n/hr.js b/settings/l10n/hr.js index 6fdcdf760d1..404a4aa1195 100644 --- a/settings/l10n/hr.js +++ b/settings/l10n/hr.js @@ -24,7 +24,6 @@ OC.L10N.register( "Add trusted domain" : "Dodajte pouzdanu domenu", "Sending..." : "Slanje...", "All" : "Sve", - "Please wait...." : "Molimo pričekajte...", "Error while disabling app" : "Pogreška pri onemogućavanju app", "Disable" : "Onemogućite", "Enable" : "Omogućite", @@ -98,7 +97,6 @@ OC.L10N.register( "These groups will still be able to receive shares, but not to initiate them." : "Ove će grupe još uvijek moći primati dijeljene resurse, ali ne i inicirati ih", "Documentation:" : "Dokumentacija:", "Enable only for specific groups" : "Omogućite samo za specifične grupe", - "Uninstall App" : "Deinstalirajte app", "Common Name" : "Common Name", "Valid until" : "Valid until", "Issued By" : "Issued By", @@ -136,6 +134,7 @@ OC.L10N.register( "Default" : "Zadano", "Language changed" : "Promjena jezika", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Jeste li doista sigurni da želite dodati \"{domain}\" kao pouzdanu domenu?", + "Please wait...." : "Molimo pričekajte...", "Everything (fatal issues, errors, warnings, info, debug)" : "Sve (kobni problemi, pogreške, upozorenja, ispravljanje pogrešaka)", "Info, warnings, errors and fatal issues" : "Informacije, upozorenja, pogreške i kobni problemi", "Warnings, errors and fatal issues" : "Upozorenja, pogreške i kobni problemi", @@ -145,6 +144,7 @@ OC.L10N.register( "More" : "Više", "Less" : "Manje", "Allow users to send mail notification for shared files" : "Dopustite korisnicima slanje notifikacijske e-pošte za podijeljene datoteke", + "Uninstall App" : "Deinstalirajte app", "Group" : "Grupa", "External Storage" : "Vanjsko spremište", "Updates" : "nadogradnje" diff --git a/settings/l10n/hr.json b/settings/l10n/hr.json index ecfff147b4d..c8f4b9816bc 100644 --- a/settings/l10n/hr.json +++ b/settings/l10n/hr.json @@ -22,7 +22,6 @@ "Add trusted domain" : "Dodajte pouzdanu domenu", "Sending..." : "Slanje...", "All" : "Sve", - "Please wait...." : "Molimo pričekajte...", "Error while disabling app" : "Pogreška pri onemogućavanju app", "Disable" : "Onemogućite", "Enable" : "Omogućite", @@ -96,7 +95,6 @@ "These groups will still be able to receive shares, but not to initiate them." : "Ove će grupe još uvijek moći primati dijeljene resurse, ali ne i inicirati ih", "Documentation:" : "Dokumentacija:", "Enable only for specific groups" : "Omogućite samo za specifične grupe", - "Uninstall App" : "Deinstalirajte app", "Common Name" : "Common Name", "Valid until" : "Valid until", "Issued By" : "Issued By", @@ -134,6 +132,7 @@ "Default" : "Zadano", "Language changed" : "Promjena jezika", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Jeste li doista sigurni da želite dodati \"{domain}\" kao pouzdanu domenu?", + "Please wait...." : "Molimo pričekajte...", "Everything (fatal issues, errors, warnings, info, debug)" : "Sve (kobni problemi, pogreške, upozorenja, ispravljanje pogrešaka)", "Info, warnings, errors and fatal issues" : "Informacije, upozorenja, pogreške i kobni problemi", "Warnings, errors and fatal issues" : "Upozorenja, pogreške i kobni problemi", @@ -143,6 +142,7 @@ "More" : "Više", "Less" : "Manje", "Allow users to send mail notification for shared files" : "Dopustite korisnicima slanje notifikacijske e-pošte za podijeljene datoteke", + "Uninstall App" : "Deinstalirajte app", "Group" : "Grupa", "External Storage" : "Vanjsko spremište", "Updates" : "nadogradnje" diff --git a/settings/l10n/hu_HU.js b/settings/l10n/hu_HU.js index 5dbce3a57d4..cf1337486c7 100644 --- a/settings/l10n/hu_HU.js +++ b/settings/l10n/hu_HU.js @@ -58,7 +58,6 @@ OC.L10N.register( "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "A hivatalos alkalmazásokat a közösség fejleszti. Ezek adják a központi funkcionalitásokat és éles rendszerekben használhatóak.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "A jóváhagyott alkalmazásokat megbízható fejlesztők készítik, amik megfelelnek a felületes biztonsági ellenőrzésnek. Nyílt forráskódú tárolóban aktívan karbantartják és biztosítják a stabil használatot.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ez az alkalmazás még nincs biztonságilag ellenőrizve és vagy új, vagy ismert instabil. Telepítés csak saját felelősségre!", - "Please wait...." : "Kérlek várj...", "Error while disabling app" : "Hiba az alkalmazás letiltása közben", "Disable" : "Letiltás", "Enable" : "Engedélyezés", @@ -247,7 +246,6 @@ OC.L10N.register( "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Ennek az alkalmazásnak nincs maximum szükséges Nextcloud verziója megadva. Ez hiba lesz a jövőben.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Ezt az alkalmazást nem lehet telepíteni, mert a következő függőségek hiányoznak:", "Enable only for specific groups" : "Csak bizonyos csoportok számára tegyük elérhetővé", - "Uninstall App" : "Alkalmazás eltávolítása", "SSL Root Certificates" : "SSL Root tanusítványok", "Common Name" : "Általános Név", "Valid until" : "Érvényes", @@ -342,6 +340,7 @@ OC.L10N.register( "log-level out of allowed range" : "A naplózási szint a megengedett terjedelmen kívül van.", "Language changed" : "A nyelv megváltozott", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Biztos abban, hogy hozzá akarja adni \"{domain}\"-t a megbízható tartományokhoz?", + "Please wait...." : "Kérlek várj...", "iPhone" : "iPhone", "add group" : "csoport hozzáadása", "Everything (fatal issues, errors, warnings, info, debug)" : "Minden (végzetes hibák, hibák, figyelmeztetések, információk, hibakeresési üzenetek)", @@ -361,6 +360,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Amikor az asztali klienset használja fálj szinkronizációra, akkor az SQLite használata nem ajánlott.", "Experimental applications ahead" : "Kísérleti alkalmazások", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "A kísérleti alkalmazások nincsenek biztonsági ellenőrizve, ismert vagy ismeretlen hibák lehetnek bennük és aktív fejlesztés alatt állnak. A telepítésük adatvesztéshez vezethet, vagy biztonsági kockázata lehet.", + "Uninstall App" : "Alkalmazás eltávolítása", "Enable experimental apps" : "Kísérleti alkalmazások engedélyezése", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Üdv!<br><br>Értesítünk, hogy van egy %s fiókja.<br><br>Felhasználónév: %s<br>Hozzáférés: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Üdv!\n\nÉrtesítünk, hogy van egy %s fiókja.\n\nFelhasználónév: %s\nHozzáférés: %s\n\n", diff --git a/settings/l10n/hu_HU.json b/settings/l10n/hu_HU.json index 518271f63ee..e5a9cc4ffdc 100644 --- a/settings/l10n/hu_HU.json +++ b/settings/l10n/hu_HU.json @@ -56,7 +56,6 @@ "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "A hivatalos alkalmazásokat a közösség fejleszti. Ezek adják a központi funkcionalitásokat és éles rendszerekben használhatóak.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "A jóváhagyott alkalmazásokat megbízható fejlesztők készítik, amik megfelelnek a felületes biztonsági ellenőrzésnek. Nyílt forráskódú tárolóban aktívan karbantartják és biztosítják a stabil használatot.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ez az alkalmazás még nincs biztonságilag ellenőrizve és vagy új, vagy ismert instabil. Telepítés csak saját felelősségre!", - "Please wait...." : "Kérlek várj...", "Error while disabling app" : "Hiba az alkalmazás letiltása közben", "Disable" : "Letiltás", "Enable" : "Engedélyezés", @@ -245,7 +244,6 @@ "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Ennek az alkalmazásnak nincs maximum szükséges Nextcloud verziója megadva. Ez hiba lesz a jövőben.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Ezt az alkalmazást nem lehet telepíteni, mert a következő függőségek hiányoznak:", "Enable only for specific groups" : "Csak bizonyos csoportok számára tegyük elérhetővé", - "Uninstall App" : "Alkalmazás eltávolítása", "SSL Root Certificates" : "SSL Root tanusítványok", "Common Name" : "Általános Név", "Valid until" : "Érvényes", @@ -340,6 +338,7 @@ "log-level out of allowed range" : "A naplózási szint a megengedett terjedelmen kívül van.", "Language changed" : "A nyelv megváltozott", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Biztos abban, hogy hozzá akarja adni \"{domain}\"-t a megbízható tartományokhoz?", + "Please wait...." : "Kérlek várj...", "iPhone" : "iPhone", "add group" : "csoport hozzáadása", "Everything (fatal issues, errors, warnings, info, debug)" : "Minden (végzetes hibák, hibák, figyelmeztetések, információk, hibakeresési üzenetek)", @@ -359,6 +358,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Amikor az asztali klienset használja fálj szinkronizációra, akkor az SQLite használata nem ajánlott.", "Experimental applications ahead" : "Kísérleti alkalmazások", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "A kísérleti alkalmazások nincsenek biztonsági ellenőrizve, ismert vagy ismeretlen hibák lehetnek bennük és aktív fejlesztés alatt állnak. A telepítésük adatvesztéshez vezethet, vagy biztonsági kockázata lehet.", + "Uninstall App" : "Alkalmazás eltávolítása", "Enable experimental apps" : "Kísérleti alkalmazások engedélyezése", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Üdv!<br><br>Értesítünk, hogy van egy %s fiókja.<br><br>Felhasználónév: %s<br>Hozzáférés: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Üdv!\n\nÉrtesítünk, hogy van egy %s fiókja.\n\nFelhasználónév: %s\nHozzáférés: %s\n\n", diff --git a/settings/l10n/id.js b/settings/l10n/id.js index 96f5c162a5b..3d9388556cb 100644 --- a/settings/l10n/id.js +++ b/settings/l10n/id.js @@ -53,7 +53,6 @@ OC.L10N.register( "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Aplikasi resmi dikembangkan oleh dan didalam komunitas. Mereka menawarkan fungsi sentral dan siap untuk penggunaan produksi.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Aplikasi tersetujui dikembangkan oleh pengembang terpercaya dan telah lulus pemeriksaan keamanan. Mereka secara aktif dipelihara direpositori kode terbuka dan pemelihara sudah memastikan mereka stabil untuk penggunaan normal.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Apl ini belum diperiksa masalah keamanannya dan masih baru atau biasanya tidak stabil. Instal dengan resiko Anda sendiri.", - "Please wait...." : "Mohon tunggu....", "Error while disabling app" : "Terjadi kesalahan saat menonaktifkan aplikasi", "Disable" : "Nonaktifkan", "Enable" : "Aktifkan", @@ -218,7 +217,6 @@ OC.L10N.register( "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Aplikasi ini tidak mempunyai versi maksimum Nextcloud yang ditetapkan. Di masa depan nanti ini akan menjadi kesalahan.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Apl ini tidak dapat diinstal karena ketergantungan berikut belum terpenuhi:", "Enable only for specific groups" : "Aktifkan hanya untuk grup tertentu", - "Uninstall App" : "Copot aplikasi", "SSL Root Certificates" : "Sertifikat Root SSL", "Common Name" : "Nama umum", "Valid until" : "Berlaku sampai", @@ -295,6 +293,7 @@ OC.L10N.register( "log-level out of allowed range" : "level-log melebihi batas yang diizinkan", "Language changed" : "Bahasa telah diubah", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Apakah Anda yakin ingin menambahkan \"{domain}\" sebagai domain terpercaya?", + "Please wait...." : "Mohon tunggu....", "iPhone" : "iPhone", "add group" : "tambah grup", "Everything (fatal issues, errors, warnings, info, debug)" : "Semuanya (Masalah fatal, kesalahan, peringatan, info, debug)", @@ -314,6 +313,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Terutama saat menggunakan klien desktop untuk sinkronisasi berkas, penggunaan SQLite tidak disarankan.", "Experimental applications ahead" : "Aplikasi percobaan terdepan", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Aplikasi percobaan belum diperiksa untuk masalah keamanan, baru atau dikenal tidak stabil dan dalam proses pengembangan. Menginstalnya dapat menyebabkan kehilangan data atau penerobosan keamanan.", + "Uninstall App" : "Copot aplikasi", "Enable experimental apps" : "Aktifkan aplikasi percobaan", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hai,<br><br>sekedar memberi tahu bahwa Andaa sekarang memiliki akun %s.<br><br>Nama Pengguna Anda: %s<br>Akses di: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hai,\n\nsekedar memberi tahu bahwa Andaa sekarang memiliki akun %s.\n\nNama Pengguna Anda: %s\nAkses di: %s\n", diff --git a/settings/l10n/id.json b/settings/l10n/id.json index bca26730533..1d2a084fb15 100644 --- a/settings/l10n/id.json +++ b/settings/l10n/id.json @@ -51,7 +51,6 @@ "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Aplikasi resmi dikembangkan oleh dan didalam komunitas. Mereka menawarkan fungsi sentral dan siap untuk penggunaan produksi.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Aplikasi tersetujui dikembangkan oleh pengembang terpercaya dan telah lulus pemeriksaan keamanan. Mereka secara aktif dipelihara direpositori kode terbuka dan pemelihara sudah memastikan mereka stabil untuk penggunaan normal.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Apl ini belum diperiksa masalah keamanannya dan masih baru atau biasanya tidak stabil. Instal dengan resiko Anda sendiri.", - "Please wait...." : "Mohon tunggu....", "Error while disabling app" : "Terjadi kesalahan saat menonaktifkan aplikasi", "Disable" : "Nonaktifkan", "Enable" : "Aktifkan", @@ -216,7 +215,6 @@ "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Aplikasi ini tidak mempunyai versi maksimum Nextcloud yang ditetapkan. Di masa depan nanti ini akan menjadi kesalahan.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Apl ini tidak dapat diinstal karena ketergantungan berikut belum terpenuhi:", "Enable only for specific groups" : "Aktifkan hanya untuk grup tertentu", - "Uninstall App" : "Copot aplikasi", "SSL Root Certificates" : "Sertifikat Root SSL", "Common Name" : "Nama umum", "Valid until" : "Berlaku sampai", @@ -293,6 +291,7 @@ "log-level out of allowed range" : "level-log melebihi batas yang diizinkan", "Language changed" : "Bahasa telah diubah", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Apakah Anda yakin ingin menambahkan \"{domain}\" sebagai domain terpercaya?", + "Please wait...." : "Mohon tunggu....", "iPhone" : "iPhone", "add group" : "tambah grup", "Everything (fatal issues, errors, warnings, info, debug)" : "Semuanya (Masalah fatal, kesalahan, peringatan, info, debug)", @@ -312,6 +311,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Terutama saat menggunakan klien desktop untuk sinkronisasi berkas, penggunaan SQLite tidak disarankan.", "Experimental applications ahead" : "Aplikasi percobaan terdepan", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Aplikasi percobaan belum diperiksa untuk masalah keamanan, baru atau dikenal tidak stabil dan dalam proses pengembangan. Menginstalnya dapat menyebabkan kehilangan data atau penerobosan keamanan.", + "Uninstall App" : "Copot aplikasi", "Enable experimental apps" : "Aktifkan aplikasi percobaan", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hai,<br><br>sekedar memberi tahu bahwa Andaa sekarang memiliki akun %s.<br><br>Nama Pengguna Anda: %s<br>Akses di: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hai,\n\nsekedar memberi tahu bahwa Andaa sekarang memiliki akun %s.\n\nNama Pengguna Anda: %s\nAkses di: %s\n", diff --git a/settings/l10n/is.js b/settings/l10n/is.js index 356ca42c2dd..686ccdb73a9 100644 --- a/settings/l10n/is.js +++ b/settings/l10n/is.js @@ -54,7 +54,6 @@ OC.L10N.register( "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Opinber forrit eru þróuð af og innan samfélagsins. Þau bjóða upp á ýmsa kjarnaeiginleika og eru tilbúin til notkunar í raunvinnslu.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Samþykkt forrit eru þróuð af treystum forriturum og hafa gengist undir lauslegar öryggisprófanir. Þau eru í virku viðhaldi í opnum hugbúnaðarsöfnum og umsjónarmenn þeirra dæma þau nógu stöðug til notkunar í allri venjulegri vinnslu.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Þetta forrit hefur ekki verið öryggisprófað, er nýtt erða þekkt fyrir ótöðugleika við vissar aðstæður. Uppsetning er á þína ábyrgð.", - "Please wait...." : "Andartak....", "Error while disabling app" : "Villa við að afvirkja forrit", "Disable" : "Gera óvirkt", "Enable" : "Virkja", @@ -217,7 +216,6 @@ OC.L10N.register( "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Þetta vorrit er ekki með tiltekna neina hámarksútgáfu Nextcloud. Þetta mun gefa villu í framtíðinni.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Ekki var hægt að setja upp forritið þar sem eftirfarandi kerfiskröfur eru ekki uppfylltar:", "Enable only for specific groups" : "Einungis fyrir sérstaka hópa", - "Uninstall App" : "Fjarlægja/Henda út forriti", "SSL Root Certificates" : "SSL-rótarskilríki", "Common Name" : "Almennt heiti", "Valid until" : "Gildir til", @@ -299,6 +297,7 @@ OC.L10N.register( "log-level out of allowed range" : "annálsstig utan leyfðra marka", "Language changed" : "Tungumáli breytt", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ertu viss um að þú viljir bæta \"{domain}\" við sem treystu léni?", + "Please wait...." : "Andartak....", "iPhone" : "iPhone", "add group" : "bæta við hópi", "Everything (fatal issues, errors, warnings, info, debug)" : "Allt (aflúsun, upplýsingar, viðvaranir, villur og alvarlegar aðvaranir)", @@ -318,6 +317,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Sérstaklega þegar tölvu forrit er notað til samræmingar þá er ekki mælt með notkunn SQLite.", "Experimental applications ahead" : "Forrit á tilraunastigi fyrst", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Tilraunaforrit eru ekki yfirfarin með tilliti til öryggisvandamála, þau eru þekkt fyrir að vera óstöðug og þróast hratt. Uppsetning þeirra getur valdið gagnatapi og öryggisbrestum.", + "Uninstall App" : "Fjarlægja/Henda út forriti", "Enable experimental apps" : "Virkja forrit á tilraunastigi", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hæ þú,<br><br>bara að láta þig vita að þú átt núna %s aðgang.<br><br>Notandanafnið þitt: %s<br>Tengstu honum: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hæ þú,\n\nbara að láta þig vita að þú átt núna %s aðgang.\n\nNotandanafnið þitt: %s\nTengstu honum: %s\n\n", diff --git a/settings/l10n/is.json b/settings/l10n/is.json index b4df1b0e76f..2d87dbd3108 100644 --- a/settings/l10n/is.json +++ b/settings/l10n/is.json @@ -52,7 +52,6 @@ "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Opinber forrit eru þróuð af og innan samfélagsins. Þau bjóða upp á ýmsa kjarnaeiginleika og eru tilbúin til notkunar í raunvinnslu.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Samþykkt forrit eru þróuð af treystum forriturum og hafa gengist undir lauslegar öryggisprófanir. Þau eru í virku viðhaldi í opnum hugbúnaðarsöfnum og umsjónarmenn þeirra dæma þau nógu stöðug til notkunar í allri venjulegri vinnslu.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Þetta forrit hefur ekki verið öryggisprófað, er nýtt erða þekkt fyrir ótöðugleika við vissar aðstæður. Uppsetning er á þína ábyrgð.", - "Please wait...." : "Andartak....", "Error while disabling app" : "Villa við að afvirkja forrit", "Disable" : "Gera óvirkt", "Enable" : "Virkja", @@ -215,7 +214,6 @@ "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Þetta vorrit er ekki með tiltekna neina hámarksútgáfu Nextcloud. Þetta mun gefa villu í framtíðinni.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Ekki var hægt að setja upp forritið þar sem eftirfarandi kerfiskröfur eru ekki uppfylltar:", "Enable only for specific groups" : "Einungis fyrir sérstaka hópa", - "Uninstall App" : "Fjarlægja/Henda út forriti", "SSL Root Certificates" : "SSL-rótarskilríki", "Common Name" : "Almennt heiti", "Valid until" : "Gildir til", @@ -297,6 +295,7 @@ "log-level out of allowed range" : "annálsstig utan leyfðra marka", "Language changed" : "Tungumáli breytt", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ertu viss um að þú viljir bæta \"{domain}\" við sem treystu léni?", + "Please wait...." : "Andartak....", "iPhone" : "iPhone", "add group" : "bæta við hópi", "Everything (fatal issues, errors, warnings, info, debug)" : "Allt (aflúsun, upplýsingar, viðvaranir, villur og alvarlegar aðvaranir)", @@ -316,6 +315,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Sérstaklega þegar tölvu forrit er notað til samræmingar þá er ekki mælt með notkunn SQLite.", "Experimental applications ahead" : "Forrit á tilraunastigi fyrst", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Tilraunaforrit eru ekki yfirfarin með tilliti til öryggisvandamála, þau eru þekkt fyrir að vera óstöðug og þróast hratt. Uppsetning þeirra getur valdið gagnatapi og öryggisbrestum.", + "Uninstall App" : "Fjarlægja/Henda út forriti", "Enable experimental apps" : "Virkja forrit á tilraunastigi", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hæ þú,<br><br>bara að láta þig vita að þú átt núna %s aðgang.<br><br>Notandanafnið þitt: %s<br>Tengstu honum: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hæ þú,\n\nbara að láta þig vita að þú átt núna %s aðgang.\n\nNotandanafnið þitt: %s\nTengstu honum: %s\n\n", diff --git a/settings/l10n/it.js b/settings/l10n/it.js index d81471d7a5f..b5f0f7edc65 100644 --- a/settings/l10n/it.js +++ b/settings/l10n/it.js @@ -58,7 +58,6 @@ OC.L10N.register( "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Le applicazioni ufficiali sono sviluppate dalla comunità. Esse offrono nuove funzionalità e sono pronte per l'uso in produzione.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Le applicazioni approvate sono sviluppate da sviluppatori affidabili e hanno passato un rapido controllo di sicurezza. Sono attivamente mantenute in un deposito aperto del codice e i loro responsabili le ritengono pronte sia per un utilizzo casuale che per un utilizzo continuativo.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Questa applicazione non è stata sottoposta a controlli di sicurezza, è nuova o notoriamente instabile. Installala a tuo rischio.", - "Please wait...." : "Attendere...", "Error while disabling app" : "Errore durante la disattivazione", "Disable" : "Disabilita", "Enable" : "Abilita", @@ -247,7 +246,6 @@ OC.L10N.register( "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Questa applicazione non contiene l'informazione della versione massima di Nextcloud richiesta. In futuro ciò sarà considerato un errore.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Questa applicazione non può essere installata perché le seguenti dipendenze non sono soddisfatte:", "Enable only for specific groups" : "Abilita solo per gruppi specifici", - "Uninstall App" : "Disinstalla applicazione", "SSL Root Certificates" : "Certificati radice SSL", "Common Name" : "Nome comune", "Valid until" : "Valido fino al", @@ -342,6 +340,7 @@ OC.L10N.register( "log-level out of allowed range" : "livello di log fuori dall'intervallo consentito", "Language changed" : "Lingua modificata", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Sei sicuro di voler aggiungere \"{domain}\" come dominio attendibile?", + "Please wait...." : "Attendere...", "iPhone" : "iPhone", "add group" : "aggiungi gruppo", "Everything (fatal issues, errors, warnings, info, debug)" : "Tutto (problemi gravi, errori, avvisi, informazioni, debug)", @@ -361,6 +360,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "In particolar modo, quando si utilizza il client desktop per la sincronizzazione dei file, l'uso di SQLite è sconsigliato.", "Experimental applications ahead" : "Prima le applicazioni sperimentali", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Le applicazioni sperimentali non sono sottoposte a controlli di sicurezza, sono nuove o notoriamente instabili e sotto sviluppo intensivo. La loro installazione può causare perdite di dati o problemi di sicurezza.", + "Uninstall App" : "Disinstalla applicazione", "Enable experimental apps" : "Abilita le applicazioni sperimentali", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Ciao,<br><br>volevo informarti che ora hai un account %s.<br><br>Il tuo nome utente: %s<br>Accedi: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ciao,\n\nvolevo informarti che ora hai un account %s.\n\nIl tuo nome utente: %s\nAccedi: %s\n\n", diff --git a/settings/l10n/it.json b/settings/l10n/it.json index 44437586f9d..88580507c62 100644 --- a/settings/l10n/it.json +++ b/settings/l10n/it.json @@ -56,7 +56,6 @@ "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Le applicazioni ufficiali sono sviluppate dalla comunità. Esse offrono nuove funzionalità e sono pronte per l'uso in produzione.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Le applicazioni approvate sono sviluppate da sviluppatori affidabili e hanno passato un rapido controllo di sicurezza. Sono attivamente mantenute in un deposito aperto del codice e i loro responsabili le ritengono pronte sia per un utilizzo casuale che per un utilizzo continuativo.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Questa applicazione non è stata sottoposta a controlli di sicurezza, è nuova o notoriamente instabile. Installala a tuo rischio.", - "Please wait...." : "Attendere...", "Error while disabling app" : "Errore durante la disattivazione", "Disable" : "Disabilita", "Enable" : "Abilita", @@ -245,7 +244,6 @@ "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Questa applicazione non contiene l'informazione della versione massima di Nextcloud richiesta. In futuro ciò sarà considerato un errore.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Questa applicazione non può essere installata perché le seguenti dipendenze non sono soddisfatte:", "Enable only for specific groups" : "Abilita solo per gruppi specifici", - "Uninstall App" : "Disinstalla applicazione", "SSL Root Certificates" : "Certificati radice SSL", "Common Name" : "Nome comune", "Valid until" : "Valido fino al", @@ -340,6 +338,7 @@ "log-level out of allowed range" : "livello di log fuori dall'intervallo consentito", "Language changed" : "Lingua modificata", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Sei sicuro di voler aggiungere \"{domain}\" come dominio attendibile?", + "Please wait...." : "Attendere...", "iPhone" : "iPhone", "add group" : "aggiungi gruppo", "Everything (fatal issues, errors, warnings, info, debug)" : "Tutto (problemi gravi, errori, avvisi, informazioni, debug)", @@ -359,6 +358,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "In particolar modo, quando si utilizza il client desktop per la sincronizzazione dei file, l'uso di SQLite è sconsigliato.", "Experimental applications ahead" : "Prima le applicazioni sperimentali", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Le applicazioni sperimentali non sono sottoposte a controlli di sicurezza, sono nuove o notoriamente instabili e sotto sviluppo intensivo. La loro installazione può causare perdite di dati o problemi di sicurezza.", + "Uninstall App" : "Disinstalla applicazione", "Enable experimental apps" : "Abilita le applicazioni sperimentali", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Ciao,<br><br>volevo informarti che ora hai un account %s.<br><br>Il tuo nome utente: %s<br>Accedi: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ciao,\n\nvolevo informarti che ora hai un account %s.\n\nIl tuo nome utente: %s\nAccedi: %s\n\n", diff --git a/settings/l10n/ja.js b/settings/l10n/ja.js index 3c3dfb7b7bf..ee591420c97 100644 --- a/settings/l10n/ja.js +++ b/settings/l10n/ja.js @@ -58,7 +58,6 @@ OC.L10N.register( "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "公式アプリは ownCloud コミュニティにより開発されています。公式アプリは ownCloud の中心的な機能を提供し、製品として可能です。", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "承認されたアプリは信頼された開発者により開発され、大まかなセキュリティチェックに合格しています。アプリは積極的にオープンソースコードレポジトリでメンテナンスされ、メンテナは通常の用途では安定していると考えます。", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "このアプリはセキュリティチェックされていません、新規アプリか安定性が確認されていないアプリです。自己責任でインストールしてください。", - "Please wait...." : "しばらくお待ちください...", "Error while disabling app" : "アプリ無効化中にエラーが発生", "Disable" : "無効にする", "Enable" : "有効にする", @@ -247,7 +246,6 @@ OC.L10N.register( "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "このアプリは Nextcloud バージョンの上限が指定されていません.将来、エラーが発生する可能性があります.", "This app cannot be installed because the following dependencies are not fulfilled:" : "次の依存関係が満たされないためこのアプリをインストールできません:", "Enable only for specific groups" : "特定のグループのみ有効に", - "Uninstall App" : "アプリをアンインストール", "SSL Root Certificates" : "SSLルート証明書", "Common Name" : "コモンネーム", "Valid until" : "有効期限", @@ -340,6 +338,7 @@ OC.L10N.register( "log-level out of allowed range" : "ログレベルが許可された範囲を超えています", "Language changed" : "言語が変更されました", "Are you really sure you want add \"{domain}\" as trusted domain?" : "\"{domain}\" を信頼するドメインに追加してもよろしいでしょうか?", + "Please wait...." : "しばらくお待ちください...", "iPhone" : "iPhone", "add group" : "グループを追加する", "Everything (fatal issues, errors, warnings, info, debug)" : "すべて (致命的な問題、エラー、警告、情報、デバッグ)", @@ -359,6 +358,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "特にデスクトップクライアントをファイル同期に使用する場合,SQLiteは非推奨です.", "Experimental applications ahead" : "実験的なアプリケーションを試す", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "実験的なアプリは、脆弱性についてチェックされていませんし、不安定であったり、激しく開発中です。それらをインストールすると、データの損失やセキュリティ侵害を引き起こす可能性があります。", + "Uninstall App" : "アプリをアンインストール", "Enable experimental apps" : "実験的なアプリを有効にする", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "こんにちは、<br><br>あなたのアカウント %s が利用可能になったことをお知らせします。<br><br>ユーザー名: %s<br>以下のURLからアクセス: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "こんにちは、\n\nあなたのアカウント %s が利用可能になったことをお知らせします。\n\nユーザー名: %s\n接続URL: %s\n\n", diff --git a/settings/l10n/ja.json b/settings/l10n/ja.json index 5aac59fb173..807d9e7a4fe 100644 --- a/settings/l10n/ja.json +++ b/settings/l10n/ja.json @@ -56,7 +56,6 @@ "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "公式アプリは ownCloud コミュニティにより開発されています。公式アプリは ownCloud の中心的な機能を提供し、製品として可能です。", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "承認されたアプリは信頼された開発者により開発され、大まかなセキュリティチェックに合格しています。アプリは積極的にオープンソースコードレポジトリでメンテナンスされ、メンテナは通常の用途では安定していると考えます。", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "このアプリはセキュリティチェックされていません、新規アプリか安定性が確認されていないアプリです。自己責任でインストールしてください。", - "Please wait...." : "しばらくお待ちください...", "Error while disabling app" : "アプリ無効化中にエラーが発生", "Disable" : "無効にする", "Enable" : "有効にする", @@ -245,7 +244,6 @@ "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "このアプリは Nextcloud バージョンの上限が指定されていません.将来、エラーが発生する可能性があります.", "This app cannot be installed because the following dependencies are not fulfilled:" : "次の依存関係が満たされないためこのアプリをインストールできません:", "Enable only for specific groups" : "特定のグループのみ有効に", - "Uninstall App" : "アプリをアンインストール", "SSL Root Certificates" : "SSLルート証明書", "Common Name" : "コモンネーム", "Valid until" : "有効期限", @@ -338,6 +336,7 @@ "log-level out of allowed range" : "ログレベルが許可された範囲を超えています", "Language changed" : "言語が変更されました", "Are you really sure you want add \"{domain}\" as trusted domain?" : "\"{domain}\" を信頼するドメインに追加してもよろしいでしょうか?", + "Please wait...." : "しばらくお待ちください...", "iPhone" : "iPhone", "add group" : "グループを追加する", "Everything (fatal issues, errors, warnings, info, debug)" : "すべて (致命的な問題、エラー、警告、情報、デバッグ)", @@ -357,6 +356,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "特にデスクトップクライアントをファイル同期に使用する場合,SQLiteは非推奨です.", "Experimental applications ahead" : "実験的なアプリケーションを試す", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "実験的なアプリは、脆弱性についてチェックされていませんし、不安定であったり、激しく開発中です。それらをインストールすると、データの損失やセキュリティ侵害を引き起こす可能性があります。", + "Uninstall App" : "アプリをアンインストール", "Enable experimental apps" : "実験的なアプリを有効にする", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "こんにちは、<br><br>あなたのアカウント %s が利用可能になったことをお知らせします。<br><br>ユーザー名: %s<br>以下のURLからアクセス: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "こんにちは、\n\nあなたのアカウント %s が利用可能になったことをお知らせします。\n\nユーザー名: %s\n接続URL: %s\n\n", diff --git a/settings/l10n/ka_GE.js b/settings/l10n/ka_GE.js index f1add7c6928..372faffeb1e 100644 --- a/settings/l10n/ka_GE.js +++ b/settings/l10n/ka_GE.js @@ -10,7 +10,6 @@ OC.L10N.register( "Unable to remove user from group %s" : "მომხმარებლის წაშლა ვერ მოხეხდა ჯგუფიდან %s", "Couldn't update app." : "ვერ მოხერხდა აპლიკაციის განახლება.", "All" : "ყველა", - "Please wait...." : "დაიცადეთ....", "Disable" : "გამორთვა", "Enable" : "ჩართვა", "Updating...." : "მიმდინარეობს განახლება....", @@ -57,6 +56,7 @@ OC.L10N.register( "set new password" : "დააყენეთ ახალი პაროლი", "Default" : "საწყისი პარამეტრები", "Language changed" : "ენა შეცვლილია", + "Please wait...." : "დაიცადეთ....", "Log" : "ლოგი", "More" : "უფრო მეტი", "Less" : "უფრო ნაკლები", diff --git a/settings/l10n/ka_GE.json b/settings/l10n/ka_GE.json index 219160111e0..07c05b1025b 100644 --- a/settings/l10n/ka_GE.json +++ b/settings/l10n/ka_GE.json @@ -8,7 +8,6 @@ "Unable to remove user from group %s" : "მომხმარებლის წაშლა ვერ მოხეხდა ჯგუფიდან %s", "Couldn't update app." : "ვერ მოხერხდა აპლიკაციის განახლება.", "All" : "ყველა", - "Please wait...." : "დაიცადეთ....", "Disable" : "გამორთვა", "Enable" : "ჩართვა", "Updating...." : "მიმდინარეობს განახლება....", @@ -55,6 +54,7 @@ "set new password" : "დააყენეთ ახალი პაროლი", "Default" : "საწყისი პარამეტრები", "Language changed" : "ენა შეცვლილია", + "Please wait...." : "დაიცადეთ....", "Log" : "ლოგი", "More" : "უფრო მეტი", "Less" : "უფრო ნაკლები", diff --git a/settings/l10n/km.js b/settings/l10n/km.js index 45b9fbe0945..c1a9f594b1f 100644 --- a/settings/l10n/km.js +++ b/settings/l10n/km.js @@ -16,7 +16,6 @@ OC.L10N.register( "Couldn't update app." : "មិនអាចធ្វើបច្ចុប្បន្នភាពកម្មវិធី។", "Sending..." : "កំពុងផ្ញើ...", "All" : "ទាំងអស់", - "Please wait...." : "សូមរង់ចាំ....", "Error while disabling app" : "មានកំហុសពេលកំពុងបិទកម្មវិធី", "Disable" : "បិទ", "Enable" : "បើក", @@ -74,6 +73,7 @@ OC.L10N.register( "set new password" : "កំណត់ពាក្យសម្ងាត់ថ្មី", "Default" : "លំនាំដើម", "Language changed" : "បានប្ដូរភាសា", + "Please wait...." : "សូមរង់ចាំ....", "Log" : "Log", "More" : "ច្រើនទៀត", "Less" : "តិច", diff --git a/settings/l10n/km.json b/settings/l10n/km.json index ae778387a74..dbd30ed73fc 100644 --- a/settings/l10n/km.json +++ b/settings/l10n/km.json @@ -14,7 +14,6 @@ "Couldn't update app." : "មិនអាចធ្វើបច្ចុប្បន្នភាពកម្មវិធី។", "Sending..." : "កំពុងផ្ញើ...", "All" : "ទាំងអស់", - "Please wait...." : "សូមរង់ចាំ....", "Error while disabling app" : "មានកំហុសពេលកំពុងបិទកម្មវិធី", "Disable" : "បិទ", "Enable" : "បើក", @@ -72,6 +71,7 @@ "set new password" : "កំណត់ពាក្យសម្ងាត់ថ្មី", "Default" : "លំនាំដើម", "Language changed" : "បានប្ដូរភាសា", + "Please wait...." : "សូមរង់ចាំ....", "Log" : "Log", "More" : "ច្រើនទៀត", "Less" : "តិច", diff --git a/settings/l10n/kn.js b/settings/l10n/kn.js index 987c79e5674..00942e0680e 100644 --- a/settings/l10n/kn.js +++ b/settings/l10n/kn.js @@ -32,7 +32,6 @@ OC.L10N.register( "Couldn't update app." : " ಕಾಯಕ್ರಮವನ್ನು ನವೀಕರಿಸಲ ಸಾದ್ಯವಾಗುತ್ತಿಲ್ಲ.", "Sending..." : "ಕಳುಹಿಸಲಾಗುತ್ತಿದೆ ...", "All" : "ಎಲ್ಲಾ", - "Please wait...." : "ದಯವಿಟ್ಟು ನಿರೀಕ್ಷಿಸಿ ....", "Error while disabling app" : "ಕಾರ್ಯಕ್ರಮವನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸುವಾಗ ಏನೊ ಲೋಪವಾಗಿದೆ", "Disable" : "ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ", "Enable" : "ಸಕ್ರಿಯಗೊಳಿಸು", @@ -84,7 +83,6 @@ OC.L10N.register( "Enforce expiration date" : "ಮುಕ್ತಾಯ ದಿನಾಂಕವನ್ನು ಬಲವ೦ತವಾಗಿ ಜಾರಿಗೆ ಮಾಡಿ", "Documentation:" : "ದಾಖಲೆ:", "Enable only for specific groups" : "ಕೇವಲ ನಿರ್ದಿಷ್ಟ ಗುಂಪುಗಳಿಗೆ ಸಕ್ರಿಯಗೊಳಿಸಿ", - "Uninstall App" : "ಅಳಿಸಿ", "Cheers!" : "ಆನಂದಿಸಿ !", "Forum" : "ವೇದಿಕೆ", "Cancel" : "ರದ್ದು", @@ -109,6 +107,7 @@ OC.L10N.register( "change email address" : "ಇ-ಅಂಚೆ ವಿಳಾಸ ಬದಲಾಯಿಸಿ", "Default" : "ಆರಂಭದ ಪ್ರತಿ", "Language changed" : "ಭಾಷೆಯನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ", + "Please wait...." : "ದಯವಿಟ್ಟು ನಿರೀಕ್ಷಿಸಿ ....", "Everything (fatal issues, errors, warnings, info, debug)" : "ಎಲ್ಲ ರೀತಿಗಳು (ವಿನಾಶಕ ಸಮಸ್ಯೆಗಳು, ದೋಷಗಳು, ಎಚ್ಚರಿಕೆಗಳನ್ನು, ಮಾಹಿತಿ, ಇತರೆ )", "Info, warnings, errors and fatal issues" : "ಮಾಹಿತಿ, ಎಚ್ಚರಿಕೆ, ದೋಷಗಳು ಮತ್ತು ಮಾರಕ ಸಮಸ್ಯೆಗಳು", "Warnings, errors and fatal issues" : "ಎಚ್ಚರಿಕೆ, ದೋಷಗಳು ಮತ್ತು ಮಾರಕ ಸಮಸ್ಯೆಗಳು", @@ -117,6 +116,7 @@ OC.L10N.register( "Log" : "ಹಿನ್ನೆಲೆಯ ದಾಖಲೆ", "More" : "ಇನ್ನಷ್ಟು", "Less" : "ಕಡಿಮೆ", + "Uninstall App" : "ಅಳಿಸಿ", "Group" : "ಗುಂಪು" }, "nplurals=1; plural=0;"); diff --git a/settings/l10n/kn.json b/settings/l10n/kn.json index 76adf1ff840..766de4c9410 100644 --- a/settings/l10n/kn.json +++ b/settings/l10n/kn.json @@ -30,7 +30,6 @@ "Couldn't update app." : " ಕಾಯಕ್ರಮವನ್ನು ನವೀಕರಿಸಲ ಸಾದ್ಯವಾಗುತ್ತಿಲ್ಲ.", "Sending..." : "ಕಳುಹಿಸಲಾಗುತ್ತಿದೆ ...", "All" : "ಎಲ್ಲಾ", - "Please wait...." : "ದಯವಿಟ್ಟು ನಿರೀಕ್ಷಿಸಿ ....", "Error while disabling app" : "ಕಾರ್ಯಕ್ರಮವನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸುವಾಗ ಏನೊ ಲೋಪವಾಗಿದೆ", "Disable" : "ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ", "Enable" : "ಸಕ್ರಿಯಗೊಳಿಸು", @@ -82,7 +81,6 @@ "Enforce expiration date" : "ಮುಕ್ತಾಯ ದಿನಾಂಕವನ್ನು ಬಲವ೦ತವಾಗಿ ಜಾರಿಗೆ ಮಾಡಿ", "Documentation:" : "ದಾಖಲೆ:", "Enable only for specific groups" : "ಕೇವಲ ನಿರ್ದಿಷ್ಟ ಗುಂಪುಗಳಿಗೆ ಸಕ್ರಿಯಗೊಳಿಸಿ", - "Uninstall App" : "ಅಳಿಸಿ", "Cheers!" : "ಆನಂದಿಸಿ !", "Forum" : "ವೇದಿಕೆ", "Cancel" : "ರದ್ದು", @@ -107,6 +105,7 @@ "change email address" : "ಇ-ಅಂಚೆ ವಿಳಾಸ ಬದಲಾಯಿಸಿ", "Default" : "ಆರಂಭದ ಪ್ರತಿ", "Language changed" : "ಭಾಷೆಯನ್ನು ಬದಲಾಯಿಸಲಾಗಿದೆ", + "Please wait...." : "ದಯವಿಟ್ಟು ನಿರೀಕ್ಷಿಸಿ ....", "Everything (fatal issues, errors, warnings, info, debug)" : "ಎಲ್ಲ ರೀತಿಗಳು (ವಿನಾಶಕ ಸಮಸ್ಯೆಗಳು, ದೋಷಗಳು, ಎಚ್ಚರಿಕೆಗಳನ್ನು, ಮಾಹಿತಿ, ಇತರೆ )", "Info, warnings, errors and fatal issues" : "ಮಾಹಿತಿ, ಎಚ್ಚರಿಕೆ, ದೋಷಗಳು ಮತ್ತು ಮಾರಕ ಸಮಸ್ಯೆಗಳು", "Warnings, errors and fatal issues" : "ಎಚ್ಚರಿಕೆ, ದೋಷಗಳು ಮತ್ತು ಮಾರಕ ಸಮಸ್ಯೆಗಳು", @@ -115,6 +114,7 @@ "Log" : "ಹಿನ್ನೆಲೆಯ ದಾಖಲೆ", "More" : "ಇನ್ನಷ್ಟು", "Less" : "ಕಡಿಮೆ", + "Uninstall App" : "ಅಳಿಸಿ", "Group" : "ಗುಂಪು" },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/settings/l10n/ko.js b/settings/l10n/ko.js index 2eb47bab7a8..b4856bdae9e 100644 --- a/settings/l10n/ko.js +++ b/settings/l10n/ko.js @@ -29,17 +29,21 @@ OC.L10N.register( "Unable to create user." : "사용자를 만들 수 없습니다.", "Your %s account was created" : "%s 계정을 등록했습니다", "Unable to delete user." : "사용자를 삭제할 수 없습니다.", + "Settings saved" : "설정 저장됨", "Unable to change full name" : "전체 이름을 변경할 수 없음", + "Unable to change email address" : "이메일 주소를 변경할 수 없음", "Your full name has been changed." : "전체 이름이 변경되었습니다.", "Forbidden" : "거부됨", "Invalid user" : "잘못된 사용자", "Unable to change mail address" : "이메일 주소를 변경할 수 없음", "Email saved" : "이메일 저장됨", + "Password confirmation is required" : "암호 확인이 필요합니다", "Couldn't remove app." : "앱을 삭제할 수 없습니다.", "Admins can't remove themself from the admin group" : "관리자 자신을 관리자 그룹에서 삭제할 수 없음", "Unable to add user to group %s" : "그룹 %s에 사용자를 추가할 수 없음", "Unable to remove user from group %s" : "그룹 %s에서 사용자를 삭제할 수 없음", "Couldn't update app." : "앱을 업데이트할 수 없습니다.", + "Are you really sure you want add {domain} as trusted domain?" : "신뢰할 수 있는 도메인 목록에 {domain}을(를) 추가하시겠습니까?", "Add trusted domain" : "신뢰할 수 있는 도메인 추가", "Migration in progress. Please wait until the migration is finished" : "이전 작업 중입니다. 작업이 완료될 때까지 기다려 주십시오", "Migration started …" : "이전 시작됨...", @@ -51,9 +55,9 @@ OC.L10N.register( "_You have %n app update pending_::_You have %n app updates pending_" : ["앱 %n개 업데이트 대기 중"], "No apps found for your version" : "설치된 버전에 대한 앱 없음", "The app will be downloaded from the app store" : "이 앱은 앱 스토어에서 다운로드 할 것", + "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "커뮤니티가 개발한 공식 앱입니다. 이 앱은 Nextcloud의 핵심 기능이며 프로덕션 환경에서 사용할 수 있습니다.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "승인된 앱은 신뢰할 수 있는 개발자가 개발하며 보안 검사를 통과했습니다. 열린 코드 저장소에서 관리되며 일반적인 환경에서 사용할 수 있는 수준으로 관리됩니다.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "이 앱의 보안 문제가 점검되지 않았고, 출시된 지 얼마 지나지 않았거나 아직 불안정합니다. 본인 책임 하에 설치하십시오.", - "Please wait...." : "기다려 주십시오....", "Error while disabling app" : "앱을 비활성화하는 중 오류 발생", "Disable" : "사용 안함", "Enable" : "사용함", @@ -71,24 +75,40 @@ OC.L10N.register( "App update" : "앱 업데이트", "Approved" : "승인됨", "Experimental" : "실험적", + "No apps found for {query}" : "{query}에 대한 앱을 찾을 수 없습니다", + "Allow filesystem access" : "파일시스템 접근 허용", "Disconnect" : "연결 해제", + "Revoke" : "취소", "Internet Explorer" : "인터넷 익스플로러", "Edge" : "엣지", "Firefox" : "파이어 폭스", "Google Chrome" : "구글 크롬", "Safari" : "사파리", "Google Chrome for Android" : "안드로이드 용 구글 크롬", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", "iOS Client" : "아이폰 OS 클라이언트", "Android Client" : "안드로이드 클라이언트", "Sync client - {os}" : "동기화 클라이언트 - {os}", "This session" : "이 세션", + "Copy" : "복사", "Copied!" : "복사됨!", "Not supported!" : "지원하지 않음!", "Press ⌘-C to copy." : "⌘-C 복사", "Press Ctrl-C to copy." : "Ctrl-C 복사", + "Error while loading browser sessions and device tokens" : "웹 브라우저 세션과 장치 토큰을 불러오는 중 오류가 발생했습니다", + "Error while creating device token" : "장치 토큰을 만드는 중 오류가 발생했습니다", + "Error while deleting the token" : "토큰을 삭제하는 중 오류가 발생했습니다", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "오류가 발생했습니다. ASCII로 인코딩된 PEM 인증서를 업로드하십시오.", "Valid until {date}" : "{date}까지 유효함", "Delete" : "삭제", + "Local" : "로컬", + "Private" : "개인", + "Only visible to local users" : "로컬 사용자만 보임", + "Only visible to you" : "나만 보임", + "Contacts" : "연락처", + "Visible to local users and to trusted servers" : "로컬 사용자와 신뢰된 서버에게 보이기", + "Public" : "공개", "Select a profile picture" : "프로필 사진 선택", "Very weak password" : "매우 약한 암호", "Weak password" : "약한 암호", @@ -108,6 +128,7 @@ OC.L10N.register( "no group" : "그룹 없음", "Password successfully changed" : "암호가 성공적으로 변경되었습니다", "Changing the password will result in data loss, because data recovery is not available for this user" : "이 사용자에 대해 데이터 복구를 사용할 수 없기 때문에, 암호를 변경하면 데이터를 잃게 됩니다.", + "Could not change the users email" : "사용자 이메일을 변경할 수 없습니다", "A valid username must be provided" : "올바른 사용자 이름을 입력해야 함", "Error creating user: {message}" : "사용자 생성 오류: {message}", "A valid password must be provided" : "올바른 암호를 입력해야 함", @@ -122,6 +143,8 @@ OC.L10N.register( "Login" : "로그인", "Plain" : "일반", "NT LAN Manager" : "NT LAN 관리자", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", "Email server" : "이메일 서버", "Open documentation" : "문서 열기", "This is used for sending out notifications." : "알림을 보낼 때 사용됩니다.", @@ -143,6 +166,7 @@ OC.L10N.register( "Enable server-side encryption" : "서버 측 암호화 사용", "Please read carefully before activating server-side encryption: " : "서버 측 암호화를 활성화하기 전에 읽어 보십시오:", "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "암호화를 사용하면, 사용하기 시작한 시간 이후에 서버에 업로드된 모든 파일이 암호화됩니다. 나중에 암호화를 사용하지 않으려면 사용하고 있는 암호화 모듈에서 비활성화를 지원해야 하고 모든 사전 조건(예: 복구 키 설정)을 만족해야 합니다.", + "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "암호화만으로 시스템의 보안을 보장할 수 없습니다. 암호화 응용 프로그램 작동 방식 및 지원되는 사용 사례에 대한 자세한 내용은 설명서를 참조하십시오.", "Be aware that encryption always increases the file size." : "암호화된 파일의 크기는 항상 커집니다.", "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "데이터를 주기적으로 백업하는 것을 추천하며, 암호화를 사용하고 있다면 데이터와 더불어 암호화 키도 백업하십시오.", "This is the final warning: Do you really want to enable encryption?" : "마지막 경고입니다. 암호화를 활성화하시겠습니까?", @@ -154,16 +178,20 @@ OC.L10N.register( "Start migration" : "이전 시작", "Security & setup warnings" : "보안 및 설치 경고", "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "php가 시스템 환경 변수를 올바르게 조회할 수 있도록 설정되지 않았습니다. getenv(\"PATH\")의 값이 비어 있습니다.", + "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "서버 PHP 설정(특히 php-fpm 사용시)에 관한 내용은 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">설치 가이드 ↗</a>를 참고하십시오.", "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "읽기 전용 설정이 활성화되었습니다. 이 상태에서는 웹 인터페이스를 통하여 일부 설정을 변경할 수 없습니다. 또한 매 업데이트마다 파일을 쓸 수 있는 상태로 변경해야 합니다.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP에서 인라인 doc 블록을 삭제하도록 설정되어 있습니다. 일부 코어 앱에 접근할 수 없을 수도 있습니다.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Zend OPcache, eAccelerator 같은 캐시/가속기 문제일 수도 있습니다.", + "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "데이터베이스가 \"READ COMMITTED\" 트랜잭션 격리 수준에서 실행되고 있지 않습니다. 여러 작업이 동시에 실행될 때 문제가 발생할 수 있습니다.", + "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s 버전보다 낮은 %2$s 버전이 설치되어있습니다. 안정성과 성능을 위해 %1$s 버전으로 업데이트하시기를 권장합니다.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP 모듈 'fileinfo'가 존재하지 않습니다. MIME 형식 감지 결과를 향상시키기 위하여 이 모듈을 활성화하는 것을 추천합니다.", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "트랜잭션 파일 잠금이 비활성화되어있어 동시 접근시 문제가 발생할 수 있습니다. config.php에서 'filelocking.enabled'를 활성화하여 이 문제를 해결할 수 있습니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">사용 설명서 ↗</a>를 참고하십시오.", "System locale can not be set to a one which supports UTF-8." : "UTF-8을 지원하는 시스템 로케일을 사용할 수 없습니다.", "This means that there might be problems with certain characters in file names." : "파일 이름의 일부 문자에 문제가 생길 수도 있습니다.", "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "다음 중 하나 이상의 로케일을 지원하기 위하여 필요한 패키지를 시스템에 설치하는 것을 추천합니다: %s.", "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "도메인의 루트 디렉터리 아래에 설치되어 있지 않고 시스템 cron을 사용한다면 URL 생성에 문제가 발생할 수도 있습니다. 이 문제를 해결하려면 설치본의 웹 루트 경로에 있는 config.php 파일의 \"overwrite.cli.url\" 옵션을 변경하십시오(제안: \"%s\")", "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "CLI로 cronjob을 실행할 수 없었습니다. 다음 기술적 오류가 발생했습니다:", - "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "<a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">설치 가이드</a>를 ↗ 확인하고 <a href=\"%s\">로그</a>에 오류 또는 경고를 확인하시기 바랍니다.", + "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "<a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">설치 가이드 ↗</a>를 확인하고 <a href=\"%s\">로그</a>에 오류 또는 경고를 확인하시기 바랍니다.", "All checks passed." : "모든 검사를 통과했습니다.", "Cron" : "Cron", "Last cron job execution: %s." : "마지막 cron 작업 실행: %s.", @@ -172,6 +200,8 @@ OC.L10N.register( "Execute one task with each page loaded" : "개별 페이지를 불러올 때마다 실행", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php는 webcron 서비스에 등록되어 HTTP로 15분마다 cron.php에 접근합니다.", "Use system's cron service to call the cron.php file every 15 minutes." : "시스템의 cron 서비스를 통하여 15분마다 cron.php 파일을 실행합니다.", + "The cron.php needs to be executed by the system user \"%s\"." : "cron.php는 시스템 사용자 \"%s\"가 실행해야합니다.", + "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "실행하려면 PHP POSIX 확장이 필요합니다. 자세한 내용은 {linkstart}PHP 사용 설명서{linkend}를 참고하십시오.", "Version" : "버전", "Sharing" : "공유", "Allow apps to use the Share API" : "앱에서 공유 API를 사용할 수 있도록 허용", @@ -191,6 +221,9 @@ OC.L10N.register( "Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "공개 링크 업로드 페이지에 고지 사항 텍스트를 표시합니다. (파일리스트가 숨겨져있는 경우에만 표시)", "This text will be shown on the public link upload page when the file list is hidden." : "파일 목록이 숨겨져 있으면 이 텍스트는 공개 링크 업로드 페이지에 표시됩니다.", "Tips & tricks" : "팁과 추가 정보", + "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "현재 백엔드 데이터베이스로 SQLite를 사용하고 있습니다. 대규모의 파일을 관리하려고 한다면 다른 데이터베이스 백엔드로 전환할 것을 권장합니다.", + "This is particularly recommended when using the desktop client for file synchronisation." : "특히 파일 동기화를 위해 데스크톱 클라이언트를 사용할 예정인 경우 권장됩니다.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "다른 데이터베이스로 마이그레이션하려면 'occ db:convert-type' 명령행 도구를 사용하거나 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">사용 설명서 ↗</a>를 참고하시기 바랍니다.", "How to do backups" : "백업 방법", "Advanced monitoring" : "고급 모니터링", "Performance tuning" : "성능 튜닝", @@ -207,19 +240,23 @@ OC.L10N.register( "Show description …" : "설명 보기...", "Hide description …" : "설명 숨기기...", "This app has an update available." : "이 앱을 업데이트할 수 있습니다.", + "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "이 앱은 Nextcloud 최소 버전을 지정하지 않았습니다. Nextcloud 11 이후에는 오류로 처리됩니다.", + "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "이 앱은 Nextcloud 최대 버전을 지정하지 않았습니다. Nextcloud 11 이후에는 오류로 처리됩니다.", "This app cannot be installed because the following dependencies are not fulfilled:" : "다음 의존성을 만족할 수 없기 때문에 이 앱을 설치할 수 없습니다:", "Enable only for specific groups" : "특정 그룹에만 허용", - "Uninstall App" : "앱 제거", "SSL Root Certificates" : "SSL 루트 인증서", "Common Name" : "공통 이름", "Valid until" : "만료 기간:", "Issued By" : "발급자:", "Valid until %s" : "%s까지 유효함", "Import root certificate" : "루트 인증서 가져오기", + "Hey there,<br><br>just letting you know that you now have a %s account.<br><br>Your username: <strong>%s</strong><br>Access it: <strong><a href=\"%s\">%s</a></strong><br><br>" : "안녕하세요.<br><br>%s 계정을 사용할 수 있음을 알려 드립니다.<br><br>사용자 이름: <strong>%s</strong><br>접근 링크: <strong><a href=\"%s\">%s</a></strong><br><br>", "Cheers!" : "감사합니다!", + "Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "안녕하세요.\n\n%s 계정을 사용할 수 있음을 알려 드립니다.\n\n사용자 이름: %s\n접근 링크: %s\n\n", "Administrator documentation" : "관리자 문서", "Online documentation" : "온라인 문서", "Forum" : "포럼", + "Getting help" : "도움 얻기", "Commercial support" : "상용 지원", "You are using <strong>%s</strong> of <strong>%s</strong>" : "현재 <strong>%s</strong> / <strong>%s</strong>을(를) 사용중입니다.", "Profile picture" : "프로필 사진", @@ -236,6 +273,14 @@ OC.L10N.register( "Your email address" : "이메일 주소", "No email address set" : "이메일 주소가 설정되지 않음", "For password recovery and notifications" : "암호 복구와 알림에 사용", + "Phone number" : "휴대폰 번호", + "Your phone number" : "내 휴대폰 번호", + "Address" : "주소", + "Your postal address" : "내 우편 번호", + "Website" : "웹 사이트", + "Your website" : "내 웹 사이트", + "Twitter" : "트위터", + "Your Twitter handle" : "내 트위터", "You are member of the following groups:" : "다음 그룹의 구성원입니다:", "Password" : "암호", "Current password" : "현재 암호", @@ -247,9 +292,12 @@ OC.L10N.register( "Desktop client" : "데스크톱 클라이언트", "Android app" : "Android 앱", "iOS app" : "iOS 앱", + "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "이 프로젝트를 지원하려면 {contributeopen}개발에 참여{linkclose}하거나 {contributeopen}주변에 알려주세요{linkclose}!", "Show First Run Wizard again" : "첫 실행 마법사 다시 보이기", + "Web, desktop and mobile clients currently logged in to your account." : "사용자 계정으로 로그인된 웹, 데스크톱, 모바일 클라이언트 목록입니다.", "Device" : "장치", "Last activity" : "최근 활동", + "Passcodes that give an app or device permissions to access your account." : "앱 암호는 앱이나 장치가 사용자 계정에 접근할 수 있도록 해줍니다.", "Name" : "이름", "App name" : "앱 이름", "Create new app password" : "새로운 앱 암호 만들기", @@ -257,6 +305,12 @@ OC.L10N.register( "For security reasons this password will only be shown once." : "보안상의 이유로 이 암호는 한 번만 표시됩니다.", "Username" : "사용자 이름", "Done" : "완료", + "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "{communityopen}Nextcloud 커뮤니티{linkclose}에서 개발, {githubopen}소스 코드{linkclose}는 {licenseopen}<abbr title=\"Affero General Public License\">AGPL</abbr>{linkclose} 라이선스를 따릅니다.", + "Follow us on Google Plus!" : "Google Plus를 팔로우하세요!", + "Like our facebook page!" : "Facebook 페이지에서 좋아요를 눌러주세요!", + "Subscribe to our twitter channel!" : "Twitter 채널을 구독하세요!", + "Subscribe to our news feed!" : "뉴스 피드를 구독하세요!", + "Subscribe to our newsletter!" : "뉴스 레터를 구독하세요!", "Show storage location" : "저장소 위치 보이기", "Show last log in" : "마지막 로그인 시간 보이기", "Show user backend" : "사용자 백엔드 보이기", @@ -266,6 +320,7 @@ OC.L10N.register( "Create" : "만들기", "Admin Recovery Password" : "관리자 복구 암호", "Enter the recovery password in order to recover the users files during password change" : "암호 변경 시 변경된 사용자 파일을 복구하려면 복구 암호를 입력하십시오", + "Group name" : "그룹 이름", "Everyone" : "모두", "Admins" : "관리자", "Default quota" : "기본 할당량", @@ -283,6 +338,7 @@ OC.L10N.register( "log-level out of allowed range" : "로그 단계가 허용 범위를 벗어남", "Language changed" : "언어가 변경됨", "Are you really sure you want add \"{domain}\" as trusted domain?" : "신뢰할 수 있는 도메인 목록에 \"{domain}\"을(를) 추가하시겠습니까?", + "Please wait...." : "기다려 주십시오....", "iPhone" : "아이폰", "add group" : "그룹 추가", "Everything (fatal issues, errors, warnings, info, debug)" : "모두 (치명적 문제, 오류, 경고, 정보, 디버그)", @@ -302,9 +358,11 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "특히 파일 동기화를 위해 데스크톱 클라이언트를 사용할 예정이면, SQLite를 사용하지 않는 것이 좋습니다.", "Experimental applications ahead" : "실험적인 앱 사용 예정", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "실험적인 앱은 보안 문제 검사를 통과하지 않았으며, 아직 새롭거나, 불안정하거나, 개발 중일 수도 있습니다. 이러한 앱을 설치하면 데이터 손실 및 보안 문제가 발생할 수도 있습니다.", + "Uninstall App" : "앱 제거", "Enable experimental apps" : "실험적인 앱 사용", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "안녕하세요.<br><br>%s 계정을 사용할 수 있음을 알려 드립니다.<br><br>사용자 이름: %s<br>접근 링크: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "안녕하세요.\n\n%s 계정을 사용할 수 있음을 알려 드립니다.\n\n사용자 이름: %s\n접근 링크: %s\n\n", + "If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "이 프로젝트를 지원하려면 <a href=\"https://nextcloud.com/contribute\" target=\"_blank\" rel=\"noreferrer\">개발에 참여</a>하거나 <a href=\"https://nextcloud.com/contribute\" target=\"_blank\" rel=\"noreferrer\">주변에 알려주세요</a>!", "Add Group" : "그룹 추가", "Group" : "그룹", "Default Quota" : "기본 할당량", @@ -317,6 +375,19 @@ OC.L10N.register( "Redis" : "Redis", "External Storage" : "외부 저장소", "Updates" : "업데이트", - "An error occurred: {message}" : "오류 발생: {message}" + "Official apps are developed by and within the Nextcloud community. They offer functionality central to Nextcloud and are ready for production use." : "Nextcloud 커뮤니티가 개발한 공식 앱입니다. 이 앱은 Nextcloud의 핵심 기능이며 프로덕션 환경에서 사용할 수 있습니다.", + "No apps found for \"{query}\"" : "\"{query}\"에 대한 앱을 찾을 수 없습니다", + "An error occurred: {message}" : "오류 발생: {message}", + "Please check the <a target=\"_blank\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "서버 PHP 설정(특히 php-fpm 사용시)에 관한 내용은 <a target=\"_blank\" href=\"%s\">설치 가이드 ↗</a>를 참고하십시오.", + "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "데이터베이스가 \"READ COMMITTED\" 트랜잭션 격리 수준에서 실행되고 있지 않습니다. 여러 작업이 동시에 실행될 때 문제가 발생할 수 있습니다.", + "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "서버가 Microsoft Windows 환경에서 동작하고 있습니다. 최적의 사용자 경험을 위해서는 리눅스를 사용할 것을 권장합니다.", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" href=\"%s\">documentation ↗</a> for more information." : "트랜잭션 파일 잠금이 비활성화되어있어 동시 접근시 문제가 발생할 수 있습니다. config.php에서 'filelocking.enabled'를 활성화하여 이 문제를 해결할 수 있습니다. 자세한 내용은 <a target=\"_blank\" href=\"%s\">사용 설명서 ↗</a>를 참고하십시오.", + "Please double check the <a target=\"_blank\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"#log-section\">log</a>." : "<a target=\"_blank\" href=\"%s\">설치 가이드 ↗</a>를 확인하고 <a href=\"#log-section\">로그</a>에 표시되는 오류 또는 경고를 확인하시기 바랍니다.", + "Encryption alone does not guarantee security of the system. Please see Nextcloud documentation for more information about how the encryption app works, and the supported use cases." : "암호화만으로 시스템의 보안을 보장할 수 없습니다. 암호화 응용 프로그램 작동 방식 및 지원되는 사용 사례에 대한 자세한 내용은 Nextcloud 설명서를 참조하십시오.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "다른 데이터베이스로 마이그레이션하려면 'occ db:convert-type' 명령행 도구를 사용하거나 <a target=\"_blank\" href=\"%s\">사용 설명서 ↗</a>를 참고하시기 바랍니다.", + "This app has no minimum Nextcloud version assigned. This will be an error in Nextcloud 11 and later." : "이 앱은 Nextcloud 최소 버전을 지정하지 않았습니다. Nextcloud 11 이후에는 오류로 처리됩니다.", + "This app has no maximum Nextcloud version assigned. This will be an error in Nextcloud 11 and later." : "이 앱은 Nextcloud 최대 버전을 지정하지 않았습니다. Nextcloud 11 이후에는 오류로 처리됩니다.", + "If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\tor\n\t\t<a href=\"https://help.nextcloud.com/\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">help other users</a>!" : "이 프로젝트를 지원하려면 <a href=\"https://nextcloud.com/contribute\" target=\"_blank\" rel=\"noreferrer\">개발에 참여</a>하거나 <a href=\"https://help.nextcloud.com/\" target=\"_blank\" rel=\"noreferrer\">다른 유저들을 도와주세요</a>!", + "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}<abbr title=\"Affero General Public License\">AGPL</abbr>{linkclose}." : "{communityopen}Nextcloud 커뮤니티{linkclose}에서 개발, {githubopen}소스 코드{linkclose}는 {licenseopen}<abbr title=\"Affero General Public License\">AGPL</abbr>{linkclose} 라이선스를 따릅니다." }, "nplurals=1; plural=0;"); diff --git a/settings/l10n/ko.json b/settings/l10n/ko.json index dbbb165e86b..eb39eb93ee6 100644 --- a/settings/l10n/ko.json +++ b/settings/l10n/ko.json @@ -27,17 +27,21 @@ "Unable to create user." : "사용자를 만들 수 없습니다.", "Your %s account was created" : "%s 계정을 등록했습니다", "Unable to delete user." : "사용자를 삭제할 수 없습니다.", + "Settings saved" : "설정 저장됨", "Unable to change full name" : "전체 이름을 변경할 수 없음", + "Unable to change email address" : "이메일 주소를 변경할 수 없음", "Your full name has been changed." : "전체 이름이 변경되었습니다.", "Forbidden" : "거부됨", "Invalid user" : "잘못된 사용자", "Unable to change mail address" : "이메일 주소를 변경할 수 없음", "Email saved" : "이메일 저장됨", + "Password confirmation is required" : "암호 확인이 필요합니다", "Couldn't remove app." : "앱을 삭제할 수 없습니다.", "Admins can't remove themself from the admin group" : "관리자 자신을 관리자 그룹에서 삭제할 수 없음", "Unable to add user to group %s" : "그룹 %s에 사용자를 추가할 수 없음", "Unable to remove user from group %s" : "그룹 %s에서 사용자를 삭제할 수 없음", "Couldn't update app." : "앱을 업데이트할 수 없습니다.", + "Are you really sure you want add {domain} as trusted domain?" : "신뢰할 수 있는 도메인 목록에 {domain}을(를) 추가하시겠습니까?", "Add trusted domain" : "신뢰할 수 있는 도메인 추가", "Migration in progress. Please wait until the migration is finished" : "이전 작업 중입니다. 작업이 완료될 때까지 기다려 주십시오", "Migration started …" : "이전 시작됨...", @@ -49,9 +53,9 @@ "_You have %n app update pending_::_You have %n app updates pending_" : ["앱 %n개 업데이트 대기 중"], "No apps found for your version" : "설치된 버전에 대한 앱 없음", "The app will be downloaded from the app store" : "이 앱은 앱 스토어에서 다운로드 할 것", + "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "커뮤니티가 개발한 공식 앱입니다. 이 앱은 Nextcloud의 핵심 기능이며 프로덕션 환경에서 사용할 수 있습니다.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "승인된 앱은 신뢰할 수 있는 개발자가 개발하며 보안 검사를 통과했습니다. 열린 코드 저장소에서 관리되며 일반적인 환경에서 사용할 수 있는 수준으로 관리됩니다.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "이 앱의 보안 문제가 점검되지 않았고, 출시된 지 얼마 지나지 않았거나 아직 불안정합니다. 본인 책임 하에 설치하십시오.", - "Please wait...." : "기다려 주십시오....", "Error while disabling app" : "앱을 비활성화하는 중 오류 발생", "Disable" : "사용 안함", "Enable" : "사용함", @@ -69,24 +73,40 @@ "App update" : "앱 업데이트", "Approved" : "승인됨", "Experimental" : "실험적", + "No apps found for {query}" : "{query}에 대한 앱을 찾을 수 없습니다", + "Allow filesystem access" : "파일시스템 접근 허용", "Disconnect" : "연결 해제", + "Revoke" : "취소", "Internet Explorer" : "인터넷 익스플로러", "Edge" : "엣지", "Firefox" : "파이어 폭스", "Google Chrome" : "구글 크롬", "Safari" : "사파리", "Google Chrome for Android" : "안드로이드 용 구글 크롬", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", "iOS Client" : "아이폰 OS 클라이언트", "Android Client" : "안드로이드 클라이언트", "Sync client - {os}" : "동기화 클라이언트 - {os}", "This session" : "이 세션", + "Copy" : "복사", "Copied!" : "복사됨!", "Not supported!" : "지원하지 않음!", "Press ⌘-C to copy." : "⌘-C 복사", "Press Ctrl-C to copy." : "Ctrl-C 복사", + "Error while loading browser sessions and device tokens" : "웹 브라우저 세션과 장치 토큰을 불러오는 중 오류가 발생했습니다", + "Error while creating device token" : "장치 토큰을 만드는 중 오류가 발생했습니다", + "Error while deleting the token" : "토큰을 삭제하는 중 오류가 발생했습니다", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "오류가 발생했습니다. ASCII로 인코딩된 PEM 인증서를 업로드하십시오.", "Valid until {date}" : "{date}까지 유효함", "Delete" : "삭제", + "Local" : "로컬", + "Private" : "개인", + "Only visible to local users" : "로컬 사용자만 보임", + "Only visible to you" : "나만 보임", + "Contacts" : "연락처", + "Visible to local users and to trusted servers" : "로컬 사용자와 신뢰된 서버에게 보이기", + "Public" : "공개", "Select a profile picture" : "프로필 사진 선택", "Very weak password" : "매우 약한 암호", "Weak password" : "약한 암호", @@ -106,6 +126,7 @@ "no group" : "그룹 없음", "Password successfully changed" : "암호가 성공적으로 변경되었습니다", "Changing the password will result in data loss, because data recovery is not available for this user" : "이 사용자에 대해 데이터 복구를 사용할 수 없기 때문에, 암호를 변경하면 데이터를 잃게 됩니다.", + "Could not change the users email" : "사용자 이메일을 변경할 수 없습니다", "A valid username must be provided" : "올바른 사용자 이름을 입력해야 함", "Error creating user: {message}" : "사용자 생성 오류: {message}", "A valid password must be provided" : "올바른 암호를 입력해야 함", @@ -120,6 +141,8 @@ "Login" : "로그인", "Plain" : "일반", "NT LAN Manager" : "NT LAN 관리자", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", "Email server" : "이메일 서버", "Open documentation" : "문서 열기", "This is used for sending out notifications." : "알림을 보낼 때 사용됩니다.", @@ -141,6 +164,7 @@ "Enable server-side encryption" : "서버 측 암호화 사용", "Please read carefully before activating server-side encryption: " : "서버 측 암호화를 활성화하기 전에 읽어 보십시오:", "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "암호화를 사용하면, 사용하기 시작한 시간 이후에 서버에 업로드된 모든 파일이 암호화됩니다. 나중에 암호화를 사용하지 않으려면 사용하고 있는 암호화 모듈에서 비활성화를 지원해야 하고 모든 사전 조건(예: 복구 키 설정)을 만족해야 합니다.", + "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "암호화만으로 시스템의 보안을 보장할 수 없습니다. 암호화 응용 프로그램 작동 방식 및 지원되는 사용 사례에 대한 자세한 내용은 설명서를 참조하십시오.", "Be aware that encryption always increases the file size." : "암호화된 파일의 크기는 항상 커집니다.", "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "데이터를 주기적으로 백업하는 것을 추천하며, 암호화를 사용하고 있다면 데이터와 더불어 암호화 키도 백업하십시오.", "This is the final warning: Do you really want to enable encryption?" : "마지막 경고입니다. 암호화를 활성화하시겠습니까?", @@ -152,16 +176,20 @@ "Start migration" : "이전 시작", "Security & setup warnings" : "보안 및 설치 경고", "php does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "php가 시스템 환경 변수를 올바르게 조회할 수 있도록 설정되지 않았습니다. getenv(\"PATH\")의 값이 비어 있습니다.", + "Please check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "서버 PHP 설정(특히 php-fpm 사용시)에 관한 내용은 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">설치 가이드 ↗</a>를 참고하십시오.", "The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "읽기 전용 설정이 활성화되었습니다. 이 상태에서는 웹 인터페이스를 통하여 일부 설정을 변경할 수 없습니다. 또한 매 업데이트마다 파일을 쓸 수 있는 상태로 변경해야 합니다.", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP에서 인라인 doc 블록을 삭제하도록 설정되어 있습니다. 일부 코어 앱에 접근할 수 없을 수도 있습니다.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Zend OPcache, eAccelerator 같은 캐시/가속기 문제일 수도 있습니다.", + "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "데이터베이스가 \"READ COMMITTED\" 트랜잭션 격리 수준에서 실행되고 있지 않습니다. 여러 작업이 동시에 실행될 때 문제가 발생할 수 있습니다.", + "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s 버전보다 낮은 %2$s 버전이 설치되어있습니다. 안정성과 성능을 위해 %1$s 버전으로 업데이트하시기를 권장합니다.", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP 모듈 'fileinfo'가 존재하지 않습니다. MIME 형식 감지 결과를 향상시키기 위하여 이 모듈을 활성화하는 것을 추천합니다.", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a> for more information." : "트랜잭션 파일 잠금이 비활성화되어있어 동시 접근시 문제가 발생할 수 있습니다. config.php에서 'filelocking.enabled'를 활성화하여 이 문제를 해결할 수 있습니다. 자세한 내용은 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">사용 설명서 ↗</a>를 참고하십시오.", "System locale can not be set to a one which supports UTF-8." : "UTF-8을 지원하는 시스템 로케일을 사용할 수 없습니다.", "This means that there might be problems with certain characters in file names." : "파일 이름의 일부 문자에 문제가 생길 수도 있습니다.", "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "다음 중 하나 이상의 로케일을 지원하기 위하여 필요한 패키지를 시스템에 설치하는 것을 추천합니다: %s.", "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "도메인의 루트 디렉터리 아래에 설치되어 있지 않고 시스템 cron을 사용한다면 URL 생성에 문제가 발생할 수도 있습니다. 이 문제를 해결하려면 설치본의 웹 루트 경로에 있는 config.php 파일의 \"overwrite.cli.url\" 옵션을 변경하십시오(제안: \"%s\")", "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "CLI로 cronjob을 실행할 수 없었습니다. 다음 기술적 오류가 발생했습니다:", - "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "<a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">설치 가이드</a>를 ↗ 확인하고 <a href=\"%s\">로그</a>에 오류 또는 경고를 확인하시기 바랍니다.", + "Please double check the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"%s\">log</a>." : "<a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">설치 가이드 ↗</a>를 확인하고 <a href=\"%s\">로그</a>에 오류 또는 경고를 확인하시기 바랍니다.", "All checks passed." : "모든 검사를 통과했습니다.", "Cron" : "Cron", "Last cron job execution: %s." : "마지막 cron 작업 실행: %s.", @@ -170,6 +198,8 @@ "Execute one task with each page loaded" : "개별 페이지를 불러올 때마다 실행", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php는 webcron 서비스에 등록되어 HTTP로 15분마다 cron.php에 접근합니다.", "Use system's cron service to call the cron.php file every 15 minutes." : "시스템의 cron 서비스를 통하여 15분마다 cron.php 파일을 실행합니다.", + "The cron.php needs to be executed by the system user \"%s\"." : "cron.php는 시스템 사용자 \"%s\"가 실행해야합니다.", + "To run this you need the PHP posix extension. See {linkstart}PHP documentation{linkend} for more details." : "실행하려면 PHP POSIX 확장이 필요합니다. 자세한 내용은 {linkstart}PHP 사용 설명서{linkend}를 참고하십시오.", "Version" : "버전", "Sharing" : "공유", "Allow apps to use the Share API" : "앱에서 공유 API를 사용할 수 있도록 허용", @@ -189,6 +219,9 @@ "Show disclaimer text on the public link upload page. (Only shown when the file list is hidden.)" : "공개 링크 업로드 페이지에 고지 사항 텍스트를 표시합니다. (파일리스트가 숨겨져있는 경우에만 표시)", "This text will be shown on the public link upload page when the file list is hidden." : "파일 목록이 숨겨져 있으면 이 텍스트는 공개 링크 업로드 페이지에 표시됩니다.", "Tips & tricks" : "팁과 추가 정보", + "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend." : "현재 백엔드 데이터베이스로 SQLite를 사용하고 있습니다. 대규모의 파일을 관리하려고 한다면 다른 데이터베이스 백엔드로 전환할 것을 권장합니다.", + "This is particularly recommended when using the desktop client for file synchronisation." : "특히 파일 동기화를 위해 데스크톱 클라이언트를 사용할 예정인 경우 권장됩니다.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">documentation ↗</a>." : "다른 데이터베이스로 마이그레이션하려면 'occ db:convert-type' 명령행 도구를 사용하거나 <a target=\"_blank\" rel=\"noreferrer\" href=\"%s\">사용 설명서 ↗</a>를 참고하시기 바랍니다.", "How to do backups" : "백업 방법", "Advanced monitoring" : "고급 모니터링", "Performance tuning" : "성능 튜닝", @@ -205,19 +238,23 @@ "Show description …" : "설명 보기...", "Hide description …" : "설명 숨기기...", "This app has an update available." : "이 앱을 업데이트할 수 있습니다.", + "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "이 앱은 Nextcloud 최소 버전을 지정하지 않았습니다. Nextcloud 11 이후에는 오류로 처리됩니다.", + "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "이 앱은 Nextcloud 최대 버전을 지정하지 않았습니다. Nextcloud 11 이후에는 오류로 처리됩니다.", "This app cannot be installed because the following dependencies are not fulfilled:" : "다음 의존성을 만족할 수 없기 때문에 이 앱을 설치할 수 없습니다:", "Enable only for specific groups" : "특정 그룹에만 허용", - "Uninstall App" : "앱 제거", "SSL Root Certificates" : "SSL 루트 인증서", "Common Name" : "공통 이름", "Valid until" : "만료 기간:", "Issued By" : "발급자:", "Valid until %s" : "%s까지 유효함", "Import root certificate" : "루트 인증서 가져오기", + "Hey there,<br><br>just letting you know that you now have a %s account.<br><br>Your username: <strong>%s</strong><br>Access it: <strong><a href=\"%s\">%s</a></strong><br><br>" : "안녕하세요.<br><br>%s 계정을 사용할 수 있음을 알려 드립니다.<br><br>사용자 이름: <strong>%s</strong><br>접근 링크: <strong><a href=\"%s\">%s</a></strong><br><br>", "Cheers!" : "감사합니다!", + "Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "안녕하세요.\n\n%s 계정을 사용할 수 있음을 알려 드립니다.\n\n사용자 이름: %s\n접근 링크: %s\n\n", "Administrator documentation" : "관리자 문서", "Online documentation" : "온라인 문서", "Forum" : "포럼", + "Getting help" : "도움 얻기", "Commercial support" : "상용 지원", "You are using <strong>%s</strong> of <strong>%s</strong>" : "현재 <strong>%s</strong> / <strong>%s</strong>을(를) 사용중입니다.", "Profile picture" : "프로필 사진", @@ -234,6 +271,14 @@ "Your email address" : "이메일 주소", "No email address set" : "이메일 주소가 설정되지 않음", "For password recovery and notifications" : "암호 복구와 알림에 사용", + "Phone number" : "휴대폰 번호", + "Your phone number" : "내 휴대폰 번호", + "Address" : "주소", + "Your postal address" : "내 우편 번호", + "Website" : "웹 사이트", + "Your website" : "내 웹 사이트", + "Twitter" : "트위터", + "Your Twitter handle" : "내 트위터", "You are member of the following groups:" : "다음 그룹의 구성원입니다:", "Password" : "암호", "Current password" : "현재 암호", @@ -245,9 +290,12 @@ "Desktop client" : "데스크톱 클라이언트", "Android app" : "Android 앱", "iOS app" : "iOS 앱", + "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "이 프로젝트를 지원하려면 {contributeopen}개발에 참여{linkclose}하거나 {contributeopen}주변에 알려주세요{linkclose}!", "Show First Run Wizard again" : "첫 실행 마법사 다시 보이기", + "Web, desktop and mobile clients currently logged in to your account." : "사용자 계정으로 로그인된 웹, 데스크톱, 모바일 클라이언트 목록입니다.", "Device" : "장치", "Last activity" : "최근 활동", + "Passcodes that give an app or device permissions to access your account." : "앱 암호는 앱이나 장치가 사용자 계정에 접근할 수 있도록 해줍니다.", "Name" : "이름", "App name" : "앱 이름", "Create new app password" : "새로운 앱 암호 만들기", @@ -255,6 +303,12 @@ "For security reasons this password will only be shown once." : "보안상의 이유로 이 암호는 한 번만 표시됩니다.", "Username" : "사용자 이름", "Done" : "완료", + "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "{communityopen}Nextcloud 커뮤니티{linkclose}에서 개발, {githubopen}소스 코드{linkclose}는 {licenseopen}<abbr title=\"Affero General Public License\">AGPL</abbr>{linkclose} 라이선스를 따릅니다.", + "Follow us on Google Plus!" : "Google Plus를 팔로우하세요!", + "Like our facebook page!" : "Facebook 페이지에서 좋아요를 눌러주세요!", + "Subscribe to our twitter channel!" : "Twitter 채널을 구독하세요!", + "Subscribe to our news feed!" : "뉴스 피드를 구독하세요!", + "Subscribe to our newsletter!" : "뉴스 레터를 구독하세요!", "Show storage location" : "저장소 위치 보이기", "Show last log in" : "마지막 로그인 시간 보이기", "Show user backend" : "사용자 백엔드 보이기", @@ -264,6 +318,7 @@ "Create" : "만들기", "Admin Recovery Password" : "관리자 복구 암호", "Enter the recovery password in order to recover the users files during password change" : "암호 변경 시 변경된 사용자 파일을 복구하려면 복구 암호를 입력하십시오", + "Group name" : "그룹 이름", "Everyone" : "모두", "Admins" : "관리자", "Default quota" : "기본 할당량", @@ -281,6 +336,7 @@ "log-level out of allowed range" : "로그 단계가 허용 범위를 벗어남", "Language changed" : "언어가 변경됨", "Are you really sure you want add \"{domain}\" as trusted domain?" : "신뢰할 수 있는 도메인 목록에 \"{domain}\"을(를) 추가하시겠습니까?", + "Please wait...." : "기다려 주십시오....", "iPhone" : "아이폰", "add group" : "그룹 추가", "Everything (fatal issues, errors, warnings, info, debug)" : "모두 (치명적 문제, 오류, 경고, 정보, 디버그)", @@ -300,9 +356,11 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "특히 파일 동기화를 위해 데스크톱 클라이언트를 사용할 예정이면, SQLite를 사용하지 않는 것이 좋습니다.", "Experimental applications ahead" : "실험적인 앱 사용 예정", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "실험적인 앱은 보안 문제 검사를 통과하지 않았으며, 아직 새롭거나, 불안정하거나, 개발 중일 수도 있습니다. 이러한 앱을 설치하면 데이터 손실 및 보안 문제가 발생할 수도 있습니다.", + "Uninstall App" : "앱 제거", "Enable experimental apps" : "실험적인 앱 사용", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "안녕하세요.<br><br>%s 계정을 사용할 수 있음을 알려 드립니다.<br><br>사용자 이름: %s<br>접근 링크: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "안녕하세요.\n\n%s 계정을 사용할 수 있음을 알려 드립니다.\n\n사용자 이름: %s\n접근 링크: %s\n\n", + "If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\t<or></or>\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">spread the word</a>!" : "이 프로젝트를 지원하려면 <a href=\"https://nextcloud.com/contribute\" target=\"_blank\" rel=\"noreferrer\">개발에 참여</a>하거나 <a href=\"https://nextcloud.com/contribute\" target=\"_blank\" rel=\"noreferrer\">주변에 알려주세요</a>!", "Add Group" : "그룹 추가", "Group" : "그룹", "Default Quota" : "기본 할당량", @@ -315,6 +373,19 @@ "Redis" : "Redis", "External Storage" : "외부 저장소", "Updates" : "업데이트", - "An error occurred: {message}" : "오류 발생: {message}" + "Official apps are developed by and within the Nextcloud community. They offer functionality central to Nextcloud and are ready for production use." : "Nextcloud 커뮤니티가 개발한 공식 앱입니다. 이 앱은 Nextcloud의 핵심 기능이며 프로덕션 환경에서 사용할 수 있습니다.", + "No apps found for \"{query}\"" : "\"{query}\"에 대한 앱을 찾을 수 없습니다", + "An error occurred: {message}" : "오류 발생: {message}", + "Please check the <a target=\"_blank\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "서버 PHP 설정(특히 php-fpm 사용시)에 관한 내용은 <a target=\"_blank\" href=\"%s\">설치 가이드 ↗</a>를 참고하십시오.", + "Your database does not run with \"READ COMMITED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "데이터베이스가 \"READ COMMITTED\" 트랜잭션 격리 수준에서 실행되고 있지 않습니다. 여러 작업이 동시에 실행될 때 문제가 발생할 수 있습니다.", + "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "서버가 Microsoft Windows 환경에서 동작하고 있습니다. 최적의 사용자 경험을 위해서는 리눅스를 사용할 것을 권장합니다.", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" href=\"%s\">documentation ↗</a> for more information." : "트랜잭션 파일 잠금이 비활성화되어있어 동시 접근시 문제가 발생할 수 있습니다. config.php에서 'filelocking.enabled'를 활성화하여 이 문제를 해결할 수 있습니다. 자세한 내용은 <a target=\"_blank\" href=\"%s\">사용 설명서 ↗</a>를 참고하십시오.", + "Please double check the <a target=\"_blank\" href=\"%s\">installation guides ↗</a>, and check for any errors or warnings in the <a href=\"#log-section\">log</a>." : "<a target=\"_blank\" href=\"%s\">설치 가이드 ↗</a>를 확인하고 <a href=\"#log-section\">로그</a>에 표시되는 오류 또는 경고를 확인하시기 바랍니다.", + "Encryption alone does not guarantee security of the system. Please see Nextcloud documentation for more information about how the encryption app works, and the supported use cases." : "암호화만으로 시스템의 보안을 보장할 수 없습니다. 암호화 응용 프로그램 작동 방식 및 지원되는 사용 사례에 대한 자세한 내용은 Nextcloud 설명서를 참조하십시오.", + "To migrate to another database use the command line tool: 'occ db:convert-type', or see the <a target=\"_blank\" href=\"%s\">documentation ↗</a>." : "다른 데이터베이스로 마이그레이션하려면 'occ db:convert-type' 명령행 도구를 사용하거나 <a target=\"_blank\" href=\"%s\">사용 설명서 ↗</a>를 참고하시기 바랍니다.", + "This app has no minimum Nextcloud version assigned. This will be an error in Nextcloud 11 and later." : "이 앱은 Nextcloud 최소 버전을 지정하지 않았습니다. Nextcloud 11 이후에는 오류로 처리됩니다.", + "This app has no maximum Nextcloud version assigned. This will be an error in Nextcloud 11 and later." : "이 앱은 Nextcloud 최대 버전을 지정하지 않았습니다. Nextcloud 11 이후에는 오류로 처리됩니다.", + "If you want to support the project\n\t\t<a href=\"https://nextcloud.com/contribute\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">join development</a>\n\t\tor\n\t\t<a href=\"https://help.nextcloud.com/\"\n\t\t\ttarget=\"_blank\" rel=\"noreferrer\">help other users</a>!" : "이 프로젝트를 지원하려면 <a href=\"https://nextcloud.com/contribute\" target=\"_blank\" rel=\"noreferrer\">개발에 참여</a>하거나 <a href=\"https://help.nextcloud.com/\" target=\"_blank\" rel=\"noreferrer\">다른 유저들을 도와주세요</a>!", + "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}<abbr title=\"Affero General Public License\">AGPL</abbr>{linkclose}." : "{communityopen}Nextcloud 커뮤니티{linkclose}에서 개발, {githubopen}소스 코드{linkclose}는 {licenseopen}<abbr title=\"Affero General Public License\">AGPL</abbr>{linkclose} 라이선스를 따릅니다." },"pluralForm" :"nplurals=1; plural=0;" }
\ No newline at end of file diff --git a/settings/l10n/lt_LT.js b/settings/l10n/lt_LT.js index 349e6a32051..368454a7eb2 100644 --- a/settings/l10n/lt_LT.js +++ b/settings/l10n/lt_LT.js @@ -33,12 +33,11 @@ OC.L10N.register( "Unable to add user to group %s" : "Nepavyko pridėti naudotojo į grupę %s", "Unable to remove user from group %s" : "Nepavyko pašalinti naudotojo iš grupės %s", "Couldn't update app." : "Nepavyko atnaujinti programėlės.", - "Not saved" : "Neišsaugota", + "Not saved" : "Neįrašyta", "Sending..." : "Siunčiama...", "Official" : "Oficiali", "All" : "Viskas", "Update to %s" : "Atnaujinti į %s", - "Please wait...." : "Prašome palaukti...", "Error while disabling app" : "Klaida, išjungiant programėlę", "Disable" : "Išjungti", "Enable" : "Įjungti", @@ -160,6 +159,7 @@ OC.L10N.register( "set new password" : "nustatyti naują slaptažodį", "Default" : "Numatytasis", "Language changed" : "Kalba pakeista", + "Please wait...." : "Prašome palaukti...", "iPhone" : "iPhone", "Fatal issues only" : "Tik lemtingosios klaidos", "Log" : "Žurnalas", diff --git a/settings/l10n/lt_LT.json b/settings/l10n/lt_LT.json index 98b3fc749b4..111d1f08ddb 100644 --- a/settings/l10n/lt_LT.json +++ b/settings/l10n/lt_LT.json @@ -31,12 +31,11 @@ "Unable to add user to group %s" : "Nepavyko pridėti naudotojo į grupę %s", "Unable to remove user from group %s" : "Nepavyko pašalinti naudotojo iš grupės %s", "Couldn't update app." : "Nepavyko atnaujinti programėlės.", - "Not saved" : "Neišsaugota", + "Not saved" : "Neįrašyta", "Sending..." : "Siunčiama...", "Official" : "Oficiali", "All" : "Viskas", "Update to %s" : "Atnaujinti į %s", - "Please wait...." : "Prašome palaukti...", "Error while disabling app" : "Klaida, išjungiant programėlę", "Disable" : "Išjungti", "Enable" : "Įjungti", @@ -158,6 +157,7 @@ "set new password" : "nustatyti naują slaptažodį", "Default" : "Numatytasis", "Language changed" : "Kalba pakeista", + "Please wait...." : "Prašome palaukti...", "iPhone" : "iPhone", "Fatal issues only" : "Tik lemtingosios klaidos", "Log" : "Žurnalas", diff --git a/settings/l10n/lv.js b/settings/l10n/lv.js index e45d4c21577..85a6ec42c4f 100644 --- a/settings/l10n/lv.js +++ b/settings/l10n/lv.js @@ -38,7 +38,6 @@ OC.L10N.register( "Sending..." : "Sūta...", "All" : "Visi", "No apps found for your version" : "Neatrada aplikāciju jūsu versijai", - "Please wait...." : "Lūdzu, uzgaidiet....", "Error while disabling app" : "Kļūda, atvienojot lietotni", "Disable" : "Deaktivēt", "Enable" : "Aktivēt", @@ -138,6 +137,7 @@ OC.L10N.register( "Default" : "Noklusējuma", "Language changed" : "Valoda tika nomainīta", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Vai esat pārliecināts, ka vēlaties pievienot \"{domain}\" kā uzticamu domēnu?", + "Please wait...." : "Lūdzu, uzgaidiet....", "Everything (fatal issues, errors, warnings, info, debug)" : "Viss (letālas problēmas, kļūdas, brīdinājumi, informatīvas ziņas, atkļūdošanas paziņojumi)", "Info, warnings, errors and fatal issues" : "Informatīvas ziņas, brīdinājumi, kļūdas un letālas problēmas", "Warnings, errors and fatal issues" : "Brīdinājumi, kļūdas un letālas problēmas", diff --git a/settings/l10n/lv.json b/settings/l10n/lv.json index 73fb1390eb7..b7b13b98555 100644 --- a/settings/l10n/lv.json +++ b/settings/l10n/lv.json @@ -36,7 +36,6 @@ "Sending..." : "Sūta...", "All" : "Visi", "No apps found for your version" : "Neatrada aplikāciju jūsu versijai", - "Please wait...." : "Lūdzu, uzgaidiet....", "Error while disabling app" : "Kļūda, atvienojot lietotni", "Disable" : "Deaktivēt", "Enable" : "Aktivēt", @@ -136,6 +135,7 @@ "Default" : "Noklusējuma", "Language changed" : "Valoda tika nomainīta", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Vai esat pārliecināts, ka vēlaties pievienot \"{domain}\" kā uzticamu domēnu?", + "Please wait...." : "Lūdzu, uzgaidiet....", "Everything (fatal issues, errors, warnings, info, debug)" : "Viss (letālas problēmas, kļūdas, brīdinājumi, informatīvas ziņas, atkļūdošanas paziņojumi)", "Info, warnings, errors and fatal issues" : "Informatīvas ziņas, brīdinājumi, kļūdas un letālas problēmas", "Warnings, errors and fatal issues" : "Brīdinājumi, kļūdas un letālas problēmas", diff --git a/settings/l10n/mk.js b/settings/l10n/mk.js index 769ad1df48b..f766a7ef627 100644 --- a/settings/l10n/mk.js +++ b/settings/l10n/mk.js @@ -44,7 +44,6 @@ OC.L10N.register( "All" : "Сите", "Update to %s" : "Надгради на %s", "No apps found for your version" : "За вашата верзија не се пронајдени апликации", - "Please wait...." : "Ве молам почекајте ...", "Error while disabling app" : "Грешка при исклучувањето на апликацијата", "Disable" : "Оневозможи", "Enable" : "Овозможи", @@ -164,6 +163,7 @@ OC.L10N.register( "Default" : "Предефиниран", "log-level out of allowed range" : "нивото на логирање е надвор од дозволениот опсег", "Language changed" : "Јазикот е сменет", + "Please wait...." : "Ве молам почекајте ...", "Info, warnings, errors and fatal issues" : "Информации, предупредувања, грешки и фатални работи", "Warnings, errors and fatal issues" : "Предупредувања, грешки и фатални работи", "Errors and fatal issues" : "Грешки и фатални работи", diff --git a/settings/l10n/mk.json b/settings/l10n/mk.json index 76c4994e0ee..36b0dc09f5f 100644 --- a/settings/l10n/mk.json +++ b/settings/l10n/mk.json @@ -42,7 +42,6 @@ "All" : "Сите", "Update to %s" : "Надгради на %s", "No apps found for your version" : "За вашата верзија не се пронајдени апликации", - "Please wait...." : "Ве молам почекајте ...", "Error while disabling app" : "Грешка при исклучувањето на апликацијата", "Disable" : "Оневозможи", "Enable" : "Овозможи", @@ -162,6 +161,7 @@ "Default" : "Предефиниран", "log-level out of allowed range" : "нивото на логирање е надвор од дозволениот опсег", "Language changed" : "Јазикот е сменет", + "Please wait...." : "Ве молам почекајте ...", "Info, warnings, errors and fatal issues" : "Информации, предупредувања, грешки и фатални работи", "Warnings, errors and fatal issues" : "Предупредувања, грешки и фатални работи", "Errors and fatal issues" : "Грешки и фатални работи", diff --git a/settings/l10n/nb_NO.js b/settings/l10n/nb_NO.js index 27af749b5dc..838ca6dc4dc 100644 --- a/settings/l10n/nb_NO.js +++ b/settings/l10n/nb_NO.js @@ -54,7 +54,6 @@ OC.L10N.register( "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Offisielle apper er utviklet av og innenfor miljøet, de byr på sentral funksjonalitet og er klare for bruk i produksjon.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Godkjente apper er utviklet av tiltrodde utviklere og har gjennomgått en rask sikkerhetssjekk. De vedlikeholdes aktivt i et åpent kode-depot og utviklerne anser dem for å være stabile for tidvis eller normal bruk.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Denne appen er ikke sjekket for sikkerhetsproblemer og er ny eller ansett for å være ustabil. Installer på egen risiko.", - "Please wait...." : "Vennligst vent...", "Error while disabling app" : "Deaktivering av app feilet", "Disable" : "Deaktiver ", "Enable" : "Aktiver", @@ -226,7 +225,6 @@ OC.L10N.register( "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Denne appen har ingen høyeste versjon av Nextcloud definert. Dette vil være en feil i fremtiden.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Denne appen kan ikke installeres fordi følgende avhengigheter ikke er tilfredsstilt:", "Enable only for specific groups" : "Aktiver kun for visse grupper", - "Uninstall App" : "Avinstaller app", "SSL Root Certificates" : "SSL rotsertifikater", "Common Name" : "Vanlig navn", "Valid until" : "Gyldig til", @@ -310,6 +308,7 @@ OC.L10N.register( "log-level out of allowed range" : "Loggnivå utenfor tillatt område", "Language changed" : "Språk endret", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ønsker du virkelig å legge til \"{domain}\" som klarert domene?", + "Please wait...." : "Vennligst vent...", "iPhone" : "iPhone", "add group" : "legg til gruppe", "Everything (fatal issues, errors, warnings, info, debug)" : "Alt (fatale problemer, feil, advarsler, info, debug)", @@ -329,6 +328,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "SQLite er spesielt frarådet om man bruker desktopklienten til filsynkronisering", "Experimental applications ahead" : "Eksperimentelle applikasjoner forut", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Eksperimentelle apper er ikke sjekket for sikkerhetsproblemer. De er nye eller de anses som ustabile og under stadig utvikling. Å installere slike apper kan forårsake tap av data eller brudd på sikkerheten.", + "Uninstall App" : "Avinstaller app", "Enable experimental apps" : "Aktiver eksperimentelle apper", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hei,<br><br>vil bare informere om at du nå har en %s-konto.<br><br>Brukernavnet ditt: %s<br>Gå dit: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hei,\n\nVil bare informere om at du nå har en %s-konto.\n\nBrukernavnet ditt: %s\nGå dit: %s\n\n", diff --git a/settings/l10n/nb_NO.json b/settings/l10n/nb_NO.json index 09552049cdb..af815d1feb1 100644 --- a/settings/l10n/nb_NO.json +++ b/settings/l10n/nb_NO.json @@ -52,7 +52,6 @@ "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Offisielle apper er utviklet av og innenfor miljøet, de byr på sentral funksjonalitet og er klare for bruk i produksjon.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Godkjente apper er utviklet av tiltrodde utviklere og har gjennomgått en rask sikkerhetssjekk. De vedlikeholdes aktivt i et åpent kode-depot og utviklerne anser dem for å være stabile for tidvis eller normal bruk.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Denne appen er ikke sjekket for sikkerhetsproblemer og er ny eller ansett for å være ustabil. Installer på egen risiko.", - "Please wait...." : "Vennligst vent...", "Error while disabling app" : "Deaktivering av app feilet", "Disable" : "Deaktiver ", "Enable" : "Aktiver", @@ -224,7 +223,6 @@ "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Denne appen har ingen høyeste versjon av Nextcloud definert. Dette vil være en feil i fremtiden.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Denne appen kan ikke installeres fordi følgende avhengigheter ikke er tilfredsstilt:", "Enable only for specific groups" : "Aktiver kun for visse grupper", - "Uninstall App" : "Avinstaller app", "SSL Root Certificates" : "SSL rotsertifikater", "Common Name" : "Vanlig navn", "Valid until" : "Gyldig til", @@ -308,6 +306,7 @@ "log-level out of allowed range" : "Loggnivå utenfor tillatt område", "Language changed" : "Språk endret", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ønsker du virkelig å legge til \"{domain}\" som klarert domene?", + "Please wait...." : "Vennligst vent...", "iPhone" : "iPhone", "add group" : "legg til gruppe", "Everything (fatal issues, errors, warnings, info, debug)" : "Alt (fatale problemer, feil, advarsler, info, debug)", @@ -327,6 +326,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "SQLite er spesielt frarådet om man bruker desktopklienten til filsynkronisering", "Experimental applications ahead" : "Eksperimentelle applikasjoner forut", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Eksperimentelle apper er ikke sjekket for sikkerhetsproblemer. De er nye eller de anses som ustabile og under stadig utvikling. Å installere slike apper kan forårsake tap av data eller brudd på sikkerheten.", + "Uninstall App" : "Avinstaller app", "Enable experimental apps" : "Aktiver eksperimentelle apper", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hei,<br><br>vil bare informere om at du nå har en %s-konto.<br><br>Brukernavnet ditt: %s<br>Gå dit: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hei,\n\nVil bare informere om at du nå har en %s-konto.\n\nBrukernavnet ditt: %s\nGå dit: %s\n\n", diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js index 2875154fbd2..c7bd380c955 100644 --- a/settings/l10n/nl.js +++ b/settings/l10n/nl.js @@ -58,7 +58,6 @@ OC.L10N.register( "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Officiële apps worden ontwikkeld door en binnen de community. Ze bieden centrale functionaliteit en zijn klaar voor productie.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Goedgekeurde apps zijn ontwikkeld door vertrouwde ontwikkelaars en hebben een beveiligingscontrole ondergaan. Ze worden actief onderhouden in een open code repository en hun ontwikkelaars vinden ze stabiel genoeg voor informeel of normaal gebruik.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Deze app is niet gecontroleerd op beveiligingsproblemen en is nieuw of staat bekend als onstabiel. Installeren op eigen risico.", - "Please wait...." : "Even geduld a.u.b.", "Error while disabling app" : "Fout tijdens het uitzetten van de app", "Disable" : "Uitschakelen", "Enable" : "Activeer", @@ -247,7 +246,6 @@ OC.L10N.register( "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Deze app heeft geen maximum Nextcloud versie toegewezen gekregen. In de toekomst wordt dit wordt een fout.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Deze app kan niet worden geïnstalleerd, omdat de volgende afhankelijkheden niet zijn ingevuld:", "Enable only for specific groups" : "Alleen voor bepaalde groepen activeren", - "Uninstall App" : "De-installeren app", "SSL Root Certificates" : "SSL Root Certificaten", "Common Name" : "Common Name", "Valid until" : "Geldig tot", @@ -342,6 +340,7 @@ OC.L10N.register( "log-level out of allowed range" : "loggingniveau buiten toegestane bereik", "Language changed" : "Taal aangepast", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Weet je zeker dat je \"{domain}\" als een vertrouwd domein wilt toevoegen?", + "Please wait...." : "Even geduld a.u.b.", "iPhone" : "iPhone", "add group" : "groep toevoegen", "Everything (fatal issues, errors, warnings, info, debug)" : "Alles (fatale problemen, fouten, waarschuwingen, info, debug)", @@ -361,6 +360,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Vooral wanneer de desktop client wordt gebruik voor bestandssynchronisatie wordt gebruik van sqlite afgeraden.", "Experimental applications ahead" : "Experimentele applicaties vooraan", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Experimentele apps zijn niet gecontroleerd op beveiligingsproblemen, zijn nieuw of staan bekend als instabiel en worden volop ontwikkeld. Installatie kan leiden tot gegevensverlies of beveiligingsincidenten.", + "Uninstall App" : "De-installeren app", "Enable experimental apps" : "Inschakelen experimentele apps", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hallo daar,<br><br>we willen je laten weten dat je nu een %s account hebt.<br><br>Je gebruikersnaam: %s<br>Ga naar: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nwe willen je laten weten dat je nu een %s account hebt.\n\nJe gebruikersnaam: %s\nGa naar: %s\n\n", diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json index 7cc83b182fe..d1b646ca9cd 100644 --- a/settings/l10n/nl.json +++ b/settings/l10n/nl.json @@ -56,7 +56,6 @@ "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Officiële apps worden ontwikkeld door en binnen de community. Ze bieden centrale functionaliteit en zijn klaar voor productie.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Goedgekeurde apps zijn ontwikkeld door vertrouwde ontwikkelaars en hebben een beveiligingscontrole ondergaan. Ze worden actief onderhouden in een open code repository en hun ontwikkelaars vinden ze stabiel genoeg voor informeel of normaal gebruik.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Deze app is niet gecontroleerd op beveiligingsproblemen en is nieuw of staat bekend als onstabiel. Installeren op eigen risico.", - "Please wait...." : "Even geduld a.u.b.", "Error while disabling app" : "Fout tijdens het uitzetten van de app", "Disable" : "Uitschakelen", "Enable" : "Activeer", @@ -245,7 +244,6 @@ "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Deze app heeft geen maximum Nextcloud versie toegewezen gekregen. In de toekomst wordt dit wordt een fout.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Deze app kan niet worden geïnstalleerd, omdat de volgende afhankelijkheden niet zijn ingevuld:", "Enable only for specific groups" : "Alleen voor bepaalde groepen activeren", - "Uninstall App" : "De-installeren app", "SSL Root Certificates" : "SSL Root Certificaten", "Common Name" : "Common Name", "Valid until" : "Geldig tot", @@ -340,6 +338,7 @@ "log-level out of allowed range" : "loggingniveau buiten toegestane bereik", "Language changed" : "Taal aangepast", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Weet je zeker dat je \"{domain}\" als een vertrouwd domein wilt toevoegen?", + "Please wait...." : "Even geduld a.u.b.", "iPhone" : "iPhone", "add group" : "groep toevoegen", "Everything (fatal issues, errors, warnings, info, debug)" : "Alles (fatale problemen, fouten, waarschuwingen, info, debug)", @@ -359,6 +358,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Vooral wanneer de desktop client wordt gebruik voor bestandssynchronisatie wordt gebruik van sqlite afgeraden.", "Experimental applications ahead" : "Experimentele applicaties vooraan", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Experimentele apps zijn niet gecontroleerd op beveiligingsproblemen, zijn nieuw of staan bekend als instabiel en worden volop ontwikkeld. Installatie kan leiden tot gegevensverlies of beveiligingsincidenten.", + "Uninstall App" : "De-installeren app", "Enable experimental apps" : "Inschakelen experimentele apps", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hallo daar,<br><br>we willen je laten weten dat je nu een %s account hebt.<br><br>Je gebruikersnaam: %s<br>Ga naar: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hallo,\n\nwe willen je laten weten dat je nu een %s account hebt.\n\nJe gebruikersnaam: %s\nGa naar: %s\n\n", diff --git a/settings/l10n/nn_NO.js b/settings/l10n/nn_NO.js index cef991514b1..8e55154fd83 100644 --- a/settings/l10n/nn_NO.js +++ b/settings/l10n/nn_NO.js @@ -15,7 +15,6 @@ OC.L10N.register( "Unable to remove user from group %s" : "Klarte ikkje fjerna brukaren frå gruppa %s", "Couldn't update app." : "Klarte ikkje oppdatera programmet.", "All" : "Alle", - "Please wait...." : "Ver venleg og vent …", "Error while disabling app" : "Klarte ikkje å skru av programmet", "Disable" : "Slå av", "Enable" : "Slå på", @@ -73,6 +72,7 @@ OC.L10N.register( "set new password" : "lag nytt passord", "Default" : "Standard", "Language changed" : "Språk endra", + "Please wait...." : "Ver venleg og vent …", "Log" : "Logg", "More" : "Meir", "Less" : "Mindre", diff --git a/settings/l10n/nn_NO.json b/settings/l10n/nn_NO.json index 2872655fd16..2fdd74a5424 100644 --- a/settings/l10n/nn_NO.json +++ b/settings/l10n/nn_NO.json @@ -13,7 +13,6 @@ "Unable to remove user from group %s" : "Klarte ikkje fjerna brukaren frå gruppa %s", "Couldn't update app." : "Klarte ikkje oppdatera programmet.", "All" : "Alle", - "Please wait...." : "Ver venleg og vent …", "Error while disabling app" : "Klarte ikkje å skru av programmet", "Disable" : "Slå av", "Enable" : "Slå på", @@ -71,6 +70,7 @@ "set new password" : "lag nytt passord", "Default" : "Standard", "Language changed" : "Språk endra", + "Please wait...." : "Ver venleg og vent …", "Log" : "Logg", "More" : "Meir", "Less" : "Mindre", diff --git a/settings/l10n/pl.js b/settings/l10n/pl.js index daeb2258589..0faa4a57daa 100644 --- a/settings/l10n/pl.js +++ b/settings/l10n/pl.js @@ -19,6 +19,7 @@ OC.L10N.register( "Unable to add group." : "Nie można dodać grupy.", "Unable to delete group." : "Nie można usunąć grupy.", "test email settings" : "przetestuj ustawienia email", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Wystąpił błąd podczas wysyłania wiadomości e-mail. Proszę zmienić swoje ustawienia. (Error: %s)", "Email sent" : "E-mail wysłany", "You need to set your user email before being able to send test emails." : "Musisz najpierw ustawić użytkownika e-mail, aby móc wysyłać wiadomości testowe.", "Invalid request" : "Nieprawidłowe żądanie", @@ -27,17 +28,21 @@ OC.L10N.register( "Unable to create user." : "Nie można utworzyć użytkownika.", "Your %s account was created" : "Twoje konto %s zostało stworzone", "Unable to delete user." : "Nie można usunąć użytkownika.", + "Settings saved" : "Ustawienia zachowane", "Unable to change full name" : "Nie można zmienić pełnej nazwy", + "Unable to change email address" : "Nie można zmienić adresu e-mail", "Your full name has been changed." : "Twoja pełna nazwa została zmieniona.", "Forbidden" : "Zabronione", "Invalid user" : "Nieprawidłowy użytkownik", "Unable to change mail address" : "Nie można zmienić adresu email", "Email saved" : "E-mail zapisany", + "Password confirmation is required" : "Wymagane jest potwierdzenie hasła", "Couldn't remove app." : "Nie można usunąć aplikacji.", "Admins can't remove themself from the admin group" : "Administratorzy nie mogą usunąć siebie samych z grupy administratorów", "Unable to add user to group %s" : "Nie można dodać użytkownika do grupy %s", "Unable to remove user from group %s" : "Nie można usunąć użytkownika z grupy %s", "Couldn't update app." : "Nie można uaktualnić aplikacji.", + "Are you really sure you want add {domain} as trusted domain?" : "Czy jesteś pewien/pewna że chcesz dodać \"{domain}\" jako zaufaną domenę?", "Add trusted domain" : "Dodaj zaufaną domenę", "Migration in progress. Please wait until the migration is finished" : "Trwa migracja. Proszę poczekać, aż migracja dobiegnie końca.", "Migration started …" : "Migracja rozpoczęta...", @@ -48,31 +53,41 @@ OC.L10N.register( "Update to %s" : "Uaktualnij do %s", "_You have %n app update pending_::_You have %n app updates pending_" : ["Masz %n oczekującą aktualizację aplikacji","Masz %n oczekujące aktualizacje aplikacji","Masz %n oczekujących aktualizacji aplikacji"], "No apps found for your version" : "Nie znaleziono aplikacji dla twojej wersji", - "Please wait...." : "Proszę czekać...", + "The app will be downloaded from the app store" : "Aplikacja zostanie pobrana z App Store", "Error while disabling app" : "Błąd podczas wyłączania aplikacji", "Disable" : "Wyłącz", "Enable" : "Włącz", "Error while enabling app" : "Błąd podczas włączania aplikacji", + "Error: this app cannot be enabled because it makes the server unstable" : "Błąd: ta aplikacja nie może być włączona, ponieważ sprawia, że serwer jest niestabilny", + "Error: could not disable broken app" : "Błąd: nie można wyłączyć zepsutą aplikację", + "Error while disabling broken app" : "Błąd podczas wyłączania zepsutej aplikacji", "Updating...." : "Aktualizacja w toku...", "Error while updating app" : "Błąd podczas aktualizacji aplikacji", "Updated" : "Zaktualizowano", "Uninstalling ...." : "Odinstalowywanie....", "Error while uninstalling app" : "Błąd przy odinstalowywaniu aplikacji", "Uninstall" : "Odinstaluj", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Aplikacja została włączona i musi być aktualizowana. Zostaniesz przekierowany na stronę aktualizacji za 5 sekund.", "App update" : "Aktualizacja aplikacji", "Approved" : "Zatwierdzony", "Experimental" : "Eksperymentalny", + "No apps found for {query}" : "Nie znaleziono aplikacji dla {query}", + "Allow filesystem access" : "Zezwalaj na dostęp do systemu plików", "Disconnect" : "Odłącz", + "Revoke" : "Cofnij", "Internet Explorer" : "Internet Explorer", "Edge" : "Edge", "Firefox" : "Firefox", "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome dla Android", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", "iOS Client" : "Klient iOS", "Android Client" : "Klient Android", "Sync client - {os}" : "Klient synchronizacji - {os}", "This session" : "Ta sesja", + "Copy" : "Skopiuj", "Copied!" : "Skopiowano!", "Not supported!" : "Nieobsługiwany!", "Press ⌘-C to copy." : "Wciśnij ⌘-C by skopiować.", @@ -80,8 +95,17 @@ OC.L10N.register( "Error while loading browser sessions and device tokens" : "Błąd podczas ładowania sesji przeglądarek i tokenów urządzeń", "Error while creating device token" : "Błąd podczas tworzenia tokena urządzenia.", "Error while deleting the token" : "Błąd podczas usuwania tokena.", + "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Wystąpił błąd. Proszę przesłać certyfikat PEM w kodowaniu ASCII.", "Valid until {date}" : "Ważny do {date}", "Delete" : "Usuń", + "Local" : "Lokalny", + "Private" : "Prywatny", + "Only visible to local users" : "Widoczne tylko dla użytkowników lokalnych", + "Only visible to you" : "Widoczne tylko dla Ciebie", + "Contacts" : "Kontakty", + "Visible to local users and to trusted servers" : "Widoczne dla lokalnych użytkowników i zaufanych serwerów", + "Public" : "Publiczny", + "Will be synced to a global and public address book" : "Będą zsynchronizowane z globalną i publiczną książką adresową", "Select a profile picture" : "Wybierz zdjęcie profilu", "Very weak password" : "Bardzo słabe hasło", "Weak password" : "Słabe hasło", @@ -97,9 +121,11 @@ OC.L10N.register( "never" : "nigdy", "deleted {userName}" : "usunięto {userName}", "Add group" : "Dodaj grupę", + "Invalid quota value \"{val}\"" : "Nieprawidłowa wartość quota \"{val}\"", "no group" : "brak grupy", "Password successfully changed" : "Zmiana hasła udana.", "Changing the password will result in data loss, because data recovery is not available for this user" : "Zmiana hasła spowoduje utratę danych, ponieważ odzyskiwanie danych nie jest włączone dla tego użytkownika", + "Could not change the users email" : "Nie można zmienić adresu e-mail użytkowników", "A valid username must be provided" : "Należy podać prawidłową nazwę użytkownika", "Error creating user: {message}" : "Błąd podczas tworzenia użytkownika: {message}", "A valid password must be provided" : "Należy podać prawidłowe hasło", @@ -135,10 +161,13 @@ OC.L10N.register( "Send email" : "Wyślij email", "Server-side encryption" : "Szyfrowanie po stronie serwera", "Enable server-side encryption" : "Włącz szyfrowanie po stronie serwera", + "Please read carefully before activating server-side encryption: " : "Proszę przeczytać uważnie przed aktywowaniem szyfrowania po stronie serwera:", "Be aware that encryption always increases the file size." : "Należy pamiętać, że szyfrowanie zawsze zwiększa rozmiar pliku.", "This is the final warning: Do you really want to enable encryption?" : "To ostatnie ostrzeżenie: Czy na pewno chcesz włączyć szyfrowanie?", "Enable encryption" : "Włącz szyfrowanie", + "No encryption module loaded, please enable an encryption module in the app menu." : "Moduł szyfrowania nie jest załadowany, należy włączyć moduł szyfrowania w menu aplikacji.", "Select default encryption module:" : "Wybierz domyślny moduł szyfrujący:", + "Start migration" : "Rozpocznij migrację", "Security & setup warnings" : "Ostrzeżenia bezpieczeństwa i konfiguracji", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Wygląda na to, że ustawienia PHP ucinają bloki wklejonych dokumentów. To sprawi, że niektóre wbudowane aplikacje będą niedostępne.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dzieje się tak prawdopodobnie przez cache lub akcelerator taki jak Zend OPcache lub eAccelerator.", @@ -146,6 +175,8 @@ OC.L10N.register( "System locale can not be set to a one which supports UTF-8." : "Ustawienia regionalne systemu nie można ustawić na jeden, który obsługuje UTF-8.", "This means that there might be problems with certain characters in file names." : "Oznacza to, że mogą być problemy z niektórymi znakami w nazwach plików.", "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Zalecamy instalację na Twoim systemie komponentów wymaganych do obsługi języków: %s", + "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Nie było możliwe do wykonania przez cron CLI. Pojawiły się następujące błędy techniczne:", + "All checks passed." : "Wszystkie testy przeszły poprawnie.", "Cron" : "Cron", "Last cron job execution: %s." : "Ostatnie wykonanie zadania przez cron: %s.", "Last cron job execution: %s. Something seems wrong." : "Ostatnie wykonanie zadania przez cron: %s. Wydaje się być błędny.", @@ -153,6 +184,7 @@ OC.L10N.register( "Execute one task with each page loaded" : "Wykonuj jedno zadanie wraz z każdą wczytaną stroną", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php jest zarejestrowany w serwisie webcron do uruchamiania cron.php raz na 15 minut przez http.", "Use system's cron service to call the cron.php file every 15 minutes." : "Użyj systemowej usługi cron do wywoływania cron.php co 15 minut.", + "The cron.php needs to be executed by the system user \"%s\"." : "Cron.php musi być wykonywany przez użytkownika systemu \"%s\".", "Version" : "Wersja", "Sharing" : "Udostępnianie", "Allow apps to use the Share API" : "Zezwalaj aplikacjom na korzystanie z API udostępniania", @@ -170,6 +202,7 @@ OC.L10N.register( "These groups will still be able to receive shares, but not to initiate them." : "Grupy te nadal będą mogli otrzymywać udostępnione udziały, ale nie do ich inicjowania.", "Allow username autocompletion in share dialog. If this is disabled the full username needs to be entered." : "Pozwól użytkownikowi na autouzupełnianie w oknie użytkownika. Jeśli ta opcja jest wyłączona, to pełna nazwa musi być wprowadzona.", "Tips & tricks" : "Porady i wskazówki", + "This is particularly recommended when using the desktop client for file synchronisation." : "Jest to szczególnie zalecane w przypadku korzystania z desktopowego klienta do synchronizacji plików.", "How to do backups" : "Jak zrobić kopie zapasowe", "Advanced monitoring" : "Zaawansowane monitorowanie", "Performance tuning" : "Podnoszenie wydajności", @@ -177,6 +210,7 @@ OC.L10N.register( "Theming" : "Motyw", "Hardening and security guidance" : "Kierowanie i wzmacnianie bezpieczeństwa", "Developer documentation" : "Dokumentacja dewelopera", + "by %s" : "przez %s", "Documentation:" : "Dokumentacja:", "User documentation" : "Dokumentacja użytkownika", "Admin documentation" : "Dokumentacja Administratora", @@ -185,9 +219,10 @@ OC.L10N.register( "Show description …" : "Pokaż opis ...", "Hide description …" : "Ukryj opis ...", "This app has an update available." : "Ta aplikacja ma dostępną aktualizację.", + "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Ta aplikacja nie ma przypisanej minimalnej wersji Nextcloud. W przyszłości będzie to błąd.", + "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Ta aplikacja nie ma przypisanej maksymalnej wersji Nextcloud. W przyszłości będzie to błąd.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Ta aplikacja nie może być zainstalowana, ponieważ nie są spełnione następujące zależności:", "Enable only for specific groups" : "Włącz tylko dla określonych grup", - "Uninstall App" : "Odinstaluj aplikację", "Common Name" : "Nazwa CN", "Valid until" : "Ważny do", "Issued By" : "Wydany przez", @@ -197,6 +232,7 @@ OC.L10N.register( "Administrator documentation" : "Dokumentacja Administratora", "Online documentation" : "Dokumentacja Online", "Forum" : "Forum", + "Getting help" : "Otrzymać pomoc", "Commercial support" : "Wsparcie komercyjne", "You are using <strong>%s</strong> of <strong>%s</strong>" : "Używasz <strong>%s</strong> z <strong>%s</strong>", "Profile picture" : "Zdjęcie profilu", @@ -204,6 +240,7 @@ OC.L10N.register( "Select from Files" : "Wybierz z Plików", "Remove image" : "Usuń zdjęcie", "png or jpg, max. 20 MB" : "png lub jpg, maks. 20 MB", + "Picture provided by original account" : "Zdjęcie dostarczone przez oryginalne konto", "Cancel" : "Anuluj", "Choose as profile picture" : "Wybierz zdjęcie profilu", "Full name" : "Pełna nazwa", @@ -212,6 +249,13 @@ OC.L10N.register( "Your email address" : "Twój adres e-mail", "No email address set" : "Brak adresu email", "For password recovery and notifications" : "W celu odzyskania hasła i powiadomień", + "Phone number" : "Numer telefonu", + "Your phone number" : "Twój numer telefonu", + "Address" : "Adres", + "Your postal address" : "Twój kod pocztowy", + "Website" : "Strona WWW", + "Your website" : "Twoja strona WWW", + "Twitter" : "Twitter", "You are member of the following groups:" : "Jesteś członkiem następujących grup:", "Password" : "Hasło", "Current password" : "Bieżące hasło", @@ -232,10 +276,14 @@ OC.L10N.register( "App name" : "Nazwa aplikacji", "Create new app password" : "Utwórz nowe hasło do aplikacji", "Use the credentials below to configure your app or device." : "Skonfiguruj aplikację lub urządzenie, aby skorzystać z poniższego poświadczenia.", + "For security reasons this password will only be shown once." : "Ze względów bezpieczeństwa hasło zostanie pokazane tylko raz.", "Username" : "Nazwa użytkownika", "Done" : "Ukończono", "Follow us on Google Plus!" : "Śledź nas na Google Plus!", "Like our facebook page!" : "Polub naszą stronę na Facebook!", + "Subscribe to our twitter channel!" : "Zapisz się do naszego kanału na Twitterze!", + "Subscribe to our news feed!" : "Zapisz się do naszego kanału informacyjnego!", + "Subscribe to our newsletter!" : "Zapisz się do naszego newslettera!", "Show storage location" : "Pokaż miejsce przechowywania", "Show last log in" : "Pokaż ostatni login", "Show user backend" : "Pokaż moduł użytkownika", @@ -245,6 +293,7 @@ OC.L10N.register( "Create" : "Utwórz", "Admin Recovery Password" : "Hasło klucza odzyskiwania", "Enter the recovery password in order to recover the users files during password change" : "Wpisz hasło odzyskiwania, aby odzyskać pliki użytkowników podczas zmiany hasła", + "Group name" : "Nazwa grupy", "Everyone" : "Wszyscy", "Admins" : "Administratorzy", "Default quota" : "Domyślny udział", @@ -253,6 +302,7 @@ OC.L10N.register( "Group admin for" : "Grupa admin dla", "Quota" : "Udział", "Storage location" : "Lokalizacja magazynu", + "User backend" : "Moduł użytkownika", "Last login" : "Ostatnio zalogowany", "change full name" : "Zmień pełna nazwę", "set new password" : "ustaw nowe hasło", @@ -261,6 +311,7 @@ OC.L10N.register( "log-level out of allowed range" : "wartość log-level spoza dozwolonego zakresu", "Language changed" : "Zmieniono język", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Czy jesteś pewien/pewna że chcesz dodać \"{domain}\" jako zaufaną domenę?", + "Please wait...." : "Proszę czekać...", "iPhone" : "iPhone", "add group" : "dodaj grupę", "Everything (fatal issues, errors, warnings, info, debug)" : "Wszystko (Informacje, ostrzeżenia, błędy i poważne problemy, debug)", @@ -276,6 +327,7 @@ OC.L10N.register( "The logfile is bigger than 100 MB. Downloading it may take some time!" : "Plik log jest większy niż 100MB. Ściąganie może trochę potrwać!", "Allow users to send mail notification for shared files" : "Zezwól użytkownikom na wysyłanie powiadomień email dla udostępnionych plików", "Allow users to send mail notification for shared files to other users" : "Zezwalaj użytkownikom na wysyłanie powiadomień pocztą dla współdzielonych plików do innych użytkowników", + "Uninstall App" : "Odinstaluj aplikację", "Enable experimental apps" : "Włącz eksperymentalne aplikacje", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Witaj,<br><br>informujemy, że teraz masz konto na %s .<br><br>Twoja nazwa użytkownika: %s<br>Dostęp pod adresem: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Witaj,\n\ninformujemy, że teraz masz konto na %s .\n\nTwoja nazwa użytkownika:: %s\nDostęp pod adresem: %s\n\n", @@ -283,13 +335,18 @@ OC.L10N.register( "Group" : "Grupa", "Default Quota" : "Domyślny udział", "Full Name" : "Pełna nazwa", + "Group Admin for" : "Grupa Admin dla", "Storage Location" : "Lokalizacja magazynu", + "User Backend" : "Moduł użytkownika", "Last Login" : "Ostatnio zalogowany", "APCu" : "APCu", "Redis" : "Redis", - "External Storage" : "Zewnętrzna zasoby dyskowe", + "External Storage" : "Zewnętrzne zasoby dyskowe", "Updates" : "Aktualizacje", + "No apps found for \"{query}\"" : "Nie znaleziono aplikacji dla \"{query}\"", "An error occurred: {message}" : "Wystąpił błąd: {message}", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Twój serwer działa na platformie Windows. Zalecamy Linuxa dla optymalnych doświadczeń użytkownika." + "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Twój serwer działa na platformie Windows. Zalecamy Linuxa dla optymalnych doświadczeń użytkownika.", + "This app has no minimum Nextcloud version assigned. This will be an error in Nextcloud 11 and later." : "Ta aplikacja nie ma przypisanej minimalnej wersji Nextcloud. W przyszłości będzie to błąd w Nextcloud 11 i późniejszych.", + "This app has no maximum Nextcloud version assigned. This will be an error in Nextcloud 11 and later." : "Ta aplikacja nie ma przypisanej minimalnej wersji Nextcloud. W przyszłości będzie to błąd w Nextcloud 11 i późniejszych." }, "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/settings/l10n/pl.json b/settings/l10n/pl.json index 035dcea7514..f5bd1080e05 100644 --- a/settings/l10n/pl.json +++ b/settings/l10n/pl.json @@ -17,6 +17,7 @@ "Unable to add group." : "Nie można dodać grupy.", "Unable to delete group." : "Nie można usunąć grupy.", "test email settings" : "przetestuj ustawienia email", + "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Wystąpił błąd podczas wysyłania wiadomości e-mail. Proszę zmienić swoje ustawienia. (Error: %s)", "Email sent" : "E-mail wysłany", "You need to set your user email before being able to send test emails." : "Musisz najpierw ustawić użytkownika e-mail, aby móc wysyłać wiadomości testowe.", "Invalid request" : "Nieprawidłowe żądanie", @@ -25,17 +26,21 @@ "Unable to create user." : "Nie można utworzyć użytkownika.", "Your %s account was created" : "Twoje konto %s zostało stworzone", "Unable to delete user." : "Nie można usunąć użytkownika.", + "Settings saved" : "Ustawienia zachowane", "Unable to change full name" : "Nie można zmienić pełnej nazwy", + "Unable to change email address" : "Nie można zmienić adresu e-mail", "Your full name has been changed." : "Twoja pełna nazwa została zmieniona.", "Forbidden" : "Zabronione", "Invalid user" : "Nieprawidłowy użytkownik", "Unable to change mail address" : "Nie można zmienić adresu email", "Email saved" : "E-mail zapisany", + "Password confirmation is required" : "Wymagane jest potwierdzenie hasła", "Couldn't remove app." : "Nie można usunąć aplikacji.", "Admins can't remove themself from the admin group" : "Administratorzy nie mogą usunąć siebie samych z grupy administratorów", "Unable to add user to group %s" : "Nie można dodać użytkownika do grupy %s", "Unable to remove user from group %s" : "Nie można usunąć użytkownika z grupy %s", "Couldn't update app." : "Nie można uaktualnić aplikacji.", + "Are you really sure you want add {domain} as trusted domain?" : "Czy jesteś pewien/pewna że chcesz dodać \"{domain}\" jako zaufaną domenę?", "Add trusted domain" : "Dodaj zaufaną domenę", "Migration in progress. Please wait until the migration is finished" : "Trwa migracja. Proszę poczekać, aż migracja dobiegnie końca.", "Migration started …" : "Migracja rozpoczęta...", @@ -46,31 +51,41 @@ "Update to %s" : "Uaktualnij do %s", "_You have %n app update pending_::_You have %n app updates pending_" : ["Masz %n oczekującą aktualizację aplikacji","Masz %n oczekujące aktualizacje aplikacji","Masz %n oczekujących aktualizacji aplikacji"], "No apps found for your version" : "Nie znaleziono aplikacji dla twojej wersji", - "Please wait...." : "Proszę czekać...", + "The app will be downloaded from the app store" : "Aplikacja zostanie pobrana z App Store", "Error while disabling app" : "Błąd podczas wyłączania aplikacji", "Disable" : "Wyłącz", "Enable" : "Włącz", "Error while enabling app" : "Błąd podczas włączania aplikacji", + "Error: this app cannot be enabled because it makes the server unstable" : "Błąd: ta aplikacja nie może być włączona, ponieważ sprawia, że serwer jest niestabilny", + "Error: could not disable broken app" : "Błąd: nie można wyłączyć zepsutą aplikację", + "Error while disabling broken app" : "Błąd podczas wyłączania zepsutej aplikacji", "Updating...." : "Aktualizacja w toku...", "Error while updating app" : "Błąd podczas aktualizacji aplikacji", "Updated" : "Zaktualizowano", "Uninstalling ...." : "Odinstalowywanie....", "Error while uninstalling app" : "Błąd przy odinstalowywaniu aplikacji", "Uninstall" : "Odinstaluj", + "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Aplikacja została włączona i musi być aktualizowana. Zostaniesz przekierowany na stronę aktualizacji za 5 sekund.", "App update" : "Aktualizacja aplikacji", "Approved" : "Zatwierdzony", "Experimental" : "Eksperymentalny", + "No apps found for {query}" : "Nie znaleziono aplikacji dla {query}", + "Allow filesystem access" : "Zezwalaj na dostęp do systemu plików", "Disconnect" : "Odłącz", + "Revoke" : "Cofnij", "Internet Explorer" : "Internet Explorer", "Edge" : "Edge", "Firefox" : "Firefox", "Google Chrome" : "Google Chrome", "Safari" : "Safari", "Google Chrome for Android" : "Google Chrome dla Android", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", "iOS Client" : "Klient iOS", "Android Client" : "Klient Android", "Sync client - {os}" : "Klient synchronizacji - {os}", "This session" : "Ta sesja", + "Copy" : "Skopiuj", "Copied!" : "Skopiowano!", "Not supported!" : "Nieobsługiwany!", "Press ⌘-C to copy." : "Wciśnij ⌘-C by skopiować.", @@ -78,8 +93,17 @@ "Error while loading browser sessions and device tokens" : "Błąd podczas ładowania sesji przeglądarek i tokenów urządzeń", "Error while creating device token" : "Błąd podczas tworzenia tokena urządzenia.", "Error while deleting the token" : "Błąd podczas usuwania tokena.", + "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Wystąpił błąd. Proszę przesłać certyfikat PEM w kodowaniu ASCII.", "Valid until {date}" : "Ważny do {date}", "Delete" : "Usuń", + "Local" : "Lokalny", + "Private" : "Prywatny", + "Only visible to local users" : "Widoczne tylko dla użytkowników lokalnych", + "Only visible to you" : "Widoczne tylko dla Ciebie", + "Contacts" : "Kontakty", + "Visible to local users and to trusted servers" : "Widoczne dla lokalnych użytkowników i zaufanych serwerów", + "Public" : "Publiczny", + "Will be synced to a global and public address book" : "Będą zsynchronizowane z globalną i publiczną książką adresową", "Select a profile picture" : "Wybierz zdjęcie profilu", "Very weak password" : "Bardzo słabe hasło", "Weak password" : "Słabe hasło", @@ -95,9 +119,11 @@ "never" : "nigdy", "deleted {userName}" : "usunięto {userName}", "Add group" : "Dodaj grupę", + "Invalid quota value \"{val}\"" : "Nieprawidłowa wartość quota \"{val}\"", "no group" : "brak grupy", "Password successfully changed" : "Zmiana hasła udana.", "Changing the password will result in data loss, because data recovery is not available for this user" : "Zmiana hasła spowoduje utratę danych, ponieważ odzyskiwanie danych nie jest włączone dla tego użytkownika", + "Could not change the users email" : "Nie można zmienić adresu e-mail użytkowników", "A valid username must be provided" : "Należy podać prawidłową nazwę użytkownika", "Error creating user: {message}" : "Błąd podczas tworzenia użytkownika: {message}", "A valid password must be provided" : "Należy podać prawidłowe hasło", @@ -133,10 +159,13 @@ "Send email" : "Wyślij email", "Server-side encryption" : "Szyfrowanie po stronie serwera", "Enable server-side encryption" : "Włącz szyfrowanie po stronie serwera", + "Please read carefully before activating server-side encryption: " : "Proszę przeczytać uważnie przed aktywowaniem szyfrowania po stronie serwera:", "Be aware that encryption always increases the file size." : "Należy pamiętać, że szyfrowanie zawsze zwiększa rozmiar pliku.", "This is the final warning: Do you really want to enable encryption?" : "To ostatnie ostrzeżenie: Czy na pewno chcesz włączyć szyfrowanie?", "Enable encryption" : "Włącz szyfrowanie", + "No encryption module loaded, please enable an encryption module in the app menu." : "Moduł szyfrowania nie jest załadowany, należy włączyć moduł szyfrowania w menu aplikacji.", "Select default encryption module:" : "Wybierz domyślny moduł szyfrujący:", + "Start migration" : "Rozpocznij migrację", "Security & setup warnings" : "Ostrzeżenia bezpieczeństwa i konfiguracji", "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Wygląda na to, że ustawienia PHP ucinają bloki wklejonych dokumentów. To sprawi, że niektóre wbudowane aplikacje będą niedostępne.", "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dzieje się tak prawdopodobnie przez cache lub akcelerator taki jak Zend OPcache lub eAccelerator.", @@ -144,6 +173,8 @@ "System locale can not be set to a one which supports UTF-8." : "Ustawienia regionalne systemu nie można ustawić na jeden, który obsługuje UTF-8.", "This means that there might be problems with certain characters in file names." : "Oznacza to, że mogą być problemy z niektórymi znakami w nazwach plików.", "We strongly suggest installing the required packages on your system to support one of the following locales: %s." : "Zalecamy instalację na Twoim systemie komponentów wymaganych do obsługi języków: %s", + "It was not possible to execute the cronjob via CLI. The following technical errors have appeared:" : "Nie było możliwe do wykonania przez cron CLI. Pojawiły się następujące błędy techniczne:", + "All checks passed." : "Wszystkie testy przeszły poprawnie.", "Cron" : "Cron", "Last cron job execution: %s." : "Ostatnie wykonanie zadania przez cron: %s.", "Last cron job execution: %s. Something seems wrong." : "Ostatnie wykonanie zadania przez cron: %s. Wydaje się być błędny.", @@ -151,6 +182,7 @@ "Execute one task with each page loaded" : "Wykonuj jedno zadanie wraz z każdą wczytaną stroną", "cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php jest zarejestrowany w serwisie webcron do uruchamiania cron.php raz na 15 minut przez http.", "Use system's cron service to call the cron.php file every 15 minutes." : "Użyj systemowej usługi cron do wywoływania cron.php co 15 minut.", + "The cron.php needs to be executed by the system user \"%s\"." : "Cron.php musi być wykonywany przez użytkownika systemu \"%s\".", "Version" : "Wersja", "Sharing" : "Udostępnianie", "Allow apps to use the Share API" : "Zezwalaj aplikacjom na korzystanie z API udostępniania", @@ -168,6 +200,7 @@ "These groups will still be able to receive shares, but not to initiate them." : "Grupy te nadal będą mogli otrzymywać udostępnione udziały, ale nie do ich inicjowania.", "Allow username autocompletion in share dialog. If this is disabled the full username needs to be entered." : "Pozwól użytkownikowi na autouzupełnianie w oknie użytkownika. Jeśli ta opcja jest wyłączona, to pełna nazwa musi być wprowadzona.", "Tips & tricks" : "Porady i wskazówki", + "This is particularly recommended when using the desktop client for file synchronisation." : "Jest to szczególnie zalecane w przypadku korzystania z desktopowego klienta do synchronizacji plików.", "How to do backups" : "Jak zrobić kopie zapasowe", "Advanced monitoring" : "Zaawansowane monitorowanie", "Performance tuning" : "Podnoszenie wydajności", @@ -175,6 +208,7 @@ "Theming" : "Motyw", "Hardening and security guidance" : "Kierowanie i wzmacnianie bezpieczeństwa", "Developer documentation" : "Dokumentacja dewelopera", + "by %s" : "przez %s", "Documentation:" : "Dokumentacja:", "User documentation" : "Dokumentacja użytkownika", "Admin documentation" : "Dokumentacja Administratora", @@ -183,9 +217,10 @@ "Show description …" : "Pokaż opis ...", "Hide description …" : "Ukryj opis ...", "This app has an update available." : "Ta aplikacja ma dostępną aktualizację.", + "This app has no minimum Nextcloud version assigned. This will be an error in the future." : "Ta aplikacja nie ma przypisanej minimalnej wersji Nextcloud. W przyszłości będzie to błąd.", + "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Ta aplikacja nie ma przypisanej maksymalnej wersji Nextcloud. W przyszłości będzie to błąd.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Ta aplikacja nie może być zainstalowana, ponieważ nie są spełnione następujące zależności:", "Enable only for specific groups" : "Włącz tylko dla określonych grup", - "Uninstall App" : "Odinstaluj aplikację", "Common Name" : "Nazwa CN", "Valid until" : "Ważny do", "Issued By" : "Wydany przez", @@ -195,6 +230,7 @@ "Administrator documentation" : "Dokumentacja Administratora", "Online documentation" : "Dokumentacja Online", "Forum" : "Forum", + "Getting help" : "Otrzymać pomoc", "Commercial support" : "Wsparcie komercyjne", "You are using <strong>%s</strong> of <strong>%s</strong>" : "Używasz <strong>%s</strong> z <strong>%s</strong>", "Profile picture" : "Zdjęcie profilu", @@ -202,6 +238,7 @@ "Select from Files" : "Wybierz z Plików", "Remove image" : "Usuń zdjęcie", "png or jpg, max. 20 MB" : "png lub jpg, maks. 20 MB", + "Picture provided by original account" : "Zdjęcie dostarczone przez oryginalne konto", "Cancel" : "Anuluj", "Choose as profile picture" : "Wybierz zdjęcie profilu", "Full name" : "Pełna nazwa", @@ -210,6 +247,13 @@ "Your email address" : "Twój adres e-mail", "No email address set" : "Brak adresu email", "For password recovery and notifications" : "W celu odzyskania hasła i powiadomień", + "Phone number" : "Numer telefonu", + "Your phone number" : "Twój numer telefonu", + "Address" : "Adres", + "Your postal address" : "Twój kod pocztowy", + "Website" : "Strona WWW", + "Your website" : "Twoja strona WWW", + "Twitter" : "Twitter", "You are member of the following groups:" : "Jesteś członkiem następujących grup:", "Password" : "Hasło", "Current password" : "Bieżące hasło", @@ -230,10 +274,14 @@ "App name" : "Nazwa aplikacji", "Create new app password" : "Utwórz nowe hasło do aplikacji", "Use the credentials below to configure your app or device." : "Skonfiguruj aplikację lub urządzenie, aby skorzystać z poniższego poświadczenia.", + "For security reasons this password will only be shown once." : "Ze względów bezpieczeństwa hasło zostanie pokazane tylko raz.", "Username" : "Nazwa użytkownika", "Done" : "Ukończono", "Follow us on Google Plus!" : "Śledź nas na Google Plus!", "Like our facebook page!" : "Polub naszą stronę na Facebook!", + "Subscribe to our twitter channel!" : "Zapisz się do naszego kanału na Twitterze!", + "Subscribe to our news feed!" : "Zapisz się do naszego kanału informacyjnego!", + "Subscribe to our newsletter!" : "Zapisz się do naszego newslettera!", "Show storage location" : "Pokaż miejsce przechowywania", "Show last log in" : "Pokaż ostatni login", "Show user backend" : "Pokaż moduł użytkownika", @@ -243,6 +291,7 @@ "Create" : "Utwórz", "Admin Recovery Password" : "Hasło klucza odzyskiwania", "Enter the recovery password in order to recover the users files during password change" : "Wpisz hasło odzyskiwania, aby odzyskać pliki użytkowników podczas zmiany hasła", + "Group name" : "Nazwa grupy", "Everyone" : "Wszyscy", "Admins" : "Administratorzy", "Default quota" : "Domyślny udział", @@ -251,6 +300,7 @@ "Group admin for" : "Grupa admin dla", "Quota" : "Udział", "Storage location" : "Lokalizacja magazynu", + "User backend" : "Moduł użytkownika", "Last login" : "Ostatnio zalogowany", "change full name" : "Zmień pełna nazwę", "set new password" : "ustaw nowe hasło", @@ -259,6 +309,7 @@ "log-level out of allowed range" : "wartość log-level spoza dozwolonego zakresu", "Language changed" : "Zmieniono język", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Czy jesteś pewien/pewna że chcesz dodać \"{domain}\" jako zaufaną domenę?", + "Please wait...." : "Proszę czekać...", "iPhone" : "iPhone", "add group" : "dodaj grupę", "Everything (fatal issues, errors, warnings, info, debug)" : "Wszystko (Informacje, ostrzeżenia, błędy i poważne problemy, debug)", @@ -274,6 +325,7 @@ "The logfile is bigger than 100 MB. Downloading it may take some time!" : "Plik log jest większy niż 100MB. Ściąganie może trochę potrwać!", "Allow users to send mail notification for shared files" : "Zezwól użytkownikom na wysyłanie powiadomień email dla udostępnionych plików", "Allow users to send mail notification for shared files to other users" : "Zezwalaj użytkownikom na wysyłanie powiadomień pocztą dla współdzielonych plików do innych użytkowników", + "Uninstall App" : "Odinstaluj aplikację", "Enable experimental apps" : "Włącz eksperymentalne aplikacje", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Witaj,<br><br>informujemy, że teraz masz konto na %s .<br><br>Twoja nazwa użytkownika: %s<br>Dostęp pod adresem: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Witaj,\n\ninformujemy, że teraz masz konto na %s .\n\nTwoja nazwa użytkownika:: %s\nDostęp pod adresem: %s\n\n", @@ -281,13 +333,18 @@ "Group" : "Grupa", "Default Quota" : "Domyślny udział", "Full Name" : "Pełna nazwa", + "Group Admin for" : "Grupa Admin dla", "Storage Location" : "Lokalizacja magazynu", + "User Backend" : "Moduł użytkownika", "Last Login" : "Ostatnio zalogowany", "APCu" : "APCu", "Redis" : "Redis", - "External Storage" : "Zewnętrzna zasoby dyskowe", + "External Storage" : "Zewnętrzne zasoby dyskowe", "Updates" : "Aktualizacje", + "No apps found for \"{query}\"" : "Nie znaleziono aplikacji dla \"{query}\"", "An error occurred: {message}" : "Wystąpił błąd: {message}", - "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Twój serwer działa na platformie Windows. Zalecamy Linuxa dla optymalnych doświadczeń użytkownika." + "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Twój serwer działa na platformie Windows. Zalecamy Linuxa dla optymalnych doświadczeń użytkownika.", + "This app has no minimum Nextcloud version assigned. This will be an error in Nextcloud 11 and later." : "Ta aplikacja nie ma przypisanej minimalnej wersji Nextcloud. W przyszłości będzie to błąd w Nextcloud 11 i późniejszych.", + "This app has no maximum Nextcloud version assigned. This will be an error in Nextcloud 11 and later." : "Ta aplikacja nie ma przypisanej minimalnej wersji Nextcloud. W przyszłości będzie to błąd w Nextcloud 11 i późniejszych." },"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" }
\ No newline at end of file diff --git a/settings/l10n/pt_BR.js b/settings/l10n/pt_BR.js index ce8433c25b7..5d1e10da7a5 100644 --- a/settings/l10n/pt_BR.js +++ b/settings/l10n/pt_BR.js @@ -58,7 +58,6 @@ OC.L10N.register( "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Aplicativos oficiais são desenvolvidos pela comunidade e dentro da comunidade. Eles oferecem funcionalidades centrais e estão prontos para uso em produção.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Aplicativos aprovados são desenvolvidos pelos desenvolvedores confiáveis e passaram por uma verificação de segurança superficial. Eles são ativamente mantidos em um repositório de código aberto e seus mantenedores consideram que eles para sejam estáveis para um casual uso normal.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Este aplicativo não foi verificado para as questões de segurança e é novo ou conhecido por ser instável. Instale por seu próprio risco.", - "Please wait...." : "Por favor, aguarde...", "Error while disabling app" : "Erro enquanto desabilitava o aplicativo", "Disable" : "Desabilitar", "Enable" : "Habilitar", @@ -247,7 +246,6 @@ OC.L10N.register( "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Este aplicativo não possui versão máxima atribuida para uso no Nextcloud. Isto poderá se converter em um erro no futuro.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Este aplicativo não pode ser instalado porque as seguintes dependências não forão cumpridas:", "Enable only for specific groups" : "Ativar apenas para grupos específicos", - "Uninstall App" : "Desinstalar Aplicativo", "SSL Root Certificates" : "Certificados Raiz SSL", "Common Name" : "Nome", "Valid until" : "Válido até", @@ -342,6 +340,7 @@ OC.L10N.register( "log-level out of allowed range" : "log-nível acima do permitido", "Language changed" : "Idioma alterado", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Deseja realemente adicionar \"{domain}\" como domínio confiável?", + "Please wait...." : "Por favor, aguarde...", "iPhone" : "iPhone", "add group" : "adicionar grupo", "Everything (fatal issues, errors, warnings, info, debug)" : "Tudo (questões fatais, erros, avisos, informações, depuração)", @@ -361,6 +360,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Especialmente quando se utiliza o cliente de desktop para sincronização de arquivos o uso de SQLite é desencorajado.", "Experimental applications ahead" : "Aplicações experimentais à frente", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Aplicativos experimentais não são marcados por questões de segurança, por serem novos ou conhecidos como instáveis e sob forte desenvolvimento. Instalá-los pode causar perda de dados ou falhas de segurança.", + "Uninstall App" : "Desinstalar Aplicativo", "Enable experimental apps" : "Habilitar aplicativos experimentais", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Olá,<br><br>somente para lembrar que agora você tem uma conta %s.<br><br>Seu nome de usuário é: %s<br>Acesse em: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Olá,\n\nsomente para lembrar que agora você tem uma conta %s.\n\nSeu nome de usuário é: %s\nAcesse em: %s\n\n", diff --git a/settings/l10n/pt_BR.json b/settings/l10n/pt_BR.json index b828e7559b8..77329b5b58f 100644 --- a/settings/l10n/pt_BR.json +++ b/settings/l10n/pt_BR.json @@ -56,7 +56,6 @@ "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Aplicativos oficiais são desenvolvidos pela comunidade e dentro da comunidade. Eles oferecem funcionalidades centrais e estão prontos para uso em produção.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Aplicativos aprovados são desenvolvidos pelos desenvolvedores confiáveis e passaram por uma verificação de segurança superficial. Eles são ativamente mantidos em um repositório de código aberto e seus mantenedores consideram que eles para sejam estáveis para um casual uso normal.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Este aplicativo não foi verificado para as questões de segurança e é novo ou conhecido por ser instável. Instale por seu próprio risco.", - "Please wait...." : "Por favor, aguarde...", "Error while disabling app" : "Erro enquanto desabilitava o aplicativo", "Disable" : "Desabilitar", "Enable" : "Habilitar", @@ -245,7 +244,6 @@ "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Este aplicativo não possui versão máxima atribuida para uso no Nextcloud. Isto poderá se converter em um erro no futuro.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Este aplicativo não pode ser instalado porque as seguintes dependências não forão cumpridas:", "Enable only for specific groups" : "Ativar apenas para grupos específicos", - "Uninstall App" : "Desinstalar Aplicativo", "SSL Root Certificates" : "Certificados Raiz SSL", "Common Name" : "Nome", "Valid until" : "Válido até", @@ -340,6 +338,7 @@ "log-level out of allowed range" : "log-nível acima do permitido", "Language changed" : "Idioma alterado", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Deseja realemente adicionar \"{domain}\" como domínio confiável?", + "Please wait...." : "Por favor, aguarde...", "iPhone" : "iPhone", "add group" : "adicionar grupo", "Everything (fatal issues, errors, warnings, info, debug)" : "Tudo (questões fatais, erros, avisos, informações, depuração)", @@ -359,6 +358,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Especialmente quando se utiliza o cliente de desktop para sincronização de arquivos o uso de SQLite é desencorajado.", "Experimental applications ahead" : "Aplicações experimentais à frente", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Aplicativos experimentais não são marcados por questões de segurança, por serem novos ou conhecidos como instáveis e sob forte desenvolvimento. Instalá-los pode causar perda de dados ou falhas de segurança.", + "Uninstall App" : "Desinstalar Aplicativo", "Enable experimental apps" : "Habilitar aplicativos experimentais", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Olá,<br><br>somente para lembrar que agora você tem uma conta %s.<br><br>Seu nome de usuário é: %s<br>Acesse em: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Olá,\n\nsomente para lembrar que agora você tem uma conta %s.\n\nSeu nome de usuário é: %s\nAcesse em: %s\n\n", diff --git a/settings/l10n/pt_PT.js b/settings/l10n/pt_PT.js index 680dee23011..783f2188990 100644 --- a/settings/l10n/pt_PT.js +++ b/settings/l10n/pt_PT.js @@ -52,7 +52,6 @@ OC.L10N.register( "The app will be downloaded from the app store" : "A aplicação será descarregada da loja de aplicações", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "As aplicações aprovadas são desenvolvidas por developers de confiança e passaram numa verificação de segurança. São mantidas ativamente num repositório de código aberto e quem as mantém considera-as estáveis para uso casual a normal.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicação não foi verificada por problemas de segurança e é nova ou conhecida por ser instável. Instale-a por sua conta e risco.", - "Please wait...." : "Por favor, aguarde...", "Error while disabling app" : "Ocorreu um erro enquanto desativava a app", "Disable" : "Desativar", "Enable" : "Ativar", @@ -194,7 +193,6 @@ OC.L10N.register( "This app has an update available." : "Esta aplicação tem uma atualização disponível.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Esta aplicação não pode ser instalada porque as seguintes dependências não podem ser realizadas:", "Enable only for specific groups" : "Activar só para grupos específicos", - "Uninstall App" : "Desinstalar aplicação", "SSL Root Certificates" : "Certificados SSL Root", "Common Name" : "Nome Comum", "Valid until" : "Válido até", @@ -257,6 +255,7 @@ OC.L10N.register( "log-level out of allowed range" : "log-level fora do alcance permitido", "Language changed" : "Idioma alterado", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Você tem certeza que quer adicionar \"{domain}\" como domínio confiável?", + "Please wait...." : "Por favor, aguarde...", "Everything (fatal issues, errors, warnings, info, debug)" : "Tudo (problemas fatais, erros, avisos, informação, depuração)", "Info, warnings, errors and fatal issues" : "Informação, avisos, erros e problemas fatais", "Warnings, errors and fatal issues" : "Avisos, erros e problemas fatais", @@ -274,6 +273,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "O uso de SQLite é desencorajado especialmente se estiver a pensar em dar uso ao cliente desktop para sincronizar os seus ficheiros no seu computador.", "Experimental applications ahead" : "Aplicações experimentais de futuro", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "As apps experimentais não estão selecionadas para problemas de segurança, nova ou conhecida como instável e em forte desenvolvimento. Ao instalá-las pode causar a perda de dados ou quebra de segurança.", + "Uninstall App" : "Desinstalar aplicação", "Enable experimental apps" : "Ativar apps experimentais", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Olá,<br><br>apenas para informar que você tem uma conta %s.<br><br>O seu nome de utilizador: %s<br>Acesse à sua conta: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Olá,\n\napenas para informar que você tem uma conta %s.\n\nO seu nome de utilizador: %s\nAcesse à sua conta: %s\n\n", diff --git a/settings/l10n/pt_PT.json b/settings/l10n/pt_PT.json index 0deefe93119..07cca721deb 100644 --- a/settings/l10n/pt_PT.json +++ b/settings/l10n/pt_PT.json @@ -50,7 +50,6 @@ "The app will be downloaded from the app store" : "A aplicação será descarregada da loja de aplicações", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "As aplicações aprovadas são desenvolvidas por developers de confiança e passaram numa verificação de segurança. São mantidas ativamente num repositório de código aberto e quem as mantém considera-as estáveis para uso casual a normal.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicação não foi verificada por problemas de segurança e é nova ou conhecida por ser instável. Instale-a por sua conta e risco.", - "Please wait...." : "Por favor, aguarde...", "Error while disabling app" : "Ocorreu um erro enquanto desativava a app", "Disable" : "Desativar", "Enable" : "Ativar", @@ -192,7 +191,6 @@ "This app has an update available." : "Esta aplicação tem uma atualização disponível.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Esta aplicação não pode ser instalada porque as seguintes dependências não podem ser realizadas:", "Enable only for specific groups" : "Activar só para grupos específicos", - "Uninstall App" : "Desinstalar aplicação", "SSL Root Certificates" : "Certificados SSL Root", "Common Name" : "Nome Comum", "Valid until" : "Válido até", @@ -255,6 +253,7 @@ "log-level out of allowed range" : "log-level fora do alcance permitido", "Language changed" : "Idioma alterado", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Você tem certeza que quer adicionar \"{domain}\" como domínio confiável?", + "Please wait...." : "Por favor, aguarde...", "Everything (fatal issues, errors, warnings, info, debug)" : "Tudo (problemas fatais, erros, avisos, informação, depuração)", "Info, warnings, errors and fatal issues" : "Informação, avisos, erros e problemas fatais", "Warnings, errors and fatal issues" : "Avisos, erros e problemas fatais", @@ -272,6 +271,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "O uso de SQLite é desencorajado especialmente se estiver a pensar em dar uso ao cliente desktop para sincronizar os seus ficheiros no seu computador.", "Experimental applications ahead" : "Aplicações experimentais de futuro", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "As apps experimentais não estão selecionadas para problemas de segurança, nova ou conhecida como instável e em forte desenvolvimento. Ao instalá-las pode causar a perda de dados ou quebra de segurança.", + "Uninstall App" : "Desinstalar aplicação", "Enable experimental apps" : "Ativar apps experimentais", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Olá,<br><br>apenas para informar que você tem uma conta %s.<br><br>O seu nome de utilizador: %s<br>Acesse à sua conta: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Olá,\n\napenas para informar que você tem uma conta %s.\n\nO seu nome de utilizador: %s\nAcesse à sua conta: %s\n\n", diff --git a/settings/l10n/ro.js b/settings/l10n/ro.js index 14ca21c54e6..346ab4b8621 100644 --- a/settings/l10n/ro.js +++ b/settings/l10n/ro.js @@ -45,7 +45,6 @@ OC.L10N.register( "_You have %n app update pending_::_You have %n app updates pending_" : ["Ai %n actualizare de aplicație în așteptare","Ai %n actualizări de aplicație în așteptare","Ai %n actualizări de aplicație în așteptare"], "No apps found for your version" : "Nu au fost găsite aplicații pentru versiunea ta", "The app will be downloaded from the app store" : "Aplicația va fi descărcată din magazin", - "Please wait...." : "Aşteptaţi vă rog....", "Error while disabling app" : "Eroare în timpul dezactivării aplicației", "Disable" : "Dezactivați", "Enable" : "Activare", @@ -145,7 +144,6 @@ OC.L10N.register( "Hide description …" : "Ascunde descriere ...", "This app has an update available." : "Este disponibilă o actualizare pentru această aplicație.", "Enable only for specific groups" : "Activează doar pentru grupuri specifice", - "Uninstall App" : "Dezinstalează aplicația", "SSL Root Certificates" : "Certificate SSL rădăcină", "Common Name" : "Nume comun", "Valid until" : "Valabil până la", @@ -190,6 +188,7 @@ OC.L10N.register( "Default" : "Implicită", "log-level out of allowed range" : "NIvelul de logare este în afara plajei admise", "Language changed" : "Limba a fost schimbată", + "Please wait...." : "Aşteptaţi vă rog....", "Everything (fatal issues, errors, warnings, info, debug)" : "Tot (erori fatale, erori, avertizări, informări, depanare)", "Info, warnings, errors and fatal issues" : "Informări, avertizări, erori și erori fatale", "Warnings, errors and fatal issues" : "Avertizări, erori și erori fatale", @@ -204,6 +203,7 @@ OC.L10N.register( "Allow users to send mail notification for shared files" : "Permite utilizatorilor sa expedieze notificări prin e-mail pentru dosarele comune", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite e folosit ca o bază de date. Pentru instalări mari recomandăm folosirea unei alte baze de date.", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "În special atunci când este folosit clientul desktop pentru sincronizarea fișierelor, utilizarea SQLite este nerecomandată.", + "Uninstall App" : "Dezinstalează aplicația", "Enable experimental apps" : "Activează aplicațiile experimentale", "Group" : "Grup", "Redis" : "Redis", diff --git a/settings/l10n/ro.json b/settings/l10n/ro.json index a0ede124ba2..41a5ad3ea55 100644 --- a/settings/l10n/ro.json +++ b/settings/l10n/ro.json @@ -43,7 +43,6 @@ "_You have %n app update pending_::_You have %n app updates pending_" : ["Ai %n actualizare de aplicație în așteptare","Ai %n actualizări de aplicație în așteptare","Ai %n actualizări de aplicație în așteptare"], "No apps found for your version" : "Nu au fost găsite aplicații pentru versiunea ta", "The app will be downloaded from the app store" : "Aplicația va fi descărcată din magazin", - "Please wait...." : "Aşteptaţi vă rog....", "Error while disabling app" : "Eroare în timpul dezactivării aplicației", "Disable" : "Dezactivați", "Enable" : "Activare", @@ -143,7 +142,6 @@ "Hide description …" : "Ascunde descriere ...", "This app has an update available." : "Este disponibilă o actualizare pentru această aplicație.", "Enable only for specific groups" : "Activează doar pentru grupuri specifice", - "Uninstall App" : "Dezinstalează aplicația", "SSL Root Certificates" : "Certificate SSL rădăcină", "Common Name" : "Nume comun", "Valid until" : "Valabil până la", @@ -188,6 +186,7 @@ "Default" : "Implicită", "log-level out of allowed range" : "NIvelul de logare este în afara plajei admise", "Language changed" : "Limba a fost schimbată", + "Please wait...." : "Aşteptaţi vă rog....", "Everything (fatal issues, errors, warnings, info, debug)" : "Tot (erori fatale, erori, avertizări, informări, depanare)", "Info, warnings, errors and fatal issues" : "Informări, avertizări, erori și erori fatale", "Warnings, errors and fatal issues" : "Avertizări, erori și erori fatale", @@ -202,6 +201,7 @@ "Allow users to send mail notification for shared files" : "Permite utilizatorilor sa expedieze notificări prin e-mail pentru dosarele comune", "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "SQLite e folosit ca o bază de date. Pentru instalări mari recomandăm folosirea unei alte baze de date.", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "În special atunci când este folosit clientul desktop pentru sincronizarea fișierelor, utilizarea SQLite este nerecomandată.", + "Uninstall App" : "Dezinstalează aplicația", "Enable experimental apps" : "Activează aplicațiile experimentale", "Group" : "Grup", "Redis" : "Redis", diff --git a/settings/l10n/ru.js b/settings/l10n/ru.js index fc6a289e9a2..53738e4b47c 100644 --- a/settings/l10n/ru.js +++ b/settings/l10n/ru.js @@ -48,13 +48,12 @@ OC.L10N.register( "Official" : "Официальное", "All" : "Все", "Update to %s" : "Обновить до %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["%n обновление в очереди","%n обновлений в очереди","%n обновлений в очереди","У вас есть %n доступных обновлений"], + "_You have %n app update pending_::_You have %n app updates pending_" : ["У вас есть %n доступное обновление","У вас есть %n доступных обновления","У вас есть %n доступных обновлений","У вас есть %n доступных обновлений"], "No apps found for your version" : "Не найдено приложений для вашей версии", "The app will be downloaded from the app store" : "Приложение будет скачано из магазина приложений", "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Официальные приложения разработаны вместе с сообществом. Они предлагают базовую функциональность и готовы для использования.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Подтвержденные приложения разработаны доверенными разработчиками и прошли краткую проверку на наличие проблем с безопасностью. Они активно поддерживаются в открытых репозиториях и сопровождающие их разработчики подтверждают, что приложения достаточно стабильны для нормальной работы.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Это приложение не проверялось на наличие проблем с безопасностью, также оно может работать нестабильно. Устанавливайте на свой страх и риск.", - "Please wait...." : "Пожалуйста подождите...", "Error while disabling app" : "Ошибка при отключении приложения", "Disable" : "Выключить", "Enable" : "Включить", @@ -223,7 +222,6 @@ OC.L10N.register( "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Для этого приложения не указана максимальная версия Nextcloud. В будущем это будет ошибкой.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Приложение не может быть установлено, следующие зависимости не удовлетворены:", "Enable only for specific groups" : "Включить только для этих групп", - "Uninstall App" : "Удалить приложение", "SSL Root Certificates" : "Корневые сертификаты SSL", "Common Name" : "Общее Имя", "Valid until" : "Действительно до", @@ -305,6 +303,7 @@ OC.L10N.register( "log-level out of allowed range" : "уровень журнала вышел за разрешенный диапазон", "Language changed" : "Язык изменён", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Вы действительно хотите добавить домен \"{domain}\" как доверенный?", + "Please wait...." : "Пожалуйста подождите...", "iPhone" : "iPhone", "add group" : "Добавить группу", "Everything (fatal issues, errors, warnings, info, debug)" : "Все (критические проблемы, ошибки, предупреждения, информационные, отладочные)", @@ -324,6 +323,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Особенно вызывает сомнение использование SQLite при синхронизации файлов с использованием клиента для ПК.", "Experimental applications ahead" : "Экспериментальные приложения", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Экспериментальные приложения не проверялись на наличие уязвимостей безопасности, они также могут быть нестабильны, т.к. находятся в активной разработке. Их установка может повлечь потерю информации или нарушение безопасности.", + "Uninstall App" : "Удалить приложение", "Enable experimental apps" : "Включить экспериментальные приложения", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Здравствуйте,<br><br>просто хотим сообщить, что теперь у вас есть учетная запись на %s.<br><br>Ваше имя пользователя: %s<br>Зайти: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Здравствуйте,\n\nПросто хотим сообщить, что теперь у вас есть учетная запись на %s.\n\nИмя пользователя: %s\nЗайти: %s\n", diff --git a/settings/l10n/ru.json b/settings/l10n/ru.json index 6dd34834297..d6024e3a03c 100644 --- a/settings/l10n/ru.json +++ b/settings/l10n/ru.json @@ -46,13 +46,12 @@ "Official" : "Официальное", "All" : "Все", "Update to %s" : "Обновить до %s", - "_You have %n app update pending_::_You have %n app updates pending_" : ["%n обновление в очереди","%n обновлений в очереди","%n обновлений в очереди","У вас есть %n доступных обновлений"], + "_You have %n app update pending_::_You have %n app updates pending_" : ["У вас есть %n доступное обновление","У вас есть %n доступных обновления","У вас есть %n доступных обновлений","У вас есть %n доступных обновлений"], "No apps found for your version" : "Не найдено приложений для вашей версии", "The app will be downloaded from the app store" : "Приложение будет скачано из магазина приложений", "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Официальные приложения разработаны вместе с сообществом. Они предлагают базовую функциональность и готовы для использования.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Подтвержденные приложения разработаны доверенными разработчиками и прошли краткую проверку на наличие проблем с безопасностью. Они активно поддерживаются в открытых репозиториях и сопровождающие их разработчики подтверждают, что приложения достаточно стабильны для нормальной работы.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Это приложение не проверялось на наличие проблем с безопасностью, также оно может работать нестабильно. Устанавливайте на свой страх и риск.", - "Please wait...." : "Пожалуйста подождите...", "Error while disabling app" : "Ошибка при отключении приложения", "Disable" : "Выключить", "Enable" : "Включить", @@ -221,7 +220,6 @@ "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Для этого приложения не указана максимальная версия Nextcloud. В будущем это будет ошибкой.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Приложение не может быть установлено, следующие зависимости не удовлетворены:", "Enable only for specific groups" : "Включить только для этих групп", - "Uninstall App" : "Удалить приложение", "SSL Root Certificates" : "Корневые сертификаты SSL", "Common Name" : "Общее Имя", "Valid until" : "Действительно до", @@ -303,6 +301,7 @@ "log-level out of allowed range" : "уровень журнала вышел за разрешенный диапазон", "Language changed" : "Язык изменён", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Вы действительно хотите добавить домен \"{domain}\" как доверенный?", + "Please wait...." : "Пожалуйста подождите...", "iPhone" : "iPhone", "add group" : "Добавить группу", "Everything (fatal issues, errors, warnings, info, debug)" : "Все (критические проблемы, ошибки, предупреждения, информационные, отладочные)", @@ -322,6 +321,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Особенно вызывает сомнение использование SQLite при синхронизации файлов с использованием клиента для ПК.", "Experimental applications ahead" : "Экспериментальные приложения", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Экспериментальные приложения не проверялись на наличие уязвимостей безопасности, они также могут быть нестабильны, т.к. находятся в активной разработке. Их установка может повлечь потерю информации или нарушение безопасности.", + "Uninstall App" : "Удалить приложение", "Enable experimental apps" : "Включить экспериментальные приложения", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Здравствуйте,<br><br>просто хотим сообщить, что теперь у вас есть учетная запись на %s.<br><br>Ваше имя пользователя: %s<br>Зайти: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Здравствуйте,\n\nПросто хотим сообщить, что теперь у вас есть учетная запись на %s.\n\nИмя пользователя: %s\nЗайти: %s\n", diff --git a/settings/l10n/sk_SK.js b/settings/l10n/sk_SK.js index 8f4f6276f4b..ed061a223d6 100644 --- a/settings/l10n/sk_SK.js +++ b/settings/l10n/sk_SK.js @@ -46,7 +46,6 @@ OC.L10N.register( "All" : "Všetky", "Update to %s" : "Aktualizovať na %s", "No apps found for your version" : "Aplikácie pre vašu verziu sa nenašli", - "Please wait...." : "Čakajte prosím...", "Error while disabling app" : "Chyba pri zakázaní aplikácie", "Disable" : "Zakázať", "Enable" : "Zapnúť", @@ -153,7 +152,6 @@ OC.L10N.register( "Hide description …" : "Skryť popis …", "This app cannot be installed because the following dependencies are not fulfilled:" : "Túto aplikáciu nemožno nainštalovať, pretože nie sú splnené nasledovné závislosti:", "Enable only for specific groups" : "Povoliť len pre vybrané skupiny", - "Uninstall App" : "Odinštalovanie aplikácie", "Common Name" : "Bežný názov", "Valid until" : "Platný do", "Issued By" : "Vydal", @@ -209,6 +207,7 @@ OC.L10N.register( "log-level out of allowed range" : "úroveň logovania z povoleného rozpätia", "Language changed" : "Jazyk zmenený", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ste si istí, že chcete pridať \"{domain}\" medzi dôveryhodné domény?", + "Please wait...." : "Čakajte prosím...", "Everything (fatal issues, errors, warnings, info, debug)" : "Všetko (fatálne problémy, chyby, upozornenia, info, debug)", "Info, warnings, errors and fatal issues" : "Info, upozornenia, chyby a fatálne problémy", "Warnings, errors and fatal issues" : "Upozornenia, chyby a fatálne problémy", @@ -225,6 +224,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Najmä pri používaní aplikácie na synchronizáciu s desktopom nie je databáza SQLite doporučená.", "Experimental applications ahead" : "Experimentálna aplikácia v poradí", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Experimentálne aplikácie nie sú preverované na bezpečnostné chyby, môžu byť nestabilné a veľmi sa meniť. Ich inštaláciou môžete spôsobiť stratu dát alebo bezpečnostné problémy.", + "Uninstall App" : "Odinštalovanie aplikácie", "Enable experimental apps" : "Povoliť experimentálne aplikácie", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Dobrý deň,<br><br>toto je oznámenie o novo vytvorenom účte %s.<br><br>Vaše používateľské meno: %s<br>Prihlásiť sa môžete tu: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ahoj,\n\ntoto je oznámenie o novo vytvorenom účte %s.\n\nVaše používateľské meno: %s\nPrihlásiť sa môžete tu: %s\n\n", diff --git a/settings/l10n/sk_SK.json b/settings/l10n/sk_SK.json index 2f588591ed6..1e2a3aea472 100644 --- a/settings/l10n/sk_SK.json +++ b/settings/l10n/sk_SK.json @@ -44,7 +44,6 @@ "All" : "Všetky", "Update to %s" : "Aktualizovať na %s", "No apps found for your version" : "Aplikácie pre vašu verziu sa nenašli", - "Please wait...." : "Čakajte prosím...", "Error while disabling app" : "Chyba pri zakázaní aplikácie", "Disable" : "Zakázať", "Enable" : "Zapnúť", @@ -151,7 +150,6 @@ "Hide description …" : "Skryť popis …", "This app cannot be installed because the following dependencies are not fulfilled:" : "Túto aplikáciu nemožno nainštalovať, pretože nie sú splnené nasledovné závislosti:", "Enable only for specific groups" : "Povoliť len pre vybrané skupiny", - "Uninstall App" : "Odinštalovanie aplikácie", "Common Name" : "Bežný názov", "Valid until" : "Platný do", "Issued By" : "Vydal", @@ -207,6 +205,7 @@ "log-level out of allowed range" : "úroveň logovania z povoleného rozpätia", "Language changed" : "Jazyk zmenený", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ste si istí, že chcete pridať \"{domain}\" medzi dôveryhodné domény?", + "Please wait...." : "Čakajte prosím...", "Everything (fatal issues, errors, warnings, info, debug)" : "Všetko (fatálne problémy, chyby, upozornenia, info, debug)", "Info, warnings, errors and fatal issues" : "Info, upozornenia, chyby a fatálne problémy", "Warnings, errors and fatal issues" : "Upozornenia, chyby a fatálne problémy", @@ -223,6 +222,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Najmä pri používaní aplikácie na synchronizáciu s desktopom nie je databáza SQLite doporučená.", "Experimental applications ahead" : "Experimentálna aplikácia v poradí", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Experimentálne aplikácie nie sú preverované na bezpečnostné chyby, môžu byť nestabilné a veľmi sa meniť. Ich inštaláciou môžete spôsobiť stratu dát alebo bezpečnostné problémy.", + "Uninstall App" : "Odinštalovanie aplikácie", "Enable experimental apps" : "Povoliť experimentálne aplikácie", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Dobrý deň,<br><br>toto je oznámenie o novo vytvorenom účte %s.<br><br>Vaše používateľské meno: %s<br>Prihlásiť sa môžete tu: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Ahoj,\n\ntoto je oznámenie o novo vytvorenom účte %s.\n\nVaše používateľské meno: %s\nPrihlásiť sa môžete tu: %s\n\n", diff --git a/settings/l10n/sl.js b/settings/l10n/sl.js index 4cec0ddce20..188fa19fcd3 100644 --- a/settings/l10n/sl.js +++ b/settings/l10n/sl.js @@ -49,7 +49,6 @@ OC.L10N.register( "_You have %n app update pending_::_You have %n app updates pending_" : ["Na čakanju je %n posodobitev","Na čakanju sta %n posodobitvi","Na čakanju so %n posodobitve","Na čakanju je %n posodobitev"], "No apps found for your version" : "Za to različico ni na voljo noben vstavek", "The app will be downloaded from the app store" : "Program bo prejet iz zbirke programov", - "Please wait...." : "Počakajte ...", "Error while disabling app" : "Napaka onemogočanja programa", "Disable" : "Onemogoči", "Enable" : "Omogoči", @@ -180,7 +179,6 @@ OC.L10N.register( "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Ta aplikacija nima določene maksimalne NextCloud verzije. V prihodnosti bo to napaka.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Programa ni mogoče namestiti zaradi nerešenih odvisnosti:", "Enable only for specific groups" : "Omogoči le za posamezne skupine", - "Uninstall App" : "Odstrani program", "SSL Root Certificates" : "Korenska potrdila SSL", "Common Name" : "Splošno ime", "Valid until" : "Veljavno do", @@ -245,6 +243,7 @@ OC.L10N.register( "log-level out of allowed range" : "stopnja zapisovanja je izven dovoljenega območja", "Language changed" : "Jezik je spremenjen", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ali ste prepričani, da želite dodati \"{domain}\" kot varno domeno?", + "Please wait...." : "Počakajte ...", "Everything (fatal issues, errors, warnings, info, debug)" : "Vse (podrobnosti, opozorila, hrošče, napake in usodne dogodke)", "Info, warnings, errors and fatal issues" : "Podrobnosti, opozorila, napake in usodne dogodke", "Warnings, errors and fatal issues" : "Opozorila, napake in usodne dogodke", @@ -261,6 +260,7 @@ OC.L10N.register( "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "Uporabljena zbirka je SQLite. Za obsežnejše sisteme je priporočljiv prehod na drugo vrsto zbirke.", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Uporaba SQLite ni priporočljiva iz varnostnih razlogov, to še posebej velja, če se sistem krajevno usklajuje z namizjem prek odjemalca.", "Experimental applications ahead" : "Preizkusni programi", + "Uninstall App" : "Odstrani program", "Enable experimental apps" : "Omogoči preizkusne programe", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Pozdravljeni,<br><br>obveščamo vas, da je račun %s pripravljen.<br><br>Uporabniško ime: %s<br>Dostop: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Pozdravljeni,\n\nobveščamo vas, da je račun %s pripravljen.\n\nUporabniško ime: %s\nDostop: %s\n", diff --git a/settings/l10n/sl.json b/settings/l10n/sl.json index 7fb4fdd9402..20700a0fcef 100644 --- a/settings/l10n/sl.json +++ b/settings/l10n/sl.json @@ -47,7 +47,6 @@ "_You have %n app update pending_::_You have %n app updates pending_" : ["Na čakanju je %n posodobitev","Na čakanju sta %n posodobitvi","Na čakanju so %n posodobitve","Na čakanju je %n posodobitev"], "No apps found for your version" : "Za to različico ni na voljo noben vstavek", "The app will be downloaded from the app store" : "Program bo prejet iz zbirke programov", - "Please wait...." : "Počakajte ...", "Error while disabling app" : "Napaka onemogočanja programa", "Disable" : "Onemogoči", "Enable" : "Omogoči", @@ -178,7 +177,6 @@ "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Ta aplikacija nima določene maksimalne NextCloud verzije. V prihodnosti bo to napaka.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Programa ni mogoče namestiti zaradi nerešenih odvisnosti:", "Enable only for specific groups" : "Omogoči le za posamezne skupine", - "Uninstall App" : "Odstrani program", "SSL Root Certificates" : "Korenska potrdila SSL", "Common Name" : "Splošno ime", "Valid until" : "Veljavno do", @@ -243,6 +241,7 @@ "log-level out of allowed range" : "stopnja zapisovanja je izven dovoljenega območja", "Language changed" : "Jezik je spremenjen", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ali ste prepričani, da želite dodati \"{domain}\" kot varno domeno?", + "Please wait...." : "Počakajte ...", "Everything (fatal issues, errors, warnings, info, debug)" : "Vse (podrobnosti, opozorila, hrošče, napake in usodne dogodke)", "Info, warnings, errors and fatal issues" : "Podrobnosti, opozorila, napake in usodne dogodke", "Warnings, errors and fatal issues" : "Opozorila, napake in usodne dogodke", @@ -259,6 +258,7 @@ "SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "Uporabljena zbirka je SQLite. Za obsežnejše sisteme je priporočljiv prehod na drugo vrsto zbirke.", "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Uporaba SQLite ni priporočljiva iz varnostnih razlogov, to še posebej velja, če se sistem krajevno usklajuje z namizjem prek odjemalca.", "Experimental applications ahead" : "Preizkusni programi", + "Uninstall App" : "Odstrani program", "Enable experimental apps" : "Omogoči preizkusne programe", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Pozdravljeni,<br><br>obveščamo vas, da je račun %s pripravljen.<br><br>Uporabniško ime: %s<br>Dostop: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Pozdravljeni,\n\nobveščamo vas, da je račun %s pripravljen.\n\nUporabniško ime: %s\nDostop: %s\n", diff --git a/settings/l10n/sq.js b/settings/l10n/sq.js index d419481a36f..7cdb6478224 100644 --- a/settings/l10n/sq.js +++ b/settings/l10n/sq.js @@ -26,7 +26,7 @@ OC.L10N.register( "Invalid request" : "Kërkesë e pavlefshme", "Invalid mail address" : "Adresë email e pavlefshme", "A user with that name already exists." : "Ka tashmë një përdorues me këtë emër.", - "Unable to create user." : "S’arrin të krijojë përdoruesi.", + "Unable to create user." : "S’u arrit krijimi i përdoruesit.", "Your %s account was created" : "Llogaria juaj %s u krijua", "Unable to delete user." : "S’arrin të fshijë përdorues.", "Unable to change full name" : "S’arrin të ndryshojë emrin e plotë", @@ -52,7 +52,6 @@ OC.L10N.register( "The app will be downloaded from the app store" : "Aplikacioni do të shkarkohet nga shitorja e aplikacioneve", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Aplikacionet e miratuara ndërtohen nga zhvillues të besuar dhe kanë kaluar një kontroll të përciptë sigurie. Mirëmbahen aktivisht në një depo të hapur kodi dhe mirëmbajtësit e tyre i konsiderojnë të qëndrueshme për përdorime nga të rastit deri në ato normale.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ky aplikacion s’është kontrolluar për probleme sigurie dhe është i ri ose i njohur si i paqëndrueshëm. Instalojeni duke e mbajtur vetë përgjegjësinë.", - "Please wait...." : "Ju lutemi, prisni…", "Error while disabling app" : "Gabim në çaktivizimin e aplikacionit", "Disable" : "Çaktivizoje", "Enable" : "Aktivizoje", @@ -196,7 +195,6 @@ OC.L10N.register( "This app has an update available." : "Ka gati një përditësim për këtë aplikacion.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Ky aplikacion s’mund të instalohet, ngaqë për të nuk plotësohen varësitë vijuese:", "Enable only for specific groups" : "Aktivizoje vetëm për grupe të veçantë", - "Uninstall App" : "Çinstaloje Aplikacionin", "SSL Root Certificates" : "Dëshmi SSL Rrënjë", "Common Name" : "Emër i Rëndomtë", "Valid until" : "E vlefshme deri më", @@ -261,6 +259,7 @@ OC.L10N.register( "log-level out of allowed range" : "nivel regjistrimi jashtë intervalit të lejuar", "Language changed" : "Gjuha u ndryshua", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Jeni vërtet i sigurt se doni të shtoni \"{domain}\" si përkatësi të besuar?", + "Please wait...." : "Ju lutemi, prisni…", "Everything (fatal issues, errors, warnings, info, debug)" : "Gjithçka (probleme fatale, gabime, sinjalizime, të dhëna, diagnostikim)", "Info, warnings, errors and fatal issues" : "Të dhëna, sinjalizime, gabime dhe probleme fatale", "Warnings, errors and fatal issues" : "Sinjalizime, gabime dhe probleme fatale", @@ -278,13 +277,14 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Përdorimi i SQLite-it nuk këshillohet veçanërisht kur përdoret klienti desktop për njëkohësim kartelash.", "Experimental applications ahead" : "Keni përpara aplikacione eksperimentale", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Aplikacionet eksperimentale nuk kontrollohen për probleme sigurie, mund të jenë të rinj ose të njohur si të paqëndrueshëm, dhe nën zhvillim intensiv. Instalimi i tyre mund të shkaktojë humbje të dhënash ose cenim të sigurisë.", + "Uninstall App" : "Çinstaloje Aplikacionin", "Enable experimental apps" : "Aktivizo aplikacione eksperimentale", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Njatjeta,<br><br>thjesht po ju bëjmë të ditur që tani keni një llogar %s.<br><br>Emri juaj i përdoruesit: %s<br>Hyni në të te: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Njatjeta,\n\nthjesht po ju bëjmë të ditur që tani keni një llogari %s.\n\nEmri juaj i përdoruesit: %s\nHyni në të te: %s\n\n", "Group" : "Grup", "APCu" : "APCu", "Redis" : "Redis", - "External Storage" : "Depozitim i Jashtëm", + "External Storage" : "Kujtesë e Jashtëme", "Updates" : "Përditësime", "An error occurred: {message}" : "Ndodhi një gabim: {message}" }, diff --git a/settings/l10n/sq.json b/settings/l10n/sq.json index 8e46003c070..fa3985ef4f6 100644 --- a/settings/l10n/sq.json +++ b/settings/l10n/sq.json @@ -24,7 +24,7 @@ "Invalid request" : "Kërkesë e pavlefshme", "Invalid mail address" : "Adresë email e pavlefshme", "A user with that name already exists." : "Ka tashmë një përdorues me këtë emër.", - "Unable to create user." : "S’arrin të krijojë përdoruesi.", + "Unable to create user." : "S’u arrit krijimi i përdoruesit.", "Your %s account was created" : "Llogaria juaj %s u krijua", "Unable to delete user." : "S’arrin të fshijë përdorues.", "Unable to change full name" : "S’arrin të ndryshojë emrin e plotë", @@ -50,7 +50,6 @@ "The app will be downloaded from the app store" : "Aplikacioni do të shkarkohet nga shitorja e aplikacioneve", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Aplikacionet e miratuara ndërtohen nga zhvillues të besuar dhe kanë kaluar një kontroll të përciptë sigurie. Mirëmbahen aktivisht në një depo të hapur kodi dhe mirëmbajtësit e tyre i konsiderojnë të qëndrueshme për përdorime nga të rastit deri në ato normale.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ky aplikacion s’është kontrolluar për probleme sigurie dhe është i ri ose i njohur si i paqëndrueshëm. Instalojeni duke e mbajtur vetë përgjegjësinë.", - "Please wait...." : "Ju lutemi, prisni…", "Error while disabling app" : "Gabim në çaktivizimin e aplikacionit", "Disable" : "Çaktivizoje", "Enable" : "Aktivizoje", @@ -194,7 +193,6 @@ "This app has an update available." : "Ka gati një përditësim për këtë aplikacion.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Ky aplikacion s’mund të instalohet, ngaqë për të nuk plotësohen varësitë vijuese:", "Enable only for specific groups" : "Aktivizoje vetëm për grupe të veçantë", - "Uninstall App" : "Çinstaloje Aplikacionin", "SSL Root Certificates" : "Dëshmi SSL Rrënjë", "Common Name" : "Emër i Rëndomtë", "Valid until" : "E vlefshme deri më", @@ -259,6 +257,7 @@ "log-level out of allowed range" : "nivel regjistrimi jashtë intervalit të lejuar", "Language changed" : "Gjuha u ndryshua", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Jeni vërtet i sigurt se doni të shtoni \"{domain}\" si përkatësi të besuar?", + "Please wait...." : "Ju lutemi, prisni…", "Everything (fatal issues, errors, warnings, info, debug)" : "Gjithçka (probleme fatale, gabime, sinjalizime, të dhëna, diagnostikim)", "Info, warnings, errors and fatal issues" : "Të dhëna, sinjalizime, gabime dhe probleme fatale", "Warnings, errors and fatal issues" : "Sinjalizime, gabime dhe probleme fatale", @@ -276,13 +275,14 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Përdorimi i SQLite-it nuk këshillohet veçanërisht kur përdoret klienti desktop për njëkohësim kartelash.", "Experimental applications ahead" : "Keni përpara aplikacione eksperimentale", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Aplikacionet eksperimentale nuk kontrollohen për probleme sigurie, mund të jenë të rinj ose të njohur si të paqëndrueshëm, dhe nën zhvillim intensiv. Instalimi i tyre mund të shkaktojë humbje të dhënash ose cenim të sigurisë.", + "Uninstall App" : "Çinstaloje Aplikacionin", "Enable experimental apps" : "Aktivizo aplikacione eksperimentale", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Njatjeta,<br><br>thjesht po ju bëjmë të ditur që tani keni një llogar %s.<br><br>Emri juaj i përdoruesit: %s<br>Hyni në të te: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Njatjeta,\n\nthjesht po ju bëjmë të ditur që tani keni një llogari %s.\n\nEmri juaj i përdoruesit: %s\nHyni në të te: %s\n\n", "Group" : "Grup", "APCu" : "APCu", "Redis" : "Redis", - "External Storage" : "Depozitim i Jashtëm", + "External Storage" : "Kujtesë e Jashtëme", "Updates" : "Përditësime", "An error occurred: {message}" : "Ndodhi një gabim: {message}" },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/settings/l10n/sr.js b/settings/l10n/sr.js index 3aa65db9519..9ebea566f5e 100644 --- a/settings/l10n/sr.js +++ b/settings/l10n/sr.js @@ -48,7 +48,6 @@ OC.L10N.register( "No apps found for your version" : "Нема апликација за вашу верзију", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Одобрене апликације су развили проверени програмери и апликације су прошле основне безбедносне провере. Оне се активно одржавају у репозиторијуму за апликације отвореног кода и њихови одржаватељи сматрају да су стабилне за уобичајену употребу.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ова апликација није проверена по питању безбедности и нова је или зна да буде нестабилна. Инсталирате је на сопствену одговорност.", - "Please wait...." : "Сачекајте…", "Error while disabling app" : "Грешка при искључивању апликације", "Disable" : "Искључи", "Enable" : "Укључи", @@ -161,7 +160,6 @@ OC.L10N.register( "Hide description …" : "Сакриј опис…", "This app cannot be installed because the following dependencies are not fulfilled:" : "Апликација се не може инсталирати јер следеће зависности нису испуњене:", "Enable only for specific groups" : "Укључи само за одређене групе", - "Uninstall App" : "Деинсталирај апликацију", "Common Name" : "Уобичајено име", "Valid until" : "Важи до", "Issued By" : "Издавач", @@ -217,6 +215,7 @@ OC.L10N.register( "log-level out of allowed range" : "ниво бележења је ван дозвољеног опсега", "Language changed" : "Језик је промењен", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Да ли заиста желите да додате „{domain}“ као поуздан домен?", + "Please wait...." : "Сачекајте…", "Everything (fatal issues, errors, warnings, info, debug)" : "Све (фаталне проблеме, грешке, упозорења, информације, отклањање грешака)", "Info, warnings, errors and fatal issues" : "Информације, упозорења, грешке и фатални проблеми", "Warnings, errors and fatal issues" : "Упозорења, грешке и фатални проблеми", @@ -233,6 +232,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Нарочито ако се користи клијент програм у графичком окружењу, коришћење СКуЛајта није препоручљиво.", "Experimental applications ahead" : "Експериментална апликација", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Експерименталне апликације се непроверене што се тиче безбедности и могу бити нестабилне и недовршене. Инсталирање може довести до губитка података или нарушавања безбедности.", + "Uninstall App" : "Деинсталирај апликацију", "Enable experimental apps" : "Укључи експерименталне апликације", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Поздрав,<br><br>само вас обавештавам да сад имате %s налог.<br><br>Ваше корисничко име: %s<br>Приступите му на: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Поздрав.\n\nСамо да знате да сада имате %s налог.\n\nВаше корисничко име: %s\nПриступите му на: %s\n", diff --git a/settings/l10n/sr.json b/settings/l10n/sr.json index 20567600fbd..7b51130f7a6 100644 --- a/settings/l10n/sr.json +++ b/settings/l10n/sr.json @@ -46,7 +46,6 @@ "No apps found for your version" : "Нема апликација за вашу верзију", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Одобрене апликације су развили проверени програмери и апликације су прошле основне безбедносне провере. Оне се активно одржавају у репозиторијуму за апликације отвореног кода и њихови одржаватељи сматрају да су стабилне за уобичајену употребу.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ова апликација није проверена по питању безбедности и нова је или зна да буде нестабилна. Инсталирате је на сопствену одговорност.", - "Please wait...." : "Сачекајте…", "Error while disabling app" : "Грешка при искључивању апликације", "Disable" : "Искључи", "Enable" : "Укључи", @@ -159,7 +158,6 @@ "Hide description …" : "Сакриј опис…", "This app cannot be installed because the following dependencies are not fulfilled:" : "Апликација се не може инсталирати јер следеће зависности нису испуњене:", "Enable only for specific groups" : "Укључи само за одређене групе", - "Uninstall App" : "Деинсталирај апликацију", "Common Name" : "Уобичајено име", "Valid until" : "Важи до", "Issued By" : "Издавач", @@ -215,6 +213,7 @@ "log-level out of allowed range" : "ниво бележења је ван дозвољеног опсега", "Language changed" : "Језик је промењен", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Да ли заиста желите да додате „{domain}“ као поуздан домен?", + "Please wait...." : "Сачекајте…", "Everything (fatal issues, errors, warnings, info, debug)" : "Све (фаталне проблеме, грешке, упозорења, информације, отклањање грешака)", "Info, warnings, errors and fatal issues" : "Информације, упозорења, грешке и фатални проблеми", "Warnings, errors and fatal issues" : "Упозорења, грешке и фатални проблеми", @@ -231,6 +230,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Нарочито ако се користи клијент програм у графичком окружењу, коришћење СКуЛајта није препоручљиво.", "Experimental applications ahead" : "Експериментална апликација", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Експерименталне апликације се непроверене што се тиче безбедности и могу бити нестабилне и недовршене. Инсталирање може довести до губитка података или нарушавања безбедности.", + "Uninstall App" : "Деинсталирај апликацију", "Enable experimental apps" : "Укључи експерименталне апликације", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Поздрав,<br><br>само вас обавештавам да сад имате %s налог.<br><br>Ваше корисничко име: %s<br>Приступите му на: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Поздрав.\n\nСамо да знате да сада имате %s налог.\n\nВаше корисничко име: %s\nПриступите му на: %s\n", diff --git a/settings/l10n/sv.js b/settings/l10n/sv.js index 2d9d3f205fe..9584ce44b92 100644 --- a/settings/l10n/sv.js +++ b/settings/l10n/sv.js @@ -10,9 +10,9 @@ OC.L10N.register( "Authentication error" : "Fel vid autentisering", "Please provide an admin recovery password, otherwise all user data will be lost" : "Ange ett återställningslösenord för administratören. Annars kommer all användardata förloras", "Wrong admin recovery password. Please check the password and try again." : "Felaktigt återställningslösenord för administratör. Kolla lösenordet och prova igen.", - "Backend doesn't support password change, but the user's encryption key was successfully updated." : "Backend stödjer ej lösenordsbyte, men användarens ändring av krypteringsnyckel lyckades.", + "Backend doesn't support password change, but the user's encryption key was successfully updated." : "Backend stödjer inte lösenordsbyte, men användarens ändring av krypteringsnyckel lyckades.", "installing and updating apps via the app store or Federated Cloud Sharing" : "installering och uppdatering utav applikationer eller Federate Cloud delning.", - "Federated Cloud Sharing" : "Federate Cloud delning", + "Federated Cloud Sharing" : "Federerad Cloud delning", "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL använder en föråldrad %s version (%s). Var god uppdatera ditt operativsystem annars kan funktioner som %s sluta fungera pålitligt.", "A problem occurred, please check your log files (Error: %s)" : "Ett problem uppstod, var god kontrollera loggfiler (Error: %s)", "Migration Completed" : "Migrering Färdigställd", @@ -29,20 +29,25 @@ OC.L10N.register( "Unable to create user." : "Kan inte skapa användare.", "Your %s account was created" : "Ditt %s konto skapades", "Unable to delete user." : "Kan inte radera användare.", + "Settings saved" : "Inställningar sparade", "Unable to change full name" : "Kunde inte ändra hela namnet", + "Unable to change email address" : "Kunde inte ändra e-postadress", "Your full name has been changed." : "Hela ditt namn har ändrats", "Forbidden" : "Förbjuden", "Invalid user" : "Ogiltig användare", "Unable to change mail address" : "Kan inte ändra e-postadress", "Email saved" : "E-post sparad", + "Password confirmation is required" : "Lösenordsbekräftelse krävs", "Couldn't remove app." : "Kunde inte ta bort applikationen.", "Admins can't remove themself from the admin group" : "Administratörer kan inte ta bort sig själva från admingruppen", "Unable to add user to group %s" : "Kan inte lägga till användare i gruppen %s", "Unable to remove user from group %s" : "Kan inte radera användare från gruppen %s", "Couldn't update app." : "Kunde inte uppdatera appen.", + "Are you really sure you want add {domain} as trusted domain?" : "Är du verkligen säker att du vill lägga till (domain) som tillförlitlig domän?", "Add trusted domain" : "Lägg till betrodd domän", "Migration in progress. Please wait until the migration is finished" : "Migrering pågår. Var god vänta tills migreringen är färdigställd.", "Migration started …" : "Migrering påbörjad ...", + "Not saved" : "Inte sparad", "Sending..." : "Skickar ...", "Official" : "Officiell", "All" : "Alla", @@ -52,7 +57,6 @@ OC.L10N.register( "The app will be downloaded from the app store" : "Appen kommer hämtas från appstore", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Godkända appar är utvecklade av betrodda utvecklare och har genomgått enklare säkerhetstester. De är aktivt utvecklade i ett öppet kodbibliotek och deras underhållare anser dom stabila nog för enklare till normalt användande.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Denna applikation är ej kontrollerad för säkerhetsbrister och är ny eller känd att orsaka instabilitetsproblem. Installera på egen risk.", - "Please wait...." : "Var god vänta ...", "Error while disabling app" : "Fel vid inaktivering av app", "Disable" : "Deaktivera", "Enable" : "Aktivera", @@ -71,13 +75,35 @@ OC.L10N.register( "Approved" : "Godkänd", "Experimental" : "Experimentiell", "No apps found for {query}" : "Inga applikationer funna för {query}", + "Allow filesystem access" : "Tillåt åtkomst till filsystemet", "Disconnect" : "Koppla från", + "Revoke" : "Återkalla", + "Internet Explorer" : "Internet Explorer", + "Edge" : "Edge", + "Firefox" : "Firefox", + "Google Chrome" : "Google Chrome", + "Safari" : "Safari", + "Google Chrome for Android" : "Google Chrome för Android", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS-app", + "Android Client" : "Android-app", + "Sync client - {os}" : "Synk-klient - (os)", + "This session" : "Denna session ", + "Copy" : "Kopiera", + "Copied!" : "Kopierad!", + "Press ⌘-C to copy." : "Tryck ⌘-C för att kopiera.", + "Press Ctrl-C to copy." : "Tryck Ctrl-C för att kopiera.", "Error while loading browser sessions and device tokens" : "Fel vid inläsning av webbläsarsessioner och enhetstoken.", "Error while creating device token" : "Fel vid skapande av enhetstoken", "Error while deleting the token" : "Fel vid borttagning av token", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Ett fel uppstod. Var god ladda upp ett ASCII-kodad PEM certifikat.", "Valid until {date}" : "Giltig t.o.m. {date}", "Delete" : "Radera", + "Local" : "Lokal", + "Private" : "Privat", + "Contacts" : "Kontakter", + "Public" : "Publik", "Select a profile picture" : "Välj en profilbild", "Very weak password" : "Väldigt svagt lösenord", "Weak password" : "Svagt lösenord", @@ -92,7 +118,10 @@ OC.L10N.register( "undo" : "ångra", "never" : "aldrig", "deleted {userName}" : "raderade {userName}", + "Add group" : "Lägg till grupp", + "Password successfully changed" : "Ändringen av lösenordet lyckades.", "Changing the password will result in data loss, because data recovery is not available for this user" : "Ändring utav lösenord kommer resultera i förlorad data, eftersom dataåterställning ej är tillgängligt för denna användare.", + "Could not change the users email" : "Kunde inte ändra användarens e-postadress", "A valid username must be provided" : "Ett giltigt användarnamn måste anges", "Error creating user: {message}" : "Fel uppstod när användare skulle skapas: {message}", "A valid password must be provided" : "Ett giltigt lösenord måste anges", @@ -101,11 +130,14 @@ OC.L10N.register( "Unlimited" : "Obegränsad", "Personal info" : "Personlig information", "Sessions" : "Sessioner", + "App passwords" : "Applösenord", "Sync clients" : "Synk-klienter", "None" : "Ingen", "Login" : "Logga in", "Plain" : "Enkel", "NT LAN Manager" : "NT LAN Manager", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", "Email server" : "E-post server", "Open documentation" : "Öppna dokumentation", "This is used for sending out notifications." : "Detta används för att skicka ut notifieringar.", @@ -182,7 +214,7 @@ OC.L10N.register( "Improving the config.php" : "Förbättra config.php", "Theming" : "Teman", "Hardening and security guidance" : "Säkerhetsriktlinjer", - "Developer documentation" : "Utvecklar dokumentation", + "Developer documentation" : "Utvecklardokumentation", "by %s" : "av %s", "%s-licensed" : "%s-licensierad.", "Documentation:" : "Dokumentation:", @@ -195,17 +227,19 @@ OC.L10N.register( "This app has an update available." : "Denna applikation har en uppdatering tillgänglig.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Denna applikation kan inte installeras då följande beroenden inte är uppfyllda: %s", "Enable only for specific groups" : "Aktivera endast för specifika grupper", - "Uninstall App" : "Avinstallera applikation", "SSL Root Certificates" : "SSL Root certifikat", "Common Name" : "Vanligt namn", "Valid until" : "Giltigt till", "Issued By" : "Utfärdat av", "Valid until %s" : "Giltigt till %s", "Import root certificate" : "Importera root certifikat", + "Hey there,<br><br>just letting you know that you now have a %s account.<br><br>Your username: <strong>%s</strong><br>Access it: <strong><a href=\"%s\">%s</a></strong><br><br>" : "Hej där,<br><br>Tänkte bara informera om att du du nu har ett %s konto.<br><br>Ditt användarnamn: <strong>%s</strong><br>Logga in: <strong><a href=\"%s\">%s</a></strong><br><br>", "Cheers!" : "Ha de fint!", + "Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hej där,\n\nTänkte bara informera om att du nu har ett %s konto.\n\nDitt användarnamn: %s\nLogga in: %s\n\n", "Administrator documentation" : "Administratörsdokumentation", "Online documentation" : "Online dokumentation", "Forum" : "Forum", + "Getting help" : "Få hjälp", "Commercial support" : "Kommersiell support", "You are using <strong>%s</strong> of <strong>%s</strong>" : "Du använder <strong>%s</strong> av <strong>%s</strong>", "Profile picture" : "Profilbild", @@ -222,6 +256,14 @@ OC.L10N.register( "Your email address" : "Din e-postadress", "No email address set" : "Ingen e-postadress angiven", "For password recovery and notifications" : "För lösenordsåterställning och notifieringar", + "Phone number" : "Telefonnummer", + "Your phone number" : "Ditt telefonnummer", + "Address" : "Adress", + "Your postal address" : "Din postadress", + "Website" : "Webbsida", + "Your website" : "Din webbsida", + "Twitter" : "Twitter", + "Your Twitter handle" : "Ditt Twitterkonto", "You are member of the following groups:" : "Du är medlem i följande grupper:", "Password" : "Lösenord", "Current password" : "Nuvarande lösenord", @@ -234,9 +276,20 @@ OC.L10N.register( "Android app" : "Android-app", "iOS app" : "iOS-app", "Show First Run Wizard again" : "Visa Första uppstarts-guiden igen", + "Device" : "Enhet", + "Last activity" : "Senaste aktivitet", "Name" : "Namn", + "App name" : "Appnamn", + "Create new app password" : "Skapa nytt applösenord", + "Use the credentials below to configure your app or device." : "Använd följande autentiseringsuppgifter för att konfigurera din app eller enhet", + "For security reasons this password will only be shown once." : "Av säkerhetsskäl kommer lösenordet endast att visas en gång", "Username" : "Användarnamn", "Done" : "Färdig", + "Follow us on Google Plus!" : "Fälj oss på Google Plus!", + "Like our facebook page!" : "Gilla vår Facebooksida!", + "Subscribe to our twitter channel!" : "Prenumerera på vårt Twitterkonto!", + "Subscribe to our news feed!" : "Prenumerera på vårt nyhetsflöde!", + "Subscribe to our newsletter!" : "Prenumerera på vårt nyhetsbrev!", "Show storage location" : "Visa lagringsplats", "Show last log in" : "Visa senaste inloggning", "Show user backend" : "Visa användar-backend", @@ -246,11 +299,17 @@ OC.L10N.register( "Create" : "Skapa", "Admin Recovery Password" : "Admin-återställningslösenord", "Enter the recovery password in order to recover the users files during password change" : "Ange återställningslösenordet för att återställa användarnas filer vid lösenordsbyte", + "Group name" : "Gruppnamn", "Everyone" : "Alla", "Admins" : "Administratörer", + "Default quota" : "Förvald standardkvot", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Var god skriv in lagringskvot (ex: \"512MB\" eller \"12 GB\")", "Other" : "Annat", + "Group admin for" : "Gruppadministratör för", "Quota" : "Kvot", + "Storage location" : "Lagringsplats", + "User backend" : "Användarbackend", + "Last login" : "Senaste inloggning", "change full name" : "ändra hela namnet", "set new password" : "ange nytt lösenord", "change email address" : "ändra e-postadress", @@ -258,6 +317,9 @@ OC.L10N.register( "log-level out of allowed range" : "logg-nivå utanför tillåtet område", "Language changed" : "Språk ändrades", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Är du verkligen säker på att du vill lägga till \"{domain}\" som en trusted domian?", + "Please wait...." : "Var god vänta ...", + "iPhone" : "iPhone", + "add group" : "lägg till grupp", "Everything (fatal issues, errors, warnings, info, debug)" : "Allting (allvarliga fel, fel, varningar, info, debug)", "Info, warnings, errors and fatal issues" : "Info, varningar och allvarliga fel", "Warnings, errors and fatal issues" : "Varningar, fel och allvarliga fel", @@ -275,10 +337,18 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Speciellt när desktop klienten för filsynkronisering används så avråds användande av SQLite.", "Experimental applications ahead" : "Experimentiella applikationer framför", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Experimentella applikationer är ej kontrollerade för säkerhetsproblem, nya eller kända att vara instabila och under föränderlig utveckling. Installation utav dessa kan orsaka dataförlust eller säkerhetsbrott.", + "Uninstall App" : "Avinstallera applikation", "Enable experimental apps" : "Aktivera experimentiella applikationer", - "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hej där,<br><br>vill bara informera dig om att du nu har ett %s konto.<br><br>Ditt användarnamn: %s<br>Accessa det genom: <a href=\"%s\">%s</a><br><br>", - "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hej där,\n\nvill bara informera dig om att du nu har ett %s konto.\n\nDitt användarnamn: %s\nAccessa det genom: %s\n", + "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hej där,<br><br>Tänkte bara informera dig om att du nu har ett %s konto.<br><br>Ditt användarnamn: %s<br>Accessa det här: <a href=\"%s\">%s</a><br><br>", + "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hej där,\n\nTänkte bara informera dig om att du nu har ett %s konto.\n\nDitt användarnamn: %s\nAccessa det här: %s\n", + "Add Group" : "Lägg till Grupp", "Group" : "Grupp", + "Default Quota" : "Förvald datakvot", + "Full Name" : "Fullständigt namn", + "Group Admin for" : "Gruppadmin för", + "Storage Location" : "Lagringsplats", + "User Backend" : "Användarbackend", + "Last Login" : "Senaste inloggining", "APCu" : "APCu", "Redis" : "Redis", "External Storage" : "Extern lagring", diff --git a/settings/l10n/sv.json b/settings/l10n/sv.json index 5c92b9ddfa0..011f2231c91 100644 --- a/settings/l10n/sv.json +++ b/settings/l10n/sv.json @@ -8,9 +8,9 @@ "Authentication error" : "Fel vid autentisering", "Please provide an admin recovery password, otherwise all user data will be lost" : "Ange ett återställningslösenord för administratören. Annars kommer all användardata förloras", "Wrong admin recovery password. Please check the password and try again." : "Felaktigt återställningslösenord för administratör. Kolla lösenordet och prova igen.", - "Backend doesn't support password change, but the user's encryption key was successfully updated." : "Backend stödjer ej lösenordsbyte, men användarens ändring av krypteringsnyckel lyckades.", + "Backend doesn't support password change, but the user's encryption key was successfully updated." : "Backend stödjer inte lösenordsbyte, men användarens ändring av krypteringsnyckel lyckades.", "installing and updating apps via the app store or Federated Cloud Sharing" : "installering och uppdatering utav applikationer eller Federate Cloud delning.", - "Federated Cloud Sharing" : "Federate Cloud delning", + "Federated Cloud Sharing" : "Federerad Cloud delning", "cURL is using an outdated %s version (%s). Please update your operating system or features such as %s will not work reliably." : "cURL använder en föråldrad %s version (%s). Var god uppdatera ditt operativsystem annars kan funktioner som %s sluta fungera pålitligt.", "A problem occurred, please check your log files (Error: %s)" : "Ett problem uppstod, var god kontrollera loggfiler (Error: %s)", "Migration Completed" : "Migrering Färdigställd", @@ -27,20 +27,25 @@ "Unable to create user." : "Kan inte skapa användare.", "Your %s account was created" : "Ditt %s konto skapades", "Unable to delete user." : "Kan inte radera användare.", + "Settings saved" : "Inställningar sparade", "Unable to change full name" : "Kunde inte ändra hela namnet", + "Unable to change email address" : "Kunde inte ändra e-postadress", "Your full name has been changed." : "Hela ditt namn har ändrats", "Forbidden" : "Förbjuden", "Invalid user" : "Ogiltig användare", "Unable to change mail address" : "Kan inte ändra e-postadress", "Email saved" : "E-post sparad", + "Password confirmation is required" : "Lösenordsbekräftelse krävs", "Couldn't remove app." : "Kunde inte ta bort applikationen.", "Admins can't remove themself from the admin group" : "Administratörer kan inte ta bort sig själva från admingruppen", "Unable to add user to group %s" : "Kan inte lägga till användare i gruppen %s", "Unable to remove user from group %s" : "Kan inte radera användare från gruppen %s", "Couldn't update app." : "Kunde inte uppdatera appen.", + "Are you really sure you want add {domain} as trusted domain?" : "Är du verkligen säker att du vill lägga till (domain) som tillförlitlig domän?", "Add trusted domain" : "Lägg till betrodd domän", "Migration in progress. Please wait until the migration is finished" : "Migrering pågår. Var god vänta tills migreringen är färdigställd.", "Migration started …" : "Migrering påbörjad ...", + "Not saved" : "Inte sparad", "Sending..." : "Skickar ...", "Official" : "Officiell", "All" : "Alla", @@ -50,7 +55,6 @@ "The app will be downloaded from the app store" : "Appen kommer hämtas från appstore", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Godkända appar är utvecklade av betrodda utvecklare och har genomgått enklare säkerhetstester. De är aktivt utvecklade i ett öppet kodbibliotek och deras underhållare anser dom stabila nog för enklare till normalt användande.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Denna applikation är ej kontrollerad för säkerhetsbrister och är ny eller känd att orsaka instabilitetsproblem. Installera på egen risk.", - "Please wait...." : "Var god vänta ...", "Error while disabling app" : "Fel vid inaktivering av app", "Disable" : "Deaktivera", "Enable" : "Aktivera", @@ -69,13 +73,35 @@ "Approved" : "Godkänd", "Experimental" : "Experimentiell", "No apps found for {query}" : "Inga applikationer funna för {query}", + "Allow filesystem access" : "Tillåt åtkomst till filsystemet", "Disconnect" : "Koppla från", + "Revoke" : "Återkalla", + "Internet Explorer" : "Internet Explorer", + "Edge" : "Edge", + "Firefox" : "Firefox", + "Google Chrome" : "Google Chrome", + "Safari" : "Safari", + "Google Chrome for Android" : "Google Chrome för Android", + "iPhone iOS" : "iPhone iOS", + "iPad iOS" : "iPad iOS", + "iOS Client" : "iOS-app", + "Android Client" : "Android-app", + "Sync client - {os}" : "Synk-klient - (os)", + "This session" : "Denna session ", + "Copy" : "Kopiera", + "Copied!" : "Kopierad!", + "Press ⌘-C to copy." : "Tryck ⌘-C för att kopiera.", + "Press Ctrl-C to copy." : "Tryck Ctrl-C för att kopiera.", "Error while loading browser sessions and device tokens" : "Fel vid inläsning av webbläsarsessioner och enhetstoken.", "Error while creating device token" : "Fel vid skapande av enhetstoken", "Error while deleting the token" : "Fel vid borttagning av token", "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Ett fel uppstod. Var god ladda upp ett ASCII-kodad PEM certifikat.", "Valid until {date}" : "Giltig t.o.m. {date}", "Delete" : "Radera", + "Local" : "Lokal", + "Private" : "Privat", + "Contacts" : "Kontakter", + "Public" : "Publik", "Select a profile picture" : "Välj en profilbild", "Very weak password" : "Väldigt svagt lösenord", "Weak password" : "Svagt lösenord", @@ -90,7 +116,10 @@ "undo" : "ångra", "never" : "aldrig", "deleted {userName}" : "raderade {userName}", + "Add group" : "Lägg till grupp", + "Password successfully changed" : "Ändringen av lösenordet lyckades.", "Changing the password will result in data loss, because data recovery is not available for this user" : "Ändring utav lösenord kommer resultera i förlorad data, eftersom dataåterställning ej är tillgängligt för denna användare.", + "Could not change the users email" : "Kunde inte ändra användarens e-postadress", "A valid username must be provided" : "Ett giltigt användarnamn måste anges", "Error creating user: {message}" : "Fel uppstod när användare skulle skapas: {message}", "A valid password must be provided" : "Ett giltigt lösenord måste anges", @@ -99,11 +128,14 @@ "Unlimited" : "Obegränsad", "Personal info" : "Personlig information", "Sessions" : "Sessioner", + "App passwords" : "Applösenord", "Sync clients" : "Synk-klienter", "None" : "Ingen", "Login" : "Logga in", "Plain" : "Enkel", "NT LAN Manager" : "NT LAN Manager", + "SSL/TLS" : "SSL/TLS", + "STARTTLS" : "STARTTLS", "Email server" : "E-post server", "Open documentation" : "Öppna dokumentation", "This is used for sending out notifications." : "Detta används för att skicka ut notifieringar.", @@ -180,7 +212,7 @@ "Improving the config.php" : "Förbättra config.php", "Theming" : "Teman", "Hardening and security guidance" : "Säkerhetsriktlinjer", - "Developer documentation" : "Utvecklar dokumentation", + "Developer documentation" : "Utvecklardokumentation", "by %s" : "av %s", "%s-licensed" : "%s-licensierad.", "Documentation:" : "Dokumentation:", @@ -193,17 +225,19 @@ "This app has an update available." : "Denna applikation har en uppdatering tillgänglig.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Denna applikation kan inte installeras då följande beroenden inte är uppfyllda: %s", "Enable only for specific groups" : "Aktivera endast för specifika grupper", - "Uninstall App" : "Avinstallera applikation", "SSL Root Certificates" : "SSL Root certifikat", "Common Name" : "Vanligt namn", "Valid until" : "Giltigt till", "Issued By" : "Utfärdat av", "Valid until %s" : "Giltigt till %s", "Import root certificate" : "Importera root certifikat", + "Hey there,<br><br>just letting you know that you now have a %s account.<br><br>Your username: <strong>%s</strong><br>Access it: <strong><a href=\"%s\">%s</a></strong><br><br>" : "Hej där,<br><br>Tänkte bara informera om att du du nu har ett %s konto.<br><br>Ditt användarnamn: <strong>%s</strong><br>Logga in: <strong><a href=\"%s\">%s</a></strong><br><br>", "Cheers!" : "Ha de fint!", + "Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hej där,\n\nTänkte bara informera om att du nu har ett %s konto.\n\nDitt användarnamn: %s\nLogga in: %s\n\n", "Administrator documentation" : "Administratörsdokumentation", "Online documentation" : "Online dokumentation", "Forum" : "Forum", + "Getting help" : "Få hjälp", "Commercial support" : "Kommersiell support", "You are using <strong>%s</strong> of <strong>%s</strong>" : "Du använder <strong>%s</strong> av <strong>%s</strong>", "Profile picture" : "Profilbild", @@ -220,6 +254,14 @@ "Your email address" : "Din e-postadress", "No email address set" : "Ingen e-postadress angiven", "For password recovery and notifications" : "För lösenordsåterställning och notifieringar", + "Phone number" : "Telefonnummer", + "Your phone number" : "Ditt telefonnummer", + "Address" : "Adress", + "Your postal address" : "Din postadress", + "Website" : "Webbsida", + "Your website" : "Din webbsida", + "Twitter" : "Twitter", + "Your Twitter handle" : "Ditt Twitterkonto", "You are member of the following groups:" : "Du är medlem i följande grupper:", "Password" : "Lösenord", "Current password" : "Nuvarande lösenord", @@ -232,9 +274,20 @@ "Android app" : "Android-app", "iOS app" : "iOS-app", "Show First Run Wizard again" : "Visa Första uppstarts-guiden igen", + "Device" : "Enhet", + "Last activity" : "Senaste aktivitet", "Name" : "Namn", + "App name" : "Appnamn", + "Create new app password" : "Skapa nytt applösenord", + "Use the credentials below to configure your app or device." : "Använd följande autentiseringsuppgifter för att konfigurera din app eller enhet", + "For security reasons this password will only be shown once." : "Av säkerhetsskäl kommer lösenordet endast att visas en gång", "Username" : "Användarnamn", "Done" : "Färdig", + "Follow us on Google Plus!" : "Fälj oss på Google Plus!", + "Like our facebook page!" : "Gilla vår Facebooksida!", + "Subscribe to our twitter channel!" : "Prenumerera på vårt Twitterkonto!", + "Subscribe to our news feed!" : "Prenumerera på vårt nyhetsflöde!", + "Subscribe to our newsletter!" : "Prenumerera på vårt nyhetsbrev!", "Show storage location" : "Visa lagringsplats", "Show last log in" : "Visa senaste inloggning", "Show user backend" : "Visa användar-backend", @@ -244,11 +297,17 @@ "Create" : "Skapa", "Admin Recovery Password" : "Admin-återställningslösenord", "Enter the recovery password in order to recover the users files during password change" : "Ange återställningslösenordet för att återställa användarnas filer vid lösenordsbyte", + "Group name" : "Gruppnamn", "Everyone" : "Alla", "Admins" : "Administratörer", + "Default quota" : "Förvald standardkvot", "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" : "Var god skriv in lagringskvot (ex: \"512MB\" eller \"12 GB\")", "Other" : "Annat", + "Group admin for" : "Gruppadministratör för", "Quota" : "Kvot", + "Storage location" : "Lagringsplats", + "User backend" : "Användarbackend", + "Last login" : "Senaste inloggning", "change full name" : "ändra hela namnet", "set new password" : "ange nytt lösenord", "change email address" : "ändra e-postadress", @@ -256,6 +315,9 @@ "log-level out of allowed range" : "logg-nivå utanför tillåtet område", "Language changed" : "Språk ändrades", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Är du verkligen säker på att du vill lägga till \"{domain}\" som en trusted domian?", + "Please wait...." : "Var god vänta ...", + "iPhone" : "iPhone", + "add group" : "lägg till grupp", "Everything (fatal issues, errors, warnings, info, debug)" : "Allting (allvarliga fel, fel, varningar, info, debug)", "Info, warnings, errors and fatal issues" : "Info, varningar och allvarliga fel", "Warnings, errors and fatal issues" : "Varningar, fel och allvarliga fel", @@ -273,10 +335,18 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Speciellt när desktop klienten för filsynkronisering används så avråds användande av SQLite.", "Experimental applications ahead" : "Experimentiella applikationer framför", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Experimentella applikationer är ej kontrollerade för säkerhetsproblem, nya eller kända att vara instabila och under föränderlig utveckling. Installation utav dessa kan orsaka dataförlust eller säkerhetsbrott.", + "Uninstall App" : "Avinstallera applikation", "Enable experimental apps" : "Aktivera experimentiella applikationer", - "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hej där,<br><br>vill bara informera dig om att du nu har ett %s konto.<br><br>Ditt användarnamn: %s<br>Accessa det genom: <a href=\"%s\">%s</a><br><br>", - "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hej där,\n\nvill bara informera dig om att du nu har ett %s konto.\n\nDitt användarnamn: %s\nAccessa det genom: %s\n", + "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Hej där,<br><br>Tänkte bara informera dig om att du nu har ett %s konto.<br><br>Ditt användarnamn: %s<br>Accessa det här: <a href=\"%s\">%s</a><br><br>", + "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Hej där,\n\nTänkte bara informera dig om att du nu har ett %s konto.\n\nDitt användarnamn: %s\nAccessa det här: %s\n", + "Add Group" : "Lägg till Grupp", "Group" : "Grupp", + "Default Quota" : "Förvald datakvot", + "Full Name" : "Fullständigt namn", + "Group Admin for" : "Gruppadmin för", + "Storage Location" : "Lagringsplats", + "User Backend" : "Användarbackend", + "Last Login" : "Senaste inloggining", "APCu" : "APCu", "Redis" : "Redis", "External Storage" : "Extern lagring", diff --git a/settings/l10n/th_TH.js b/settings/l10n/th_TH.js index efb6b92bedf..15bc66a895c 100644 --- a/settings/l10n/th_TH.js +++ b/settings/l10n/th_TH.js @@ -52,7 +52,6 @@ OC.L10N.register( "The app will be downloaded from the app store" : "แอพฯจะดาวน์โหลดได้จากแอพสโตร์", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "แอพพลิเคชันได้รับการอนุมัติและพัฒนาโดยนักพัฒนาที่น่าเชื่อถือและได้ผ่านการตรวจสอบความปลอดภัยคร่าวๆ พวกเขาจะได้รับการบำรุงรักษาอย่างดีในการเก็บข้อมูลรหัสเปิด มันอาจยังไม่เสถียรพอสำหรับการเปิดใช้งานปกติ", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "แอพฯ นี้ไม่ได้ตรวจสอบปัญหาด้านความปลอดภัยและเป็นแอพฯใหม่หรือที่รู้จักกันคือจะไม่เสถียร ติดตั้งบนความเสี่ยงของคุณเอง", - "Please wait...." : "กรุณารอสักครู่...", "Error while disabling app" : "เกิดข้อผิดพลาดขณะปิดการใช้งานแอพพลิเคชัน", "Disable" : "ปิดใช้งาน", "Enable" : "เปิดใช้งาน", @@ -184,7 +183,6 @@ OC.L10N.register( "Hide description …" : "ซ่อนรายละเอียด ...", "This app cannot be installed because the following dependencies are not fulfilled:" : "ไม่สามารถติดตั้งแอพฯนี้เพราะไม่มีตัวอ้างอิงต่อไปนี้:", "Enable only for specific groups" : "เปิดใช้งานเพียงเฉพาะกลุ่ม", - "Uninstall App" : "ถอนการติดตั้งแอพฯ", "SSL Root Certificates" : "ใบรับรอง SSL", "Common Name" : "ชื่อทั่วไป", "Valid until" : "ใช้ได้จนถึง", @@ -247,6 +245,7 @@ OC.L10N.register( "log-level out of allowed range" : "ระดับ-บันทึก ไม่ได้อยู่ในช่วงที่ได้รับอนุญาต", "Language changed" : "เปลี่ยนภาษาเรียบร้อยแล้ว", "Are you really sure you want add \"{domain}\" as trusted domain?" : "คุณแน่ใจจริงๆ ว่าคุณต้องการเพิ่ม \"{domain}\" เป็นโดเมนที่เชื่อถือได้?", + "Please wait...." : "กรุณารอสักครู่...", "Everything (fatal issues, errors, warnings, info, debug)" : "ทุกอย่าง (ปัญหาร้ายแรง ข้อผิดพลาด คำเตือน ข้อมูล การแก้ปัญหา)", "Info, warnings, errors and fatal issues" : "ข้อมูล คำเตือน ข้อผิดพลาดและปัญหาร้ายแรง", "Warnings, errors and fatal issues" : "คำเตือนข้อผิดพลาดและปัญหาที่ร้ายแรง", @@ -264,6 +263,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "โดยเฉพาะอย่างยิ่งเมื่อใช้ไคลเอนต์เดสก์ทอปสำหรับการประสานข้อมูลโดย SQLite", "Experimental applications ahead" : "การใช้งานก่อนการทดลอง", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "การทดลองแอพพลิเคชันไม่ได้ถูกตรวจสอบปัญหาด้านความปลอดภัย การติดตั้งพวกเขาสามารถก่อให้เกิดการสูญเสียข้อมูลหรือการละเมิดความปลอดภัย", + "Uninstall App" : "ถอนการติดตั้งแอพฯ", "Enable experimental apps" : "เปิดใช้งานแอพพลิเคชั่นทดลอง", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "นี่คุณ<br><br>อยากจะแจ้งให้คุณทราบว่าขณะนี้คุณมีบัญชี %s<br><br>ชื่อผู้ใช้ของคุณคือ: %s<br>เข้าไปงานได้ที่: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "นี่คุณ\n\nอยากให้คุณทราบว่าขณะนี้คุณมี %s บัญชี\n\nชื่อผู้ใช้ของคุณ: %s\nดูได้ที่: %s\n", diff --git a/settings/l10n/th_TH.json b/settings/l10n/th_TH.json index e926161b592..dbd931ec822 100644 --- a/settings/l10n/th_TH.json +++ b/settings/l10n/th_TH.json @@ -50,7 +50,6 @@ "The app will be downloaded from the app store" : "แอพฯจะดาวน์โหลดได้จากแอพสโตร์", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "แอพพลิเคชันได้รับการอนุมัติและพัฒนาโดยนักพัฒนาที่น่าเชื่อถือและได้ผ่านการตรวจสอบความปลอดภัยคร่าวๆ พวกเขาจะได้รับการบำรุงรักษาอย่างดีในการเก็บข้อมูลรหัสเปิด มันอาจยังไม่เสถียรพอสำหรับการเปิดใช้งานปกติ", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "แอพฯ นี้ไม่ได้ตรวจสอบปัญหาด้านความปลอดภัยและเป็นแอพฯใหม่หรือที่รู้จักกันคือจะไม่เสถียร ติดตั้งบนความเสี่ยงของคุณเอง", - "Please wait...." : "กรุณารอสักครู่...", "Error while disabling app" : "เกิดข้อผิดพลาดขณะปิดการใช้งานแอพพลิเคชัน", "Disable" : "ปิดใช้งาน", "Enable" : "เปิดใช้งาน", @@ -182,7 +181,6 @@ "Hide description …" : "ซ่อนรายละเอียด ...", "This app cannot be installed because the following dependencies are not fulfilled:" : "ไม่สามารถติดตั้งแอพฯนี้เพราะไม่มีตัวอ้างอิงต่อไปนี้:", "Enable only for specific groups" : "เปิดใช้งานเพียงเฉพาะกลุ่ม", - "Uninstall App" : "ถอนการติดตั้งแอพฯ", "SSL Root Certificates" : "ใบรับรอง SSL", "Common Name" : "ชื่อทั่วไป", "Valid until" : "ใช้ได้จนถึง", @@ -245,6 +243,7 @@ "log-level out of allowed range" : "ระดับ-บันทึก ไม่ได้อยู่ในช่วงที่ได้รับอนุญาต", "Language changed" : "เปลี่ยนภาษาเรียบร้อยแล้ว", "Are you really sure you want add \"{domain}\" as trusted domain?" : "คุณแน่ใจจริงๆ ว่าคุณต้องการเพิ่ม \"{domain}\" เป็นโดเมนที่เชื่อถือได้?", + "Please wait...." : "กรุณารอสักครู่...", "Everything (fatal issues, errors, warnings, info, debug)" : "ทุกอย่าง (ปัญหาร้ายแรง ข้อผิดพลาด คำเตือน ข้อมูล การแก้ปัญหา)", "Info, warnings, errors and fatal issues" : "ข้อมูล คำเตือน ข้อผิดพลาดและปัญหาร้ายแรง", "Warnings, errors and fatal issues" : "คำเตือนข้อผิดพลาดและปัญหาที่ร้ายแรง", @@ -262,6 +261,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "โดยเฉพาะอย่างยิ่งเมื่อใช้ไคลเอนต์เดสก์ทอปสำหรับการประสานข้อมูลโดย SQLite", "Experimental applications ahead" : "การใช้งานก่อนการทดลอง", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "การทดลองแอพพลิเคชันไม่ได้ถูกตรวจสอบปัญหาด้านความปลอดภัย การติดตั้งพวกเขาสามารถก่อให้เกิดการสูญเสียข้อมูลหรือการละเมิดความปลอดภัย", + "Uninstall App" : "ถอนการติดตั้งแอพฯ", "Enable experimental apps" : "เปิดใช้งานแอพพลิเคชั่นทดลอง", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "นี่คุณ<br><br>อยากจะแจ้งให้คุณทราบว่าขณะนี้คุณมีบัญชี %s<br><br>ชื่อผู้ใช้ของคุณคือ: %s<br>เข้าไปงานได้ที่: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "นี่คุณ\n\nอยากให้คุณทราบว่าขณะนี้คุณมี %s บัญชี\n\nชื่อผู้ใช้ของคุณ: %s\nดูได้ที่: %s\n", diff --git a/settings/l10n/tr.js b/settings/l10n/tr.js index 299a33b7a26..b4358ec5274 100644 --- a/settings/l10n/tr.js +++ b/settings/l10n/tr.js @@ -53,7 +53,6 @@ OC.L10N.register( "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Resmi uygulamalar topluluk tarafından geliştirilmiştir. Merkezi işlevleri yerine getirdikleri gibi kullanıma da hazırdırlar.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Onaylanan uygulamalar güvenilir geliştiriciler tarafından geliştirilir ve detaylı olmayan bir güvenlik kontrolünden geçirilir. Bunlar açık kaynak kod deposunda bulunmakta ve normal kullanım için kararlı oldukları varsayılmaktadır.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Bu uygulama güvenlik kontrolünden geçmedi veya yeni ya da kararsız olarak bilinmektedir. Kendiniz bu riski alarak yükleyebilirsiniz.", - "Please wait...." : "Lütfen bekleyin....", "Error while disabling app" : "Uygulama devre dışı bırakılırken hata", "Disable" : "Devre Dışı Bırak", "Enable" : "Etkinleştir", @@ -213,7 +212,6 @@ OC.L10N.register( "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Bu uygulama için atanan en yüksek Nextcloud sürümü bulunmuyor. Bu ileride bir hata olacaktır.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Bu uygulama, aşağıdaki bağımlılıklar sağlanmadığından yüklenemiyor:", "Enable only for specific groups" : "Sadece belirli gruplar için etkinleştir", - "Uninstall App" : "Uygulamayı Kaldır", "SSL Root Certificates" : "SSL Kök Sertifikaları", "Common Name" : "Ortak Ad", "Valid until" : "Geçerlilik", @@ -288,6 +286,7 @@ OC.L10N.register( "log-level out of allowed range" : "günlük seviyesi izin verilen aralık dışında", "Language changed" : "Dil değiştirildi", "Are you really sure you want add \"{domain}\" as trusted domain?" : "\"{domain}\" alan adını güvenilir alan adı olarak eklemek istediğinizden emin misiniz?", + "Please wait...." : "Lütfen bekleyin....", "iPhone" : "iPhone", "Everything (fatal issues, errors, warnings, info, debug)" : "Her şey (Ciddi sorunlar, hatalar, uyarılar, bilgi, hata ayıklama)", "Info, warnings, errors and fatal issues" : "Bilgi, uyarılar, hatalar ve ciddi sorunlar", @@ -306,6 +305,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Özellikle dosya eşitleme için masaüstü istemcisi kullanılırken SQLite kullanımı önerilmez.", "Experimental applications ahead" : "İlerideki deneysel uygulamalar", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Deneysel uygulamalar güvenlik açısından denetlenmemiş, yeni veya kararsız olmaya açık ya da geliştirilme aşamasında olan uygulamalardır. Yüklemek veri kaybı veya güvenlik açıklarına sebep olabilir.", + "Uninstall App" : "Uygulamayı Kaldır", "Enable experimental apps" : "Deneysel uygulamaları etkinleştir", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Merhaba,<br><br>Sadece artık bir %s hesabınızın olduğunu söylemek istedim.<br><br>Kullanıcı adınız: %s<br>Şuradan erişin: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Merhaba,\n\nSadece, artık bir %s hesabınızın olduğunu söylemek istedim.\n\nKullanıcı adınız: %s\nErişim: %s\n\n", diff --git a/settings/l10n/tr.json b/settings/l10n/tr.json index 4051f85b81c..b9e203b2c8d 100644 --- a/settings/l10n/tr.json +++ b/settings/l10n/tr.json @@ -51,7 +51,6 @@ "Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Resmi uygulamalar topluluk tarafından geliştirilmiştir. Merkezi işlevleri yerine getirdikleri gibi kullanıma da hazırdırlar.", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Onaylanan uygulamalar güvenilir geliştiriciler tarafından geliştirilir ve detaylı olmayan bir güvenlik kontrolünden geçirilir. Bunlar açık kaynak kod deposunda bulunmakta ve normal kullanım için kararlı oldukları varsayılmaktadır.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Bu uygulama güvenlik kontrolünden geçmedi veya yeni ya da kararsız olarak bilinmektedir. Kendiniz bu riski alarak yükleyebilirsiniz.", - "Please wait...." : "Lütfen bekleyin....", "Error while disabling app" : "Uygulama devre dışı bırakılırken hata", "Disable" : "Devre Dışı Bırak", "Enable" : "Etkinleştir", @@ -211,7 +210,6 @@ "This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Bu uygulama için atanan en yüksek Nextcloud sürümü bulunmuyor. Bu ileride bir hata olacaktır.", "This app cannot be installed because the following dependencies are not fulfilled:" : "Bu uygulama, aşağıdaki bağımlılıklar sağlanmadığından yüklenemiyor:", "Enable only for specific groups" : "Sadece belirli gruplar için etkinleştir", - "Uninstall App" : "Uygulamayı Kaldır", "SSL Root Certificates" : "SSL Kök Sertifikaları", "Common Name" : "Ortak Ad", "Valid until" : "Geçerlilik", @@ -286,6 +284,7 @@ "log-level out of allowed range" : "günlük seviyesi izin verilen aralık dışında", "Language changed" : "Dil değiştirildi", "Are you really sure you want add \"{domain}\" as trusted domain?" : "\"{domain}\" alan adını güvenilir alan adı olarak eklemek istediğinizden emin misiniz?", + "Please wait...." : "Lütfen bekleyin....", "iPhone" : "iPhone", "Everything (fatal issues, errors, warnings, info, debug)" : "Her şey (Ciddi sorunlar, hatalar, uyarılar, bilgi, hata ayıklama)", "Info, warnings, errors and fatal issues" : "Bilgi, uyarılar, hatalar ve ciddi sorunlar", @@ -304,6 +303,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Özellikle dosya eşitleme için masaüstü istemcisi kullanılırken SQLite kullanımı önerilmez.", "Experimental applications ahead" : "İlerideki deneysel uygulamalar", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Deneysel uygulamalar güvenlik açısından denetlenmemiş, yeni veya kararsız olmaya açık ya da geliştirilme aşamasında olan uygulamalardır. Yüklemek veri kaybı veya güvenlik açıklarına sebep olabilir.", + "Uninstall App" : "Uygulamayı Kaldır", "Enable experimental apps" : "Deneysel uygulamaları etkinleştir", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Merhaba,<br><br>Sadece artık bir %s hesabınızın olduğunu söylemek istedim.<br><br>Kullanıcı adınız: %s<br>Şuradan erişin: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Merhaba,\n\nSadece, artık bir %s hesabınızın olduğunu söylemek istedim.\n\nKullanıcı adınız: %s\nErişim: %s\n\n", diff --git a/settings/l10n/ug.js b/settings/l10n/ug.js index 23c82ac55ce..bf4b16b3027 100644 --- a/settings/l10n/ug.js +++ b/settings/l10n/ug.js @@ -9,7 +9,6 @@ OC.L10N.register( "Unable to remove user from group %s" : "ئىشلەتكۈچىنى %s گۇرۇپپىدىن چىقىرىۋېتەلمەيدۇ", "Couldn't update app." : "ئەپنى يېڭىلىيالمايدۇ.", "All" : "ھەممىسى", - "Please wait...." : "سەل كۈتۈڭ…", "Disable" : "چەكلە", "Enable" : "قوزغات", "Updating...." : "يېڭىلاۋاتىدۇ…", @@ -47,6 +46,7 @@ OC.L10N.register( "set new password" : "يېڭى ئىم تەڭشە", "Default" : "كۆڭۈلدىكى", "Language changed" : "تىل ئۆزگەردى", + "Please wait...." : "سەل كۈتۈڭ…", "Log" : "خاتىرە", "More" : "تېخىمۇ كۆپ", "Less" : "ئاز" diff --git a/settings/l10n/ug.json b/settings/l10n/ug.json index 5130f148f26..b99ed2b034b 100644 --- a/settings/l10n/ug.json +++ b/settings/l10n/ug.json @@ -7,7 +7,6 @@ "Unable to remove user from group %s" : "ئىشلەتكۈچىنى %s گۇرۇپپىدىن چىقىرىۋېتەلمەيدۇ", "Couldn't update app." : "ئەپنى يېڭىلىيالمايدۇ.", "All" : "ھەممىسى", - "Please wait...." : "سەل كۈتۈڭ…", "Disable" : "چەكلە", "Enable" : "قوزغات", "Updating...." : "يېڭىلاۋاتىدۇ…", @@ -45,6 +44,7 @@ "set new password" : "يېڭى ئىم تەڭشە", "Default" : "كۆڭۈلدىكى", "Language changed" : "تىل ئۆزگەردى", + "Please wait...." : "سەل كۈتۈڭ…", "Log" : "خاتىرە", "More" : "تېخىمۇ كۆپ", "Less" : "ئاز" diff --git a/settings/l10n/uk.js b/settings/l10n/uk.js index 1df27fc1acc..faacd74e592 100644 --- a/settings/l10n/uk.js +++ b/settings/l10n/uk.js @@ -50,7 +50,6 @@ OC.L10N.register( "No apps found for your version" : "Немає застосунків для вашої версії", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Схвалені додатки розроблені довіреними розробниками і пройшли незалежну перевірку безпеки. Їх активно супроводжують у репозиторії з відкритим кодом, а їх розробники стежать, щоб вони були стабільні й прийнятні для повсякденного використання.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ця програма не перевірена на вразливості безпеки і є новою або нестабільною. Встановлюйте її на власний ризик.", - "Please wait...." : "Зачекайте, будь ласка...", "Error while disabling app" : "Помилка вимикання додатка", "Disable" : "Вимкнути", "Enable" : "Увімкнути", @@ -163,7 +162,6 @@ OC.L10N.register( "Hide description …" : "Сховати деталі ...", "This app cannot be installed because the following dependencies are not fulfilled:" : "Ця програма не може бути встановлено, так як наступні залежності не будуть виконані:", "Enable only for specific groups" : "Включити тільки для конкретних груп", - "Uninstall App" : "Видалити додаток", "Common Name" : "Ім'я:", "Valid until" : "Дійсно до", "Issued By" : "Виданий", @@ -221,6 +219,7 @@ OC.L10N.register( "log-level out of allowed range" : "рівень протоколювання перевищує дозволені межі", "Language changed" : "Мову змінено", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ви дійсно бажаєте додати \"{domain}\" як довірений домен?", + "Please wait...." : "Зачекайте, будь ласка...", "Everything (fatal issues, errors, warnings, info, debug)" : "Усі (критичні проблеми, помилки, попередження, інформаційні, налагодження)", "Info, warnings, errors and fatal issues" : "Інформаційні, попередження, помилки та критичні проблеми", "Warnings, errors and fatal issues" : "Попередження, помилки та критичні проблеми", @@ -237,6 +236,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Особливо сумнівне використання SQLite при синхронізації файлів з використанням клієнта для ПК.", "Experimental applications ahead" : "Спершу експериментальні додатки", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Експериментальні додатки не перевірені на наявність проблем безпеки, нові або нестабільні і в процесі активної розробки. Встановлення їх може спричинити втрату даних або дірки в безпеці.", + "Uninstall App" : "Видалити додаток", "Enable experimental apps" : "Увімкнути експериментальні застосунки", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Агов,<br><br>просто щоб ви знали, у вас є аккаунт %s.<br><br>Ваше ім'я користувача: %s<br>Перейдіть сюди: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Агов,\n\nпросто щоб ви знали, у вас є аккаунт %s.\n\nВаше ім'я користувача: %s\nПерейдіть сюди: %s\n\n", diff --git a/settings/l10n/uk.json b/settings/l10n/uk.json index e660970f1ec..7b3ae244bdc 100644 --- a/settings/l10n/uk.json +++ b/settings/l10n/uk.json @@ -48,7 +48,6 @@ "No apps found for your version" : "Немає застосунків для вашої версії", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Схвалені додатки розроблені довіреними розробниками і пройшли незалежну перевірку безпеки. Їх активно супроводжують у репозиторії з відкритим кодом, а їх розробники стежать, щоб вони були стабільні й прийнятні для повсякденного використання.", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ця програма не перевірена на вразливості безпеки і є новою або нестабільною. Встановлюйте її на власний ризик.", - "Please wait...." : "Зачекайте, будь ласка...", "Error while disabling app" : "Помилка вимикання додатка", "Disable" : "Вимкнути", "Enable" : "Увімкнути", @@ -161,7 +160,6 @@ "Hide description …" : "Сховати деталі ...", "This app cannot be installed because the following dependencies are not fulfilled:" : "Ця програма не може бути встановлено, так як наступні залежності не будуть виконані:", "Enable only for specific groups" : "Включити тільки для конкретних груп", - "Uninstall App" : "Видалити додаток", "Common Name" : "Ім'я:", "Valid until" : "Дійсно до", "Issued By" : "Виданий", @@ -219,6 +217,7 @@ "log-level out of allowed range" : "рівень протоколювання перевищує дозволені межі", "Language changed" : "Мову змінено", "Are you really sure you want add \"{domain}\" as trusted domain?" : "Ви дійсно бажаєте додати \"{domain}\" як довірений домен?", + "Please wait...." : "Зачекайте, будь ласка...", "Everything (fatal issues, errors, warnings, info, debug)" : "Усі (критичні проблеми, помилки, попередження, інформаційні, налагодження)", "Info, warnings, errors and fatal issues" : "Інформаційні, попередження, помилки та критичні проблеми", "Warnings, errors and fatal issues" : "Попередження, помилки та критичні проблеми", @@ -235,6 +234,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Особливо сумнівне використання SQLite при синхронізації файлів з використанням клієнта для ПК.", "Experimental applications ahead" : "Спершу експериментальні додатки", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "Експериментальні додатки не перевірені на наявність проблем безпеки, нові або нестабільні і в процесі активної розробки. Встановлення їх може спричинити втрату даних або дірки в безпеці.", + "Uninstall App" : "Видалити додаток", "Enable experimental apps" : "Увімкнути експериментальні застосунки", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "Агов,<br><br>просто щоб ви знали, у вас є аккаунт %s.<br><br>Ваше ім'я користувача: %s<br>Перейдіть сюди: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Агов,\n\nпросто щоб ви знали, у вас є аккаунт %s.\n\nВаше ім'я користувача: %s\nПерейдіть сюди: %s\n\n", diff --git a/settings/l10n/vi.js b/settings/l10n/vi.js index 7ebe8f3a668..798e9a8401c 100644 --- a/settings/l10n/vi.js +++ b/settings/l10n/vi.js @@ -14,7 +14,6 @@ OC.L10N.register( "Unable to remove user from group %s" : "Không thể xóa người dùng từ nhóm %s", "Couldn't update app." : "Không thể cập nhật ứng dụng", "All" : "Tất cả", - "Please wait...." : "Xin hãy đợi...", "Disable" : "Tắt", "Enable" : "Bật", "Updating...." : "Đang cập nhật...", @@ -63,6 +62,7 @@ OC.L10N.register( "set new password" : "đặt mật khẩu mới", "Default" : "Mặc định", "Language changed" : "Ngôn ngữ đã được thay đổi", + "Please wait...." : "Xin hãy đợi...", "Log" : "Log", "More" : "hơn", "Less" : "ít", diff --git a/settings/l10n/vi.json b/settings/l10n/vi.json index bdbe044ba1a..08c61a6f92f 100644 --- a/settings/l10n/vi.json +++ b/settings/l10n/vi.json @@ -12,7 +12,6 @@ "Unable to remove user from group %s" : "Không thể xóa người dùng từ nhóm %s", "Couldn't update app." : "Không thể cập nhật ứng dụng", "All" : "Tất cả", - "Please wait...." : "Xin hãy đợi...", "Disable" : "Tắt", "Enable" : "Bật", "Updating...." : "Đang cập nhật...", @@ -61,6 +60,7 @@ "set new password" : "đặt mật khẩu mới", "Default" : "Mặc định", "Language changed" : "Ngôn ngữ đã được thay đổi", + "Please wait...." : "Xin hãy đợi...", "Log" : "Log", "More" : "hơn", "Less" : "ít", diff --git a/settings/l10n/zh_CN.js b/settings/l10n/zh_CN.js index efbb86447dd..b1d743c0047 100644 --- a/settings/l10n/zh_CN.js +++ b/settings/l10n/zh_CN.js @@ -51,7 +51,6 @@ OC.L10N.register( "No apps found for your version" : "未找到适合当前版本的应用", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "已认可的应用是由值得信赖的开发商开发,并已通过了一个粗略的安全检查。他们放在一个开放的代码库并且维护人员认为他们是稳定的差不多可以正常使用。", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "此应用未检查安全问题,它是新的或已知是不稳定的。安装风险自担。", - "Please wait...." : "请稍等....", "Error while disabling app" : "禁用应用时出错", "Disable" : "禁用", "Enable" : "开启", @@ -181,7 +180,6 @@ OC.L10N.register( "This app has an update available." : "此应用有可用的更新。", "This app cannot be installed because the following dependencies are not fulfilled:" : "此应用程序无法安装,因为以下依赖性不满足:", "Enable only for specific groups" : "仅对特定的组开放", - "Uninstall App" : "卸载应用", "SSL Root Certificates" : "SSL 根证书", "Common Name" : "通用名称", "Valid until" : "有效期至", @@ -242,6 +240,7 @@ OC.L10N.register( "log-level out of allowed range" : "日志级别超出允许的范围", "Language changed" : "语言已修改", "Are you really sure you want add \"{domain}\" as trusted domain?" : "你真的希望添加 \"{domain}\" 为信任域?", + "Please wait...." : "请稍等....", "Everything (fatal issues, errors, warnings, info, debug)" : "所有(灾难性问题,错误,警告,信息,调试)", "Info, warnings, errors and fatal issues" : "信息,警告,错误和灾难性问题", "Warnings, errors and fatal issues" : "警告,错误和灾难性问题", @@ -259,6 +258,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "特别当使用桌面客户端来同步文件时,不鼓励使用 SQLite 。", "Experimental applications ahead" : "未来的实验应用", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "实验应用程序没有在安全性的问题上作过多检查,新的或已知的不稳定 BUG 都在开发中。安装它们可能会导致数据丢失或安全漏洞。", + "Uninstall App" : "卸载应用", "Enable experimental apps" : "启用实验性应用程序", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "亲,<br><br>现在我们为你开通了 %s 私有云帐户。<br><br>你的用户名: %s<br>访问网址: <a href=\\\"%s\\\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "亲,\\n\\n 现在我们为你开通了 %s 私有去帐户。\\n\\n 你的用户名: %s\\n 访问网址: %s\\n 你的初始密码需要咨询系统管理员。或者你也可以在登录页面输入任意密码登录,\\n登录窗口将出现忘记密码链接,点击通过注册邮箱重设初始密码。\\n\\n", diff --git a/settings/l10n/zh_CN.json b/settings/l10n/zh_CN.json index 17c5ba13b32..a8116b46e04 100644 --- a/settings/l10n/zh_CN.json +++ b/settings/l10n/zh_CN.json @@ -49,7 +49,6 @@ "No apps found for your version" : "未找到适合当前版本的应用", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "已认可的应用是由值得信赖的开发商开发,并已通过了一个粗略的安全检查。他们放在一个开放的代码库并且维护人员认为他们是稳定的差不多可以正常使用。", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "此应用未检查安全问题,它是新的或已知是不稳定的。安装风险自担。", - "Please wait...." : "请稍等....", "Error while disabling app" : "禁用应用时出错", "Disable" : "禁用", "Enable" : "开启", @@ -179,7 +178,6 @@ "This app has an update available." : "此应用有可用的更新。", "This app cannot be installed because the following dependencies are not fulfilled:" : "此应用程序无法安装,因为以下依赖性不满足:", "Enable only for specific groups" : "仅对特定的组开放", - "Uninstall App" : "卸载应用", "SSL Root Certificates" : "SSL 根证书", "Common Name" : "通用名称", "Valid until" : "有效期至", @@ -240,6 +238,7 @@ "log-level out of allowed range" : "日志级别超出允许的范围", "Language changed" : "语言已修改", "Are you really sure you want add \"{domain}\" as trusted domain?" : "你真的希望添加 \"{domain}\" 为信任域?", + "Please wait...." : "请稍等....", "Everything (fatal issues, errors, warnings, info, debug)" : "所有(灾难性问题,错误,警告,信息,调试)", "Info, warnings, errors and fatal issues" : "信息,警告,错误和灾难性问题", "Warnings, errors and fatal issues" : "警告,错误和灾难性问题", @@ -257,6 +256,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "特别当使用桌面客户端来同步文件时,不鼓励使用 SQLite 。", "Experimental applications ahead" : "未来的实验应用", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "实验应用程序没有在安全性的问题上作过多检查,新的或已知的不稳定 BUG 都在开发中。安装它们可能会导致数据丢失或安全漏洞。", + "Uninstall App" : "卸载应用", "Enable experimental apps" : "启用实验性应用程序", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "亲,<br><br>现在我们为你开通了 %s 私有云帐户。<br><br>你的用户名: %s<br>访问网址: <a href=\\\"%s\\\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "亲,\\n\\n 现在我们为你开通了 %s 私有去帐户。\\n\\n 你的用户名: %s\\n 访问网址: %s\\n 你的初始密码需要咨询系统管理员。或者你也可以在登录页面输入任意密码登录,\\n登录窗口将出现忘记密码链接,点击通过注册邮箱重设初始密码。\\n\\n", diff --git a/settings/l10n/zh_HK.js b/settings/l10n/zh_HK.js index afc266ce205..8e5ea49575e 100644 --- a/settings/l10n/zh_HK.js +++ b/settings/l10n/zh_HK.js @@ -9,7 +9,6 @@ OC.L10N.register( "Email sent" : "郵件已傳", "Sending..." : "發送中...", "All" : "所有", - "Please wait...." : "請稍候....", "Disable" : "停用", "Enable" : "啟用", "Updating...." : "更新中....", @@ -49,6 +48,7 @@ OC.L10N.register( "Everyone" : "所有人", "Other" : "其他", "Default" : "預設", + "Please wait...." : "請稍候....", "Log" : "日誌", "More" : "更多", "Group" : "群組", diff --git a/settings/l10n/zh_HK.json b/settings/l10n/zh_HK.json index 7cfee3ec8b2..ca6a5bbbe2f 100644 --- a/settings/l10n/zh_HK.json +++ b/settings/l10n/zh_HK.json @@ -7,7 +7,6 @@ "Email sent" : "郵件已傳", "Sending..." : "發送中...", "All" : "所有", - "Please wait...." : "請稍候....", "Disable" : "停用", "Enable" : "啟用", "Updating...." : "更新中....", @@ -47,6 +46,7 @@ "Everyone" : "所有人", "Other" : "其他", "Default" : "預設", + "Please wait...." : "請稍候....", "Log" : "日誌", "More" : "更多", "Group" : "群組", diff --git a/settings/l10n/zh_TW.js b/settings/l10n/zh_TW.js index 57079b74b77..cfa1a619482 100644 --- a/settings/l10n/zh_TW.js +++ b/settings/l10n/zh_TW.js @@ -52,7 +52,6 @@ OC.L10N.register( "The app will be downloaded from the app store" : "將會從應用程式商店下載這個應用程式", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "審查通過的應用程式經由可信任的開發人員所設計,並且經過一連串的安全測試,他們在開放的程式庫中維護這些應用程式,而且確保這些應用程式能穩定運作", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "這個新應用程式並沒有經過安全檢測,可能會是不穩定的,如果您要安裝的話,風險自行負責。", - "Please wait...." : "請稍候…", "Error while disabling app" : "停用應用程式錯誤", "Disable" : "停用", "Enable" : "啟用", @@ -195,7 +194,6 @@ OC.L10N.register( "This app has an update available." : "此應用程式有可用的更新", "This app cannot be installed because the following dependencies are not fulfilled:" : "這個應用程式無法被安裝,因為欠缺下列相依套件:", "Enable only for specific groups" : "僅對特定的群組啟用", - "Uninstall App" : "解除安裝 App", "Common Name" : "Common Name", "Valid until" : "到期日", "Issued By" : "發行者:", @@ -256,6 +254,7 @@ OC.L10N.register( "log-level out of allowed range" : "log-level 超過允許範圍", "Language changed" : "語言已變更", "Are you really sure you want add \"{domain}\" as trusted domain?" : "您確定要新增 \"{domain}' 為信任的網域?", + "Please wait...." : "請稍候…", "iPhone" : "iPhone", "Everything (fatal issues, errors, warnings, info, debug)" : "全部(嚴重問題、錯誤、警告、資訊、除錯訊息)", "Info, warnings, errors and fatal issues" : "嚴重問題、錯誤、警告、資訊", @@ -274,6 +273,7 @@ OC.L10N.register( "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "若使用桌面版程式同步檔案,不建議使用 SQLite", "Experimental applications ahead" : "以下是實驗性質的應用程式", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "實驗性質的應用程式並沒有經過安全檢測,可能會不穩定而且正在開發中,安裝他們可能會造成資料遺失或是安全問題", + "Uninstall App" : "解除安裝 App", "Enable experimental apps" : "啟用實驗性質的應用程式", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "嗨,<br><br>通知您一聲,您現在有了 %s 的帳號。<br><br>您的帳號: %s<br>開通帳號: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "嗨,\n\n通知您一聲,您現在有了 %s 的帳號。\n\n您的帳號:%s\n開通帳號:%s\n\n", diff --git a/settings/l10n/zh_TW.json b/settings/l10n/zh_TW.json index 58d471b4b93..26bc8718987 100644 --- a/settings/l10n/zh_TW.json +++ b/settings/l10n/zh_TW.json @@ -50,7 +50,6 @@ "The app will be downloaded from the app store" : "將會從應用程式商店下載這個應用程式", "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "審查通過的應用程式經由可信任的開發人員所設計,並且經過一連串的安全測試,他們在開放的程式庫中維護這些應用程式,而且確保這些應用程式能穩定運作", "This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "這個新應用程式並沒有經過安全檢測,可能會是不穩定的,如果您要安裝的話,風險自行負責。", - "Please wait...." : "請稍候…", "Error while disabling app" : "停用應用程式錯誤", "Disable" : "停用", "Enable" : "啟用", @@ -193,7 +192,6 @@ "This app has an update available." : "此應用程式有可用的更新", "This app cannot be installed because the following dependencies are not fulfilled:" : "這個應用程式無法被安裝,因為欠缺下列相依套件:", "Enable only for specific groups" : "僅對特定的群組啟用", - "Uninstall App" : "解除安裝 App", "Common Name" : "Common Name", "Valid until" : "到期日", "Issued By" : "發行者:", @@ -254,6 +252,7 @@ "log-level out of allowed range" : "log-level 超過允許範圍", "Language changed" : "語言已變更", "Are you really sure you want add \"{domain}\" as trusted domain?" : "您確定要新增 \"{domain}' 為信任的網域?", + "Please wait...." : "請稍候…", "iPhone" : "iPhone", "Everything (fatal issues, errors, warnings, info, debug)" : "全部(嚴重問題、錯誤、警告、資訊、除錯訊息)", "Info, warnings, errors and fatal issues" : "嚴重問題、錯誤、警告、資訊", @@ -272,6 +271,7 @@ "Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "若使用桌面版程式同步檔案,不建議使用 SQLite", "Experimental applications ahead" : "以下是實驗性質的應用程式", "Experimental apps are not checked for security issues, new or known to be unstable and under heavy development. Installing them can cause data loss or security breaches." : "實驗性質的應用程式並沒有經過安全檢測,可能會不穩定而且正在開發中,安裝他們可能會造成資料遺失或是安全問題", + "Uninstall App" : "解除安裝 App", "Enable experimental apps" : "啟用實驗性質的應用程式", "Hey there,<br><br>just letting you know that you now have an %s account.<br><br>Your username: %s<br>Access it: <a href=\"%s\">%s</a><br><br>" : "嗨,<br><br>通知您一聲,您現在有了 %s 的帳號。<br><br>您的帳號: %s<br>開通帳號: <a href=\"%s\">%s</a><br><br>", "Hey there,\n\njust letting you know that you now have an %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "嗨,\n\n通知您一聲,您現在有了 %s 的帳號。\n\n您的帳號:%s\n開通帳號:%s\n\n", |