diff options
author | Nextcloud bot <bot@nextcloud.com> | 2025-02-08 00:21:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2025-02-08 00:21:42 +0000 |
commit | c63c4dbe451505b0fb2baacba41df571eae46bce (patch) | |
tree | bb7dfc209eca43780a3a549e383217e8c68ec219 | |
parent | f21ffabe0e92c1790262c07d51eb2a60f55796f2 (diff) | |
download | nextcloud-server-c63c4dbe451505b0fb2baacba41df571eae46bce.tar.gz nextcloud-server-c63c4dbe451505b0fb2baacba41df571eae46bce.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r-- | apps/files/l10n/cs.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/cs.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/de.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/de.json | 2 | ||||
-rw-r--r-- | apps/files/l10n/ga.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/ga.json | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ru.js | 6 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ru.json | 6 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/ru.js | 3 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/ru.json | 3 | ||||
-rw-r--r-- | apps/settings/l10n/cs.js | 5 | ||||
-rw-r--r-- | apps/settings/l10n/cs.json | 5 | ||||
-rw-r--r-- | apps/settings/l10n/is.js | 43 | ||||
-rw-r--r-- | apps/settings/l10n/is.json | 43 | ||||
-rw-r--r-- | apps/settings/l10n/ru.js | 7 | ||||
-rw-r--r-- | apps/settings/l10n/ru.json | 7 | ||||
-rw-r--r-- | apps/updatenotification/l10n/is.js | 13 | ||||
-rw-r--r-- | apps/updatenotification/l10n/is.json | 13 | ||||
-rw-r--r-- | apps/user_ldap/l10n/sk.js | 4 | ||||
-rw-r--r-- | apps/user_ldap/l10n/sk.json | 4 | ||||
-rw-r--r-- | lib/l10n/cs.js | 1 | ||||
-rw-r--r-- | lib/l10n/cs.json | 1 |
22 files changed, 170 insertions, 2 deletions
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js index 43ba20ee615..15fa64614e0 100644 --- a/apps/files/l10n/cs.js +++ b/apps/files/l10n/cs.js @@ -162,6 +162,7 @@ OC.L10N.register( "Error during upload, status code {status}" : "Chyba při nahrávání – stavový kód {status}", "Unknown error during upload" : "Neznámá chyba při nahrávání", "\"{displayName}\" action executed successfully" : "akce „{displayName}“ úspěšně vykonána", + "Filter file names…" : "Filtrovat názvy souborů…", "Views" : "Zobrazení", "Files settings" : "Nastavení pro Soubory", "File cannot be accessed" : "K souboru se nedaří přistoupit", diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json index 4a430fab423..5d5524ea8bb 100644 --- a/apps/files/l10n/cs.json +++ b/apps/files/l10n/cs.json @@ -160,6 +160,7 @@ "Error during upload, status code {status}" : "Chyba při nahrávání – stavový kód {status}", "Unknown error during upload" : "Neznámá chyba při nahrávání", "\"{displayName}\" action executed successfully" : "akce „{displayName}“ úspěšně vykonána", + "Filter file names…" : "Filtrovat názvy souborů…", "Views" : "Zobrazení", "Files settings" : "Nastavení pro Soubory", "File cannot be accessed" : "K souboru se nedaří přistoupit", diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js index 0d4816391f7..788480f22be 100644 --- a/apps/files/l10n/de.js +++ b/apps/files/l10n/de.js @@ -339,7 +339,7 @@ OC.L10N.register( "All files" : "Alle Dateien", "List of your files and folders." : "Liste deiner Dateien und Ordner", "All folders" : "Alle Ordner", - "Personal files" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Personal files" : "Persönliche Dateien", "List of your files and folders that are not shared." : "Liste deiner Dateien und Ordner, die nicht geteilt wurden.", "No personal files found" : "Keine persönlichen Dateien gefunden", "Files that are not shared will show up here." : "Dateien, die nicht geteilt wurden, werden hier angezeigt.", diff --git a/apps/files/l10n/de.json b/apps/files/l10n/de.json index 5a3b4bd5fff..7102ab78060 100644 --- a/apps/files/l10n/de.json +++ b/apps/files/l10n/de.json @@ -337,7 +337,7 @@ "All files" : "Alle Dateien", "List of your files and folders." : "Liste deiner Dateien und Ordner", "All folders" : "Alle Ordner", - "Personal files" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Personal files" : "Persönliche Dateien", "List of your files and folders that are not shared." : "Liste deiner Dateien und Ordner, die nicht geteilt wurden.", "No personal files found" : "Keine persönlichen Dateien gefunden", "Files that are not shared will show up here." : "Dateien, die nicht geteilt wurden, werden hier angezeigt.", diff --git a/apps/files/l10n/ga.js b/apps/files/l10n/ga.js index 368006d214f..01d8f20fd7d 100644 --- a/apps/files/l10n/ga.js +++ b/apps/files/l10n/ga.js @@ -162,6 +162,7 @@ OC.L10N.register( "Error during upload, status code {status}" : "Earráid le linn uaslódála, cód stádais {status}", "Unknown error during upload" : "Earráid anaithnid le linn uaslódála", "\"{displayName}\" action executed successfully" : "Cuireadh an gníomh \"{displayName}\" i gcrích go rathúil", + "Filter file names…" : "Scag ainmneacha comhaid…", "Views" : "Radhairc", "Files settings" : "Socruithe comhaid", "File cannot be accessed" : "Ní féidir an comhad a rochtain", diff --git a/apps/files/l10n/ga.json b/apps/files/l10n/ga.json index 69d7f6e8b7c..f3eed6a178f 100644 --- a/apps/files/l10n/ga.json +++ b/apps/files/l10n/ga.json @@ -160,6 +160,7 @@ "Error during upload, status code {status}" : "Earráid le linn uaslódála, cód stádais {status}", "Unknown error during upload" : "Earráid anaithnid le linn uaslódála", "\"{displayName}\" action executed successfully" : "Cuireadh an gníomh \"{displayName}\" i gcrích go rathúil", + "Filter file names…" : "Scag ainmneacha comhaid…", "Views" : "Radhairc", "Files settings" : "Socruithe comhaid", "File cannot be accessed" : "Ní féidir an comhad a rochtain", diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index f4b0ba3b3eb..8fcfb8302ac 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -288,6 +288,7 @@ OC.L10N.register( "Update share" : "Обновить общий ресурс", "Save share" : "Сохранить общий ресурс", "Replace current password" : "Заменить текущий пароль", + "Failed to generate a new token" : "Не удалось сгенерировать новый токен", "Others with access" : "Другие пользователи, имеющие доступ", "No other accounts with access found" : "Других учетных записей с доступом не найдено", "Toggle list of others with access to this directory" : "Свернуть или развернуть список пользователей, имеющих доступ к этой папке", @@ -295,6 +296,11 @@ OC.L10N.register( "Unable to fetch inherited shares" : "Невозможно получить список унаследованных общих ресурсов ", "Link shares" : "Общие ссылки", "Shares" : "Опубликованные ресурсы", + "Email, federated cloud id" : "Электронная почта, идентификатор федеративного облака", + "Additional shares" : "Дополнительные ссылки", + "Use this method to share files with individuals or teams within your organization. If the recipient already has access to the share but cannot locate it, you can send them the internal share link for easy access." : "Используйте этот метод для обмена файлами с отдельными лицами или группами в вашей организации. Если получатель уже имеет доступ к ресурсу, но не может его найти, вы можете отправить ему внутреннюю ссылку на ресурс для легкого доступа.", + "Use this method to share files with individuals or organizations outside your organization. Files and folders can be shared via public share links and email addresses. You can also share to other Nextcloud accounts hosted on different instances using their federated cloud ID." : "Используйте этот метод для обмена файлами с отдельными лицами или организациями за пределами вашей организации. Файлы и папки можно делить через публичные ссылки и адреса электронной почты. Вы также можете делиться с другими учетными записями Nextcloud, размещенными на разных экземплярах, используя их идентификатор федеративного облака.", + "Shares that are not part of the internal or external shares. This can be shares from apps or other sources." : "Ссылки, которые не являются частью внутренних или внешних ссылок. Это могут быть ссылки из приложений или других источников.", "Unable to load the shares list" : "Невозможно загрузить список общих ресурсов", "Expires {relativetime}" : "Истекает {relativetime}", "this share just expired." : "срок действия этого общего ресурса только что истёк.", diff --git a/apps/files_sharing/l10n/ru.json b/apps/files_sharing/l10n/ru.json index 249c20a4451..3d007425e8d 100644 --- a/apps/files_sharing/l10n/ru.json +++ b/apps/files_sharing/l10n/ru.json @@ -286,6 +286,7 @@ "Update share" : "Обновить общий ресурс", "Save share" : "Сохранить общий ресурс", "Replace current password" : "Заменить текущий пароль", + "Failed to generate a new token" : "Не удалось сгенерировать новый токен", "Others with access" : "Другие пользователи, имеющие доступ", "No other accounts with access found" : "Других учетных записей с доступом не найдено", "Toggle list of others with access to this directory" : "Свернуть или развернуть список пользователей, имеющих доступ к этой папке", @@ -293,6 +294,11 @@ "Unable to fetch inherited shares" : "Невозможно получить список унаследованных общих ресурсов ", "Link shares" : "Общие ссылки", "Shares" : "Опубликованные ресурсы", + "Email, federated cloud id" : "Электронная почта, идентификатор федеративного облака", + "Additional shares" : "Дополнительные ссылки", + "Use this method to share files with individuals or teams within your organization. If the recipient already has access to the share but cannot locate it, you can send them the internal share link for easy access." : "Используйте этот метод для обмена файлами с отдельными лицами или группами в вашей организации. Если получатель уже имеет доступ к ресурсу, но не может его найти, вы можете отправить ему внутреннюю ссылку на ресурс для легкого доступа.", + "Use this method to share files with individuals or organizations outside your organization. Files and folders can be shared via public share links and email addresses. You can also share to other Nextcloud accounts hosted on different instances using their federated cloud ID." : "Используйте этот метод для обмена файлами с отдельными лицами или организациями за пределами вашей организации. Файлы и папки можно делить через публичные ссылки и адреса электронной почты. Вы также можете делиться с другими учетными записями Nextcloud, размещенными на разных экземплярах, используя их идентификатор федеративного облака.", + "Shares that are not part of the internal or external shares. This can be shares from apps or other sources." : "Ссылки, которые не являются частью внутренних или внешних ссылок. Это могут быть ссылки из приложений или других источников.", "Unable to load the shares list" : "Невозможно загрузить список общих ресурсов", "Expires {relativetime}" : "Истекает {relativetime}", "this share just expired." : "срок действия этого общего ресурса только что истёк.", diff --git a/apps/files_trashbin/l10n/ru.js b/apps/files_trashbin/l10n/ru.js index 26676ed3d41..3d511599ea0 100644 --- a/apps/files_trashbin/l10n/ru.js +++ b/apps/files_trashbin/l10n/ru.js @@ -14,7 +14,10 @@ OC.L10N.register( "Deleted by" : "Удалено", "Deleted" : "Удалён", "A long time ago" : "Очень давно", + "Confirm permanent deletion" : "Подтвердите постоянное удаление", + "Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "Вы уверены, что хотите навсегда удалить все файлы и папки в корзине? Это действие нельзя отменить.", "Cancel" : "Отмена", + "Empty deleted files" : "Очистить удаленные файлы", "Deletion cancelled" : "Удаление отменено", "List of files that have been deleted." : "Список файлов, которые были удалены.", "No deleted files" : "Нет удалённых файлов", diff --git a/apps/files_trashbin/l10n/ru.json b/apps/files_trashbin/l10n/ru.json index 664fe7d081b..8aa16c99674 100644 --- a/apps/files_trashbin/l10n/ru.json +++ b/apps/files_trashbin/l10n/ru.json @@ -12,7 +12,10 @@ "Deleted by" : "Удалено", "Deleted" : "Удалён", "A long time ago" : "Очень давно", + "Confirm permanent deletion" : "Подтвердите постоянное удаление", + "Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "Вы уверены, что хотите навсегда удалить все файлы и папки в корзине? Это действие нельзя отменить.", "Cancel" : "Отмена", + "Empty deleted files" : "Очистить удаленные файлы", "Deletion cancelled" : "Удаление отменено", "List of files that have been deleted." : "Список файлов, которые были удалены.", "No deleted files" : "Нет удалённых файлов", diff --git a/apps/settings/l10n/cs.js b/apps/settings/l10n/cs.js index bf44462198f..efeadede140 100644 --- a/apps/settings/l10n/cs.js +++ b/apps/settings/l10n/cs.js @@ -250,6 +250,7 @@ OC.L10N.register( "The PHP max_input_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "PHP max_input_time je příliš nízké. Je doporučena velikost přinejmenším %1$s. Stávající hodnota: %2$s.", "The PHP max_execution_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "PHP max_execution_time je příliš nízké. Je doporučena velikost přinejmenším %1$s. Stávající hodnota: %2$s.", "PHP memory limit" : "PHP limit paměti", + "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", @@ -553,7 +554,9 @@ OC.L10N.register( "Unable to update server side encryption config" : "Nedaří se zaktualizovat nastavení šifrování na straně serveru", "Server-side encryption" : "Šifrování na straně serveru", "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Šifrování na straně serveru umožňuje zašifrovat soubory, které jsou na tento server nahrávány. To přináší omezení jako třeba snížení výkonu, takže toto zapněte jen pokud je opravdu potřeba.", + "To encrypt all existing files run this OCC command:" : "Pro zašifrování veškerých existujících souborů spusťte tento OCC příkaz:", "Enable server-side encryption" : "Šifrovat na straně serveru", + "Disabling server side encryption is only possible using OCC, please refer to the documentation." : "Vypnutí šifrování na straně serveru je možné pouze pomocí OCC (nahlédněte do dokumentace).", "No encryption module loaded, please enable an encryption module in the app menu." : "Nenačten žádný šifrovací modul – zapněte ho v nabídce aplikace.", "Select default encryption module:" : "Vyberte výchozí šifrovací modul:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Je třeba přenést své šifrovací klíče ze staré verze šifrování (ownCloud <= 8.0) na novou. Zapněte „Výchozí modul šifrování“ a spusťte příkaz {command}", @@ -565,6 +568,7 @@ OC.L10N.register( "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Šifrování samotné ještě nezaručuje bezpečnost systému. Pokud se chcete dozvědět víc o tom, jak aplikace pro šifrování funguje a jaké jsou podporované případy použití, naleznete to v dokumentaci.", "Be aware that encryption always increases the file size." : "Mějte na paměti, že šifrování vždy navýší velikost souboru.", "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Je vždy dobré vytvářet pravidelné zálohy svých dat. V případě zapnutého šifrování také společně s daty zajistěte zálohu šifrovacích klíčů k nim.", + "Refer to the admin documentation on how to manually also encrypt existing files." : "Ohledně toho, jak ručně zašifrovat také existující soubory, nahlédněte do dokumentace pro správce.", "This is the final warning: Do you really want to enable encryption?" : "Toto je poslední varování: Opravdu chcete zapnout šifrování?", "Please confirm the group removal" : "Potvrďte odstranění skupiny", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Chystáte se smazat skupinu „{group}“. Účty NEbudou smazány.", @@ -766,6 +770,7 @@ OC.L10N.register( "Failed to create group" : "Skupinu se nepodařilo vytvořit", "Sending…" : "Odesílání…", "Email sent" : "E-mail odeslán", + "For performance reasons, when you enable encryption on a Nextcloud server only new and changed files are encrypted." : "Z výkonových důvodů, pokud zapnete šifrování na Nextcloud serveru, budou šifrovány pouze nové a změněné soubory.", "Location" : "Poloha", "Profile picture" : "Profilový obrázek", "About" : "O uživateli", diff --git a/apps/settings/l10n/cs.json b/apps/settings/l10n/cs.json index d3036965647..efae1fc9ce5 100644 --- a/apps/settings/l10n/cs.json +++ b/apps/settings/l10n/cs.json @@ -248,6 +248,7 @@ "The PHP max_input_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "PHP max_input_time je příliš nízké. Je doporučena velikost přinejmenším %1$s. Stávající hodnota: %2$s.", "The PHP max_execution_time is too low. A time of at least %1$s is recommended. Current value: %2$s." : "PHP max_execution_time je příliš nízké. Je doporučena velikost přinejmenším %1$s. Stávající hodnota: %2$s.", "PHP memory limit" : "PHP limit paměti", + "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", @@ -551,7 +552,9 @@ "Unable to update server side encryption config" : "Nedaří se zaktualizovat nastavení šifrování na straně serveru", "Server-side encryption" : "Šifrování na straně serveru", "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Šifrování na straně serveru umožňuje zašifrovat soubory, které jsou na tento server nahrávány. To přináší omezení jako třeba snížení výkonu, takže toto zapněte jen pokud je opravdu potřeba.", + "To encrypt all existing files run this OCC command:" : "Pro zašifrování veškerých existujících souborů spusťte tento OCC příkaz:", "Enable server-side encryption" : "Šifrovat na straně serveru", + "Disabling server side encryption is only possible using OCC, please refer to the documentation." : "Vypnutí šifrování na straně serveru je možné pouze pomocí OCC (nahlédněte do dokumentace).", "No encryption module loaded, please enable an encryption module in the app menu." : "Nenačten žádný šifrovací modul – zapněte ho v nabídce aplikace.", "Select default encryption module:" : "Vyberte výchozí šifrovací modul:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Je třeba přenést své šifrovací klíče ze staré verze šifrování (ownCloud <= 8.0) na novou. Zapněte „Výchozí modul šifrování“ a spusťte příkaz {command}", @@ -563,6 +566,7 @@ "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Šifrování samotné ještě nezaručuje bezpečnost systému. Pokud se chcete dozvědět víc o tom, jak aplikace pro šifrování funguje a jaké jsou podporované případy použití, naleznete to v dokumentaci.", "Be aware that encryption always increases the file size." : "Mějte na paměti, že šifrování vždy navýší velikost souboru.", "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Je vždy dobré vytvářet pravidelné zálohy svých dat. V případě zapnutého šifrování také společně s daty zajistěte zálohu šifrovacích klíčů k nim.", + "Refer to the admin documentation on how to manually also encrypt existing files." : "Ohledně toho, jak ručně zašifrovat také existující soubory, nahlédněte do dokumentace pro správce.", "This is the final warning: Do you really want to enable encryption?" : "Toto je poslední varování: Opravdu chcete zapnout šifrování?", "Please confirm the group removal" : "Potvrďte odstranění skupiny", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Chystáte se smazat skupinu „{group}“. Účty NEbudou smazány.", @@ -764,6 +768,7 @@ "Failed to create group" : "Skupinu se nepodařilo vytvořit", "Sending…" : "Odesílání…", "Email sent" : "E-mail odeslán", + "For performance reasons, when you enable encryption on a Nextcloud server only new and changed files are encrypted." : "Z výkonových důvodů, pokud zapnete šifrování na Nextcloud serveru, budou šifrovány pouze nové a změněné soubory.", "Location" : "Poloha", "Profile picture" : "Profilový obrázek", "About" : "O uživateli", diff --git a/apps/settings/l10n/is.js b/apps/settings/l10n/is.js index 11514313816..5be6b8d535a 100644 --- a/apps/settings/l10n/is.js +++ b/apps/settings/l10n/is.js @@ -2,11 +2,13 @@ OC.L10N.register( "settings", { "Private" : "Einka", + "Only visible to people matched via phone number integration through Talk on mobile" : "Einungis sýnilegt fólki sem samsvarar samþættum símanúmerum í gegnum Talk-forritið á farsímum", "Local" : "Staðvært", "Only visible to people on this instance and guests" : "Einungis sýnilegt staðværum notendum og gestum", "Federated" : "Deilt milli þjóna (skýjasambandssameign)", "Only synchronize to trusted servers" : "Aðeins samstilla við treysta þjóna", "Published" : "Útgefið", + "Synchronize to trusted servers and the global and public address book" : "Samstilla við treysta þjóna og víðværar og opinberar vistfangaskrár", "Verify" : "Sannreyna", "Verifying …" : "Sannreyni …", "Unable to change password" : "Ekki tókst að breyta lykilorði", @@ -54,9 +56,12 @@ OC.L10N.register( "Wrong password" : "Rangt lykilorð", "Unable to change personal password" : "Ekki tókst að breyta persónulegu lykilorði", "Saved" : "Vistað", + "No Login supplied" : "Ekkert innskráningarnafn gefið", "Unable to change password. Password too long." : "Ekki tókst að breyta lykilorði. Lykilorðið er of langt.", "Authentication error" : "Villa við auðkenningu", + "Please provide an admin recovery password; otherwise, all account data will be lost." : "Settu inn endurheimtulykilorð kerfisstjóra, annars munu öll gögn aðgangsins tapast.", "Wrong admin recovery password. Please check the password and try again." : "Rangt endurheimtulykilorð kerfisstjóra, athugaðu lykilorðið og reyndu aftur.", + "Backend does not support password change, but the encryption of the account key was updated." : "Bakendi styður ekki breytingu á lykilorði, en það tókst að uppfæra dulritunarlykil aðgangsins.", "Administrator documentation" : "Hjálparskjöl stjórnanda", "User documentation" : "Hjálparskjöl notenda", "Nextcloud help overview" : "Efnisyfirlit Nextcloud-hjálpar", @@ -66,6 +71,9 @@ OC.L10N.register( "If you received this email, the email configuration seems to be correct." : "Fyrst að þú fékkst þennan tölvupóst, þá lítur út fyrir að tölvupóstuppsetningin sé í lagi.", "Email could not be sent. Check your mail server log" : "Ekki var hægt að senda póst. Skoðaðu annál póstþjónsins", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Vandamál kom upp við að senda tölvupóst. Farðu yfir stillingarnar þínar. (Villa: %s)", + "You need to set your account email before being able to send test emails. Go to %s for that." : "Þú verður að gefa upp tölvupóstfang aðgangsins þíns svo að þú getir sent prófunarpósta. Farðu á %s til þess.", + "Recently active" : "Nýlega virkir", + "Disabled accounts" : "Óvirkir aðgangar", "Invalid account" : "Ógildur aðgangur", "Invalid mail address" : "Ógilt tölvupóstfang", "Settings saved" : "Stillingar vistaðar", @@ -92,9 +100,11 @@ OC.L10N.register( "Welcome aboard" : "Velkomin um borð", "Welcome aboard %s" : "Velkomin um borð %s", "Welcome to your %s account, you can add, protect, and share your data." : "Velkomin(n) í %s aðganginn þinn; þú getur bætt við, varið og deilt gögnunum þínum.", + "Your Login is: %s" : "Innskráningarnafnið þitt er: %s", "Set your password" : "Stilltu lykilorðið þitt", "Go to %s" : "Farðu í %s", "Install Client" : "Setja upp biðlaraforrit", + "Logged in account must be a subadmin" : "Innskráður aðgangur verður að vera undirstjórnandi (subadmin)", "Apps" : "Forrit", "Personal" : "Einka", "Administration" : "Stjórnun", @@ -112,11 +122,25 @@ OC.L10N.register( "Mobile & desktop" : "Farsímar og borðtölvur", "Email server" : "Póstþjónn", "Mail Providers" : "Þjónustuveitur", + "Send emails using" : "Senda tölvupósta með", + "User's email account" : "Tölvupóstaðgangi notanda", + "System email account" : "Tölvupóstaðgangi kerfisins", + "Security & setup checks" : "Prófanir á öryggi og uppsetningu", "Background jobs" : "Verk í bakgrunni", "Unlimited" : "ótakmörkuðu", "Verifying" : "Sannreyni", + "Allowed admin IP ranges" : "Leyfð svið IP-vistfanga stjórnenda", + "Admin IP filtering isn’t applied." : "Síun IP-vistfanga stjórnenda er ekki notuð.", + "Admin IP filtering is correctly configured." : "Síun IP-vistfanga stjórnenda er rétt stillt.", + "App directories owner" : "Eigandi forritamappa", + "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" : "Sumar forritamöppur eru í eigu annarra notenda en möppurnar á vefþjóninum. Þetta getur komið upp ef forritin hafa verið sett upp handvirkt. Athugaðu með heimildir á eftirfarandi forritamöppum:\n%s", + "App directories have the correct owner \"%s\"" : "Forritamöppur eru með rétta eigandann \"%s\"", "Your remote address could not be determined." : "Ekki var hægt að ákvarða fjartengda vistfangið þitt.", + "Code integrity" : "Áreiðanleiki kóða", + "No altered files" : "Engar breyttar skrár", "Cron errors" : "Cron-villur", + "Cron last run" : "Síðasta cron-keyrsla", + "Data directory protected" : "Gagnamappa varin", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Gagnamappan og skrárnar þínar eru líklega aðgengilegar öllum af internetinu vegna þess að .htaccess skrá er ekki virk. Við mælum eindregið með að þú stillir vefþjóninn þinn á þann hátt að gagnamappa er ekki lengur aðgengileg eða þú færir gagnamöppu út fyrir skjalarót vefþjóns.", "Database missing columns" : "Gagnagrunn vantar dálka", "Missing optional column \"%s\" in table \"%s\"." : "Vantar valkvæða dálkinn \"%s\" í töflunni \"%s\".", @@ -125,6 +149,8 @@ OC.L10N.register( "Database missing primary keys" : "Gagnagrunn vantar aðallykla", "Missing primary key on table \"%s\"." : "Vantar aðallykilinn í töflunni \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Gagnagrunninn vantar nokkra aðallykla (primary keys). Vegna þess að það að bæta aðallyklum við stórar töflur getur tekið töluverðan tíma, þá var þeim ekki bætt við sjálfvirkt. Með því að keyra \"occ db:add-missing-primary-keys\" væri hægt að bæta inn þessum aðallyklum sem vantar, á meðan kerfið er í gangi. Um leið og búið er að bæta inn þessum aðallyklum, munu fyrirspurnir í þessar töflur verða miklu hraðvirkari.", + "Debug mode" : "Villuleitarhamur", + "Debug mode is disabled." : "Villuleitarhamur er óvirkur.", "Default phone region" : "Sjálfgefið svæði símaþjónustu", "Email test" : "Prófa tölvupóststillingar", "Email test was successfully sent" : "Það tókst að senda tölvupóstprófun", @@ -158,6 +184,7 @@ OC.L10N.register( "PHP version" : "PHP-útgáfa", "You are currently running PHP %s." : "Þú ert núna að keyra PHP %s.", "Push service" : "Ýtiþjónusta", + "Valid enterprise license" : "Gilt notkunarleyfi fyrirtækis", "Free push service" : "Ókeypis ýtiþjónusta", "Random generator" : "Slembigjafi", "No suitable source for randomness found by PHP which is highly discouraged for security reasons." : "Enginn hentugur gagnagjafi fyrir handahófsreikning fannst fyrir PHP, sem er mjög óráðlegt af öryggisástæðum.", @@ -179,11 +206,15 @@ OC.L10N.register( "Font file loading" : "Innhleðsla leturskrár", "Profile information" : "Persónuupplýsingar", "Nextcloud settings" : "Stillingar Nextcloud", + "AI tasks can be implemented by different apps. Here you can set which app should be used for which task." : "AI-gervigreind verka getur verið framkvæmd af mismunandi forritum. Hér geturðu stillt hvaða forrit ætti að nota fyrir hvaða verk.", "Task:" : "Verk:", "Enable" : "Virkja", "Machine translation" : "Vélræn þýðing", + "Machine translation can be implemented by different apps. Here you can define the precedence of the machine translation apps you have installed at the moment." : "Vélþýðingar geta verið framkvæmdar af mismunandi forritum. Hér geturðu skilgreint forgangsröðun þeirra vélþýðingarforrita sem eru uppsett í augnablikinu.", "Image generation" : "Gerð mynda", + "Image generation can be implemented by different apps. Here you can set which app should be used." : "Gerð mynda getur verið framkvæmd af mismunandi forritum. Hér geturðu stillt hvaða forrit ætti að nota.", "Text processing" : "Textavinnsla", + "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Textavinnsla verka getur verið framkvæmd af mismunandi forritum. Hér geturðu stillt hvaða forrit ætti að nota fyrir hvaða verk.", "None" : "Ekkert", "Unable to modify setting" : "Ekki gekk að breyta stillingu", "Allow apps to use the Share API" : "Leyfa forritum að nota Share API", @@ -196,6 +227,12 @@ OC.L10N.register( "Enforce password protection" : "Krefjast verndunar með aðgangsorði", "Exclude groups from password requirements" : "Undanskilja hópa frá kröfum um lykilorð", "Exclude groups from creating link shares" : "Undanskilja hópa frá því að búa til sameignartengla", + "Shares with guessable tokens may be accessed easily" : "Aðgangur er greiður að sameignum með teikn sem auðvelt er að giska á", + "Limit sharing based on groups" : "Takmarka deilingu út frá hópum", + "Allow sharing for everyone (default)" : "Leyfa deilingu fyrir alla (sjálfgefið)", + "Exclude some groups from sharing" : "Undanskilja suma hópa frá því að deila", + "Limit sharing to some groups" : "Takmarka deilingu við suma hópa", + "Groups allowed to share" : "Hópar með heimild til að deila", "Groups excluded from sharing" : "Hópar undanskildir frá því að deila", "Enforce expiration date" : "Krefjast dagsetningar á gildistíma", "Default expiration time of new shares in days" : "Sjálfgefinn gildistími fyrir nýjar sameignir í dögum", @@ -207,6 +244,8 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Setja sjálfgefinn gildistíma fyrir sameignir sem deilt er með tengli eða tölvupósti", "Default expiration time of shares in days" : "Sjálfgefinn gildistími fyrir sameignir í dögum", "Privacy settings for sharing" : "Stillingar á friðhelgi deilingar", + "Allow account name autocompletion in share dialog and allow access to the system address book" : "Leyfa sjálfklárun notandanafns í deilingarglugga og heimila aðgang að nafnaskrá kerfisins", + "Restrict account name autocompletion and system address book access to users within the same groups" : "Takmarka sjálfklárun á heiti notendaaðganga og aðgang að kerfisnafnaskrá við notendur innan sömu hópa", "Restrict account name autocompletion to users based on phone number integration" : "Leyfa sjálfklárun á heiti notendaaðganga á notendum byggt á samþættingu símanúmera", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Birta fyrirvara á opinberu innsendingasíðunni (birtist einungis þegar listi yfir skrár er falinn)", "Disclaimer text" : "Texti fyrirvara", @@ -339,6 +378,7 @@ OC.L10N.register( "Login name copied!" : "Notandanafn innskráningar afritað!", "Copy login name" : "Afrita notandanafn innskráningar", "Could not copy app password. Please copy it manually." : "Tókst ekki að afrita lykilorð forritsins. Afritaðu það handvirkt.", + "Could not copy login name. Please copy it manually." : "Tókst ekki að afrita innskráningarnafnið. Afritaðu það handvirkt.", "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "Til að þjónninn virki sem skyldi, er mikilvægt að stilla bakgrunnsverk rétt. Mælt er með því að nota 'cron' kerfisins. Skoðaðu hjálparskjölin til að sjá ítarlegar upplýsingar.", "Last job execution ran {time}. Something seems wrong." : "Síðasta verk var keyrt {time}. Eitthvað er ekki eins og það á að sér að vera.", "Last job ran {relativeTime}." : "Síðasta verk var keyrt {relativeTime}.", @@ -432,6 +472,7 @@ OC.L10N.register( "Your organisation" : "Fyrirtækið þitt", "Your phone number" : "Símanúmerið þitt", "Edit your Profile visibility" : "Breyta sýnileika notandasniðsins þíns", + "Enable profile" : "Virkja notandasnið", "Unable to update profile enabled state" : "Tókst ekki að uppfæra virka stöðu notandasniðs", "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Sú stilling sem meira er takmarkandi, annað hvort sýnileiki eða dreifing, fær meira vægi í notandasniðinu þínu. Til dæmis ef sýnileiki er stilltur á \"Birta öllum\" og dreifing er stillt á \"Einka\", þá hefur \"Einka\" meira vægi.", "Unable to update visibility of {displayId}" : "Tókst ekki að uppfæra sýnileika á {displayId}", @@ -549,6 +590,7 @@ OC.L10N.register( "Your browser does not support WebAuthn." : "Vafrinn þinn styður ekki WebAuthn.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Sem stjórnandi geturðu fínstillt hegðun við deilingu. Endilega kíktu á hjálparskjölin til að sjá ítarlegri upplýsingar.", "You need to enable the File sharing App." : "Þú verður að virkja skráardeilingarforritið.", + "Loading app list" : "Hleð inn forritalista", "App Store" : "Forritasafn", "Loading categories" : "Hleð inn flokkum", "Developer documentation ↗" : "Hjálparskjöl þróunaraðila↗", @@ -662,6 +704,7 @@ OC.L10N.register( "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Færslulæsing skráa (transactional file locking) er óvirk, þetta gæti leitt til vandamála út frá forgangsskilyrðum (race conditions). Virkjaðu 'filelocking.enabled' í config.php til að forðast slík vandamál.", "The PHP memory limit is below the recommended value of %s." : "Minnismörk PHP eru lægri en gildið sem mælt er með; %s.", "Speech-To-Text" : "Tal-í-texta", + "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Tal-í-texta getur verið framkvæmt af mismunandi forritum. Hér geturðu stillt hvaða forrit ætti að nota.", "Set default expiration date for shares" : "Setja sjálfgefinn gildistíma fyrir sameignir", "Allow username autocompletion in share dialog and allow access to the system address book" : "Leyfa sjálfklárun notandanafns í deilingarglugga og heimila aðgang að nafnaskrá kerfisins", "Your biography" : "Æviágrip þitt", diff --git a/apps/settings/l10n/is.json b/apps/settings/l10n/is.json index 23e5f8e2731..b09a1da94d1 100644 --- a/apps/settings/l10n/is.json +++ b/apps/settings/l10n/is.json @@ -1,10 +1,12 @@ { "translations": { "Private" : "Einka", + "Only visible to people matched via phone number integration through Talk on mobile" : "Einungis sýnilegt fólki sem samsvarar samþættum símanúmerum í gegnum Talk-forritið á farsímum", "Local" : "Staðvært", "Only visible to people on this instance and guests" : "Einungis sýnilegt staðværum notendum og gestum", "Federated" : "Deilt milli þjóna (skýjasambandssameign)", "Only synchronize to trusted servers" : "Aðeins samstilla við treysta þjóna", "Published" : "Útgefið", + "Synchronize to trusted servers and the global and public address book" : "Samstilla við treysta þjóna og víðværar og opinberar vistfangaskrár", "Verify" : "Sannreyna", "Verifying …" : "Sannreyni …", "Unable to change password" : "Ekki tókst að breyta lykilorði", @@ -52,9 +54,12 @@ "Wrong password" : "Rangt lykilorð", "Unable to change personal password" : "Ekki tókst að breyta persónulegu lykilorði", "Saved" : "Vistað", + "No Login supplied" : "Ekkert innskráningarnafn gefið", "Unable to change password. Password too long." : "Ekki tókst að breyta lykilorði. Lykilorðið er of langt.", "Authentication error" : "Villa við auðkenningu", + "Please provide an admin recovery password; otherwise, all account data will be lost." : "Settu inn endurheimtulykilorð kerfisstjóra, annars munu öll gögn aðgangsins tapast.", "Wrong admin recovery password. Please check the password and try again." : "Rangt endurheimtulykilorð kerfisstjóra, athugaðu lykilorðið og reyndu aftur.", + "Backend does not support password change, but the encryption of the account key was updated." : "Bakendi styður ekki breytingu á lykilorði, en það tókst að uppfæra dulritunarlykil aðgangsins.", "Administrator documentation" : "Hjálparskjöl stjórnanda", "User documentation" : "Hjálparskjöl notenda", "Nextcloud help overview" : "Efnisyfirlit Nextcloud-hjálpar", @@ -64,6 +69,9 @@ "If you received this email, the email configuration seems to be correct." : "Fyrst að þú fékkst þennan tölvupóst, þá lítur út fyrir að tölvupóstuppsetningin sé í lagi.", "Email could not be sent. Check your mail server log" : "Ekki var hægt að senda póst. Skoðaðu annál póstþjónsins", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Vandamál kom upp við að senda tölvupóst. Farðu yfir stillingarnar þínar. (Villa: %s)", + "You need to set your account email before being able to send test emails. Go to %s for that." : "Þú verður að gefa upp tölvupóstfang aðgangsins þíns svo að þú getir sent prófunarpósta. Farðu á %s til þess.", + "Recently active" : "Nýlega virkir", + "Disabled accounts" : "Óvirkir aðgangar", "Invalid account" : "Ógildur aðgangur", "Invalid mail address" : "Ógilt tölvupóstfang", "Settings saved" : "Stillingar vistaðar", @@ -90,9 +98,11 @@ "Welcome aboard" : "Velkomin um borð", "Welcome aboard %s" : "Velkomin um borð %s", "Welcome to your %s account, you can add, protect, and share your data." : "Velkomin(n) í %s aðganginn þinn; þú getur bætt við, varið og deilt gögnunum þínum.", + "Your Login is: %s" : "Innskráningarnafnið þitt er: %s", "Set your password" : "Stilltu lykilorðið þitt", "Go to %s" : "Farðu í %s", "Install Client" : "Setja upp biðlaraforrit", + "Logged in account must be a subadmin" : "Innskráður aðgangur verður að vera undirstjórnandi (subadmin)", "Apps" : "Forrit", "Personal" : "Einka", "Administration" : "Stjórnun", @@ -110,11 +120,25 @@ "Mobile & desktop" : "Farsímar og borðtölvur", "Email server" : "Póstþjónn", "Mail Providers" : "Þjónustuveitur", + "Send emails using" : "Senda tölvupósta með", + "User's email account" : "Tölvupóstaðgangi notanda", + "System email account" : "Tölvupóstaðgangi kerfisins", + "Security & setup checks" : "Prófanir á öryggi og uppsetningu", "Background jobs" : "Verk í bakgrunni", "Unlimited" : "ótakmörkuðu", "Verifying" : "Sannreyni", + "Allowed admin IP ranges" : "Leyfð svið IP-vistfanga stjórnenda", + "Admin IP filtering isn’t applied." : "Síun IP-vistfanga stjórnenda er ekki notuð.", + "Admin IP filtering is correctly configured." : "Síun IP-vistfanga stjórnenda er rétt stillt.", + "App directories owner" : "Eigandi forritamappa", + "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" : "Sumar forritamöppur eru í eigu annarra notenda en möppurnar á vefþjóninum. Þetta getur komið upp ef forritin hafa verið sett upp handvirkt. Athugaðu með heimildir á eftirfarandi forritamöppum:\n%s", + "App directories have the correct owner \"%s\"" : "Forritamöppur eru með rétta eigandann \"%s\"", "Your remote address could not be determined." : "Ekki var hægt að ákvarða fjartengda vistfangið þitt.", + "Code integrity" : "Áreiðanleiki kóða", + "No altered files" : "Engar breyttar skrár", "Cron errors" : "Cron-villur", + "Cron last run" : "Síðasta cron-keyrsla", + "Data directory protected" : "Gagnamappa varin", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Gagnamappan og skrárnar þínar eru líklega aðgengilegar öllum af internetinu vegna þess að .htaccess skrá er ekki virk. Við mælum eindregið með að þú stillir vefþjóninn þinn á þann hátt að gagnamappa er ekki lengur aðgengileg eða þú færir gagnamöppu út fyrir skjalarót vefþjóns.", "Database missing columns" : "Gagnagrunn vantar dálka", "Missing optional column \"%s\" in table \"%s\"." : "Vantar valkvæða dálkinn \"%s\" í töflunni \"%s\".", @@ -123,6 +147,8 @@ "Database missing primary keys" : "Gagnagrunn vantar aðallykla", "Missing primary key on table \"%s\"." : "Vantar aðallykilinn í töflunni \"%s\".", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "Gagnagrunninn vantar nokkra aðallykla (primary keys). Vegna þess að það að bæta aðallyklum við stórar töflur getur tekið töluverðan tíma, þá var þeim ekki bætt við sjálfvirkt. Með því að keyra \"occ db:add-missing-primary-keys\" væri hægt að bæta inn þessum aðallyklum sem vantar, á meðan kerfið er í gangi. Um leið og búið er að bæta inn þessum aðallyklum, munu fyrirspurnir í þessar töflur verða miklu hraðvirkari.", + "Debug mode" : "Villuleitarhamur", + "Debug mode is disabled." : "Villuleitarhamur er óvirkur.", "Default phone region" : "Sjálfgefið svæði símaþjónustu", "Email test" : "Prófa tölvupóststillingar", "Email test was successfully sent" : "Það tókst að senda tölvupóstprófun", @@ -156,6 +182,7 @@ "PHP version" : "PHP-útgáfa", "You are currently running PHP %s." : "Þú ert núna að keyra PHP %s.", "Push service" : "Ýtiþjónusta", + "Valid enterprise license" : "Gilt notkunarleyfi fyrirtækis", "Free push service" : "Ókeypis ýtiþjónusta", "Random generator" : "Slembigjafi", "No suitable source for randomness found by PHP which is highly discouraged for security reasons." : "Enginn hentugur gagnagjafi fyrir handahófsreikning fannst fyrir PHP, sem er mjög óráðlegt af öryggisástæðum.", @@ -177,11 +204,15 @@ "Font file loading" : "Innhleðsla leturskrár", "Profile information" : "Persónuupplýsingar", "Nextcloud settings" : "Stillingar Nextcloud", + "AI tasks can be implemented by different apps. Here you can set which app should be used for which task." : "AI-gervigreind verka getur verið framkvæmd af mismunandi forritum. Hér geturðu stillt hvaða forrit ætti að nota fyrir hvaða verk.", "Task:" : "Verk:", "Enable" : "Virkja", "Machine translation" : "Vélræn þýðing", + "Machine translation can be implemented by different apps. Here you can define the precedence of the machine translation apps you have installed at the moment." : "Vélþýðingar geta verið framkvæmdar af mismunandi forritum. Hér geturðu skilgreint forgangsröðun þeirra vélþýðingarforrita sem eru uppsett í augnablikinu.", "Image generation" : "Gerð mynda", + "Image generation can be implemented by different apps. Here you can set which app should be used." : "Gerð mynda getur verið framkvæmd af mismunandi forritum. Hér geturðu stillt hvaða forrit ætti að nota.", "Text processing" : "Textavinnsla", + "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "Textavinnsla verka getur verið framkvæmd af mismunandi forritum. Hér geturðu stillt hvaða forrit ætti að nota fyrir hvaða verk.", "None" : "Ekkert", "Unable to modify setting" : "Ekki gekk að breyta stillingu", "Allow apps to use the Share API" : "Leyfa forritum að nota Share API", @@ -194,6 +225,12 @@ "Enforce password protection" : "Krefjast verndunar með aðgangsorði", "Exclude groups from password requirements" : "Undanskilja hópa frá kröfum um lykilorð", "Exclude groups from creating link shares" : "Undanskilja hópa frá því að búa til sameignartengla", + "Shares with guessable tokens may be accessed easily" : "Aðgangur er greiður að sameignum með teikn sem auðvelt er að giska á", + "Limit sharing based on groups" : "Takmarka deilingu út frá hópum", + "Allow sharing for everyone (default)" : "Leyfa deilingu fyrir alla (sjálfgefið)", + "Exclude some groups from sharing" : "Undanskilja suma hópa frá því að deila", + "Limit sharing to some groups" : "Takmarka deilingu við suma hópa", + "Groups allowed to share" : "Hópar með heimild til að deila", "Groups excluded from sharing" : "Hópar undanskildir frá því að deila", "Enforce expiration date" : "Krefjast dagsetningar á gildistíma", "Default expiration time of new shares in days" : "Sjálfgefinn gildistími fyrir nýjar sameignir í dögum", @@ -205,6 +242,8 @@ "Set default expiration date for shares via link or mail" : "Setja sjálfgefinn gildistíma fyrir sameignir sem deilt er með tengli eða tölvupósti", "Default expiration time of shares in days" : "Sjálfgefinn gildistími fyrir sameignir í dögum", "Privacy settings for sharing" : "Stillingar á friðhelgi deilingar", + "Allow account name autocompletion in share dialog and allow access to the system address book" : "Leyfa sjálfklárun notandanafns í deilingarglugga og heimila aðgang að nafnaskrá kerfisins", + "Restrict account name autocompletion and system address book access to users within the same groups" : "Takmarka sjálfklárun á heiti notendaaðganga og aðgang að kerfisnafnaskrá við notendur innan sömu hópa", "Restrict account name autocompletion to users based on phone number integration" : "Leyfa sjálfklárun á heiti notendaaðganga á notendum byggt á samþættingu símanúmera", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Birta fyrirvara á opinberu innsendingasíðunni (birtist einungis þegar listi yfir skrár er falinn)", "Disclaimer text" : "Texti fyrirvara", @@ -337,6 +376,7 @@ "Login name copied!" : "Notandanafn innskráningar afritað!", "Copy login name" : "Afrita notandanafn innskráningar", "Could not copy app password. Please copy it manually." : "Tókst ekki að afrita lykilorð forritsins. Afritaðu það handvirkt.", + "Could not copy login name. Please copy it manually." : "Tókst ekki að afrita innskráningarnafnið. Afritaðu það handvirkt.", "For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information." : "Til að þjónninn virki sem skyldi, er mikilvægt að stilla bakgrunnsverk rétt. Mælt er með því að nota 'cron' kerfisins. Skoðaðu hjálparskjölin til að sjá ítarlegar upplýsingar.", "Last job execution ran {time}. Something seems wrong." : "Síðasta verk var keyrt {time}. Eitthvað er ekki eins og það á að sér að vera.", "Last job ran {relativeTime}." : "Síðasta verk var keyrt {relativeTime}.", @@ -430,6 +470,7 @@ "Your organisation" : "Fyrirtækið þitt", "Your phone number" : "Símanúmerið þitt", "Edit your Profile visibility" : "Breyta sýnileika notandasniðsins þíns", + "Enable profile" : "Virkja notandasnið", "Unable to update profile enabled state" : "Tókst ekki að uppfæra virka stöðu notandasniðs", "The more restrictive setting of either visibility or scope is respected on your Profile. For example, if visibility is set to \"Show to everyone\" and scope is set to \"Private\", \"Private\" is respected." : "Sú stilling sem meira er takmarkandi, annað hvort sýnileiki eða dreifing, fær meira vægi í notandasniðinu þínu. Til dæmis ef sýnileiki er stilltur á \"Birta öllum\" og dreifing er stillt á \"Einka\", þá hefur \"Einka\" meira vægi.", "Unable to update visibility of {displayId}" : "Tókst ekki að uppfæra sýnileika á {displayId}", @@ -547,6 +588,7 @@ "Your browser does not support WebAuthn." : "Vafrinn þinn styður ekki WebAuthn.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Sem stjórnandi geturðu fínstillt hegðun við deilingu. Endilega kíktu á hjálparskjölin til að sjá ítarlegri upplýsingar.", "You need to enable the File sharing App." : "Þú verður að virkja skráardeilingarforritið.", + "Loading app list" : "Hleð inn forritalista", "App Store" : "Forritasafn", "Loading categories" : "Hleð inn flokkum", "Developer documentation ↗" : "Hjálparskjöl þróunaraðila↗", @@ -660,6 +702,7 @@ "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Færslulæsing skráa (transactional file locking) er óvirk, þetta gæti leitt til vandamála út frá forgangsskilyrðum (race conditions). Virkjaðu 'filelocking.enabled' í config.php til að forðast slík vandamál.", "The PHP memory limit is below the recommended value of %s." : "Minnismörk PHP eru lægri en gildið sem mælt er með; %s.", "Speech-To-Text" : "Tal-í-texta", + "Speech-To-Text can be implemented by different apps. Here you can set which app should be used." : "Tal-í-texta getur verið framkvæmt af mismunandi forritum. Hér geturðu stillt hvaða forrit ætti að nota.", "Set default expiration date for shares" : "Setja sjálfgefinn gildistíma fyrir sameignir", "Allow username autocompletion in share dialog and allow access to the system address book" : "Leyfa sjálfklárun notandanafns í deilingarglugga og heimila aðgang að nafnaskrá kerfisins", "Your biography" : "Æviágrip þitt", diff --git a/apps/settings/l10n/ru.js b/apps/settings/l10n/ru.js index 0f330c57e3f..ed94394fb1a 100644 --- a/apps/settings/l10n/ru.js +++ b/apps/settings/l10n/ru.js @@ -331,6 +331,7 @@ OC.L10N.register( "Your server is correctly configured to serve `.well-known` URLs." : "Ваш сервер правильно настроен для обслуживания `.well-known` URL-адреса.", "Font file loading" : "Загрузка файла шрифта", "Could not check for {extension} loading support. Please check manually if your webserver serves `.{extension}` files." : "Не удалось проверить {extension} поддержку загрузки. Проверьте вручную, обслуживает ли ваш веб-сервер файлы `.{extension}`.", + "Your web server is not properly set up to deliver .{extension} files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustment to also deliver .{extension} files. Compare your Nginx configuration to the recommended configuration in our documentation." : "Ваш веб-сервер неправильно настроен для доставки {extension} файлов . Обычно это проблема конфигурации Nginx. Для Nextcloud 15 требуется настройка, чтобы также доставлять {extension} файлы . Сравните вашу конфигурацию Nginx с рекомендуемой конфигурацией в нашей документации.", "Profile information" : "Сведения о профиле", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Изображение профиля, полное имя, адрес электронной почты, номер телефона, адрес, веб-сайт, Twitter, организация, роль, заголовок, биография и сведения том, активен ли профиль", "Nextcloud settings" : "Параметры Nextcloud", @@ -551,16 +552,21 @@ OC.L10N.register( "Unable to update server side encryption config" : "Не удалось обновить параметры шифрования на стороне сервера", "Server-side encryption" : "Шифрование на стороне сервера", "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Шифрование на стороне сервера позволяет шифровать файлы, которые загружаются на этот сервер. Это связано с ограничениями, такими как снижение производительности, поэтому включите его только в случае необходимости.", + "To encrypt all existing files run this OCC command:" : "Чтобы зашифровать все существующие файлы, выполните следующую команду OCC:", "Enable server-side encryption" : "Включить шифрование на стороне сервера", + "Disabling server side encryption is only possible using OCC, please refer to the documentation." : "Отключение шифрования на стороне сервера возможно только с помощью OCC, см. документацию.", "No encryption module loaded, please enable an encryption module in the app menu." : "Модуль шифрования не загружен. Включите модуль шифрования в меню управления приложениями.", "Select default encryption module:" : "Выберите модуль шифрования по умолчанию:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Необходимо выполнить перенос ключей из старого механизма шифрования (ownCloud <= 8.0) в новый. Для выполнения переноса активируйте приложение «Модуль шифрования по умолчанию» и запустите команду «{command}»", + "Cancel encryption" : "Отменить шифрование", "Enable encryption" : "Включить шифрование", + "Confirm enabling encryption" : "Подтвердите включение шифрования", "Please read carefully before activating server-side encryption:" : "Перед включением шифрования на стороне сервера, внимательно прочтите следующее:", "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "После включения шифрования, все файлы, отправленные с этого момента на сервер, будут сохраняться в зашифрованном виде. Отключить шифрование в дальнейшем возможно только в случае, если использованный модуль шифрования поддерживает такую функцию, а также при соблюдении всех дополнительных условий (например, настроен ключ восстановления).", "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Шифрование само по себе не гарантирует безопасность системы. В документации приведена дополнительная информация о работе приложения «Шифрование» и примеры его использования.", "Be aware that encryption always increases the file size." : "Шифрование всегда увеличивает размер файлов.", "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Регулярно создавайте резервные копии данных. При использовании шифрования сохраняйте не только данные, но и ключи.", + "Refer to the admin documentation on how to manually also encrypt existing files." : "Информацию о том, как вручную зашифровать существующие файлы, см. в документации администратора.", "This is the final warning: Do you really want to enable encryption?" : "Это последнее предупреждение: действительно включить шифрование?", "Please confirm the group removal" : "Подтвердите удаление группы", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Группа «{group}» будет удалена. Это действие НЕ ПРИВОДИТ к удалению учётных записей, входящих в эту группу.", @@ -589,6 +595,7 @@ OC.L10N.register( "Enter your date of birth" : "Введите дату своего рождения", "Unable to update date of birth" : "Не удалось обновить дату рождения", "You are a member of the following groups:" : "Вы являетесь участником следующих групп:", + "You are using {s}{usage}{/s}" : "Вы используете {s}{usage}{/s}", "Your full name" : "Ваше полное имя", "Primary email for password reset and notifications" : "Основной адрес эл. почты для сброса пароля и получения уведомлений", "Email options" : "Параметры эл. почты", diff --git a/apps/settings/l10n/ru.json b/apps/settings/l10n/ru.json index 0ea3ec4dc7c..c8892abf46f 100644 --- a/apps/settings/l10n/ru.json +++ b/apps/settings/l10n/ru.json @@ -329,6 +329,7 @@ "Your server is correctly configured to serve `.well-known` URLs." : "Ваш сервер правильно настроен для обслуживания `.well-known` URL-адреса.", "Font file loading" : "Загрузка файла шрифта", "Could not check for {extension} loading support. Please check manually if your webserver serves `.{extension}` files." : "Не удалось проверить {extension} поддержку загрузки. Проверьте вручную, обслуживает ли ваш веб-сервер файлы `.{extension}`.", + "Your web server is not properly set up to deliver .{extension} files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustment to also deliver .{extension} files. Compare your Nginx configuration to the recommended configuration in our documentation." : "Ваш веб-сервер неправильно настроен для доставки {extension} файлов . Обычно это проблема конфигурации Nginx. Для Nextcloud 15 требуется настройка, чтобы также доставлять {extension} файлы . Сравните вашу конфигурацию Nginx с рекомендуемой конфигурацией в нашей документации.", "Profile information" : "Сведения о профиле", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Изображение профиля, полное имя, адрес электронной почты, номер телефона, адрес, веб-сайт, Twitter, организация, роль, заголовок, биография и сведения том, активен ли профиль", "Nextcloud settings" : "Параметры Nextcloud", @@ -549,16 +550,21 @@ "Unable to update server side encryption config" : "Не удалось обновить параметры шифрования на стороне сервера", "Server-side encryption" : "Шифрование на стороне сервера", "Server-side encryption makes it possible to encrypt files which are uploaded to this server. This comes with limitations like a performance penalty, so enable this only if needed." : "Шифрование на стороне сервера позволяет шифровать файлы, которые загружаются на этот сервер. Это связано с ограничениями, такими как снижение производительности, поэтому включите его только в случае необходимости.", + "To encrypt all existing files run this OCC command:" : "Чтобы зашифровать все существующие файлы, выполните следующую команду OCC:", "Enable server-side encryption" : "Включить шифрование на стороне сервера", + "Disabling server side encryption is only possible using OCC, please refer to the documentation." : "Отключение шифрования на стороне сервера возможно только с помощью OCC, см. документацию.", "No encryption module loaded, please enable an encryption module in the app menu." : "Модуль шифрования не загружен. Включите модуль шифрования в меню управления приложениями.", "Select default encryption module:" : "Выберите модуль шифрования по умолчанию:", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run {command}" : "Необходимо выполнить перенос ключей из старого механизма шифрования (ownCloud <= 8.0) в новый. Для выполнения переноса активируйте приложение «Модуль шифрования по умолчанию» и запустите команду «{command}»", + "Cancel encryption" : "Отменить шифрование", "Enable encryption" : "Включить шифрование", + "Confirm enabling encryption" : "Подтвердите включение шифрования", "Please read carefully before activating server-side encryption:" : "Перед включением шифрования на стороне сервера, внимательно прочтите следующее:", "Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "После включения шифрования, все файлы, отправленные с этого момента на сервер, будут сохраняться в зашифрованном виде. Отключить шифрование в дальнейшем возможно только в случае, если использованный модуль шифрования поддерживает такую функцию, а также при соблюдении всех дополнительных условий (например, настроен ключ восстановления).", "Encryption alone does not guarantee security of the system. Please see documentation for more information about how the encryption app works, and the supported use cases." : "Шифрование само по себе не гарантирует безопасность системы. В документации приведена дополнительная информация о работе приложения «Шифрование» и примеры его использования.", "Be aware that encryption always increases the file size." : "Шифрование всегда увеличивает размер файлов.", "It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Регулярно создавайте резервные копии данных. При использовании шифрования сохраняйте не только данные, но и ключи.", + "Refer to the admin documentation on how to manually also encrypt existing files." : "Информацию о том, как вручную зашифровать существующие файлы, см. в документации администратора.", "This is the final warning: Do you really want to enable encryption?" : "Это последнее предупреждение: действительно включить шифрование?", "Please confirm the group removal" : "Подтвердите удаление группы", "You are about to remove the group \"{group}\". The accounts will NOT be deleted." : "Группа «{group}» будет удалена. Это действие НЕ ПРИВОДИТ к удалению учётных записей, входящих в эту группу.", @@ -587,6 +593,7 @@ "Enter your date of birth" : "Введите дату своего рождения", "Unable to update date of birth" : "Не удалось обновить дату рождения", "You are a member of the following groups:" : "Вы являетесь участником следующих групп:", + "You are using {s}{usage}{/s}" : "Вы используете {s}{usage}{/s}", "Your full name" : "Ваше полное имя", "Primary email for password reset and notifications" : "Основной адрес эл. почты для сброса пароля и получения уведомлений", "Email options" : "Параметры эл. почты", diff --git a/apps/updatenotification/l10n/is.js b/apps/updatenotification/l10n/is.js index 6ddf54a9904..b2f294035f8 100644 --- a/apps/updatenotification/l10n/is.js +++ b/apps/updatenotification/l10n/is.js @@ -3,19 +3,29 @@ OC.L10N.register( { "Channel updated" : "Rás uppfærð", "Web updater is disabled" : "Vefuppfærsla er óvirk", + "App updated" : "Forrit uppfært", + "See what's new" : "Sjáðu hvað er nýtt", + "{app} updated to version {version}" : "{app} uppfært í útgáfu {version}", "Update notifications" : "Tilkynningar um uppfærslu", "The update server could not be reached since %d days to check for new updates." : "Ekki hefur verið hægt að nálgast uppfærsluþjóninn í %d daga til að athuga með nýjar uppfærslur.", "Please check the Nextcloud and server log files for errors." : "Skoðaðu hvort einhver villuboð séu í annálaskrám Nextcloud þjónsins.", "Update to {serverAndVersion} is available." : "Uppfærsla í {serverAndVersion} er tiltæk.", "Update for {app} to version %s is available." : "Uppfærsla fyrir {app} í útgáfu %s er tiltæk.", "Update notification" : "Tilkynning um uppfærslu", + "Displays update notifications for Nextcloud, app updates, and provides the SSO for the updater." : "Birtir tilkynningar um uppfærslur fyrir Nextcloud, uppfærslur á forritum og sér um SSO-innskráningu fyrir uppfærslustýringuna.", + "What's new in {app} {version}" : "Það sem er nýtt í {app} {version}", + "Give feedback" : "Gefðu umsögn", + "Get started" : "Hefjumst handa", + "No changelog available" : "Engin breytingaskrá tiltæk", "Update" : "Uppfæra", "The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible." : "Útgáfunni sem þú ert að keyra er ekki legur viðhaldið. Uppfærðu í studda útgáfu við fyrsta tækifæri.", "Apps missing compatible version" : "Forrit sem vantar samhæfða útgáfu", "View in store" : "Skoða í hugbúnaðarsafni", "Apps with compatible version" : "Forrit með samhæfða útgáfu", + "Please note that the web updater is not recommended with more than 100 accounts! Please use the command line updater instead!" : "Athugaðu að ekki er mælt með því að nota vefuppfærsluna á fleiri en 100 aðganga! Endilega notaðu uppfærslu af skipanalínu í staðinn!", "Open updater" : "Opna uppfærslustýringu", "Download now" : "Sækja núna", + "Web updater is disabled. Please use the command line updater or the appropriate update mechanism for your installation method (e.g. Docker pull) to update." : "Vefuppfærslukerfi er óvirkt. Notaðu uppfærslukerfið á skipanalínu eða viðeigandi uppfærsluaðferð fyrir þá gerð uppsetningar sem þú ert með (t.d. Docker pull).", "What's new?" : "Hvað er nýtt á döfinni?", "View changelog" : "Skoða breytingaannál", "The update check is not yet finished. Please refresh the page." : "Athugun á uppfærslum er ekki ennþá lokið. Endurlestu síðuna.", @@ -30,6 +40,7 @@ OC.L10N.register( "The selected update channel makes dedicated notifications for the server obsolete." : "Valda uppfærslurásin gerir úreltar sértækar tilkynningar fyrir vefþjóninn.", "The selected update channel does not support updates of the server." : "Valda uppfærslurásin styður ekki uppfærslur fyrir vefþjóninn.", "A new version is available: <strong>{newVersionString}</strong>" : "Ný útgáfa er tiltæk: <strong>{newVersionString}</strong>", + "Checked on {lastCheckedDate} - Open changelog" : "Athugað þann {lastCheckedDate} - Opna breytingaskrá", "Checking apps for compatible versions" : "Athuga forrit vegna samhæfðra uppfærslna", "Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Gakktu úr skugga um að í config.php sé <samp>appstoreenabled</samp> ekki sett sem ósatt/false.", "Could not connect to the App Store or no updates have been returned at all. Search manually for updates or make sure your server has access to the internet and can connect to the App Store." : "Gat ekki tengst við forritabúðina eða að í henni eru engar uppfærslur. Leitaðu handvirkt að uppfærslum, eða gakktu úr skugga um að þjónninn þinn sé með aðgang að internetinu og geti tengst forritabúðinni.", @@ -40,6 +51,8 @@ OC.L10N.register( "Beta" : "BETA-prófunarútgáfa", "A pre-release version only for testing new features, not for production environments." : "For-útgáfa sem einungis er hugsuð til að prófa nýja eiginleika, og er alls ekki ætluð fyrir alvöru vinnslu.", "_<strong>%n</strong> app has no compatible version for this Nextcloud version available._::_<strong>%n</strong> apps have no compatible version for this Nextcloud version available._" : ["<strong>%n</strong> forrit er með tiltæka uppfærslu fyrir þessa útgáfu Nextcloud.","<strong>%n</strong> forrit eru ekki með neina tiltæka uppfærslu fyrir þessa útgáfu Nextcloud."], + "Changelog for app {app}" : "Breytingaskrá fyrir forritið {app}", + "What's new in {app} version {version}" : "Það sem er nýtt í {app} útgáfu {version}", "{version} is available. Get more information on how to update." : "{version} er í boði. Fáðu frekari upplýsingar um hvernig á að uppfæra." }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/updatenotification/l10n/is.json b/apps/updatenotification/l10n/is.json index 6799a419c95..d08aeb7fb75 100644 --- a/apps/updatenotification/l10n/is.json +++ b/apps/updatenotification/l10n/is.json @@ -1,19 +1,29 @@ { "translations": { "Channel updated" : "Rás uppfærð", "Web updater is disabled" : "Vefuppfærsla er óvirk", + "App updated" : "Forrit uppfært", + "See what's new" : "Sjáðu hvað er nýtt", + "{app} updated to version {version}" : "{app} uppfært í útgáfu {version}", "Update notifications" : "Tilkynningar um uppfærslu", "The update server could not be reached since %d days to check for new updates." : "Ekki hefur verið hægt að nálgast uppfærsluþjóninn í %d daga til að athuga með nýjar uppfærslur.", "Please check the Nextcloud and server log files for errors." : "Skoðaðu hvort einhver villuboð séu í annálaskrám Nextcloud þjónsins.", "Update to {serverAndVersion} is available." : "Uppfærsla í {serverAndVersion} er tiltæk.", "Update for {app} to version %s is available." : "Uppfærsla fyrir {app} í útgáfu %s er tiltæk.", "Update notification" : "Tilkynning um uppfærslu", + "Displays update notifications for Nextcloud, app updates, and provides the SSO for the updater." : "Birtir tilkynningar um uppfærslur fyrir Nextcloud, uppfærslur á forritum og sér um SSO-innskráningu fyrir uppfærslustýringuna.", + "What's new in {app} {version}" : "Það sem er nýtt í {app} {version}", + "Give feedback" : "Gefðu umsögn", + "Get started" : "Hefjumst handa", + "No changelog available" : "Engin breytingaskrá tiltæk", "Update" : "Uppfæra", "The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible." : "Útgáfunni sem þú ert að keyra er ekki legur viðhaldið. Uppfærðu í studda útgáfu við fyrsta tækifæri.", "Apps missing compatible version" : "Forrit sem vantar samhæfða útgáfu", "View in store" : "Skoða í hugbúnaðarsafni", "Apps with compatible version" : "Forrit með samhæfða útgáfu", + "Please note that the web updater is not recommended with more than 100 accounts! Please use the command line updater instead!" : "Athugaðu að ekki er mælt með því að nota vefuppfærsluna á fleiri en 100 aðganga! Endilega notaðu uppfærslu af skipanalínu í staðinn!", "Open updater" : "Opna uppfærslustýringu", "Download now" : "Sækja núna", + "Web updater is disabled. Please use the command line updater or the appropriate update mechanism for your installation method (e.g. Docker pull) to update." : "Vefuppfærslukerfi er óvirkt. Notaðu uppfærslukerfið á skipanalínu eða viðeigandi uppfærsluaðferð fyrir þá gerð uppsetningar sem þú ert með (t.d. Docker pull).", "What's new?" : "Hvað er nýtt á döfinni?", "View changelog" : "Skoða breytingaannál", "The update check is not yet finished. Please refresh the page." : "Athugun á uppfærslum er ekki ennþá lokið. Endurlestu síðuna.", @@ -28,6 +38,7 @@ "The selected update channel makes dedicated notifications for the server obsolete." : "Valda uppfærslurásin gerir úreltar sértækar tilkynningar fyrir vefþjóninn.", "The selected update channel does not support updates of the server." : "Valda uppfærslurásin styður ekki uppfærslur fyrir vefþjóninn.", "A new version is available: <strong>{newVersionString}</strong>" : "Ný útgáfa er tiltæk: <strong>{newVersionString}</strong>", + "Checked on {lastCheckedDate} - Open changelog" : "Athugað þann {lastCheckedDate} - Opna breytingaskrá", "Checking apps for compatible versions" : "Athuga forrit vegna samhæfðra uppfærslna", "Please make sure your config.php does not set <samp>appstoreenabled</samp> to false." : "Gakktu úr skugga um að í config.php sé <samp>appstoreenabled</samp> ekki sett sem ósatt/false.", "Could not connect to the App Store or no updates have been returned at all. Search manually for updates or make sure your server has access to the internet and can connect to the App Store." : "Gat ekki tengst við forritabúðina eða að í henni eru engar uppfærslur. Leitaðu handvirkt að uppfærslum, eða gakktu úr skugga um að þjónninn þinn sé með aðgang að internetinu og geti tengst forritabúðinni.", @@ -38,6 +49,8 @@ "Beta" : "BETA-prófunarútgáfa", "A pre-release version only for testing new features, not for production environments." : "For-útgáfa sem einungis er hugsuð til að prófa nýja eiginleika, og er alls ekki ætluð fyrir alvöru vinnslu.", "_<strong>%n</strong> app has no compatible version for this Nextcloud version available._::_<strong>%n</strong> apps have no compatible version for this Nextcloud version available._" : ["<strong>%n</strong> forrit er með tiltæka uppfærslu fyrir þessa útgáfu Nextcloud.","<strong>%n</strong> forrit eru ekki með neina tiltæka uppfærslu fyrir þessa útgáfu Nextcloud."], + "Changelog for app {app}" : "Breytingaskrá fyrir forritið {app}", + "What's new in {app} version {version}" : "Það sem er nýtt í {app} útgáfu {version}", "{version} is available. Get more information on how to update." : "{version} er í boði. Fáðu frekari upplýsingar um hvernig á að uppfæra." },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" }
\ No newline at end of file diff --git a/apps/user_ldap/l10n/sk.js b/apps/user_ldap/l10n/sk.js index 52111a3f3ac..9d6e841aa48 100644 --- a/apps/user_ldap/l10n/sk.js +++ b/apps/user_ldap/l10n/sk.js @@ -62,6 +62,10 @@ OC.L10N.register( "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Vaše heslo expiruje o %n deň.","Vaše heslo expiruje o %n dni.","Vaše heslo expiruje o %n dní.","Vaše heslo expiruje o %n dní."], "LDAP/AD integration" : "Integrácia s LDAP/AD", "LDAP Connection" : "Pripojenie LDAP", + "_Binding failed for this LDAP configuration: %s_::_Binding failed for %n LDAP configurations: %s_" : ["Pripojenie zlyhalo pre túto konfiguráciu LDAP: %s","Pripojenie zlyhalo pre %n konfigurácie LDAP: %s","Pripojenie zlyhalo pre %n konfigurácií LDAP: %s","Pripojenie zlyhalo pre %n konfigurácií LDAP: %s"], + "_Searching failed for this LDAP configuration: %s_::_Searching failed for %n LDAP configurations: %s_" : ["Vyhľadávanie zlyhalo pre túto konfiguráciu LDAP: %s","Vyhľadávanie zlyhalo pre %n konfigurácie LDAP: %s","Vyhľadávanie zlyhalo pre %n konfigurácií LDAP: %s","Vyhľadávanie zlyhalo pre %n konfigurácií LDAP: %s"], + "_There is an inactive LDAP configuration: %s_::_There are %n inactive LDAP configurations: %s_" : ["Existuje neaktívna konfigurácie LDAP: %s","Existujú %n neaktívne konfigurácie LDAP: %s","Existujú %n neaktívných konfigurácie LDAP: %s","Existujú %n neaktívných konfigurácie LDAP: %s"], + "_Binding and searching works on the configured LDAP connection (%s)_::_Binding and searching works on all of the %n configured LDAP connections (%s)_" : ["Pripojenie a vyhľadávanie funguje na nakonfigurovanom LDAP pripojení (%s)","Pripojenie a vyhľadávanie funguje na všetkých %n nakonfigurovaných LDAP pripojeniach (%s)","Pripojenie a vyhľadávanie funguje na všetkých %n nakonfigurovaných LDAP pripojeniach (%s)","Pripojenie a vyhľadávanie funguje na všetkých %n nakonfigurovaných LDAP pripojeniach (%s)"], "Invalid LDAP UUIDs" : "Neplatné LDAP UUIDs", "None found" : "Nenájdené", "Invalid UUIDs of LDAP accounts or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Boli nájdené neplatné UUID účtov alebo skupín LDAP. Skontrolujte svoje nastavenia „Prepísať detekciu UUID“ v expertnej časti konfigurácie LDAP a použite „occ ldap:update-uuid“ na ich aktualizáciu.", diff --git a/apps/user_ldap/l10n/sk.json b/apps/user_ldap/l10n/sk.json index b5d3b636e08..ea44da3decd 100644 --- a/apps/user_ldap/l10n/sk.json +++ b/apps/user_ldap/l10n/sk.json @@ -60,6 +60,10 @@ "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Vaše heslo expiruje o %n deň.","Vaše heslo expiruje o %n dni.","Vaše heslo expiruje o %n dní.","Vaše heslo expiruje o %n dní."], "LDAP/AD integration" : "Integrácia s LDAP/AD", "LDAP Connection" : "Pripojenie LDAP", + "_Binding failed for this LDAP configuration: %s_::_Binding failed for %n LDAP configurations: %s_" : ["Pripojenie zlyhalo pre túto konfiguráciu LDAP: %s","Pripojenie zlyhalo pre %n konfigurácie LDAP: %s","Pripojenie zlyhalo pre %n konfigurácií LDAP: %s","Pripojenie zlyhalo pre %n konfigurácií LDAP: %s"], + "_Searching failed for this LDAP configuration: %s_::_Searching failed for %n LDAP configurations: %s_" : ["Vyhľadávanie zlyhalo pre túto konfiguráciu LDAP: %s","Vyhľadávanie zlyhalo pre %n konfigurácie LDAP: %s","Vyhľadávanie zlyhalo pre %n konfigurácií LDAP: %s","Vyhľadávanie zlyhalo pre %n konfigurácií LDAP: %s"], + "_There is an inactive LDAP configuration: %s_::_There are %n inactive LDAP configurations: %s_" : ["Existuje neaktívna konfigurácie LDAP: %s","Existujú %n neaktívne konfigurácie LDAP: %s","Existujú %n neaktívných konfigurácie LDAP: %s","Existujú %n neaktívných konfigurácie LDAP: %s"], + "_Binding and searching works on the configured LDAP connection (%s)_::_Binding and searching works on all of the %n configured LDAP connections (%s)_" : ["Pripojenie a vyhľadávanie funguje na nakonfigurovanom LDAP pripojení (%s)","Pripojenie a vyhľadávanie funguje na všetkých %n nakonfigurovaných LDAP pripojeniach (%s)","Pripojenie a vyhľadávanie funguje na všetkých %n nakonfigurovaných LDAP pripojeniach (%s)","Pripojenie a vyhľadávanie funguje na všetkých %n nakonfigurovaných LDAP pripojeniach (%s)"], "Invalid LDAP UUIDs" : "Neplatné LDAP UUIDs", "None found" : "Nenájdené", "Invalid UUIDs of LDAP accounts or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Boli nájdené neplatné UUID účtov alebo skupín LDAP. Skontrolujte svoje nastavenia „Prepísať detekciu UUID“ v expertnej časti konfigurácie LDAP a použite „occ ldap:update-uuid“ na ich aktualizáciu.", diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js index d5491a637fb..88c9cea8b20 100644 --- a/lib/l10n/cs.js +++ b/lib/l10n/cs.js @@ -186,6 +186,7 @@ OC.L10N.register( "You cannot share your root folder" : "Svou kořenovou složku nemůžete nasdílet", "You are not allowed to share %s" : "Nemáte povoleno sdílet %s", "Valid permissions are required for sharing" : "Pro sdílení je třeba platných oprávnění", + "File shares cannot have create or delete permissions" : "U sdílení souborů nemohou být oprávnění pro vytváření či mazání", "Cannot increase permissions of %s" : "Nelze povýšit oprávnění u %s", "Shares need at least read permissions" : "Sdílení potřebuje alespoň oprávnění pro čtení", "Files cannot be shared with delete permissions" : "Soubory nelze sdílet s oprávněními k odstranění", diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json index b6725eb344e..bc43b675dad 100644 --- a/lib/l10n/cs.json +++ b/lib/l10n/cs.json @@ -184,6 +184,7 @@ "You cannot share your root folder" : "Svou kořenovou složku nemůžete nasdílet", "You are not allowed to share %s" : "Nemáte povoleno sdílet %s", "Valid permissions are required for sharing" : "Pro sdílení je třeba platných oprávnění", + "File shares cannot have create or delete permissions" : "U sdílení souborů nemohou být oprávnění pro vytváření či mazání", "Cannot increase permissions of %s" : "Nelze povýšit oprávnění u %s", "Shares need at least read permissions" : "Sdílení potřebuje alespoň oprávnění pro čtení", "Files cannot be shared with delete permissions" : "Soubory nelze sdílet s oprávněními k odstranění", |