diff --git a/apps/dav/l10n/uk.js b/apps/dav/l10n/uk.js index 5749f898e59af..e7dc8cd620ea3 100644 --- a/apps/dav/l10n/uk.js +++ b/apps/dav/l10n/uk.js @@ -143,6 +143,7 @@ OC.L10N.register( "Accounts" : "Облікові записи", "System address book which holds all accounts" : "Системна адресна книга, в якій містяться всі облікові записи", "File is not updatable: %1$s" : "Файл не оновлюється: %1$s", + "Failed to get storage for file" : "Не вдалося отримати дані про сховище для файлу", "Could not write to final file, canceled by hook" : "Не вдалося записати в остаточний файл, скасовано перехопленням", "Could not write file contents" : "Не вдалося записати вміст файлу", "_%n byte_::_%n bytes_" : ["%n байт","%n байтів","%n байтів","%n байтів"], diff --git a/apps/dav/l10n/uk.json b/apps/dav/l10n/uk.json index 0789c4c2a8125..38b3fac301c8d 100644 --- a/apps/dav/l10n/uk.json +++ b/apps/dav/l10n/uk.json @@ -141,6 +141,7 @@ "Accounts" : "Облікові записи", "System address book which holds all accounts" : "Системна адресна книга, в якій містяться всі облікові записи", "File is not updatable: %1$s" : "Файл не оновлюється: %1$s", + "Failed to get storage for file" : "Не вдалося отримати дані про сховище для файлу", "Could not write to final file, canceled by hook" : "Не вдалося записати в остаточний файл, скасовано перехопленням", "Could not write file contents" : "Не вдалося записати вміст файлу", "_%n byte_::_%n bytes_" : ["%n байт","%n байтів","%n байтів","%n байтів"], diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index 44d3881facdee..00bf3990ad674 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -208,6 +208,8 @@ OC.L10N.register( "Edit online" : "التحرير عبر الإنترنت", "Failed to redirect to client" : "فشل في التحويل الى العميل", "Edit locally" : "تعديل محليًا", + "Moving \"{source}\" to \"{destination}\" …" : "نقل \"{source}\" إلى \"{destination}\" …", + "Copying \"{source}\" to \"{destination}\" …" : "نسخ \"{source}\" إلى \"{destination}\" …", "You cannot move a file/folder onto itself or into a subfolder of itself" : "لا يمكنك نقل ملف/مجلد إلى نفسه أو إلى مجلد فرعي منه", "(copy)" : "(نسخ)", "(copy %n)" : "(نسخ %n)", diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json index 01b6551b3c339..5f8169ca16afd 100644 --- a/apps/files/l10n/ar.json +++ b/apps/files/l10n/ar.json @@ -206,6 +206,8 @@ "Edit online" : "التحرير عبر الإنترنت", "Failed to redirect to client" : "فشل في التحويل الى العميل", "Edit locally" : "تعديل محليًا", + "Moving \"{source}\" to \"{destination}\" …" : "نقل \"{source}\" إلى \"{destination}\" …", + "Copying \"{source}\" to \"{destination}\" …" : "نسخ \"{source}\" إلى \"{destination}\" …", "You cannot move a file/folder onto itself or into a subfolder of itself" : "لا يمكنك نقل ملف/مجلد إلى نفسه أو إلى مجلد فرعي منه", "(copy)" : "(نسخ)", "(copy %n)" : "(نسخ %n)", diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js index 0a9b27e4db267..ca6a0fead8ca9 100644 --- a/apps/files/l10n/de_DE.js +++ b/apps/files/l10n/de_DE.js @@ -208,6 +208,8 @@ OC.L10N.register( "Edit online" : "Online bearbeiten", "Failed to redirect to client" : "Umleitung zum Client fehlgeschlagen", "Edit locally" : "Lokal bearbeiten", + "Moving \"{source}\" to \"{destination}\" …" : "Verschiebe \"{source}\" nach \"{destination}\" …", + "Copying \"{source}\" to \"{destination}\" …" : "Kopiere \"{source}\" nach \"{destination}\" …", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Eine Datei oder ein Ordner kann nicht auf sich selbst oder in einen Unterordner von sich selbst verschoben werden", "(copy)" : "(kopieren)", "(copy %n)" : "(%n kopieren)", diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json index 4aa5f8be9586a..d8dcc83f4a15f 100644 --- a/apps/files/l10n/de_DE.json +++ b/apps/files/l10n/de_DE.json @@ -206,6 +206,8 @@ "Edit online" : "Online bearbeiten", "Failed to redirect to client" : "Umleitung zum Client fehlgeschlagen", "Edit locally" : "Lokal bearbeiten", + "Moving \"{source}\" to \"{destination}\" …" : "Verschiebe \"{source}\" nach \"{destination}\" …", + "Copying \"{source}\" to \"{destination}\" …" : "Kopiere \"{source}\" nach \"{destination}\" …", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Eine Datei oder ein Ordner kann nicht auf sich selbst oder in einen Unterordner von sich selbst verschoben werden", "(copy)" : "(kopieren)", "(copy %n)" : "(%n kopieren)", diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js index 575a17d6f8fa9..2727bf2963bbe 100644 --- a/apps/files/l10n/gl.js +++ b/apps/files/l10n/gl.js @@ -208,6 +208,8 @@ OC.L10N.register( "Edit online" : "Editar en liña", "Failed to redirect to client" : "Produciuse un fallo ao redirixir ao cliente", "Edit locally" : "Editar localmente", + "Moving \"{source}\" to \"{destination}\" …" : "Movendo «{source}» a «{destination}»…", + "Copying \"{source}\" to \"{destination}\" …" : "Copiando «{source}» en «{destination}»…", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Non é posíbel mover un ficheiro/cartafol sobre si mesmo ou a un subcartafol de si mesmo", "(copy)" : "(copiar)", "(copy %n)" : "(copiar %n)", diff --git a/apps/files/l10n/gl.json b/apps/files/l10n/gl.json index df60f6bb780e1..69a0d6e0f4206 100644 --- a/apps/files/l10n/gl.json +++ b/apps/files/l10n/gl.json @@ -206,6 +206,8 @@ "Edit online" : "Editar en liña", "Failed to redirect to client" : "Produciuse un fallo ao redirixir ao cliente", "Edit locally" : "Editar localmente", + "Moving \"{source}\" to \"{destination}\" …" : "Movendo «{source}» a «{destination}»…", + "Copying \"{source}\" to \"{destination}\" …" : "Copiando «{source}» en «{destination}»…", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Non é posíbel mover un ficheiro/cartafol sobre si mesmo ou a un subcartafol de si mesmo", "(copy)" : "(copiar)", "(copy %n)" : "(copiar %n)", diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js index db2272595568f..026e1be5b7963 100644 --- a/apps/files/l10n/sv.js +++ b/apps/files/l10n/sv.js @@ -208,6 +208,8 @@ OC.L10N.register( "Edit online" : "Redigera online", "Failed to redirect to client" : "Det gick inte att omdirigera till klienten", "Edit locally" : "Redigera lokalt", + "Moving \"{source}\" to \"{destination}\" …" : "Flyttar \"{source}\" till \"{destination}\" …", + "Copying \"{source}\" to \"{destination}\" …" : "Kopierar \"{source}\" till \"{destination}\" …", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Du kan inte flytta en fil/mapp till sig själv eller till en undermapp till sig själv", "(copy)" : "(kopia)", "(copy %n)" : "(kopia %n)", diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json index 0ef589fe42c8c..5a43d40182a3a 100644 --- a/apps/files/l10n/sv.json +++ b/apps/files/l10n/sv.json @@ -206,6 +206,8 @@ "Edit online" : "Redigera online", "Failed to redirect to client" : "Det gick inte att omdirigera till klienten", "Edit locally" : "Redigera lokalt", + "Moving \"{source}\" to \"{destination}\" …" : "Flyttar \"{source}\" till \"{destination}\" …", + "Copying \"{source}\" to \"{destination}\" …" : "Kopierar \"{source}\" till \"{destination}\" …", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Du kan inte flytta en fil/mapp till sig själv eller till en undermapp till sig själv", "(copy)" : "(kopia)", "(copy %n)" : "(kopia %n)", diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index 21dbeeb383525..b35cb3540b15a 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -208,6 +208,8 @@ OC.L10N.register( "Edit online" : "線上編輯", "Failed to redirect to client" : "重新導向到客戶端失敗", "Edit locally" : "本機編輯", + "Moving \"{source}\" to \"{destination}\" …" : "正在移動「{source}」至「{destination}」……", + "Copying \"{source}\" to \"{destination}\" …" : "正在複製「{source}」至「{destination}」……", "You cannot move a file/folder onto itself or into a subfolder of itself" : "您無法將檔案/資料夾移動到其自身或子資料夾中", "(copy)" : "(副本)", "(copy %n)" : "(副本 %n)", diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json index d514c290ab512..b8840a1da86bb 100644 --- a/apps/files/l10n/zh_TW.json +++ b/apps/files/l10n/zh_TW.json @@ -206,6 +206,8 @@ "Edit online" : "線上編輯", "Failed to redirect to client" : "重新導向到客戶端失敗", "Edit locally" : "本機編輯", + "Moving \"{source}\" to \"{destination}\" …" : "正在移動「{source}」至「{destination}」……", + "Copying \"{source}\" to \"{destination}\" …" : "正在複製「{source}」至「{destination}」……", "You cannot move a file/folder onto itself or into a subfolder of itself" : "您無法將檔案/資料夾移動到其自身或子資料夾中", "(copy)" : "(副本)", "(copy %n)" : "(副本 %n)", diff --git a/apps/provisioning_api/l10n/ar.js b/apps/provisioning_api/l10n/ar.js index 25918280b70db..aeac14a24e2cd 100644 --- a/apps/provisioning_api/l10n/ar.js +++ b/apps/provisioning_api/l10n/ar.js @@ -11,6 +11,7 @@ OC.L10N.register( "Cannot create sub-admins for admin group" : "تعذّر إنشاء مشرفين فرعيين لمجموعة المشرفين", "No permissions to promote sub-admins" : "أذونات غير كافية لترقية مشرفين فرعيين", "Invalid password value" : "قيمة غير صحيحة لكلمة المرور", + "An email address is required, to send a password link to the user." : "عنوان الإيميل مطلوب لإرسال رابط كلمة المرور للمستخدِم", "Required email address was not provided" : "عنوان الإيميل المطلوب لم يتم توفيره", "Invalid quota value: %1$s" : "قيمة غير صحيحة للحصة: %1$s", "Invalid quota value. %1$s is exceeding the maximum quota" : "قيمة غير صحيحة للحصة. %1$s تزيد عن الحد الأقصى للحصة", diff --git a/apps/provisioning_api/l10n/ar.json b/apps/provisioning_api/l10n/ar.json index f72b7b5eb766e..b297ea4700be2 100644 --- a/apps/provisioning_api/l10n/ar.json +++ b/apps/provisioning_api/l10n/ar.json @@ -9,6 +9,7 @@ "Cannot create sub-admins for admin group" : "تعذّر إنشاء مشرفين فرعيين لمجموعة المشرفين", "No permissions to promote sub-admins" : "أذونات غير كافية لترقية مشرفين فرعيين", "Invalid password value" : "قيمة غير صحيحة لكلمة المرور", + "An email address is required, to send a password link to the user." : "عنوان الإيميل مطلوب لإرسال رابط كلمة المرور للمستخدِم", "Required email address was not provided" : "عنوان الإيميل المطلوب لم يتم توفيره", "Invalid quota value: %1$s" : "قيمة غير صحيحة للحصة: %1$s", "Invalid quota value. %1$s is exceeding the maximum quota" : "قيمة غير صحيحة للحصة. %1$s تزيد عن الحد الأقصى للحصة", diff --git a/apps/provisioning_api/l10n/de_DE.js b/apps/provisioning_api/l10n/de_DE.js index c815f1d8a0163..18c5c76237ed5 100644 --- a/apps/provisioning_api/l10n/de_DE.js +++ b/apps/provisioning_api/l10n/de_DE.js @@ -11,6 +11,7 @@ OC.L10N.register( "Cannot create sub-admins for admin group" : "Kann keine Unter-Administratoren für die Administrations-Gruppe erstellen", "No permissions to promote sub-admins" : "Keine Berechtigungen, um Unter-Administratoren zu ernennen", "Invalid password value" : "Ungültiger Passwort-Wert", + "An email address is required, to send a password link to the user." : "Um dem Benutzer einen Passwortlink zu senden, ist eine E-Mail-Adresse erforderlich.", "Required email address was not provided" : "Erforderliche E-Mail-Adresse wurde nicht angegeben", "Invalid quota value: %1$s" : "Ungültiger Wert für Speicherkontigent: %1$s", "Invalid quota value. %1$s is exceeding the maximum quota" : "Ungültiger Wert für Speicherkontigent. %1$s überschreitet das maximale Kontigent", diff --git a/apps/provisioning_api/l10n/de_DE.json b/apps/provisioning_api/l10n/de_DE.json index 46091c0a224eb..61fd2140872c0 100644 --- a/apps/provisioning_api/l10n/de_DE.json +++ b/apps/provisioning_api/l10n/de_DE.json @@ -9,6 +9,7 @@ "Cannot create sub-admins for admin group" : "Kann keine Unter-Administratoren für die Administrations-Gruppe erstellen", "No permissions to promote sub-admins" : "Keine Berechtigungen, um Unter-Administratoren zu ernennen", "Invalid password value" : "Ungültiger Passwort-Wert", + "An email address is required, to send a password link to the user." : "Um dem Benutzer einen Passwortlink zu senden, ist eine E-Mail-Adresse erforderlich.", "Required email address was not provided" : "Erforderliche E-Mail-Adresse wurde nicht angegeben", "Invalid quota value: %1$s" : "Ungültiger Wert für Speicherkontigent: %1$s", "Invalid quota value. %1$s is exceeding the maximum quota" : "Ungültiger Wert für Speicherkontigent. %1$s überschreitet das maximale Kontigent", diff --git a/apps/provisioning_api/l10n/gl.js b/apps/provisioning_api/l10n/gl.js index 70d07a3ff4a54..1aab97c293858 100644 --- a/apps/provisioning_api/l10n/gl.js +++ b/apps/provisioning_api/l10n/gl.js @@ -11,6 +11,7 @@ OC.L10N.register( "Cannot create sub-admins for admin group" : "Non é posibel crear postos de subadministración para o grupo de administración", "No permissions to promote sub-admins" : "Non ten permisos para promover a subadministración", "Invalid password value" : "O valor do contrasinal non é correcto", + "An email address is required, to send a password link to the user." : "Precisase dun enderezo de correo-e para enviar unha ligazón de contrasinal ao usuario.", "Required email address was not provided" : "Precisase dun enderezo de correo-e mais non foi fornecido", "Invalid quota value: %1$s" : "Valor de cota incorrecto: %1$s", "Invalid quota value. %1$s is exceeding the maximum quota" : "O valor da cota é incorrecto. %1$s excede a cota máxima", diff --git a/apps/provisioning_api/l10n/gl.json b/apps/provisioning_api/l10n/gl.json index bace58eb2a190..a93ffc011a0da 100644 --- a/apps/provisioning_api/l10n/gl.json +++ b/apps/provisioning_api/l10n/gl.json @@ -9,6 +9,7 @@ "Cannot create sub-admins for admin group" : "Non é posibel crear postos de subadministración para o grupo de administración", "No permissions to promote sub-admins" : "Non ten permisos para promover a subadministración", "Invalid password value" : "O valor do contrasinal non é correcto", + "An email address is required, to send a password link to the user." : "Precisase dun enderezo de correo-e para enviar unha ligazón de contrasinal ao usuario.", "Required email address was not provided" : "Precisase dun enderezo de correo-e mais non foi fornecido", "Invalid quota value: %1$s" : "Valor de cota incorrecto: %1$s", "Invalid quota value. %1$s is exceeding the maximum quota" : "O valor da cota é incorrecto. %1$s excede a cota máxima", diff --git a/apps/provisioning_api/l10n/zh_TW.js b/apps/provisioning_api/l10n/zh_TW.js index be22077e12afb..89e250d6d5414 100644 --- a/apps/provisioning_api/l10n/zh_TW.js +++ b/apps/provisioning_api/l10n/zh_TW.js @@ -11,6 +11,7 @@ OC.L10N.register( "Cannot create sub-admins for admin group" : "無法為管理員群組建立子管理員", "No permissions to promote sub-admins" : "沒有新增子管理員的權限", "Invalid password value" : "無效的密碼值", + "An email address is required, to send a password link to the user." : "電子郵件地址必填,用來寄送密碼連結給使用者。", "Required email address was not provided" : "未提供必要的電子郵件地址", "Invalid quota value: %1$s" : "無效的空間限額值:%1$s", "Invalid quota value. %1$s is exceeding the maximum quota" : "無效的空間限額值。%1$s 超過了最大空間限額", diff --git a/apps/provisioning_api/l10n/zh_TW.json b/apps/provisioning_api/l10n/zh_TW.json index e599a1a8c6fcc..341d42dd4486c 100644 --- a/apps/provisioning_api/l10n/zh_TW.json +++ b/apps/provisioning_api/l10n/zh_TW.json @@ -9,6 +9,7 @@ "Cannot create sub-admins for admin group" : "無法為管理員群組建立子管理員", "No permissions to promote sub-admins" : "沒有新增子管理員的權限", "Invalid password value" : "無效的密碼值", + "An email address is required, to send a password link to the user." : "電子郵件地址必填,用來寄送密碼連結給使用者。", "Required email address was not provided" : "未提供必要的電子郵件地址", "Invalid quota value: %1$s" : "無效的空間限額值:%1$s", "Invalid quota value. %1$s is exceeding the maximum quota" : "無效的空間限額值。%1$s 超過了最大空間限額", diff --git a/apps/settings/l10n/gl.js b/apps/settings/l10n/gl.js index af7b2473a2fe4..027f82eaeefb6 100644 --- a/apps/settings/l10n/gl.js +++ b/apps/settings/l10n/gl.js @@ -583,7 +583,7 @@ OC.L10N.register( "she/her" : "ela — she/her", "he/him" : "el — he/him", "they/them" : "ele — they/them", - "Your pronouns. E.g. ${pronounsExample}" : "Os seus pronomes. p.ex. ${pronounsExample}", + "Your pronouns. E.g. ${pronounsExample}" : "Os seus pronomes. p. ex. ${pronounsExample}", "Your role" : "O seu cargo", "Your X (formerly Twitter) handle" : "O seu identificador en X (anteriormente Twitter).", "Your website" : "O seu sitio web", diff --git a/apps/settings/l10n/gl.json b/apps/settings/l10n/gl.json index 2a5ebee1eea81..cf836b1b3eece 100644 --- a/apps/settings/l10n/gl.json +++ b/apps/settings/l10n/gl.json @@ -581,7 +581,7 @@ "she/her" : "ela — she/her", "he/him" : "el — he/him", "they/them" : "ele — they/them", - "Your pronouns. E.g. ${pronounsExample}" : "Os seus pronomes. p.ex. ${pronounsExample}", + "Your pronouns. E.g. ${pronounsExample}" : "Os seus pronomes. p. ex. ${pronounsExample}", "Your role" : "O seu cargo", "Your X (formerly Twitter) handle" : "O seu identificador en X (anteriormente Twitter).", "Your website" : "O seu sitio web", diff --git a/apps/settings/l10n/uk.js b/apps/settings/l10n/uk.js index 83fa8ac4cc380..1ba1fbac96da4 100644 --- a/apps/settings/l10n/uk.js +++ b/apps/settings/l10n/uk.js @@ -59,7 +59,9 @@ OC.L10N.register( "No Login supplied" : "Не надано ім'я облікового запису", "Unable to change password. Password too long." : "Неможливо змінити пароль. Пароль задовгий.", "Authentication error" : "Помилка авторизації", + "Please provide an admin recovery password; otherwise, all account data will be lost." : "Надайте пароль відновлення адміністратора. В іншому випадку всі облікові дані буде втрачено.", "Wrong admin recovery password. Please check the password and try again." : "Хибний пароль відновлення адміністратора. Будь ласка, перевірте пароль та спробуйте ще раз.", + "Backend does not support password change, but the encryption of the account key was updated." : "Бекенд не підтримує зміну паролю, проте шифрування ключа облікового запису було оновлено.", "Administrator documentation" : "Документація адміністратора", "User documentation" : "Користувацька документація", "Nextcloud help overview" : "Допомога у користуванні Nextcloud", @@ -102,6 +104,7 @@ OC.L10N.register( "Set your password" : "Встановіть свій пароль", "Go to %s" : "Перейти до %s", "Install Client" : "Встановити Клієнт", + "Logged in account must be a subadmin" : "Користувач, який увійшов, має бути субадміністратором", "Apps" : "Застосунки", "Personal" : "Особисте", "Administration" : "Адміністрування", diff --git a/apps/settings/l10n/uk.json b/apps/settings/l10n/uk.json index 063eff3d85ebf..7facb07e6d041 100644 --- a/apps/settings/l10n/uk.json +++ b/apps/settings/l10n/uk.json @@ -57,7 +57,9 @@ "No Login supplied" : "Не надано ім'я облікового запису", "Unable to change password. Password too long." : "Неможливо змінити пароль. Пароль задовгий.", "Authentication error" : "Помилка авторизації", + "Please provide an admin recovery password; otherwise, all account data will be lost." : "Надайте пароль відновлення адміністратора. В іншому випадку всі облікові дані буде втрачено.", "Wrong admin recovery password. Please check the password and try again." : "Хибний пароль відновлення адміністратора. Будь ласка, перевірте пароль та спробуйте ще раз.", + "Backend does not support password change, but the encryption of the account key was updated." : "Бекенд не підтримує зміну паролю, проте шифрування ключа облікового запису було оновлено.", "Administrator documentation" : "Документація адміністратора", "User documentation" : "Користувацька документація", "Nextcloud help overview" : "Допомога у користуванні Nextcloud", @@ -100,6 +102,7 @@ "Set your password" : "Встановіть свій пароль", "Go to %s" : "Перейти до %s", "Install Client" : "Встановити Клієнт", + "Logged in account must be a subadmin" : "Користувач, який увійшов, має бути субадміністратором", "Apps" : "Застосунки", "Personal" : "Особисте", "Administration" : "Адміністрування", diff --git a/apps/updatenotification/l10n/gl.js b/apps/updatenotification/l10n/gl.js index 2cc48070b5891..1641488c0a39b 100644 --- a/apps/updatenotification/l10n/gl.js +++ b/apps/updatenotification/l10n/gl.js @@ -32,7 +32,7 @@ OC.L10N.register( "Your version is up to date." : "A súa versión está actualizada.", "A non-default update server is in use to be checked for updates:" : "Está en uso un servidor de actualizacións que non é o predeterminado para comprobar as actualizacións:", "Update channel" : "Canle de actualización:", - "Changing the update channel also affects the apps management page. E.g. after switching to the beta channel, beta app updates will be offered to you in the apps management page." : "Cambiar a canle de actualización tamén afecta á páxina de xestión de aplicacións. p.ex. após cambiar á canle beta, ofreceranse actualizacións da aplicación beta na páxina de xestión de aplicacións.", + "Changing the update channel also affects the apps management page. E.g. after switching to the beta channel, beta app updates will be offered to you in the apps management page." : "Cambiar a canle de actualización tamén afecta á páxina de xestión de aplicacións. p. ex. após cambiar á canle beta, ofreceranse actualizacións da aplicación beta na páxina de xestión de aplicacións.", "Current update channel:" : "Canle de actualización actual:", "You can always update to a newer version. But you can never downgrade to a more stable version." : "Sempre poderá actualizar á versión más recente, mais nunca poderá reverter a unha canle máis estábel.", "Notify members of the following groups about available updates:" : "Notificar aos membros dos seguintes grupos sobre actualizacións dispoñíbeis:", diff --git a/apps/updatenotification/l10n/gl.json b/apps/updatenotification/l10n/gl.json index b3f94ec2a5e67..74dac9e33a3ef 100644 --- a/apps/updatenotification/l10n/gl.json +++ b/apps/updatenotification/l10n/gl.json @@ -30,7 +30,7 @@ "Your version is up to date." : "A súa versión está actualizada.", "A non-default update server is in use to be checked for updates:" : "Está en uso un servidor de actualizacións que non é o predeterminado para comprobar as actualizacións:", "Update channel" : "Canle de actualización:", - "Changing the update channel also affects the apps management page. E.g. after switching to the beta channel, beta app updates will be offered to you in the apps management page." : "Cambiar a canle de actualización tamén afecta á páxina de xestión de aplicacións. p.ex. após cambiar á canle beta, ofreceranse actualizacións da aplicación beta na páxina de xestión de aplicacións.", + "Changing the update channel also affects the apps management page. E.g. after switching to the beta channel, beta app updates will be offered to you in the apps management page." : "Cambiar a canle de actualización tamén afecta á páxina de xestión de aplicacións. p. ex. após cambiar á canle beta, ofreceranse actualizacións da aplicación beta na páxina de xestión de aplicacións.", "Current update channel:" : "Canle de actualización actual:", "You can always update to a newer version. But you can never downgrade to a more stable version." : "Sempre poderá actualizar á versión más recente, mais nunca poderá reverter a unha canle máis estábel.", "Notify members of the following groups about available updates:" : "Notificar aos membros dos seguintes grupos sobre actualizacións dispoñíbeis:", diff --git a/apps/user_ldap/l10n/gl.js b/apps/user_ldap/l10n/gl.js index 535d81da2097b..1762815e36bc2 100644 --- a/apps/user_ldap/l10n/gl.js +++ b/apps/user_ldap/l10n/gl.js @@ -110,7 +110,7 @@ OC.L10N.register( "Port" : "Porto", "Detect Port" : "Detectar o porto", "User DN" : "DN do usuario", - "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "O DN do cliente do usuario co que hai que estabelecer unha conexión, p.ex uid=axente, dc=exemplo, dc=com. Para o acceso anónimo deixe o DN e o contrasinal baleiros.", + "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "O DN do cliente do usuario co que realizará o vínculo, p. ex. uid=axente, dc=exemplo, dc=com. Para o acceso anónimo deixe o DN e o contrasinal baleiros.", "Password" : "Contrasinal", "For anonymous access, leave DN and Password empty." : "Para o acceso anónimo deixe o DN e o contrasinal baleiros.", "Save Credentials" : "Gardar as credenciais", @@ -158,7 +158,7 @@ OC.L10N.register( "User Display Name Field" : "Campo de nome de usuario para amosar", "The LDAP attribute to use to generate the user's display name." : "O atributo LDAP a empregar para xerar o nome de usuario para amosar.", "2nd User Display Name Field" : "2.º campo de nome de usuario para amosar", - "Optional. An LDAP attribute to be added to the display name in brackets. Results in e.g. »John Doe (john.doe@example.org)«." : "Opcional. Un atributo LDAP para ser engadido no nome para amosar entre parénteses. Resulta en p.ex. «Xan Carallás (xan.carallas@exemplo.org)».", + "Optional. An LDAP attribute to be added to the display name in brackets. Results in e.g. »John Doe (john.doe@example.org)«." : "Opcional. Un atributo LDAP para ser engadido no nome para amosar entre parénteses. Resulta en p. ex. «Xan Carallás (xan.carallas@exemplo.org)».", "Base User Tree" : "Base da árbore de usuarios", "One User Base DN per line" : "Un DN base de usuario por liña", "User Search Attributes" : "Atributos de busca do usuario", diff --git a/apps/user_ldap/l10n/gl.json b/apps/user_ldap/l10n/gl.json index 1c233d7707ba4..e29dd2926d317 100644 --- a/apps/user_ldap/l10n/gl.json +++ b/apps/user_ldap/l10n/gl.json @@ -108,7 +108,7 @@ "Port" : "Porto", "Detect Port" : "Detectar o porto", "User DN" : "DN do usuario", - "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "O DN do cliente do usuario co que hai que estabelecer unha conexión, p.ex uid=axente, dc=exemplo, dc=com. Para o acceso anónimo deixe o DN e o contrasinal baleiros.", + "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "O DN do cliente do usuario co que realizará o vínculo, p. ex. uid=axente, dc=exemplo, dc=com. Para o acceso anónimo deixe o DN e o contrasinal baleiros.", "Password" : "Contrasinal", "For anonymous access, leave DN and Password empty." : "Para o acceso anónimo deixe o DN e o contrasinal baleiros.", "Save Credentials" : "Gardar as credenciais", @@ -156,7 +156,7 @@ "User Display Name Field" : "Campo de nome de usuario para amosar", "The LDAP attribute to use to generate the user's display name." : "O atributo LDAP a empregar para xerar o nome de usuario para amosar.", "2nd User Display Name Field" : "2.º campo de nome de usuario para amosar", - "Optional. An LDAP attribute to be added to the display name in brackets. Results in e.g. »John Doe (john.doe@example.org)«." : "Opcional. Un atributo LDAP para ser engadido no nome para amosar entre parénteses. Resulta en p.ex. «Xan Carallás (xan.carallas@exemplo.org)».", + "Optional. An LDAP attribute to be added to the display name in brackets. Results in e.g. »John Doe (john.doe@example.org)«." : "Opcional. Un atributo LDAP para ser engadido no nome para amosar entre parénteses. Resulta en p. ex. «Xan Carallás (xan.carallas@exemplo.org)».", "Base User Tree" : "Base da árbore de usuarios", "One User Base DN per line" : "Un DN base de usuario por liña", "User Search Attributes" : "Atributos de busca do usuario", diff --git a/lib/l10n/uk.js b/lib/l10n/uk.js index 955d405183c8e..c7f91fafafc71 100644 --- a/lib/l10n/uk.js +++ b/lib/l10n/uk.js @@ -38,6 +38,7 @@ OC.L10N.register( "Server version %s or higher is required." : "Потрібна версія сервера %s або вище.", "Server version %s or lower is required." : "Потрібна версія сервера %s або нижча.", "Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "Обліковий запис для входу має бути адміністратором, заступником адміністратора або мати спеціальні права доступу до цих налаштувань.", + "Your current IP address doesn’t allow you to perform admin actions" : "Ваша поточна адреса IP не дозволяє виконувати адміністративні дії", "Logged in account must be an admin or sub admin" : "Обліковий запис для входу має бути адміністратором, заступником адміністратора", "Logged in account must be an admin" : "Обліковий запис для входу має бути адміністратором", "Wiping of device %s has started" : "Розпочато очищення пристрою %s", @@ -81,11 +82,20 @@ OC.L10N.register( "Empty file" : "Порожній файл", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Модуль з ID: %s не існує. Будь ласка, увімкніть це в налаштуваннях застосунку або зверніться до адміністратора.", "Dot files are not allowed" : "Файли які починаються з крапки не допустимі", + "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" є недозволеним ім'ям файлів або каталогів.", + "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" є недозволеним префіксом у іменах файлів або каталоів.", + "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" не дозволено всередині імени файлів або каталогів.", + "\"%1$s\" is a forbidden file type." : "\"%1$s\" є недозволеним типом файлів.", + "Filenames must not end with \"%1$s\"." : "Ім'я файлу не може закінчуватися на \"%1$s\".", + "Invalid parent path" : "Недійсний батьківський шлях", "File already exists" : "Файл вже існує", "Invalid path" : "Недійсний шлях", "Failed to create file from template" : "Не вдалося створити файл із шаблону", "Templates" : "Шаблони", + "Path contains invalid segments" : "Шлях містить недійсні елементи в назві", + "Filename is a reserved word" : "Ім'я файлу є зарезервованим словом", "Filename contains at least one invalid character" : "У назві файлу міститься щонайменше один неправильний символ", + "Filename is too long" : "Ім'я файлу задовге", "Empty filename is not allowed" : "Порожні імена файлів не допускаються", "App \"%s\" cannot be installed because appinfo file cannot be read." : "Застосунок \"%s\" не може бути встановлений через те, що файл appinfo не може бути прочитано.", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "Застосунок \"%s\" неможливо встановити, оскільки він не сумісний з цією версією сервера.", @@ -154,10 +164,18 @@ OC.L10N.register( "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Неможливо встановити дату закінчення більше ніж %n день у майбутньому","Неможливо встановити дату закінчення більше ніж %n днів у майбутньому","Неможливо встановити дату закінчення більше ніж %n днів у майбутньому","Неможливо встановити дату закінчення більше ніж %n днів у майбутньому"], "Sharing is only allowed with group members" : "Спільний доступ дозволений лише для учасників групи", "Sharing %s failed, because this item is already shared with the account %s" : "Не вдалося надати у спільний доступ%s, оскільки цей ресурс вже у спільному доступі з обліковим записом %s", + "Sharing is disabled" : "Спільний доступ вимкнено", + "Sharing is disabled for you" : "Ви не маєте права надавати у доступ файли або каталоги", + "Cannot share with the share owner" : "Неможливо надавати у доступ власникові спільного ресурсу", + "Share does not have a full ID" : "Спільний ресурс не має повного ідентифікатора", + "Cannot change share type" : "Неможливо змінити тип спільного ресурсу", + "Group \"%s\" does not exist" : "Група \"%s\" відсутня", "The requested share does not exist anymore" : "Запитуваний спільний ресурс більше недоступний", "The requested share comes from a disabled user" : "Отримано запит на спільний доступ від неактивного користувача", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "Користувача не створено, оскільки досягнуто обмеження на кількість користувачів. Перевірте сповіщення для докладної інформації.", "Could not find category \"%s\"" : "Не вдалося знайти категорію \"%s\"", + "Input text" : "Текст для введення", + "The input text" : "Текст для введення", "Sunday" : "Неділя", "Monday" : "Понеділок", "Tuesday" : "Вівторок", diff --git a/lib/l10n/uk.json b/lib/l10n/uk.json index f80f79b739899..48a91e60bd04c 100644 --- a/lib/l10n/uk.json +++ b/lib/l10n/uk.json @@ -36,6 +36,7 @@ "Server version %s or higher is required." : "Потрібна версія сервера %s або вище.", "Server version %s or lower is required." : "Потрібна версія сервера %s або нижча.", "Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "Обліковий запис для входу має бути адміністратором, заступником адміністратора або мати спеціальні права доступу до цих налаштувань.", + "Your current IP address doesn’t allow you to perform admin actions" : "Ваша поточна адреса IP не дозволяє виконувати адміністративні дії", "Logged in account must be an admin or sub admin" : "Обліковий запис для входу має бути адміністратором, заступником адміністратора", "Logged in account must be an admin" : "Обліковий запис для входу має бути адміністратором", "Wiping of device %s has started" : "Розпочато очищення пристрою %s", @@ -79,11 +80,20 @@ "Empty file" : "Порожній файл", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Модуль з ID: %s не існує. Будь ласка, увімкніть це в налаштуваннях застосунку або зверніться до адміністратора.", "Dot files are not allowed" : "Файли які починаються з крапки не допустимі", + "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" є недозволеним ім'ям файлів або каталогів.", + "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" є недозволеним префіксом у іменах файлів або каталоів.", + "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" не дозволено всередині імени файлів або каталогів.", + "\"%1$s\" is a forbidden file type." : "\"%1$s\" є недозволеним типом файлів.", + "Filenames must not end with \"%1$s\"." : "Ім'я файлу не може закінчуватися на \"%1$s\".", + "Invalid parent path" : "Недійсний батьківський шлях", "File already exists" : "Файл вже існує", "Invalid path" : "Недійсний шлях", "Failed to create file from template" : "Не вдалося створити файл із шаблону", "Templates" : "Шаблони", + "Path contains invalid segments" : "Шлях містить недійсні елементи в назві", + "Filename is a reserved word" : "Ім'я файлу є зарезервованим словом", "Filename contains at least one invalid character" : "У назві файлу міститься щонайменше один неправильний символ", + "Filename is too long" : "Ім'я файлу задовге", "Empty filename is not allowed" : "Порожні імена файлів не допускаються", "App \"%s\" cannot be installed because appinfo file cannot be read." : "Застосунок \"%s\" не може бути встановлений через те, що файл appinfo не може бути прочитано.", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "Застосунок \"%s\" неможливо встановити, оскільки він не сумісний з цією версією сервера.", @@ -152,10 +162,18 @@ "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Неможливо встановити дату закінчення більше ніж %n день у майбутньому","Неможливо встановити дату закінчення більше ніж %n днів у майбутньому","Неможливо встановити дату закінчення більше ніж %n днів у майбутньому","Неможливо встановити дату закінчення більше ніж %n днів у майбутньому"], "Sharing is only allowed with group members" : "Спільний доступ дозволений лише для учасників групи", "Sharing %s failed, because this item is already shared with the account %s" : "Не вдалося надати у спільний доступ%s, оскільки цей ресурс вже у спільному доступі з обліковим записом %s", + "Sharing is disabled" : "Спільний доступ вимкнено", + "Sharing is disabled for you" : "Ви не маєте права надавати у доступ файли або каталоги", + "Cannot share with the share owner" : "Неможливо надавати у доступ власникові спільного ресурсу", + "Share does not have a full ID" : "Спільний ресурс не має повного ідентифікатора", + "Cannot change share type" : "Неможливо змінити тип спільного ресурсу", + "Group \"%s\" does not exist" : "Група \"%s\" відсутня", "The requested share does not exist anymore" : "Запитуваний спільний ресурс більше недоступний", "The requested share comes from a disabled user" : "Отримано запит на спільний доступ від неактивного користувача", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "Користувача не створено, оскільки досягнуто обмеження на кількість користувачів. Перевірте сповіщення для докладної інформації.", "Could not find category \"%s\"" : "Не вдалося знайти категорію \"%s\"", + "Input text" : "Текст для введення", + "The input text" : "Текст для введення", "Sunday" : "Неділя", "Monday" : "Понеділок", "Tuesday" : "Вівторок",