mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
4f1de4a6c8
commit
4663c82819
84 changed files with 324 additions and 82 deletions
|
|
@ -325,7 +325,9 @@ OC.L10N.register(
|
|||
"The files are locked" : "Pliki są zablokowane",
|
||||
"The file does not exist anymore" : "Plik już nie istnieje",
|
||||
"Moving \"{source}\" to \"{destination}\" …" : "Przenoszenie „{source}” do „{destination}” …",
|
||||
"_Moving %n file to \"{destination}\" …_::_Moving %n files to \"{destination}\" …_" : ["Przenoszenie %n pliku do \"{destination}: ...","Przenoszenie %n plików do \"{destination}: ...","Przenoszenie %n plików do \"{destination}: ...","Przenoszenie %n plików do \"{destination}: ..."],
|
||||
"Copying \"{source}\" to \"{destination}\" …" : "Kopiowanie „{source}” do „{destination}” …",
|
||||
"_Copying %n file to \"{destination}\" …_::_Copying %n files to \"{destination}\" …_" : ["Kopiowanie %n pliku do \"{destination}: ...","Kopiowanie %n plików do \"{destination}: ...","Kopiowanie %n plików do \"{destination}: ...","Kopiowanie %n plików do \"{destination}: ..."],
|
||||
"Choose destination" : "Wybierz miejsce docelowe",
|
||||
"Copy to {target}" : "Skopiuj do {target}",
|
||||
"Move to {target}" : "Przenieś do {target}",
|
||||
|
|
|
|||
|
|
@ -323,7 +323,9 @@
|
|||
"The files are locked" : "Pliki są zablokowane",
|
||||
"The file does not exist anymore" : "Plik już nie istnieje",
|
||||
"Moving \"{source}\" to \"{destination}\" …" : "Przenoszenie „{source}” do „{destination}” …",
|
||||
"_Moving %n file to \"{destination}\" …_::_Moving %n files to \"{destination}\" …_" : ["Przenoszenie %n pliku do \"{destination}: ...","Przenoszenie %n plików do \"{destination}: ...","Przenoszenie %n plików do \"{destination}: ...","Przenoszenie %n plików do \"{destination}: ..."],
|
||||
"Copying \"{source}\" to \"{destination}\" …" : "Kopiowanie „{source}” do „{destination}” …",
|
||||
"_Copying %n file to \"{destination}\" …_::_Copying %n files to \"{destination}\" …_" : ["Kopiowanie %n pliku do \"{destination}: ...","Kopiowanie %n plików do \"{destination}: ...","Kopiowanie %n plików do \"{destination}: ...","Kopiowanie %n plików do \"{destination}: ..."],
|
||||
"Choose destination" : "Wybierz miejsce docelowe",
|
||||
"Copy to {target}" : "Skopiuj do {target}",
|
||||
"Move to {target}" : "Przenieś do {target}",
|
||||
|
|
|
|||
|
|
@ -14,8 +14,15 @@ OC.L10N.register(
|
|||
"An email address is required, to send a password link to the user." : "Wymagany jest adres e-mail, aby wysłać użytkownikowi link do ustawienia hasła.",
|
||||
"Required email address was not provided" : "Nie podano wymaganego adresu e-mail",
|
||||
"User creation failed" : "Nie udało się utworzyć użytkownika",
|
||||
"Cannot change display name for this user" : "Nie można zmienić nazwy wyświetlanej dla tego użytkownika",
|
||||
"Invalid email address" : "Nieprawidłowy adres e-mail",
|
||||
"Language change is not allowed on this instance" : "Zmiana języka nie jest dozwolona na tej instancji",
|
||||
"Invalid language" : "Nieprawidłowy język",
|
||||
"Insufficient permissions to change quota" : "Niewystarczające uprawnienia do zmiany limitu miejsca",
|
||||
"Insufficient permissions to change groups" : "Niewystarczające uprawnienia do zmiany grup",
|
||||
"Group %s does not exist" : "Grupa %s nie istnieje",
|
||||
"Insufficient permissions to change sub-admin groups" : "Niewystarczające uprawnienia do zmiany grup administratorów podrzędnych",
|
||||
"Insufficient permissions to change manager" : "Niewystarczające uprawnienia do zmiany przełożonego",
|
||||
"Invalid quota value: %1$s" : "Nieprawidłowa wartość limitu: %1$s",
|
||||
"Invalid quota value. %1$s is exceeding the maximum quota" : "Nieprawidłowy limit. %1$s przekracza maksymalny dopuszczalny limit",
|
||||
"Unlimited quota is forbidden on this instance" : "Nieograniczony limit jest zabroniony na tej instancji",
|
||||
|
|
|
|||
|
|
@ -12,8 +12,15 @@
|
|||
"An email address is required, to send a password link to the user." : "Wymagany jest adres e-mail, aby wysłać użytkownikowi link do ustawienia hasła.",
|
||||
"Required email address was not provided" : "Nie podano wymaganego adresu e-mail",
|
||||
"User creation failed" : "Nie udało się utworzyć użytkownika",
|
||||
"Cannot change display name for this user" : "Nie można zmienić nazwy wyświetlanej dla tego użytkownika",
|
||||
"Invalid email address" : "Nieprawidłowy adres e-mail",
|
||||
"Language change is not allowed on this instance" : "Zmiana języka nie jest dozwolona na tej instancji",
|
||||
"Invalid language" : "Nieprawidłowy język",
|
||||
"Insufficient permissions to change quota" : "Niewystarczające uprawnienia do zmiany limitu miejsca",
|
||||
"Insufficient permissions to change groups" : "Niewystarczające uprawnienia do zmiany grup",
|
||||
"Group %s does not exist" : "Grupa %s nie istnieje",
|
||||
"Insufficient permissions to change sub-admin groups" : "Niewystarczające uprawnienia do zmiany grup administratorów podrzędnych",
|
||||
"Insufficient permissions to change manager" : "Niewystarczające uprawnienia do zmiany przełożonego",
|
||||
"Invalid quota value: %1$s" : "Nieprawidłowa wartość limitu: %1$s",
|
||||
"Invalid quota value. %1$s is exceeding the maximum quota" : "Nieprawidłowy limit. %1$s przekracza maksymalny dopuszczalny limit",
|
||||
"Unlimited quota is forbidden on this instance" : "Nieograniczony limit jest zabroniony na tej instancji",
|
||||
|
|
|
|||
|
|
@ -239,7 +239,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "حد ذاكرة PHP أقل من المقترح والذي هو %s. بعض المزايا أو التطبيقات مثل المُحدِّث Updater يمكن ألاّ تعمل كما يجب.",
|
||||
"PHP modules" : "وحدات الـ PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "يزيد من كفاءة ترجمة اللغات، و يحل مشكلة ترتيب الأحرف غير الآسكي non-ASCII characters",
|
||||
"for Argon2 for password hashing" : "لتقطيع كلمات المرور password hashing في Argon2",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "مطلوب لتخزين SFTP و يٌوصَى به لتحسين أداء WebAuth",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "لتدوير الصورة في الخادم، و استخلاص البيانات الوصفية في تطبيق الصِّوَر",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "يفتقد هذا الخادم إلى بعض الأجزاء modules من PHP و التي يتوجب تثبيتها: %s.",
|
||||
|
|
@ -751,6 +750,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "تعذّر حذف التطبيق",
|
||||
"Could not update app." : "تعذّر تحديث التطبيق",
|
||||
"Apps" : "التطبيقات",
|
||||
"for Argon2 for password hashing" : "لتقطيع كلمات المرور password hashing في Argon2",
|
||||
"Exclude some groups from sharing" : "استثناء بعض المجموعات من المشاركة",
|
||||
"Limit sharing to some groups" : "تقييد المشاركة بالنسبة لبعض المجموعات",
|
||||
"Registered Deploy daemons list" : "قائمة برامج النشر الخفية المسجلة",
|
||||
|
|
|
|||
|
|
@ -237,7 +237,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "حد ذاكرة PHP أقل من المقترح والذي هو %s. بعض المزايا أو التطبيقات مثل المُحدِّث Updater يمكن ألاّ تعمل كما يجب.",
|
||||
"PHP modules" : "وحدات الـ PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "يزيد من كفاءة ترجمة اللغات، و يحل مشكلة ترتيب الأحرف غير الآسكي non-ASCII characters",
|
||||
"for Argon2 for password hashing" : "لتقطيع كلمات المرور password hashing في Argon2",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "مطلوب لتخزين SFTP و يٌوصَى به لتحسين أداء WebAuth",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "لتدوير الصورة في الخادم، و استخلاص البيانات الوصفية في تطبيق الصِّوَر",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "يفتقد هذا الخادم إلى بعض الأجزاء modules من PHP و التي يتوجب تثبيتها: %s.",
|
||||
|
|
@ -749,6 +748,7 @@
|
|||
"Could not remove app." : "تعذّر حذف التطبيق",
|
||||
"Could not update app." : "تعذّر تحديث التطبيق",
|
||||
"Apps" : "التطبيقات",
|
||||
"for Argon2 for password hashing" : "لتقطيع كلمات المرور password hashing في Argon2",
|
||||
"Exclude some groups from sharing" : "استثناء بعض المجموعات من المشاركة",
|
||||
"Limit sharing to some groups" : "تقييد المشاركة بالنسبة لبعض المجموعات",
|
||||
"Registered Deploy daemons list" : "قائمة برامج النشر الخفية المسجلة",
|
||||
|
|
|
|||
|
|
@ -243,7 +243,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Лимитът на PHP паметта е под препоръчителната стойност от %s. Някои функции или приложения, включително Updater, може да не работят правилно.",
|
||||
"PHP modules" : "PHP модули",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "увеличава производителността на езиковия превод и коригира сортирането на не-ASCII символи",
|
||||
"for Argon2 for password hashing" : "за Argon2 за хеширане на пароли",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "необходимо за SFTP съхранение и препоръчително за производителност на WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "за завъртане на снимки в сървъра и извличане на метаданни в приложението Снимки",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "В този екземпляр липсват някои задължителни PHP модули. Необходимо е да ги инсталирате: %s.",
|
||||
|
|
@ -818,6 +817,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Приложението не можа да се премахне.",
|
||||
"Could not update app." : "Приложението не можа да се актуализира.",
|
||||
"Apps" : "Приложения",
|
||||
"for Argon2 for password hashing" : "за Argon2 за хеширане на пароли",
|
||||
"Exclude some groups from sharing" : "Изключване на някои групи от споделяне",
|
||||
"Limit sharing to some groups" : "Ограничете споделянето до някои групи",
|
||||
"Also allow autocompletion on full match of the user id" : "Също така да се разреши автоматично довършване при пълно съвпадение на потребителския идентификатор",
|
||||
|
|
|
|||
|
|
@ -241,7 +241,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Лимитът на PHP паметта е под препоръчителната стойност от %s. Някои функции или приложения, включително Updater, може да не работят правилно.",
|
||||
"PHP modules" : "PHP модули",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "увеличава производителността на езиковия превод и коригира сортирането на не-ASCII символи",
|
||||
"for Argon2 for password hashing" : "за Argon2 за хеширане на пароли",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "необходимо за SFTP съхранение и препоръчително за производителност на WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "за завъртане на снимки в сървъра и извличане на метаданни в приложението Снимки",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "В този екземпляр липсват някои задължителни PHP модули. Необходимо е да ги инсталирате: %s.",
|
||||
|
|
@ -816,6 +815,7 @@
|
|||
"Could not remove app." : "Приложението не можа да се премахне.",
|
||||
"Could not update app." : "Приложението не можа да се актуализира.",
|
||||
"Apps" : "Приложения",
|
||||
"for Argon2 for password hashing" : "за Argon2 за хеширане на пароли",
|
||||
"Exclude some groups from sharing" : "Изключване на някои групи от споделяне",
|
||||
"Limit sharing to some groups" : "Ограничете споделянето до някои групи",
|
||||
"Also allow autocompletion on full match of the user id" : "Също така да се разреши автоматично довършване при пълно съвпадение на потребителския идентификатор",
|
||||
|
|
|
|||
|
|
@ -238,7 +238,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "El límit de memòria PHP està per sota del valor recomanat de %s. És possible que algunes funcions o aplicacions, inclòs l'Actualitzador, no funcionin correctament.",
|
||||
"PHP modules" : "Mòduls PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "augmenta el rendiment de la traducció de llengues i corregeix l'ordenació de caràcters no ASCII",
|
||||
"for Argon2 for password hashing" : "per a Argon2 per a l'hashing de contrasenyes",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "per a la rotació d'imatges al servidor i l'extracció de metadades a l'aplicació Fotografies",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "En aquesta instància li falten alguns mòduls PHP necessaris. És necessari per instal·lar-los: %s.",
|
||||
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "En aquesta instància li falten alguns mòduls PHP recomanats. Per millorar el rendiment i la compatibilitat és molt recomanable instal·lar-los:\n%s",
|
||||
|
|
@ -746,6 +745,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "No s'ha pogut suprimir l'aplicació.",
|
||||
"Could not update app." : "No s'ha pogut actualitzar l'aplicació.",
|
||||
"Apps" : "Aplicacions",
|
||||
"for Argon2 for password hashing" : "per a Argon2 per a l'hashing de contrasenyes",
|
||||
"Exclude some groups from sharing" : "Excloure alguns grups de la compartició",
|
||||
"Limit sharing to some groups" : "Limiteu la compartició a alguns grups",
|
||||
"Registered Deploy daemons list" : "Llista de dimonis de desplegament registrats",
|
||||
|
|
|
|||
|
|
@ -236,7 +236,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "El límit de memòria PHP està per sota del valor recomanat de %s. És possible que algunes funcions o aplicacions, inclòs l'Actualitzador, no funcionin correctament.",
|
||||
"PHP modules" : "Mòduls PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "augmenta el rendiment de la traducció de llengues i corregeix l'ordenació de caràcters no ASCII",
|
||||
"for Argon2 for password hashing" : "per a Argon2 per a l'hashing de contrasenyes",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "per a la rotació d'imatges al servidor i l'extracció de metadades a l'aplicació Fotografies",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "En aquesta instància li falten alguns mòduls PHP necessaris. És necessari per instal·lar-los: %s.",
|
||||
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "En aquesta instància li falten alguns mòduls PHP recomanats. Per millorar el rendiment i la compatibilitat és molt recomanable instal·lar-los:\n%s",
|
||||
|
|
@ -744,6 +743,7 @@
|
|||
"Could not remove app." : "No s'ha pogut suprimir l'aplicació.",
|
||||
"Could not update app." : "No s'ha pogut actualitzar l'aplicació.",
|
||||
"Apps" : "Aplicacions",
|
||||
"for Argon2 for password hashing" : "per a Argon2 per a l'hashing de contrasenyes",
|
||||
"Exclude some groups from sharing" : "Excloure alguns grups de la compartició",
|
||||
"Limit sharing to some groups" : "Limiteu la compartició a alguns grups",
|
||||
"Registered Deploy daemons list" : "Llista de dimonis de desplegament registrats",
|
||||
|
|
|
|||
|
|
@ -246,7 +246,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Limit paměti pro PHP je nižší než doporučená hodnota %s. Některé funkce či aplikace – včetně nástroje pro aktualizaci – nemusí správně fungovat.",
|
||||
"PHP modules" : "PHP moduly",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "Zvyšuje rychlost překladu jazyka a opravuje řazení znaků mimo ASCII",
|
||||
"for Argon2 for password hashing" : "pro tvorbu otisků hesla Argon2",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "vyžadováno pro SFTP úložiště a doporučeno pro výkon WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "pro otáčení obrázku na serveru a získávání metadat v aplikaci Fotky",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Tato instance postrádá některé potřebné PHP moduly. Je třeba je nainstalovat: %s.",
|
||||
|
|
@ -842,6 +841,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Aplikaci se nedaří odebrat.",
|
||||
"Could not update app." : "Aplikaci se nedaří aktualizovat.",
|
||||
"Apps" : "Aplikace",
|
||||
"for Argon2 for password hashing" : "pro tvorbu otisků hesla Argon2",
|
||||
"Exclude some groups from sharing" : "Vyjmout vybrané skupiny ze sdílení",
|
||||
"Limit sharing to some groups" : "Povolit sdílení jen vybraným skupinám",
|
||||
"Also allow autocompletion on full match of the user id" : "Také umožnit automatické dokončování při úplné shodě s identifikátorem uživatele",
|
||||
|
|
|
|||
|
|
@ -244,7 +244,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Limit paměti pro PHP je nižší než doporučená hodnota %s. Některé funkce či aplikace – včetně nástroje pro aktualizaci – nemusí správně fungovat.",
|
||||
"PHP modules" : "PHP moduly",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "Zvyšuje rychlost překladu jazyka a opravuje řazení znaků mimo ASCII",
|
||||
"for Argon2 for password hashing" : "pro tvorbu otisků hesla Argon2",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "vyžadováno pro SFTP úložiště a doporučeno pro výkon WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "pro otáčení obrázku na serveru a získávání metadat v aplikaci Fotky",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Tato instance postrádá některé potřebné PHP moduly. Je třeba je nainstalovat: %s.",
|
||||
|
|
@ -840,6 +839,7 @@
|
|||
"Could not remove app." : "Aplikaci se nedaří odebrat.",
|
||||
"Could not update app." : "Aplikaci se nedaří aktualizovat.",
|
||||
"Apps" : "Aplikace",
|
||||
"for Argon2 for password hashing" : "pro tvorbu otisků hesla Argon2",
|
||||
"Exclude some groups from sharing" : "Vyjmout vybrané skupiny ze sdílení",
|
||||
"Limit sharing to some groups" : "Povolit sdílení jen vybraným skupinám",
|
||||
"Also allow autocompletion on full match of the user id" : "Také umožnit automatické dokončování při úplné shodě s identifikátorem uživatele",
|
||||
|
|
|
|||
|
|
@ -243,7 +243,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP hukommelsesgrænsen er under den anbefalede værdi af %s. Nogle funktioner eller apps - herunder Updater - fungerer muligvis ikke korrekt.",
|
||||
"PHP modules" : "PHP moduler",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "Øger sprogoversættelsesperformance og retter sortering af ikke-ASCII karakterer",
|
||||
"for Argon2 for password hashing" : "til Argon2 for adgangskode hashing",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "kræves til SFTP opbevaring og anbefales til WebAuthn ydeevne",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "til billedrotation på server og metadata ekstraktion i Fotos app",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Instansen mangler nogle krævede PHP moduler. Det kræves at de installeres: %s.",
|
||||
|
|
@ -812,6 +811,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Kunne ikke fjerne app.",
|
||||
"Could not update app." : "Kunne ikke opdatere app.",
|
||||
"Apps" : "Apps",
|
||||
"for Argon2 for password hashing" : "til Argon2 for adgangskode hashing",
|
||||
"Exclude some groups from sharing" : "Ekskluder nogle grupper fra deling",
|
||||
"Limit sharing to some groups" : "Begræns deling til nogle grupper",
|
||||
"Also allow autocompletion on full match of the user id" : "Tillad også autofuldførsel ved fuldt match på bruger id",
|
||||
|
|
|
|||
|
|
@ -241,7 +241,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP hukommelsesgrænsen er under den anbefalede værdi af %s. Nogle funktioner eller apps - herunder Updater - fungerer muligvis ikke korrekt.",
|
||||
"PHP modules" : "PHP moduler",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "Øger sprogoversættelsesperformance og retter sortering af ikke-ASCII karakterer",
|
||||
"for Argon2 for password hashing" : "til Argon2 for adgangskode hashing",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "kræves til SFTP opbevaring og anbefales til WebAuthn ydeevne",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "til billedrotation på server og metadata ekstraktion i Fotos app",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Instansen mangler nogle krævede PHP moduler. Det kræves at de installeres: %s.",
|
||||
|
|
@ -810,6 +809,7 @@
|
|||
"Could not remove app." : "Kunne ikke fjerne app.",
|
||||
"Could not update app." : "Kunne ikke opdatere app.",
|
||||
"Apps" : "Apps",
|
||||
"for Argon2 for password hashing" : "til Argon2 for adgangskode hashing",
|
||||
"Exclude some groups from sharing" : "Ekskluder nogle grupper fra deling",
|
||||
"Limit sharing to some groups" : "Begræns deling til nogle grupper",
|
||||
"Also allow autocompletion on full match of the user id" : "Tillad også autofuldførsel ved fuldt match på bruger id",
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ OC.L10N.register(
|
|||
"You created an app password for a session named \"{token}\"" : "Du hast ein App-Passwort für eine Sitzung mit dem Namen \"{token}\" erstellt.",
|
||||
"An administrator created an app password for a session named \"{token}\"" : "Die Administration hat ein App-Passwort für eine Sitzung mit dem Namen \"{token}\" erstellt",
|
||||
"You deleted app password \"{token}\"" : "Du hast das App-Passwort \"{token}\" entfernt",
|
||||
"You deleted app password \"{token}\" and cancelled its pending remote wipe" : "Du hast das App-Passwort \"{token}\" gelöscht und die ausstehende Fernlöschung abgebrochen",
|
||||
"You renamed app password \"{token}\" to \"{newToken}\"" : "Du hast App-Passwort \"{token}\" in \"{newToken}\" umbenannt",
|
||||
"You granted filesystem access to app password \"{token}\"" : "Du hast den Dateisystemzugriff für das App-Passwort \"{token}\" erlaubt",
|
||||
"You revoked filesystem access from app password \"{token}\"" : "Du hast den Dateisystemzugriff für das App-Passwort \"{token}\" widerrufen",
|
||||
|
|
@ -246,7 +247,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Die PHP-Speichergrenze liegt unter dem empfohlenen Wert von %s. Einige Funktionen oder Anwendungen, einschließlich des Updaters, funktionieren möglicherweise nicht ordnungsgemäß.",
|
||||
"PHP modules" : "PHP-Module",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "Erhöht die Sprach-Übersetzungsleistung und behebt ein Problem mit der Sortierung von Nicht-ASCII-Zeichen",
|
||||
"for Argon2 for password hashing" : "für Argon2 zum Passwort-Hashing",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "Erforderlich für SFTP-Speicher und empfohlen für WebAuthn-Leistung",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "für Bildrotation im Server und Metadatenextraktion in der Fotos-App",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Dieser Instanz fehlen einige erforderliche PHP-Module. Folgende Module müssen installiert sein:%s .",
|
||||
|
|
@ -462,6 +462,13 @@ OC.L10N.register(
|
|||
"Rename" : "Umbenennen",
|
||||
"Revoke" : "Widerrufen",
|
||||
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Zurückziehen dieses Tokens könnte das Löschen deines Gerät verhindern, so lange die Löschung noch nicht gestartet wurde.",
|
||||
"Revoke and cancel pending wipe?" : "Ausstehendes Löschen widerrufen und abbrechen?",
|
||||
"Only continue if you no longer need the device to be wiped." : "Nur fortsetzen, wenn das Gerät nicht mehr gelöscht werden muss.",
|
||||
"Revoke and cancel wipe" : "Widerrufen und Löschen abbrechen",
|
||||
"Revoke app password?" : "App-Passwort widerrufen?",
|
||||
"The app or device will lose access on its next sync. This cannot be undone." : "Bei der nächsten Synchronisierung verlieren die App oder das Gerät den Zugriff. Dies kann nicht rückgängig gemacht werden.",
|
||||
"Remote wipe has not started yet." : "Die Fernlöschung hat noch nicht begonnen.",
|
||||
"Revoking now cancels the wipe. The device keeps its synced data." : "Aufgrund des Widerrufs wird das Löschen nun abgebrochen. Das Gerät behält seine synchronisierten Daten.",
|
||||
"Device" : "Gerät",
|
||||
"Last activity" : "Letzte Aktivität",
|
||||
"Actions" : "Aktionen",
|
||||
|
|
@ -852,6 +859,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "App konnte nicht entfernt werden.",
|
||||
"Could not update app." : "App konnte nicht aktualisiert werden.",
|
||||
"Apps" : "Apps",
|
||||
"for Argon2 for password hashing" : "für Argon2 zum Passwort-Hashing",
|
||||
"Exclude some groups from sharing" : "Bestimmte Gruppen vom Teilen ausschließen",
|
||||
"Limit sharing to some groups" : "Teilen für bestimmte Gruppen erlauben",
|
||||
"Also allow autocompletion on full match of the user id" : "Automatische Vervollständigung auch bei vollständiger Übereinstimmung der Benutzer-ID zulassen",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"You created an app password for a session named \"{token}\"" : "Du hast ein App-Passwort für eine Sitzung mit dem Namen \"{token}\" erstellt.",
|
||||
"An administrator created an app password for a session named \"{token}\"" : "Die Administration hat ein App-Passwort für eine Sitzung mit dem Namen \"{token}\" erstellt",
|
||||
"You deleted app password \"{token}\"" : "Du hast das App-Passwort \"{token}\" entfernt",
|
||||
"You deleted app password \"{token}\" and cancelled its pending remote wipe" : "Du hast das App-Passwort \"{token}\" gelöscht und die ausstehende Fernlöschung abgebrochen",
|
||||
"You renamed app password \"{token}\" to \"{newToken}\"" : "Du hast App-Passwort \"{token}\" in \"{newToken}\" umbenannt",
|
||||
"You granted filesystem access to app password \"{token}\"" : "Du hast den Dateisystemzugriff für das App-Passwort \"{token}\" erlaubt",
|
||||
"You revoked filesystem access from app password \"{token}\"" : "Du hast den Dateisystemzugriff für das App-Passwort \"{token}\" widerrufen",
|
||||
|
|
@ -244,7 +245,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Die PHP-Speichergrenze liegt unter dem empfohlenen Wert von %s. Einige Funktionen oder Anwendungen, einschließlich des Updaters, funktionieren möglicherweise nicht ordnungsgemäß.",
|
||||
"PHP modules" : "PHP-Module",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "Erhöht die Sprach-Übersetzungsleistung und behebt ein Problem mit der Sortierung von Nicht-ASCII-Zeichen",
|
||||
"for Argon2 for password hashing" : "für Argon2 zum Passwort-Hashing",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "Erforderlich für SFTP-Speicher und empfohlen für WebAuthn-Leistung",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "für Bildrotation im Server und Metadatenextraktion in der Fotos-App",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Dieser Instanz fehlen einige erforderliche PHP-Module. Folgende Module müssen installiert sein:%s .",
|
||||
|
|
@ -460,6 +460,13 @@
|
|||
"Rename" : "Umbenennen",
|
||||
"Revoke" : "Widerrufen",
|
||||
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Zurückziehen dieses Tokens könnte das Löschen deines Gerät verhindern, so lange die Löschung noch nicht gestartet wurde.",
|
||||
"Revoke and cancel pending wipe?" : "Ausstehendes Löschen widerrufen und abbrechen?",
|
||||
"Only continue if you no longer need the device to be wiped." : "Nur fortsetzen, wenn das Gerät nicht mehr gelöscht werden muss.",
|
||||
"Revoke and cancel wipe" : "Widerrufen und Löschen abbrechen",
|
||||
"Revoke app password?" : "App-Passwort widerrufen?",
|
||||
"The app or device will lose access on its next sync. This cannot be undone." : "Bei der nächsten Synchronisierung verlieren die App oder das Gerät den Zugriff. Dies kann nicht rückgängig gemacht werden.",
|
||||
"Remote wipe has not started yet." : "Die Fernlöschung hat noch nicht begonnen.",
|
||||
"Revoking now cancels the wipe. The device keeps its synced data." : "Aufgrund des Widerrufs wird das Löschen nun abgebrochen. Das Gerät behält seine synchronisierten Daten.",
|
||||
"Device" : "Gerät",
|
||||
"Last activity" : "Letzte Aktivität",
|
||||
"Actions" : "Aktionen",
|
||||
|
|
@ -850,6 +857,7 @@
|
|||
"Could not remove app." : "App konnte nicht entfernt werden.",
|
||||
"Could not update app." : "App konnte nicht aktualisiert werden.",
|
||||
"Apps" : "Apps",
|
||||
"for Argon2 for password hashing" : "für Argon2 zum Passwort-Hashing",
|
||||
"Exclude some groups from sharing" : "Bestimmte Gruppen vom Teilen ausschließen",
|
||||
"Limit sharing to some groups" : "Teilen für bestimmte Gruppen erlauben",
|
||||
"Also allow autocompletion on full match of the user id" : "Automatische Vervollständigung auch bei vollständiger Übereinstimmung der Benutzer-ID zulassen",
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ OC.L10N.register(
|
|||
"You created an app password for a session named \"{token}\"" : "Sie haben ein App-Passwort für eine Sitzung mit dem Namen \"{token}\" erstellt",
|
||||
"An administrator created an app password for a session named \"{token}\"" : "Die Administration hat ein App-Passwort für eine Sitzung mit dem Namen \"{token}\" erstellt",
|
||||
"You deleted app password \"{token}\"" : "Sie haben das App-Passwort \"{token}\" gelöscht",
|
||||
"You deleted app password \"{token}\" and cancelled its pending remote wipe" : "Sie haben das App-Passwort \"{token}\" gelöscht und die ausstehende Fernlöschung abgebrochen",
|
||||
"You renamed app password \"{token}\" to \"{newToken}\"" : "Sie haben das App-Passwort \"{token}\" in \"{newToken}\" umbenannt",
|
||||
"You granted filesystem access to app password \"{token}\"" : "Sie haben den Dateisystemzugriff für das App-Passwort \"{token}\" erlaubt",
|
||||
"You revoked filesystem access from app password \"{token}\"" : "Sie haben den Dateisystemzugriff für das App-Passwort \"{token}\" widerrufen",
|
||||
|
|
@ -246,7 +247,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Die PHP-Speichergrenze liegt unter dem empfohlenen Wert von %s. Einige Funktionen oder Anwendungen, einschließlich des Updaters, funktionieren möglicherweise nicht ordnungsgemäß.",
|
||||
"PHP modules" : "PHP-Module",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "Erhöht die Sprach-Übersetzungsleistung und behebt ein Problem mit der Sortierung von Nicht-ASCII-Zeichen",
|
||||
"for Argon2 for password hashing" : "für Argon2 zum Passwort-Hashing",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "Erforderlich für SFTP-Speicher und empfohlen für WebAuthn-Leistung",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "für Bildrotation im Server und Metadatenextraktion in der Fotos-App",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Dieser Instanz fehlen einige erforderliche PHP-Module. Folgende Module müssen installiert sein:%s .",
|
||||
|
|
@ -462,6 +462,13 @@ OC.L10N.register(
|
|||
"Rename" : "Umbenennen",
|
||||
"Revoke" : "Widerrufen",
|
||||
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Zurückziehen dieses Tokens könnte das Löschen von Ihrem Gerät verhindern, wenn die Löschung noch nicht gestartet wurde.",
|
||||
"Revoke and cancel pending wipe?" : "Ausstehendes Löschen widerrufen und abbrechen?",
|
||||
"Only continue if you no longer need the device to be wiped." : "Nur fortsetzen, wenn das Gerät nicht mehr gelöscht werden muss.",
|
||||
"Revoke and cancel wipe" : "Widerrufen und Löschen abbrechen",
|
||||
"Revoke app password?" : "App-Passwort widerrufen?",
|
||||
"The app or device will lose access on its next sync. This cannot be undone." : "Bei der nächsten Synchronisierung verlieren die App oder das Gerät den Zugriff. Dies kann nicht rückgängig gemacht werden.",
|
||||
"Remote wipe has not started yet." : "Die Fernlöschung hat noch nicht begonnen.",
|
||||
"Revoking now cancels the wipe. The device keeps its synced data." : "Aufgrund des Widerrufs wird das Löschen nun abgebrochen. Das Gerät behält seine synchronisierten Daten.",
|
||||
"Device" : "Gerät",
|
||||
"Last activity" : "Letzte Aktivität",
|
||||
"Actions" : "Aktionen",
|
||||
|
|
@ -852,6 +859,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "App konnte nicht entfernt werden.",
|
||||
"Could not update app." : "App konnte nicht aktualisiert werden.",
|
||||
"Apps" : "Apps",
|
||||
"for Argon2 for password hashing" : "für Argon2 zum Passwort-Hashing",
|
||||
"Exclude some groups from sharing" : "Bestimmte Gruppen vom Teilen ausschließen",
|
||||
"Limit sharing to some groups" : "Teilen für bestimmte Gruppen erlauben",
|
||||
"Also allow autocompletion on full match of the user id" : "Automatische Vervollständigung auch bei vollständiger Übereinstimmung der Benutzer-ID zulassen",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"You created an app password for a session named \"{token}\"" : "Sie haben ein App-Passwort für eine Sitzung mit dem Namen \"{token}\" erstellt",
|
||||
"An administrator created an app password for a session named \"{token}\"" : "Die Administration hat ein App-Passwort für eine Sitzung mit dem Namen \"{token}\" erstellt",
|
||||
"You deleted app password \"{token}\"" : "Sie haben das App-Passwort \"{token}\" gelöscht",
|
||||
"You deleted app password \"{token}\" and cancelled its pending remote wipe" : "Sie haben das App-Passwort \"{token}\" gelöscht und die ausstehende Fernlöschung abgebrochen",
|
||||
"You renamed app password \"{token}\" to \"{newToken}\"" : "Sie haben das App-Passwort \"{token}\" in \"{newToken}\" umbenannt",
|
||||
"You granted filesystem access to app password \"{token}\"" : "Sie haben den Dateisystemzugriff für das App-Passwort \"{token}\" erlaubt",
|
||||
"You revoked filesystem access from app password \"{token}\"" : "Sie haben den Dateisystemzugriff für das App-Passwort \"{token}\" widerrufen",
|
||||
|
|
@ -244,7 +245,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Die PHP-Speichergrenze liegt unter dem empfohlenen Wert von %s. Einige Funktionen oder Anwendungen, einschließlich des Updaters, funktionieren möglicherweise nicht ordnungsgemäß.",
|
||||
"PHP modules" : "PHP-Module",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "Erhöht die Sprach-Übersetzungsleistung und behebt ein Problem mit der Sortierung von Nicht-ASCII-Zeichen",
|
||||
"for Argon2 for password hashing" : "für Argon2 zum Passwort-Hashing",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "Erforderlich für SFTP-Speicher und empfohlen für WebAuthn-Leistung",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "für Bildrotation im Server und Metadatenextraktion in der Fotos-App",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Dieser Instanz fehlen einige erforderliche PHP-Module. Folgende Module müssen installiert sein:%s .",
|
||||
|
|
@ -460,6 +460,13 @@
|
|||
"Rename" : "Umbenennen",
|
||||
"Revoke" : "Widerrufen",
|
||||
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Zurückziehen dieses Tokens könnte das Löschen von Ihrem Gerät verhindern, wenn die Löschung noch nicht gestartet wurde.",
|
||||
"Revoke and cancel pending wipe?" : "Ausstehendes Löschen widerrufen und abbrechen?",
|
||||
"Only continue if you no longer need the device to be wiped." : "Nur fortsetzen, wenn das Gerät nicht mehr gelöscht werden muss.",
|
||||
"Revoke and cancel wipe" : "Widerrufen und Löschen abbrechen",
|
||||
"Revoke app password?" : "App-Passwort widerrufen?",
|
||||
"The app or device will lose access on its next sync. This cannot be undone." : "Bei der nächsten Synchronisierung verlieren die App oder das Gerät den Zugriff. Dies kann nicht rückgängig gemacht werden.",
|
||||
"Remote wipe has not started yet." : "Die Fernlöschung hat noch nicht begonnen.",
|
||||
"Revoking now cancels the wipe. The device keeps its synced data." : "Aufgrund des Widerrufs wird das Löschen nun abgebrochen. Das Gerät behält seine synchronisierten Daten.",
|
||||
"Device" : "Gerät",
|
||||
"Last activity" : "Letzte Aktivität",
|
||||
"Actions" : "Aktionen",
|
||||
|
|
@ -850,6 +857,7 @@
|
|||
"Could not remove app." : "App konnte nicht entfernt werden.",
|
||||
"Could not update app." : "App konnte nicht aktualisiert werden.",
|
||||
"Apps" : "Apps",
|
||||
"for Argon2 for password hashing" : "für Argon2 zum Passwort-Hashing",
|
||||
"Exclude some groups from sharing" : "Bestimmte Gruppen vom Teilen ausschließen",
|
||||
"Limit sharing to some groups" : "Teilen für bestimmte Gruppen erlauben",
|
||||
"Also allow autocompletion on full match of the user id" : "Automatische Vervollständigung auch bei vollständiger Übereinstimmung der Benutzer-ID zulassen",
|
||||
|
|
|
|||
|
|
@ -246,7 +246,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Το όριο μνήμης της PHP είναι κάτω από την προτεινόμενη τιμή των %s. Ορισμένες λειτουργίες ή εφαρμογές - συμπεριλαμβανομένου του Updater - ενδέχεται να μην λειτουργούν σωστά.",
|
||||
"PHP modules" : "Αρθρώματα PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "βελτιώνει την απόδοση της μετάφρασης γλώσσας και διορθώνει την ταξινόμηση μη-ASCII χαρακτήρων",
|
||||
"for Argon2 for password hashing" : "για την κρυπτογράφηση συνθηματικών με Argon2",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "απαιτείται για αποθήκευση SFTP και συνιστάται για την απόδοση του WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "για περιστροφή εικόνων στον διακομιστή και εξαγωγή μεταδεδομένων στην εφαρμογή Photos",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Αυτή η εγκατάσταση λείπει ορισμένες απαιτούμενες ενότητες PHP. Απαιτείται η εγκατάστασή τους: %s.",
|
||||
|
|
@ -839,6 +838,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Αδυναμία αφαίρεσης εφαρμογής.",
|
||||
"Could not update app." : "Αδυναμία ενημέρωσης εφαρμογής.",
|
||||
"Apps" : "Εφαρμογές",
|
||||
"for Argon2 for password hashing" : "για την κρυπτογράφηση συνθηματικών με Argon2",
|
||||
"Exclude some groups from sharing" : "Εξαιρέστε ορισμένες ομάδες από τον διαμοιρασμό",
|
||||
"Limit sharing to some groups" : "Περιορίστε τον διαμοιρασμό σε ορισμένες ομάδες",
|
||||
"Also allow autocompletion on full match of the user id" : "Να επιτρέπεται επίσης η αυτόματη συμπλήρωση σε πλήρη αντιστοίχιση του ID χρήστη",
|
||||
|
|
|
|||
|
|
@ -244,7 +244,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Το όριο μνήμης της PHP είναι κάτω από την προτεινόμενη τιμή των %s. Ορισμένες λειτουργίες ή εφαρμογές - συμπεριλαμβανομένου του Updater - ενδέχεται να μην λειτουργούν σωστά.",
|
||||
"PHP modules" : "Αρθρώματα PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "βελτιώνει την απόδοση της μετάφρασης γλώσσας και διορθώνει την ταξινόμηση μη-ASCII χαρακτήρων",
|
||||
"for Argon2 for password hashing" : "για την κρυπτογράφηση συνθηματικών με Argon2",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "απαιτείται για αποθήκευση SFTP και συνιστάται για την απόδοση του WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "για περιστροφή εικόνων στον διακομιστή και εξαγωγή μεταδεδομένων στην εφαρμογή Photos",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Αυτή η εγκατάσταση λείπει ορισμένες απαιτούμενες ενότητες PHP. Απαιτείται η εγκατάστασή τους: %s.",
|
||||
|
|
@ -837,6 +836,7 @@
|
|||
"Could not remove app." : "Αδυναμία αφαίρεσης εφαρμογής.",
|
||||
"Could not update app." : "Αδυναμία ενημέρωσης εφαρμογής.",
|
||||
"Apps" : "Εφαρμογές",
|
||||
"for Argon2 for password hashing" : "για την κρυπτογράφηση συνθηματικών με Argon2",
|
||||
"Exclude some groups from sharing" : "Εξαιρέστε ορισμένες ομάδες από τον διαμοιρασμό",
|
||||
"Limit sharing to some groups" : "Περιορίστε τον διαμοιρασμό σε ορισμένες ομάδες",
|
||||
"Also allow autocompletion on full match of the user id" : "Να επιτρέπεται επίσης η αυτόματη συμπλήρωση σε πλήρη αντιστοίχιση του ID χρήστη",
|
||||
|
|
|
|||
|
|
@ -246,7 +246,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly.",
|
||||
"PHP modules" : "PHP modules",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "increases language translation performance and fixes sorting of non-ASCII characters",
|
||||
"for Argon2 for password hashing" : "for Argon2 for password hashing",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "required for SFTP storage and recommended for WebAuthn performance",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "for picture rotation in server and metadata extraction in the Photos app",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "This instance is missing some required PHP modules. It is required to install them: %s.",
|
||||
|
|
@ -843,6 +842,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Could not remove app.",
|
||||
"Could not update app." : "Could not update app.",
|
||||
"Apps" : "Apps",
|
||||
"for Argon2 for password hashing" : "for Argon2 for password hashing",
|
||||
"Exclude some groups from sharing" : "Exclude some groups from sharing",
|
||||
"Limit sharing to some groups" : "Limit sharing to some groups",
|
||||
"Also allow autocompletion on full match of the user id" : "Also allow autocompletion on full match of the user id",
|
||||
|
|
|
|||
|
|
@ -244,7 +244,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly.",
|
||||
"PHP modules" : "PHP modules",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "increases language translation performance and fixes sorting of non-ASCII characters",
|
||||
"for Argon2 for password hashing" : "for Argon2 for password hashing",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "required for SFTP storage and recommended for WebAuthn performance",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "for picture rotation in server and metadata extraction in the Photos app",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "This instance is missing some required PHP modules. It is required to install them: %s.",
|
||||
|
|
@ -841,6 +840,7 @@
|
|||
"Could not remove app." : "Could not remove app.",
|
||||
"Could not update app." : "Could not update app.",
|
||||
"Apps" : "Apps",
|
||||
"for Argon2 for password hashing" : "for Argon2 for password hashing",
|
||||
"Exclude some groups from sharing" : "Exclude some groups from sharing",
|
||||
"Limit sharing to some groups" : "Limit sharing to some groups",
|
||||
"Also allow autocompletion on full match of the user id" : "Also allow autocompletion on full match of the user id",
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ OC.L10N.register(
|
|||
"You created an app password for a session named \"{token}\"" : "Ud. ha creado una contraseña de app para una sesión llamada \"{token}\"",
|
||||
"An administrator created an app password for a session named \"{token}\"" : "Un administrador ha creado la contraseña de app para una sesión llamada \"{token}\"",
|
||||
"You deleted app password \"{token}\"" : "Has eliminado la contrasña de app \"{token}\"",
|
||||
"You deleted app password \"{token}\" and cancelled its pending remote wipe" : "Eliminaste la contraseña de aplicación \"{token}\" y cancelaste su borrado remoto pendiente.",
|
||||
"You renamed app password \"{token}\" to \"{newToken}\"" : "Has renombrado la contrasena de app \"{token}\" a \"{newToken}\"",
|
||||
"You granted filesystem access to app password \"{token}\"" : "Has concedido acceso al sistema de archivos a la contraseña de app \"{token}\"",
|
||||
"You revoked filesystem access from app password \"{token}\"" : "Has revocado el acceso al sistema de archivos a la contraseña de app \"{token}\"",
|
||||
|
|
@ -246,7 +247,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "El límite de memoria PHP está por debajo del valor recomendado de %s. Es posible que algunas características o aplicaciones - incluyendo el Actualizador - no funcionen apropiadamente.",
|
||||
"PHP modules" : "Módulos PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "incrementa el rendimiento de la traducción y corrige el ordenado de caracteres no ASCII",
|
||||
"for Argon2 for password hashing" : "para el hash de contraseñas basado en Argon2",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "requerido para el almacenamiento SFTP, y recomendado para el rendimiento de WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "para la rotación de imágenes en el servidor y la extracción de metadatos en la aplicación Fotos",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "A esta instancia le faltan algunos módulos PHP obligatorios. Se requiere su instalación: %s.",
|
||||
|
|
@ -462,6 +462,13 @@ OC.L10N.register(
|
|||
"Rename" : "Renombrar",
|
||||
"Revoke" : "Anular",
|
||||
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Anular este token podría evitar el borrado de su dispositivo si no ha empezado todavía.",
|
||||
"Revoke and cancel pending wipe?" : "¿Revocar y cancelar el borrado pendiente?",
|
||||
"Only continue if you no longer need the device to be wiped." : "Continúa solo si ya no necesitas que se borre el dispositivo.",
|
||||
"Revoke and cancel wipe" : "Revocar y cancelar el borrado",
|
||||
"Revoke app password?" : "Revocar la contraseña de aplicación?",
|
||||
"The app or device will lose access on its next sync. This cannot be undone." : "La aplicación o el dispositivo perderá el acceso en la próxima sincronización. Esta acción no se podrá deshacer.",
|
||||
"Remote wipe has not started yet." : "El borrado remoto aún no se ha iniciado.",
|
||||
"Revoking now cancels the wipe. The device keeps its synced data." : "Si lo revocas ahora, se cancela el borrado. El dispositivo conserva los datos sincronizados.",
|
||||
"Device" : "Dispositivo",
|
||||
"Last activity" : "Última actividad",
|
||||
"Actions" : "Acciones",
|
||||
|
|
@ -852,6 +859,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "No se ha podido eliminar la app.",
|
||||
"Could not update app." : "No se ha podido actualizar la app.",
|
||||
"Apps" : "Apps",
|
||||
"for Argon2 for password hashing" : "para el hash de contraseñas basado en Argon2",
|
||||
"Exclude some groups from sharing" : "Excluir algunos grupos",
|
||||
"Limit sharing to some groups" : "Permitir a algunos grupos",
|
||||
"Also allow autocompletion on full match of the user id" : "También permitir el autocompletado al hacer una coincidencia completa del id de usuario",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"You created an app password for a session named \"{token}\"" : "Ud. ha creado una contraseña de app para una sesión llamada \"{token}\"",
|
||||
"An administrator created an app password for a session named \"{token}\"" : "Un administrador ha creado la contraseña de app para una sesión llamada \"{token}\"",
|
||||
"You deleted app password \"{token}\"" : "Has eliminado la contrasña de app \"{token}\"",
|
||||
"You deleted app password \"{token}\" and cancelled its pending remote wipe" : "Eliminaste la contraseña de aplicación \"{token}\" y cancelaste su borrado remoto pendiente.",
|
||||
"You renamed app password \"{token}\" to \"{newToken}\"" : "Has renombrado la contrasena de app \"{token}\" a \"{newToken}\"",
|
||||
"You granted filesystem access to app password \"{token}\"" : "Has concedido acceso al sistema de archivos a la contraseña de app \"{token}\"",
|
||||
"You revoked filesystem access from app password \"{token}\"" : "Has revocado el acceso al sistema de archivos a la contraseña de app \"{token}\"",
|
||||
|
|
@ -244,7 +245,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "El límite de memoria PHP está por debajo del valor recomendado de %s. Es posible que algunas características o aplicaciones - incluyendo el Actualizador - no funcionen apropiadamente.",
|
||||
"PHP modules" : "Módulos PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "incrementa el rendimiento de la traducción y corrige el ordenado de caracteres no ASCII",
|
||||
"for Argon2 for password hashing" : "para el hash de contraseñas basado en Argon2",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "requerido para el almacenamiento SFTP, y recomendado para el rendimiento de WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "para la rotación de imágenes en el servidor y la extracción de metadatos en la aplicación Fotos",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "A esta instancia le faltan algunos módulos PHP obligatorios. Se requiere su instalación: %s.",
|
||||
|
|
@ -460,6 +460,13 @@
|
|||
"Rename" : "Renombrar",
|
||||
"Revoke" : "Anular",
|
||||
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Anular este token podría evitar el borrado de su dispositivo si no ha empezado todavía.",
|
||||
"Revoke and cancel pending wipe?" : "¿Revocar y cancelar el borrado pendiente?",
|
||||
"Only continue if you no longer need the device to be wiped." : "Continúa solo si ya no necesitas que se borre el dispositivo.",
|
||||
"Revoke and cancel wipe" : "Revocar y cancelar el borrado",
|
||||
"Revoke app password?" : "Revocar la contraseña de aplicación?",
|
||||
"The app or device will lose access on its next sync. This cannot be undone." : "La aplicación o el dispositivo perderá el acceso en la próxima sincronización. Esta acción no se podrá deshacer.",
|
||||
"Remote wipe has not started yet." : "El borrado remoto aún no se ha iniciado.",
|
||||
"Revoking now cancels the wipe. The device keeps its synced data." : "Si lo revocas ahora, se cancela el borrado. El dispositivo conserva los datos sincronizados.",
|
||||
"Device" : "Dispositivo",
|
||||
"Last activity" : "Última actividad",
|
||||
"Actions" : "Acciones",
|
||||
|
|
@ -850,6 +857,7 @@
|
|||
"Could not remove app." : "No se ha podido eliminar la app.",
|
||||
"Could not update app." : "No se ha podido actualizar la app.",
|
||||
"Apps" : "Apps",
|
||||
"for Argon2 for password hashing" : "para el hash de contraseñas basado en Argon2",
|
||||
"Exclude some groups from sharing" : "Excluir algunos grupos",
|
||||
"Limit sharing to some groups" : "Permitir a algunos grupos",
|
||||
"Also allow autocompletion on full match of the user id" : "También permitir el autocompletado al hacer una coincidencia completa del id de usuario",
|
||||
|
|
|
|||
|
|
@ -198,7 +198,6 @@ OC.L10N.register(
|
|||
"PHP memory limit" : "Límite de memoria de PHP",
|
||||
"PHP modules" : "Módulos PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "incrementa el rendimiento de la traducción y corrige el ordenamiento de caracteres no ASCII",
|
||||
"for Argon2 for password hashing" : "para el hash de contraseñas para Argon2",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "para la rotación de imágenes en el servidor y la extracción de metadatos en la aplicación de fotos",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "A esta instancia le faltan algunos módulos PHP obligatorios. Es necesario instalarlos: %s.",
|
||||
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "A esta instancia le faltan algunos módulos PHP recomendados. Para mejorar el rendimiento y la compatibilidad, se recomienda encarecidamente instalarlos:\n%s",
|
||||
|
|
@ -652,6 +651,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "No se pudo eliminar la aplicación.",
|
||||
"Could not update app." : "No se pudo actualizar la aplicación.",
|
||||
"Apps" : "Aplicaciones",
|
||||
"for Argon2 for password hashing" : "para el hash de contraseñas para Argon2",
|
||||
"Exclude some groups from sharing" : "Excluir algunos grupos de compartir",
|
||||
"Limit sharing to some groups" : "Limitar el compartir a algunos grupos",
|
||||
"Show details for {appName} app" : "Mostrar detalles para la aplicación {appName}",
|
||||
|
|
|
|||
|
|
@ -196,7 +196,6 @@
|
|||
"PHP memory limit" : "Límite de memoria de PHP",
|
||||
"PHP modules" : "Módulos PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "incrementa el rendimiento de la traducción y corrige el ordenamiento de caracteres no ASCII",
|
||||
"for Argon2 for password hashing" : "para el hash de contraseñas para Argon2",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "para la rotación de imágenes en el servidor y la extracción de metadatos en la aplicación de fotos",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "A esta instancia le faltan algunos módulos PHP obligatorios. Es necesario instalarlos: %s.",
|
||||
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "A esta instancia le faltan algunos módulos PHP recomendados. Para mejorar el rendimiento y la compatibilidad, se recomienda encarecidamente instalarlos:\n%s",
|
||||
|
|
@ -650,6 +649,7 @@
|
|||
"Could not remove app." : "No se pudo eliminar la aplicación.",
|
||||
"Could not update app." : "No se pudo actualizar la aplicación.",
|
||||
"Apps" : "Aplicaciones",
|
||||
"for Argon2 for password hashing" : "para el hash de contraseñas para Argon2",
|
||||
"Exclude some groups from sharing" : "Excluir algunos grupos de compartir",
|
||||
"Limit sharing to some groups" : "Limitar el compartir a algunos grupos",
|
||||
"Show details for {appName} app" : "Mostrar detalles para la aplicación {appName}",
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ OC.L10N.register(
|
|||
"You created an app password for a session named \"{token}\"" : "Tegid rakenduse salasõna sessioonile nimega „{token}“",
|
||||
"An administrator created an app password for a session named \"{token}\"" : "Peakasutaja tegi rakenduse salasõna sessioonile nimega „{token}“",
|
||||
"You deleted app password \"{token}\"" : "Sina kustutasid rakenduse salasõna „{token}“",
|
||||
"You deleted app password \"{token}\" and cancelled its pending remote wipe" : "Sa kustutasid rakenduse salasõna „{token}“ ja tühistasid ootel oleva andmete kaugkustutamise seadmest",
|
||||
"You renamed app password \"{token}\" to \"{newToken}\"" : "Sa muutsid rakenduse salasõna: „{token}“ → „{newToken}“",
|
||||
"You granted filesystem access to app password \"{token}\"" : "Sa lubasid failisüsteemi ligipääsu rakenduse salasõnale „{token}“",
|
||||
"You revoked filesystem access from app password \"{token}\"" : "Sa keelasid failisüsteemi ligipääsu rakenduse salasõnale „{token}“",
|
||||
|
|
@ -149,6 +150,8 @@ OC.L10N.register(
|
|||
"Email test" : "E-kirjade saatmise test",
|
||||
"Mail delivery is disabled by instance config \"%s\"." : "Selles serveris piirab e-kirjade edasisaatmist seadistus „%s“.",
|
||||
"Email test was successfully sent" : "Testkirja saatmine õnnestus",
|
||||
"Transactional File Locking" : "Transaktsiooniline faililukustus",
|
||||
"Transactional File Locking is disabled. This is not a a supported configuraton. It may lead to difficult to isolate problems including file corruption. Please remove the `'filelocking.enabled' => false` configuration entry from your `config.php` to avoid these problems." : "Transaktsiooniline faililukustus on lülitatud välja ning selline seadistus pole toetatud. See võib tekitada olukorra, kus vigade tuvastamine, näiteks failide katkimineku korral, võib osutuda keeruliseks. Selliste probleemide vältimiseks palun eemalda serveri „config.php“ failist „'filelocking.enabled' => false“ seadistus.",
|
||||
"Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Serveri „trusted_proxies“ seadistus pole korrektne - seal peab leiduma massiiv, aga hetkel on midagi muud.",
|
||||
"Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "Sinu kasutatav „trusted_proxies“ seadistus pole korrektne - ta peaks olema IP-aadresside massiiv, kus soovi korral saad kasutada CIDR-vormingut vahemike kirjeldamiseks.",
|
||||
"This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Sellel serveril puudub toimiv internetiühendus: mitmete otspunktidega ei ole leitavad. See tähendab, et mõned funktsionaalsused, nagu näiteks väliste andmehoidlate ühendamine, uuenduste teavitused või kolmandate osapoolte rakenduste paigaldamine ei tööta. Ligipääs failidele eemalt ning teavistuste saatmine e-kirjaga ei pruugi samuti toimida. Kui soovid kasutada täielikku funktsionaalsust, siis palun taga toimiv internetiühendus.",
|
||||
|
|
@ -189,7 +192,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP mälukasutuse piir on väiksem, muid soovitatav väärtus %s. Mõned funktsionaalsused või rakendused, sealhulgas uuendaja, ei pruugi toimida korrektselt.",
|
||||
"PHP modules" : "PHP lisamoodulid",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "parandab jõudlust keelte tõlkimisel ja tagab korrektse järjestamise, kui kasutusel on mitte-ASCII tähemärgid",
|
||||
"for Argon2 for password hashing" : "Argon2-põhise salasõna räsimise jaoks",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "nõutav SFTP andmeruumi jaoks ja soovitatav WebAuthn jõudluse jaoks",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Siit serverist on puudu mõned vajalikud PHP moodulid. On nõutav, et paigaldad alljärgnevad lisamoodulid: %s.",
|
||||
"The PHP OPcache module is not properly configured. %s." : "PHP OPcache'i moodul pole korrektselt seadistatud. %s.",
|
||||
|
|
@ -221,6 +223,7 @@ OC.L10N.register(
|
|||
"Your server is correctly configured to send security headers." : "Sinu veebiserveri päringuvastustes on turvalisusega seotud päisekirjed korrektsed.",
|
||||
"Configuration server ID" : "Serveri tunnuse (server ID) seadistus",
|
||||
"Server identifier isn’t configured. It is recommended if your Nextcloud instance is running on several PHP servers. Add a server ID in your configuration." : "Serveritunnus pole seadistatud. Kui sinu Nextcloudi server kasutab mitut PHP-serverit, siis on selle lisamine soovitatav. Lisa serveri tunnus oma Nextcloudi seadistustesse.",
|
||||
"\"%d\" is not a valid server identifier. It must be between 0 and 511." : "„%d“ pole korrektne serveritunnus. Väärtus peab jääma 0 ja 511 vahele.",
|
||||
"Server identifier is configured and valid." : "Serveritunnus on seadistatud ning kehtiv.",
|
||||
"Database version" : "Andmebaasi versioon",
|
||||
"MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Tuvastasin MariaDB versiooni 10.3 ning tema kasutusperiood on lõppenud ja tugi on olemas vaid Ubuntu 20.04 puhul. Parima jõudluse, stabiilsuse ja funktsionaalsuse mõttes soovitame selle Nextcloudi versiooni jaoks MariaDB versioone >=%1$s ja <= %2$s.",
|
||||
|
|
@ -268,6 +271,7 @@ OC.L10N.register(
|
|||
"Text processing" : "Tekstitöötlus",
|
||||
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Tekstitöötluse teenust saavad pakkuda erinevad rakendused. Siinkohal saad määratleda erinevate ülesannete jaoks mõeldud rakendusi.",
|
||||
"Task:" : "Ülesanded:",
|
||||
"None of your currently installed apps provide text processing functionality using the Text Processing API." : "Mitte ükski sinu hetkel paigaldatud rakendustest ei paku tekstitöötlemise funktsionaalsust „Text Processing API“ vahendusel.",
|
||||
"Here you can decide which group can access certain sections of the administration settings." : "Siinkohal saad sa otsustada mis gruppidel on ligipääs valitud haldusseadistustele.",
|
||||
"Unable to modify setting" : "Seadistuse muutmine ei õnnestu",
|
||||
"None" : "Pole",
|
||||
|
|
@ -362,6 +366,13 @@ OC.L10N.register(
|
|||
"Rename" : "Muuda nime",
|
||||
"Revoke" : "Tühista",
|
||||
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Selle tunnusloa tühistamine võib katkestada sinu seadme kaugkustutamise, kui kustutamine pole veel alanud.",
|
||||
"Revoke and cancel pending wipe?" : "Kas tühistad ja katkestad kustutamise?",
|
||||
"Only continue if you no longer need the device to be wiped." : "Jätka vaid siis, kui sul enam pole vaja seadmest andmeid kaugkustutada.",
|
||||
"Revoke and cancel wipe" : "Tühista ja katkesta kaugkustutamine",
|
||||
"Revoke app password?" : "Kas kustutad rakenduse salasõna?",
|
||||
"The app or device will lose access on its next sync. This cannot be undone." : "See rakendus või seade kaotab järgmise sünkroonimise ajal ligipääsu. Antud tegevust ei saa tagasi pöörata.",
|
||||
"Remote wipe has not started yet." : "Andmete kaugkustutamine pole veel alanud.",
|
||||
"Revoking now cancels the wipe. The device keeps its synced data." : "Tühistamine katkestab ootel oleva kaugkustutamise. Sünkroonitud andmed jäävad seadmesse alles.",
|
||||
"Device" : "Seade",
|
||||
"Last activity" : "Viimane tegevus",
|
||||
"Actions" : "Tegevused",
|
||||
|
|
@ -560,6 +571,7 @@ OC.L10N.register(
|
|||
"Language" : "Keel",
|
||||
"Set default language" : "Määra vaikimisi keel",
|
||||
"Manager" : "Haldaja",
|
||||
"Search for a manager…" : "Otsi juhatajat…",
|
||||
"Quota" : "Kvoot",
|
||||
"Set account quota" : "Määra kasutajakonto kvoot",
|
||||
"_{userCount} account …_::_{userCount} accounts …_" : ["{userCount} kasutajakonto…","{userCount} kasutajakontot…"],
|
||||
|
|
@ -749,6 +761,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Rakenduse eemaldamine ei õnnestunud.",
|
||||
"Could not update app." : "Rakenduse uuendamine ei õnnestunud.",
|
||||
"Apps" : "Rakendused",
|
||||
"for Argon2 for password hashing" : "Argon2-põhise salasõna räsimise jaoks",
|
||||
"Exclude some groups from sharing" : "Välista mõned grupid jagamisest",
|
||||
"Limit sharing to some groups" : "Piira jagamist mõnede gruppidega",
|
||||
"Also allow autocompletion on full match of the user id" : "Lisaks luba automaatset täitmist kasutajatunnuse täisvaste puhul",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"You created an app password for a session named \"{token}\"" : "Tegid rakenduse salasõna sessioonile nimega „{token}“",
|
||||
"An administrator created an app password for a session named \"{token}\"" : "Peakasutaja tegi rakenduse salasõna sessioonile nimega „{token}“",
|
||||
"You deleted app password \"{token}\"" : "Sina kustutasid rakenduse salasõna „{token}“",
|
||||
"You deleted app password \"{token}\" and cancelled its pending remote wipe" : "Sa kustutasid rakenduse salasõna „{token}“ ja tühistasid ootel oleva andmete kaugkustutamise seadmest",
|
||||
"You renamed app password \"{token}\" to \"{newToken}\"" : "Sa muutsid rakenduse salasõna: „{token}“ → „{newToken}“",
|
||||
"You granted filesystem access to app password \"{token}\"" : "Sa lubasid failisüsteemi ligipääsu rakenduse salasõnale „{token}“",
|
||||
"You revoked filesystem access from app password \"{token}\"" : "Sa keelasid failisüsteemi ligipääsu rakenduse salasõnale „{token}“",
|
||||
|
|
@ -147,6 +148,8 @@
|
|||
"Email test" : "E-kirjade saatmise test",
|
||||
"Mail delivery is disabled by instance config \"%s\"." : "Selles serveris piirab e-kirjade edasisaatmist seadistus „%s“.",
|
||||
"Email test was successfully sent" : "Testkirja saatmine õnnestus",
|
||||
"Transactional File Locking" : "Transaktsiooniline faililukustus",
|
||||
"Transactional File Locking is disabled. This is not a a supported configuraton. It may lead to difficult to isolate problems including file corruption. Please remove the `'filelocking.enabled' => false` configuration entry from your `config.php` to avoid these problems." : "Transaktsiooniline faililukustus on lülitatud välja ning selline seadistus pole toetatud. See võib tekitada olukorra, kus vigade tuvastamine, näiteks failide katkimineku korral, võib osutuda keeruliseks. Selliste probleemide vältimiseks palun eemalda serveri „config.php“ failist „'filelocking.enabled' => false“ seadistus.",
|
||||
"Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Serveri „trusted_proxies“ seadistus pole korrektne - seal peab leiduma massiiv, aga hetkel on midagi muud.",
|
||||
"Your \"trusted_proxies\" setting is not correctly set, it should be an array of IP addresses - optionally with range in CIDR notation." : "Sinu kasutatav „trusted_proxies“ seadistus pole korrektne - ta peaks olema IP-aadresside massiiv, kus soovi korral saad kasutada CIDR-vormingut vahemike kirjeldamiseks.",
|
||||
"This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "Sellel serveril puudub toimiv internetiühendus: mitmete otspunktidega ei ole leitavad. See tähendab, et mõned funktsionaalsused, nagu näiteks väliste andmehoidlate ühendamine, uuenduste teavitused või kolmandate osapoolte rakenduste paigaldamine ei tööta. Ligipääs failidele eemalt ning teavistuste saatmine e-kirjaga ei pruugi samuti toimida. Kui soovid kasutada täielikku funktsionaalsust, siis palun taga toimiv internetiühendus.",
|
||||
|
|
@ -187,7 +190,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP mälukasutuse piir on väiksem, muid soovitatav väärtus %s. Mõned funktsionaalsused või rakendused, sealhulgas uuendaja, ei pruugi toimida korrektselt.",
|
||||
"PHP modules" : "PHP lisamoodulid",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "parandab jõudlust keelte tõlkimisel ja tagab korrektse järjestamise, kui kasutusel on mitte-ASCII tähemärgid",
|
||||
"for Argon2 for password hashing" : "Argon2-põhise salasõna räsimise jaoks",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "nõutav SFTP andmeruumi jaoks ja soovitatav WebAuthn jõudluse jaoks",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Siit serverist on puudu mõned vajalikud PHP moodulid. On nõutav, et paigaldad alljärgnevad lisamoodulid: %s.",
|
||||
"The PHP OPcache module is not properly configured. %s." : "PHP OPcache'i moodul pole korrektselt seadistatud. %s.",
|
||||
|
|
@ -219,6 +221,7 @@
|
|||
"Your server is correctly configured to send security headers." : "Sinu veebiserveri päringuvastustes on turvalisusega seotud päisekirjed korrektsed.",
|
||||
"Configuration server ID" : "Serveri tunnuse (server ID) seadistus",
|
||||
"Server identifier isn’t configured. It is recommended if your Nextcloud instance is running on several PHP servers. Add a server ID in your configuration." : "Serveritunnus pole seadistatud. Kui sinu Nextcloudi server kasutab mitut PHP-serverit, siis on selle lisamine soovitatav. Lisa serveri tunnus oma Nextcloudi seadistustesse.",
|
||||
"\"%d\" is not a valid server identifier. It must be between 0 and 511." : "„%d“ pole korrektne serveritunnus. Väärtus peab jääma 0 ja 511 vahele.",
|
||||
"Server identifier is configured and valid." : "Serveritunnus on seadistatud ning kehtiv.",
|
||||
"Database version" : "Andmebaasi versioon",
|
||||
"MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Tuvastasin MariaDB versiooni 10.3 ning tema kasutusperiood on lõppenud ja tugi on olemas vaid Ubuntu 20.04 puhul. Parima jõudluse, stabiilsuse ja funktsionaalsuse mõttes soovitame selle Nextcloudi versiooni jaoks MariaDB versioone >=%1$s ja <= %2$s.",
|
||||
|
|
@ -266,6 +269,7 @@
|
|||
"Text processing" : "Tekstitöötlus",
|
||||
"Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Tekstitöötluse teenust saavad pakkuda erinevad rakendused. Siinkohal saad määratleda erinevate ülesannete jaoks mõeldud rakendusi.",
|
||||
"Task:" : "Ülesanded:",
|
||||
"None of your currently installed apps provide text processing functionality using the Text Processing API." : "Mitte ükski sinu hetkel paigaldatud rakendustest ei paku tekstitöötlemise funktsionaalsust „Text Processing API“ vahendusel.",
|
||||
"Here you can decide which group can access certain sections of the administration settings." : "Siinkohal saad sa otsustada mis gruppidel on ligipääs valitud haldusseadistustele.",
|
||||
"Unable to modify setting" : "Seadistuse muutmine ei õnnestu",
|
||||
"None" : "Pole",
|
||||
|
|
@ -360,6 +364,13 @@
|
|||
"Rename" : "Muuda nime",
|
||||
"Revoke" : "Tühista",
|
||||
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Selle tunnusloa tühistamine võib katkestada sinu seadme kaugkustutamise, kui kustutamine pole veel alanud.",
|
||||
"Revoke and cancel pending wipe?" : "Kas tühistad ja katkestad kustutamise?",
|
||||
"Only continue if you no longer need the device to be wiped." : "Jätka vaid siis, kui sul enam pole vaja seadmest andmeid kaugkustutada.",
|
||||
"Revoke and cancel wipe" : "Tühista ja katkesta kaugkustutamine",
|
||||
"Revoke app password?" : "Kas kustutad rakenduse salasõna?",
|
||||
"The app or device will lose access on its next sync. This cannot be undone." : "See rakendus või seade kaotab järgmise sünkroonimise ajal ligipääsu. Antud tegevust ei saa tagasi pöörata.",
|
||||
"Remote wipe has not started yet." : "Andmete kaugkustutamine pole veel alanud.",
|
||||
"Revoking now cancels the wipe. The device keeps its synced data." : "Tühistamine katkestab ootel oleva kaugkustutamise. Sünkroonitud andmed jäävad seadmesse alles.",
|
||||
"Device" : "Seade",
|
||||
"Last activity" : "Viimane tegevus",
|
||||
"Actions" : "Tegevused",
|
||||
|
|
@ -558,6 +569,7 @@
|
|||
"Language" : "Keel",
|
||||
"Set default language" : "Määra vaikimisi keel",
|
||||
"Manager" : "Haldaja",
|
||||
"Search for a manager…" : "Otsi juhatajat…",
|
||||
"Quota" : "Kvoot",
|
||||
"Set account quota" : "Määra kasutajakonto kvoot",
|
||||
"_{userCount} account …_::_{userCount} accounts …_" : ["{userCount} kasutajakonto…","{userCount} kasutajakontot…"],
|
||||
|
|
@ -747,6 +759,7 @@
|
|||
"Could not remove app." : "Rakenduse eemaldamine ei õnnestunud.",
|
||||
"Could not update app." : "Rakenduse uuendamine ei õnnestunud.",
|
||||
"Apps" : "Rakendused",
|
||||
"for Argon2 for password hashing" : "Argon2-põhise salasõna räsimise jaoks",
|
||||
"Exclude some groups from sharing" : "Välista mõned grupid jagamisest",
|
||||
"Limit sharing to some groups" : "Piira jagamist mõnede gruppidega",
|
||||
"Also allow autocompletion on full match of the user id" : "Lisaks luba automaatset täitmist kasutajatunnuse täisvaste puhul",
|
||||
|
|
|
|||
|
|
@ -243,7 +243,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP memoria-muga gomendatutako %sko balioaren azpitik dago. Baliteke funtzio edo aplikazio batzuek - eguneratzailea barne - behar bezala ez funtzionatzea.",
|
||||
"PHP modules" : "PHP moduluak",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "hizkuntza-itzulpenaren errendimendua areagotzen du eta ASCII ez diren karaktereen sailkapena konpontzen du",
|
||||
"for Argon2 for password hashing" : "Argon2-rako pasahitzen hasha egiteko",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "beharrezkoa da SFTP biltegiratzeko eta WebAuthn errendimendurako gomendatua",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "zerbitzarian irudiak biratzeko eta metadatuak ateratzeko Argazkiak aplikazioan",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Instantzia honetan beharrezkoak diren PHP modulu batzuk falta zaizkio. Hauek instalatzea beharrezkoa da: %s.",
|
||||
|
|
@ -780,6 +779,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Ezin izan da kendu aplikazioa.",
|
||||
"Could not update app." : "Ezin izan da aplikazioa eguneratu.",
|
||||
"Apps" : "Aplikazioak",
|
||||
"for Argon2 for password hashing" : "Argon2-rako pasahitzen hasha egiteko",
|
||||
"Exclude some groups from sharing" : "Baztertu talde batzuk partekatzetik",
|
||||
"Limit sharing to some groups" : "Mugatu partekatzea talde batzuetara",
|
||||
"Show details for {appName} app" : "Erakutsi {appName} aplikazioaren xehetasunak",
|
||||
|
|
|
|||
|
|
@ -241,7 +241,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP memoria-muga gomendatutako %sko balioaren azpitik dago. Baliteke funtzio edo aplikazio batzuek - eguneratzailea barne - behar bezala ez funtzionatzea.",
|
||||
"PHP modules" : "PHP moduluak",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "hizkuntza-itzulpenaren errendimendua areagotzen du eta ASCII ez diren karaktereen sailkapena konpontzen du",
|
||||
"for Argon2 for password hashing" : "Argon2-rako pasahitzen hasha egiteko",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "beharrezkoa da SFTP biltegiratzeko eta WebAuthn errendimendurako gomendatua",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "zerbitzarian irudiak biratzeko eta metadatuak ateratzeko Argazkiak aplikazioan",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Instantzia honetan beharrezkoak diren PHP modulu batzuk falta zaizkio. Hauek instalatzea beharrezkoa da: %s.",
|
||||
|
|
@ -778,6 +777,7 @@
|
|||
"Could not remove app." : "Ezin izan da kendu aplikazioa.",
|
||||
"Could not update app." : "Ezin izan da aplikazioa eguneratu.",
|
||||
"Apps" : "Aplikazioak",
|
||||
"for Argon2 for password hashing" : "Argon2-rako pasahitzen hasha egiteko",
|
||||
"Exclude some groups from sharing" : "Baztertu talde batzuk partekatzetik",
|
||||
"Limit sharing to some groups" : "Mugatu partekatzea talde batzuetara",
|
||||
"Show details for {appName} app" : "Erakutsi {appName} aplikazioaren xehetasunak",
|
||||
|
|
|
|||
|
|
@ -246,7 +246,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "La limite de mémoire de PHP est inférieure à la valeur recommandée de %s. Certaines fonctionnalités ou applications - y compris l'Updater - peuvent ne pas fonctionner correctement.",
|
||||
"PHP modules" : "Modules PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "Améliore la performance de la traduction linguistique et corrige le tri de caractère non-ASCII.",
|
||||
"for Argon2 for password hashing" : "pour Argon2 pour le hachage de mot de passe",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "requis pour le stockage SFTP et recommandé pour les performances de WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "Pour la rotation des images côté serveur et l’extraction des métadonnées dans l’application Photos.",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Cette instance ne dispose pas de plusieurs modules nécessaires sur cette instance. Il est obligatoire de les installer : %s.",
|
||||
|
|
@ -838,6 +837,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Impossible de supprimer l'app.",
|
||||
"Could not update app." : "Impossible de mettre à jour l'app.",
|
||||
"Apps" : "Applications",
|
||||
"for Argon2 for password hashing" : "pour Argon2 pour le hachage de mot de passe",
|
||||
"Exclude some groups from sharing" : "Empêcher certains groupes de partager",
|
||||
"Limit sharing to some groups" : "Limiter le partage à certains groupes",
|
||||
"Also allow autocompletion on full match of the user id" : "Autoriser également l'autocomplétion en cas de correspondance exacte avec le nom d'utilisateur.",
|
||||
|
|
|
|||
|
|
@ -244,7 +244,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "La limite de mémoire de PHP est inférieure à la valeur recommandée de %s. Certaines fonctionnalités ou applications - y compris l'Updater - peuvent ne pas fonctionner correctement.",
|
||||
"PHP modules" : "Modules PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "Améliore la performance de la traduction linguistique et corrige le tri de caractère non-ASCII.",
|
||||
"for Argon2 for password hashing" : "pour Argon2 pour le hachage de mot de passe",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "requis pour le stockage SFTP et recommandé pour les performances de WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "Pour la rotation des images côté serveur et l’extraction des métadonnées dans l’application Photos.",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Cette instance ne dispose pas de plusieurs modules nécessaires sur cette instance. Il est obligatoire de les installer : %s.",
|
||||
|
|
@ -836,6 +835,7 @@
|
|||
"Could not remove app." : "Impossible de supprimer l'app.",
|
||||
"Could not update app." : "Impossible de mettre à jour l'app.",
|
||||
"Apps" : "Applications",
|
||||
"for Argon2 for password hashing" : "pour Argon2 pour le hachage de mot de passe",
|
||||
"Exclude some groups from sharing" : "Empêcher certains groupes de partager",
|
||||
"Limit sharing to some groups" : "Limiter le partage à certains groupes",
|
||||
"Also allow autocompletion on full match of the user id" : "Autoriser également l'autocomplétion en cas de correspondance exacte avec le nom d'utilisateur.",
|
||||
|
|
|
|||
|
|
@ -246,7 +246,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Tá an teorainn chuimhne PHP faoi bhun an luach molta de %s. Seans nach bhfeidhmeoidh roinnt gnéithe nó aipeanna - lena n-áirítear an Updater - i gceart.",
|
||||
"PHP modules" : "Modúil PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "méaduithe ar fheidhmíocht aistriúcháin teanga agus socraítear sórtáil carachtar neamh-ASCII",
|
||||
"for Argon2 for password hashing" : "le haghaidh Argon2 le haghaidh hashing pasfhocal",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "ag teastáil le haghaidh stórála SFTP agus molta le haghaidh feidhmíochta WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "le haghaidh rothlú pictiúr san eastóscadh freastalaí agus meiteashonraí san aip Grianghraif",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Tá roinnt modúl PHP riachtanach in easnamh ar an gcás seo. Tá sé riachtanach iad a shuiteáil: %s.",
|
||||
|
|
@ -852,6 +851,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Níorbh fhéidir an aip a bhaint.",
|
||||
"Could not update app." : "Níorbh fhéidir an aip a nuashonrú.",
|
||||
"Apps" : "Feidhmchláir",
|
||||
"for Argon2 for password hashing" : "le haghaidh Argon2 le haghaidh hashing pasfhocal",
|
||||
"Exclude some groups from sharing" : "Fág roinnt grúpaí as an áireamh",
|
||||
"Limit sharing to some groups" : "Teorainn a chur le roinnt grúpaí",
|
||||
"Also allow autocompletion on full match of the user id" : "Ceadaigh uathchríochnú freisin nuair a mheaitseálann aitheantas an úsáideora go hiomlán",
|
||||
|
|
|
|||
|
|
@ -244,7 +244,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Tá an teorainn chuimhne PHP faoi bhun an luach molta de %s. Seans nach bhfeidhmeoidh roinnt gnéithe nó aipeanna - lena n-áirítear an Updater - i gceart.",
|
||||
"PHP modules" : "Modúil PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "méaduithe ar fheidhmíocht aistriúcháin teanga agus socraítear sórtáil carachtar neamh-ASCII",
|
||||
"for Argon2 for password hashing" : "le haghaidh Argon2 le haghaidh hashing pasfhocal",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "ag teastáil le haghaidh stórála SFTP agus molta le haghaidh feidhmíochta WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "le haghaidh rothlú pictiúr san eastóscadh freastalaí agus meiteashonraí san aip Grianghraif",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Tá roinnt modúl PHP riachtanach in easnamh ar an gcás seo. Tá sé riachtanach iad a shuiteáil: %s.",
|
||||
|
|
@ -850,6 +849,7 @@
|
|||
"Could not remove app." : "Níorbh fhéidir an aip a bhaint.",
|
||||
"Could not update app." : "Níorbh fhéidir an aip a nuashonrú.",
|
||||
"Apps" : "Feidhmchláir",
|
||||
"for Argon2 for password hashing" : "le haghaidh Argon2 le haghaidh hashing pasfhocal",
|
||||
"Exclude some groups from sharing" : "Fág roinnt grúpaí as an áireamh",
|
||||
"Limit sharing to some groups" : "Teorainn a chur le roinnt grúpaí",
|
||||
"Also allow autocompletion on full match of the user id" : "Ceadaigh uathchríochnú freisin nuair a mheaitseálann aitheantas an úsáideora go hiomlán",
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ OC.L10N.register(
|
|||
"You created an app password for a session named \"{token}\"" : "Creou un contrasinal de aplicación para unha sesión chamada «{token}»",
|
||||
"An administrator created an app password for a session named \"{token}\"" : "Un administrador creou un contrasinal de aplicación para unha sesión chamada «{token}»",
|
||||
"You deleted app password \"{token}\"" : "Vde. eliminou o contrasinal da aplicación «{token}»",
|
||||
"You deleted app password \"{token}\" and cancelled its pending remote wipe" : "Eliminaches o contrasinal de aplicación \"{token}\" e cancelaches o seu borrado remoto pendente",
|
||||
"You renamed app password \"{token}\" to \"{newToken}\"" : "Vde. renomeou o contrasinal da aplicación «{token}» como «{newToken}»",
|
||||
"You granted filesystem access to app password \"{token}\"" : "Vde. concedeu acceso ao sistema de ficheiros ao contrasinal da aplicación «{token}»",
|
||||
"You revoked filesystem access from app password \"{token}\"" : "Vde. revogou o acceso ao sistema de ficheiros desde o contrasinal da aplicación «{token}»",
|
||||
|
|
@ -246,7 +247,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "O límite de memoria PHP está por debaixo do valor recomendado de %s. Algunhas funcións ou aplicacións, incluído o actualizador, poden non funcionar correctamente.",
|
||||
"PHP modules" : "PHP modules",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "aumenta o rendemento da tradución de idiomas e corrixe a clasificación de caracteres non ASCII",
|
||||
"for Argon2 for password hashing" : "para Argon2 para a xeración do resumo criptográfico do contrasinal",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "precisase para o almacenamento SFTP e recomendado para o rendemento de WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "para a rotación de imaxes no servidor e a extracción de metadatos na aplicación Fotos",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "A esta instancia fáltanlle algúns módulos PHP necesarios. Precísase da súa instalación: %s.",
|
||||
|
|
@ -295,6 +295,7 @@ OC.L10N.register(
|
|||
"Your server is correctly configured to send security headers." : "O seu servidor está configurado correctamente para enviar cabeceiras de seguranza.",
|
||||
"Configuration server ID" : "ID do servidor de configuración",
|
||||
"Server identifier isn’t configured. It is recommended if your Nextcloud instance is running on several PHP servers. Add a server ID in your configuration." : "O identificador do servidor non está configurado. Recoméndase se a súa instancia de Nextcloud está a funcionar en varios servidores PHP. Engada un servidor na súa configuración.",
|
||||
"\"%d\" is not a valid server identifier. It must be between 0 and 511." : "\"%d\" non é un identificador de servidor válido. Debe estar entre 0 e 511.",
|
||||
"Server identifier is configured and valid." : "O identificador do servidor está configurado e é válido.",
|
||||
"Database version" : "Versión da base de datos",
|
||||
"MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Detectouse a versión 10.3 de MariaDB, esta versión está ao final da súa vida útil e só se admite como parte de Ubuntu 20.04. Suxírese MariaDB >=%1$s e <=%2$s para obter mellor rendemento, estabilidade e funcionalidade con esta versión de Nextcloud.",
|
||||
|
|
@ -312,8 +313,13 @@ OC.L10N.register(
|
|||
"_No scheduled tasks in the last day._::_No scheduled tasks in the last %n days._" : ["Non hai tarefas programadas no último día.","Non hai tarefas programadas nos últimos %n días."],
|
||||
"_The task pickup speed has been ok in the last day._::_The task pickup speed has been ok in the last %n days._" : ["A velocidade de recollida de tarefas foi boa no último día","A velocidade de recollida de tarefas foi boa nos últimos %n dias."],
|
||||
"_The task pickup speed has been slow in the last day. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._::_The task pickup speed has been slow in the last %n days. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._" : ["A velocidade de recollida de tarefas foi lenta no último día. Moitas tarefas tardaron máis de 4 minutos en ser recollidas. Considere configurar un traballador para procesar tarefas en segundo plano.","A velocidade de recollida de tarefas foi lenta nos últimos %n días. Moitas tarefas tardaron máis de 4 minutos en ser recollidas. Considere configurar un traballador para procesar tarefas en segundo plano."],
|
||||
"Task Processing success rate" : "Taxa de éxito no Procesamento de Tareas",
|
||||
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["A maioría das tarefas foron satisfactorias no último día.","A maioría das tarefas foron satisfactorias nos últimos %n días."],
|
||||
"_A lot of tasks failed in the last day. Consider checking the nextcloud log for errors and investigating whether the AI provider apps have been set up correctly._::_A lot of tasks failed in the last %n days. Consider checking the nextcloud log for errors and investigating whether the AI provider apps have been set up correctly._" : ["Moitas tarefas fracasaron no último día. Considere revisar o rexistro nextcloud para ver os erros e investigar se as aplicacións do provedor de IA foron configuradas correctamente.","Moitas tarefas fracasaron nos últimos %n días. Considere revisar o rexistro nextcloud para ver os erros e investigar se as aplicacións do provedor de IA foron configuradas correctamente."],
|
||||
"Task Processing worker status" : "Estado do worker de Procesamento de Tareas",
|
||||
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["O worker de Procesamento de Tareas executouse no último minuto.","O worker de Procesamento de Tareas executouse nos últimos minutos."],
|
||||
"The Task Processing worker does not seem to be running. The last run was at %s." : "O worker de Procesamento de Tareas non semella estar en execución. A última execución foi ás %s.",
|
||||
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "O worker de Procesamento de Tareas non semella estar en execución. Semella que nunca se executou ata agora.",
|
||||
"Temporary space available" : "Espazo temporal dispoñíbel",
|
||||
"Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Produciuse un erro ao comprobar a ruta temporal de PHP: non se axustou correctamente a un directorio. Valor devolto: %s",
|
||||
"The PHP function \"disk_free_space\" is disabled, which prevents the check for enough space in the temporary directories." : "A función PHP «disk_free_space» está desactivada, o que impide comprobar se hai espazo abondo nos directorios temporais.",
|
||||
|
|
@ -456,6 +462,13 @@ OC.L10N.register(
|
|||
"Rename" : "Cambiar o nome",
|
||||
"Revoke" : "Revogar",
|
||||
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "A revogación deste testemuño pode impedir a limpeza do seu dispositivo se aínda non iniciou a limpeza.",
|
||||
"Revoke and cancel pending wipe?" : "Revogar e cancelar o borrado pendente?",
|
||||
"Only continue if you no longer need the device to be wiped." : "Continúa só se xa non precisas que o dispositivo sexa borrado.",
|
||||
"Revoke and cancel wipe" : "Revogar e cancelar o borrado",
|
||||
"Revoke app password?" : "Revogar o contrasinal de aplicación?",
|
||||
"The app or device will lose access on its next sync. This cannot be undone." : "A aplicación ou dispositivo perderá o acceso na seguinte sincronización. Isto non se pode desfacer.",
|
||||
"Remote wipe has not started yet." : "O borrado remoto aínda non comezou.",
|
||||
"Revoking now cancels the wipe. The device keeps its synced data." : "Revogar agora cancela o borrado. O dispositivo conserva os datos sincronizados.",
|
||||
"Device" : "Dispositivo",
|
||||
"Last activity" : "Última actividade",
|
||||
"Actions" : "Accións",
|
||||
|
|
@ -634,6 +647,7 @@ OC.L10N.register(
|
|||
"List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Lista de contas. Esta lista non se representa de xeito completo por mor do rendemento. As contas represéntanse mentres se despraza pola lista.",
|
||||
"Account name" : "Nome da conta",
|
||||
"Account updated" : "Conta actualizada",
|
||||
"Failed to update account" : "Produciuse un erro ao actualizar a conta",
|
||||
"Edit account" : "Editar a conta",
|
||||
"Saving …" : "Gardando…",
|
||||
"Save" : "Gardar",
|
||||
|
|
@ -655,6 +669,7 @@ OC.L10N.register(
|
|||
"Language" : "Idioma",
|
||||
"Set default language" : "Definir o idioma predeterminado",
|
||||
"Manager" : "Xestor/a",
|
||||
"Search for a manager…" : "Buscar un responsable…",
|
||||
"Quota" : "Cota",
|
||||
"Set account quota" : "Definir a cota da conta",
|
||||
"_{userCount} account …_::_{userCount} accounts …_" : ["{userCount} conta…","{userCount} contas…"],
|
||||
|
|
@ -706,6 +721,7 @@ OC.L10N.register(
|
|||
"Default quota" : "Cota predeterminada",
|
||||
"Select default quota" : "Seleccionar a cota predeterminada",
|
||||
"Search" : "Buscar",
|
||||
"Focus search" : "Enfocar a busca",
|
||||
"Help" : "Axuda",
|
||||
"Show those shortcuts" : "Amosar eses atallos",
|
||||
"Server error while trying to complete WebAuthn device registration" : "Produciuse un erro do servidor cando se intentaba completar o rexistro do dispositivo WebAuthn",
|
||||
|
|
@ -759,6 +775,7 @@ OC.L10N.register(
|
|||
"Admins" : "Administración",
|
||||
"Account group: {group}" : "Grupo de contas: {group}",
|
||||
"Account management" : "Xestión de contas",
|
||||
"Search accounts and groups…" : "Buscar contas e grupos…",
|
||||
"For performance reasons, when you enable encryption on a {productName} server only new and changed files are encrypted." : "Por razóns de rendemento, cando activa a cifraxe nun servidor {productName} só se cifran os ficheiros novos e os modificados.",
|
||||
"Location" : "Localización",
|
||||
"Profile picture" : "Imaxe do perfil",
|
||||
|
|
@ -842,6 +859,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Non foi posíbel retirar a aplicación.",
|
||||
"Could not update app." : "Non foi posíbel actualizar a aplicación.",
|
||||
"Apps" : "Aplicacións",
|
||||
"for Argon2 for password hashing" : "para Argon2 para a xeración do resumo criptográfico do contrasinal",
|
||||
"Exclude some groups from sharing" : "Excluír algúns grupos da compartición",
|
||||
"Limit sharing to some groups" : "Limitar a compartición a algúns grupos",
|
||||
"Also allow autocompletion on full match of the user id" : "Permitir tamén o autocompletado cando coincida totalmente co ID do usuario",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"You created an app password for a session named \"{token}\"" : "Creou un contrasinal de aplicación para unha sesión chamada «{token}»",
|
||||
"An administrator created an app password for a session named \"{token}\"" : "Un administrador creou un contrasinal de aplicación para unha sesión chamada «{token}»",
|
||||
"You deleted app password \"{token}\"" : "Vde. eliminou o contrasinal da aplicación «{token}»",
|
||||
"You deleted app password \"{token}\" and cancelled its pending remote wipe" : "Eliminaches o contrasinal de aplicación \"{token}\" e cancelaches o seu borrado remoto pendente",
|
||||
"You renamed app password \"{token}\" to \"{newToken}\"" : "Vde. renomeou o contrasinal da aplicación «{token}» como «{newToken}»",
|
||||
"You granted filesystem access to app password \"{token}\"" : "Vde. concedeu acceso ao sistema de ficheiros ao contrasinal da aplicación «{token}»",
|
||||
"You revoked filesystem access from app password \"{token}\"" : "Vde. revogou o acceso ao sistema de ficheiros desde o contrasinal da aplicación «{token}»",
|
||||
|
|
@ -244,7 +245,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "O límite de memoria PHP está por debaixo do valor recomendado de %s. Algunhas funcións ou aplicacións, incluído o actualizador, poden non funcionar correctamente.",
|
||||
"PHP modules" : "PHP modules",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "aumenta o rendemento da tradución de idiomas e corrixe a clasificación de caracteres non ASCII",
|
||||
"for Argon2 for password hashing" : "para Argon2 para a xeración do resumo criptográfico do contrasinal",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "precisase para o almacenamento SFTP e recomendado para o rendemento de WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "para a rotación de imaxes no servidor e a extracción de metadatos na aplicación Fotos",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "A esta instancia fáltanlle algúns módulos PHP necesarios. Precísase da súa instalación: %s.",
|
||||
|
|
@ -293,6 +293,7 @@
|
|||
"Your server is correctly configured to send security headers." : "O seu servidor está configurado correctamente para enviar cabeceiras de seguranza.",
|
||||
"Configuration server ID" : "ID do servidor de configuración",
|
||||
"Server identifier isn’t configured. It is recommended if your Nextcloud instance is running on several PHP servers. Add a server ID in your configuration." : "O identificador do servidor non está configurado. Recoméndase se a súa instancia de Nextcloud está a funcionar en varios servidores PHP. Engada un servidor na súa configuración.",
|
||||
"\"%d\" is not a valid server identifier. It must be between 0 and 511." : "\"%d\" non é un identificador de servidor válido. Debe estar entre 0 e 511.",
|
||||
"Server identifier is configured and valid." : "O identificador do servidor está configurado e é válido.",
|
||||
"Database version" : "Versión da base de datos",
|
||||
"MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Detectouse a versión 10.3 de MariaDB, esta versión está ao final da súa vida útil e só se admite como parte de Ubuntu 20.04. Suxírese MariaDB >=%1$s e <=%2$s para obter mellor rendemento, estabilidade e funcionalidade con esta versión de Nextcloud.",
|
||||
|
|
@ -310,8 +311,13 @@
|
|||
"_No scheduled tasks in the last day._::_No scheduled tasks in the last %n days._" : ["Non hai tarefas programadas no último día.","Non hai tarefas programadas nos últimos %n días."],
|
||||
"_The task pickup speed has been ok in the last day._::_The task pickup speed has been ok in the last %n days._" : ["A velocidade de recollida de tarefas foi boa no último día","A velocidade de recollida de tarefas foi boa nos últimos %n dias."],
|
||||
"_The task pickup speed has been slow in the last day. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._::_The task pickup speed has been slow in the last %n days. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._" : ["A velocidade de recollida de tarefas foi lenta no último día. Moitas tarefas tardaron máis de 4 minutos en ser recollidas. Considere configurar un traballador para procesar tarefas en segundo plano.","A velocidade de recollida de tarefas foi lenta nos últimos %n días. Moitas tarefas tardaron máis de 4 minutos en ser recollidas. Considere configurar un traballador para procesar tarefas en segundo plano."],
|
||||
"Task Processing success rate" : "Taxa de éxito no Procesamento de Tareas",
|
||||
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["A maioría das tarefas foron satisfactorias no último día.","A maioría das tarefas foron satisfactorias nos últimos %n días."],
|
||||
"_A lot of tasks failed in the last day. Consider checking the nextcloud log for errors and investigating whether the AI provider apps have been set up correctly._::_A lot of tasks failed in the last %n days. Consider checking the nextcloud log for errors and investigating whether the AI provider apps have been set up correctly._" : ["Moitas tarefas fracasaron no último día. Considere revisar o rexistro nextcloud para ver os erros e investigar se as aplicacións do provedor de IA foron configuradas correctamente.","Moitas tarefas fracasaron nos últimos %n días. Considere revisar o rexistro nextcloud para ver os erros e investigar se as aplicacións do provedor de IA foron configuradas correctamente."],
|
||||
"Task Processing worker status" : "Estado do worker de Procesamento de Tareas",
|
||||
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["O worker de Procesamento de Tareas executouse no último minuto.","O worker de Procesamento de Tareas executouse nos últimos minutos."],
|
||||
"The Task Processing worker does not seem to be running. The last run was at %s." : "O worker de Procesamento de Tareas non semella estar en execución. A última execución foi ás %s.",
|
||||
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "O worker de Procesamento de Tareas non semella estar en execución. Semella que nunca se executou ata agora.",
|
||||
"Temporary space available" : "Espazo temporal dispoñíbel",
|
||||
"Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Produciuse un erro ao comprobar a ruta temporal de PHP: non se axustou correctamente a un directorio. Valor devolto: %s",
|
||||
"The PHP function \"disk_free_space\" is disabled, which prevents the check for enough space in the temporary directories." : "A función PHP «disk_free_space» está desactivada, o que impide comprobar se hai espazo abondo nos directorios temporais.",
|
||||
|
|
@ -454,6 +460,13 @@
|
|||
"Rename" : "Cambiar o nome",
|
||||
"Revoke" : "Revogar",
|
||||
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "A revogación deste testemuño pode impedir a limpeza do seu dispositivo se aínda non iniciou a limpeza.",
|
||||
"Revoke and cancel pending wipe?" : "Revogar e cancelar o borrado pendente?",
|
||||
"Only continue if you no longer need the device to be wiped." : "Continúa só se xa non precisas que o dispositivo sexa borrado.",
|
||||
"Revoke and cancel wipe" : "Revogar e cancelar o borrado",
|
||||
"Revoke app password?" : "Revogar o contrasinal de aplicación?",
|
||||
"The app or device will lose access on its next sync. This cannot be undone." : "A aplicación ou dispositivo perderá o acceso na seguinte sincronización. Isto non se pode desfacer.",
|
||||
"Remote wipe has not started yet." : "O borrado remoto aínda non comezou.",
|
||||
"Revoking now cancels the wipe. The device keeps its synced data." : "Revogar agora cancela o borrado. O dispositivo conserva os datos sincronizados.",
|
||||
"Device" : "Dispositivo",
|
||||
"Last activity" : "Última actividade",
|
||||
"Actions" : "Accións",
|
||||
|
|
@ -632,6 +645,7 @@
|
|||
"List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Lista de contas. Esta lista non se representa de xeito completo por mor do rendemento. As contas represéntanse mentres se despraza pola lista.",
|
||||
"Account name" : "Nome da conta",
|
||||
"Account updated" : "Conta actualizada",
|
||||
"Failed to update account" : "Produciuse un erro ao actualizar a conta",
|
||||
"Edit account" : "Editar a conta",
|
||||
"Saving …" : "Gardando…",
|
||||
"Save" : "Gardar",
|
||||
|
|
@ -653,6 +667,7 @@
|
|||
"Language" : "Idioma",
|
||||
"Set default language" : "Definir o idioma predeterminado",
|
||||
"Manager" : "Xestor/a",
|
||||
"Search for a manager…" : "Buscar un responsable…",
|
||||
"Quota" : "Cota",
|
||||
"Set account quota" : "Definir a cota da conta",
|
||||
"_{userCount} account …_::_{userCount} accounts …_" : ["{userCount} conta…","{userCount} contas…"],
|
||||
|
|
@ -704,6 +719,7 @@
|
|||
"Default quota" : "Cota predeterminada",
|
||||
"Select default quota" : "Seleccionar a cota predeterminada",
|
||||
"Search" : "Buscar",
|
||||
"Focus search" : "Enfocar a busca",
|
||||
"Help" : "Axuda",
|
||||
"Show those shortcuts" : "Amosar eses atallos",
|
||||
"Server error while trying to complete WebAuthn device registration" : "Produciuse un erro do servidor cando se intentaba completar o rexistro do dispositivo WebAuthn",
|
||||
|
|
@ -757,6 +773,7 @@
|
|||
"Admins" : "Administración",
|
||||
"Account group: {group}" : "Grupo de contas: {group}",
|
||||
"Account management" : "Xestión de contas",
|
||||
"Search accounts and groups…" : "Buscar contas e grupos…",
|
||||
"For performance reasons, when you enable encryption on a {productName} server only new and changed files are encrypted." : "Por razóns de rendemento, cando activa a cifraxe nun servidor {productName} só se cifran os ficheiros novos e os modificados.",
|
||||
"Location" : "Localización",
|
||||
"Profile picture" : "Imaxe do perfil",
|
||||
|
|
@ -840,6 +857,7 @@
|
|||
"Could not remove app." : "Non foi posíbel retirar a aplicación.",
|
||||
"Could not update app." : "Non foi posíbel actualizar a aplicación.",
|
||||
"Apps" : "Aplicacións",
|
||||
"for Argon2 for password hashing" : "para Argon2 para a xeración do resumo criptográfico do contrasinal",
|
||||
"Exclude some groups from sharing" : "Excluír algúns grupos da compartición",
|
||||
"Limit sharing to some groups" : "Limitar a compartición a algúns grupos",
|
||||
"Also allow autocompletion on full match of the user id" : "Permitir tamén o autocompletado cando coincida totalmente co ID do usuario",
|
||||
|
|
|
|||
|
|
@ -246,7 +246,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP ograničenje memorije niže je od preporučene vrijednosti %s. Neke funkcije ili aplikacije — uključujući Updater — možda neće ispravno raditi.",
|
||||
"PHP modules" : "PHP moduli",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "poboljšava performanse prijevoda jezika i ispravlja sortiranje ne-ASCII znakova",
|
||||
"for Argon2 for password hashing" : "za Argon2 pri raspršivanju lozinki",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "obavezno za SFTP pohranu i preporučeno za performanse WebAuthn-a",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "za rotaciju slika na poslužitelju i izdvajanje metapodataka u aplikaciji Fotografije",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Ovoj instanci nedostaju neki obavezni PHP moduli. Potrebno ih je instalirati: %s.",
|
||||
|
|
@ -842,6 +841,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Nije moguće ukloniti aplikaciju.",
|
||||
"Could not update app." : "Nije moguće ažurirati aplikaciju.",
|
||||
"Apps" : "Aplikacije",
|
||||
"for Argon2 for password hashing" : "za Argon2 pri raspršivanju lozinki",
|
||||
"Exclude some groups from sharing" : "Izuzmi neke grupe iz dijeljenja",
|
||||
"Limit sharing to some groups" : "Ograniči dijeljenje na neke grupe",
|
||||
"Also allow autocompletion on full match of the user id" : "Također dopusti automatsko dovršavanje pri potpunom podudaranju korisničkog ID-a",
|
||||
|
|
|
|||
|
|
@ -244,7 +244,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP ograničenje memorije niže je od preporučene vrijednosti %s. Neke funkcije ili aplikacije — uključujući Updater — možda neće ispravno raditi.",
|
||||
"PHP modules" : "PHP moduli",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "poboljšava performanse prijevoda jezika i ispravlja sortiranje ne-ASCII znakova",
|
||||
"for Argon2 for password hashing" : "za Argon2 pri raspršivanju lozinki",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "obavezno za SFTP pohranu i preporučeno za performanse WebAuthn-a",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "za rotaciju slika na poslužitelju i izdvajanje metapodataka u aplikaciji Fotografije",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Ovoj instanci nedostaju neki obavezni PHP moduli. Potrebno ih je instalirati: %s.",
|
||||
|
|
@ -840,6 +839,7 @@
|
|||
"Could not remove app." : "Nije moguće ukloniti aplikaciju.",
|
||||
"Could not update app." : "Nije moguće ažurirati aplikaciju.",
|
||||
"Apps" : "Aplikacije",
|
||||
"for Argon2 for password hashing" : "za Argon2 pri raspršivanju lozinki",
|
||||
"Exclude some groups from sharing" : "Izuzmi neke grupe iz dijeljenja",
|
||||
"Limit sharing to some groups" : "Ograniči dijeljenje na neke grupe",
|
||||
"Also allow autocompletion on full match of the user id" : "Također dopusti automatsko dovršavanje pri potpunom podudaranju korisničkog ID-a",
|
||||
|
|
|
|||
|
|
@ -246,7 +246,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Batas memori PHP berada di bawah nilai yang direkomendasikan sebesar %s. Beberapa fitur atau aplikasi - termasuk Updater - mungkin tidak berfungsi dengan semestinya.",
|
||||
"PHP modules" : "Modul PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "meningkatkan kinerja terjemahan bahasa dan memperbaiki pengurutan karakter non-ASCII",
|
||||
"for Argon2 for password hashing" : "untuk Argon2 untuk hashing kata sandi",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "diperlukan untuk penyimpanan SFTP dan direkomendasikan untuk kinerja WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "untuk rotasi gambar di server dan ekstraksi metadata di aplikasi Foto",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Instans ini tidak memiliki beberapa modul PHP yang diperlukan. Diperlukan untuk menginstalnya: %s.",
|
||||
|
|
@ -832,6 +831,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Tidak dapat hapus aplikasi.",
|
||||
"Could not update app." : "Tidak dapat perbarui aplikasi.",
|
||||
"Apps" : "Aplikasi",
|
||||
"for Argon2 for password hashing" : "untuk Argon2 untuk hashing kata sandi",
|
||||
"Exclude some groups from sharing" : "Kecualikan beberapa grup dari berbagi",
|
||||
"Limit sharing to some groups" : "Batasi berbagi hanya untuk beberapa grup",
|
||||
"Also allow autocompletion on full match of the user id" : "Juga izinkan pelengkapan otomatis pada kecocokan penuh dari id pengguna",
|
||||
|
|
|
|||
|
|
@ -244,7 +244,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Batas memori PHP berada di bawah nilai yang direkomendasikan sebesar %s. Beberapa fitur atau aplikasi - termasuk Updater - mungkin tidak berfungsi dengan semestinya.",
|
||||
"PHP modules" : "Modul PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "meningkatkan kinerja terjemahan bahasa dan memperbaiki pengurutan karakter non-ASCII",
|
||||
"for Argon2 for password hashing" : "untuk Argon2 untuk hashing kata sandi",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "diperlukan untuk penyimpanan SFTP dan direkomendasikan untuk kinerja WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "untuk rotasi gambar di server dan ekstraksi metadata di aplikasi Foto",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Instans ini tidak memiliki beberapa modul PHP yang diperlukan. Diperlukan untuk menginstalnya: %s.",
|
||||
|
|
@ -830,6 +829,7 @@
|
|||
"Could not remove app." : "Tidak dapat hapus aplikasi.",
|
||||
"Could not update app." : "Tidak dapat perbarui aplikasi.",
|
||||
"Apps" : "Aplikasi",
|
||||
"for Argon2 for password hashing" : "untuk Argon2 untuk hashing kata sandi",
|
||||
"Exclude some groups from sharing" : "Kecualikan beberapa grup dari berbagi",
|
||||
"Limit sharing to some groups" : "Batasi berbagi hanya untuk beberapa grup",
|
||||
"Also allow autocompletion on full match of the user id" : "Juga izinkan pelengkapan otomatis pada kecocokan penuh dari id pengguna",
|
||||
|
|
|
|||
|
|
@ -245,7 +245,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Il limite di memoria PHP è inferiore al valore consigliato di %s. Alcune funzioni o applicazioni, tra cui l'Updater, potrebbero non funzionare correttamente.",
|
||||
"PHP modules" : "Moduli PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "migliora le prestazioni della traduzione linguistica e corregge l'ordinamento dei caratteri non ASCII",
|
||||
"for Argon2 for password hashing" : "per Argon2 per l'hashing delle password",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "richiesto per l'archiviazione SFTP e consigliato per le prestazioni WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "per la rotazione delle immagini nel server e l'estrazione dei metadati nell'applicazione Foto",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Questa istanza manca di alcuni moduli PHP richiesti. È necessario installarli: %s.",
|
||||
|
|
@ -849,6 +848,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Impossibile rimuovere l'applicazione.",
|
||||
"Could not update app." : "Impossibile aggiornare l'applicazione.",
|
||||
"Apps" : "Applicazioni",
|
||||
"for Argon2 for password hashing" : "per Argon2 per l'hashing delle password",
|
||||
"Exclude some groups from sharing" : "Escludi alcuni gruppi dalla condivisione",
|
||||
"Limit sharing to some groups" : "Limita la condivisione ad alcuni gruppi",
|
||||
"Also allow autocompletion on full match of the user id" : "Consenti anche il completamento automatico in caso di corrispondenza completa dell'ID utente",
|
||||
|
|
|
|||
|
|
@ -243,7 +243,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Il limite di memoria PHP è inferiore al valore consigliato di %s. Alcune funzioni o applicazioni, tra cui l'Updater, potrebbero non funzionare correttamente.",
|
||||
"PHP modules" : "Moduli PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "migliora le prestazioni della traduzione linguistica e corregge l'ordinamento dei caratteri non ASCII",
|
||||
"for Argon2 for password hashing" : "per Argon2 per l'hashing delle password",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "richiesto per l'archiviazione SFTP e consigliato per le prestazioni WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "per la rotazione delle immagini nel server e l'estrazione dei metadati nell'applicazione Foto",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Questa istanza manca di alcuni moduli PHP richiesti. È necessario installarli: %s.",
|
||||
|
|
@ -847,6 +846,7 @@
|
|||
"Could not remove app." : "Impossibile rimuovere l'applicazione.",
|
||||
"Could not update app." : "Impossibile aggiornare l'applicazione.",
|
||||
"Apps" : "Applicazioni",
|
||||
"for Argon2 for password hashing" : "per Argon2 per l'hashing delle password",
|
||||
"Exclude some groups from sharing" : "Escludi alcuni gruppi dalla condivisione",
|
||||
"Limit sharing to some groups" : "Limita la condivisione ad alcuni gruppi",
|
||||
"Also allow autocompletion on full match of the user id" : "Consenti anche il completamento automatico in caso di corrispondenza completa dell'ID utente",
|
||||
|
|
|
|||
|
|
@ -246,7 +246,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHPのメモリ制限が推奨値の%sを下回っています。アップデータを含む一部の機能やアプリが正しく動作しない場合があります。",
|
||||
"PHP modules" : "PHPのモジュール",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "言語翻訳のパフォーマンスが向上し、非ASCII文字のソートが修正されました",
|
||||
"for Argon2 for password hashing" : "パスワードハッシュ用の Argon2",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "SFTPストレージに必要で、WebAuthnのパフォーマンス向上のために推奨されます",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "サーバーでの画像の回転とPhotosアプリでのメタデータの抽出用",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "このインスタンスには必要な PHP モジュールがありません。それらをインストールする必要があります: %s.",
|
||||
|
|
@ -852,6 +851,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "アプリを削除できませんでした。",
|
||||
"Could not update app." : "アプリを更新できませんでした。",
|
||||
"Apps" : "アプリ",
|
||||
"for Argon2 for password hashing" : "パスワードハッシュ用の Argon2",
|
||||
"Exclude some groups from sharing" : "共有可能なグループから除外する",
|
||||
"Limit sharing to some groups" : "一部のグループに共有を制限する",
|
||||
"Also allow autocompletion on full match of the user id" : "また、ユーザーIDが完全に一致した場合にオートコンプリートを許可する",
|
||||
|
|
|
|||
|
|
@ -244,7 +244,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHPのメモリ制限が推奨値の%sを下回っています。アップデータを含む一部の機能やアプリが正しく動作しない場合があります。",
|
||||
"PHP modules" : "PHPのモジュール",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "言語翻訳のパフォーマンスが向上し、非ASCII文字のソートが修正されました",
|
||||
"for Argon2 for password hashing" : "パスワードハッシュ用の Argon2",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "SFTPストレージに必要で、WebAuthnのパフォーマンス向上のために推奨されます",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "サーバーでの画像の回転とPhotosアプリでのメタデータの抽出用",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "このインスタンスには必要な PHP モジュールがありません。それらをインストールする必要があります: %s.",
|
||||
|
|
@ -850,6 +849,7 @@
|
|||
"Could not remove app." : "アプリを削除できませんでした。",
|
||||
"Could not update app." : "アプリを更新できませんでした。",
|
||||
"Apps" : "アプリ",
|
||||
"for Argon2 for password hashing" : "パスワードハッシュ用の Argon2",
|
||||
"Exclude some groups from sharing" : "共有可能なグループから除外する",
|
||||
"Limit sharing to some groups" : "一部のグループに共有を制限する",
|
||||
"Also allow autocompletion on full match of the user id" : "また、ユーザーIDが完全に一致した場合にオートコンプリートを許可する",
|
||||
|
|
|
|||
|
|
@ -239,7 +239,6 @@ OC.L10N.register(
|
|||
"PHP memory limit" : "PHP 메모리 제한",
|
||||
"PHP modules" : "PHP 모듈",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : ": 번역 성능을 개선과 비ASCII 문자의 바른 정렬을 위해 사용",
|
||||
"for Argon2 for password hashing" : ": Argon2의 암호 해싱을 위해 사용",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : ": 서버에서의 이미지 회전과 Photos 앱의 메타데이터 추출을 위해 사용",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "이 인스턴스에 필수 PHP 모듈 중 일부가 존재하지 않습니다. 다음 모듈을 설치하십시오: %s",
|
||||
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "이 인스턴스에 권장 PHP 모듈 중 일부가 존재하지 않습니다. 성능 향상과 호환성을 위하여 다음 PHP 모듈을 설치하는 것이 좋습니다: %s",
|
||||
|
|
@ -669,6 +668,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "앱을 삭제할 수 없음",
|
||||
"Could not update app." : "앱을 업데이트 할 수 없음",
|
||||
"Apps" : "앱",
|
||||
"for Argon2 for password hashing" : ": Argon2의 암호 해싱을 위해 사용",
|
||||
"Exclude some groups from sharing" : "공유 기능을 제한할 그룹 지정",
|
||||
"Limit sharing to some groups" : "공유 기능을 허용할 그룹 지정",
|
||||
"Registered Deploy daemons list" : "등록된 배포 데몬 목록",
|
||||
|
|
|
|||
|
|
@ -237,7 +237,6 @@
|
|||
"PHP memory limit" : "PHP 메모리 제한",
|
||||
"PHP modules" : "PHP 모듈",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : ": 번역 성능을 개선과 비ASCII 문자의 바른 정렬을 위해 사용",
|
||||
"for Argon2 for password hashing" : ": Argon2의 암호 해싱을 위해 사용",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : ": 서버에서의 이미지 회전과 Photos 앱의 메타데이터 추출을 위해 사용",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "이 인스턴스에 필수 PHP 모듈 중 일부가 존재하지 않습니다. 다음 모듈을 설치하십시오: %s",
|
||||
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "이 인스턴스에 권장 PHP 모듈 중 일부가 존재하지 않습니다. 성능 향상과 호환성을 위하여 다음 PHP 모듈을 설치하는 것이 좋습니다: %s",
|
||||
|
|
@ -667,6 +666,7 @@
|
|||
"Could not remove app." : "앱을 삭제할 수 없음",
|
||||
"Could not update app." : "앱을 업데이트 할 수 없음",
|
||||
"Apps" : "앱",
|
||||
"for Argon2 for password hashing" : ": Argon2의 암호 해싱을 위해 사용",
|
||||
"Exclude some groups from sharing" : "공유 기능을 제한할 그룹 지정",
|
||||
"Limit sharing to some groups" : "공유 기능을 허용할 그룹 지정",
|
||||
"Registered Deploy daemons list" : "등록된 배포 데몬 목록",
|
||||
|
|
|
|||
|
|
@ -243,7 +243,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly.",
|
||||
"PHP modules" : "PHP modules",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "increases language translation performance and fixes sorting of non-ASCII characters",
|
||||
"for Argon2 for password hashing" : "for Argon2 for password hashing",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "required for SFTP storage and recommended for WebAuthn performance",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "for picture rotation in server and metadata extraction in the Photos app",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "This instance is missing some required PHP modules. It is required to install them: %s.",
|
||||
|
|
@ -817,6 +816,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Could not remove app.",
|
||||
"Could not update app." : "Could not update app.",
|
||||
"Apps" : "ແອັບພລິເຄຊັນ",
|
||||
"for Argon2 for password hashing" : "for Argon2 for password hashing",
|
||||
"Exclude some groups from sharing" : "Exclude some groups from sharing",
|
||||
"Limit sharing to some groups" : "Limit sharing to some groups",
|
||||
"Also allow autocompletion on full match of the user id" : "Also allow autocompletion on full match of the user id",
|
||||
|
|
|
|||
|
|
@ -241,7 +241,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly.",
|
||||
"PHP modules" : "PHP modules",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "increases language translation performance and fixes sorting of non-ASCII characters",
|
||||
"for Argon2 for password hashing" : "for Argon2 for password hashing",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "required for SFTP storage and recommended for WebAuthn performance",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "for picture rotation in server and metadata extraction in the Photos app",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "This instance is missing some required PHP modules. It is required to install them: %s.",
|
||||
|
|
@ -815,6 +814,7 @@
|
|||
"Could not remove app." : "Could not remove app.",
|
||||
"Could not update app." : "Could not update app.",
|
||||
"Apps" : "ແອັບພລິເຄຊັນ",
|
||||
"for Argon2 for password hashing" : "for Argon2 for password hashing",
|
||||
"Exclude some groups from sharing" : "Exclude some groups from sharing",
|
||||
"Limit sharing to some groups" : "Limit sharing to some groups",
|
||||
"Also allow autocompletion on full match of the user id" : "Also allow autocompletion on full match of the user id",
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ OC.L10N.register(
|
|||
"You created an app password for a session named \"{token}\"" : "Jūs sukūrėte programėlės slaptažodį sesijai, pavadintai „{token}“",
|
||||
"An administrator created an app password for a session named \"{token}\"" : "Administratorius sukūrė programos slaptažodį sesijai, pavadintai „{token}“",
|
||||
"You deleted app password \"{token}\"" : "Jūs ištrynėte programėlės slaptažodį \"{token}\"",
|
||||
"You deleted app password \"{token}\" and cancelled its pending remote wipe" : "Ištrynėte programėlės slaptažodį „{token}“ ir atšaukėte laukiantį nuotolinį valymą",
|
||||
"You renamed app password \"{token}\" to \"{newToken}\"" : "Jūs pervadinote programėlės slaptažodį \"{token}\" į \"{newToken}\"",
|
||||
"You granted filesystem access to app password \"{token}\"" : "Jūs suteikėte failų sistemai prieigą prie programėlės slaptažodžio „{token}“.",
|
||||
"You revoked filesystem access from app password \"{token}\"" : "Jūs atšaukėte failų sistemos prieigą prie programėlės slaptažodžio „{token}“",
|
||||
|
|
@ -125,10 +126,10 @@ OC.L10N.register(
|
|||
"App directories owner" : "Programėlių katalogų savininkas",
|
||||
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Kai kurie programėlių katalogai priklauso kitam vartotojui, nei tas, kuriam priklauso žiniatinklio serveris. Taip gali būti, jei programėlės buvo įdiegtos rankiniu būdu. Patikrinkite šių programėlių katalogų teises:\n%s",
|
||||
"App directories have the correct owner \"%s\"" : "Programų kataloguose nurodytas teisingas savininkas „%s“",
|
||||
"Brute-force Throttle" : "„Brute-force“ apribojimas",
|
||||
"Brute-force Throttle" : "Aklosios jėgos atakos apribojimas",
|
||||
"Your remote address could not be determined." : "Nepavyko nustatyti jūsų nuotolinio adreso.",
|
||||
"Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Jūsų nuotolinis adresas buvo nustatytas kaip „%s“ ir šiuo metu jam taikomas „brute-force“ ribojimas, dėl kurio sulėtėja įvairių užklausų apdorojimas. Jei šis nuotolinis adresas nėra jūsų adresas, tai gali reikšti, kad proxy serveris nėra tinkamai sukonfigūruotas.",
|
||||
"Your remote address \"%s\" is not brute-force throttled." : "Jūsų nuotolinio serverio adresas „%s“ nėra ribojamas dėl bandymų jėga.",
|
||||
"Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Jūsų nuotolinis adresas buvo nustatytas kaip „%s“ ir šiuo metu jam taikomas aklosios jėgos atakos ribojimas, dėl kurio sulėtėja įvairių užklausų apdorojimas. Jei šis nuotolinis adresas nėra jūsų adresas, tai gali reikšti, kad tarpinis serveris nėra tinkamai sukonfigūruotas.",
|
||||
"Your remote address \"%s\" is not brute-force throttled." : "Jūsų nuotolinio serverio adresas „%s“ nėra ribojamas dėl aklosios jėgos atakų.",
|
||||
"Old administration imported certificates" : "Seni administracijos importuoti sertifikatai",
|
||||
"A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Laukiama foninio darbo, kuris tikrina, ar nėra importuotų administratoriaus SSL sertifikatų. Patikrinkite vėliau.",
|
||||
"There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Yra keletas administratoriaus importuotų SSL sertifikatų, kurie nebenaudojami su „Nextcloud 21“. Juos galima importuoti komandinėje eilutėje naudojant komandą „occ security:certificates:import“. Jų keliai duomenų kataloge pateikti žemiau.",
|
||||
|
|
@ -246,7 +247,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP atminties riba yra mažesnė už rekomenduojamą %s vertę. Kai kurios funkcijos ar programėlės, įskaitant „Updater“, gali neveikti tinkamai.",
|
||||
"PHP modules" : "PHP moduliai",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "pagerina vertimo kokybę ir išsprendžia ne ASCII simbolių rūšiavimo problemą",
|
||||
"for Argon2 for password hashing" : "„Argon2“ slaptažodžių maišymui",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "būtina SFTP saugojimui ir rekomenduojama WebAuthn našumui",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "nuotraukų pasukimui serveryje ir metaduomenų išgavimui programėlėje „Nuotraukos“",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Šioje instancijoje trūksta kai kurių būtinų PHP modulių. Juos būtina įdiegti: %s.",
|
||||
|
|
@ -462,6 +462,13 @@ OC.L10N.register(
|
|||
"Rename" : "Pervadinti",
|
||||
"Revoke" : "Panaikinti",
|
||||
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Šio žymens panaikinimas gali užkirsti kelią jūsų įrenginio duomenų ištrynimui, jei šis procesas dar neprasidėjo.",
|
||||
"Revoke and cancel pending wipe?" : "Atšaukti ir atšaukti laukiantį valymą?",
|
||||
"Only continue if you no longer need the device to be wiped." : "Tęskite tik tuo atveju, jei nebereikia išvalyti įrenginio duomenų.",
|
||||
"Revoke and cancel wipe" : "Atšaukti ir panaikinti išvalymą",
|
||||
"Revoke app password?" : "Atšaukti programėlės slaptažodį?",
|
||||
"The app or device will lose access on its next sync. This cannot be undone." : "Programėlė arba įrenginys praras prieigą kito sinchronizavimo metu. Šio veiksmo atšaukti negalima.",
|
||||
"Remote wipe has not started yet." : "Nuotolinis valymas dar nepradėtas.",
|
||||
"Revoking now cancels the wipe. The device keeps its synced data." : "Atšaukus dabar, valymas bus atšauktas. Įrenginyje išsaugomi sinchronizuoti duomenys.",
|
||||
"Device" : "Įrenginys",
|
||||
"Last activity" : "Paskutinė veikla",
|
||||
"Actions" : "Veiksmai",
|
||||
|
|
@ -852,6 +859,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Nepavyko pašalinti programėlės.",
|
||||
"Could not update app." : "Nepavyko atnaujinti programėlės.",
|
||||
"Apps" : "Programėlės",
|
||||
"for Argon2 for password hashing" : "„Argon2“ slaptažodžių maišymui",
|
||||
"Exclude some groups from sharing" : "Neleisti bendrinti kai kurioms grupėms",
|
||||
"Limit sharing to some groups" : "Apriboti bendrinimą tik tam tikroms grupėms",
|
||||
"Also allow autocompletion on full match of the user id" : "Taip pat leisti automatinį užbaigimą, kai vartotojo ID visiškai atitinka",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"You created an app password for a session named \"{token}\"" : "Jūs sukūrėte programėlės slaptažodį sesijai, pavadintai „{token}“",
|
||||
"An administrator created an app password for a session named \"{token}\"" : "Administratorius sukūrė programos slaptažodį sesijai, pavadintai „{token}“",
|
||||
"You deleted app password \"{token}\"" : "Jūs ištrynėte programėlės slaptažodį \"{token}\"",
|
||||
"You deleted app password \"{token}\" and cancelled its pending remote wipe" : "Ištrynėte programėlės slaptažodį „{token}“ ir atšaukėte laukiantį nuotolinį valymą",
|
||||
"You renamed app password \"{token}\" to \"{newToken}\"" : "Jūs pervadinote programėlės slaptažodį \"{token}\" į \"{newToken}\"",
|
||||
"You granted filesystem access to app password \"{token}\"" : "Jūs suteikėte failų sistemai prieigą prie programėlės slaptažodžio „{token}“.",
|
||||
"You revoked filesystem access from app password \"{token}\"" : "Jūs atšaukėte failų sistemos prieigą prie programėlės slaptažodžio „{token}“",
|
||||
|
|
@ -123,10 +124,10 @@
|
|||
"App directories owner" : "Programėlių katalogų savininkas",
|
||||
"Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Kai kurie programėlių katalogai priklauso kitam vartotojui, nei tas, kuriam priklauso žiniatinklio serveris. Taip gali būti, jei programėlės buvo įdiegtos rankiniu būdu. Patikrinkite šių programėlių katalogų teises:\n%s",
|
||||
"App directories have the correct owner \"%s\"" : "Programų kataloguose nurodytas teisingas savininkas „%s“",
|
||||
"Brute-force Throttle" : "„Brute-force“ apribojimas",
|
||||
"Brute-force Throttle" : "Aklosios jėgos atakos apribojimas",
|
||||
"Your remote address could not be determined." : "Nepavyko nustatyti jūsų nuotolinio adreso.",
|
||||
"Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Jūsų nuotolinis adresas buvo nustatytas kaip „%s“ ir šiuo metu jam taikomas „brute-force“ ribojimas, dėl kurio sulėtėja įvairių užklausų apdorojimas. Jei šis nuotolinis adresas nėra jūsų adresas, tai gali reikšti, kad proxy serveris nėra tinkamai sukonfigūruotas.",
|
||||
"Your remote address \"%s\" is not brute-force throttled." : "Jūsų nuotolinio serverio adresas „%s“ nėra ribojamas dėl bandymų jėga.",
|
||||
"Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Jūsų nuotolinis adresas buvo nustatytas kaip „%s“ ir šiuo metu jam taikomas aklosios jėgos atakos ribojimas, dėl kurio sulėtėja įvairių užklausų apdorojimas. Jei šis nuotolinis adresas nėra jūsų adresas, tai gali reikšti, kad tarpinis serveris nėra tinkamai sukonfigūruotas.",
|
||||
"Your remote address \"%s\" is not brute-force throttled." : "Jūsų nuotolinio serverio adresas „%s“ nėra ribojamas dėl aklosios jėgos atakų.",
|
||||
"Old administration imported certificates" : "Seni administracijos importuoti sertifikatai",
|
||||
"A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Laukiama foninio darbo, kuris tikrina, ar nėra importuotų administratoriaus SSL sertifikatų. Patikrinkite vėliau.",
|
||||
"There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Yra keletas administratoriaus importuotų SSL sertifikatų, kurie nebenaudojami su „Nextcloud 21“. Juos galima importuoti komandinėje eilutėje naudojant komandą „occ security:certificates:import“. Jų keliai duomenų kataloge pateikti žemiau.",
|
||||
|
|
@ -244,7 +245,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP atminties riba yra mažesnė už rekomenduojamą %s vertę. Kai kurios funkcijos ar programėlės, įskaitant „Updater“, gali neveikti tinkamai.",
|
||||
"PHP modules" : "PHP moduliai",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "pagerina vertimo kokybę ir išsprendžia ne ASCII simbolių rūšiavimo problemą",
|
||||
"for Argon2 for password hashing" : "„Argon2“ slaptažodžių maišymui",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "būtina SFTP saugojimui ir rekomenduojama WebAuthn našumui",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "nuotraukų pasukimui serveryje ir metaduomenų išgavimui programėlėje „Nuotraukos“",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Šioje instancijoje trūksta kai kurių būtinų PHP modulių. Juos būtina įdiegti: %s.",
|
||||
|
|
@ -460,6 +460,13 @@
|
|||
"Rename" : "Pervadinti",
|
||||
"Revoke" : "Panaikinti",
|
||||
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Šio žymens panaikinimas gali užkirsti kelią jūsų įrenginio duomenų ištrynimui, jei šis procesas dar neprasidėjo.",
|
||||
"Revoke and cancel pending wipe?" : "Atšaukti ir atšaukti laukiantį valymą?",
|
||||
"Only continue if you no longer need the device to be wiped." : "Tęskite tik tuo atveju, jei nebereikia išvalyti įrenginio duomenų.",
|
||||
"Revoke and cancel wipe" : "Atšaukti ir panaikinti išvalymą",
|
||||
"Revoke app password?" : "Atšaukti programėlės slaptažodį?",
|
||||
"The app or device will lose access on its next sync. This cannot be undone." : "Programėlė arba įrenginys praras prieigą kito sinchronizavimo metu. Šio veiksmo atšaukti negalima.",
|
||||
"Remote wipe has not started yet." : "Nuotolinis valymas dar nepradėtas.",
|
||||
"Revoking now cancels the wipe. The device keeps its synced data." : "Atšaukus dabar, valymas bus atšauktas. Įrenginyje išsaugomi sinchronizuoti duomenys.",
|
||||
"Device" : "Įrenginys",
|
||||
"Last activity" : "Paskutinė veikla",
|
||||
"Actions" : "Veiksmai",
|
||||
|
|
@ -850,6 +857,7 @@
|
|||
"Could not remove app." : "Nepavyko pašalinti programėlės.",
|
||||
"Could not update app." : "Nepavyko atnaujinti programėlės.",
|
||||
"Apps" : "Programėlės",
|
||||
"for Argon2 for password hashing" : "„Argon2“ slaptažodžių maišymui",
|
||||
"Exclude some groups from sharing" : "Neleisti bendrinti kai kurioms grupėms",
|
||||
"Limit sharing to some groups" : "Apriboti bendrinimą tik tam tikroms grupėms",
|
||||
"Also allow autocompletion on full match of the user id" : "Taip pat leisti automatinį užbaigimą, kai vartotojo ID visiškai atitinka",
|
||||
|
|
|
|||
|
|
@ -243,7 +243,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP ограничувањето на меморија е под препорачаната вредност (%s). Некои функции или апликации — вклучувајќи го и Updater-от — може да не работат правилно.",
|
||||
"PHP modules" : "PHP модули",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "ја зголемува брзината на превод на јазик и го подобрува сортирањето на не-ASCII знаци",
|
||||
"for Argon2 for password hashing" : "за Argon2 хеширање на лозинки",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "потребен за SFTP складишта и препорачан за WebAuthn перформанси",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "за ротирање на слики и извлекување метаподатоци во апликацијата Photos",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Во оваа инстанца недостигаат некои потребни PHP модули. Инсталирај ги следниве: %s.",
|
||||
|
|
@ -612,6 +611,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Не може да ја се избрише апликацијата.",
|
||||
"Could not update app." : "Не може да ја се ажурира апликацијата.",
|
||||
"Apps" : "Аппликации",
|
||||
"for Argon2 for password hashing" : "за Argon2 хеширање на лозинки",
|
||||
"Update to {update}" : "Надгради на {update}",
|
||||
"Remove" : "Отстрани ",
|
||||
"Featured" : "Истакнати",
|
||||
|
|
|
|||
|
|
@ -241,7 +241,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP ограничувањето на меморија е под препорачаната вредност (%s). Некои функции или апликации — вклучувајќи го и Updater-от — може да не работат правилно.",
|
||||
"PHP modules" : "PHP модули",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "ја зголемува брзината на превод на јазик и го подобрува сортирањето на не-ASCII знаци",
|
||||
"for Argon2 for password hashing" : "за Argon2 хеширање на лозинки",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "потребен за SFTP складишта и препорачан за WebAuthn перформанси",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "за ротирање на слики и извлекување метаподатоци во апликацијата Photos",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Во оваа инстанца недостигаат некои потребни PHP модули. Инсталирај ги следниве: %s.",
|
||||
|
|
@ -610,6 +609,7 @@
|
|||
"Could not remove app." : "Не може да ја се избрише апликацијата.",
|
||||
"Could not update app." : "Не може да ја се ажурира апликацијата.",
|
||||
"Apps" : "Аппликации",
|
||||
"for Argon2 for password hashing" : "за Argon2 хеширање на лозинки",
|
||||
"Update to {update}" : "Надгради на {update}",
|
||||
"Remove" : "Отстрани ",
|
||||
"Featured" : "Истакнати",
|
||||
|
|
|
|||
|
|
@ -246,7 +246,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP санах ойн хязгаар зөвлөмжийн %s утгаас доогуур байна. Шинэчлэгч зэрэг зарим функц эсвэл аппууд зөв ажиллахгүй байж магадгүй.",
|
||||
"PHP modules" : "PHP модулиуд",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "хэл орчуулгын гүйцэтгэлийг сайжруулж, ASCII бус тэмдэгтүүдийн эрэмбэлэлтийг засна",
|
||||
"for Argon2 for password hashing" : "нууц үг хэшлэхэд Argon2-д зориулсан",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "SFTP хадгалах санд шаардлагатай, WebAuthn гүйцэтгэлд санал болгосон",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "серверт зураг эргүүлэх болон Photos аппд мета өгөгдөл задлахад зориулсан",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Энэ instance-д зарим шаардлагатай PHP модулиуд дутуу байна. Тэдгээрийг суулгах шаардлагатай: %s.",
|
||||
|
|
@ -838,6 +837,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Апп устгах боломжгүй.",
|
||||
"Could not update app." : "Апп шинэчлэх боломжгүй.",
|
||||
"Apps" : "Аппликэйшинууд",
|
||||
"for Argon2 for password hashing" : "нууц үг хэшлэхэд Argon2-д зориулсан",
|
||||
"Exclude some groups from sharing" : "Зарим бүлгүүдийг хуваалцахаас хасах",
|
||||
"Limit sharing to some groups" : "Хуваалцалтыг зарим бүлгүүдэд хязгаарлах",
|
||||
"Also allow autocompletion on full match of the user id" : "Хэрэглэгчийн ID бүрэн таарсан тохиолдолд автомат бөглөлтийг зөвшөөрөх",
|
||||
|
|
|
|||
|
|
@ -244,7 +244,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP санах ойн хязгаар зөвлөмжийн %s утгаас доогуур байна. Шинэчлэгч зэрэг зарим функц эсвэл аппууд зөв ажиллахгүй байж магадгүй.",
|
||||
"PHP modules" : "PHP модулиуд",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "хэл орчуулгын гүйцэтгэлийг сайжруулж, ASCII бус тэмдэгтүүдийн эрэмбэлэлтийг засна",
|
||||
"for Argon2 for password hashing" : "нууц үг хэшлэхэд Argon2-д зориулсан",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "SFTP хадгалах санд шаардлагатай, WebAuthn гүйцэтгэлд санал болгосон",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "серверт зураг эргүүлэх болон Photos аппд мета өгөгдөл задлахад зориулсан",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Энэ instance-д зарим шаардлагатай PHP модулиуд дутуу байна. Тэдгээрийг суулгах шаардлагатай: %s.",
|
||||
|
|
@ -836,6 +835,7 @@
|
|||
"Could not remove app." : "Апп устгах боломжгүй.",
|
||||
"Could not update app." : "Апп шинэчлэх боломжгүй.",
|
||||
"Apps" : "Аппликэйшинууд",
|
||||
"for Argon2 for password hashing" : "нууц үг хэшлэхэд Argon2-д зориулсан",
|
||||
"Exclude some groups from sharing" : "Зарим бүлгүүдийг хуваалцахаас хасах",
|
||||
"Limit sharing to some groups" : "Хуваалцалтыг зарим бүлгүүдэд хязгаарлах",
|
||||
"Also allow autocompletion on full match of the user id" : "Хэрэглэгчийн ID бүрэн таарсан тохиолдолд автомат бөглөлтийг зөвшөөрөх",
|
||||
|
|
|
|||
|
|
@ -220,7 +220,6 @@ OC.L10N.register(
|
|||
"PHP memory limit" : "PHP-minnegrense",
|
||||
"PHP modules" : "PHP-moduler",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "øker ytelsen til oversettelse av språk og løser sortering av ikke-ASCII-tegn",
|
||||
"for Argon2 for password hashing" : "for Argon2 for hashing av passord",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "for bilderotasjon i server og metadatauttrekking i Photos-appen",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Denne forekomsten mangler noen nødvendige PHP-moduler. Det kreves å installere dem: %s.",
|
||||
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "Denne forekomsten mangler noen anbefalte PHP-moduler. For forbedret ytelse og bedre kompatibilitet anbefales det sterkt å installere dem:\n%s",
|
||||
|
|
@ -716,6 +715,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Kunne ikke fjerne appen.",
|
||||
"Could not update app." : "Kunne ikke oppdatere appen.",
|
||||
"Apps" : "Apper",
|
||||
"for Argon2 for password hashing" : "for Argon2 for hashing av passord",
|
||||
"Exclude some groups from sharing" : "Utelukk noen grupper fra deling",
|
||||
"Limit sharing to some groups" : "Begrens deling til noen grupper",
|
||||
"Registered Deploy daemons list" : "Registrert liste over distribuerings-daemoner",
|
||||
|
|
|
|||
|
|
@ -218,7 +218,6 @@
|
|||
"PHP memory limit" : "PHP-minnegrense",
|
||||
"PHP modules" : "PHP-moduler",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "øker ytelsen til oversettelse av språk og løser sortering av ikke-ASCII-tegn",
|
||||
"for Argon2 for password hashing" : "for Argon2 for hashing av passord",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "for bilderotasjon i server og metadatauttrekking i Photos-appen",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Denne forekomsten mangler noen nødvendige PHP-moduler. Det kreves å installere dem: %s.",
|
||||
"This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "Denne forekomsten mangler noen anbefalte PHP-moduler. For forbedret ytelse og bedre kompatibilitet anbefales det sterkt å installere dem:\n%s",
|
||||
|
|
@ -714,6 +713,7 @@
|
|||
"Could not remove app." : "Kunne ikke fjerne appen.",
|
||||
"Could not update app." : "Kunne ikke oppdatere appen.",
|
||||
"Apps" : "Apper",
|
||||
"for Argon2 for password hashing" : "for Argon2 for hashing av passord",
|
||||
"Exclude some groups from sharing" : "Utelukk noen grupper fra deling",
|
||||
"Limit sharing to some groups" : "Begrens deling til noen grupper",
|
||||
"Registered Deploy daemons list" : "Registrert liste over distribuerings-daemoner",
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ OC.L10N.register(
|
|||
"You created an app password for a session named \"{token}\"" : "Utworzono hasło aplikacji dla sesji o nazwie \"{token}\"",
|
||||
"An administrator created an app password for a session named \"{token}\"" : "Administrator utworzył hasło aplikacji dla sesji o nazwie \"{token}\"",
|
||||
"You deleted app password \"{token}\"" : "Usunięto hasło aplikacji \"{token}\"",
|
||||
"You deleted app password \"{token}\" and cancelled its pending remote wipe" : "Usunięto hasło aplikacji \"{token}\" i anulowano oczekujące wymazanie zdalne",
|
||||
"You renamed app password \"{token}\" to \"{newToken}\"" : "Zmieniłeś hasło aplikacji \"{token}\" na \"{newToken}\"",
|
||||
"You granted filesystem access to app password \"{token}\"" : "Udzieliłeś dostępu do systemu plików dla hasła aplikacji \"{token}\"",
|
||||
"You revoked filesystem access from app password \"{token}\"" : "Cofnąłeś dostęp do systemu plików dla hasła aplikacji \"{token}\"",
|
||||
|
|
@ -246,7 +247,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Limit pamięci PHP jest poniżej zalecanej wartości %s. Niektóre funkcje lub aplikacje — w tym aktualizator — mogą nie działać prawidłowo.",
|
||||
"PHP modules" : "Moduły PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "zwiększa wydajność tłumaczenia języka i naprawia sortowanie znaków innych niż ASCII",
|
||||
"for Argon2 for password hashing" : "dla Argon2 do haszowania haseł",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "wymagane dla przechowywania SFTP i zalecane dla wydajności WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "do obracania zdjęć na serwerze i ekstrakcji metadanych w aplikacji Zdjęcia",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Ta instancja ma brakujące moduły PHP. Należy zainstalować następujące moduły: %s",
|
||||
|
|
@ -295,6 +295,7 @@ OC.L10N.register(
|
|||
"Your server is correctly configured to send security headers." : "Twój serwer jest poprawnie skonfigurowany do wysyłania nagłówków zabezpieczeń.",
|
||||
"Configuration server ID" : "Identyfikator serwera konfiguracji",
|
||||
"Server identifier isn’t configured. It is recommended if your Nextcloud instance is running on several PHP servers. Add a server ID in your configuration." : "Identyfikator serwera nie jest skonfigurowany. Jest to zalecane, jeśli instancja Nextcloud działa na kilku serwerach PHP. Dodaj identyfikator serwera w konfiguracji.",
|
||||
"\"%d\" is not a valid server identifier. It must be between 0 and 511." : "\"%d\" nie jest prawidłowym identyfikatorem serwera. Musi mieć wartość między 0 a 511.",
|
||||
"Server identifier is configured and valid." : "Identyfikator serwera jest skonfigurowany i prawidłowy.",
|
||||
"Database version" : "Wersja bazy danych",
|
||||
"MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Wykryto MariaDB w wersji 10.3, ta wersja jest nieobsługiwana i wspierana jedynie w ramach Ubuntu 20.04. Zalecana jest MariaDB >=%1$s i <= %2$s dla najlepszej wydajności, stabilności i kompatybilności z tą wersją Nextcloud.",
|
||||
|
|
@ -312,8 +313,13 @@ OC.L10N.register(
|
|||
"_No scheduled tasks in the last day._::_No scheduled tasks in the last %n days._" : ["Brak zaplanowanych zadań w ciągu ostatniego dnia.","Brak zaplanowanych zadań w ciągu ostatnich %n dni.","Brak zaplanowanych zadań w ciągu ostatnich %n dni.","Brak zaplanowanych zadań w ciągu ostatnich %n dni."],
|
||||
"_The task pickup speed has been ok in the last day._::_The task pickup speed has been ok in the last %n days._" : ["Szybkość podejmowania zadań była prawidłowa w ciągu ostatniego dnia.","Szybkość podejmowania zadań była prawidłowa w ciągu ostatnich %n dni.","Szybkość podejmowania zadań była prawidłowa w ciągu ostatnich %n dni.","Szybkość podejmowania zadań była prawidłowa w ciągu ostatnich %n dni."],
|
||||
"_The task pickup speed has been slow in the last day. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._::_The task pickup speed has been slow in the last %n days. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._" : ["Szybkość podejmowania zadań była niska w ciągu ostatniego dnia. Wiele zadań było podejmowanych dłużej niż 4 minuty. Rozważ skonfigurowanie workera do przetwarzania zadań w tle.","Szybkość podejmowania zadań była niska w ciągu ostatnich %n dni. Wiele zadań było podejmowanych dłużej niż 4 minuty. Rozważ skonfigurowanie workera do przetwarzania zadań w tle.","Szybkość podejmowania zadań była niska w ciągu ostatnich %n dni. Wiele zadań było podejmowanych dłużej niż 4 minuty. Rozważ skonfigurowanie workera do przetwarzania zadań w tle.","Szybkość podejmowania zadań była niska w ciągu ostatnich %n dni. Wiele zadań było podejmowanych dłużej niż 4 minuty. Rozważ skonfigurowanie workera do przetwarzania zadań w tle."],
|
||||
"Task Processing success rate" : "Wskaźnik powodzenia przetwarzania zadań",
|
||||
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["Większość zadań zakończyła się powodzeniem w ciągu ostatnich %n dni.","Większość zadań zakończyła się powodzeniem w ciągu ostatnich %n dni.","Większość zadań zakończyła się powodzeniem w ciągu ostatnich %n dni.","Większość zadań zakończyła się powodzeniem w ciągu ostatnich %n dni."],
|
||||
"_A lot of tasks failed in the last day. Consider checking the nextcloud log for errors and investigating whether the AI provider apps have been set up correctly._::_A lot of tasks failed in the last %n days. Consider checking the nextcloud log for errors and investigating whether the AI provider apps have been set up correctly._" : ["Wiele zadań zakończyło się niepowodzeniem w ciągu ostatniego dnia. Rozważ sprawdzenie logów Nextcloud pod kątem błędów oraz upewnienie się, że aplikacje dostawców AI zostały poprawnie skonfigurowane.","Wiele zadań zakończyło się niepowodzeniem w ciągu ostatnich %n dni. Rozważ sprawdzenie logów Nextcloud pod kątem błędów oraz upewnienie się, że aplikacje dostawców AI zostały poprawnie skonfigurowane.","Wiele zadań zakończyło się niepowodzeniem w ciągu ostatnich %n dni. Rozważ sprawdzenie logów Nextcloud pod kątem błędów oraz upewnienie się, że aplikacje dostawców AI zostały poprawnie skonfigurowane.","Wiele zadań zakończyło się niepowodzeniem w ciągu ostatnich %n dni. Rozważ sprawdzenie logów Nextcloud pod kątem błędów oraz upewnienie się, że aplikacje dostawców AI zostały poprawnie skonfigurowane."],
|
||||
"Task Processing worker status" : "Status roboczego procesu przetwarzania zadań",
|
||||
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Proces roboczy przetwarzania zadań działał w ciągu ostatniej %n minuty","Proces roboczy przetwarzania zadań działał w ciągu ostatnich %n minut","Proces roboczy przetwarzania zadań działał w ciągu ostatnich %n minut","Proces roboczy przetwarzania zadań działał w ciągu ostatnich %n minuty"],
|
||||
"The Task Processing worker does not seem to be running. The last run was at %s." : "Proces roboczy przetwarzania zadań prawdopodobnie nie działa. Ostatnie uruchomienie miało miejsce o %s.",
|
||||
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "Proces roboczy przetwarzania zadań prawdopodobnie nie działa. Wygląda na to, że nigdy nie został uruchomiony",
|
||||
"Temporary space available" : "Dostępna przestrzeń tymczasowa",
|
||||
"Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Błąd podczas sprawdzania tymczasowej ścieżki PHP - nie została ona poprawnie ustawiona na katalog. Wartość zwrócona: %s",
|
||||
"The PHP function \"disk_free_space\" is disabled, which prevents the check for enough space in the temporary directories." : "Funkcja PHP „disk_free_space” jest wyłączona, co uniemożliwia sprawdzenie wystarczającej ilości miejsca w katalogach tymczasowych.",
|
||||
|
|
@ -456,6 +462,13 @@ OC.L10N.register(
|
|||
"Rename" : "Zmień nazwę",
|
||||
"Revoke" : "Cofnij",
|
||||
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Unieważnienie tego tokena uniemożliwi czyszczenie urządzenia, jeśli jeszcze nie zostało rozpoczęte.",
|
||||
"Revoke and cancel pending wipe?" : "Cofnąć uprawnienie i anulować oczekujące wymazanie?",
|
||||
"Only continue if you no longer need the device to be wiped." : "Kontynuuj tylko wtedy, gdy urządzenie nie musi już zostać wymazane.",
|
||||
"Revoke and cancel wipe" : "Cofnij uprawnienie i anuluj wymazanie",
|
||||
"Revoke app password?" : "Cofnąć hasło aplikacji?",
|
||||
"The app or device will lose access on its next sync. This cannot be undone." : "Aplikacja lub urządzenie utraci dostęp przy następnej synchronizacji. Tej operacji nie można cofnąć.",
|
||||
"Remote wipe has not started yet." : "Zdalne wymazanie jeszcze się nie rozpoczęło.",
|
||||
"Revoking now cancels the wipe. The device keeps its synced data." : "Cofnięcie uprawnienia teraz anuluje wymazanie. Urządzenie zachowa zsynchronizowane dane.",
|
||||
"Device" : "Urządzenie",
|
||||
"Last activity" : "Ostatnia aktywność",
|
||||
"Actions" : "Akcje",
|
||||
|
|
@ -634,6 +647,7 @@ OC.L10N.register(
|
|||
"List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Lista kont. Ta lista nie jest w pełni renderowana ze względu na wydajność. Konta będą renderowane podczas poruszania się po liście.",
|
||||
"Account name" : "Nazwa konta",
|
||||
"Account updated" : "Konto zaktualizowane",
|
||||
"Failed to update account" : "Nie udało się zaktualizować konta",
|
||||
"Edit account" : "Edytuj konto",
|
||||
"Saving …" : "Zapisywanie…",
|
||||
"Save" : "Zapisz",
|
||||
|
|
@ -655,6 +669,7 @@ OC.L10N.register(
|
|||
"Language" : "Język",
|
||||
"Set default language" : "Ustaw domyślny język",
|
||||
"Manager" : "Menedżer",
|
||||
"Search for a manager…" : "Wyszukaj przełożonego...",
|
||||
"Quota" : "Quota",
|
||||
"Set account quota" : "Ustaw limit konta",
|
||||
"_{userCount} account …_::_{userCount} accounts …_" : ["{userCount} konto ...","{userCount}konta ...","{userCount} kont ...","{userCount} kont ..."],
|
||||
|
|
@ -706,6 +721,7 @@ OC.L10N.register(
|
|||
"Default quota" : "Domyślny limit",
|
||||
"Select default quota" : "Wybierz domyślny limit",
|
||||
"Search" : "Szukaj",
|
||||
"Focus search" : "Wyszukiwanie fokusu",
|
||||
"Help" : "Pomoc",
|
||||
"Show those shortcuts" : "Pokaż te skróty",
|
||||
"Server error while trying to complete WebAuthn device registration" : "Błąd serwera podczas próby ukończenia rejestracji urządzenia WebAuthn",
|
||||
|
|
@ -759,6 +775,7 @@ OC.L10N.register(
|
|||
"Admins" : "Administratorzy",
|
||||
"Account group: {group}" : "Grupa kont: {group}",
|
||||
"Account management" : "Zarządzanie kontem",
|
||||
"Search accounts and groups…" : "Wyszukaj konta i grupy...",
|
||||
"For performance reasons, when you enable encryption on a {productName} server only new and changed files are encrypted." : "Ze względów wydajnościowych, gdy włączysz szyfrowanie na serwerze {productName}, tylko nowe i zmienione pliki będą szyfrowane.",
|
||||
"Location" : "Lokalizacja",
|
||||
"Profile picture" : "Zdjęcie profilowe",
|
||||
|
|
@ -842,6 +859,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Usuwanie aplikacji nie powiodło się.",
|
||||
"Could not update app." : "Nie można uaktualnić aplikacji.",
|
||||
"Apps" : "Aplikacje",
|
||||
"for Argon2 for password hashing" : "dla Argon2 do haszowania haseł",
|
||||
"Exclude some groups from sharing" : "Wyklucz niektóre grupy z udostępniania",
|
||||
"Limit sharing to some groups" : "Ogranicz udostępnianie do niektórych grup",
|
||||
"Also allow autocompletion on full match of the user id" : "Zezwól także na autouzupełnianie przy pełnym dopasowaniu identyfikatora użytkownika",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"You created an app password for a session named \"{token}\"" : "Utworzono hasło aplikacji dla sesji o nazwie \"{token}\"",
|
||||
"An administrator created an app password for a session named \"{token}\"" : "Administrator utworzył hasło aplikacji dla sesji o nazwie \"{token}\"",
|
||||
"You deleted app password \"{token}\"" : "Usunięto hasło aplikacji \"{token}\"",
|
||||
"You deleted app password \"{token}\" and cancelled its pending remote wipe" : "Usunięto hasło aplikacji \"{token}\" i anulowano oczekujące wymazanie zdalne",
|
||||
"You renamed app password \"{token}\" to \"{newToken}\"" : "Zmieniłeś hasło aplikacji \"{token}\" na \"{newToken}\"",
|
||||
"You granted filesystem access to app password \"{token}\"" : "Udzieliłeś dostępu do systemu plików dla hasła aplikacji \"{token}\"",
|
||||
"You revoked filesystem access from app password \"{token}\"" : "Cofnąłeś dostęp do systemu plików dla hasła aplikacji \"{token}\"",
|
||||
|
|
@ -244,7 +245,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Limit pamięci PHP jest poniżej zalecanej wartości %s. Niektóre funkcje lub aplikacje — w tym aktualizator — mogą nie działać prawidłowo.",
|
||||
"PHP modules" : "Moduły PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "zwiększa wydajność tłumaczenia języka i naprawia sortowanie znaków innych niż ASCII",
|
||||
"for Argon2 for password hashing" : "dla Argon2 do haszowania haseł",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "wymagane dla przechowywania SFTP i zalecane dla wydajności WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "do obracania zdjęć na serwerze i ekstrakcji metadanych w aplikacji Zdjęcia",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Ta instancja ma brakujące moduły PHP. Należy zainstalować następujące moduły: %s",
|
||||
|
|
@ -293,6 +293,7 @@
|
|||
"Your server is correctly configured to send security headers." : "Twój serwer jest poprawnie skonfigurowany do wysyłania nagłówków zabezpieczeń.",
|
||||
"Configuration server ID" : "Identyfikator serwera konfiguracji",
|
||||
"Server identifier isn’t configured. It is recommended if your Nextcloud instance is running on several PHP servers. Add a server ID in your configuration." : "Identyfikator serwera nie jest skonfigurowany. Jest to zalecane, jeśli instancja Nextcloud działa na kilku serwerach PHP. Dodaj identyfikator serwera w konfiguracji.",
|
||||
"\"%d\" is not a valid server identifier. It must be between 0 and 511." : "\"%d\" nie jest prawidłowym identyfikatorem serwera. Musi mieć wartość między 0 a 511.",
|
||||
"Server identifier is configured and valid." : "Identyfikator serwera jest skonfigurowany i prawidłowy.",
|
||||
"Database version" : "Wersja bazy danych",
|
||||
"MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "Wykryto MariaDB w wersji 10.3, ta wersja jest nieobsługiwana i wspierana jedynie w ramach Ubuntu 20.04. Zalecana jest MariaDB >=%1$s i <= %2$s dla najlepszej wydajności, stabilności i kompatybilności z tą wersją Nextcloud.",
|
||||
|
|
@ -310,8 +311,13 @@
|
|||
"_No scheduled tasks in the last day._::_No scheduled tasks in the last %n days._" : ["Brak zaplanowanych zadań w ciągu ostatniego dnia.","Brak zaplanowanych zadań w ciągu ostatnich %n dni.","Brak zaplanowanych zadań w ciągu ostatnich %n dni.","Brak zaplanowanych zadań w ciągu ostatnich %n dni."],
|
||||
"_The task pickup speed has been ok in the last day._::_The task pickup speed has been ok in the last %n days._" : ["Szybkość podejmowania zadań była prawidłowa w ciągu ostatniego dnia.","Szybkość podejmowania zadań była prawidłowa w ciągu ostatnich %n dni.","Szybkość podejmowania zadań była prawidłowa w ciągu ostatnich %n dni.","Szybkość podejmowania zadań była prawidłowa w ciągu ostatnich %n dni."],
|
||||
"_The task pickup speed has been slow in the last day. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._::_The task pickup speed has been slow in the last %n days. Many tasks took longer than 4 minutes to be picked up. Consider setting up a worker to process tasks in the background._" : ["Szybkość podejmowania zadań była niska w ciągu ostatniego dnia. Wiele zadań było podejmowanych dłużej niż 4 minuty. Rozważ skonfigurowanie workera do przetwarzania zadań w tle.","Szybkość podejmowania zadań była niska w ciągu ostatnich %n dni. Wiele zadań było podejmowanych dłużej niż 4 minuty. Rozważ skonfigurowanie workera do przetwarzania zadań w tle.","Szybkość podejmowania zadań była niska w ciągu ostatnich %n dni. Wiele zadań było podejmowanych dłużej niż 4 minuty. Rozważ skonfigurowanie workera do przetwarzania zadań w tle.","Szybkość podejmowania zadań była niska w ciągu ostatnich %n dni. Wiele zadań było podejmowanych dłużej niż 4 minuty. Rozważ skonfigurowanie workera do przetwarzania zadań w tle."],
|
||||
"Task Processing success rate" : "Wskaźnik powodzenia przetwarzania zadań",
|
||||
"_Most tasks were successful in the last day._::_Most tasks were successful in the last %n days._" : ["Większość zadań zakończyła się powodzeniem w ciągu ostatnich %n dni.","Większość zadań zakończyła się powodzeniem w ciągu ostatnich %n dni.","Większość zadań zakończyła się powodzeniem w ciągu ostatnich %n dni.","Większość zadań zakończyła się powodzeniem w ciągu ostatnich %n dni."],
|
||||
"_A lot of tasks failed in the last day. Consider checking the nextcloud log for errors and investigating whether the AI provider apps have been set up correctly._::_A lot of tasks failed in the last %n days. Consider checking the nextcloud log for errors and investigating whether the AI provider apps have been set up correctly._" : ["Wiele zadań zakończyło się niepowodzeniem w ciągu ostatniego dnia. Rozważ sprawdzenie logów Nextcloud pod kątem błędów oraz upewnienie się, że aplikacje dostawców AI zostały poprawnie skonfigurowane.","Wiele zadań zakończyło się niepowodzeniem w ciągu ostatnich %n dni. Rozważ sprawdzenie logów Nextcloud pod kątem błędów oraz upewnienie się, że aplikacje dostawców AI zostały poprawnie skonfigurowane.","Wiele zadań zakończyło się niepowodzeniem w ciągu ostatnich %n dni. Rozważ sprawdzenie logów Nextcloud pod kątem błędów oraz upewnienie się, że aplikacje dostawców AI zostały poprawnie skonfigurowane.","Wiele zadań zakończyło się niepowodzeniem w ciągu ostatnich %n dni. Rozważ sprawdzenie logów Nextcloud pod kątem błędów oraz upewnienie się, że aplikacje dostawców AI zostały poprawnie skonfigurowane."],
|
||||
"Task Processing worker status" : "Status roboczego procesu przetwarzania zadań",
|
||||
"_The Task Processing worker has run in the last minute._::_The Task Processing worker has run in the last %n minutes._" : ["Proces roboczy przetwarzania zadań działał w ciągu ostatniej %n minuty","Proces roboczy przetwarzania zadań działał w ciągu ostatnich %n minut","Proces roboczy przetwarzania zadań działał w ciągu ostatnich %n minut","Proces roboczy przetwarzania zadań działał w ciągu ostatnich %n minuty"],
|
||||
"The Task Processing worker does not seem to be running. The last run was at %s." : "Proces roboczy przetwarzania zadań prawdopodobnie nie działa. Ostatnie uruchomienie miało miejsce o %s.",
|
||||
"The Task Processing worker does not seem to be running. It seems it has never run so far." : "Proces roboczy przetwarzania zadań prawdopodobnie nie działa. Wygląda na to, że nigdy nie został uruchomiony",
|
||||
"Temporary space available" : "Dostępna przestrzeń tymczasowa",
|
||||
"Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Błąd podczas sprawdzania tymczasowej ścieżki PHP - nie została ona poprawnie ustawiona na katalog. Wartość zwrócona: %s",
|
||||
"The PHP function \"disk_free_space\" is disabled, which prevents the check for enough space in the temporary directories." : "Funkcja PHP „disk_free_space” jest wyłączona, co uniemożliwia sprawdzenie wystarczającej ilości miejsca w katalogach tymczasowych.",
|
||||
|
|
@ -454,6 +460,13 @@
|
|||
"Rename" : "Zmień nazwę",
|
||||
"Revoke" : "Cofnij",
|
||||
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Unieważnienie tego tokena uniemożliwi czyszczenie urządzenia, jeśli jeszcze nie zostało rozpoczęte.",
|
||||
"Revoke and cancel pending wipe?" : "Cofnąć uprawnienie i anulować oczekujące wymazanie?",
|
||||
"Only continue if you no longer need the device to be wiped." : "Kontynuuj tylko wtedy, gdy urządzenie nie musi już zostać wymazane.",
|
||||
"Revoke and cancel wipe" : "Cofnij uprawnienie i anuluj wymazanie",
|
||||
"Revoke app password?" : "Cofnąć hasło aplikacji?",
|
||||
"The app or device will lose access on its next sync. This cannot be undone." : "Aplikacja lub urządzenie utraci dostęp przy następnej synchronizacji. Tej operacji nie można cofnąć.",
|
||||
"Remote wipe has not started yet." : "Zdalne wymazanie jeszcze się nie rozpoczęło.",
|
||||
"Revoking now cancels the wipe. The device keeps its synced data." : "Cofnięcie uprawnienia teraz anuluje wymazanie. Urządzenie zachowa zsynchronizowane dane.",
|
||||
"Device" : "Urządzenie",
|
||||
"Last activity" : "Ostatnia aktywność",
|
||||
"Actions" : "Akcje",
|
||||
|
|
@ -632,6 +645,7 @@
|
|||
"List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "Lista kont. Ta lista nie jest w pełni renderowana ze względu na wydajność. Konta będą renderowane podczas poruszania się po liście.",
|
||||
"Account name" : "Nazwa konta",
|
||||
"Account updated" : "Konto zaktualizowane",
|
||||
"Failed to update account" : "Nie udało się zaktualizować konta",
|
||||
"Edit account" : "Edytuj konto",
|
||||
"Saving …" : "Zapisywanie…",
|
||||
"Save" : "Zapisz",
|
||||
|
|
@ -653,6 +667,7 @@
|
|||
"Language" : "Język",
|
||||
"Set default language" : "Ustaw domyślny język",
|
||||
"Manager" : "Menedżer",
|
||||
"Search for a manager…" : "Wyszukaj przełożonego...",
|
||||
"Quota" : "Quota",
|
||||
"Set account quota" : "Ustaw limit konta",
|
||||
"_{userCount} account …_::_{userCount} accounts …_" : ["{userCount} konto ...","{userCount}konta ...","{userCount} kont ...","{userCount} kont ..."],
|
||||
|
|
@ -704,6 +719,7 @@
|
|||
"Default quota" : "Domyślny limit",
|
||||
"Select default quota" : "Wybierz domyślny limit",
|
||||
"Search" : "Szukaj",
|
||||
"Focus search" : "Wyszukiwanie fokusu",
|
||||
"Help" : "Pomoc",
|
||||
"Show those shortcuts" : "Pokaż te skróty",
|
||||
"Server error while trying to complete WebAuthn device registration" : "Błąd serwera podczas próby ukończenia rejestracji urządzenia WebAuthn",
|
||||
|
|
@ -757,6 +773,7 @@
|
|||
"Admins" : "Administratorzy",
|
||||
"Account group: {group}" : "Grupa kont: {group}",
|
||||
"Account management" : "Zarządzanie kontem",
|
||||
"Search accounts and groups…" : "Wyszukaj konta i grupy...",
|
||||
"For performance reasons, when you enable encryption on a {productName} server only new and changed files are encrypted." : "Ze względów wydajnościowych, gdy włączysz szyfrowanie na serwerze {productName}, tylko nowe i zmienione pliki będą szyfrowane.",
|
||||
"Location" : "Lokalizacja",
|
||||
"Profile picture" : "Zdjęcie profilowe",
|
||||
|
|
@ -840,6 +857,7 @@
|
|||
"Could not remove app." : "Usuwanie aplikacji nie powiodło się.",
|
||||
"Could not update app." : "Nie można uaktualnić aplikacji.",
|
||||
"Apps" : "Aplikacje",
|
||||
"for Argon2 for password hashing" : "dla Argon2 do haszowania haseł",
|
||||
"Exclude some groups from sharing" : "Wyklucz niektóre grupy z udostępniania",
|
||||
"Limit sharing to some groups" : "Ogranicz udostępnianie do niektórych grup",
|
||||
"Also allow autocompletion on full match of the user id" : "Zezwól także na autouzupełnianie przy pełnym dopasowaniu identyfikatora użytkownika",
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ OC.L10N.register(
|
|||
"You created an app password for a session named \"{token}\"" : "Você criou uma senha de aplicativo para uma sessão chamada \"{token}\"",
|
||||
"An administrator created an app password for a session named \"{token}\"" : "Um administrador criou uma senha de aplicativo para uma sessão chamada \"{token}\"",
|
||||
"You deleted app password \"{token}\"" : "Você excluiu a senha de aplicativo \"{token}\"",
|
||||
"You deleted app password \"{token}\" and cancelled its pending remote wipe" : "Você excluiu a senha do aplicativo \"{token}\" e cancelou seu apagamento remoto pendente",
|
||||
"You renamed app password \"{token}\" to \"{newToken}\"" : "Você renomeou a senha do aplicativo \"{token}\" para \"{newToken}\"",
|
||||
"You granted filesystem access to app password \"{token}\"" : "Você concedeu acesso ao sistema de arquivos para a senha do aplicativo \"{token}\"",
|
||||
"You revoked filesystem access from app password \"{token}\"" : "Você revogou o acesso ao sistema de arquivos da senha do aplicativo \"{token}\"",
|
||||
|
|
@ -246,7 +247,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "O limite de memória do PHP está abaixo do valor recomendado de %s. Alguns recursos ou aplicativos - incluindo o Atualizador - podem não funcionar adequadamente.",
|
||||
"PHP modules" : "Módulos PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "aumenta o desempenho da tradução de idiomas e corrige a classificação de caracteres não-ASCII",
|
||||
"for Argon2 for password hashing" : "para Argon2 para hashes de senhas",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "necessário para o armazenamento SFTP e recomendado para o desempenho do WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "para girar imagens no servidor e extrair metadados no aplicativo Fotos",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Esta instância está faltando alguns módulos PHP obrigatórios. É necessário instalá-los: %s.",
|
||||
|
|
@ -462,6 +462,13 @@ OC.L10N.register(
|
|||
"Rename" : "Renomear",
|
||||
"Revoke" : "Revogar",
|
||||
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "A revogação deste token pode impedir o apagamento do seu dispositivo se ele ainda não tiver iniciado o apagamento.",
|
||||
"Revoke and cancel pending wipe?" : "Revogar e cancelar o apagamento pendente?",
|
||||
"Only continue if you no longer need the device to be wiped." : "Só continue se você não precisar mais que o dispositivo seja apagado.",
|
||||
"Revoke and cancel wipe" : "Revogar e cancelar apagamento",
|
||||
"Revoke app password?" : "Revogar a senha do aplicativo?",
|
||||
"The app or device will lose access on its next sync. This cannot be undone." : "O aplicativo ou dispositivo perderá o acesso à sua próxima sincronização. Isso não pode ser desfeito.",
|
||||
"Remote wipe has not started yet." : "O apagamento remoto ainda não começou.",
|
||||
"Revoking now cancels the wipe. The device keeps its synced data." : "A revogação agora cancela o apagamento. O dispositivo mantém seus dados sincronizados.",
|
||||
"Device" : "Dispositivo",
|
||||
"Last activity" : "Última atividade",
|
||||
"Actions" : "Ações",
|
||||
|
|
@ -852,6 +859,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Não foi possível remover o aplicativo.",
|
||||
"Could not update app." : "Não foi possível atualizar o aplicativo.",
|
||||
"Apps" : "Aplicativos",
|
||||
"for Argon2 for password hashing" : "para Argon2 para hashes de senhas",
|
||||
"Exclude some groups from sharing" : "Excluir alguns grupos do compartilhamento",
|
||||
"Limit sharing to some groups" : "Limitar o compartilhamento a alguns grupos",
|
||||
"Also allow autocompletion on full match of the user id" : "Permitir também o preenchimento automático em caso de correspondência completa do ID do usuário.",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"You created an app password for a session named \"{token}\"" : "Você criou uma senha de aplicativo para uma sessão chamada \"{token}\"",
|
||||
"An administrator created an app password for a session named \"{token}\"" : "Um administrador criou uma senha de aplicativo para uma sessão chamada \"{token}\"",
|
||||
"You deleted app password \"{token}\"" : "Você excluiu a senha de aplicativo \"{token}\"",
|
||||
"You deleted app password \"{token}\" and cancelled its pending remote wipe" : "Você excluiu a senha do aplicativo \"{token}\" e cancelou seu apagamento remoto pendente",
|
||||
"You renamed app password \"{token}\" to \"{newToken}\"" : "Você renomeou a senha do aplicativo \"{token}\" para \"{newToken}\"",
|
||||
"You granted filesystem access to app password \"{token}\"" : "Você concedeu acesso ao sistema de arquivos para a senha do aplicativo \"{token}\"",
|
||||
"You revoked filesystem access from app password \"{token}\"" : "Você revogou o acesso ao sistema de arquivos da senha do aplicativo \"{token}\"",
|
||||
|
|
@ -244,7 +245,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "O limite de memória do PHP está abaixo do valor recomendado de %s. Alguns recursos ou aplicativos - incluindo o Atualizador - podem não funcionar adequadamente.",
|
||||
"PHP modules" : "Módulos PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "aumenta o desempenho da tradução de idiomas e corrige a classificação de caracteres não-ASCII",
|
||||
"for Argon2 for password hashing" : "para Argon2 para hashes de senhas",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "necessário para o armazenamento SFTP e recomendado para o desempenho do WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "para girar imagens no servidor e extrair metadados no aplicativo Fotos",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Esta instância está faltando alguns módulos PHP obrigatórios. É necessário instalá-los: %s.",
|
||||
|
|
@ -460,6 +460,13 @@
|
|||
"Rename" : "Renomear",
|
||||
"Revoke" : "Revogar",
|
||||
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "A revogação deste token pode impedir o apagamento do seu dispositivo se ele ainda não tiver iniciado o apagamento.",
|
||||
"Revoke and cancel pending wipe?" : "Revogar e cancelar o apagamento pendente?",
|
||||
"Only continue if you no longer need the device to be wiped." : "Só continue se você não precisar mais que o dispositivo seja apagado.",
|
||||
"Revoke and cancel wipe" : "Revogar e cancelar apagamento",
|
||||
"Revoke app password?" : "Revogar a senha do aplicativo?",
|
||||
"The app or device will lose access on its next sync. This cannot be undone." : "O aplicativo ou dispositivo perderá o acesso à sua próxima sincronização. Isso não pode ser desfeito.",
|
||||
"Remote wipe has not started yet." : "O apagamento remoto ainda não começou.",
|
||||
"Revoking now cancels the wipe. The device keeps its synced data." : "A revogação agora cancela o apagamento. O dispositivo mantém seus dados sincronizados.",
|
||||
"Device" : "Dispositivo",
|
||||
"Last activity" : "Última atividade",
|
||||
"Actions" : "Ações",
|
||||
|
|
@ -850,6 +857,7 @@
|
|||
"Could not remove app." : "Não foi possível remover o aplicativo.",
|
||||
"Could not update app." : "Não foi possível atualizar o aplicativo.",
|
||||
"Apps" : "Aplicativos",
|
||||
"for Argon2 for password hashing" : "para Argon2 para hashes de senhas",
|
||||
"Exclude some groups from sharing" : "Excluir alguns grupos do compartilhamento",
|
||||
"Limit sharing to some groups" : "Limitar o compartilhamento a alguns grupos",
|
||||
"Also allow autocompletion on full match of the user id" : "Permitir também o preenchimento automático em caso de correspondência completa do ID do usuário.",
|
||||
|
|
|
|||
|
|
@ -246,7 +246,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Предел памяти PHP ниже рекомендуемого значения %s. Некоторые функции или приложения, включая Updater, могут работать некорректно.",
|
||||
"PHP modules" : "Модули PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "улучшает производительность при использовании переводов и исправляет сортировку не-ASCII символов",
|
||||
"for Argon2 for password hashing" : "для использования функции Argon2 для хэширования паролей",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "требуется для хранения данных по протоколу SFTP и рекомендуется для повышения производительности WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "для поворота изображений и извлечения метаданных в приложении Фотографии",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "На этом сервере отсутствуют некоторые рекомендуемые модули PHP. Рекомендуется установить: %s.",
|
||||
|
|
@ -851,6 +850,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Не удалось удалить приложение.",
|
||||
"Could not update app." : "Не удалось обновить приложение.",
|
||||
"Apps" : "Приложения",
|
||||
"for Argon2 for password hashing" : "для использования функции Argon2 для хэширования паролей",
|
||||
"Exclude some groups from sharing" : "Исключить некоторые группы из общего доступа",
|
||||
"Limit sharing to some groups" : "Ограничить доступ к некоторым группам",
|
||||
"Also allow autocompletion on full match of the user id" : "Также разрешить автозаполнение при полном совпадении ID пользователя.",
|
||||
|
|
|
|||
|
|
@ -244,7 +244,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Предел памяти PHP ниже рекомендуемого значения %s. Некоторые функции или приложения, включая Updater, могут работать некорректно.",
|
||||
"PHP modules" : "Модули PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "улучшает производительность при использовании переводов и исправляет сортировку не-ASCII символов",
|
||||
"for Argon2 for password hashing" : "для использования функции Argon2 для хэширования паролей",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "требуется для хранения данных по протоколу SFTP и рекомендуется для повышения производительности WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "для поворота изображений и извлечения метаданных в приложении Фотографии",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "На этом сервере отсутствуют некоторые рекомендуемые модули PHP. Рекомендуется установить: %s.",
|
||||
|
|
@ -849,6 +848,7 @@
|
|||
"Could not remove app." : "Не удалось удалить приложение.",
|
||||
"Could not update app." : "Не удалось обновить приложение.",
|
||||
"Apps" : "Приложения",
|
||||
"for Argon2 for password hashing" : "для использования функции Argon2 для хэширования паролей",
|
||||
"Exclude some groups from sharing" : "Исключить некоторые группы из общего доступа",
|
||||
"Limit sharing to some groups" : "Ограничить доступ к некоторым группам",
|
||||
"Also allow autocompletion on full match of the user id" : "Также разрешить автозаполнение при полном совпадении ID пользователя.",
|
||||
|
|
|
|||
|
|
@ -246,7 +246,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Limit pamäte PHP je pod odporúčanou hodnotou %s. Niektoré funkcie alebo aplikácie – vrátane nástroja Updater – nemusia fungovať správne.",
|
||||
"PHP modules" : "PHP moduly",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "zvyšuje výkon prekladu jazyka a opravuje triedenie ne-ASCII znakov",
|
||||
"for Argon2 for password hashing" : "pre Argon2 na hašovanie hesiel",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "vyžadované pre úložisko SFTP a odporúčané pre výkon WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "pre rotáciu obrázka na serveri a extrakciu metadát v aplikácii Fotky",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Táto inštancia nemá niektoré potrebné PHP moduly. Je potrebné ich nainštalovať: %s.",
|
||||
|
|
@ -842,6 +841,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Aplikáciu nie je možné zmazať.",
|
||||
"Could not update app." : "Nepodarilo sa aktualizovať aplikáciu.",
|
||||
"Apps" : "Apky",
|
||||
"for Argon2 for password hashing" : "pre Argon2 na hašovanie hesiel",
|
||||
"Exclude some groups from sharing" : "Vylúčiť niektoré skupiny zo zdieľania",
|
||||
"Limit sharing to some groups" : "Obmedziť zdieľanie pre niektoré skupiny",
|
||||
"Also allow autocompletion on full match of the user id" : "Takisto povoľte automatické dopĺňanie pri úplnej zhode používateľského ID.",
|
||||
|
|
|
|||
|
|
@ -244,7 +244,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Limit pamäte PHP je pod odporúčanou hodnotou %s. Niektoré funkcie alebo aplikácie – vrátane nástroja Updater – nemusia fungovať správne.",
|
||||
"PHP modules" : "PHP moduly",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "zvyšuje výkon prekladu jazyka a opravuje triedenie ne-ASCII znakov",
|
||||
"for Argon2 for password hashing" : "pre Argon2 na hašovanie hesiel",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "vyžadované pre úložisko SFTP a odporúčané pre výkon WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "pre rotáciu obrázka na serveri a extrakciu metadát v aplikácii Fotky",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Táto inštancia nemá niektoré potrebné PHP moduly. Je potrebné ich nainštalovať: %s.",
|
||||
|
|
@ -840,6 +839,7 @@
|
|||
"Could not remove app." : "Aplikáciu nie je možné zmazať.",
|
||||
"Could not update app." : "Nepodarilo sa aktualizovať aplikáciu.",
|
||||
"Apps" : "Apky",
|
||||
"for Argon2 for password hashing" : "pre Argon2 na hašovanie hesiel",
|
||||
"Exclude some groups from sharing" : "Vylúčiť niektoré skupiny zo zdieľania",
|
||||
"Limit sharing to some groups" : "Obmedziť zdieľanie pre niektoré skupiny",
|
||||
"Also allow autocompletion on full match of the user id" : "Takisto povoľte automatické dopĺňanie pri úplnej zhode používateľského ID.",
|
||||
|
|
|
|||
|
|
@ -243,7 +243,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Ограничење PHP меморије је испод препоручене вредности од %s. Неке функције или апликације - укључујући и апликацију за ажурирање - можда неће радити како треба.",
|
||||
"PHP modules" : "PHP модули",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "Побољшава перформансе превођења језика и исправља сортирање карактера који нису ASCII",
|
||||
"for Argon2 for password hashing" : "за Argon2 за хеширање лозинке",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "неопходно за SFTP складиште и препоручено за WebAuthn перформансе",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "за ротирање слике на серверу и издвајање метаподатака у апликацији Слике",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Овој инстанци недостају неки неопходни PHP модули. Потребно је да се инсталирају: %s.",
|
||||
|
|
@ -818,6 +817,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Апликација не може да се уклони.",
|
||||
"Could not update app." : "Апликација не може да се ажурира.",
|
||||
"Apps" : "Апликације",
|
||||
"for Argon2 for password hashing" : "за Argon2 за хеширање лозинке",
|
||||
"Exclude some groups from sharing" : "Изузми неке групе из дељења",
|
||||
"Limit sharing to some groups" : "Ограничи дељење на одређене групе",
|
||||
"Also allow autocompletion on full match of the user id" : "Дозволи такође и аутодовршавање на пуно подударање ид корисника",
|
||||
|
|
|
|||
|
|
@ -241,7 +241,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Ограничење PHP меморије је испод препоручене вредности од %s. Неке функције или апликације - укључујући и апликацију за ажурирање - можда неће радити како треба.",
|
||||
"PHP modules" : "PHP модули",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "Побољшава перформансе превођења језика и исправља сортирање карактера који нису ASCII",
|
||||
"for Argon2 for password hashing" : "за Argon2 за хеширање лозинке",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "неопходно за SFTP складиште и препоручено за WebAuthn перформансе",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "за ротирање слике на серверу и издвајање метаподатака у апликацији Слике",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Овој инстанци недостају неки неопходни PHP модули. Потребно је да се инсталирају: %s.",
|
||||
|
|
@ -816,6 +815,7 @@
|
|||
"Could not remove app." : "Апликација не може да се уклони.",
|
||||
"Could not update app." : "Апликација не може да се ажурира.",
|
||||
"Apps" : "Апликације",
|
||||
"for Argon2 for password hashing" : "за Argon2 за хеширање лозинке",
|
||||
"Exclude some groups from sharing" : "Изузми неке групе из дељења",
|
||||
"Limit sharing to some groups" : "Ограничи дељење на одређене групе",
|
||||
"Also allow autocompletion on full match of the user id" : "Дозволи такође и аутодовршавање на пуно подударање ид корисника",
|
||||
|
|
|
|||
|
|
@ -244,7 +244,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Allokerat minne för PHP är under det rekommenderade värdet på %s. Vissa funktioner eller appar – inklusive Uppdateraren – kommer kanske inte att fungera korrekt.",
|
||||
"PHP modules" : "PHP-moduler",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "ökar språköversättningens prestanda och åtgärdar sortering av icke ASCII tecken",
|
||||
"for Argon2 for password hashing" : "för Argon2 för lösenordshashning",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "krävs för SFTP-lagring och rekommenderas för WebAuthn-prestanda",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "för bildrotation på servern och metadatautvinning i Photo-appen",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Den här instansen saknar några nödvändiga PHP-moduler. Det är nödvändigt att installera dem: %s.",
|
||||
|
|
@ -818,6 +817,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Kunde inte ta bort app.",
|
||||
"Could not update app." : "Kunde inte uppdatera app.",
|
||||
"Apps" : "Appar",
|
||||
"for Argon2 for password hashing" : "för Argon2 för lösenordshashning",
|
||||
"Exclude some groups from sharing" : "Uteslut vissa grupper från att dela",
|
||||
"Limit sharing to some groups" : "Begränsa delning till vissa grupper",
|
||||
"Show details for {appName} app" : "Visa detaljer för appen {appName}",
|
||||
|
|
|
|||
|
|
@ -242,7 +242,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Allokerat minne för PHP är under det rekommenderade värdet på %s. Vissa funktioner eller appar – inklusive Uppdateraren – kommer kanske inte att fungera korrekt.",
|
||||
"PHP modules" : "PHP-moduler",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "ökar språköversättningens prestanda och åtgärdar sortering av icke ASCII tecken",
|
||||
"for Argon2 for password hashing" : "för Argon2 för lösenordshashning",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "krävs för SFTP-lagring och rekommenderas för WebAuthn-prestanda",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "för bildrotation på servern och metadatautvinning i Photo-appen",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Den här instansen saknar några nödvändiga PHP-moduler. Det är nödvändigt att installera dem: %s.",
|
||||
|
|
@ -816,6 +815,7 @@
|
|||
"Could not remove app." : "Kunde inte ta bort app.",
|
||||
"Could not update app." : "Kunde inte uppdatera app.",
|
||||
"Apps" : "Appar",
|
||||
"for Argon2 for password hashing" : "för Argon2 för lösenordshashning",
|
||||
"Exclude some groups from sharing" : "Uteslut vissa grupper från att dela",
|
||||
"Limit sharing to some groups" : "Begränsa delning till vissa grupper",
|
||||
"Show details for {appName} app" : "Visa detaljer för appen {appName}",
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ OC.L10N.register(
|
|||
"You created an app password for a session named \"{token}\"" : "\"{token}\" adlı oturum için bir uygulama parolası oluşturdunuz",
|
||||
"An administrator created an app password for a session named \"{token}\"" : "Bir yönetici \"{token}\" adlı oturum için bir uygulama parolası oluşturdu",
|
||||
"You deleted app password \"{token}\"" : "\"{token}\" uygulama parolasını sildiniz",
|
||||
"You deleted app password \"{token}\" and cancelled its pending remote wipe" : "\"{token}\" uygulama parolasını sildiniz ve bekleyen uzaktan silmeyi iptal ettiniz",
|
||||
"You renamed app password \"{token}\" to \"{newToken}\"" : "\"{token}\" olan uygulama parolasını \"{newToken}\" olarak yeniden adlandırdınız",
|
||||
"You granted filesystem access to app password \"{token}\"" : "\"{token}\" uygulama parolasına dosya sistemi erişim izni verdiniz",
|
||||
"You revoked filesystem access from app password \"{token}\"" : "\"{token}\" uygulama parolasından dosya sistemi erişim iznini geçersiz kıldınız",
|
||||
|
|
@ -246,7 +247,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP bellek sınırı önerilen %s değerinin altında. Güncelleyici ile birlikte bazı özellikler veya uygulamalar düzgün çalışmayabilir.",
|
||||
"PHP modules" : "PHP modülleri",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "dil çeviri başarımını artırır ve ASCII olmayan karakterlerin sıralamasını düzeltir",
|
||||
"for Argon2 for password hashing" : "Argon2 ile parola karması için",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "SFTP depolaması için gereklidir ve WebAuthn başarımı için önerilir",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "Fotoğraflar uygulamasında sunucuda görselleri döndürmek ve üst verileri ayıklamak için ",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Bu kopyada gerekli bazı PHP modülleri eksik. Bunların kurulması gerekiyor: %s.",
|
||||
|
|
@ -462,6 +462,13 @@ OC.L10N.register(
|
|||
"Rename" : "Yeniden adlandır",
|
||||
"Revoke" : "Geçersiz kıl",
|
||||
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Silme işlemi henüz başlamamış ise bu kodun geri çekilmesi aygıtınızın silinmesini engelleyebilir.",
|
||||
"Revoke and cancel pending wipe?" : "Geçersiz kılınıp bekleyen silme işlemi iptal edilsin mi?",
|
||||
"Only continue if you no longer need the device to be wiped." : "Yalnızca aygıtın silinmesine artık gerek duymuyorsanız ilerleyin.",
|
||||
"Revoke and cancel wipe" : "Geçersiz kul ve silmeyi iptal et",
|
||||
"Revoke app password?" : "Uygulama parolası geçersiz kılınsın mı?",
|
||||
"The app or device will lose access on its next sync. This cannot be undone." : "Uygulama veya aygıt bir sonraki eşitlemede erişimini kaybedecek. Bu işlem geri alınamaz.",
|
||||
"Remote wipe has not started yet." : "Uzaktan silme işlemine henüz başlanmamış.",
|
||||
"Revoking now cancels the wipe. The device keeps its synced data." : "Geçersiz kılmak artık silmeyi iptal ediyor. Aygıt eşitlenmiş verileri tutmayı sürdürür.",
|
||||
"Device" : "Aygıt",
|
||||
"Last activity" : "Son işlem",
|
||||
"Actions" : "İşlemler",
|
||||
|
|
@ -852,6 +859,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Uygulama kaldırılamadı.",
|
||||
"Could not update app." : "Uygulama güncellenemedi.",
|
||||
"Apps" : "Uygulamalar",
|
||||
"for Argon2 for password hashing" : "Argon2 ile parola karması için",
|
||||
"Exclude some groups from sharing" : "Bazı gruplar ile paylaşım yapılamasın",
|
||||
"Limit sharing to some groups" : "Paylaşım bazı gruplar ile sınırlansın",
|
||||
"Also allow autocompletion on full match of the user id" : "Ayrıca kullanıcı kimliğinin tam eşleşmesinde otomatik tamamlamaya izin verilsin",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"You created an app password for a session named \"{token}\"" : "\"{token}\" adlı oturum için bir uygulama parolası oluşturdunuz",
|
||||
"An administrator created an app password for a session named \"{token}\"" : "Bir yönetici \"{token}\" adlı oturum için bir uygulama parolası oluşturdu",
|
||||
"You deleted app password \"{token}\"" : "\"{token}\" uygulama parolasını sildiniz",
|
||||
"You deleted app password \"{token}\" and cancelled its pending remote wipe" : "\"{token}\" uygulama parolasını sildiniz ve bekleyen uzaktan silmeyi iptal ettiniz",
|
||||
"You renamed app password \"{token}\" to \"{newToken}\"" : "\"{token}\" olan uygulama parolasını \"{newToken}\" olarak yeniden adlandırdınız",
|
||||
"You granted filesystem access to app password \"{token}\"" : "\"{token}\" uygulama parolasına dosya sistemi erişim izni verdiniz",
|
||||
"You revoked filesystem access from app password \"{token}\"" : "\"{token}\" uygulama parolasından dosya sistemi erişim iznini geçersiz kıldınız",
|
||||
|
|
@ -244,7 +245,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP bellek sınırı önerilen %s değerinin altında. Güncelleyici ile birlikte bazı özellikler veya uygulamalar düzgün çalışmayabilir.",
|
||||
"PHP modules" : "PHP modülleri",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "dil çeviri başarımını artırır ve ASCII olmayan karakterlerin sıralamasını düzeltir",
|
||||
"for Argon2 for password hashing" : "Argon2 ile parola karması için",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "SFTP depolaması için gereklidir ve WebAuthn başarımı için önerilir",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "Fotoğraflar uygulamasında sunucuda görselleri döndürmek ve üst verileri ayıklamak için ",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "Bu kopyada gerekli bazı PHP modülleri eksik. Bunların kurulması gerekiyor: %s.",
|
||||
|
|
@ -460,6 +460,13 @@
|
|||
"Rename" : "Yeniden adlandır",
|
||||
"Revoke" : "Geçersiz kıl",
|
||||
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "Silme işlemi henüz başlamamış ise bu kodun geri çekilmesi aygıtınızın silinmesini engelleyebilir.",
|
||||
"Revoke and cancel pending wipe?" : "Geçersiz kılınıp bekleyen silme işlemi iptal edilsin mi?",
|
||||
"Only continue if you no longer need the device to be wiped." : "Yalnızca aygıtın silinmesine artık gerek duymuyorsanız ilerleyin.",
|
||||
"Revoke and cancel wipe" : "Geçersiz kul ve silmeyi iptal et",
|
||||
"Revoke app password?" : "Uygulama parolası geçersiz kılınsın mı?",
|
||||
"The app or device will lose access on its next sync. This cannot be undone." : "Uygulama veya aygıt bir sonraki eşitlemede erişimini kaybedecek. Bu işlem geri alınamaz.",
|
||||
"Remote wipe has not started yet." : "Uzaktan silme işlemine henüz başlanmamış.",
|
||||
"Revoking now cancels the wipe. The device keeps its synced data." : "Geçersiz kılmak artık silmeyi iptal ediyor. Aygıt eşitlenmiş verileri tutmayı sürdürür.",
|
||||
"Device" : "Aygıt",
|
||||
"Last activity" : "Son işlem",
|
||||
"Actions" : "İşlemler",
|
||||
|
|
@ -850,6 +857,7 @@
|
|||
"Could not remove app." : "Uygulama kaldırılamadı.",
|
||||
"Could not update app." : "Uygulama güncellenemedi.",
|
||||
"Apps" : "Uygulamalar",
|
||||
"for Argon2 for password hashing" : "Argon2 ile parola karması için",
|
||||
"Exclude some groups from sharing" : "Bazı gruplar ile paylaşım yapılamasın",
|
||||
"Limit sharing to some groups" : "Paylaşım bazı gruplar ile sınırlansın",
|
||||
"Also allow autocompletion on full match of the user id" : "Ayrıca kullanıcı kimliğinin tam eşleşmesinde otomatik tamamlamaya izin verilsin",
|
||||
|
|
|
|||
|
|
@ -243,7 +243,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP ئىچكى ساقلىغۇچ چەكلىمىسى تەۋسىيە قىلىنغان قىممەتتىن %s تۆۋەن. بەزى ئىقتىدارلار ياكى ئەپلەر -- Updater قاتارلىق -- نورمال ئىشلىمەسلىكى مۇمكىن.",
|
||||
"PHP modules" : "PHP مودۇلى",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "تىل تەرجىمە ئىقتىدارىنى ئاشۇرىدۇ ۋە ASCII بولمىغان ھەرپلەرنى رەتلەشنى ئوڭشايدۇ",
|
||||
"for Argon2 for password hashing" : "پارولنى يۇيۇش ئۈچۈن Argon2 ئۈچۈن",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "SFTP ساقلاش بوشلۇقى ئۈچۈن تەلەپ قىلىنىدۇ ۋە WebAuthn ئىقتىدارى ئۈچۈن تەۋسىيە قىلىنىدۇ",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "رەسىم ئەپىدە مۇلازىمېتىردا رەسىم ئايلىنىش ۋە مېتا سانلىق مەلۇمات ئېلىش ئۈچۈن",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "بۇ مىسالدا بىر قىسىم لازىملىق PHP بۆلەكلىرى كەم. ئۇلارنى ئورنىتىش تەلەپ قىلىنىدۇ: %s.",
|
||||
|
|
@ -822,6 +821,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "ئەپنى ئۆچۈرۈگىلى بولمىدى.",
|
||||
"Could not update app." : "ئەپنى يېڭىلىيالمىدى.",
|
||||
"Apps" : "ئەپلەر",
|
||||
"for Argon2 for password hashing" : "پارولنى يۇيۇش ئۈچۈن Argon2 ئۈچۈن",
|
||||
"Exclude some groups from sharing" : "بەزى گۇرۇپپىلارنى ئورتاقلىشىشتىن چىقىرىۋېتىڭ",
|
||||
"Limit sharing to some groups" : "بەزى گۇرۇپپىلارغا ئورتاقلىشىشنى چەكلەڭ",
|
||||
"Also allow autocompletion on full match of the user id" : "شۇنداقلا ئىشلەتكۈچى كىملىكى تولۇق ماسلاشقاندا ئاپتوماتىك تولدۇرۇشقا يول قويىدۇ",
|
||||
|
|
|
|||
|
|
@ -241,7 +241,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP ئىچكى ساقلىغۇچ چەكلىمىسى تەۋسىيە قىلىنغان قىممەتتىن %s تۆۋەن. بەزى ئىقتىدارلار ياكى ئەپلەر -- Updater قاتارلىق -- نورمال ئىشلىمەسلىكى مۇمكىن.",
|
||||
"PHP modules" : "PHP مودۇلى",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "تىل تەرجىمە ئىقتىدارىنى ئاشۇرىدۇ ۋە ASCII بولمىغان ھەرپلەرنى رەتلەشنى ئوڭشايدۇ",
|
||||
"for Argon2 for password hashing" : "پارولنى يۇيۇش ئۈچۈن Argon2 ئۈچۈن",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "SFTP ساقلاش بوشلۇقى ئۈچۈن تەلەپ قىلىنىدۇ ۋە WebAuthn ئىقتىدارى ئۈچۈن تەۋسىيە قىلىنىدۇ",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "رەسىم ئەپىدە مۇلازىمېتىردا رەسىم ئايلىنىش ۋە مېتا سانلىق مەلۇمات ئېلىش ئۈچۈن",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "بۇ مىسالدا بىر قىسىم لازىملىق PHP بۆلەكلىرى كەم. ئۇلارنى ئورنىتىش تەلەپ قىلىنىدۇ: %s.",
|
||||
|
|
@ -820,6 +819,7 @@
|
|||
"Could not remove app." : "ئەپنى ئۆچۈرۈگىلى بولمىدى.",
|
||||
"Could not update app." : "ئەپنى يېڭىلىيالمىدى.",
|
||||
"Apps" : "ئەپلەر",
|
||||
"for Argon2 for password hashing" : "پارولنى يۇيۇش ئۈچۈن Argon2 ئۈچۈن",
|
||||
"Exclude some groups from sharing" : "بەزى گۇرۇپپىلارنى ئورتاقلىشىشتىن چىقىرىۋېتىڭ",
|
||||
"Limit sharing to some groups" : "بەزى گۇرۇپپىلارغا ئورتاقلىشىشنى چەكلەڭ",
|
||||
"Also allow autocompletion on full match of the user id" : "شۇنداقلا ئىشلەتكۈچى كىملىكى تولۇق ماسلاشقاندا ئاپتوماتىك تولدۇرۇشقا يول قويىدۇ",
|
||||
|
|
|
|||
|
|
@ -246,7 +246,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Обмеження пам'яті PHP нижче рекомендованого значення %s. Деякі функції або програми, включаючи Updater, можуть не працювати належним чином.",
|
||||
"PHP modules" : "Модулі PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "Покращує продуктивність перекладу мови та виправляє впорядкування не-ASCII знаків",
|
||||
"for Argon2 for password hashing" : "для Argon2 для хешування паролів",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "необхідний для SFTP-сховища та рекомендований для роботи WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "для обертання зображення на сервері та видобування метаданих у застосунку \"Світлини\"",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "На цьому примірнику бракує окремі обов'язкові модулі PHP, зокрема, необхідно встановити такі: %s.",
|
||||
|
|
@ -847,6 +846,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "Не вдалося вилучити застосунок.",
|
||||
"Could not update app." : "Не вдалося оновити застосунок.",
|
||||
"Apps" : "Застосунки",
|
||||
"for Argon2 for password hashing" : "для Argon2 для хешування паролів",
|
||||
"Exclude some groups from sharing" : "Не дозволяти таким групам надавати у спільний доступ",
|
||||
"Limit sharing to some groups" : "Дозволити надання у спільний доступ тільки для таких груп",
|
||||
"Also allow autocompletion on full match of the user id" : "Дозволити автоматичне заповнення, якщо введено повністю ідентифікатор користувача",
|
||||
|
|
|
|||
|
|
@ -244,7 +244,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "Обмеження пам'яті PHP нижче рекомендованого значення %s. Деякі функції або програми, включаючи Updater, можуть не працювати належним чином.",
|
||||
"PHP modules" : "Модулі PHP",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "Покращує продуктивність перекладу мови та виправляє впорядкування не-ASCII знаків",
|
||||
"for Argon2 for password hashing" : "для Argon2 для хешування паролів",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "необхідний для SFTP-сховища та рекомендований для роботи WebAuthn",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "для обертання зображення на сервері та видобування метаданих у застосунку \"Світлини\"",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "На цьому примірнику бракує окремі обов'язкові модулі PHP, зокрема, необхідно встановити такі: %s.",
|
||||
|
|
@ -845,6 +844,7 @@
|
|||
"Could not remove app." : "Не вдалося вилучити застосунок.",
|
||||
"Could not update app." : "Не вдалося оновити застосунок.",
|
||||
"Apps" : "Застосунки",
|
||||
"for Argon2 for password hashing" : "для Argon2 для хешування паролів",
|
||||
"Exclude some groups from sharing" : "Не дозволяти таким групам надавати у спільний доступ",
|
||||
"Limit sharing to some groups" : "Дозволити надання у спільний доступ тільки для таких груп",
|
||||
"Also allow autocompletion on full match of the user id" : "Дозволити автоматичне заповнення, якщо введено повністю ідентифікатор користувача",
|
||||
|
|
|
|||
|
|
@ -246,7 +246,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP 内存限制低于推荐值 %s。某些功能或应用 — 包括更新程序 — 可能无法正常运行。",
|
||||
"PHP modules" : "PHP模块",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "提高语言翻译性能并修复非 ASCII 字符的排序",
|
||||
"for Argon2 for password hashing" : "用于 Argon2 进行密码哈希处理",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "SFTP 存储所需,推荐用于 WebAuthn 性能",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "用于服务器中的图片旋转和照片应用程序中的元数据提取",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "该实例缺少一些必须的PHP模块。必须安装以下模块:%s",
|
||||
|
|
@ -852,6 +851,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "无法移除应用。",
|
||||
"Could not update app." : "无法更新应用。",
|
||||
"Apps" : "应用",
|
||||
"for Argon2 for password hashing" : "用于 Argon2 进行密码哈希处理",
|
||||
"Exclude some groups from sharing" : "从共享中排除某些群组",
|
||||
"Limit sharing to some groups" : "限制共享给某些组",
|
||||
"Also allow autocompletion on full match of the user id" : "同时允许基于用户 ID 完整匹配的自动补全",
|
||||
|
|
|
|||
|
|
@ -244,7 +244,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP 内存限制低于推荐值 %s。某些功能或应用 — 包括更新程序 — 可能无法正常运行。",
|
||||
"PHP modules" : "PHP模块",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "提高语言翻译性能并修复非 ASCII 字符的排序",
|
||||
"for Argon2 for password hashing" : "用于 Argon2 进行密码哈希处理",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "SFTP 存储所需,推荐用于 WebAuthn 性能",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "用于服务器中的图片旋转和照片应用程序中的元数据提取",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "该实例缺少一些必须的PHP模块。必须安装以下模块:%s",
|
||||
|
|
@ -850,6 +849,7 @@
|
|||
"Could not remove app." : "无法移除应用。",
|
||||
"Could not update app." : "无法更新应用。",
|
||||
"Apps" : "应用",
|
||||
"for Argon2 for password hashing" : "用于 Argon2 进行密码哈希处理",
|
||||
"Exclude some groups from sharing" : "从共享中排除某些群组",
|
||||
"Limit sharing to some groups" : "限制共享给某些组",
|
||||
"Also allow autocompletion on full match of the user id" : "同时允许基于用户 ID 完整匹配的自动补全",
|
||||
|
|
|
|||
|
|
@ -246,7 +246,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP 記憶體限制低於建議值 %s。某些功能或應用程式(包括更新器)可能無法正常運作。",
|
||||
"PHP modules" : "PHP 模組",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "提昇語言翻譯效能並修復非 ASCII 字元的排序",
|
||||
"for Argon2 for password hashing" : "用於 Argon2 進行密碼散列處理",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "為使用 SFTP 存儲時所需的,並建議用於 WebAuthn 性能",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "用於伺服器中的圖片旋轉與照片應用程式中的詮釋資料擷取",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "此站台缺少一些必要的 PHP 模組。必須安裝這些模組:%s。",
|
||||
|
|
@ -852,6 +851,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "無法移除應用程式。",
|
||||
"Could not update app." : "無法更新應用程式。",
|
||||
"Apps" : "應用程式",
|
||||
"for Argon2 for password hashing" : "用於 Argon2 進行密碼散列處理",
|
||||
"Exclude some groups from sharing" : "從分享中排除某些群組",
|
||||
"Limit sharing to some groups" : "限制分享給某些群組",
|
||||
"Also allow autocompletion on full match of the user id" : "同時允許在使用者 ID 完全相符時啟用自動完成功能",
|
||||
|
|
|
|||
|
|
@ -244,7 +244,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP 記憶體限制低於建議值 %s。某些功能或應用程式(包括更新器)可能無法正常運作。",
|
||||
"PHP modules" : "PHP 模組",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "提昇語言翻譯效能並修復非 ASCII 字元的排序",
|
||||
"for Argon2 for password hashing" : "用於 Argon2 進行密碼散列處理",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "為使用 SFTP 存儲時所需的,並建議用於 WebAuthn 性能",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "用於伺服器中的圖片旋轉與照片應用程式中的詮釋資料擷取",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "此站台缺少一些必要的 PHP 模組。必須安裝這些模組:%s。",
|
||||
|
|
@ -850,6 +849,7 @@
|
|||
"Could not remove app." : "無法移除應用程式。",
|
||||
"Could not update app." : "無法更新應用程式。",
|
||||
"Apps" : "應用程式",
|
||||
"for Argon2 for password hashing" : "用於 Argon2 進行密碼散列處理",
|
||||
"Exclude some groups from sharing" : "從分享中排除某些群組",
|
||||
"Limit sharing to some groups" : "限制分享給某些群組",
|
||||
"Also allow autocompletion on full match of the user id" : "同時允許在使用者 ID 完全相符時啟用自動完成功能",
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ OC.L10N.register(
|
|||
"You created an app password for a session named \"{token}\"" : "您為名為「{token}」的工作階段建立了應用程式密碼",
|
||||
"An administrator created an app password for a session named \"{token}\"" : "管理員為名為「{token}」的工作階段建立了應用程式密碼",
|
||||
"You deleted app password \"{token}\"" : "您刪除了應用程式密碼「{token}」",
|
||||
"You deleted app password \"{token}\" and cancelled its pending remote wipe" : "您刪除了應用程式密碼「{token}」並取消其擱置中的遠端抹除",
|
||||
"You renamed app password \"{token}\" to \"{newToken}\"" : "您已將應用程式密碼「{token}」重新命名為「{newToken}」",
|
||||
"You granted filesystem access to app password \"{token}\"" : "您授予了應用程式密碼「{token}」檔案系統的存取權",
|
||||
"You revoked filesystem access from app password \"{token}\"" : "您撤銷了應用程式密碼「{token}」檔案系統的存取權",
|
||||
|
|
@ -246,7 +247,6 @@ OC.L10N.register(
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP 記憶體限制低於建議值 %s。部份功能或應用程式(包含更新程式)可能無法正常運作。",
|
||||
"PHP modules" : "PHP 模組",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "提昇語言翻譯效能並修復非 ASCII 字元的排序",
|
||||
"for Argon2 for password hashing" : "用於 Argon2 進行密碼雜湊處理",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "使用 SFTP 儲存空間時為必要,針對 WebAuthn 效能問題也建議使用",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "用於伺服器中的圖片旋轉與照片應用程式中的中介資料擷取",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "此站台缺少一些必要的 PHP 模組。必須安裝這些模組:%s。",
|
||||
|
|
@ -462,6 +462,13 @@ OC.L10N.register(
|
|||
"Rename" : "重新命名",
|
||||
"Revoke" : "撤銷",
|
||||
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "若尚未開始抹除,則撤銷此代符可能會無法抹除您的裝置。",
|
||||
"Revoke and cancel pending wipe?" : "撤銷並取消擱置中的遠端抹除?",
|
||||
"Only continue if you no longer need the device to be wiped." : "若您不再需要抹除該裝置,請繼續。",
|
||||
"Revoke and cancel wipe" : "撤銷並取消抹除",
|
||||
"Revoke app password?" : "撤銷應用程式密碼?",
|
||||
"The app or device will lose access on its next sync. This cannot be undone." : "該應用程式或裝置將在下一次同步時失去存取權。此操作無法復原。",
|
||||
"Remote wipe has not started yet." : "遠端抹除尚未開始。",
|
||||
"Revoking now cancels the wipe. The device keeps its synced data." : "現在撤銷將取消資料抹除。裝置將保留其已同步的資料。",
|
||||
"Device" : "裝置",
|
||||
"Last activity" : "最近活動狀態",
|
||||
"Actions" : "動作",
|
||||
|
|
@ -852,6 +859,7 @@ OC.L10N.register(
|
|||
"Could not remove app." : "無法移除應用程式。",
|
||||
"Could not update app." : "無法更新應用程式。",
|
||||
"Apps" : "應用程式",
|
||||
"for Argon2 for password hashing" : "用於 Argon2 進行密碼雜湊處理",
|
||||
"Exclude some groups from sharing" : "從分享中排除部份群組",
|
||||
"Limit sharing to some groups" : "限制分享給部份群組",
|
||||
"Also allow autocompletion on full match of the user id" : "同時允許在使用者 ID 完全相符時啟用自動完成功能",
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
"You created an app password for a session named \"{token}\"" : "您為名為「{token}」的工作階段建立了應用程式密碼",
|
||||
"An administrator created an app password for a session named \"{token}\"" : "管理員為名為「{token}」的工作階段建立了應用程式密碼",
|
||||
"You deleted app password \"{token}\"" : "您刪除了應用程式密碼「{token}」",
|
||||
"You deleted app password \"{token}\" and cancelled its pending remote wipe" : "您刪除了應用程式密碼「{token}」並取消其擱置中的遠端抹除",
|
||||
"You renamed app password \"{token}\" to \"{newToken}\"" : "您已將應用程式密碼「{token}」重新命名為「{newToken}」",
|
||||
"You granted filesystem access to app password \"{token}\"" : "您授予了應用程式密碼「{token}」檔案系統的存取權",
|
||||
"You revoked filesystem access from app password \"{token}\"" : "您撤銷了應用程式密碼「{token}」檔案系統的存取權",
|
||||
|
|
@ -244,7 +245,6 @@
|
|||
"The PHP memory limit is below the recommended value of %s. Some features or apps - including the Updater - may not function properly." : "PHP 記憶體限制低於建議值 %s。部份功能或應用程式(包含更新程式)可能無法正常運作。",
|
||||
"PHP modules" : "PHP 模組",
|
||||
"increases language translation performance and fixes sorting of non-ASCII characters" : "提昇語言翻譯效能並修復非 ASCII 字元的排序",
|
||||
"for Argon2 for password hashing" : "用於 Argon2 進行密碼雜湊處理",
|
||||
"required for SFTP storage and recommended for WebAuthn performance" : "使用 SFTP 儲存空間時為必要,針對 WebAuthn 效能問題也建議使用",
|
||||
"for picture rotation in server and metadata extraction in the Photos app" : "用於伺服器中的圖片旋轉與照片應用程式中的中介資料擷取",
|
||||
"This instance is missing some required PHP modules. It is required to install them: %s." : "此站台缺少一些必要的 PHP 模組。必須安裝這些模組:%s。",
|
||||
|
|
@ -460,6 +460,13 @@
|
|||
"Rename" : "重新命名",
|
||||
"Revoke" : "撤銷",
|
||||
"Revoking this token might prevent the wiping of your device if it has not started the wipe yet." : "若尚未開始抹除,則撤銷此代符可能會無法抹除您的裝置。",
|
||||
"Revoke and cancel pending wipe?" : "撤銷並取消擱置中的遠端抹除?",
|
||||
"Only continue if you no longer need the device to be wiped." : "若您不再需要抹除該裝置,請繼續。",
|
||||
"Revoke and cancel wipe" : "撤銷並取消抹除",
|
||||
"Revoke app password?" : "撤銷應用程式密碼?",
|
||||
"The app or device will lose access on its next sync. This cannot be undone." : "該應用程式或裝置將在下一次同步時失去存取權。此操作無法復原。",
|
||||
"Remote wipe has not started yet." : "遠端抹除尚未開始。",
|
||||
"Revoking now cancels the wipe. The device keeps its synced data." : "現在撤銷將取消資料抹除。裝置將保留其已同步的資料。",
|
||||
"Device" : "裝置",
|
||||
"Last activity" : "最近活動狀態",
|
||||
"Actions" : "動作",
|
||||
|
|
@ -850,6 +857,7 @@
|
|||
"Could not remove app." : "無法移除應用程式。",
|
||||
"Could not update app." : "無法更新應用程式。",
|
||||
"Apps" : "應用程式",
|
||||
"for Argon2 for password hashing" : "用於 Argon2 進行密碼雜湊處理",
|
||||
"Exclude some groups from sharing" : "從分享中排除部份群組",
|
||||
"Limit sharing to some groups" : "限制分享給部份群組",
|
||||
"Also allow autocompletion on full match of the user id" : "同時允許在使用者 ID 完全相符時啟用自動完成功能",
|
||||
|
|
|
|||
|
|
@ -207,6 +207,7 @@ OC.L10N.register(
|
|||
"_{count} notification_::_{count} notifications_" : ["{count} powiadomienie","{count} powiadomienia","{count} powiadomień","{count} powiadomień"],
|
||||
"More apps" : "Więcej aplikacji",
|
||||
"App store" : "Sklep aplikacji",
|
||||
"Open apps menu, currently in {app}" : "Otwórz menu aplikacji, obecnie w {app}",
|
||||
"Open apps menu" : "Otwórz menu aplikacji",
|
||||
"Applications" : "Aplikacje",
|
||||
"Apps" : "Aplikacje",
|
||||
|
|
|
|||
|
|
@ -205,6 +205,7 @@
|
|||
"_{count} notification_::_{count} notifications_" : ["{count} powiadomienie","{count} powiadomienia","{count} powiadomień","{count} powiadomień"],
|
||||
"More apps" : "Więcej aplikacji",
|
||||
"App store" : "Sklep aplikacji",
|
||||
"Open apps menu, currently in {app}" : "Otwórz menu aplikacji, obecnie w {app}",
|
||||
"Open apps menu" : "Otwórz menu aplikacji",
|
||||
"Applications" : "Aplikacje",
|
||||
"Apps" : "Aplikacje",
|
||||
|
|
|
|||
|
|
@ -216,6 +216,7 @@ OC.L10N.register(
|
|||
"Share provider does not support accepting" : "Dostawca współdzielenia nie obsługuje przyjmowania",
|
||||
"Cannot change target of link share" : "Nie można zmienić celu współdzielonego linku",
|
||||
"Invalid share recipient" : "Nieprawidłowy odbiorca udostępnienia",
|
||||
"Unknown share recipient" : "Nieznany odbiorca udostępnienia",
|
||||
"Group \"%s\" does not exist" : "Grupa \"%s\" nie istnieje",
|
||||
"The requested share does not exist anymore" : "Żądane udostępnienie już nie istnieje",
|
||||
"The user was not created because the user limit has been reached. Check your notifications to learn more." : "Użytkownik nie został utworzony, ponieważ osiągnięto limit użytkowników. Sprawdź swoje powiadomienia, aby dowiedzieć się więcej.",
|
||||
|
|
@ -434,6 +435,11 @@ OC.L10N.register(
|
|||
"The text to proofread" : "Tekst do korekty",
|
||||
"Corrections" : "Poprawki",
|
||||
"The corrections that should be made in your text" : "Poprawki, które należy wprowadzić w Twoim tekście",
|
||||
"Reformat paragraphs" : "Formatuj akapity",
|
||||
"Reformats a text into multiple paragraphs separated by topic" : "Formatuje tekst na wiele akapitów rozdzielonych według tematów",
|
||||
"The text to reformat" : "Tekst do sformatowania",
|
||||
"Reformatted text" : "Sformatowany tekst",
|
||||
"The reformatted text with paragraphs separated by topic" : "Sformatowany tekst z akapitami rozdzielonymi według tematów",
|
||||
"Reformulate text" : "Przekształć tekst",
|
||||
"Takes a text and reformulates it" : "Pobiera tekst i przekształca go",
|
||||
"Write a text that you want the assistant to reformulate" : "Napisz tekst, który chcesz, aby asystent przekształcił",
|
||||
|
|
|
|||
|
|
@ -214,6 +214,7 @@
|
|||
"Share provider does not support accepting" : "Dostawca współdzielenia nie obsługuje przyjmowania",
|
||||
"Cannot change target of link share" : "Nie można zmienić celu współdzielonego linku",
|
||||
"Invalid share recipient" : "Nieprawidłowy odbiorca udostępnienia",
|
||||
"Unknown share recipient" : "Nieznany odbiorca udostępnienia",
|
||||
"Group \"%s\" does not exist" : "Grupa \"%s\" nie istnieje",
|
||||
"The requested share does not exist anymore" : "Żądane udostępnienie już nie istnieje",
|
||||
"The user was not created because the user limit has been reached. Check your notifications to learn more." : "Użytkownik nie został utworzony, ponieważ osiągnięto limit użytkowników. Sprawdź swoje powiadomienia, aby dowiedzieć się więcej.",
|
||||
|
|
@ -432,6 +433,11 @@
|
|||
"The text to proofread" : "Tekst do korekty",
|
||||
"Corrections" : "Poprawki",
|
||||
"The corrections that should be made in your text" : "Poprawki, które należy wprowadzić w Twoim tekście",
|
||||
"Reformat paragraphs" : "Formatuj akapity",
|
||||
"Reformats a text into multiple paragraphs separated by topic" : "Formatuje tekst na wiele akapitów rozdzielonych według tematów",
|
||||
"The text to reformat" : "Tekst do sformatowania",
|
||||
"Reformatted text" : "Sformatowany tekst",
|
||||
"The reformatted text with paragraphs separated by topic" : "Sformatowany tekst z akapitami rozdzielonymi według tematów",
|
||||
"Reformulate text" : "Przekształć tekst",
|
||||
"Takes a text and reformulates it" : "Pobiera tekst i przekształca go",
|
||||
"Write a text that you want the assistant to reformulate" : "Napisz tekst, który chcesz, aby asystent przekształcił",
|
||||
|
|
|
|||
Loading…
Reference in a new issue