diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-21 00:19:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-21 00:19:45 +0000 |
commit | fd1dabf01b866632d68775bdb9367b9042b9569c (patch) | |
tree | 5a085f566f9dbc1c1cbad70bbb19e6208c67c068 /apps/files | |
parent | 970a8287cd6e091d6403ddd9950fdd61791ad594 (diff) | |
download | nextcloud-server-fd1dabf01b866632d68775bdb9367b9042b9569c.tar.gz nextcloud-server-fd1dabf01b866632d68775bdb9367b9042b9569c.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/ar.js | 4 | ||||
-rw-r--r-- | apps/files/l10n/ar.json | 4 | ||||
-rw-r--r-- | apps/files/l10n/de_DE.js | 4 | ||||
-rw-r--r-- | apps/files/l10n/de_DE.json | 4 | ||||
-rw-r--r-- | apps/files/l10n/en_GB.js | 4 | ||||
-rw-r--r-- | apps/files/l10n/en_GB.json | 4 | ||||
-rw-r--r-- | apps/files/l10n/es_MX.js | 4 | ||||
-rw-r--r-- | apps/files/l10n/es_MX.json | 4 | ||||
-rw-r--r-- | apps/files/l10n/ga.js | 4 | ||||
-rw-r--r-- | apps/files/l10n/ga.json | 4 | ||||
-rw-r--r-- | apps/files/l10n/gl.js | 4 | ||||
-rw-r--r-- | apps/files/l10n/gl.json | 4 | ||||
-rw-r--r-- | apps/files/l10n/nb.js | 4 | ||||
-rw-r--r-- | apps/files/l10n/nb.json | 4 | ||||
-rw-r--r-- | apps/files/l10n/ru.js | 9 | ||||
-rw-r--r-- | apps/files/l10n/ru.json | 9 | ||||
-rw-r--r-- | apps/files/l10n/sv.js | 4 | ||||
-rw-r--r-- | apps/files/l10n/sv.json | 4 | ||||
-rw-r--r-- | apps/files/l10n/zh_HK.js | 4 | ||||
-rw-r--r-- | apps/files/l10n/zh_HK.json | 4 |
20 files changed, 88 insertions, 2 deletions
diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index 59656d85898..37e7e8d0537 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -157,6 +157,10 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "تم <strong> تغيير</strong> ملف أو مجلد", "A favorite file or folder has been <strong>changed</strong>" : "ملف في المفضلة تم <strong>تم تغييره</strong>", "Upload (max. %s)" : "الرفع ( حد اقصى. %s ) ", + "Files compatibility" : "توافقية الملفات", + "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "السماح بتقييد أسماء الملفات لضمان إمكانية مزامنة الملفات مع جميع العملاء. بشكل افتراضي، يُسمح بجميع أسماء الملفات الصالحة على POSIX (مثل Linux أو macOS).", + "Enforce Windows compatibility" : "فرض التوافق مع وندوز", + "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "سيؤدي هذا إلى حظر أسماء الملفات غير الصالحة على أنظمة Windows؛ مثل استخدام الأسماء المحجوزة أو الأحرف الخاصة. لكن هذا لن يفرض توافق حساسية الحالة.", "Accept" : "قبول", "Reject" : "رفض", "Incoming ownership transfer from {user}" : "تم تحويل ملكية الملف إليك من قبل {user}", diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json index a8097c43e5f..6d48f589cf6 100644 --- a/apps/files/l10n/ar.json +++ b/apps/files/l10n/ar.json @@ -155,6 +155,10 @@ "A file or folder has been <strong>changed</strong>" : "تم <strong> تغيير</strong> ملف أو مجلد", "A favorite file or folder has been <strong>changed</strong>" : "ملف في المفضلة تم <strong>تم تغييره</strong>", "Upload (max. %s)" : "الرفع ( حد اقصى. %s ) ", + "Files compatibility" : "توافقية الملفات", + "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "السماح بتقييد أسماء الملفات لضمان إمكانية مزامنة الملفات مع جميع العملاء. بشكل افتراضي، يُسمح بجميع أسماء الملفات الصالحة على POSIX (مثل Linux أو macOS).", + "Enforce Windows compatibility" : "فرض التوافق مع وندوز", + "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "سيؤدي هذا إلى حظر أسماء الملفات غير الصالحة على أنظمة Windows؛ مثل استخدام الأسماء المحجوزة أو الأحرف الخاصة. لكن هذا لن يفرض توافق حساسية الحالة.", "Accept" : "قبول", "Reject" : "رفض", "Incoming ownership transfer from {user}" : "تم تحويل ملكية الملف إليك من قبل {user}", diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js index 5ce50eaa33a..4c5b544d0f2 100644 --- a/apps/files/l10n/de_DE.js +++ b/apps/files/l10n/de_DE.js @@ -157,6 +157,10 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "Eine Datei oder ein Ordner wurde <strong>geändert</strong>", "A favorite file or folder has been <strong>changed</strong>" : "Eine favorisierte Datei oder ein Ordner wurde <strong>geändert</strong>", "Upload (max. %s)" : "Hochladen (max. %s)", + "Files compatibility" : "Dateikompatibilität", + "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Ermöglicht die Einschränkung von Dateinamen, um sicherzustellen, dass Dateien mit allen Clients synchronisiert werden können. Standardmäßig sind alle unter POSIX (z. B. Linux oder macOS) gültigen Dateinamen zulässig.", + "Enforce Windows compatibility" : "Erzwingen der Windows-Kompatibilität", + "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Dadurch werden Dateinamen blockiert, die auf Windows-Systemen nicht gültig sind, z. B. die Verwendung reservierter Namen oder Sonderzeichen. Die Kompatibilität der Groß-/Kleinschreibung wird dadurch jedoch nicht erzwungen.", "Accept" : "Akzeptieren", "Reject" : "Ablehnen", "Incoming ownership transfer from {user}" : "Eingehende Besitzübertragung von {user}", diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json index 0f05d3a6c33..1229e860108 100644 --- a/apps/files/l10n/de_DE.json +++ b/apps/files/l10n/de_DE.json @@ -155,6 +155,10 @@ "A file or folder has been <strong>changed</strong>" : "Eine Datei oder ein Ordner wurde <strong>geändert</strong>", "A favorite file or folder has been <strong>changed</strong>" : "Eine favorisierte Datei oder ein Ordner wurde <strong>geändert</strong>", "Upload (max. %s)" : "Hochladen (max. %s)", + "Files compatibility" : "Dateikompatibilität", + "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Ermöglicht die Einschränkung von Dateinamen, um sicherzustellen, dass Dateien mit allen Clients synchronisiert werden können. Standardmäßig sind alle unter POSIX (z. B. Linux oder macOS) gültigen Dateinamen zulässig.", + "Enforce Windows compatibility" : "Erzwingen der Windows-Kompatibilität", + "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Dadurch werden Dateinamen blockiert, die auf Windows-Systemen nicht gültig sind, z. B. die Verwendung reservierter Namen oder Sonderzeichen. Die Kompatibilität der Groß-/Kleinschreibung wird dadurch jedoch nicht erzwungen.", "Accept" : "Akzeptieren", "Reject" : "Ablehnen", "Incoming ownership transfer from {user}" : "Eingehende Besitzübertragung von {user}", diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index 452e5522580..85f81513f00 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -157,6 +157,10 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "A file or folder has been <strong>changed</strong>", "A favorite file or folder has been <strong>changed</strong>" : "A favourite file or folder has been <strong>changed</strong>", "Upload (max. %s)" : "Upload (max. %s)", + "Files compatibility" : "Files compatibility", + "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed.", + "Enforce Windows compatibility" : "Enforce Windows compatibility", + "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity.", "Accept" : "Accept", "Reject" : "Reject", "Incoming ownership transfer from {user}" : "Incoming ownership transfer from {user}", diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index dd25c7c1790..e60e631d098 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -155,6 +155,10 @@ "A file or folder has been <strong>changed</strong>" : "A file or folder has been <strong>changed</strong>", "A favorite file or folder has been <strong>changed</strong>" : "A favourite file or folder has been <strong>changed</strong>", "Upload (max. %s)" : "Upload (max. %s)", + "Files compatibility" : "Files compatibility", + "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed.", + "Enforce Windows compatibility" : "Enforce Windows compatibility", + "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity.", "Accept" : "Accept", "Reject" : "Reject", "Incoming ownership transfer from {user}" : "Incoming ownership transfer from {user}", diff --git a/apps/files/l10n/es_MX.js b/apps/files/l10n/es_MX.js index 9ad8c4d6ced..5ed189991a3 100644 --- a/apps/files/l10n/es_MX.js +++ b/apps/files/l10n/es_MX.js @@ -157,6 +157,10 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado</strong>", "A favorite file or folder has been <strong>changed</strong>" : "Un archivo o carpeta favorito ha sido <strong>cambiado</strong>", "Upload (max. %s)" : "Cargar (max. %s)", + "Files compatibility" : "Compatibilidad de archivos", + "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Permitir restringir los nombres de archivos para asegurar que los archivos se puedan sincronizar con todos los clientes. Por defecto, se permiten todos los nombres de archivos válidos en POSIX (por ejemplo, Linux o macOS).", + "Enforce Windows compatibility" : "Imponer la compatibilidad de Windows", + "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Esto bloqueará los nombres de archivos inválidos en sistemas Windows, tales como usar nombres reservados o caracteres especiales. Pero no impondrá la compatibilidad del uso de mayúsculas y minúsculas.", "Accept" : "Aceptar", "Reject" : "Rechazar", "Incoming ownership transfer from {user}" : "Solicitud de transferencia de propiedad entrante de {user}", diff --git a/apps/files/l10n/es_MX.json b/apps/files/l10n/es_MX.json index 55fb7978b5f..d92831dec3d 100644 --- a/apps/files/l10n/es_MX.json +++ b/apps/files/l10n/es_MX.json @@ -155,6 +155,10 @@ "A file or folder has been <strong>changed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado</strong>", "A favorite file or folder has been <strong>changed</strong>" : "Un archivo o carpeta favorito ha sido <strong>cambiado</strong>", "Upload (max. %s)" : "Cargar (max. %s)", + "Files compatibility" : "Compatibilidad de archivos", + "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Permitir restringir los nombres de archivos para asegurar que los archivos se puedan sincronizar con todos los clientes. Por defecto, se permiten todos los nombres de archivos válidos en POSIX (por ejemplo, Linux o macOS).", + "Enforce Windows compatibility" : "Imponer la compatibilidad de Windows", + "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Esto bloqueará los nombres de archivos inválidos en sistemas Windows, tales como usar nombres reservados o caracteres especiales. Pero no impondrá la compatibilidad del uso de mayúsculas y minúsculas.", "Accept" : "Aceptar", "Reject" : "Rechazar", "Incoming ownership transfer from {user}" : "Solicitud de transferencia de propiedad entrante de {user}", diff --git a/apps/files/l10n/ga.js b/apps/files/l10n/ga.js index 1cbe668b99d..b95e2a24e9a 100644 --- a/apps/files/l10n/ga.js +++ b/apps/files/l10n/ga.js @@ -157,6 +157,10 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "<strong>Athraíodh</strong>comhad nó fillteán", "A favorite file or folder has been <strong>changed</strong>" : "<strong>Athraíodh</strong>comhad nó fillteán is fearr leat", "Upload (max. %s)" : "Uaslódáil (%s ar a mhéad)", + "Files compatibility" : "Comhoiriúnacht comhaid", + "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Ceadaigh comhaid a shrianadh lena chinntiú gur féidir comhaid a shioncronú le gach cliant. De réir réamhshocraithe ceadaítear gach comhadainm atá bailí ar POSIX (m.sh. Linux nó macOS).", + "Enforce Windows compatibility" : "Comhoiriúnacht Windows a fhorfheidhmiú", + "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Cuirfidh sé seo bac ar ainmneacha comhaid nach bhfuil bailí ar chórais Windows, ar nós ainmneacha forchoimeádta nó carachtair speisialta a úsáid. Ach ní chuirfidh sé seo i bhfeidhm comhoiriúnacht íogaireacht cáis.", "Accept" : "Glac", "Reject" : "Diúltaigh", "Incoming ownership transfer from {user}" : "Aistriú úinéireachta isteach ó {user}", diff --git a/apps/files/l10n/ga.json b/apps/files/l10n/ga.json index 6dce210b293..05f66c92f4a 100644 --- a/apps/files/l10n/ga.json +++ b/apps/files/l10n/ga.json @@ -155,6 +155,10 @@ "A file or folder has been <strong>changed</strong>" : "<strong>Athraíodh</strong>comhad nó fillteán", "A favorite file or folder has been <strong>changed</strong>" : "<strong>Athraíodh</strong>comhad nó fillteán is fearr leat", "Upload (max. %s)" : "Uaslódáil (%s ar a mhéad)", + "Files compatibility" : "Comhoiriúnacht comhaid", + "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Ceadaigh comhaid a shrianadh lena chinntiú gur féidir comhaid a shioncronú le gach cliant. De réir réamhshocraithe ceadaítear gach comhadainm atá bailí ar POSIX (m.sh. Linux nó macOS).", + "Enforce Windows compatibility" : "Comhoiriúnacht Windows a fhorfheidhmiú", + "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Cuirfidh sé seo bac ar ainmneacha comhaid nach bhfuil bailí ar chórais Windows, ar nós ainmneacha forchoimeádta nó carachtair speisialta a úsáid. Ach ní chuirfidh sé seo i bhfeidhm comhoiriúnacht íogaireacht cáis.", "Accept" : "Glac", "Reject" : "Diúltaigh", "Incoming ownership transfer from {user}" : "Aistriú úinéireachta isteach ó {user}", diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js index a3732b3efbd..258d0b23334 100644 --- a/apps/files/l10n/gl.js +++ b/apps/files/l10n/gl.js @@ -157,6 +157,10 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "<strong>Cambiouse</strong> un ficheiro ou cartafol", "A favorite file or folder has been <strong>changed</strong>" : "<strong>Cambiouse</strong> un ficheiro ou cartafol favorito", "Upload (max. %s)" : "Envío (máx. %s)", + "Files compatibility" : "Compatibilidade de ficheiros", + "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Permitir restrinxir os nomes de ficheiros para garantir que os ficheiros se poidan sincronizar con todos os clientes. De xeito predeterminado, permítense todos os nomes de ficheiro válidos en POSIX (p. ex., Linux ou macOS).", + "Enforce Windows compatibility" : "Forzar a compatibilidade con Windows", + "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Isto bloqueará os nomes de ficheiros non válidos en sistemas Windows, coma o uso de nomes reservados ou caracteres especiais. Porén, isto non forzará á compatibilidade da distinción entre maiúsculas e minúsculas.", "Accept" : "Aceptar", "Reject" : "Rexeitar", "Incoming ownership transfer from {user}" : "Transferencia da propiedade entrante de {user}", diff --git a/apps/files/l10n/gl.json b/apps/files/l10n/gl.json index 54a00520bdf..d6f9cbed32a 100644 --- a/apps/files/l10n/gl.json +++ b/apps/files/l10n/gl.json @@ -155,6 +155,10 @@ "A file or folder has been <strong>changed</strong>" : "<strong>Cambiouse</strong> un ficheiro ou cartafol", "A favorite file or folder has been <strong>changed</strong>" : "<strong>Cambiouse</strong> un ficheiro ou cartafol favorito", "Upload (max. %s)" : "Envío (máx. %s)", + "Files compatibility" : "Compatibilidade de ficheiros", + "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Permitir restrinxir os nomes de ficheiros para garantir que os ficheiros se poidan sincronizar con todos os clientes. De xeito predeterminado, permítense todos os nomes de ficheiro válidos en POSIX (p. ex., Linux ou macOS).", + "Enforce Windows compatibility" : "Forzar a compatibilidade con Windows", + "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Isto bloqueará os nomes de ficheiros non válidos en sistemas Windows, coma o uso de nomes reservados ou caracteres especiais. Porén, isto non forzará á compatibilidade da distinción entre maiúsculas e minúsculas.", "Accept" : "Aceptar", "Reject" : "Rexeitar", "Incoming ownership transfer from {user}" : "Transferencia da propiedade entrante de {user}", diff --git a/apps/files/l10n/nb.js b/apps/files/l10n/nb.js index af80d835f2c..8f59ee71639 100644 --- a/apps/files/l10n/nb.js +++ b/apps/files/l10n/nb.js @@ -157,6 +157,10 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "En fil eller mappe ble <strong>endret</strong>", "A favorite file or folder has been <strong>changed</strong>" : "En favoritt-fil eller mappe har blitt <strong>endret</strong>", "Upload (max. %s)" : "Opplasting (maks %s)", + "Files compatibility" : "Kompatibilitet med filer", + "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Tillat å begrense filnavn for å sikre at filer kan synkroniseres med alle klienter. Som standard er alle filnavn gyldige på POSIX (f.eks. Linux eller macOS) tillatt.", + "Enforce Windows compatibility" : "Håndhev Windows-kompatibilitet", + "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Dette vil blokkere filnavn som ikke er gyldige på Windows-systemer, for eksempel å bruke reserverte navn eller spesialtegn. Men dette vil ikke håndheve kompatibiliteten til store og små bokstaver.", "Accept" : "Aksepter", "Reject" : "Avvis", "Incoming ownership transfer from {user}" : "Ny eierskapsoverføring fra {user}", diff --git a/apps/files/l10n/nb.json b/apps/files/l10n/nb.json index 6a49c09d4ac..d793c92aeb4 100644 --- a/apps/files/l10n/nb.json +++ b/apps/files/l10n/nb.json @@ -155,6 +155,10 @@ "A file or folder has been <strong>changed</strong>" : "En fil eller mappe ble <strong>endret</strong>", "A favorite file or folder has been <strong>changed</strong>" : "En favoritt-fil eller mappe har blitt <strong>endret</strong>", "Upload (max. %s)" : "Opplasting (maks %s)", + "Files compatibility" : "Kompatibilitet med filer", + "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Tillat å begrense filnavn for å sikre at filer kan synkroniseres med alle klienter. Som standard er alle filnavn gyldige på POSIX (f.eks. Linux eller macOS) tillatt.", + "Enforce Windows compatibility" : "Håndhev Windows-kompatibilitet", + "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Dette vil blokkere filnavn som ikke er gyldige på Windows-systemer, for eksempel å bruke reserverte navn eller spesialtegn. Men dette vil ikke håndheve kompatibiliteten til store og små bokstaver.", "Accept" : "Aksepter", "Reject" : "Avvis", "Incoming ownership transfer from {user}" : "Ny eierskapsoverføring fra {user}", diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js index 447e2f03b52..1545adf32ef 100644 --- a/apps/files/l10n/ru.js +++ b/apps/files/l10n/ru.js @@ -157,10 +157,16 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "<strong>Изменён</strong> файл или каталог", "A favorite file or folder has been <strong>changed</strong>" : "<strong>Изменён</strong> файл или папка отмеченные как избранное", "Upload (max. %s)" : "Загрузка (максимум %s)", + "Files compatibility" : "Совместимость файлов", + "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Разрешить ограничения на имена файлов для обеспечения возможности их синхронизации со всеми клиентами. По умолчанию разрешены все имена файлов, допустимые в POSIX (например, в Linux или macOS).", + "Enforce Windows compatibility" : "Обеспечить совместимость с Windows", + "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Это позволит блокировать имена файлов, недопустимые в системах Windows, например, использующие зарезервированные имена или специальные символы. Однако это не обеспечит совместимость в части чувствительности к регистру.", "Accept" : "Принять", "Reject" : "Отклонить", "Incoming ownership transfer from {user}" : "Запрос передачи владения от пользователя {user}", "Do you want to accept {path}?\n\nNote: The transfer process after accepting may take up to 1 hour." : "Принять владение {path}?\n\nПримечание: процесс переноса может занять до одного часа.", + "Ownership transfer denied" : "Передача владения отклонена", + "Your ownership transfer of {path} was denied by {user}." : "Передача владения {path} отклонена {user}.", "Ownership transfer failed" : "Не удалось передать владение", "Your ownership transfer of {path} to {user} failed." : "Вам не удалось передать владение «{path}» пользователю {user}.", "The ownership transfer of {path} from {user} failed." : "Пользователю {user} не удалось передать владение «{path}».", @@ -168,6 +174,7 @@ OC.L10N.register( "Your ownership transfer of {path} to {user} has completed." : "Завершена передача владения «{path}» от вас пользователю {user}.", "The ownership transfer of {path} from {user} has completed." : "Завершена передача владения «{path}» от пользователя {user}.", "in %s" : "в %s", + "Transferred from %1$s on %2$s" : "Передано от %1$s %2$s", "File Management" : "Управление файлами", "Current directory path" : "Текущий путь к каталогу", "Reload current directory" : "Обновить текущий каталог", @@ -254,7 +261,7 @@ OC.L10N.register( "WebDAV URL" : "Ссылка WebDAV", "Copy to clipboard" : "Копировать в буфер", "Use this address to access your Files via WebDAV" : "Используйте этот адрес для подключения WebDAV", - "If you have enabled 2FA, you must create and use a new app password by clicking here." : "Если вы используете двухфакторную аутентификацию, то нажмите здесь чтобы создать пароль приложения.", + "If you have enabled 2FA, you must create and use a new app password by clicking here." : "Если вы включили двухфакторную аутентификацию, то нажмите здесь, чтобы создать пароль приложения.", "Clipboard is not available" : "Буфер обмена недоступен", "WebDAV URL copied to clipboard" : "Ссылка CalDAV скопирована в буфер обмена", "Unable to change the favourite state of the file" : "Не удалось изменить состояние «избранный» этого файла.", diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json index 7b78a97096a..bba6bda3303 100644 --- a/apps/files/l10n/ru.json +++ b/apps/files/l10n/ru.json @@ -155,10 +155,16 @@ "A file or folder has been <strong>changed</strong>" : "<strong>Изменён</strong> файл или каталог", "A favorite file or folder has been <strong>changed</strong>" : "<strong>Изменён</strong> файл или папка отмеченные как избранное", "Upload (max. %s)" : "Загрузка (максимум %s)", + "Files compatibility" : "Совместимость файлов", + "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Разрешить ограничения на имена файлов для обеспечения возможности их синхронизации со всеми клиентами. По умолчанию разрешены все имена файлов, допустимые в POSIX (например, в Linux или macOS).", + "Enforce Windows compatibility" : "Обеспечить совместимость с Windows", + "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Это позволит блокировать имена файлов, недопустимые в системах Windows, например, использующие зарезервированные имена или специальные символы. Однако это не обеспечит совместимость в части чувствительности к регистру.", "Accept" : "Принять", "Reject" : "Отклонить", "Incoming ownership transfer from {user}" : "Запрос передачи владения от пользователя {user}", "Do you want to accept {path}?\n\nNote: The transfer process after accepting may take up to 1 hour." : "Принять владение {path}?\n\nПримечание: процесс переноса может занять до одного часа.", + "Ownership transfer denied" : "Передача владения отклонена", + "Your ownership transfer of {path} was denied by {user}." : "Передача владения {path} отклонена {user}.", "Ownership transfer failed" : "Не удалось передать владение", "Your ownership transfer of {path} to {user} failed." : "Вам не удалось передать владение «{path}» пользователю {user}.", "The ownership transfer of {path} from {user} failed." : "Пользователю {user} не удалось передать владение «{path}».", @@ -166,6 +172,7 @@ "Your ownership transfer of {path} to {user} has completed." : "Завершена передача владения «{path}» от вас пользователю {user}.", "The ownership transfer of {path} from {user} has completed." : "Завершена передача владения «{path}» от пользователя {user}.", "in %s" : "в %s", + "Transferred from %1$s on %2$s" : "Передано от %1$s %2$s", "File Management" : "Управление файлами", "Current directory path" : "Текущий путь к каталогу", "Reload current directory" : "Обновить текущий каталог", @@ -252,7 +259,7 @@ "WebDAV URL" : "Ссылка WebDAV", "Copy to clipboard" : "Копировать в буфер", "Use this address to access your Files via WebDAV" : "Используйте этот адрес для подключения WebDAV", - "If you have enabled 2FA, you must create and use a new app password by clicking here." : "Если вы используете двухфакторную аутентификацию, то нажмите здесь чтобы создать пароль приложения.", + "If you have enabled 2FA, you must create and use a new app password by clicking here." : "Если вы включили двухфакторную аутентификацию, то нажмите здесь, чтобы создать пароль приложения.", "Clipboard is not available" : "Буфер обмена недоступен", "WebDAV URL copied to clipboard" : "Ссылка CalDAV скопирована в буфер обмена", "Unable to change the favourite state of the file" : "Не удалось изменить состояние «избранный» этого файла.", diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js index 9ed04ab24a8..a66e60f86f9 100644 --- a/apps/files/l10n/sv.js +++ b/apps/files/l10n/sv.js @@ -157,6 +157,10 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "En ny fil eller mapp har blivit <strong>ändrad</strong>", "A favorite file or folder has been <strong>changed</strong>" : "En favorit-fil eller mapp har blivit <strong>ändrad</strong>", "Upload (max. %s)" : "Ladda upp (högst %s)", + "Files compatibility" : "Filkompatibilitet", + "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Tillåt att begränsa filnamn för att säkerställa att filer kan synkroniseras med alla klienter. Som standard är alla filnamn som är giltiga på POSIX (t.ex. Linux eller macOS) tillåtna.", + "Enforce Windows compatibility" : "Tvinga Windows-kompatibilitet", + "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Detta kommer att blockera filnamn som inte är giltiga på Windows-system, som att använda reserverade namn eller specialtecken. Men detta kommer inte att framtvinga kompatibiliteten för skiftlägeskänslighet.", "Accept" : "Acceptera", "Reject" : "Avvisa", "Incoming ownership transfer from {user}" : "Inkommande ägaröverföring från {user}", diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json index 15abb05b4db..bb0c389d7d2 100644 --- a/apps/files/l10n/sv.json +++ b/apps/files/l10n/sv.json @@ -155,6 +155,10 @@ "A file or folder has been <strong>changed</strong>" : "En ny fil eller mapp har blivit <strong>ändrad</strong>", "A favorite file or folder has been <strong>changed</strong>" : "En favorit-fil eller mapp har blivit <strong>ändrad</strong>", "Upload (max. %s)" : "Ladda upp (högst %s)", + "Files compatibility" : "Filkompatibilitet", + "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "Tillåt att begränsa filnamn för att säkerställa att filer kan synkroniseras med alla klienter. Som standard är alla filnamn som är giltiga på POSIX (t.ex. Linux eller macOS) tillåtna.", + "Enforce Windows compatibility" : "Tvinga Windows-kompatibilitet", + "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "Detta kommer att blockera filnamn som inte är giltiga på Windows-system, som att använda reserverade namn eller specialtecken. Men detta kommer inte att framtvinga kompatibiliteten för skiftlägeskänslighet.", "Accept" : "Acceptera", "Reject" : "Avvisa", "Incoming ownership transfer from {user}" : "Inkommande ägaröverföring från {user}", diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index f5d4b9fadea..3f5d013cf8a 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -157,6 +157,10 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong>" : "檔案或資料夾有所<strong>更改</strong>", "A favorite file or folder has been <strong>changed</strong>" : "收藏的檔案或資料夾有所<strong>更改</strong>", "Upload (max. %s)" : "上傳(上限 %s)", + "Files compatibility" : "檔案兼容性", + "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "允許限製檔案名稱以確保檔案可以與所有客戶端同步。默認情況下,允許 POSIX(例如 Linux 或 macOS)上有效的所有檔案名稱。", + "Enforce Windows compatibility" : "實施 Windows 兼容性", + "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "這將阻止在 Windows 系統上無效的檔案名,例如使用保留名稱或特殊字元。但這不會強制區分大小寫的兼容性。", "Accept" : "接受", "Reject" : "拒絕", "Incoming ownership transfer from {user}" : "來自 {user} 的擁有權轉移", diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json index ce2583d1fbb..62779dcb373 100644 --- a/apps/files/l10n/zh_HK.json +++ b/apps/files/l10n/zh_HK.json @@ -155,6 +155,10 @@ "A file or folder has been <strong>changed</strong>" : "檔案或資料夾有所<strong>更改</strong>", "A favorite file or folder has been <strong>changed</strong>" : "收藏的檔案或資料夾有所<strong>更改</strong>", "Upload (max. %s)" : "上傳(上限 %s)", + "Files compatibility" : "檔案兼容性", + "Allow to restrict filenames to ensure files can be synced with all clients. By default all filenames valid on POSIX (e.g. Linux or macOS) are allowed." : "允許限製檔案名稱以確保檔案可以與所有客戶端同步。默認情況下,允許 POSIX(例如 Linux 或 macOS)上有效的所有檔案名稱。", + "Enforce Windows compatibility" : "實施 Windows 兼容性", + "This will block filenames not valid on Windows systems, like using reserved names or special characters. But this will not enforce compatibility of case sensitivity." : "這將阻止在 Windows 系統上無效的檔案名,例如使用保留名稱或特殊字元。但這不會強制區分大小寫的兼容性。", "Accept" : "接受", "Reject" : "拒絕", "Incoming ownership transfer from {user}" : "來自 {user} 的擁有權轉移", |