diff --git a/apps/dav/l10n/de.js b/apps/dav/l10n/de.js index 737adba14edc8..8240b31f1c483 100644 --- a/apps/dav/l10n/de.js +++ b/apps/dav/l10n/de.js @@ -198,6 +198,7 @@ OC.L10N.register( "Accounts" : "Konten", "System address book which holds all accounts" : "Systemadressbuch, das alle Konten enthält", "File is not updatable: %1$s" : "Datei kann nicht aktualisiert werden: %1$s", + "Failed to get storage for file" : "Speicherplatz für Datei konnte nicht abgerufen werden", "Could not write to final file, canceled by hook" : "In die endgültige Datei konnte nicht geschrieben werden, wurde durch einen Hook abgebrochen", "Could not write file contents" : "Dateiinhalt konnte nicht geschrieben werden", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], diff --git a/apps/dav/l10n/de.json b/apps/dav/l10n/de.json index 71966bcd3fbbe..1bd7924d3b2a1 100644 --- a/apps/dav/l10n/de.json +++ b/apps/dav/l10n/de.json @@ -196,6 +196,7 @@ "Accounts" : "Konten", "System address book which holds all accounts" : "Systemadressbuch, das alle Konten enthält", "File is not updatable: %1$s" : "Datei kann nicht aktualisiert werden: %1$s", + "Failed to get storage for file" : "Speicherplatz für Datei konnte nicht abgerufen werden", "Could not write to final file, canceled by hook" : "In die endgültige Datei konnte nicht geschrieben werden, wurde durch einen Hook abgebrochen", "Could not write file contents" : "Dateiinhalt konnte nicht geschrieben werden", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], diff --git a/apps/federatedfilesharing/l10n/zh_CN.js b/apps/federatedfilesharing/l10n/zh_CN.js index 3e6c7d1d128b6..033e2ba5a2d53 100644 --- a/apps/federatedfilesharing/l10n/zh_CN.js +++ b/apps/federatedfilesharing/l10n/zh_CN.js @@ -22,6 +22,13 @@ OC.L10N.register( "Sharing" : "共享", "Federated file sharing" : "联合云文件共享", "Provide federated file sharing across servers" : "在服务器间提供联合云文件共享", + "Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "调整人们在服务器之间共享的方式。如果他们使用联合共享,这也包括此服务器上的人们之间的共享。", + "Allow people on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "允许此服务器上的人员将共享发送到其他服务器(此选项还允许 WebDAV 访问公共共享)", + "Allow people on this server to receive shares from other servers" : "允许此服务器上的人员接收来自其他服务器的共享", + "Allow people on this server to send shares to groups on other servers" : "允许此服务器上的人员向其他服务器上的群组发送共享", + "Allow people on this server to receive group shares from other servers" : "允许此服务器上的人员接收来自其他服务器的群组共享", + "Search global and public address book for people" : "在全球和公共通讯簿中搜索联系人", + "Allow people to publish their data to a global and public address book" : "允许人们将他们的数据发布到全球和公共地址簿", "Unable to update federated files sharing config" : "无法更新联合云文件分享设置", "Federated Cloud" : "联合云", "You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "您可以和使用了 Nextcloud 服务器或其他兼容 Open Cloud Mesh(OCM)的服务器和服务的任何人共享!只需将他们的联合云 ID 放在共享对话框中。联合云 ID 看起来像 person@cloud.example.com", diff --git a/apps/federatedfilesharing/l10n/zh_CN.json b/apps/federatedfilesharing/l10n/zh_CN.json index 3fb661e1435cd..6ccab92b18697 100644 --- a/apps/federatedfilesharing/l10n/zh_CN.json +++ b/apps/federatedfilesharing/l10n/zh_CN.json @@ -20,6 +20,13 @@ "Sharing" : "共享", "Federated file sharing" : "联合云文件共享", "Provide federated file sharing across servers" : "在服务器间提供联合云文件共享", + "Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "调整人们在服务器之间共享的方式。如果他们使用联合共享,这也包括此服务器上的人们之间的共享。", + "Allow people on this server to send shares to other servers (this option also allows WebDAV access to public shares)" : "允许此服务器上的人员将共享发送到其他服务器(此选项还允许 WebDAV 访问公共共享)", + "Allow people on this server to receive shares from other servers" : "允许此服务器上的人员接收来自其他服务器的共享", + "Allow people on this server to send shares to groups on other servers" : "允许此服务器上的人员向其他服务器上的群组发送共享", + "Allow people on this server to receive group shares from other servers" : "允许此服务器上的人员接收来自其他服务器的群组共享", + "Search global and public address book for people" : "在全球和公共通讯簿中搜索联系人", + "Allow people to publish their data to a global and public address book" : "允许人们将他们的数据发布到全球和公共地址簿", "Unable to update federated files sharing config" : "无法更新联合云文件分享设置", "Federated Cloud" : "联合云", "You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "您可以和使用了 Nextcloud 服务器或其他兼容 Open Cloud Mesh(OCM)的服务器和服务的任何人共享!只需将他们的联合云 ID 放在共享对话框中。联合云 ID 看起来像 person@cloud.example.com", diff --git a/apps/federation/l10n/zh_CN.js b/apps/federation/l10n/zh_CN.js index 76ba46ea6e2f5..c9ddb13a48cbc 100644 --- a/apps/federation/l10n/zh_CN.js +++ b/apps/federation/l10n/zh_CN.js @@ -7,6 +7,8 @@ OC.L10N.register( "Could not add server" : "无法添加服务器", "Trusted servers" : "受信任服务器", "Federation" : "联合云", + "Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing." : "联合云允许您与其他受信任的服务器连接以交换帐户目录。例如,这将用于自动完成联合云共享的外部帐户。", + "Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "联合允许您与其他受信任的服务器连接以交换帐户目录。例如,这将用于自动完成联合共享的外部帐户。无需将服务器添加为受信任的服务器即可创建联合共享。", "+ Add trusted server" : "+ 添加受信任服务器", "Trusted server" : "受信任服务器", "Add" : "添加", diff --git a/apps/federation/l10n/zh_CN.json b/apps/federation/l10n/zh_CN.json index 2e18c52c87a85..b851a493b83a3 100644 --- a/apps/federation/l10n/zh_CN.json +++ b/apps/federation/l10n/zh_CN.json @@ -5,6 +5,8 @@ "Could not add server" : "无法添加服务器", "Trusted servers" : "受信任服务器", "Federation" : "联合云", + "Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing." : "联合云允许您与其他受信任的服务器连接以交换帐户目录。例如,这将用于自动完成联合云共享的外部帐户。", + "Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share." : "联合允许您与其他受信任的服务器连接以交换帐户目录。例如,这将用于自动完成联合共享的外部帐户。无需将服务器添加为受信任的服务器即可创建联合共享。", "+ Add trusted server" : "+ 添加受信任服务器", "Trusted server" : "受信任服务器", "Add" : "添加", diff --git a/apps/files/l10n/sl.js b/apps/files/l10n/sl.js index 7dd230dc55e89..b8b99d864a4d7 100644 --- a/apps/files/l10n/sl.js +++ b/apps/files/l10n/sl.js @@ -241,6 +241,7 @@ OC.L10N.register( "Switch to list view" : "Preklopi na seznamski pogled", "Switch to grid view" : "Preklopi na mrežni pogled", "Upload was cancelled by user" : "Uporabnik je pošiljanje preklical", + "Unknown error during upload" : "Med pošiljanjem je prišlo do neznane napake", "Filter filenames…" : "Filtriraj imena datotek ...", "Views" : "Pogledi", "Files settings" : "Nastavitve datotek", @@ -252,6 +253,7 @@ OC.L10N.register( "Show hidden files" : "Pokaži skrite datoteke", "Crop image previews" : "Obreži slike predogleda", "Enable the grid view" : "Omogoči mrežni pogled", + "Enable folder tree" : "Omogoči drevesno strukturo map", "Additional settings" : "Dodatne nastavitve", "WebDAV" : "WebDAV", "WebDAV URL" : "Naslov URL WebDAV", @@ -277,6 +279,8 @@ OC.L10N.register( "Confirm deletion" : "Potrdi brisanje", "Cancel" : "Prekliči", "Edit file locally" : "Uredi datoteko krajevno", + "Retry local edit" : "Ponovno poskusi krajevno urejanje", + "Edit online" : "Uredi na spletu", "Destination is not a folder" : "Ciljno mesto ni mapa", "This file/folder is already in that directory" : "Ta datoteka oziroma mapa je že v določeni mapi", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Mape ali datoteke ni mogoče premakniti samo vase oziroma v podmapo same sebe", @@ -284,10 +288,12 @@ OC.L10N.register( "(copy %n)" : "(kopija %n)", "Move cancelled" : "Premikanje je bilo preklicano", "A file or folder with that name already exists in this folder" : "Datoteka oziroma mapa s tem imenom v tej mapi že obstaja", + "The files are locked" : "Datoteke so zaklenjene", "The file does not exist anymore" : "Datoteka ne obstaja več", "Choose destination" : "Izbor ciljnega mesta", "Copy to {target}" : "Kopiraj na {target}", "Move to {target}" : "Premakni na {target}", + "Move or copy operation failed" : "Opravilo kopiranja oziroma premikanja je spodletelo", "Cancelled move or copy operation" : "Opravilo kopiranje in premikanja je preklicano", "Open folder {displayName}" : "Odpri mapo {displayName}", "Open in Files" : "Open in Files", @@ -295,6 +301,8 @@ OC.L10N.register( "Today" : "Danes", "Last 7 days" : "Zadnjih 7 dni", "Last 30 days" : "Zadnjih 30 dni", + "This year ({year})" : "Letos ({year})", + "Last year ({year})" : "Lansko leto ({year})", "Documents" : "Dokumenti", "Spreadsheets" : "Preglednice", "Presentations" : "Predstavitve", @@ -303,26 +311,36 @@ OC.L10N.register( "Audio" : "Zvočni posnetek", "Photos and images" : "Slike in fotografije", "Videos" : "Video posnetki", + "New folder creation cancelled" : "Ustvarjanje nove mape je bilo preklicano", "Created new folder \"{name}\"" : "Ustvarjena je nova mapa »{name}«.", "Unable to initialize the templates directory" : "Ni mogoče začeti mape predlog", + "Create templates folder" : "Ustvari mapo predlog", "Templates" : "Predloge", "New template folder" : "Nova mapa predlog", "In folder" : "V mapi", + "Search in folder: {folder}" : "Išči v mapi: {folder}", + "No files to upload" : "Ni datotek za pošiljanje", + "Some files could not be uploaded" : "Nekaterih datotek ni bilo mogoče poslati", "Files uploaded successfully" : "Datoteke so uspešno poslane v oblak", + "No files to process" : "Ni datotek za obdelavo", + "Some files could not be copied" : "Nekaterih datotek ni bilo mogoče kopirati", "Some files could not be moved" : "Nekaterih datotek ni mogoče premakniti", "Files copied successfully" : "Datoteke so uspešno kopirane", "Files moved successfully" : "Datoteke so uspešno premaknjene", + "Conflicts resolution skipped" : "Razreševanje sporov je preklicano", "Upload cancelled" : "Pošiljanje je bilo preklicano", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mapa","{folderCount} mapi","{folderCount} mape","{folderCount} map"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} datoteka","{fileCount} datoteki","{fileCount} datoteke","{fileCount} datotek"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 datoteka in {folderCount} mapa","1 datoteka in {folderCount} mapi","1 datoteka in {folderCount} mape","1 datoteka in {folderCount} map"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} datoteka in 1 mapa","{fileCount} datoteki in 1 mapa","{fileCount} datoteke in 1 mapa","{fileCount} datotek in 1 mapa"], "{fileCount} files and {folderCount} folders" : "{fileCount} datotek in {folderCount} map", + "Filename must not be empty." : "Ime datoteke ne sme biti prazno.", "List of favorites files and folders." : "Seznam priljubljenih datotek in map.", "No favorites yet" : "Ni še dodanih priljubljenih predmetov", "Files and folders you mark as favorite will show up here" : "Datoteke ali mape, ki so označene kot priljubljene, bodo zbrane na tem mestu.", "All files" : "Vse datoteke", "List of your files and folders." : "Seznam datotek in map.", + "All folders" : "Vse mape", "Personal Files" : "Osebne datoteke", "No personal files found" : "Ni najdenih zasebnih datotek", "List of recently modified files and folders." : "Seznam nedavno spremenjenih datotek in map.", diff --git a/apps/files/l10n/sl.json b/apps/files/l10n/sl.json index 62891be65c512..8cfa74f101c05 100644 --- a/apps/files/l10n/sl.json +++ b/apps/files/l10n/sl.json @@ -239,6 +239,7 @@ "Switch to list view" : "Preklopi na seznamski pogled", "Switch to grid view" : "Preklopi na mrežni pogled", "Upload was cancelled by user" : "Uporabnik je pošiljanje preklical", + "Unknown error during upload" : "Med pošiljanjem je prišlo do neznane napake", "Filter filenames…" : "Filtriraj imena datotek ...", "Views" : "Pogledi", "Files settings" : "Nastavitve datotek", @@ -250,6 +251,7 @@ "Show hidden files" : "Pokaži skrite datoteke", "Crop image previews" : "Obreži slike predogleda", "Enable the grid view" : "Omogoči mrežni pogled", + "Enable folder tree" : "Omogoči drevesno strukturo map", "Additional settings" : "Dodatne nastavitve", "WebDAV" : "WebDAV", "WebDAV URL" : "Naslov URL WebDAV", @@ -275,6 +277,8 @@ "Confirm deletion" : "Potrdi brisanje", "Cancel" : "Prekliči", "Edit file locally" : "Uredi datoteko krajevno", + "Retry local edit" : "Ponovno poskusi krajevno urejanje", + "Edit online" : "Uredi na spletu", "Destination is not a folder" : "Ciljno mesto ni mapa", "This file/folder is already in that directory" : "Ta datoteka oziroma mapa je že v določeni mapi", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Mape ali datoteke ni mogoče premakniti samo vase oziroma v podmapo same sebe", @@ -282,10 +286,12 @@ "(copy %n)" : "(kopija %n)", "Move cancelled" : "Premikanje je bilo preklicano", "A file or folder with that name already exists in this folder" : "Datoteka oziroma mapa s tem imenom v tej mapi že obstaja", + "The files are locked" : "Datoteke so zaklenjene", "The file does not exist anymore" : "Datoteka ne obstaja več", "Choose destination" : "Izbor ciljnega mesta", "Copy to {target}" : "Kopiraj na {target}", "Move to {target}" : "Premakni na {target}", + "Move or copy operation failed" : "Opravilo kopiranja oziroma premikanja je spodletelo", "Cancelled move or copy operation" : "Opravilo kopiranje in premikanja je preklicano", "Open folder {displayName}" : "Odpri mapo {displayName}", "Open in Files" : "Open in Files", @@ -293,6 +299,8 @@ "Today" : "Danes", "Last 7 days" : "Zadnjih 7 dni", "Last 30 days" : "Zadnjih 30 dni", + "This year ({year})" : "Letos ({year})", + "Last year ({year})" : "Lansko leto ({year})", "Documents" : "Dokumenti", "Spreadsheets" : "Preglednice", "Presentations" : "Predstavitve", @@ -301,26 +309,36 @@ "Audio" : "Zvočni posnetek", "Photos and images" : "Slike in fotografije", "Videos" : "Video posnetki", + "New folder creation cancelled" : "Ustvarjanje nove mape je bilo preklicano", "Created new folder \"{name}\"" : "Ustvarjena je nova mapa »{name}«.", "Unable to initialize the templates directory" : "Ni mogoče začeti mape predlog", + "Create templates folder" : "Ustvari mapo predlog", "Templates" : "Predloge", "New template folder" : "Nova mapa predlog", "In folder" : "V mapi", + "Search in folder: {folder}" : "Išči v mapi: {folder}", + "No files to upload" : "Ni datotek za pošiljanje", + "Some files could not be uploaded" : "Nekaterih datotek ni bilo mogoče poslati", "Files uploaded successfully" : "Datoteke so uspešno poslane v oblak", + "No files to process" : "Ni datotek za obdelavo", + "Some files could not be copied" : "Nekaterih datotek ni bilo mogoče kopirati", "Some files could not be moved" : "Nekaterih datotek ni mogoče premakniti", "Files copied successfully" : "Datoteke so uspešno kopirane", "Files moved successfully" : "Datoteke so uspešno premaknjene", + "Conflicts resolution skipped" : "Razreševanje sporov je preklicano", "Upload cancelled" : "Pošiljanje je bilo preklicano", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mapa","{folderCount} mapi","{folderCount} mape","{folderCount} map"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} datoteka","{fileCount} datoteki","{fileCount} datoteke","{fileCount} datotek"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 datoteka in {folderCount} mapa","1 datoteka in {folderCount} mapi","1 datoteka in {folderCount} mape","1 datoteka in {folderCount} map"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} datoteka in 1 mapa","{fileCount} datoteki in 1 mapa","{fileCount} datoteke in 1 mapa","{fileCount} datotek in 1 mapa"], "{fileCount} files and {folderCount} folders" : "{fileCount} datotek in {folderCount} map", + "Filename must not be empty." : "Ime datoteke ne sme biti prazno.", "List of favorites files and folders." : "Seznam priljubljenih datotek in map.", "No favorites yet" : "Ni še dodanih priljubljenih predmetov", "Files and folders you mark as favorite will show up here" : "Datoteke ali mape, ki so označene kot priljubljene, bodo zbrane na tem mestu.", "All files" : "Vse datoteke", "List of your files and folders." : "Seznam datotek in map.", + "All folders" : "Vse mape", "Personal Files" : "Osebne datoteke", "No personal files found" : "Ni najdenih zasebnih datotek", "List of recently modified files and folders." : "Seznam nedavno spremenjenih datotek in map.", diff --git a/apps/files_external/l10n/de.js b/apps/files_external/l10n/de.js index 685130eeb4133..c53855ad87b28 100644 --- a/apps/files_external/l10n/de.js +++ b/apps/files_external/l10n/de.js @@ -115,6 +115,10 @@ OC.L10N.register( "External storage support" : "Unterstützung für externen Speicher", "Adds basic external storage support" : "Fügt grundlegende Unterstützung für externen Speicher hinzu", "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administration can choose which types of storage to enable and can mount these storage locations for an account, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows people to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the administration with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Diese Anwendung ermöglicht es der Administration, Verbindungen zu externen Speicheranbietern wie FTP-Servern, S3- oder SWIFT-Objektspeichern, anderen Nextcloud-Servern, WebDAV-Servern und weiteren zu konfigurieren. Die Administration kann auswählen, welche Arten von Speicherorten aktiviert werden sollen, und kann diese Speicherorte für ein Konto, eine Gruppe oder das gesamte System einbinden. Nutzende sehen einen neuen Ordner in ihrem Nextcloud-Root-Verzeichnis, auf den sie wie auf jeden anderen Nextcloud-Ordner zugreifen und ihn verwenden können. Externer Speicher ermöglicht es Personen auch, Dateien, die in diesen externen Speicherorten gespeichert sind, freizugeben. In diesen Fällen werden die Anmeldeinformationen des Dateibesitzers verwendet, wenn der Empfänger die Datei aus dem externen Speicher anfordert, um sicherzustellen, dass der Empfänger auf die freigegebene Datei zugreifen kann.\n\nExterner Speicher kann über die grafische Benutzeroberfläche oder über die Befehlszeile konfiguriert werden. Diese zweite Option bietet der Administration mehr Flexibilität bei der Konfiguration von Massenspeicher-Einhängepunkten und der Festlegung von Einhängeprioritäten. Weitere Informationen finden Sie in der Dokumentation zur externen Speicher-GUI und der Dokumentation zur externen Speicher-Konfigurationsdatei.", + "Storage credentials" : "Speicheranmeldeinformationen", + "To access the storage, you need to provide the authentication credentials." : "Um auf den Speicher zuzugreifen, musst du die Authentifizierungsdaten angeben.", + "Enter the storage login" : "Speicher-Login eingeben", + "Enter the storage password" : "Speicher-Passwort eingeben", "Submit" : "Übermitteln", "Unable to update this external storage config. {statusMessage}" : "Diese externe Speicherkonfiguration konnte nicht aktualisiert werden. {statusMessage}", "New configuration successfully saved" : "Neue Konfiguration gespeichert", @@ -157,6 +161,7 @@ OC.L10N.register( "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "DIese App ermöglicht es Administratoren, Verbindungen zu externen Speicherorten wie FTP-Server, S3 oder SWIFT object stores, andere Nextcloud-Server, WebDAV-Server, usw. herzustellen. Administratoren können auswählen, welche Art von Speicherorten zulässig sind und können dieses Speicher für Nutzer, Gruppen oder das gesamte System einbinden. Nutzer sehen dann einen neuen Ordner in ihrem extcloud-Root-Verzeichnis, auf den sie wie auf jeden anderen Nextcloud-Ordner zugreifen können. Externer Speicher ermöglich es den Nutzern auch, dort gespeicherte Dateien freizugeben. In diesem Fall werden die Zugangsdaten des Dateibesitzers angefordert, wenn der externe Empfänger der Freigabe auf die extern gespeicherten Dateien zugreift, um sicherzustellen, dass der Zugriff auf die Freigabe möglich ist.\n\nExterne Speicherorte können über die grafische Benutzeroberfläche oder über die Kommandozeile eingerichtet werden. Letztere Option ermöglicht es fortgeschrittenen Nutzern einfacher Mehrere Einhäng-Punkte und Einstellungen gleichzeitig zu setzen und zu konfigurieren. Weitere Informationen können in der \"external storage GUI\"-Dokumentation und der \"external storage Configuration File\"-Dokumentation abgerufen werden.", "External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users to mount their own external storage services." : "Die App Externer Speicher erlaubt es, externe Speicherdienste und Geräte als Zweitspeicher-Geräte in Nextcloud einzubinden. Es kann Benutzern erlaubt werden, eigene externe Speicherdienste einzubinden.", "All users" : "Alle Benutzer", - "Allow users to mount external storage" : "Benutzern erlauben, externen Speicher einzubinden" + "Allow users to mount external storage" : "Benutzern erlauben, externen Speicher einzubinden", + "To access the storage, you need to provide the authentification informations." : "Um auf den Speicher zuzugreifen, musst du die Authentifizierungsinformationen eingeben." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_external/l10n/de.json b/apps/files_external/l10n/de.json index 4752d6af57007..c0f05064d012d 100644 --- a/apps/files_external/l10n/de.json +++ b/apps/files_external/l10n/de.json @@ -113,6 +113,10 @@ "External storage support" : "Unterstützung für externen Speicher", "Adds basic external storage support" : "Fügt grundlegende Unterstützung für externen Speicher hinzu", "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administration can choose which types of storage to enable and can mount these storage locations for an account, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows people to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the administration with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Diese Anwendung ermöglicht es der Administration, Verbindungen zu externen Speicheranbietern wie FTP-Servern, S3- oder SWIFT-Objektspeichern, anderen Nextcloud-Servern, WebDAV-Servern und weiteren zu konfigurieren. Die Administration kann auswählen, welche Arten von Speicherorten aktiviert werden sollen, und kann diese Speicherorte für ein Konto, eine Gruppe oder das gesamte System einbinden. Nutzende sehen einen neuen Ordner in ihrem Nextcloud-Root-Verzeichnis, auf den sie wie auf jeden anderen Nextcloud-Ordner zugreifen und ihn verwenden können. Externer Speicher ermöglicht es Personen auch, Dateien, die in diesen externen Speicherorten gespeichert sind, freizugeben. In diesen Fällen werden die Anmeldeinformationen des Dateibesitzers verwendet, wenn der Empfänger die Datei aus dem externen Speicher anfordert, um sicherzustellen, dass der Empfänger auf die freigegebene Datei zugreifen kann.\n\nExterner Speicher kann über die grafische Benutzeroberfläche oder über die Befehlszeile konfiguriert werden. Diese zweite Option bietet der Administration mehr Flexibilität bei der Konfiguration von Massenspeicher-Einhängepunkten und der Festlegung von Einhängeprioritäten. Weitere Informationen finden Sie in der Dokumentation zur externen Speicher-GUI und der Dokumentation zur externen Speicher-Konfigurationsdatei.", + "Storage credentials" : "Speicheranmeldeinformationen", + "To access the storage, you need to provide the authentication credentials." : "Um auf den Speicher zuzugreifen, musst du die Authentifizierungsdaten angeben.", + "Enter the storage login" : "Speicher-Login eingeben", + "Enter the storage password" : "Speicher-Passwort eingeben", "Submit" : "Übermitteln", "Unable to update this external storage config. {statusMessage}" : "Diese externe Speicherkonfiguration konnte nicht aktualisiert werden. {statusMessage}", "New configuration successfully saved" : "Neue Konfiguration gespeichert", @@ -155,6 +159,7 @@ "This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "DIese App ermöglicht es Administratoren, Verbindungen zu externen Speicherorten wie FTP-Server, S3 oder SWIFT object stores, andere Nextcloud-Server, WebDAV-Server, usw. herzustellen. Administratoren können auswählen, welche Art von Speicherorten zulässig sind und können dieses Speicher für Nutzer, Gruppen oder das gesamte System einbinden. Nutzer sehen dann einen neuen Ordner in ihrem extcloud-Root-Verzeichnis, auf den sie wie auf jeden anderen Nextcloud-Ordner zugreifen können. Externer Speicher ermöglich es den Nutzern auch, dort gespeicherte Dateien freizugeben. In diesem Fall werden die Zugangsdaten des Dateibesitzers angefordert, wenn der externe Empfänger der Freigabe auf die extern gespeicherten Dateien zugreift, um sicherzustellen, dass der Zugriff auf die Freigabe möglich ist.\n\nExterne Speicherorte können über die grafische Benutzeroberfläche oder über die Kommandozeile eingerichtet werden. Letztere Option ermöglicht es fortgeschrittenen Nutzern einfacher Mehrere Einhäng-Punkte und Einstellungen gleichzeitig zu setzen und zu konfigurieren. Weitere Informationen können in der \"external storage GUI\"-Dokumentation und der \"external storage Configuration File\"-Dokumentation abgerufen werden.", "External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow users to mount their own external storage services." : "Die App Externer Speicher erlaubt es, externe Speicherdienste und Geräte als Zweitspeicher-Geräte in Nextcloud einzubinden. Es kann Benutzern erlaubt werden, eigene externe Speicherdienste einzubinden.", "All users" : "Alle Benutzer", - "Allow users to mount external storage" : "Benutzern erlauben, externen Speicher einzubinden" + "Allow users to mount external storage" : "Benutzern erlauben, externen Speicher einzubinden", + "To access the storage, you need to provide the authentification informations." : "Um auf den Speicher zuzugreifen, musst du die Authentifizierungsinformationen eingeben." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/files_external/l10n/zh_CN.js b/apps/files_external/l10n/zh_CN.js index a24999d910f3b..55bd0650ed5cc 100644 --- a/apps/files_external/l10n/zh_CN.js +++ b/apps/files_external/l10n/zh_CN.js @@ -126,6 +126,7 @@ OC.L10N.register( "System" : "系统", "No external storage configured or you don't have the permission to configure them" : "未设置外部存储或者没有权限", "Open documentation" : "打开文档", + "External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow people to mount their own external storage services." : "外部存储使您可以将外部存储服务和设备安装为辅助 Nextcloud 存储设备。您还可以允许人们安装自己的外部存储服务。", "Folder name" : "目录名称", "Authentication" : "认证", "Configuration" : "配置", diff --git a/apps/files_external/l10n/zh_CN.json b/apps/files_external/l10n/zh_CN.json index c3ad6ec24f2c6..0fbf399d440f0 100644 --- a/apps/files_external/l10n/zh_CN.json +++ b/apps/files_external/l10n/zh_CN.json @@ -124,6 +124,7 @@ "System" : "系统", "No external storage configured or you don't have the permission to configure them" : "未设置外部存储或者没有权限", "Open documentation" : "打开文档", + "External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices. You may also allow people to mount their own external storage services." : "外部存储使您可以将外部存储服务和设备安装为辅助 Nextcloud 存储设备。您还可以允许人们安装自己的外部存储服务。", "Folder name" : "目录名称", "Authentication" : "认证", "Configuration" : "配置", diff --git a/apps/settings/l10n/ar.js b/apps/settings/l10n/ar.js index 94176fb32f638..93d62b805618d 100644 --- a/apps/settings/l10n/ar.js +++ b/apps/settings/l10n/ar.js @@ -173,8 +173,6 @@ OC.L10N.register( "Email test" : "بريد الكتروني تجريبي", "Email test was successfully sent" : "تمّ بنجاحٍ إرسال البريد الإلكتروني التجريبي", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "أنت لم تقم بتعيين أو التحقق من تكوين خادوم بريدك الإلكتروني حتى الآن. يُرجى التوجه إلى \"الإعدادات الأساسية\" لتعيينها. بعد ذلك، استعمِل زِّر \"إرسال بريد إلكتروني\" الموجود أسفل النموذج للتحقق من إعداداتك.", - "File locking" : "قفل الملف", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "تم تعطيل خاصية \"قفل الملف أثناء العمل عليه\" Transactional file locking؛ الأمر الذي قد يؤدي إلى حدوث مشكلة \"التسابق على الموارد\" race condition. قُم بتمكين \"filelocking.enabled\" في ملف config.php لتجنب حدوث ذلك.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "يتم استخدام قاعدة البيانات في تنفيذ \"قفل الملف أثناء العمل عليه\" Transactional file locking. و لتحسين أدائها، قُم رجاءً بتهيئة \"ذاكرة التخزين المؤقت\" memcache إذا كانت متاحةً.", "Forwarded for headers" : "مُعادة التوجيه للترويسات", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "إعداد \"الوكلاء الموثوقون\" trusted_proxies لم يتم تعيينه بشكل صحيح؛ إذ يجب أن يكون مصفوفة.", @@ -815,6 +813,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "يوجد حاليّاً مستخدم رفع شهادة أمان SSL لم تعد قيد الاستخدام منذ نكست كلاود 21. يمكن استيرادها باستعمال سطر الأوامر command line عبر الأمر \"occ security:certificates:import\". مساراتهم داخل دليل البيانات كما هي موضحة أدناه.", "Missing optional index \"%s\" in table \"%s\"." : "دليل اختياري ناقص \"%s\" في الجدول \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "تفتقد قاعدة البيانات إلى بعض الفهارس. نظرًا لحقيقة أن إضافة الفهارس على الجداول الكبيرة قد تستغرق بعض الوقت لم تتم إضافتها تلقائيًا. من خلال تشغيل \"occ db: add-missing-indexices\" ، يمكن إضافة تلك الفهارس المفقودة يدويًا أثناء استمرار تشغيل الخادم. بمجرد إضافة الفهارس، تكون الاستعلامات إلى هذه الجداول عادةً أسرع بكثير.", + "File locking" : "قفل الملف", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "تم تعطيل خاصية \"قفل الملف أثناء العمل عليه\" Transactional file locking؛ الأمر الذي قد يؤدي إلى حدوث مشكلة \"التسابق على الموارد\" race condition. قُم بتمكين \"filelocking.enabled\" في ملف config.php لتجنب حدوث ذلك.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "لا يمكن التحقق من دعم JavaScript. يرجى التحقق يدوياً مما إذا كان خادوم الويب عندك يتعامل مع ملفات `.mjs` باستعمال نوع JavaScript MIME.", "MySQL unicode support" : "دعم نظام المحارف unicode في قاعدة البيانات MySQL", "Overwrite cli URL" : "استبدال عنوان cli URL", diff --git a/apps/settings/l10n/ar.json b/apps/settings/l10n/ar.json index aff049d598bcb..4d07fa81d58c6 100644 --- a/apps/settings/l10n/ar.json +++ b/apps/settings/l10n/ar.json @@ -171,8 +171,6 @@ "Email test" : "بريد الكتروني تجريبي", "Email test was successfully sent" : "تمّ بنجاحٍ إرسال البريد الإلكتروني التجريبي", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "أنت لم تقم بتعيين أو التحقق من تكوين خادوم بريدك الإلكتروني حتى الآن. يُرجى التوجه إلى \"الإعدادات الأساسية\" لتعيينها. بعد ذلك، استعمِل زِّر \"إرسال بريد إلكتروني\" الموجود أسفل النموذج للتحقق من إعداداتك.", - "File locking" : "قفل الملف", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "تم تعطيل خاصية \"قفل الملف أثناء العمل عليه\" Transactional file locking؛ الأمر الذي قد يؤدي إلى حدوث مشكلة \"التسابق على الموارد\" race condition. قُم بتمكين \"filelocking.enabled\" في ملف config.php لتجنب حدوث ذلك.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "يتم استخدام قاعدة البيانات في تنفيذ \"قفل الملف أثناء العمل عليه\" Transactional file locking. و لتحسين أدائها، قُم رجاءً بتهيئة \"ذاكرة التخزين المؤقت\" memcache إذا كانت متاحةً.", "Forwarded for headers" : "مُعادة التوجيه للترويسات", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "إعداد \"الوكلاء الموثوقون\" trusted_proxies لم يتم تعيينه بشكل صحيح؛ إذ يجب أن يكون مصفوفة.", @@ -813,6 +811,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "يوجد حاليّاً مستخدم رفع شهادة أمان SSL لم تعد قيد الاستخدام منذ نكست كلاود 21. يمكن استيرادها باستعمال سطر الأوامر command line عبر الأمر \"occ security:certificates:import\". مساراتهم داخل دليل البيانات كما هي موضحة أدناه.", "Missing optional index \"%s\" in table \"%s\"." : "دليل اختياري ناقص \"%s\" في الجدول \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "تفتقد قاعدة البيانات إلى بعض الفهارس. نظرًا لحقيقة أن إضافة الفهارس على الجداول الكبيرة قد تستغرق بعض الوقت لم تتم إضافتها تلقائيًا. من خلال تشغيل \"occ db: add-missing-indexices\" ، يمكن إضافة تلك الفهارس المفقودة يدويًا أثناء استمرار تشغيل الخادم. بمجرد إضافة الفهارس، تكون الاستعلامات إلى هذه الجداول عادةً أسرع بكثير.", + "File locking" : "قفل الملف", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "تم تعطيل خاصية \"قفل الملف أثناء العمل عليه\" Transactional file locking؛ الأمر الذي قد يؤدي إلى حدوث مشكلة \"التسابق على الموارد\" race condition. قُم بتمكين \"filelocking.enabled\" في ملف config.php لتجنب حدوث ذلك.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "لا يمكن التحقق من دعم JavaScript. يرجى التحقق يدوياً مما إذا كان خادوم الويب عندك يتعامل مع ملفات `.mjs` باستعمال نوع JavaScript MIME.", "MySQL unicode support" : "دعم نظام المحارف unicode في قاعدة البيانات MySQL", "Overwrite cli URL" : "استبدال عنوان cli URL", diff --git a/apps/settings/l10n/ast.js b/apps/settings/l10n/ast.js index 68dbdfe0f3c36..dde2b8ac88ddd 100644 --- a/apps/settings/l10n/ast.js +++ b/apps/settings/l10n/ast.js @@ -164,8 +164,6 @@ OC.L10N.register( "Email test" : "Unviar un corréu electrónicu de prueba", "Email test was successfully sent" : "El corréu de prueba unvióse correutamente", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Nun afitesti o verifiquesti la configuración del sirvidor de corréu electrónicu. Vete a la «Basic settings» p'afitala. Dempués, usa'l botón «Unviar un corréu electrónicul» d'embaxo'l formulariu pa verificar la configuración", - "File locking" : "Bloquéu de ficheros", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "El bloquéu de ficheros transaicional ta desactiváu y esto quiciabes produza problemes con condiciones de carrera. Activa «filelocking.enabled» nel ficheru config.php pa evitar estos problemes.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "La base de datos úsase pal bloquéu de ficheros transaicional. P'ameyorar el rindimientu, configura la memoria caché, si ta disponible.", "Forwarded for headers" : "Reunvióse pa les testeres", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "La opciòn «trusted_proxies» nun s'afitó correutamente, habría ser una matriz.", @@ -533,6 +531,8 @@ OC.L10N.register( "Invalid user" : "L'usuariu ye inválidu", "Missing optional index \"%s\" in table \"%s\"." : "Falta l'índiz opcional «%s» de la tabla «%s».", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos fálten-y dalgunos índices. Como amestar índices a tables grandes pue tardar tiempu, nun s'amestaron automáticamente. Pues executar «occ db:add-missing-columns» p'amestar los índices que falten manualmente cola instancia en funcionamientu. Dempués d'amestar los índices, les consultes que se faigan a eses tables van ser, polo xeneral, muncho más rápides.", + "File locking" : "Bloquéu de ficheros", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "El bloquéu de ficheros transaicional ta desactiváu y esto quiciabes produza problemes con condiciones de carrera. Activa «filelocking.enabled» nel ficheru config.php pa evitar estos problemes.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Úsase la versión «%s» de MariaDB. Nextcloud 21 y les versiones superiores nun son compatibles con esta versión y riquen MariaDB 10.2 ó superior.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Úsase la versión «%s» de MySQL. Nextcloud 21 y les versiones superiores nun son compatibles con esta versión y riquen MySQL 8.0 ó MariaDB 10.2 ó superiores.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Úsase la versión «%s» de PostgreSQL. Nextcloud 21 y les versiones superiores nun son compatibles con esta versión y riquen PostgreSQL 9.6 ó superior.", diff --git a/apps/settings/l10n/ast.json b/apps/settings/l10n/ast.json index 78b1d52f5d52b..be4c9e70f30c5 100644 --- a/apps/settings/l10n/ast.json +++ b/apps/settings/l10n/ast.json @@ -162,8 +162,6 @@ "Email test" : "Unviar un corréu electrónicu de prueba", "Email test was successfully sent" : "El corréu de prueba unvióse correutamente", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Nun afitesti o verifiquesti la configuración del sirvidor de corréu electrónicu. Vete a la «Basic settings» p'afitala. Dempués, usa'l botón «Unviar un corréu electrónicul» d'embaxo'l formulariu pa verificar la configuración", - "File locking" : "Bloquéu de ficheros", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "El bloquéu de ficheros transaicional ta desactiváu y esto quiciabes produza problemes con condiciones de carrera. Activa «filelocking.enabled» nel ficheru config.php pa evitar estos problemes.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "La base de datos úsase pal bloquéu de ficheros transaicional. P'ameyorar el rindimientu, configura la memoria caché, si ta disponible.", "Forwarded for headers" : "Reunvióse pa les testeres", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "La opciòn «trusted_proxies» nun s'afitó correutamente, habría ser una matriz.", @@ -531,6 +529,8 @@ "Invalid user" : "L'usuariu ye inválidu", "Missing optional index \"%s\" in table \"%s\"." : "Falta l'índiz opcional «%s» de la tabla «%s».", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos fálten-y dalgunos índices. Como amestar índices a tables grandes pue tardar tiempu, nun s'amestaron automáticamente. Pues executar «occ db:add-missing-columns» p'amestar los índices que falten manualmente cola instancia en funcionamientu. Dempués d'amestar los índices, les consultes que se faigan a eses tables van ser, polo xeneral, muncho más rápides.", + "File locking" : "Bloquéu de ficheros", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "El bloquéu de ficheros transaicional ta desactiváu y esto quiciabes produza problemes con condiciones de carrera. Activa «filelocking.enabled» nel ficheru config.php pa evitar estos problemes.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Úsase la versión «%s» de MariaDB. Nextcloud 21 y les versiones superiores nun son compatibles con esta versión y riquen MariaDB 10.2 ó superior.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Úsase la versión «%s» de MySQL. Nextcloud 21 y les versiones superiores nun son compatibles con esta versión y riquen MySQL 8.0 ó MariaDB 10.2 ó superiores.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "Úsase la versión «%s» de PostgreSQL. Nextcloud 21 y les versiones superiores nun son compatibles con esta versión y riquen PostgreSQL 9.6 ó superior.", diff --git a/apps/settings/l10n/ca.js b/apps/settings/l10n/ca.js index c61dcbc7bfd9d..ac26a40d52142 100644 --- a/apps/settings/l10n/ca.js +++ b/apps/settings/l10n/ca.js @@ -137,8 +137,6 @@ OC.L10N.register( "Email test" : "Prova de correu electrònic", "Email test was successfully sent" : "La prova de correu electrònic s'ha enviat correctament", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Encara no heu establert ni verificat la configuració del vostre servidor de correu electrònic. Si us plau, aneu a \"Paràmetres bàsics\" per configurar-los. A continuació, utilitzeu el botó \"Envia un correu electrònic\" a sota del formulari per verificar els paràmetres.", - "File locking" : "Bloqueig de fitxers", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "El bloqueig de fitxers transaccionals està inhabilitat, això pot provocar problemes amb les condicions de carrera. Habiliteu \"filelocking.enabled\" a config.php per evitar aquests problemes.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "La base de dades s'utilitza per al bloqueig de fitxers transaccionals. Per millorar el rendiment, configureu memcache, si està disponible.", "Forwarded for headers" : "Reenviat per a capçaleres", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "El vostra paràmetre de \"trusted_proxies\" no està correctament configurat, hauria de ser un vector.", @@ -584,6 +582,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hi ha alguns certificats SSL importats per l'usuari que ja no s'utilitzen amb Nextcloud 21. Es poden importar en la línia d'ordres a través de l'ordre «occ security:certificates:import». A continuació se'n mostren els camins dins del directori de dades.", "Missing optional index \"%s\" in table \"%s\"." : "Falta l'índex opcional \"%s\" a la taula \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Falten alguns índexs en la base de dades. Com que afegir índexs a taules grans pot tardar una estona, no s'han afegit automàticament. Si executeu «occ db:add-missing-indices», els índexs que falten es podran afegir manualment amb la instància en funcionament. Un cop afegits els índexs, les consultes en les taules solen ser molt més ràpides.", + "File locking" : "Bloqueig de fitxers", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "El bloqueig de fitxers transaccionals està inhabilitat, això pot provocar problemes amb les condicions de carrera. Habiliteu \"filelocking.enabled\" a config.php per evitar aquests problemes.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Actualment esteu executant PHP %s. PHP 8.0 ara està obsolet a Nextcloud 27. Nextcloud 28 pot requerir almenys PHP 8.1. Si us plau, actualitzeu a una de les versions de PHP amb suport oficial proporcionades pel Grup PHP tan aviat com sigui possible.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "S'utilitza la versió \"%s\" de MariaDB . Nextcloud 21 i les versions superiors no admeten aquesta versió i requereixen MariaDB 10.2 o superior.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "S'utilitza la versió \"%s\" de MariaDB . Nextcloud 21 i les versions superiors no admeten aquesta versió i requereixen MySQL 8.0 o MariaDB 10.2 o superior.", diff --git a/apps/settings/l10n/ca.json b/apps/settings/l10n/ca.json index 9b7a7c3ae7043..8e941edaaa6c8 100644 --- a/apps/settings/l10n/ca.json +++ b/apps/settings/l10n/ca.json @@ -135,8 +135,6 @@ "Email test" : "Prova de correu electrònic", "Email test was successfully sent" : "La prova de correu electrònic s'ha enviat correctament", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Encara no heu establert ni verificat la configuració del vostre servidor de correu electrònic. Si us plau, aneu a \"Paràmetres bàsics\" per configurar-los. A continuació, utilitzeu el botó \"Envia un correu electrònic\" a sota del formulari per verificar els paràmetres.", - "File locking" : "Bloqueig de fitxers", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "El bloqueig de fitxers transaccionals està inhabilitat, això pot provocar problemes amb les condicions de carrera. Habiliteu \"filelocking.enabled\" a config.php per evitar aquests problemes.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "La base de dades s'utilitza per al bloqueig de fitxers transaccionals. Per millorar el rendiment, configureu memcache, si està disponible.", "Forwarded for headers" : "Reenviat per a capçaleres", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "El vostra paràmetre de \"trusted_proxies\" no està correctament configurat, hauria de ser un vector.", @@ -582,6 +580,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hi ha alguns certificats SSL importats per l'usuari que ja no s'utilitzen amb Nextcloud 21. Es poden importar en la línia d'ordres a través de l'ordre «occ security:certificates:import». A continuació se'n mostren els camins dins del directori de dades.", "Missing optional index \"%s\" in table \"%s\"." : "Falta l'índex opcional \"%s\" a la taula \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Falten alguns índexs en la base de dades. Com que afegir índexs a taules grans pot tardar una estona, no s'han afegit automàticament. Si executeu «occ db:add-missing-indices», els índexs que falten es podran afegir manualment amb la instància en funcionament. Un cop afegits els índexs, les consultes en les taules solen ser molt més ràpides.", + "File locking" : "Bloqueig de fitxers", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "El bloqueig de fitxers transaccionals està inhabilitat, això pot provocar problemes amb les condicions de carrera. Habiliteu \"filelocking.enabled\" a config.php per evitar aquests problemes.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Actualment esteu executant PHP %s. PHP 8.0 ara està obsolet a Nextcloud 27. Nextcloud 28 pot requerir almenys PHP 8.1. Si us plau, actualitzeu a una de les versions de PHP amb suport oficial proporcionades pel Grup PHP tan aviat com sigui possible.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "S'utilitza la versió \"%s\" de MariaDB . Nextcloud 21 i les versions superiors no admeten aquesta versió i requereixen MariaDB 10.2 o superior.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "S'utilitza la versió \"%s\" de MariaDB . Nextcloud 21 i les versions superiors no admeten aquesta versió i requereixen MySQL 8.0 o MariaDB 10.2 o superior.", diff --git a/apps/settings/l10n/cs.js b/apps/settings/l10n/cs.js index 34080c6a007b3..56cd5a810ec66 100644 --- a/apps/settings/l10n/cs.js +++ b/apps/settings/l10n/cs.js @@ -170,8 +170,6 @@ OC.L10N.register( "Email test" : "Zkouška e-mailu", "Email test was successfully sent" : "Testovací e-mail byl úspěšně odeslán", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Doposud jste nenastavili či neověřili jste nastavení pro e-mailový server. Přejděte do „Základních nastavení“ a nastavte je. Poté použijte tlačítko „Odeslat e-mail“ níže ve formuláři a svá nastavení ověřte.", - "File locking" : "Zamykání souborů", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transakční zamykání souborů je vypnuto, což může vést k problémům při souběžném přístupu. Abyste se jim vyhnuli, zapněte v config.php volbu „filelocking.enabled“.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Databáze je používaná pro transakční zamykání souborů. Pokud chcete vylepšit výkon, nastavte memcache (pokud je k dispozici).", "Forwarded for headers" : "Přeposláno pro hlavičky", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Nastavení „trusted_proxies není provedeno správně – mělo by být polem.", @@ -736,6 +734,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Nacházejí se zde některé SSL certifikáty, importované uživatelem, které se už s Nextcloud 21 nepoužívají. Lze je naimportovat v příkazovém řádku pomocí příkazu „occ security:certificates:import“. Popisy jejich umístění v adresáři s daty jsou uvedeny níže.", "Missing optional index \"%s\" in table \"%s\"." : "Chybí volitelný index „%s“ v tabulce „%s“.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databázi chybí některé indexy. Protože přidávání indexů na velkých tabulkách může zabrat nějaký čas, nebyly přidány automaticky. Spuštěním „occ db:add-missing-indices“ je možné tyto chybějící indexy ručně za provozu instance. Po přidání indexů dotazy do těchto tabulek jsou obvykle mnohem rychlejší.", + "File locking" : "Zamykání souborů", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transakční zamykání souborů je vypnuto, což může vést k problémům při souběžném přístupu. Abyste se jim vyhnuli, zapněte v config.php volbu „filelocking.enabled“.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodařilo se zkontrolovat podporu pro JavaScript. Zkontrolujte ručně, zda váš webový server poskytuje soubory `.mjs` pomocí MIME typu JavaScript.", "MySQL unicode support" : "Podpora unicode v MySQL", "Overwrite cli URL" : "Přepsat URL cli", diff --git a/apps/settings/l10n/cs.json b/apps/settings/l10n/cs.json index 274dc56d2b058..de5412ec8cb45 100644 --- a/apps/settings/l10n/cs.json +++ b/apps/settings/l10n/cs.json @@ -168,8 +168,6 @@ "Email test" : "Zkouška e-mailu", "Email test was successfully sent" : "Testovací e-mail byl úspěšně odeslán", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Doposud jste nenastavili či neověřili jste nastavení pro e-mailový server. Přejděte do „Základních nastavení“ a nastavte je. Poté použijte tlačítko „Odeslat e-mail“ níže ve formuláři a svá nastavení ověřte.", - "File locking" : "Zamykání souborů", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transakční zamykání souborů je vypnuto, což může vést k problémům při souběžném přístupu. Abyste se jim vyhnuli, zapněte v config.php volbu „filelocking.enabled“.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Databáze je používaná pro transakční zamykání souborů. Pokud chcete vylepšit výkon, nastavte memcache (pokud je k dispozici).", "Forwarded for headers" : "Přeposláno pro hlavičky", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Nastavení „trusted_proxies není provedeno správně – mělo by být polem.", @@ -734,6 +732,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Nacházejí se zde některé SSL certifikáty, importované uživatelem, které se už s Nextcloud 21 nepoužívají. Lze je naimportovat v příkazovém řádku pomocí příkazu „occ security:certificates:import“. Popisy jejich umístění v adresáři s daty jsou uvedeny níže.", "Missing optional index \"%s\" in table \"%s\"." : "Chybí volitelný index „%s“ v tabulce „%s“.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databázi chybí některé indexy. Protože přidávání indexů na velkých tabulkách může zabrat nějaký čas, nebyly přidány automaticky. Spuštěním „occ db:add-missing-indices“ je možné tyto chybějící indexy ručně za provozu instance. Po přidání indexů dotazy do těchto tabulek jsou obvykle mnohem rychlejší.", + "File locking" : "Zamykání souborů", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transakční zamykání souborů je vypnuto, což může vést k problémům při souběžném přístupu. Abyste se jim vyhnuli, zapněte v config.php volbu „filelocking.enabled“.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodařilo se zkontrolovat podporu pro JavaScript. Zkontrolujte ručně, zda váš webový server poskytuje soubory `.mjs` pomocí MIME typu JavaScript.", "MySQL unicode support" : "Podpora unicode v MySQL", "Overwrite cli URL" : "Přepsat URL cli", diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js index 168b14a3f87ef..4d866e56a8b69 100644 --- a/apps/settings/l10n/de.js +++ b/apps/settings/l10n/de.js @@ -173,8 +173,6 @@ OC.L10N.register( "Email test" : "E-Mail-Test", "Email test was successfully sent" : "Die Test-E-Mail wurde erfolgreich versandt", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Du hast deine E-Mail-Serverkonfiguration noch nicht festgelegt oder überprüft. Bitte gehe zu den Grundeinstellungen, um sie einzustellen. Verwende anschließend die Schaltfläche \"E-Mail senden\" unterhalb des Formulars, um deine Einstellungen zu überprüfen.", - "File locking" : "Dateisperre", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Die transaktionale Dateisperre ist deaktiviert, dies kann zu Problemen mit Race Conditions führen. Aktiviere \"filelocking.enabled\" in config.php, um diese Probleme zu vermeiden.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Die Datenbank wird für transaktionale Dateisperren verwendet. Um die Leistung zu verbessern, konfiguriere bitte Memcache, falls verfügbar.", "Forwarded for headers" : "Für Header weitergeleitet", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Deine \"trusted_proxies“-Einstellungen sind nicht korrekt, es sollte ein Array sein.", @@ -313,6 +311,9 @@ OC.L10N.register( "Could not check that your web server serves `.well-known` correctly. Please check manually." : "Es konnte nicht überprüft werden, ob dein Webserver `.well-known` korrekt bereitstellt. Bitte überprüfe dies manuell.", "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`" : "Dein Webserver ist nicht ordnungsgemäß für die Auflösung von `.well-known`-URLs eingerichtet. Fehler bei: `%s`", "Your server is correctly configured to serve `.well-known` URLs." : "Dein Server ist korrekt für die Bereitstellung von `.well-known`-URLs konfiguriert.", + "Font file loading" : "Laden der Schriftartdatei", + "Could not check for {extension} loading support. Please check manually if your webserver serves `.{extension}` files." : "Es konnte nicht geprüft werden, ob Ladeunterstützung für {extension} vorhanden ist. Bitte prüfe manuell, ob dein Webserver `.{extension}`-Dateien bereitstellt.", + "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." : "Dein Webserver ist nicht richtig eingerichtet, um .{extension}-Dateien auszuliefern. Dies ist normalerweise ein Problem mit der Nginx-Konfiguration. Für Nextcloud 15 muss eine Anpassung vorgenommen werden, um auch .{extension}-Dateien auszuliefern. Vergleiche deine Nginx-Konfiguration mit der empfohlenen Konfiguration in unserer Dokumentation.", "Profile information" : "Profilinformation", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profilbild, vollständiger Name, E-Mail-Adresse, Telefonnummer, Adresse, Webseite, X, Organisation, Rolle, Überschrift, Biografie und ob dein Profil aktiviert ist", "Nextcloud settings" : "Nextcloud-Einstellungen", @@ -577,6 +578,10 @@ OC.L10N.register( "Unable to update profile enabled state" : "Der Status für aktiviertes Profil konnte nicht aktualisiert werden", "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." : "Die restriktivere Einstellung von Sichtbarkeit oder Bereich wird in deinem Profil berücksichtigt. Wenn beispielsweise die Sichtbarkeit auf \"Für jeden sichtbar\" und der Bereich auf \"Privat\" festgelegt ist, wird \"Privat\" respektiert.", "Unable to update visibility of {displayId}" : "Sichtbarkeit von {displayId} kann nicht aktualisiert werden", + "she/her" : "sie/ihr", + "he/him" : "er/sein", + "they/them" : "sie/sie", + "Your pronouns. E.g. ${pronounsExample}" : "Deine Pronomen. Z. B. ${pronounsExample}", "Your role" : "Deine Funktion", "Your X (formerly Twitter) handle" : "Dein X (früher Twitter)-Handle", "Your website" : "Deine Internetseite", @@ -714,6 +719,7 @@ OC.L10N.register( "Headline" : "Überschrift", "Organisation" : "Organisation", "Phone number" : "Telefonnummer", + "Pronouns" : "Pronomen", "Role" : "Funktion", "X (formerly Twitter)" : "X (früher Twitter)", "Website" : "Webseite", @@ -807,6 +813,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Es sind einige vom Benutzer importierte SSL-Zertifikate vorhanden, die von Nextcloud 21 nicht mehr verwendet werden. Du kannst über den Befehl \"occ security:certificates:import\" in der Befehlszeile importiert werden. Ihre Pfade innerhalb des Datenverzeichnisses werden unten angezeigt.", "Missing optional index \"%s\" in table \"%s\"." : "Fehlende optionaler Index \"%s\" in der Tabelle \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das Hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen kann, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.", + "File locking" : "Dateisperre", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Die transaktionale Dateisperre ist deaktiviert, dies kann zu Problemen mit Race Conditions führen. Aktiviere \"filelocking.enabled\" in config.php, um diese Probleme zu vermeiden.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Konnte die JavaScript-Unterstützung nicht überprüfen. Bitte überprüfe manuell, ob dein Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.", "MySQL unicode support" : "MySQL Unicode-Unterstützung", "Overwrite cli URL" : "CLI-URL überschreiben", diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json index 49eb96516a1f1..ef7d2aa35c6b2 100644 --- a/apps/settings/l10n/de.json +++ b/apps/settings/l10n/de.json @@ -171,8 +171,6 @@ "Email test" : "E-Mail-Test", "Email test was successfully sent" : "Die Test-E-Mail wurde erfolgreich versandt", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Du hast deine E-Mail-Serverkonfiguration noch nicht festgelegt oder überprüft. Bitte gehe zu den Grundeinstellungen, um sie einzustellen. Verwende anschließend die Schaltfläche \"E-Mail senden\" unterhalb des Formulars, um deine Einstellungen zu überprüfen.", - "File locking" : "Dateisperre", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Die transaktionale Dateisperre ist deaktiviert, dies kann zu Problemen mit Race Conditions führen. Aktiviere \"filelocking.enabled\" in config.php, um diese Probleme zu vermeiden.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Die Datenbank wird für transaktionale Dateisperren verwendet. Um die Leistung zu verbessern, konfiguriere bitte Memcache, falls verfügbar.", "Forwarded for headers" : "Für Header weitergeleitet", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Deine \"trusted_proxies“-Einstellungen sind nicht korrekt, es sollte ein Array sein.", @@ -311,6 +309,9 @@ "Could not check that your web server serves `.well-known` correctly. Please check manually." : "Es konnte nicht überprüft werden, ob dein Webserver `.well-known` korrekt bereitstellt. Bitte überprüfe dies manuell.", "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`" : "Dein Webserver ist nicht ordnungsgemäß für die Auflösung von `.well-known`-URLs eingerichtet. Fehler bei: `%s`", "Your server is correctly configured to serve `.well-known` URLs." : "Dein Server ist korrekt für die Bereitstellung von `.well-known`-URLs konfiguriert.", + "Font file loading" : "Laden der Schriftartdatei", + "Could not check for {extension} loading support. Please check manually if your webserver serves `.{extension}` files." : "Es konnte nicht geprüft werden, ob Ladeunterstützung für {extension} vorhanden ist. Bitte prüfe manuell, ob dein Webserver `.{extension}`-Dateien bereitstellt.", + "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." : "Dein Webserver ist nicht richtig eingerichtet, um .{extension}-Dateien auszuliefern. Dies ist normalerweise ein Problem mit der Nginx-Konfiguration. Für Nextcloud 15 muss eine Anpassung vorgenommen werden, um auch .{extension}-Dateien auszuliefern. Vergleiche deine Nginx-Konfiguration mit der empfohlenen Konfiguration in unserer Dokumentation.", "Profile information" : "Profilinformation", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profilbild, vollständiger Name, E-Mail-Adresse, Telefonnummer, Adresse, Webseite, X, Organisation, Rolle, Überschrift, Biografie und ob dein Profil aktiviert ist", "Nextcloud settings" : "Nextcloud-Einstellungen", @@ -575,6 +576,10 @@ "Unable to update profile enabled state" : "Der Status für aktiviertes Profil konnte nicht aktualisiert werden", "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." : "Die restriktivere Einstellung von Sichtbarkeit oder Bereich wird in deinem Profil berücksichtigt. Wenn beispielsweise die Sichtbarkeit auf \"Für jeden sichtbar\" und der Bereich auf \"Privat\" festgelegt ist, wird \"Privat\" respektiert.", "Unable to update visibility of {displayId}" : "Sichtbarkeit von {displayId} kann nicht aktualisiert werden", + "she/her" : "sie/ihr", + "he/him" : "er/sein", + "they/them" : "sie/sie", + "Your pronouns. E.g. ${pronounsExample}" : "Deine Pronomen. Z. B. ${pronounsExample}", "Your role" : "Deine Funktion", "Your X (formerly Twitter) handle" : "Dein X (früher Twitter)-Handle", "Your website" : "Deine Internetseite", @@ -712,6 +717,7 @@ "Headline" : "Überschrift", "Organisation" : "Organisation", "Phone number" : "Telefonnummer", + "Pronouns" : "Pronomen", "Role" : "Funktion", "X (formerly Twitter)" : "X (früher Twitter)", "Website" : "Webseite", @@ -805,6 +811,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Es sind einige vom Benutzer importierte SSL-Zertifikate vorhanden, die von Nextcloud 21 nicht mehr verwendet werden. Du kannst über den Befehl \"occ security:certificates:import\" in der Befehlszeile importiert werden. Ihre Pfade innerhalb des Datenverzeichnisses werden unten angezeigt.", "Missing optional index \"%s\" in table \"%s\"." : "Fehlende optionaler Index \"%s\" in der Tabelle \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das Hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen kann, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.", + "File locking" : "Dateisperre", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Die transaktionale Dateisperre ist deaktiviert, dies kann zu Problemen mit Race Conditions führen. Aktiviere \"filelocking.enabled\" in config.php, um diese Probleme zu vermeiden.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Konnte die JavaScript-Unterstützung nicht überprüfen. Bitte überprüfe manuell, ob dein Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.", "MySQL unicode support" : "MySQL Unicode-Unterstützung", "Overwrite cli URL" : "CLI-URL überschreiben", diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js index 3454f80006c68..223ce6dfdd168 100644 --- a/apps/settings/l10n/de_DE.js +++ b/apps/settings/l10n/de_DE.js @@ -173,8 +173,6 @@ OC.L10N.register( "Email test" : "E-Mail-Test", "Email test was successfully sent" : "Die Test-E-Mail wurde erfolgreich versandt", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Sie haben Ihre E-Mail-Serverkonfiguration noch nicht festgelegt oder überprüft. Gehen Sie bitte zu den „Grundeinstellungen“, um diese festzulegen. Benutzen Sie anschließend den Button „E-Mail senden“ unterhalb des Formulars, um Ihre Einstellungen zu überprüfen.", - "File locking" : "Dateisperre", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Die transaktionale Dateisperre ist deaktiviert, dies kann zu Problemen mit Race Conditions führen. Aktivieren Sie \"filelocking.enabled\" in config.php, um diese Probleme zu vermeiden.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Die Datenbank wird für transaktionale Dateisperren verwendet. Um die Leistung zu verbessern, konfigurieren Sie bitte Memcache, falls verfügbar.", "Forwarded for headers" : "Für Header weitergeleitet", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Ihre \"trusted_proxies“-Einstellungen sind nicht korrekt, es sollte ein Array sein.", @@ -815,6 +813,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Es sind einige vom Konto importierte SSL-Zertifikate vorhanden, die von Nextcloud 21 nicht mehr verwendet werden. Sie können über den Befehl \"occ security:certificates:import\" in der Befehlszeile importiert werden. Ihre Pfade innerhalb des Datenverzeichnisses werden unten angezeigt.", "Missing optional index \"%s\" in table \"%s\"." : "Fehlende optionaler Index \"%s\" in der Tabelle \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das Hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen kann, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.", + "File locking" : "Dateisperre", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Die transaktionale Dateisperre ist deaktiviert, dies kann zu Problemen mit Race Conditions führen. Aktivieren Sie \"filelocking.enabled\" in config.php, um diese Probleme zu vermeiden.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Konnte die JavaScript-Unterstützung nicht überprüfen. Bitte überprüfen Sie manuell, ob Ihr Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.", "MySQL unicode support" : "MySQL Unicode-Unterstützung", "Overwrite cli URL" : "CLI-URL überschreiben", diff --git a/apps/settings/l10n/de_DE.json b/apps/settings/l10n/de_DE.json index a1563c0a1b9cf..2d94169b1ee35 100644 --- a/apps/settings/l10n/de_DE.json +++ b/apps/settings/l10n/de_DE.json @@ -171,8 +171,6 @@ "Email test" : "E-Mail-Test", "Email test was successfully sent" : "Die Test-E-Mail wurde erfolgreich versandt", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Sie haben Ihre E-Mail-Serverkonfiguration noch nicht festgelegt oder überprüft. Gehen Sie bitte zu den „Grundeinstellungen“, um diese festzulegen. Benutzen Sie anschließend den Button „E-Mail senden“ unterhalb des Formulars, um Ihre Einstellungen zu überprüfen.", - "File locking" : "Dateisperre", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Die transaktionale Dateisperre ist deaktiviert, dies kann zu Problemen mit Race Conditions führen. Aktivieren Sie \"filelocking.enabled\" in config.php, um diese Probleme zu vermeiden.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Die Datenbank wird für transaktionale Dateisperren verwendet. Um die Leistung zu verbessern, konfigurieren Sie bitte Memcache, falls verfügbar.", "Forwarded for headers" : "Für Header weitergeleitet", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Ihre \"trusted_proxies“-Einstellungen sind nicht korrekt, es sollte ein Array sein.", @@ -813,6 +811,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Es sind einige vom Konto importierte SSL-Zertifikate vorhanden, die von Nextcloud 21 nicht mehr verwendet werden. Sie können über den Befehl \"occ security:certificates:import\" in der Befehlszeile importiert werden. Ihre Pfade innerhalb des Datenverzeichnisses werden unten angezeigt.", "Missing optional index \"%s\" in table \"%s\"." : "Fehlende optionaler Index \"%s\" in der Tabelle \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "In der Datenbank fehlen einige Indizes. Auf Grund der Tatsache, dass das Hinzufügen von Indizes in großen Tabellen einige Zeit in Anspruch nehmen kann, wurden diese nicht automatisch erzeugt. Durch das Ausführen von \"occ db:add-missing-indices\" können die fehlenden Indizes manuell hinzugefügt werden, während die Instanz weiter läuft. Nachdem die Indizes hinzugefügt wurden, sind Anfragen auf die Tabellen normalerweise schneller.", + "File locking" : "Dateisperre", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Die transaktionale Dateisperre ist deaktiviert, dies kann zu Problemen mit Race Conditions führen. Aktivieren Sie \"filelocking.enabled\" in config.php, um diese Probleme zu vermeiden.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Konnte die JavaScript-Unterstützung nicht überprüfen. Bitte überprüfen Sie manuell, ob Ihr Webserver `.mjs`-Dateien mit dem JavaScript-MIME-Typ bereitstellt.", "MySQL unicode support" : "MySQL Unicode-Unterstützung", "Overwrite cli URL" : "CLI-URL überschreiben", diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js index 5227db77ba1fb..2870b56676488 100644 --- a/apps/settings/l10n/en_GB.js +++ b/apps/settings/l10n/en_GB.js @@ -173,8 +173,6 @@ OC.L10N.register( "Email test" : "Email test", "Email test was successfully sent" : "Email test was successfully sent", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings.", - "File locking" : "File locking", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "The database is used for transactional file locking. To enhance performance, please configure memcache, if available.", "Forwarded for headers" : "Forwarded for headers", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Your \"trusted_proxies\" setting is not correctly set, it should be an array.", @@ -815,6 +813,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.", "Missing optional index \"%s\" in table \"%s\"." : "Missing optional index \"%s\" in table \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", + "File locking" : "File locking", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type.", "MySQL unicode support" : "MySQL unicode support", "Overwrite cli URL" : "Overwrite CLI URL", diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json index 7ea01a45f4881..125204dffd5c4 100644 --- a/apps/settings/l10n/en_GB.json +++ b/apps/settings/l10n/en_GB.json @@ -171,8 +171,6 @@ "Email test" : "Email test", "Email test was successfully sent" : "Email test was successfully sent", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings.", - "File locking" : "File locking", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "The database is used for transactional file locking. To enhance performance, please configure memcache, if available.", "Forwarded for headers" : "Forwarded for headers", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Your \"trusted_proxies\" setting is not correctly set, it should be an array.", @@ -813,6 +811,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.", "Missing optional index \"%s\" in table \"%s\"." : "Missing optional index \"%s\" in table \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", + "File locking" : "File locking", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type.", "MySQL unicode support" : "MySQL unicode support", "Overwrite cli URL" : "Overwrite CLI URL", diff --git a/apps/settings/l10n/es.js b/apps/settings/l10n/es.js index 5e79d76da6942..75fd8624f232e 100644 --- a/apps/settings/l10n/es.js +++ b/apps/settings/l10n/es.js @@ -173,8 +173,6 @@ OC.L10N.register( "Email test" : "Correo de prueba", "Email test was successfully sent" : "Correo de prueba enviado correctamente", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "No has introducido o verificado la configuración de tu servidor de correo todavía. Por favor, ve a \"Ajustes básicos\" para configurarlo. A continuación, usa el botón \"Enviar correo\" bajo el formulario para verificar tus ajustes.", - "File locking" : "Bloqueo de archivos", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "El bloqueo de ficheros transaccional está deshabilitado, esto puede crear problemas por condiciones de carrera. Habilita \"filelocking.enabled\" en config.php para evitar estos problemas.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "La base de datos está siendo utilizada para bloqueo de ficheros transaccional. Para mejorar el rendimiento, por favor utiliza memcache, si está disponible.", "Forwarded for headers" : "Encabezados Forwarded for", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "El ajuste \"trusted_proxies\" no tiene un valor correcto, debería ser un arreglo.", @@ -779,6 +777,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hay algunos certificados SSL importados por el usuario que ya no se utilizan con Nextcloud 21. Pueden ser importados con la línea de comandos a través del comando \"occ security:certificates:import\". Sus rutas dentro del directorio de datos se muestran a continuación.", "Missing optional index \"%s\" in table \"%s\"." : "Falta el índice opcional \"%s\" en la tabla \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Se pueden añadir manualmente dichos índices perdidos mientras la instancia sigue funcionando si se ejecuta \"occ db:add-missing-indices\". Una vez se han añadido los índices, las consultas a esas tablas suelen ser mucho más rápidas.", + "File locking" : "Bloqueo de archivos", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "El bloqueo de ficheros transaccional está deshabilitado, esto puede crear problemas por condiciones de carrera. Habilita \"filelocking.enabled\" en config.php para evitar estos problemas.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "No se pudo hacer el chequeo del soporte JavaScript. Por favor haga el chequeo manual de si su servidor web sirve archivos `.mjs` utilizando el tipo MIME JavaScript.", "MySQL unicode support" : "Soporte unicode de MySQL", "Overwrite cli URL" : "Sobreecribir el URL de la línea de comandos", diff --git a/apps/settings/l10n/es.json b/apps/settings/l10n/es.json index 7fe233762a9fa..d2d24f5805fce 100644 --- a/apps/settings/l10n/es.json +++ b/apps/settings/l10n/es.json @@ -171,8 +171,6 @@ "Email test" : "Correo de prueba", "Email test was successfully sent" : "Correo de prueba enviado correctamente", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "No has introducido o verificado la configuración de tu servidor de correo todavía. Por favor, ve a \"Ajustes básicos\" para configurarlo. A continuación, usa el botón \"Enviar correo\" bajo el formulario para verificar tus ajustes.", - "File locking" : "Bloqueo de archivos", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "El bloqueo de ficheros transaccional está deshabilitado, esto puede crear problemas por condiciones de carrera. Habilita \"filelocking.enabled\" en config.php para evitar estos problemas.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "La base de datos está siendo utilizada para bloqueo de ficheros transaccional. Para mejorar el rendimiento, por favor utiliza memcache, si está disponible.", "Forwarded for headers" : "Encabezados Forwarded for", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "El ajuste \"trusted_proxies\" no tiene un valor correcto, debería ser un arreglo.", @@ -777,6 +775,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hay algunos certificados SSL importados por el usuario que ya no se utilizan con Nextcloud 21. Pueden ser importados con la línea de comandos a través del comando \"occ security:certificates:import\". Sus rutas dentro del directorio de datos se muestran a continuación.", "Missing optional index \"%s\" in table \"%s\"." : "Falta el índice opcional \"%s\" en la tabla \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Se pueden añadir manualmente dichos índices perdidos mientras la instancia sigue funcionando si se ejecuta \"occ db:add-missing-indices\". Una vez se han añadido los índices, las consultas a esas tablas suelen ser mucho más rápidas.", + "File locking" : "Bloqueo de archivos", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "El bloqueo de ficheros transaccional está deshabilitado, esto puede crear problemas por condiciones de carrera. Habilita \"filelocking.enabled\" en config.php para evitar estos problemas.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "No se pudo hacer el chequeo del soporte JavaScript. Por favor haga el chequeo manual de si su servidor web sirve archivos `.mjs` utilizando el tipo MIME JavaScript.", "MySQL unicode support" : "Soporte unicode de MySQL", "Overwrite cli URL" : "Sobreecribir el URL de la línea de comandos", diff --git a/apps/settings/l10n/es_MX.js b/apps/settings/l10n/es_MX.js index 41647c397694e..2475a6bc27311 100644 --- a/apps/settings/l10n/es_MX.js +++ b/apps/settings/l10n/es_MX.js @@ -159,7 +159,6 @@ OC.L10N.register( "Default phone region" : "Región predeterminada para teléfonos", "Email test" : "Correo de prueba", "Email test was successfully sent" : "Correo de prueba enviado correctamente", - "File locking" : "Bloqueo de archivos", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "La base de datos está siendo utilizada para bloqueo de ficheros transaccionales. Para mejorar el rendimiento, por favor configure memcache, si está disponible.", "Forwarded for headers" : "Cabeceras Reenviado para", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "La configuración de \"trusted_proxies\" es incorrecta, debería ser un arreglo.", @@ -715,6 +714,7 @@ OC.L10N.register( "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Está pendiente una tarea en segundo plano que comprueba los certificados SSL de usuario importados. Por favor, vuelva a checar más tarde.", "Missing optional index \"%s\" in table \"%s\"." : "Falta el índice opcional \"%s\" en la tabla \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Al ejecutar \"occ db:add-missing-indices\" se pueden añadir los índices faltantes manualmente mientras la instancia sigue corriendo. Una vez se añadidos los índices, las consultas a esas tablas suelen ser mucho más rápidas.", + "File locking" : "Bloqueo de archivos", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "No se pudo checar el soporte para JavaScript. Por favor, revise manualmente si su servidor web sirve archivos `.mjs` utilizando el tipo JavaScript MIME.", "MySQL unicode support" : "Soporte unicode de MySQL", "Overwrite cli URL" : "Sobrescribir el URL de la línea de comandos", diff --git a/apps/settings/l10n/es_MX.json b/apps/settings/l10n/es_MX.json index b815b71cda6cc..5fc56311101d5 100644 --- a/apps/settings/l10n/es_MX.json +++ b/apps/settings/l10n/es_MX.json @@ -157,7 +157,6 @@ "Default phone region" : "Región predeterminada para teléfonos", "Email test" : "Correo de prueba", "Email test was successfully sent" : "Correo de prueba enviado correctamente", - "File locking" : "Bloqueo de archivos", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "La base de datos está siendo utilizada para bloqueo de ficheros transaccionales. Para mejorar el rendimiento, por favor configure memcache, si está disponible.", "Forwarded for headers" : "Cabeceras Reenviado para", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "La configuración de \"trusted_proxies\" es incorrecta, debería ser un arreglo.", @@ -713,6 +712,7 @@ "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Está pendiente una tarea en segundo plano que comprueba los certificados SSL de usuario importados. Por favor, vuelva a checar más tarde.", "Missing optional index \"%s\" in table \"%s\"." : "Falta el índice opcional \"%s\" en la tabla \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "A la base de datos le faltan algunos índices. Debido al hecho de que añadir índices en tablas grandes puede llevar cierto tiempo, no se han añadido automáticamente. Al ejecutar \"occ db:add-missing-indices\" se pueden añadir los índices faltantes manualmente mientras la instancia sigue corriendo. Una vez se añadidos los índices, las consultas a esas tablas suelen ser mucho más rápidas.", + "File locking" : "Bloqueo de archivos", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "No se pudo checar el soporte para JavaScript. Por favor, revise manualmente si su servidor web sirve archivos `.mjs` utilizando el tipo JavaScript MIME.", "MySQL unicode support" : "Soporte unicode de MySQL", "Overwrite cli URL" : "Sobrescribir el URL de la línea de comandos", diff --git a/apps/settings/l10n/eu.js b/apps/settings/l10n/eu.js index e22afa501b8da..d400d390cf97a 100644 --- a/apps/settings/l10n/eu.js +++ b/apps/settings/l10n/eu.js @@ -173,8 +173,6 @@ OC.L10N.register( "Email test" : "Test mezua", "Email test was successfully sent" : "Test mezua ondo bidali da", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Oraindik ez duzu posta elektronikoko zerbitzariaren konfigurazioa ezarri edo egiaztatu. Mesedez, joan \"Oinarrizko ezarpenak\" atalera hauek ezartzeko. Ondoren, erabili inprimakiaren azpiko \"Bidali mezu elektronikoa\" botoia zure ezarpenak egiaztatzeko.", - "File locking" : "Fitxategien blokeoa", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transakzio-fitxategiak blokeatzea desgaituta dago, honek lasterketa baldintzekin arazoak sor ditzake. Gaitu \"filelocking.enabled\" config.php-n arazo horiek saihesteko.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Datu-basea fitxategi transakzionalak blokeatzeko erabiltzen da. Errendimendua hobetzeko, mesedez konfiguratu memcache, eskuragarri badago.", "Forwarded for headers" : "Goiburuentzako birbidalia", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Zure \"trusted_proxies\" ezarpena ez dago behar bezala ezarrita, array bat izan behar du.", @@ -803,6 +801,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Badira inportatutako zenbait erabiltzaile SSL ziurtagiri, jada erabiltzen ez direnak Nextcloud 21-ekin. Komando lerroan inportatu daitezke \"occ security: certificates: import\" komandoaren bidez. Datuen direktorioaren barruan dituzten bideak behean agertzen dira.", "Missing optional index \"%s\" in table \"%s\"." : "\"%s\" hautazko indizea falta da \"%s\" taulan.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Datu-baseak zenbait indize falta ditu. Taula handietan indizeak gehitzeak denbora dezente har dezakeenez ez dira automatikoki gehitu. \"occ db:add-missing-indices\" exekutatuz indize horiek eskuz gehitu daitezke instantzia martxan dagoen bitartean. Indizeak gehitu ondoren taula horietan egindako kontsultak askoz azkarragoak izan ohi dira.", + "File locking" : "Fitxategien blokeoa", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transakzio-fitxategiak blokeatzea desgaituta dago, honek lasterketa baldintzekin arazoak sor ditzake. Gaitu \"filelocking.enabled\" config.php-n arazo horiek saihesteko.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Ezin izan da egiaztatu JavaScript euskarria. Mesedez, egiaztatu eskuz zure web zerbitzariak `.mjs` fitxategiak hornitzen dituen JavaScript MIME mota erabiliz.", "MySQL unicode support" : "MySQL unicode euskarria", "Overwrite cli URL" : "Gainidatzi cli URLa", diff --git a/apps/settings/l10n/eu.json b/apps/settings/l10n/eu.json index 67235a60ae433..48bb16cba820a 100644 --- a/apps/settings/l10n/eu.json +++ b/apps/settings/l10n/eu.json @@ -171,8 +171,6 @@ "Email test" : "Test mezua", "Email test was successfully sent" : "Test mezua ondo bidali da", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Oraindik ez duzu posta elektronikoko zerbitzariaren konfigurazioa ezarri edo egiaztatu. Mesedez, joan \"Oinarrizko ezarpenak\" atalera hauek ezartzeko. Ondoren, erabili inprimakiaren azpiko \"Bidali mezu elektronikoa\" botoia zure ezarpenak egiaztatzeko.", - "File locking" : "Fitxategien blokeoa", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transakzio-fitxategiak blokeatzea desgaituta dago, honek lasterketa baldintzekin arazoak sor ditzake. Gaitu \"filelocking.enabled\" config.php-n arazo horiek saihesteko.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Datu-basea fitxategi transakzionalak blokeatzeko erabiltzen da. Errendimendua hobetzeko, mesedez konfiguratu memcache, eskuragarri badago.", "Forwarded for headers" : "Goiburuentzako birbidalia", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Zure \"trusted_proxies\" ezarpena ez dago behar bezala ezarrita, array bat izan behar du.", @@ -801,6 +799,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Badira inportatutako zenbait erabiltzaile SSL ziurtagiri, jada erabiltzen ez direnak Nextcloud 21-ekin. Komando lerroan inportatu daitezke \"occ security: certificates: import\" komandoaren bidez. Datuen direktorioaren barruan dituzten bideak behean agertzen dira.", "Missing optional index \"%s\" in table \"%s\"." : "\"%s\" hautazko indizea falta da \"%s\" taulan.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Datu-baseak zenbait indize falta ditu. Taula handietan indizeak gehitzeak denbora dezente har dezakeenez ez dira automatikoki gehitu. \"occ db:add-missing-indices\" exekutatuz indize horiek eskuz gehitu daitezke instantzia martxan dagoen bitartean. Indizeak gehitu ondoren taula horietan egindako kontsultak askoz azkarragoak izan ohi dira.", + "File locking" : "Fitxategien blokeoa", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transakzio-fitxategiak blokeatzea desgaituta dago, honek lasterketa baldintzekin arazoak sor ditzake. Gaitu \"filelocking.enabled\" config.php-n arazo horiek saihesteko.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Ezin izan da egiaztatu JavaScript euskarria. Mesedez, egiaztatu eskuz zure web zerbitzariak `.mjs` fitxategiak hornitzen dituen JavaScript MIME mota erabiliz.", "MySQL unicode support" : "MySQL unicode euskarria", "Overwrite cli URL" : "Gainidatzi cli URLa", diff --git a/apps/settings/l10n/fi.js b/apps/settings/l10n/fi.js index 7b80e3153cbcd..254c8ea8dfe3e 100644 --- a/apps/settings/l10n/fi.js +++ b/apps/settings/l10n/fi.js @@ -120,7 +120,6 @@ OC.L10N.register( "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." : "Tietokannasta puuttuu primääriavaimia. Suuriin tauluihin primääriavainten lisääminen saattaa kestää kauan, ja sen vuoksi primääriavaimia ei lisätty automaattisesti. Suorita \"occ db:add-missing-primary-keys\" lisätäksesi puuttuvat primääriavaimet manuaalisesti samalla, kun instanssi pysyy käynnissä.", "Debug mode" : "Vianjäljitystila", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Tämä instanssi toimii vianjäljitystilassa. Käytä vianjäljitystilaa vain paikalliseen kehitykseen, älä koskaan käytä sitä tuotantoympäristössä.", - "File locking" : "Tiedostolukitus", "Internet connectivity" : "Internet-yhdistettävyys", "Disabled" : "Pois käytöstä", "The old server-side-encryption format is enabled. We recommend disabling this." : "Vanha palvelinpuolen salausmenetelmä on käytössä. Suosittelemme sen ottamista pois käytöstä.", @@ -531,6 +530,7 @@ OC.L10N.register( "Invalid user" : "Virheellinen käyttäjä", "Your username is: %s" : "Käyttäjätunnuksesi on: %s", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Tietokannasta puuttuu indeksejä. Suuriin tauluihin indeksien lisääminen saattaa kestää kauan, ja sen vuoksi indeksejä ei lisätty automaattisesti. Suorita \"occ db:add-missing-indices\" lisätäksesi puuttuvat indeksit manuaalisesti samalla, kun instanssi pysyy käynnissä. Kun indeksit on lisätty, kyselyt kyseisiin tauluihin ovat yleensä huomattavasti aiempaa nopeampia.", + "File locking" : "Tiedostolukitus", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on MariaDB:n versio 10.2 tai uudempi.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on MySQL:n versio 8.0 tai MariaDB:n versio 10.2 tai uudempi.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on PostgreSQL:n versio 9.6 tai uudempi.", diff --git a/apps/settings/l10n/fi.json b/apps/settings/l10n/fi.json index 46810ad756cc3..a9eb963bb0a4f 100644 --- a/apps/settings/l10n/fi.json +++ b/apps/settings/l10n/fi.json @@ -118,7 +118,6 @@ "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." : "Tietokannasta puuttuu primääriavaimia. Suuriin tauluihin primääriavainten lisääminen saattaa kestää kauan, ja sen vuoksi primääriavaimia ei lisätty automaattisesti. Suorita \"occ db:add-missing-primary-keys\" lisätäksesi puuttuvat primääriavaimet manuaalisesti samalla, kun instanssi pysyy käynnissä.", "Debug mode" : "Vianjäljitystila", "This instance is running in debug mode. Only enable this for local development and not in production environments." : "Tämä instanssi toimii vianjäljitystilassa. Käytä vianjäljitystilaa vain paikalliseen kehitykseen, älä koskaan käytä sitä tuotantoympäristössä.", - "File locking" : "Tiedostolukitus", "Internet connectivity" : "Internet-yhdistettävyys", "Disabled" : "Pois käytöstä", "The old server-side-encryption format is enabled. We recommend disabling this." : "Vanha palvelinpuolen salausmenetelmä on käytössä. Suosittelemme sen ottamista pois käytöstä.", @@ -529,6 +528,7 @@ "Invalid user" : "Virheellinen käyttäjä", "Your username is: %s" : "Käyttäjätunnuksesi on: %s", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Tietokannasta puuttuu indeksejä. Suuriin tauluihin indeksien lisääminen saattaa kestää kauan, ja sen vuoksi indeksejä ei lisätty automaattisesti. Suorita \"occ db:add-missing-indices\" lisätäksesi puuttuvat indeksit manuaalisesti samalla, kun instanssi pysyy käynnissä. Kun indeksit on lisätty, kyselyt kyseisiin tauluihin ovat yleensä huomattavasti aiempaa nopeampia.", + "File locking" : "Tiedostolukitus", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on MariaDB:n versio 10.2 tai uudempi.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on MySQL:n versio 8.0 tai MariaDB:n versio 10.2 tai uudempi.", "PostgreSQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require PostgreSQL 9.6 or higher." : "PostgreSQL:n versio \"%s\" on käytössä. Nextcloud 21 ja uudemmat eivät tue tätä versiota, vaatimus on PostgreSQL:n versio 9.6 tai uudempi.", diff --git a/apps/settings/l10n/fr.js b/apps/settings/l10n/fr.js index ebfa3ad8fe805..7f4f079e03935 100644 --- a/apps/settings/l10n/fr.js +++ b/apps/settings/l10n/fr.js @@ -170,8 +170,6 @@ OC.L10N.register( "Email test" : "Test de l’e-mail", "Email test was successfully sent" : "L'e-mail de test a été envoyé avec succès", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Vous n’avez pas encore paramétré ou vérifié la configuration de votre serveur mail. Merci de le faire sur la page « Paramètres de base ». Ensuite, utilisez le bouton « Envoyer un e-mail » sous le formulaire pour vérifier vos paramètres.", - "File locking" : "Verrouillage des fichiers", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Le verrouillage transactionnel de fichiers est désactivé, cela peut causer des conflits en cas d'accès concurrent. Configurez « filelocking.enabled » dans config.php pour éviter ces problèmes.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "La base de données est actuellement utilisée pour les verrous. Afin d'améliorer les performances, veuillez si possible configurer un cache mémoire.", "Forwarded for headers" : "Transmis pour les en-têtes", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Votre paramètre « trusted_proxies » n'est pas correctement configuré, cela devrait être un tableau.", @@ -377,7 +375,7 @@ OC.L10N.register( "_%n app has an update available_::_%n apps have an update available_" : ["%n application a une mise à jour disponible","%n applications ont une mise à jour disponible","%n applications ont une mise à jour disponible"], "_Update_::_Update all_" : ["Mettre à jour","Tout mettre à jour","Tout mettre à jour"], "Nothing to show" : "Rien à montrer", - "Could not load section content from app store." : "Impossible de charger le contenu de la section du magasin d’applications.", + "Could not load section content from app store." : "Impossible de charger le contenu de cette section du magasin d'applications.", "Loading" : "Chargement", "Fetching the latest news…" : "Récupération des dernières nouvelles…", "Could not load app discover section" : "Impossible de charger la section des applications à découvrir", @@ -779,6 +777,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Certains certificats SSL importés par les utilisateurs sont présents et ne sont plus utilisés avec Nextcloud 21. Ils peuvent être importés par l'interface en ligne de commande via la commande \"occ security:certificates:import\". Leurs chemins dans le dossier data sont affichés ci-dessous.", "Missing optional index \"%s\" in table \"%s\"." : "Index optionnels manquants « %s » dans la table « %s ».", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "La base de données a quelques index manquants. L'ajout d'index dans de grandes tables peut prendre un certain temps. Elles ne sont donc pas ajoutées automatiquement. En exécutant \"occ db:add-missing-indices\", ces index manquants pourront être ajoutés manuellement pendant que l'instance continue de tourner. Une fois les index ajoutés, les requêtes sur ces tables sont généralement beaucoup plus rapides.", + "File locking" : "Verrouillage des fichiers", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Le verrouillage transactionnel de fichiers est désactivé, cela peut causer des conflits en cas d'accès concurrent. Configurez « filelocking.enabled » dans config.php pour éviter ces problèmes.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Impossible de vérifier la prise en charge JavaScript. Veuillez vérifier manuellement si votre serveur web offre des fichiers `.mjs` en utilisant le type MIME JavaScript.", "MySQL unicode support" : "Compatibilité Unicode MySQL", "Overwrite cli URL" : "Écraser la « CLI URL »", diff --git a/apps/settings/l10n/fr.json b/apps/settings/l10n/fr.json index 9154549ae019a..607d7d7a06f7b 100644 --- a/apps/settings/l10n/fr.json +++ b/apps/settings/l10n/fr.json @@ -168,8 +168,6 @@ "Email test" : "Test de l’e-mail", "Email test was successfully sent" : "L'e-mail de test a été envoyé avec succès", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Vous n’avez pas encore paramétré ou vérifié la configuration de votre serveur mail. Merci de le faire sur la page « Paramètres de base ». Ensuite, utilisez le bouton « Envoyer un e-mail » sous le formulaire pour vérifier vos paramètres.", - "File locking" : "Verrouillage des fichiers", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Le verrouillage transactionnel de fichiers est désactivé, cela peut causer des conflits en cas d'accès concurrent. Configurez « filelocking.enabled » dans config.php pour éviter ces problèmes.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "La base de données est actuellement utilisée pour les verrous. Afin d'améliorer les performances, veuillez si possible configurer un cache mémoire.", "Forwarded for headers" : "Transmis pour les en-têtes", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Votre paramètre « trusted_proxies » n'est pas correctement configuré, cela devrait être un tableau.", @@ -375,7 +373,7 @@ "_%n app has an update available_::_%n apps have an update available_" : ["%n application a une mise à jour disponible","%n applications ont une mise à jour disponible","%n applications ont une mise à jour disponible"], "_Update_::_Update all_" : ["Mettre à jour","Tout mettre à jour","Tout mettre à jour"], "Nothing to show" : "Rien à montrer", - "Could not load section content from app store." : "Impossible de charger le contenu de la section du magasin d’applications.", + "Could not load section content from app store." : "Impossible de charger le contenu de cette section du magasin d'applications.", "Loading" : "Chargement", "Fetching the latest news…" : "Récupération des dernières nouvelles…", "Could not load app discover section" : "Impossible de charger la section des applications à découvrir", @@ -777,6 +775,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Certains certificats SSL importés par les utilisateurs sont présents et ne sont plus utilisés avec Nextcloud 21. Ils peuvent être importés par l'interface en ligne de commande via la commande \"occ security:certificates:import\". Leurs chemins dans le dossier data sont affichés ci-dessous.", "Missing optional index \"%s\" in table \"%s\"." : "Index optionnels manquants « %s » dans la table « %s ».", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "La base de données a quelques index manquants. L'ajout d'index dans de grandes tables peut prendre un certain temps. Elles ne sont donc pas ajoutées automatiquement. En exécutant \"occ db:add-missing-indices\", ces index manquants pourront être ajoutés manuellement pendant que l'instance continue de tourner. Une fois les index ajoutés, les requêtes sur ces tables sont généralement beaucoup plus rapides.", + "File locking" : "Verrouillage des fichiers", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Le verrouillage transactionnel de fichiers est désactivé, cela peut causer des conflits en cas d'accès concurrent. Configurez « filelocking.enabled » dans config.php pour éviter ces problèmes.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Impossible de vérifier la prise en charge JavaScript. Veuillez vérifier manuellement si votre serveur web offre des fichiers `.mjs` en utilisant le type MIME JavaScript.", "MySQL unicode support" : "Compatibilité Unicode MySQL", "Overwrite cli URL" : "Écraser la « CLI URL »", diff --git a/apps/settings/l10n/ga.js b/apps/settings/l10n/ga.js index cfd6407afbf18..257fbbaf30387 100644 --- a/apps/settings/l10n/ga.js +++ b/apps/settings/l10n/ga.js @@ -173,8 +173,6 @@ OC.L10N.register( "Email test" : "Tástáil ríomhphoist", "Email test was successfully sent" : "Seoladh an tástáil ríomhphoist go rathúil", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Níl cumraíocht do fhreastalaí ríomhphoist socraithe nó fíoraithe agat, fós. Téigh go dtí na \"Socruithe Bunúsacha\" chun iad a shocrú le do thoil. Ina dhiaidh sin, bain úsáid as an gcnaipe \"Seol ríomhphost\" faoin bhfoirm chun do shocruithe a fhíorú.", - "File locking" : "Glasáil comhaid", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Díchumasaítear glasáil comhad idirbhirt, d'fhéadfadh fadhbanna le coinníollacha cine a bheith mar thoradh air seo. Cumasaigh \"filelocking.enabled\" i config.php chun na fadhbanna seo a sheachaint.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Úsáidtear an bunachar sonraí le haghaidh glasáil comhad idirbheartaíochta. Chun feidhmíocht a fheabhsú, cumraigh memcache, má tá sé ar fáil le do thoil.", "Forwarded for headers" : "Ar aghaidh le haghaidh ceanntásca", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Níl do shocrú \"trusted_proxies\" socraithe i gceart, ba cheart gur eagar a bheadh ann.", @@ -815,6 +813,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Tá roinnt deimhnithe SSL iompórtáilte ag úsáideoirí i láthair, nach n-úsáidtear a thuilleadh le Nextcloud 21. Is féidir iad a iompórtáil ar an líne ordaithe trí ordú \"occ security:certificates:import\". Taispeántar thíos a gcuid cosáin taobh istigh den eolaire sonraí.", "Missing optional index \"%s\" in table \"%s\"." : "Innéacs roghnach \"%s\" ar iarraidh i dtábla \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Tá roinnt innéacsanna in easnamh ar an mbunachar sonraí. Toisc go bhféadfadh go dtógfadh roinnt ama innéacsanna a chur leis na táblaí móra níor cuireadh leis go huathoibríoch iad. Trí \"occ db:add-missing-indices\" a rith, d'fhéadfaí na hinnéacsanna sin atá in easnamh a chur leis de láimh agus an ásc ag feidhmiú i gcónaí. Nuair a chuirtear na hinnéacsanna isteach is iondúil go mbíonn fiosruithe ar na táblaí sin i bhfad níos tapúla.", + "File locking" : "Glasáil comhaid", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Díchumasaítear glasáil comhad idirbhirt, d'fhéadfadh fadhbanna le coinníollacha cine a bheith mar thoradh air seo. Cumasaigh \"filelocking.enabled\" i config.php chun na fadhbanna seo a sheachaint.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Níorbh fhéidir tacaíocht JavaScript a sheiceáil. Seiceáil le do thoil de láimh an bhfreastalaíonn do fhreastalaí gréasáin ar chomhaid `.mjs` ag baint úsáide as an gcineál JavaScript MIME le do thoil.", "MySQL unicode support" : "Tacaíocht Unicode MySQL", "Overwrite cli URL" : "Forscríobh cli URL", diff --git a/apps/settings/l10n/ga.json b/apps/settings/l10n/ga.json index 5a1f21a3b83ee..f97a9521f845b 100644 --- a/apps/settings/l10n/ga.json +++ b/apps/settings/l10n/ga.json @@ -171,8 +171,6 @@ "Email test" : "Tástáil ríomhphoist", "Email test was successfully sent" : "Seoladh an tástáil ríomhphoist go rathúil", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Níl cumraíocht do fhreastalaí ríomhphoist socraithe nó fíoraithe agat, fós. Téigh go dtí na \"Socruithe Bunúsacha\" chun iad a shocrú le do thoil. Ina dhiaidh sin, bain úsáid as an gcnaipe \"Seol ríomhphost\" faoin bhfoirm chun do shocruithe a fhíorú.", - "File locking" : "Glasáil comhaid", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Díchumasaítear glasáil comhad idirbhirt, d'fhéadfadh fadhbanna le coinníollacha cine a bheith mar thoradh air seo. Cumasaigh \"filelocking.enabled\" i config.php chun na fadhbanna seo a sheachaint.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Úsáidtear an bunachar sonraí le haghaidh glasáil comhad idirbheartaíochta. Chun feidhmíocht a fheabhsú, cumraigh memcache, má tá sé ar fáil le do thoil.", "Forwarded for headers" : "Ar aghaidh le haghaidh ceanntásca", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Níl do shocrú \"trusted_proxies\" socraithe i gceart, ba cheart gur eagar a bheadh ann.", @@ -813,6 +811,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Tá roinnt deimhnithe SSL iompórtáilte ag úsáideoirí i láthair, nach n-úsáidtear a thuilleadh le Nextcloud 21. Is féidir iad a iompórtáil ar an líne ordaithe trí ordú \"occ security:certificates:import\". Taispeántar thíos a gcuid cosáin taobh istigh den eolaire sonraí.", "Missing optional index \"%s\" in table \"%s\"." : "Innéacs roghnach \"%s\" ar iarraidh i dtábla \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Tá roinnt innéacsanna in easnamh ar an mbunachar sonraí. Toisc go bhféadfadh go dtógfadh roinnt ama innéacsanna a chur leis na táblaí móra níor cuireadh leis go huathoibríoch iad. Trí \"occ db:add-missing-indices\" a rith, d'fhéadfaí na hinnéacsanna sin atá in easnamh a chur leis de láimh agus an ásc ag feidhmiú i gcónaí. Nuair a chuirtear na hinnéacsanna isteach is iondúil go mbíonn fiosruithe ar na táblaí sin i bhfad níos tapúla.", + "File locking" : "Glasáil comhaid", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Díchumasaítear glasáil comhad idirbhirt, d'fhéadfadh fadhbanna le coinníollacha cine a bheith mar thoradh air seo. Cumasaigh \"filelocking.enabled\" i config.php chun na fadhbanna seo a sheachaint.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Níorbh fhéidir tacaíocht JavaScript a sheiceáil. Seiceáil le do thoil de láimh an bhfreastalaíonn do fhreastalaí gréasáin ar chomhaid `.mjs` ag baint úsáide as an gcineál JavaScript MIME le do thoil.", "MySQL unicode support" : "Tacaíocht Unicode MySQL", "Overwrite cli URL" : "Forscríobh cli URL", diff --git a/apps/settings/l10n/gl.js b/apps/settings/l10n/gl.js index c66d3fc48aff7..2ce9824047e34 100644 --- a/apps/settings/l10n/gl.js +++ b/apps/settings/l10n/gl.js @@ -173,8 +173,6 @@ OC.L10N.register( "Email test" : "Correo de proba", "Email test was successfully sent" : "O correo de proba foi enviado satisfactoriamente", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Aínda non definiu ou verificou a configuración do seu servidor de correo. Diríxase á «Axustes básicos» para configurala. Após, use o botón «Enviar o correo»» baixo o formulario para verificar os seus axustes.", - "File locking" : "Bloqueo de ficheiros", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "O bloqueo de ficheiros transaccionais está desactivado, isto podería levar a problemas baixo certas condicións. Active «filelocking.enabled» en «config.php» para evitar eses problemas", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "A base de datos úsase para o bloqueo de ficheiros transaccionais. Para mellorar o rendemento, configure Memcache, se está dispoñíbel.", "Forwarded for headers" : "Reenviado para cabeceiras", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "O axuste de «trusted_proxies» non está definido correctamente, debería ser unha matriz.", @@ -815,6 +813,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hai algúns certificados SSL importados polo usuario, que xa non se usan con Nextcloud 21. Pódense importar coa liña de ordes mediante a orde «occ security:certificates:import». As súas rutas dentro do directorio de datos amosanse deseguido.", "Missing optional index \"%s\" in table \"%s\"." : "Falta o índice opcional «%s» na táboa «%s».", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Á base de datos fáltanlle algúns índices. Por mor de que engadir os índices podería levar moito non foron engadidos automaticamente. Estes índices perdidos poden engadirse manualmente mentres siga funcionando a instancia, executando «occ db:add-missing-indices». Una vez se teñan engadidos os índices, as consultas a esas táboas adoitan ser moito máis rápidas.", + "File locking" : "Bloqueo de ficheiros", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "O bloqueo de ficheiros transaccionais está desactivado, isto podería levar a problemas baixo certas condicións. Active «filelocking.enabled» en «config.php» para evitar eses problemas", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Non foi posíbel comprobar a compatibilidade de JavaScript. Comprobe manualmente se o seu servidor web serve ficheiros «.mjs» utilizando o tipo MIME JavaScript.", "MySQL unicode support" : "Compatibilidade con MySQL Unicode", "Overwrite cli URL" : "Sobrescribir o URL da interface da liña de ordes", diff --git a/apps/settings/l10n/gl.json b/apps/settings/l10n/gl.json index ec0653d5a69ef..9d90b4f920ecf 100644 --- a/apps/settings/l10n/gl.json +++ b/apps/settings/l10n/gl.json @@ -171,8 +171,6 @@ "Email test" : "Correo de proba", "Email test was successfully sent" : "O correo de proba foi enviado satisfactoriamente", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Aínda non definiu ou verificou a configuración do seu servidor de correo. Diríxase á «Axustes básicos» para configurala. Após, use o botón «Enviar o correo»» baixo o formulario para verificar os seus axustes.", - "File locking" : "Bloqueo de ficheiros", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "O bloqueo de ficheiros transaccionais está desactivado, isto podería levar a problemas baixo certas condicións. Active «filelocking.enabled» en «config.php» para evitar eses problemas", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "A base de datos úsase para o bloqueo de ficheiros transaccionais. Para mellorar o rendemento, configure Memcache, se está dispoñíbel.", "Forwarded for headers" : "Reenviado para cabeceiras", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "O axuste de «trusted_proxies» non está definido correctamente, debería ser unha matriz.", @@ -813,6 +811,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Hai algúns certificados SSL importados polo usuario, que xa non se usan con Nextcloud 21. Pódense importar coa liña de ordes mediante a orde «occ security:certificates:import». As súas rutas dentro do directorio de datos amosanse deseguido.", "Missing optional index \"%s\" in table \"%s\"." : "Falta o índice opcional «%s» na táboa «%s».", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Á base de datos fáltanlle algúns índices. Por mor de que engadir os índices podería levar moito non foron engadidos automaticamente. Estes índices perdidos poden engadirse manualmente mentres siga funcionando a instancia, executando «occ db:add-missing-indices». Una vez se teñan engadidos os índices, as consultas a esas táboas adoitan ser moito máis rápidas.", + "File locking" : "Bloqueo de ficheiros", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "O bloqueo de ficheiros transaccionais está desactivado, isto podería levar a problemas baixo certas condicións. Active «filelocking.enabled» en «config.php» para evitar eses problemas", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Non foi posíbel comprobar a compatibilidade de JavaScript. Comprobe manualmente se o seu servidor web serve ficheiros «.mjs» utilizando o tipo MIME JavaScript.", "MySQL unicode support" : "Compatibilidade con MySQL Unicode", "Overwrite cli URL" : "Sobrescribir o URL da interface da liña de ordes", diff --git a/apps/settings/l10n/hu.js b/apps/settings/l10n/hu.js index 191e627ebb383..b4032a73833d0 100644 --- a/apps/settings/l10n/hu.js +++ b/apps/settings/l10n/hu.js @@ -136,7 +136,6 @@ OC.L10N.register( "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "A telepítéshez nincs megadva alapértelmezett telefonkörzet. Erre a telefonszámok országkód nélküli ellenőrzéséhez van szükség a profilbeállításokban. Ha országkód nélküli számokat szeretne engedélyezni, vegye fel a konfigurációs fájlba az „default_phone_region” paramétert a körzetnek megfelelő ISO 3166-1 kóddal.", "Email test" : "E-mail-teszt", "Email test was successfully sent" : "A tesztlevél sikeresen elküldve", - "File locking" : "Fájlzárolás", "HTTPS access and URLs" : "HTTPS hozzáférés és URL-ok", "Accessing site insecurely via HTTP." : "A webhely nem biztonságos elérése HTTP-n keresztül.", "Internet connectivity" : "Internetkapcsolat", @@ -591,6 +590,7 @@ OC.L10N.register( "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Függőben van egy háttérfolyamat, amely ellenőrzi a felhasználó által importált SSL-tanúsítványokat. Kérjük, nézzen vissza később. ", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Vannak olyan felhasználók által importált SSL-tanúsítványok, melyeket a Nextcloud 21 már nem használ. Importálhatók parancssorból az „occ security: certificate: import” paranccsal. Az adatkönyvtárban található elérési utak az alábbiakban láthatók.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Az adatbázisból hiányzik néhány index. Mivel az indexek hozzáadása nagy táblák esetén sokáig tarthat, ezért nem lettek automatikusan létrehozva. Futtassa az „occ db:add-missing-indices” parancsot, hogy kézzel létrehozza a hiányzó indexeket, miközben a példány továbbra is fut. Amint az indexek létre lettek hozva, a lekérdezések gyorsabban fognak futni azokon a táblákon.", + "File locking" : "Fájlzárolás", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "A jelenlegi PHP-verzió: %s. A PHP 8.0 már elavult a Nextcloud 27-ben. A Nextcloud 28-hoz legalább PHP 8.1 szükséges. Frissítsen az egyik hivatalosan támogatott PHP verzióra, melyet a PHP Group biztosít.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "A MariaDB következő verziója van használatban: „%s”. A Nextcloud 21 és az újabb verziók már nem támogatják ezt a verziót, legalább a MariaDB 10.2-es verziója szükséges.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "A MySQL következő verziója van használatban: „%s”. A Nextcloud 21 és az újabb verziók már nem támogatják ezt a verziót, legalább a MySQL 8.0-s vagy a MariaDB 10.2-es verziója szükséges.", diff --git a/apps/settings/l10n/hu.json b/apps/settings/l10n/hu.json index 0553025a0c580..f83b73133b858 100644 --- a/apps/settings/l10n/hu.json +++ b/apps/settings/l10n/hu.json @@ -134,7 +134,6 @@ "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective ISO 3166-1 code of the region to your config file." : "A telepítéshez nincs megadva alapértelmezett telefonkörzet. Erre a telefonszámok országkód nélküli ellenőrzéséhez van szükség a profilbeállításokban. Ha országkód nélküli számokat szeretne engedélyezni, vegye fel a konfigurációs fájlba az „default_phone_region” paramétert a körzetnek megfelelő ISO 3166-1 kóddal.", "Email test" : "E-mail-teszt", "Email test was successfully sent" : "A tesztlevél sikeresen elküldve", - "File locking" : "Fájlzárolás", "HTTPS access and URLs" : "HTTPS hozzáférés és URL-ok", "Accessing site insecurely via HTTP." : "A webhely nem biztonságos elérése HTTP-n keresztül.", "Internet connectivity" : "Internetkapcsolat", @@ -589,6 +588,7 @@ "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Függőben van egy háttérfolyamat, amely ellenőrzi a felhasználó által importált SSL-tanúsítványokat. Kérjük, nézzen vissza később. ", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Vannak olyan felhasználók által importált SSL-tanúsítványok, melyeket a Nextcloud 21 már nem használ. Importálhatók parancssorból az „occ security: certificate: import” paranccsal. Az adatkönyvtárban található elérési utak az alábbiakban láthatók.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Az adatbázisból hiányzik néhány index. Mivel az indexek hozzáadása nagy táblák esetén sokáig tarthat, ezért nem lettek automatikusan létrehozva. Futtassa az „occ db:add-missing-indices” parancsot, hogy kézzel létrehozza a hiányzó indexeket, miközben a példány továbbra is fut. Amint az indexek létre lettek hozva, a lekérdezések gyorsabban fognak futni azokon a táblákon.", + "File locking" : "Fájlzárolás", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "A jelenlegi PHP-verzió: %s. A PHP 8.0 már elavult a Nextcloud 27-ben. A Nextcloud 28-hoz legalább PHP 8.1 szükséges. Frissítsen az egyik hivatalosan támogatott PHP verzióra, melyet a PHP Group biztosít.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "A MariaDB következő verziója van használatban: „%s”. A Nextcloud 21 és az újabb verziók már nem támogatják ezt a verziót, legalább a MariaDB 10.2-es verziója szükséges.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "A MySQL következő verziója van használatban: „%s”. A Nextcloud 21 és az újabb verziók már nem támogatják ezt a verziót, legalább a MySQL 8.0-s vagy a MariaDB 10.2-es verziója szükséges.", diff --git a/apps/settings/l10n/is.js b/apps/settings/l10n/is.js index 6fe71ebabb02c..cc8eb4b8c5c83 100644 --- a/apps/settings/l10n/is.js +++ b/apps/settings/l10n/is.js @@ -126,8 +126,6 @@ OC.L10N.register( "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", - "File locking" : "Skráalæsing", - "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 database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Gagnagrunnurinn er notaður fyrir færslulæsingu skráa. Til að auka afköst ættirðu að setja upp skyndiminni (með memcache) ef það er tiltækt.", "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Uppsetning gagnstæðs milliþjónshauss (reverse proxy header) er röng. Þetta er öryggisvandamál og getur leyft árásaraðilum að dulbúa IP-vistfang þeirra sem sýnilegt fyrir Nextcloud.", "Your IP address was resolved as %s" : "IP-vistfangið þitt var leyst sem %s", @@ -537,6 +535,8 @@ OC.L10N.register( "Old user imported certificates" : "Gömul skilríki sem notandi hefur flutt inn", "Missing optional index \"%s\" in table \"%s\"." : "Vantar valkvæða vísinn \"s\" í töflunni \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Gagnagrunninn vantar nokkra atriðavísa (indexes). Vegna þess að það að bæta atriðavísum 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-indices\" væri hægt að bæta inn þessum atriðavísum sem vantar, á meðan kerfið er í gangi. Um leið og búið er að bæta inn þessum atriðavísum, munu fyrirspurnir í þessar töflur verða miklu hraðvirkari.", + "File locking" : "Skráalæsing", + "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.", "Speech-To-Text" : "Tal-í-texta", "Exclude groups from sharing" : "Undanskilja hópa frá því að deila", "These groups will still be able to receive shares, but not to initiate them." : "Þessir hópar munu samt geta tekið við deildum sameignum, en ekki geta útbúið þær.", diff --git a/apps/settings/l10n/is.json b/apps/settings/l10n/is.json index 422846a1920ac..ac466c3baff02 100644 --- a/apps/settings/l10n/is.json +++ b/apps/settings/l10n/is.json @@ -124,8 +124,6 @@ "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", - "File locking" : "Skráalæsing", - "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 database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Gagnagrunnurinn er notaður fyrir færslulæsingu skráa. Til að auka afköst ættirðu að setja upp skyndiminni (með memcache) ef það er tiltækt.", "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "Uppsetning gagnstæðs milliþjónshauss (reverse proxy header) er röng. Þetta er öryggisvandamál og getur leyft árásaraðilum að dulbúa IP-vistfang þeirra sem sýnilegt fyrir Nextcloud.", "Your IP address was resolved as %s" : "IP-vistfangið þitt var leyst sem %s", @@ -535,6 +533,8 @@ "Old user imported certificates" : "Gömul skilríki sem notandi hefur flutt inn", "Missing optional index \"%s\" in table \"%s\"." : "Vantar valkvæða vísinn \"s\" í töflunni \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Gagnagrunninn vantar nokkra atriðavísa (indexes). Vegna þess að það að bæta atriðavísum 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-indices\" væri hægt að bæta inn þessum atriðavísum sem vantar, á meðan kerfið er í gangi. Um leið og búið er að bæta inn þessum atriðavísum, munu fyrirspurnir í þessar töflur verða miklu hraðvirkari.", + "File locking" : "Skráalæsing", + "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.", "Speech-To-Text" : "Tal-í-texta", "Exclude groups from sharing" : "Undanskilja hópa frá því að deila", "These groups will still be able to receive shares, but not to initiate them." : "Þessir hópar munu samt geta tekið við deildum sameignum, en ekki geta útbúið þær.", diff --git a/apps/settings/l10n/it.js b/apps/settings/l10n/it.js index 35f0547af34fa..42890c0bda338 100644 --- a/apps/settings/l10n/it.js +++ b/apps/settings/l10n/it.js @@ -173,8 +173,6 @@ OC.L10N.register( "Email test" : "Prova email", "Email test was successfully sent" : "Il messaggio di prova è stato inviato correttamente", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Non hai ancora impostato o verificato la configurazione del tuo server email. Vai alle \"Impostazioni di base\" per configurarle. Successivamente, utilizza il pulsante \"Invia email\" sotto il modulo per verificare le tue impostazioni.", - "File locking" : "Blocco dei file", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Il blocco di file transazionale è disattivato, ciò potrebbe comportare problemi di race condition. Attiva \"filelocking.enabled\" nel config.php per evitare questi problemi.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Il database viene usato per il blocco di file transazionale. Per migliorare le prestazioni, configura memcache, se disponibile.", "Forwarded for headers" : "Inoltrato per intestazioni", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "La tua impostazione \"trusted_proxies\" non è corretta, dovrebbe essere un array.", @@ -635,6 +633,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Sono presenti alcuni certificati SSL importati dagli utenti, che non vengono più utilizzati con Nextcloud 21. Possono essere importati dalla riga di comando tramite il comando \"occ security:certificates:import\". I loro percorsi all'interno della cartella dei dati sono mostrati di seguito.", "Missing optional index \"%s\" in table \"%s\"." : "Manca l'indice facoltativo \"%s\" nella tabella \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Nel database mancano alcuni indici. Poiché l'aggiunta di indici su tabelle grandi può richiedere del tempo, non sono stati aggiunti automaticamente. Eseguendo \"occ db:add-missing-indices\", gli indici mancanti possono essere aggiunti manualmente mentre l'istanza è in esecuzione. Una volta che gli indici sono stati aggiunti, le interrogazioni a tali tabelle sono solitamente più veloci.", + "File locking" : "Blocco dei file", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Il blocco di file transazionale è disattivato, ciò potrebbe comportare problemi di race condition. Attiva \"filelocking.enabled\" nel config.php per evitare questi problemi.", "Overwrite cli URL" : "Sovrascrivi URL della riga di comando", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Attualmente stai usando PHP %s. PHP 8.0 è deprecato in Nextcloud 27. Nextcloud 28 potrebbe richiedere almeno PHP 8.1. Aggiorna ad una delle versioni di PHP supportate ufficialmente fornite dal Gruppo PHP il prima possibile.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Stai usando la versione \"%s\" di MariaDB. Nextcloud 21 e successivi non supportano questa versione e richiedono MariaDB 10.2 o successivi.", diff --git a/apps/settings/l10n/it.json b/apps/settings/l10n/it.json index 7485736791a3e..44b358062e16f 100644 --- a/apps/settings/l10n/it.json +++ b/apps/settings/l10n/it.json @@ -171,8 +171,6 @@ "Email test" : "Prova email", "Email test was successfully sent" : "Il messaggio di prova è stato inviato correttamente", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Non hai ancora impostato o verificato la configurazione del tuo server email. Vai alle \"Impostazioni di base\" per configurarle. Successivamente, utilizza il pulsante \"Invia email\" sotto il modulo per verificare le tue impostazioni.", - "File locking" : "Blocco dei file", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Il blocco di file transazionale è disattivato, ciò potrebbe comportare problemi di race condition. Attiva \"filelocking.enabled\" nel config.php per evitare questi problemi.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Il database viene usato per il blocco di file transazionale. Per migliorare le prestazioni, configura memcache, se disponibile.", "Forwarded for headers" : "Inoltrato per intestazioni", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "La tua impostazione \"trusted_proxies\" non è corretta, dovrebbe essere un array.", @@ -633,6 +631,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Sono presenti alcuni certificati SSL importati dagli utenti, che non vengono più utilizzati con Nextcloud 21. Possono essere importati dalla riga di comando tramite il comando \"occ security:certificates:import\". I loro percorsi all'interno della cartella dei dati sono mostrati di seguito.", "Missing optional index \"%s\" in table \"%s\"." : "Manca l'indice facoltativo \"%s\" nella tabella \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Nel database mancano alcuni indici. Poiché l'aggiunta di indici su tabelle grandi può richiedere del tempo, non sono stati aggiunti automaticamente. Eseguendo \"occ db:add-missing-indices\", gli indici mancanti possono essere aggiunti manualmente mentre l'istanza è in esecuzione. Una volta che gli indici sono stati aggiunti, le interrogazioni a tali tabelle sono solitamente più veloci.", + "File locking" : "Blocco dei file", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Il blocco di file transazionale è disattivato, ciò potrebbe comportare problemi di race condition. Attiva \"filelocking.enabled\" nel config.php per evitare questi problemi.", "Overwrite cli URL" : "Sovrascrivi URL della riga di comando", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Attualmente stai usando PHP %s. PHP 8.0 è deprecato in Nextcloud 27. Nextcloud 28 potrebbe richiedere almeno PHP 8.1. Aggiorna ad una delle versioni di PHP supportate ufficialmente fornite dal Gruppo PHP il prima possibile.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Stai usando la versione \"%s\" di MariaDB. Nextcloud 21 e successivi non supportano questa versione e richiedono MariaDB 10.2 o successivi.", diff --git a/apps/settings/l10n/ja.js b/apps/settings/l10n/ja.js index 622c658c8461e..7e799c255f79c 100644 --- a/apps/settings/l10n/ja.js +++ b/apps/settings/l10n/ja.js @@ -173,8 +173,6 @@ OC.L10N.register( "Email test" : "Eメールテスト", "Email test was successfully sent" : "Eメールテストは正常に送信されました", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "メールサーバーの設定が未設定または未確認です。「基本設定」で設定を行ってください。その後、フォームの下にある「メールを送信」ボタンで設定を確認してください。", - "File locking" : "ファイルロック", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "トランザクションファイルロックが無効になっているため、競合状態の問題が発生する可能性があります。これらの問題を回避するには、config.phpで \"filelocking.enabled\" を有効にします。", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "データベースがトランザクションファイルロックに使われています。パフォーマンスをあげるには、可能であればメモリーのキャッシュを設定してください。", "Forwarded for headers" : "Forwarded for headers", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "あなたの「trusted_proxies」の設定が正しく設定されていません。配列である必要があります。", @@ -807,6 +805,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "ユーザーがインポートしたSSL証明書がいくつか存在しますが、Nextcloud 21ではもう使用されていません。これらの証明書は、\"occ security:certificates:import\" コマンドにより、コマンドラインでインポートすることができます。これらの証明書のデータディレクトリ内のパスは以下のとおりです。", "Missing optional index \"%s\" in table \"%s\"." : "オプションのインデックス \"%s\" がテーブル \"%s\"にありません", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "データベースにいくつかのインデックスがありません。 大きなテーブルにインデックスを追加すると、自動的に追加されないまでに時間がかかる可能性があるためです。 \"occ db:add-missing-indices\"を実行することによって、インスタンスが実行し続けている間にそれらの欠けているインデックスを手動で追加することができます。 インデックスが追加されると、それらのテーブルへのクエリは通常はるかに速くなります。", + "File locking" : "ファイルロック", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "トランザクションファイルロックが無効になっているため、競合状態の問題が発生する可能性があります。これらの問題を回避するには、config.phpで \"filelocking.enabled\" を有効にします。", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript サポートを確認できませんでした。あなたのウェブサーバーが JavaScript MIMEタイプを使用して `.mjs` ファイルを提供しているかどうか、手動で確認してください。", "MySQL unicode support" : "MySQL unicodeサポート", "Overwrite cli URL" : "Overwrite cli URL", diff --git a/apps/settings/l10n/ja.json b/apps/settings/l10n/ja.json index 792196b93bff9..5805140925773 100644 --- a/apps/settings/l10n/ja.json +++ b/apps/settings/l10n/ja.json @@ -171,8 +171,6 @@ "Email test" : "Eメールテスト", "Email test was successfully sent" : "Eメールテストは正常に送信されました", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "メールサーバーの設定が未設定または未確認です。「基本設定」で設定を行ってください。その後、フォームの下にある「メールを送信」ボタンで設定を確認してください。", - "File locking" : "ファイルロック", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "トランザクションファイルロックが無効になっているため、競合状態の問題が発生する可能性があります。これらの問題を回避するには、config.phpで \"filelocking.enabled\" を有効にします。", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "データベースがトランザクションファイルロックに使われています。パフォーマンスをあげるには、可能であればメモリーのキャッシュを設定してください。", "Forwarded for headers" : "Forwarded for headers", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "あなたの「trusted_proxies」の設定が正しく設定されていません。配列である必要があります。", @@ -805,6 +803,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "ユーザーがインポートしたSSL証明書がいくつか存在しますが、Nextcloud 21ではもう使用されていません。これらの証明書は、\"occ security:certificates:import\" コマンドにより、コマンドラインでインポートすることができます。これらの証明書のデータディレクトリ内のパスは以下のとおりです。", "Missing optional index \"%s\" in table \"%s\"." : "オプションのインデックス \"%s\" がテーブル \"%s\"にありません", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "データベースにいくつかのインデックスがありません。 大きなテーブルにインデックスを追加すると、自動的に追加されないまでに時間がかかる可能性があるためです。 \"occ db:add-missing-indices\"を実行することによって、インスタンスが実行し続けている間にそれらの欠けているインデックスを手動で追加することができます。 インデックスが追加されると、それらのテーブルへのクエリは通常はるかに速くなります。", + "File locking" : "ファイルロック", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "トランザクションファイルロックが無効になっているため、競合状態の問題が発生する可能性があります。これらの問題を回避するには、config.phpで \"filelocking.enabled\" を有効にします。", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript サポートを確認できませんでした。あなたのウェブサーバーが JavaScript MIMEタイプを使用して `.mjs` ファイルを提供しているかどうか、手動で確認してください。", "MySQL unicode support" : "MySQL unicodeサポート", "Overwrite cli URL" : "Overwrite cli URL", diff --git a/apps/settings/l10n/ka.js b/apps/settings/l10n/ka.js index 4aa9f6ef85857..a73fee9de2f29 100644 --- a/apps/settings/l10n/ka.js +++ b/apps/settings/l10n/ka.js @@ -136,8 +136,6 @@ OC.L10N.register( "Email test" : "Email test", "Email test was successfully sent" : "Email test was successfully sent", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings.", - "File locking" : "File locking", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "The database is used for transactional file locking. To enhance performance, please configure memcache, if available.", "Forwarded for headers" : "Forwarded for headers", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Your \"trusted_proxies\" setting is not correctly set, it should be an array.", @@ -580,6 +578,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.", "Missing optional index \"%s\" in table \"%s\"." : "Missing optional index \"%s\" in table \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", + "File locking" : "File locking", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher.", diff --git a/apps/settings/l10n/ka.json b/apps/settings/l10n/ka.json index 36c3335e26484..1b0b0218595cd 100644 --- a/apps/settings/l10n/ka.json +++ b/apps/settings/l10n/ka.json @@ -134,8 +134,6 @@ "Email test" : "Email test", "Email test was successfully sent" : "Email test was successfully sent", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings.", - "File locking" : "File locking", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "The database is used for transactional file locking. To enhance performance, please configure memcache, if available.", "Forwarded for headers" : "Forwarded for headers", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Your \"trusted_proxies\" setting is not correctly set, it should be an array.", @@ -578,6 +576,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.", "Missing optional index \"%s\" in table \"%s\"." : "Missing optional index \"%s\" in table \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster.", + "File locking" : "File locking", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher.", diff --git a/apps/settings/l10n/ko.js b/apps/settings/l10n/ko.js index 9885cbe66d3ff..ce58858edad7f 100644 --- a/apps/settings/l10n/ko.js +++ b/apps/settings/l10n/ko.js @@ -161,8 +161,6 @@ OC.L10N.register( "Email test" : "이메일 시험", "Email test was successfully sent" : "시험 이메일이 성공적으로 전송됨", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "이메일 서버 설정이 입력되지 않았거나 검증되지 않았습니다. \"기본 설정\"으로 이동해 설정을 완료하십시오. 서버 정보를 입력한 후 양식 아래 \"이메일 발송\" 버튼을 눌러 설정을 검증하십시오.", - "File locking" : "파일 잠금", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "트랜잭션 파일 잠금이 비활성화되어 있어 동시 접근 시 문제가 발생할 수 있습니다. config.php에서 \"filelocking.enabled\"를 활성화하여 이 문제를 방지하십시오.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "데이터베이스가 트랜잭션 파일 잠금에 사용됩니다. 성능을 향상하려면, 가능한 경우 memcache를 설정하십시오.", "Forwarded for headers" : "헤더에 전달됨", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "\"trusted_proxies\" 설정이 바르지 않습니다. 배열(array) 형식으로 설정해야 합니다.", @@ -684,6 +682,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "현재 사용자가 불러온 SSL 인증서 중 Nextcloud 21과 함께 사용할 수 없는 것이 있습니다. 이러한 인증서는 커맨드라인 명령어 \"occ security:certificates:import\"로 불러올 수 있습니다. 데이터 디렉토리 내부에 있는 해당 인증서의 경로가 아래에 표시됩니다.", "Missing optional index \"%s\" in table \"%s\"." : "표 \"%s\"의 optional index \"%s\"이(가) 사라졌습니다", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "데이터베이스에 일부 인덱스가 없습니다. 큰 테이블에 인덱스를 추가하는 데 시간이 걸리기 때문에 자동으로 추가하지 않았습니다. 명령행에서 \"occ db:add-missing-indices\" 명령을 실행하여 인스턴스를 실행하는 동안 수동으로 인덱스를 추가할 수 있습니다. 해당 테이블에 인덱스를 추가하면 질의 속도가 다시 빨라집니다.", + "File locking" : "파일 잠금", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "트랜잭션 파일 잠금이 비활성화되어 있어 동시 접근 시 문제가 발생할 수 있습니다. config.php에서 \"filelocking.enabled\"를 활성화하여 이 문제를 방지하십시오.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript 지원 여부를 확인할 수 없습니다. 이 웹 서버가 JacaScript MIME 타입을 통해 `.mjs` 파일을 제공할 경우 수동으로 이를 확인하십시오.", "MySQL unicode support" : "MySQL 유니코드 지원", "Overwrite cli URL" : "CLI URL 덮어쓰기", diff --git a/apps/settings/l10n/ko.json b/apps/settings/l10n/ko.json index b2c6ec86d2ee1..30fa0b3b13c81 100644 --- a/apps/settings/l10n/ko.json +++ b/apps/settings/l10n/ko.json @@ -159,8 +159,6 @@ "Email test" : "이메일 시험", "Email test was successfully sent" : "시험 이메일이 성공적으로 전송됨", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "이메일 서버 설정이 입력되지 않았거나 검증되지 않았습니다. \"기본 설정\"으로 이동해 설정을 완료하십시오. 서버 정보를 입력한 후 양식 아래 \"이메일 발송\" 버튼을 눌러 설정을 검증하십시오.", - "File locking" : "파일 잠금", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "트랜잭션 파일 잠금이 비활성화되어 있어 동시 접근 시 문제가 발생할 수 있습니다. config.php에서 \"filelocking.enabled\"를 활성화하여 이 문제를 방지하십시오.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "데이터베이스가 트랜잭션 파일 잠금에 사용됩니다. 성능을 향상하려면, 가능한 경우 memcache를 설정하십시오.", "Forwarded for headers" : "헤더에 전달됨", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "\"trusted_proxies\" 설정이 바르지 않습니다. 배열(array) 형식으로 설정해야 합니다.", @@ -682,6 +680,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "현재 사용자가 불러온 SSL 인증서 중 Nextcloud 21과 함께 사용할 수 없는 것이 있습니다. 이러한 인증서는 커맨드라인 명령어 \"occ security:certificates:import\"로 불러올 수 있습니다. 데이터 디렉토리 내부에 있는 해당 인증서의 경로가 아래에 표시됩니다.", "Missing optional index \"%s\" in table \"%s\"." : "표 \"%s\"의 optional index \"%s\"이(가) 사라졌습니다", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "데이터베이스에 일부 인덱스가 없습니다. 큰 테이블에 인덱스를 추가하는 데 시간이 걸리기 때문에 자동으로 추가하지 않았습니다. 명령행에서 \"occ db:add-missing-indices\" 명령을 실행하여 인스턴스를 실행하는 동안 수동으로 인덱스를 추가할 수 있습니다. 해당 테이블에 인덱스를 추가하면 질의 속도가 다시 빨라집니다.", + "File locking" : "파일 잠금", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "트랜잭션 파일 잠금이 비활성화되어 있어 동시 접근 시 문제가 발생할 수 있습니다. config.php에서 \"filelocking.enabled\"를 활성화하여 이 문제를 방지하십시오.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript 지원 여부를 확인할 수 없습니다. 이 웹 서버가 JacaScript MIME 타입을 통해 `.mjs` 파일을 제공할 경우 수동으로 이를 확인하십시오.", "MySQL unicode support" : "MySQL 유니코드 지원", "Overwrite cli URL" : "CLI URL 덮어쓰기", diff --git a/apps/settings/l10n/nb.js b/apps/settings/l10n/nb.js index 4b3c8e83622a1..617c4ee58a3a5 100644 --- a/apps/settings/l10n/nb.js +++ b/apps/settings/l10n/nb.js @@ -173,8 +173,6 @@ OC.L10N.register( "Email test" : "Test av e-post", "Email test was successfully sent" : "E-posttesten ble sendt", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Du har ikke angitt eller bekreftet konfigurasjonen av e-postserveren ennå. Gå over til \"Grunnleggende innstillinger\" for å angi dem. Etterpå bruker du \"Send e-post\" -knappen under skjemaet for å bekrefte innstillingene dine.", - "File locking" : "Låsing av filer", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Låsing av transaksjonsfiler er deaktivert, dette kan føre til problemer med løpsforholdene. Aktiver \"filelocking.enabled\" i config.php for å unngå disse problemene.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Databasen brukes til låsing av transaksjonsfiler. For å forbedre ytelsen, vennligst konfigurer memcache, hvis tilgjengelig.", "Forwarded for headers" : "Forwarded-For headers", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "\"trusted_proxies\"-innstillingen din er ikke riktig angitt, den bør være en matrise.", @@ -806,6 +804,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Det er noen brukerimporterte SSL-sertifikater til stede, som ikke brukes lenger med Nextcloud 21. De kan importeres på kommandolinjen via kommandoen \"occ security:certificates:import\". Stiene deres i datakatalogen vises nedenfor.", "Missing optional index \"%s\" in table \"%s\"." : "Mangler valgfri indkeks \"%s\" i tabell \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler noen indekser. Å legge til indekser på store tabeller kan ta lang tid så de ble ikke lagt til automatisk. Ved å kjøre \"occ db:add-missing-indices\" legges de manglende indeksene til mens tjenesten fortsatt er tilgjengelig. Når indeksene er lagt til, er spørringer til tabellene raskere.", + "File locking" : "Låsing av filer", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Låsing av transaksjonsfiler er deaktivert, dette kan føre til problemer med løpsforholdene. Aktiver \"filelocking.enabled\" i config.php for å unngå disse problemene.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Kunne ikke se etter JavaScript-støtte. Kontroller manuelt om webserveren din serverer .mjs-filer ved hjelp av JavaScript MIME-typen.", "MySQL unicode support" : "MySQL unicode-støtte", "Overwrite cli URL" : "Overwrite cli URL", diff --git a/apps/settings/l10n/nb.json b/apps/settings/l10n/nb.json index 046ebd04ea20d..5a58f2f1d5940 100644 --- a/apps/settings/l10n/nb.json +++ b/apps/settings/l10n/nb.json @@ -171,8 +171,6 @@ "Email test" : "Test av e-post", "Email test was successfully sent" : "E-posttesten ble sendt", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Du har ikke angitt eller bekreftet konfigurasjonen av e-postserveren ennå. Gå over til \"Grunnleggende innstillinger\" for å angi dem. Etterpå bruker du \"Send e-post\" -knappen under skjemaet for å bekrefte innstillingene dine.", - "File locking" : "Låsing av filer", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Låsing av transaksjonsfiler er deaktivert, dette kan føre til problemer med løpsforholdene. Aktiver \"filelocking.enabled\" i config.php for å unngå disse problemene.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Databasen brukes til låsing av transaksjonsfiler. For å forbedre ytelsen, vennligst konfigurer memcache, hvis tilgjengelig.", "Forwarded for headers" : "Forwarded-For headers", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "\"trusted_proxies\"-innstillingen din er ikke riktig angitt, den bør være en matrise.", @@ -804,6 +802,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Det er noen brukerimporterte SSL-sertifikater til stede, som ikke brukes lenger med Nextcloud 21. De kan importeres på kommandolinjen via kommandoen \"occ security:certificates:import\". Stiene deres i datakatalogen vises nedenfor.", "Missing optional index \"%s\" in table \"%s\"." : "Mangler valgfri indkeks \"%s\" i tabell \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen mangler noen indekser. Å legge til indekser på store tabeller kan ta lang tid så de ble ikke lagt til automatisk. Ved å kjøre \"occ db:add-missing-indices\" legges de manglende indeksene til mens tjenesten fortsatt er tilgjengelig. Når indeksene er lagt til, er spørringer til tabellene raskere.", + "File locking" : "Låsing av filer", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Låsing av transaksjonsfiler er deaktivert, dette kan føre til problemer med løpsforholdene. Aktiver \"filelocking.enabled\" i config.php for å unngå disse problemene.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Kunne ikke se etter JavaScript-støtte. Kontroller manuelt om webserveren din serverer .mjs-filer ved hjelp av JavaScript MIME-typen.", "MySQL unicode support" : "MySQL unicode-støtte", "Overwrite cli URL" : "Overwrite cli URL", diff --git a/apps/settings/l10n/pl.js b/apps/settings/l10n/pl.js index 16e12cd95c392..14949922d1719 100644 --- a/apps/settings/l10n/pl.js +++ b/apps/settings/l10n/pl.js @@ -144,8 +144,6 @@ OC.L10N.register( "Email test" : "Test e-maila", "Email test was successfully sent" : "Test e-maila został pomyślnie wysłany", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Nie ustawiłeś albo nie zweryfikowałeś konfiguracji serwera pocztowego. Skorzystaj z opcji podstawowych aby ustawić serwer pocztowy. Następnie użyj przycisku \"Wyślij email\" w celi weryfikacji wprowadzonych ustawień", - "File locking" : "Blokowanie plików", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Blokowanie plików transakcyjnych jest wyłączone, może to prowadzić do problemów z przepustowością. Włącz \"filelocking.enabled\" w config.php, aby uniknąć tych problemów.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Baza danych służy do blokowania plików transakcyjnych. Aby zwiększyć wydajność, skonfiguruj memcache, jeśli jest dostępny.", "Forwarded for headers" : "Przekazany do nagłówków", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Twoje ustawienie \"trusted_proxies\" nie jest poprawnie ustawione, powinna to być tablica.", @@ -659,6 +657,8 @@ OC.L10N.register( "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Oczekiwanie zadania w tle, które sprawdza certyfikaty SSL zaimportowane przez użytkownika. Sprawdź później.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Istnieją pewne certyfikaty SSL zaimportowane przez użytkownika, które nie są już używane z Nextcloud 21. Można je zaimportować z wiersza poleceń za pomocą polecenia \"occ security:certificates:import\". Ich ścieżki w katalogu danych są pokazane poniżej.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "W bazie danych brakuje niektórych indeksów. Ze względu na fakt, że dodanie indeksów do dużych tabel może zająć trochę czasu, dlatego nie zostały one dodane automatycznie. Brakujące indeksy można dodać ręcznie w trakcie pracy instancji uruchamiając \"occ db:add-missing-indices\". Po dopisaniu indeksów zapytania do tabel będą one znacznie szybsze.", + "File locking" : "Blokowanie plików", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Blokowanie plików transakcyjnych jest wyłączone, może to prowadzić do problemów z przepustowością. Włącz \"filelocking.enabled\" w config.php, aby uniknąć tych problemów.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Aktualnie używasz PHP w wersji %s. PHP 8.0 jest teraz przestarzałe w Nextcloud 27. Nextcloud 28 może wymagać co najmniej PHP 8.1. Jak najszybciej zaktualizuj do jednej z oficjalnie obsługiwanych wersji PHP dostarczonych przez PHP Group", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Używana jest wersja MariaDB \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają MariaDB 10.2 lub nowszej.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Używana jest wersja MySQL \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają MySQL 8.0 lub MariaDB 10.2, albo nowszej.", diff --git a/apps/settings/l10n/pl.json b/apps/settings/l10n/pl.json index 11ffdd0e930bb..82e645e85d2cd 100644 --- a/apps/settings/l10n/pl.json +++ b/apps/settings/l10n/pl.json @@ -142,8 +142,6 @@ "Email test" : "Test e-maila", "Email test was successfully sent" : "Test e-maila został pomyślnie wysłany", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Nie ustawiłeś albo nie zweryfikowałeś konfiguracji serwera pocztowego. Skorzystaj z opcji podstawowych aby ustawić serwer pocztowy. Następnie użyj przycisku \"Wyślij email\" w celi weryfikacji wprowadzonych ustawień", - "File locking" : "Blokowanie plików", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Blokowanie plików transakcyjnych jest wyłączone, może to prowadzić do problemów z przepustowością. Włącz \"filelocking.enabled\" w config.php, aby uniknąć tych problemów.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Baza danych służy do blokowania plików transakcyjnych. Aby zwiększyć wydajność, skonfiguruj memcache, jeśli jest dostępny.", "Forwarded for headers" : "Przekazany do nagłówków", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Twoje ustawienie \"trusted_proxies\" nie jest poprawnie ustawione, powinna to być tablica.", @@ -657,6 +655,8 @@ "A background job is pending that checks for user imported SSL certificates. Please check back later." : "Oczekiwanie zadania w tle, które sprawdza certyfikaty SSL zaimportowane przez użytkownika. Sprawdź później.", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Istnieją pewne certyfikaty SSL zaimportowane przez użytkownika, które nie są już używane z Nextcloud 21. Można je zaimportować z wiersza poleceń za pomocą polecenia \"occ security:certificates:import\". Ich ścieżki w katalogu danych są pokazane poniżej.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "W bazie danych brakuje niektórych indeksów. Ze względu na fakt, że dodanie indeksów do dużych tabel może zająć trochę czasu, dlatego nie zostały one dodane automatycznie. Brakujące indeksy można dodać ręcznie w trakcie pracy instancji uruchamiając \"occ db:add-missing-indices\". Po dopisaniu indeksów zapytania do tabel będą one znacznie szybsze.", + "File locking" : "Blokowanie plików", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Blokowanie plików transakcyjnych jest wyłączone, może to prowadzić do problemów z przepustowością. Włącz \"filelocking.enabled\" w config.php, aby uniknąć tych problemów.", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Aktualnie używasz PHP w wersji %s. PHP 8.0 jest teraz przestarzałe w Nextcloud 27. Nextcloud 28 może wymagać co najmniej PHP 8.1. Jak najszybciej zaktualizuj do jednej z oficjalnie obsługiwanych wersji PHP dostarczonych przez PHP Group", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "Używana jest wersja MariaDB \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają MariaDB 10.2 lub nowszej.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "Używana jest wersja MySQL \"%s\". Nextcloud 21 i nowsze wersje nie obsługują tej wersji i wymagają MySQL 8.0 lub MariaDB 10.2, albo nowszej.", diff --git a/apps/settings/l10n/pt_BR.js b/apps/settings/l10n/pt_BR.js index 3fd3de177a63e..dabfc2f5cf119 100644 --- a/apps/settings/l10n/pt_BR.js +++ b/apps/settings/l10n/pt_BR.js @@ -173,8 +173,6 @@ OC.L10N.register( "Email test" : "Teste de e-mail", "Email test was successfully sent" : "Teste de email enviado com sucesso", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Você ainda não definiu ou verificou a configuração do seu servidor de e-mail. Vá para as \"Configurações básicas\" para defini-las. Depois, use o botão “Enviar e-mail” abaixo do formulário para verificar suas configurações.", - "File locking" : "Bloqueio de arquivo", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "O bloqueio de arquivo transacional está desabilitado, isso pode levar a problemas com condições de corrida. Habilite \"filelocking.enabled\" em config.php para evitar esses problemas.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "O banco de dados é usado para bloqueio de arquivos transacionais. Para melhorar o desempenho, configure o memcache, se disponível.", "Forwarded for headers" : "Encaminhado para cabeçalhos", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Sua configuração \"trusted_proxies\" não está definida corretamente, deveria ser uma matriz.", @@ -580,6 +578,10 @@ OC.L10N.register( "Unable to update profile enabled state" : "Não é possível atualizar o estado de habilitação do perfil", "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." : "A configuração mais restritiva de visibilidade ou escopo é respeitada em seu perfil. Por exemplo, se a visibilidade for definida como \"Mostrar para todos\" e o escopo for definido como \"Privado\", \"Privado\" será respeitado.", "Unable to update visibility of {displayId}" : "Não foi possível atualizar a visibilidade de {displayId}", + "she/her" : "ela/ela", + "he/him" : "ele/ele", + "they/them" : "eles/eles", + "Your pronouns. E.g. ${pronounsExample}" : "Seus pronomes. Por exemplo ${pronounsExample}", "Your role" : "Seu papel", "Your X (formerly Twitter) handle" : "Seu identificador X (anteriormente Twitter)", "Your website" : "Seu website", @@ -717,6 +719,7 @@ OC.L10N.register( "Headline" : "Título", "Organisation" : "Organização", "Phone number" : "Número de telefone", + "Pronouns" : "Pronomes", "Role" : "Função", "X (formerly Twitter)" : "X (anteriormente Twitter)", "Website" : "Website", @@ -810,6 +813,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Existem alguns certificados SSL importados pelo usuário presentes, que não são mais usados com o Nextcloud 21. Eles podem ser importados na linha de comando através do comando \"occ security:certificates:import\". Seus caminhos dentro do diretório de dados são mostrados abaixo.", "Missing optional index \"%s\" in table \"%s\"." : "Faltando índice opcional \"%s\" na tabela \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Estão faltando alguns índices no banco de dados. Devido ao fato de que adicionar índices em tabelas grandes pode levar algum tempo, eles não foram adicionados automaticamente. Ao executar \"occ db:add-missing-indices\", os índices ausentes podem ser adicionados manualmente enquanto o Nextcloud continua em execução. Depois que os índices são adicionados, as consultas a essas tabelas geralmente são muito mais rápidas.", + "File locking" : "Bloqueio de arquivo", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "O bloqueio de arquivo transacional está desabilitado, isso pode levar a problemas com condições de corrida. Habilite \"filelocking.enabled\" em config.php para evitar esses problemas.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Não foi possível verificar o suporte a JavaScript. Verifique manualmente o seu servidor web serve arquivos `.mjs` usando o tipo JavaScript MIME.", "MySQL unicode support" : "Suporte Unicode MySQL", "Overwrite cli URL" : "Sobrescrever URL cli", diff --git a/apps/settings/l10n/pt_BR.json b/apps/settings/l10n/pt_BR.json index 42a3249796171..3a7c00aa96bbd 100644 --- a/apps/settings/l10n/pt_BR.json +++ b/apps/settings/l10n/pt_BR.json @@ -171,8 +171,6 @@ "Email test" : "Teste de e-mail", "Email test was successfully sent" : "Teste de email enviado com sucesso", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Você ainda não definiu ou verificou a configuração do seu servidor de e-mail. Vá para as \"Configurações básicas\" para defini-las. Depois, use o botão “Enviar e-mail” abaixo do formulário para verificar suas configurações.", - "File locking" : "Bloqueio de arquivo", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "O bloqueio de arquivo transacional está desabilitado, isso pode levar a problemas com condições de corrida. Habilite \"filelocking.enabled\" em config.php para evitar esses problemas.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "O banco de dados é usado para bloqueio de arquivos transacionais. Para melhorar o desempenho, configure o memcache, se disponível.", "Forwarded for headers" : "Encaminhado para cabeçalhos", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Sua configuração \"trusted_proxies\" não está definida corretamente, deveria ser uma matriz.", @@ -578,6 +576,10 @@ "Unable to update profile enabled state" : "Não é possível atualizar o estado de habilitação do perfil", "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." : "A configuração mais restritiva de visibilidade ou escopo é respeitada em seu perfil. Por exemplo, se a visibilidade for definida como \"Mostrar para todos\" e o escopo for definido como \"Privado\", \"Privado\" será respeitado.", "Unable to update visibility of {displayId}" : "Não foi possível atualizar a visibilidade de {displayId}", + "she/her" : "ela/ela", + "he/him" : "ele/ele", + "they/them" : "eles/eles", + "Your pronouns. E.g. ${pronounsExample}" : "Seus pronomes. Por exemplo ${pronounsExample}", "Your role" : "Seu papel", "Your X (formerly Twitter) handle" : "Seu identificador X (anteriormente Twitter)", "Your website" : "Seu website", @@ -715,6 +717,7 @@ "Headline" : "Título", "Organisation" : "Organização", "Phone number" : "Número de telefone", + "Pronouns" : "Pronomes", "Role" : "Função", "X (formerly Twitter)" : "X (anteriormente Twitter)", "Website" : "Website", @@ -808,6 +811,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Existem alguns certificados SSL importados pelo usuário presentes, que não são mais usados com o Nextcloud 21. Eles podem ser importados na linha de comando através do comando \"occ security:certificates:import\". Seus caminhos dentro do diretório de dados são mostrados abaixo.", "Missing optional index \"%s\" in table \"%s\"." : "Faltando índice opcional \"%s\" na tabela \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Estão faltando alguns índices no banco de dados. Devido ao fato de que adicionar índices em tabelas grandes pode levar algum tempo, eles não foram adicionados automaticamente. Ao executar \"occ db:add-missing-indices\", os índices ausentes podem ser adicionados manualmente enquanto o Nextcloud continua em execução. Depois que os índices são adicionados, as consultas a essas tabelas geralmente são muito mais rápidas.", + "File locking" : "Bloqueio de arquivo", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "O bloqueio de arquivo transacional está desabilitado, isso pode levar a problemas com condições de corrida. Habilite \"filelocking.enabled\" em config.php para evitar esses problemas.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Não foi possível verificar o suporte a JavaScript. Verifique manualmente o seu servidor web serve arquivos `.mjs` usando o tipo JavaScript MIME.", "MySQL unicode support" : "Suporte Unicode MySQL", "Overwrite cli URL" : "Sobrescrever URL cli", diff --git a/apps/settings/l10n/ru.js b/apps/settings/l10n/ru.js index 216aa0020a3dc..6e41c3b0fc058 100644 --- a/apps/settings/l10n/ru.js +++ b/apps/settings/l10n/ru.js @@ -173,8 +173,6 @@ OC.L10N.register( "Email test" : "Тестовое письмо", "Email test was successfully sent" : "Тестовое письмо успешно отправлено", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Параметры сервера электронной почты ещё не заданы или не проверены. Чтобы произвести настройку, перейдите в раздел основных параметров, после чего для проверки нажмите кнопку «Отправить сообщение».", - "File locking" : "Блокирование файлов", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Транзакционное блокирование файлов не включено, что может привести к состоянию гонки. Для предупреждения возможных проблем включите параметр «filelocking.enabled» в файле конфигурации «config.php».", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Для хранения записей о транзакционном блокировании файлов сейчас используется база данных. Для повышения производительности рекомендуется настроить memcache.", "Forwarded for headers" : "Заголовок получателя перенаправления («forwarded for»).", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Параметр «trusted_proxies», позволяющий настроить список доверенных прокси-серверов, имеет неверный формат. Данный список должен быть в формате массива.", @@ -806,6 +804,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Обнаружены пользовательские сертификаты SSL, которые более не используются с Nextcloud 21. Их можно импортировать командой \"occ security:certificates:import\". Их расположение в папке с данными показаны ниже.", "Missing optional index \"%s\" in table \"%s\"." : "В таблице «%s» отсутствует необязательный индекс «%s».", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "В базе данных отсутствуют некоторые индексы. Так как создание таких индексов может занять достаточно продолжительное время, оно должно быть запущено вручную. Для создания индексов необходимо запустить команду «occ db:add-missing-indices» во время работы сервера Nextcloud. При созданных индексах, как правило, запросы к базе данных выполняются значительно быстрее.", + "File locking" : "Блокирование файлов", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Транзакционное блокирование файлов не включено, что может привести к состоянию гонки. Для предупреждения возможных проблем включите параметр «filelocking.enabled» в файле конфигурации «config.php».", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Не удалось проверить, поддерживается ли JavaScript. Внесите исправления или подтвердите, обрабатывает ли веб-сервер файлы *.mjs, основываясь на MIME-типах.", "MySQL unicode support" : "Поддержка стандарта кодирования Юникод в MySQL", "Overwrite cli URL" : "Перезапись адреса интерфейса командной строки", diff --git a/apps/settings/l10n/ru.json b/apps/settings/l10n/ru.json index 3974178de97c6..101a537de3221 100644 --- a/apps/settings/l10n/ru.json +++ b/apps/settings/l10n/ru.json @@ -171,8 +171,6 @@ "Email test" : "Тестовое письмо", "Email test was successfully sent" : "Тестовое письмо успешно отправлено", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Параметры сервера электронной почты ещё не заданы или не проверены. Чтобы произвести настройку, перейдите в раздел основных параметров, после чего для проверки нажмите кнопку «Отправить сообщение».", - "File locking" : "Блокирование файлов", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Транзакционное блокирование файлов не включено, что может привести к состоянию гонки. Для предупреждения возможных проблем включите параметр «filelocking.enabled» в файле конфигурации «config.php».", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Для хранения записей о транзакционном блокировании файлов сейчас используется база данных. Для повышения производительности рекомендуется настроить memcache.", "Forwarded for headers" : "Заголовок получателя перенаправления («forwarded for»).", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Параметр «trusted_proxies», позволяющий настроить список доверенных прокси-серверов, имеет неверный формат. Данный список должен быть в формате массива.", @@ -804,6 +802,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Обнаружены пользовательские сертификаты SSL, которые более не используются с Nextcloud 21. Их можно импортировать командой \"occ security:certificates:import\". Их расположение в папке с данными показаны ниже.", "Missing optional index \"%s\" in table \"%s\"." : "В таблице «%s» отсутствует необязательный индекс «%s».", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "В базе данных отсутствуют некоторые индексы. Так как создание таких индексов может занять достаточно продолжительное время, оно должно быть запущено вручную. Для создания индексов необходимо запустить команду «occ db:add-missing-indices» во время работы сервера Nextcloud. При созданных индексах, как правило, запросы к базе данных выполняются значительно быстрее.", + "File locking" : "Блокирование файлов", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Транзакционное блокирование файлов не включено, что может привести к состоянию гонки. Для предупреждения возможных проблем включите параметр «filelocking.enabled» в файле конфигурации «config.php».", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Не удалось проверить, поддерживается ли JavaScript. Внесите исправления или подтвердите, обрабатывает ли веб-сервер файлы *.mjs, основываясь на MIME-типах.", "MySQL unicode support" : "Поддержка стандарта кодирования Юникод в MySQL", "Overwrite cli URL" : "Перезапись адреса интерфейса командной строки", diff --git a/apps/settings/l10n/sk.js b/apps/settings/l10n/sk.js index 35440d76392f9..c5c8550c8b5e8 100644 --- a/apps/settings/l10n/sk.js +++ b/apps/settings/l10n/sk.js @@ -173,8 +173,6 @@ OC.L10N.register( "Email test" : "Test Emailu", "Email test was successfully sent" : "Testovací Email bol úspešne odoslaný.", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Zatiaľ ste nenastavili ani neoverili konfiguráciu e-mailového servera. Ak ju chcete nastaviť, prejdite na základné nastavenia. Potom pomocou tlačidla „Odoslať e-mail“ pod formulárom overte svoje nastavenia.", - "File locking" : "Zamykanie súborov", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transakčné zamykanie súborov je zakázané, toto by mohlo viesť k problémom pri súbehu úloh. Povolte \"filelocking.enabled\" v config.php, aby ste týmto problémom predišli.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Na transakčné uzamykanie súborov sa používa databáza. Pre zvýšenie výkonu, ak je to možné, prosím, nakonfigurujte memcache.", "Forwarded for headers" : "Preposlané kvôli hlavičkám", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Vaše \"trusted_proxies\" nastavenie nie je správne, malo by to byť pole.", @@ -804,6 +802,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Je niekoľko SSL certifikátov importovaných používateľmi, ktoré sa už v NextCloud 21 nepoužívajú. Môžu byť importované z príkazového riadku pomocou \"occ security:certificates:import\". Ich cesty vo vnútri dátového priečinka sú uvedené nižšie.", "Missing optional index \"%s\" in table \"%s\"." : "Chýba voliteľný index \"%s\" v tabuľke \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databáze chýbajú nejaké indexy. Keďže pridávanie indexov voči veľkým tabuľkám môže trvať dlho, tak neboli pridané automaticky. Spustením príkazu \"occ db:add-missing-indices\" môžete tieto chýbajúce indexy pridať ručne počas behu. Akonáhle budú indexy aktívne, tak požiadavky voči databáze budú podstatne rýchlejšie.", + "File locking" : "Zamykanie súborov", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transakčné zamykanie súborov je zakázané, toto by mohlo viesť k problémom pri súbehu úloh. Povolte \"filelocking.enabled\" v config.php, aby ste týmto problémom predišli.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodarilo sa skontrolovať podporu pre JavaScript. Prosím, skontrolujte manuálne, či váš webserver poskytuje súbory `.mjs` pomocou MIME typu JavaScript.", "MySQL unicode support" : "Podpora unicode v MySQL", "Overwrite cli URL" : "Prepísať CLI URL", diff --git a/apps/settings/l10n/sk.json b/apps/settings/l10n/sk.json index b537d23529f5e..f094e93684b56 100644 --- a/apps/settings/l10n/sk.json +++ b/apps/settings/l10n/sk.json @@ -171,8 +171,6 @@ "Email test" : "Test Emailu", "Email test was successfully sent" : "Testovací Email bol úspešne odoslaný.", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Zatiaľ ste nenastavili ani neoverili konfiguráciu e-mailového servera. Ak ju chcete nastaviť, prejdite na základné nastavenia. Potom pomocou tlačidla „Odoslať e-mail“ pod formulárom overte svoje nastavenia.", - "File locking" : "Zamykanie súborov", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transakčné zamykanie súborov je zakázané, toto by mohlo viesť k problémom pri súbehu úloh. Povolte \"filelocking.enabled\" v config.php, aby ste týmto problémom predišli.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Na transakčné uzamykanie súborov sa používa databáza. Pre zvýšenie výkonu, ak je to možné, prosím, nakonfigurujte memcache.", "Forwarded for headers" : "Preposlané kvôli hlavičkám", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Vaše \"trusted_proxies\" nastavenie nie je správne, malo by to byť pole.", @@ -802,6 +800,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Je niekoľko SSL certifikátov importovaných používateľmi, ktoré sa už v NextCloud 21 nepoužívajú. Môžu byť importované z príkazového riadku pomocou \"occ security:certificates:import\". Ich cesty vo vnútri dátového priečinka sú uvedené nižšie.", "Missing optional index \"%s\" in table \"%s\"." : "Chýba voliteľný index \"%s\" v tabuľke \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V databáze chýbajú nejaké indexy. Keďže pridávanie indexov voči veľkým tabuľkám môže trvať dlho, tak neboli pridané automaticky. Spustením príkazu \"occ db:add-missing-indices\" môžete tieto chýbajúce indexy pridať ručne počas behu. Akonáhle budú indexy aktívne, tak požiadavky voči databáze budú podstatne rýchlejšie.", + "File locking" : "Zamykanie súborov", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transakčné zamykanie súborov je zakázané, toto by mohlo viesť k problémom pri súbehu úloh. Povolte \"filelocking.enabled\" v config.php, aby ste týmto problémom predišli.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Nepodarilo sa skontrolovať podporu pre JavaScript. Prosím, skontrolujte manuálne, či váš webserver poskytuje súbory `.mjs` pomocou MIME typu JavaScript.", "MySQL unicode support" : "Podpora unicode v MySQL", "Overwrite cli URL" : "Prepísať CLI URL", diff --git a/apps/settings/l10n/sl.js b/apps/settings/l10n/sl.js index 7e9fa8f713ea8..0a0928aff38a0 100644 --- a/apps/settings/l10n/sl.js +++ b/apps/settings/l10n/sl.js @@ -172,8 +172,6 @@ OC.L10N.register( "Email test" : "Preizkus elektronske pošte", "Email test was successfully sent" : "Preizkusno sporočilo je bilo uspešno poslano.", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Ni še overjene nastavitve strežnika elektronske pošte. Te je mogoče prilagajati med »nastavitvami elektronske pošte«. Po spremembi uporabite gumb »Pošlji sporočilo« za dokončno overitev.", - "File locking" : "Zaklepanje datotek", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Zaklepanje datotek je onemogočeno, kar lahko privede do različnih težav. V izogib zapletom je priporočljivo omogočiti možnost »filelocking.enabled« v datoteki config.php.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Podatkovna zbirka se uporablja za transakcijsko zaklepanje datotek. Če želite povečati zmogljivost, prilagodite nastavitve pomnilnika memcache, če je ta na voljo.", "Forwarded for headers" : "Posredovano za glave", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Nastavitev zaupanja v posredniške strežnike »trusted_proxies\" ni nastavljena pravilno. Zapisana mora biti kot polje vrednosti.", @@ -683,6 +681,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Shranjenih je nekaj potrdil SSL, ki z različico Nextcloud 21 ne bodo več v uporabi. Potrdila je mogoče uvoziti z ukazom \"occ security:certificates:import\". Zabeležene poti v podatkovnem imeniku so izpisane spodaj.", "Missing optional index \"%s\" in table \"%s\"." : "Manjka izbirno kazalo »%s« v razpredelnici »%s«.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V podatkovni zbirki ni določenih nekaterih določil. Ker je dodajanje določil na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno. Z ukazom »occ db: add-missing-indices« je določila mogoče varno dodati ročno, medtem ko je sistem v delovanju. Po dodajanju bo izvajanje poizvedb teh razpredelnic neprimerno hitrejše.", + "File locking" : "Zaklepanje datotek", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Zaklepanje datotek je onemogočeno, kar lahko privede do različnih težav. V izogib zapletom je priporočljivo omogočiti možnost »filelocking.enabled« v datoteki config.php.", "MySQL unicode support" : "Podpora za unikod MySQL", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Trenutno je nameščena različica PHP %s. Podpora PHP 8.0 je z različico programa Nextcloud 27 opuščena. Za okolje Nextcloud 28 je zahtevana vsaj podpora PHP 8.1. Priporočena je nadgradnja na uradno podprte različice PHP, ki jih zagotavlja skupnost.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "V uporabi je različica podatkovne zbirke MariaDB »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico MariaDB 10.2 ali višjo.", diff --git a/apps/settings/l10n/sl.json b/apps/settings/l10n/sl.json index 1aaf52e908ab4..46075e4b8ef5e 100644 --- a/apps/settings/l10n/sl.json +++ b/apps/settings/l10n/sl.json @@ -170,8 +170,6 @@ "Email test" : "Preizkus elektronske pošte", "Email test was successfully sent" : "Preizkusno sporočilo je bilo uspešno poslano.", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Ni še overjene nastavitve strežnika elektronske pošte. Te je mogoče prilagajati med »nastavitvami elektronske pošte«. Po spremembi uporabite gumb »Pošlji sporočilo« za dokončno overitev.", - "File locking" : "Zaklepanje datotek", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Zaklepanje datotek je onemogočeno, kar lahko privede do različnih težav. V izogib zapletom je priporočljivo omogočiti možnost »filelocking.enabled« v datoteki config.php.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Podatkovna zbirka se uporablja za transakcijsko zaklepanje datotek. Če želite povečati zmogljivost, prilagodite nastavitve pomnilnika memcache, če je ta na voljo.", "Forwarded for headers" : "Posredovano za glave", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Nastavitev zaupanja v posredniške strežnike »trusted_proxies\" ni nastavljena pravilno. Zapisana mora biti kot polje vrednosti.", @@ -681,6 +679,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Shranjenih je nekaj potrdil SSL, ki z različico Nextcloud 21 ne bodo več v uporabi. Potrdila je mogoče uvoziti z ukazom \"occ security:certificates:import\". Zabeležene poti v podatkovnem imeniku so izpisane spodaj.", "Missing optional index \"%s\" in table \"%s\"." : "Manjka izbirno kazalo »%s« v razpredelnici »%s«.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "V podatkovni zbirki ni določenih nekaterih določil. Ker je dodajanje določil na velikih razpredelnicah časovno izredno zahtevno opravilo, ta niso dodana samodejno. Z ukazom »occ db: add-missing-indices« je določila mogoče varno dodati ročno, medtem ko je sistem v delovanju. Po dodajanju bo izvajanje poizvedb teh razpredelnic neprimerno hitrejše.", + "File locking" : "Zaklepanje datotek", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Zaklepanje datotek je onemogočeno, kar lahko privede do različnih težav. V izogib zapletom je priporočljivo omogočiti možnost »filelocking.enabled« v datoteki config.php.", "MySQL unicode support" : "Podpora za unikod MySQL", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Trenutno je nameščena različica PHP %s. Podpora PHP 8.0 je z različico programa Nextcloud 27 opuščena. Za okolje Nextcloud 28 je zahtevana vsaj podpora PHP 8.1. Priporočena je nadgradnja na uradno podprte različice PHP, ki jih zagotavlja skupnost.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "V uporabi je različica podatkovne zbirke MariaDB »%s«. Z namestitvijo Nextcloud 21 ta ni več podprta. Sistem zahteva nadgradnjo zbirke na različico MariaDB 10.2 ali višjo.", diff --git a/apps/settings/l10n/sr.js b/apps/settings/l10n/sr.js index c7889924db0d7..0e0809bccc4a8 100644 --- a/apps/settings/l10n/sr.js +++ b/apps/settings/l10n/sr.js @@ -173,8 +173,6 @@ OC.L10N.register( "Email test" : "Тест и-мејла", "Email test was successfully sent" : "Успешно је послат тест и-мејл ", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Још увек нисте поставили или потврдили своју конфигурацију е-поште. Молимо вас пређите на „Основна подешавања” да је поставите. Након тога, употребите дугме „Пошаљи имејл” испод форме и потврдите своја подешавања.", - "File locking" : "Закључавање фајла", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Закључавање фајла по трансакцијама је искључено, то може да доведе до проблема са стањима утркивања. Укључите „filelocking.enabled” у config.php да спречите ове проблеме.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "База података се користи за трансакционо закључавање фајлова. Да бисте побољшали перформансе, молимо вас да конфигуришете memcache, ако је то могуће.", "Forwarded for headers" : "Прослеђено за заглавља", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Ваше trusted_proxies” подешавање није исправно постављено, требало би да буде низ.", @@ -580,6 +578,10 @@ OC.L10N.register( "Unable to update profile enabled state" : "Није могло да се ажурира стање профила", "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." : "На вашем провилу се поштује рестриктивније подешавање било видљивости, било опсега важења. На пример, ако је видљивост постављена на „Прикажи свима”, а опсег важења на „Приватан”, поштује се „Приватан”.", "Unable to update visibility of {displayId}" : "Није успело ажурирање видљивости {displayId}", + "she/her" : "она/њен", + "he/him" : "он/њему", + "they/them" : "они/њима", + "Your pronouns. E.g. ${pronounsExample}" : "Ваше заменице. Нпр. ${pronounsExample}", "Your role" : "Ваша улога", "Your X (formerly Twitter) handle" : "Ваша X (бивши Twitter) ручка", "Your website" : "Ваш веб сајт", @@ -717,6 +719,7 @@ OC.L10N.register( "Headline" : "Наслов", "Organisation" : "Организација", "Phone number" : "Број телефона", + "Pronouns" : "Заменице", "Role" : "Улога", "X (formerly Twitter)" : "X (бивши Twitter)", "Website" : "Веб сајт", @@ -810,6 +813,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Присутни су неки увезени кориснички SSL сертификати који се више не користе у Nextcloud 21. Могу да се увезу из командне линије извршавањем команде „occ security:certificates:import”. Њихове путање унутар директоријума са подацима су приказане испод.", "Missing optional index \"%s\" in table \"%s\"." : "У табели „%s” недостаје необавезни индекс „%s”.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У бази недостају поједини индекси. Због тога што додавање индекса на великим табелама може доста да потраје, индекси се не додају аутоматски. Покретањем „occ db:add-missing-indices“, индекси који недостају ће бити додати ручно док је инстанца покренута. Једном када су индекси додати, упити над тим табелама ће обично бити много бржи.", + "File locking" : "Закључавање фајла", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Закључавање фајла по трансакцијама је искључено, то може да доведе до проблема са стањима утркивања. Укључите „filelocking.enabled” у config.php да спречите ове проблеме.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Није могла да се провери JavaScript подршка. Молимо вас да ручно проверите да ли ваш веб сервер сервира `.mjs` фајлове користећи JavaScript MIME тип.", "MySQL unicode support" : "MySQL уникод подршка", "Overwrite cli URL" : "Overwrite cli URL", diff --git a/apps/settings/l10n/sr.json b/apps/settings/l10n/sr.json index 96071723ea5ad..afdd8d3012f13 100644 --- a/apps/settings/l10n/sr.json +++ b/apps/settings/l10n/sr.json @@ -171,8 +171,6 @@ "Email test" : "Тест и-мејла", "Email test was successfully sent" : "Успешно је послат тест и-мејл ", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Још увек нисте поставили или потврдили своју конфигурацију е-поште. Молимо вас пређите на „Основна подешавања” да је поставите. Након тога, употребите дугме „Пошаљи имејл” испод форме и потврдите своја подешавања.", - "File locking" : "Закључавање фајла", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Закључавање фајла по трансакцијама је искључено, то може да доведе до проблема са стањима утркивања. Укључите „filelocking.enabled” у config.php да спречите ове проблеме.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "База података се користи за трансакционо закључавање фајлова. Да бисте побољшали перформансе, молимо вас да конфигуришете memcache, ако је то могуће.", "Forwarded for headers" : "Прослеђено за заглавља", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Ваше trusted_proxies” подешавање није исправно постављено, требало би да буде низ.", @@ -578,6 +576,10 @@ "Unable to update profile enabled state" : "Није могло да се ажурира стање профила", "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." : "На вашем провилу се поштује рестриктивније подешавање било видљивости, било опсега важења. На пример, ако је видљивост постављена на „Прикажи свима”, а опсег важења на „Приватан”, поштује се „Приватан”.", "Unable to update visibility of {displayId}" : "Није успело ажурирање видљивости {displayId}", + "she/her" : "она/њен", + "he/him" : "он/њему", + "they/them" : "они/њима", + "Your pronouns. E.g. ${pronounsExample}" : "Ваше заменице. Нпр. ${pronounsExample}", "Your role" : "Ваша улога", "Your X (formerly Twitter) handle" : "Ваша X (бивши Twitter) ручка", "Your website" : "Ваш веб сајт", @@ -715,6 +717,7 @@ "Headline" : "Наслов", "Organisation" : "Организација", "Phone number" : "Број телефона", + "Pronouns" : "Заменице", "Role" : "Улога", "X (formerly Twitter)" : "X (бивши Twitter)", "Website" : "Веб сајт", @@ -808,6 +811,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Присутни су неки увезени кориснички SSL сертификати који се више не користе у Nextcloud 21. Могу да се увезу из командне линије извршавањем команде „occ security:certificates:import”. Њихове путање унутар директоријума са подацима су приказане испод.", "Missing optional index \"%s\" in table \"%s\"." : "У табели „%s” недостаје необавезни индекс „%s”.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У бази недостају поједини индекси. Због тога што додавање индекса на великим табелама може доста да потраје, индекси се не додају аутоматски. Покретањем „occ db:add-missing-indices“, индекси који недостају ће бити додати ручно док је инстанца покренута. Једном када су индекси додати, упити над тим табелама ће обично бити много бржи.", + "File locking" : "Закључавање фајла", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Закључавање фајла по трансакцијама је искључено, то може да доведе до проблема са стањима утркивања. Укључите „filelocking.enabled” у config.php да спречите ове проблеме.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Није могла да се провери JavaScript подршка. Молимо вас да ручно проверите да ли ваш веб сервер сервира `.mjs` фајлове користећи JavaScript MIME тип.", "MySQL unicode support" : "MySQL уникод подршка", "Overwrite cli URL" : "Overwrite cli URL", diff --git a/apps/settings/l10n/sv.js b/apps/settings/l10n/sv.js index 2ce1b4d8fc13e..ec9bcfe5003f4 100644 --- a/apps/settings/l10n/sv.js +++ b/apps/settings/l10n/sv.js @@ -160,8 +160,6 @@ OC.L10N.register( "Email test" : "E-posttest", "Email test was successfully sent" : "E-posttestet har skickats", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Du har inte ställt in eller verifierat din e-postserverkonfiguration ännu. Gå över till \"Generella inställningar\" för att ställa in dem. Använd sedan knappen \"Skicka e-post\" under formuläret för att verifiera dina inställningar.", - "File locking" : "Fillåsning", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transaktionsbaserad fillåsning är inaktiverad, detta kan leda till problem med konflikter. Aktivera \"filelocking.enabled\" i config.php för att undvika dessa problem.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Databasen används till transaktionsbaserad fillåsning. För att förbättra prestandan, konfigurera memcache om det finns tillgängligt.", "Your IP address was resolved as %s" : "Din IP-adress identifierades som %s", "Internet connectivity" : "Internetanslutning", @@ -692,6 +690,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Det finns några användarimporterade SSL-certifikat närvarande som inte längre används med Nextcloud 21. De kan importeras i kommandoraden via \"occ security:certificates:import\". Deras sökvägar inuti data-mappen visas nedanför.", "Missing optional index \"%s\" in table \"%s\"." : "Saknar valfri index \"%s\" i tabellen \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen saknar några index. Dessa adderas inte automatsikt då indexering av stora tabeller kan ta tid. Med kommandot \"occ db:add-missing-indices\" kan de saknade indices läggas till manuellt utan att instansen behöver stoppas. Indexerade tabeller ger oftast mycket snabbare svar.", + "File locking" : "Fillåsning", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transaktionsbaserad fillåsning är inaktiverad, detta kan leda till problem med konflikter. Aktivera \"filelocking.enabled\" i config.php för att undvika dessa problem.", "Overwrite cli URL" : "Skriv över cli-URL", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du kör för närvarande PHP %s. PHP 8.0 är nu föråldrat i Nextcloud 27. Nextcloud 28 kan kräva minst PHP 8.1. Vänligen uppgradera till en av de officiellt stödda PHP-versionerna som tillhandahålls av PHP Group så snart som möjligt.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver MariaDB 10.2 eller högre.", diff --git a/apps/settings/l10n/sv.json b/apps/settings/l10n/sv.json index 0d210665289f1..3fc8aca409ab5 100644 --- a/apps/settings/l10n/sv.json +++ b/apps/settings/l10n/sv.json @@ -158,8 +158,6 @@ "Email test" : "E-posttest", "Email test was successfully sent" : "E-posttestet har skickats", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Du har inte ställt in eller verifierat din e-postserverkonfiguration ännu. Gå över till \"Generella inställningar\" för att ställa in dem. Använd sedan knappen \"Skicka e-post\" under formuläret för att verifiera dina inställningar.", - "File locking" : "Fillåsning", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transaktionsbaserad fillåsning är inaktiverad, detta kan leda till problem med konflikter. Aktivera \"filelocking.enabled\" i config.php för att undvika dessa problem.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Databasen används till transaktionsbaserad fillåsning. För att förbättra prestandan, konfigurera memcache om det finns tillgängligt.", "Your IP address was resolved as %s" : "Din IP-adress identifierades som %s", "Internet connectivity" : "Internetanslutning", @@ -690,6 +688,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Det finns några användarimporterade SSL-certifikat närvarande som inte längre används med Nextcloud 21. De kan importeras i kommandoraden via \"occ security:certificates:import\". Deras sökvägar inuti data-mappen visas nedanför.", "Missing optional index \"%s\" in table \"%s\"." : "Saknar valfri index \"%s\" i tabellen \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Databasen saknar några index. Dessa adderas inte automatsikt då indexering av stora tabeller kan ta tid. Med kommandot \"occ db:add-missing-indices\" kan de saknade indices läggas till manuellt utan att instansen behöver stoppas. Indexerade tabeller ger oftast mycket snabbare svar.", + "File locking" : "Fillåsning", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Transaktionsbaserad fillåsning är inaktiverad, detta kan leda till problem med konflikter. Aktivera \"filelocking.enabled\" i config.php för att undvika dessa problem.", "Overwrite cli URL" : "Skriv över cli-URL", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "Du kör för närvarande PHP %s. PHP 8.0 är nu föråldrat i Nextcloud 27. Nextcloud 28 kan kräva minst PHP 8.1. Vänligen uppgradera till en av de officiellt stödda PHP-versionerna som tillhandahålls av PHP Group så snart som möjligt.", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" används. Nextcloud 21 och högre stöder inte denna version och kräver MariaDB 10.2 eller högre.", diff --git a/apps/settings/l10n/tr.js b/apps/settings/l10n/tr.js index d472ba2224e11..0c0b244acceac 100644 --- a/apps/settings/l10n/tr.js +++ b/apps/settings/l10n/tr.js @@ -173,8 +173,6 @@ OC.L10N.register( "Email test" : "E-posta sınaması", "Email test was successfully sent" : "E-posta sınaması gönderildi", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "E-posta sunucusu yapılandırmanızı henüz ayarlamadınız veya doğrulamadınız. Ayarları yapmak için \"Temel ayarlar\" bölümüne gidin. Ardından, ayarlarınızı doğrulamak için formun altındaki \"E-posta gönder\" düğmesine tıklayın.", - "File locking" : "Dosya kilitleme", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "İşlemsel dosya kilidi devre dışı. Bu durum yarış koşullarında (race condition) sorun çıkarabilir. Bu sorunlardan kaçınmak için config.php dosyasındaki \"filelocking.enabled\" seçeneğini etkinleştirin.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Veri tabanı, işlemsel dosya kilitleme için kullanılır. Başarımı yükseltmek için varsa lütfen memcache yapılandırmasını ayarlayın.", "Forwarded for headers" : "Üst bilgi yönlendirmesi", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "\"trusted_proxies\" ayarınız düzgün yapılmamış. Bu bir dizi olmalıdır.", @@ -580,6 +578,10 @@ OC.L10N.register( "Unable to update profile enabled state" : "Profilin etkinleştirilme durumu güncellenemedi", "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." : "Profilinizde daha kısıtlayıcı olan görünürlük veya kapsam ayarına uyulur - Örneğin, görünürlük \"Herkese görüntülensin\" ve kapsam \"Özel\" olarak ayarlanmışsa, \"Özel\" seçimine uyulur.", "Unable to update visibility of {displayId}" : "{displayId} görünürlüğü güncellenemedi", + "she/her" : "hanım", + "he/him" : "bey", + "they/them" : "kişi", + "Your pronouns. E.g. ${pronounsExample}" : "Hitaplarınız ${pronounsExample}", "Your role" : "Pozisyonunuz", "Your X (formerly Twitter) handle" : "X (eski Twitter) kullanıcı adınız", "Your website" : "Sitenizin adresi", @@ -717,6 +719,7 @@ OC.L10N.register( "Headline" : "Başlık", "Organisation" : "Kuruluş", "Phone number" : "Telefon numarası", + "Pronouns" : "Hitaplar", "Role" : "Pozisyon", "X (formerly Twitter)" : "X (eski Twitter)", "Website" : "Site", @@ -810,6 +813,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Kullanıcı tarafından içe aktarılmış ancak artık Nextcloud 21 ile kullanılmayan bazı SSL sertifikaları var. Bunlar, komut satırından \"occ security:certificates:import\" komutu ile içe aktarılabilir. Veri klasörü içindeki yollarını aşağıda görebilirsiniz.", "Missing optional index \"%s\" in table \"%s\"." : "İsteğe bağlı \"%s\" dizini \"%s\" tablosunda eksik.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Veri tabanında bazı dizinler eksik. Büyük tablolara dizinlerin eklenmesi uzun sürebildiğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik dizinleri el ile eklemek için \"occ db:add-missing-indices\" komutunu yürütün. Dizinler eklendikten sonra bu tablolar üzerindeki sorgular çok daha hızlı yürütülür.", + "File locking" : "Dosya kilitleme", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "İşlemsel dosya kilidi devre dışı. Bu durum yarış koşullarında (race condition) sorun çıkarabilir. Bu sorunlardan kaçınmak için config.php dosyasındaki \"filelocking.enabled\" seçeneğini etkinleştirin.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript desteği kontrol edilemedi. Lütfen site sunucunuzun JavaScript MIME türünü kullanarak `.mjs` dosyalarını sunup sunmadığını el ile denetleyin.", "MySQL unicode support" : "MySQL unikod desteği", "Overwrite cli URL" : "CLI adresi değişikliği", diff --git a/apps/settings/l10n/tr.json b/apps/settings/l10n/tr.json index 9c50f3ecec57a..903a0516035d0 100644 --- a/apps/settings/l10n/tr.json +++ b/apps/settings/l10n/tr.json @@ -171,8 +171,6 @@ "Email test" : "E-posta sınaması", "Email test was successfully sent" : "E-posta sınaması gönderildi", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "E-posta sunucusu yapılandırmanızı henüz ayarlamadınız veya doğrulamadınız. Ayarları yapmak için \"Temel ayarlar\" bölümüne gidin. Ardından, ayarlarınızı doğrulamak için formun altındaki \"E-posta gönder\" düğmesine tıklayın.", - "File locking" : "Dosya kilitleme", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "İşlemsel dosya kilidi devre dışı. Bu durum yarış koşullarında (race condition) sorun çıkarabilir. Bu sorunlardan kaçınmak için config.php dosyasındaki \"filelocking.enabled\" seçeneğini etkinleştirin.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "Veri tabanı, işlemsel dosya kilitleme için kullanılır. Başarımı yükseltmek için varsa lütfen memcache yapılandırmasını ayarlayın.", "Forwarded for headers" : "Üst bilgi yönlendirmesi", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "\"trusted_proxies\" ayarınız düzgün yapılmamış. Bu bir dizi olmalıdır.", @@ -578,6 +576,10 @@ "Unable to update profile enabled state" : "Profilin etkinleştirilme durumu güncellenemedi", "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." : "Profilinizde daha kısıtlayıcı olan görünürlük veya kapsam ayarına uyulur - Örneğin, görünürlük \"Herkese görüntülensin\" ve kapsam \"Özel\" olarak ayarlanmışsa, \"Özel\" seçimine uyulur.", "Unable to update visibility of {displayId}" : "{displayId} görünürlüğü güncellenemedi", + "she/her" : "hanım", + "he/him" : "bey", + "they/them" : "kişi", + "Your pronouns. E.g. ${pronounsExample}" : "Hitaplarınız ${pronounsExample}", "Your role" : "Pozisyonunuz", "Your X (formerly Twitter) handle" : "X (eski Twitter) kullanıcı adınız", "Your website" : "Sitenizin adresi", @@ -715,6 +717,7 @@ "Headline" : "Başlık", "Organisation" : "Kuruluş", "Phone number" : "Telefon numarası", + "Pronouns" : "Hitaplar", "Role" : "Pozisyon", "X (formerly Twitter)" : "X (eski Twitter)", "Website" : "Site", @@ -808,6 +811,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Kullanıcı tarafından içe aktarılmış ancak artık Nextcloud 21 ile kullanılmayan bazı SSL sertifikaları var. Bunlar, komut satırından \"occ security:certificates:import\" komutu ile içe aktarılabilir. Veri klasörü içindeki yollarını aşağıda görebilirsiniz.", "Missing optional index \"%s\" in table \"%s\"." : "İsteğe bağlı \"%s\" dizini \"%s\" tablosunda eksik.", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "Veri tabanında bazı dizinler eksik. Büyük tablolara dizinlerin eklenmesi uzun sürebildiğinden bu işlem otomatik olarak yapılmaz. Sunucunuz normal çalışırken eksik dizinleri el ile eklemek için \"occ db:add-missing-indices\" komutunu yürütün. Dizinler eklendikten sonra bu tablolar üzerindeki sorgular çok daha hızlı yürütülür.", + "File locking" : "Dosya kilitleme", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "İşlemsel dosya kilidi devre dışı. Bu durum yarış koşullarında (race condition) sorun çıkarabilir. Bu sorunlardan kaçınmak için config.php dosyasındaki \"filelocking.enabled\" seçeneğini etkinleştirin.", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "JavaScript desteği kontrol edilemedi. Lütfen site sunucunuzun JavaScript MIME türünü kullanarak `.mjs` dosyalarını sunup sunmadığını el ile denetleyin.", "MySQL unicode support" : "MySQL unikod desteği", "Overwrite cli URL" : "CLI adresi değişikliği", diff --git a/apps/settings/l10n/uk.js b/apps/settings/l10n/uk.js index 68d744dce81f2..83fa8ac4cc380 100644 --- a/apps/settings/l10n/uk.js +++ b/apps/settings/l10n/uk.js @@ -159,8 +159,6 @@ OC.L10N.register( "Email test" : "Тест ел.пошти", "Email test was successfully sent" : "Ел.лист було успішно надіслано", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Ви ще не налаштувати або не перевірили налаштування поштового сервера. Перейдіть до \"Основних налаштувань. Після цього перевірте коректність поштових налаштувань, для цього клацніть на кнопку \"Надіслати ел.пошту\" під формою.", - "File locking" : "Блокування файлів", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Транзакційне блокування файлів вимкнено. Це може призвести до потенційних помилок під час одночасної роботи з файлами. Увімкніть параметр \"filelocking.enabled\" у конфігураційному файлі config.php, щоби уникнути цих помилок. ", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "База даних використовується для транзакційного блокування файлів. Для кращої продуктивности рекомендується налаштувати memcache, якщо доступний.", "Forwarded for headers" : "Перенаправлено для заголовків", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Ваш параметр \"trusted_proxies\" встановлено неправильно, це має бути масив.", @@ -708,6 +706,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Є деякі сертифікати SSL, імпортовані користувачем, які більше не використовуються з Nextcloud 21. Їх можна імпортувати в командному рядку за допомогою команди «occ security:certificates:import». Їхні шляхи всередині каталогу даних показано нижче.", "Missing optional index \"%s\" in table \"%s\"." : "Відсутній необов'язковий індекс\"%s\" у таблиці \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У базі даних відсутні деякі індекси. Через те, що додавання індексів у великі таблиці могло зайняти деякий час, їх не було створено автоматично. Для створення індексів вручну, будь ласка, виконайте команду \"occ db:add-missing-indices\". Після додавання індексів запити до цих таблиць зазвичай виконуються набагато швидше.", + "File locking" : "Блокування файлів", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Транзакційне блокування файлів вимкнено. Це може призвести до потенційних помилок під час одночасної роботи з файлами. Увімкніть параметр \"filelocking.enabled\" у конфігураційному файлі config.php, щоби уникнути цих помилок. ", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Неможливо перевірити наявність підтримки JavaScript. Будь ласка, перевірте вручну, чи ваш вебсервер обслуговує файли `.mjs` за допомогою типу MIME для JavaScript.", "Overwrite cli URL" : "Перезаписати CLI URL", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "У вас встановлено PHP версії %s. Починаючи з версії Nextcloud 27, PHP 8.0 вже вважається застарілим. Версія Nextcloud 28 може вимагати версію PHP 8.1 та вище. Просимо якнайшвидше оновити версію PHP від PHP Group до офіційно підтримуваної.", diff --git a/apps/settings/l10n/uk.json b/apps/settings/l10n/uk.json index 3c3dae8a405b5..063eff3d85ebf 100644 --- a/apps/settings/l10n/uk.json +++ b/apps/settings/l10n/uk.json @@ -157,8 +157,6 @@ "Email test" : "Тест ел.пошти", "Email test was successfully sent" : "Ел.лист було успішно надіслано", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "Ви ще не налаштувати або не перевірили налаштування поштового сервера. Перейдіть до \"Основних налаштувань. Після цього перевірте коректність поштових налаштувань, для цього клацніть на кнопку \"Надіслати ел.пошту\" під формою.", - "File locking" : "Блокування файлів", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Транзакційне блокування файлів вимкнено. Це може призвести до потенційних помилок під час одночасної роботи з файлами. Увімкніть параметр \"filelocking.enabled\" у конфігураційному файлі config.php, щоби уникнути цих помилок. ", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "База даних використовується для транзакційного блокування файлів. Для кращої продуктивности рекомендується налаштувати memcache, якщо доступний.", "Forwarded for headers" : "Перенаправлено для заголовків", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "Ваш параметр \"trusted_proxies\" встановлено неправильно, це має бути масив.", @@ -706,6 +704,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Є деякі сертифікати SSL, імпортовані користувачем, які більше не використовуються з Nextcloud 21. Їх можна імпортувати в командному рядку за допомогою команди «occ security:certificates:import». Їхні шляхи всередині каталогу даних показано нижче.", "Missing optional index \"%s\" in table \"%s\"." : "Відсутній необов'язковий індекс\"%s\" у таблиці \"%s\".", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "У базі даних відсутні деякі індекси. Через те, що додавання індексів у великі таблиці могло зайняти деякий час, їх не було створено автоматично. Для створення індексів вручну, будь ласка, виконайте команду \"occ db:add-missing-indices\". Після додавання індексів запити до цих таблиць зазвичай виконуються набагато швидше.", + "File locking" : "Блокування файлів", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "Транзакційне блокування файлів вимкнено. Це може призвести до потенційних помилок під час одночасної роботи з файлами. Увімкніть параметр \"filelocking.enabled\" у конфігураційному файлі config.php, щоби уникнути цих помилок. ", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Неможливо перевірити наявність підтримки JavaScript. Будь ласка, перевірте вручну, чи ваш вебсервер обслуговує файли `.mjs` за допомогою типу MIME для JavaScript.", "Overwrite cli URL" : "Перезаписати CLI URL", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "У вас встановлено PHP версії %s. Починаючи з версії Nextcloud 27, PHP 8.0 вже вважається застарілим. Версія Nextcloud 28 може вимагати версію PHP 8.1 та вище. Просимо якнайшвидше оновити версію PHP від PHP Group до офіційно підтримуваної.", diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js index 7c82c7cd6f079..f922a8818bc97 100644 --- a/apps/settings/l10n/zh_CN.js +++ b/apps/settings/l10n/zh_CN.js @@ -72,6 +72,7 @@ OC.L10N.register( "Email could not be sent. Check your mail server log" : "邮件无法发送。检查您的邮件服务器日志", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "在发送电子邮件时出现问题。请修正您的设置。(错误:%s)", "You need to set your account email before being able to send test emails. Go to %s for that." : "您需要先设置您的帐户电子邮件,然后才能发送测试电子邮件。去 %s 看看吧。", + "Recently active" : "最近活跃", "Disabled accounts" : "禁用账号", "Invalid account" : "无效的账户。", "Invalid mail address" : "无效的电子邮件地址", @@ -124,6 +125,11 @@ OC.L10N.register( "Background jobs" : "后台任务", "Unlimited" : "无限", "Verifying" : "正在验证", + "Allowed admin IP ranges" : "允许的管理员 IP 范围", + "Admin IP filtering isn’t applied." : "不应用管理员 IP 过滤。", + "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "配置键 \"%1$s\"需要一个数组(找到 %2$s)。不会应用管理员 IP 范围验证。", + "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "配置 key \"%1$s\" 包含无效的ip范围: \"%2$s\"", + "Admin IP filtering is correctly configured." : "管理员 IP 过滤已正确配置。", "App directories owner" : "应用程序目录所有者", "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" : "某些应用程序目录由与 Web 服务器不同的用户拥有。 如果手动安装应用程序,可能会出现这种情况。 检查以下应用程序目录的权限:\n%s", "App directories have the correct owner \"%s\"" : "应用程序目录具有正确的所有者 \"%s\"", @@ -148,10 +154,13 @@ OC.L10N.register( "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." : "您的数据目录和文件似乎可以从互联网访问。这是因为 .htaccess 文件无效。强烈建议您配置您的 web 服务器,使数据目录不再可访问,或将数据目录移到 web 服务器文档根目录之外。", "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "无法检查数据目录是否受到保护。 请手动检查您的服务器是否不允许访问数据目录。", "Database missing columns" : "数据库缺失列", + "Missing optional column \"%s\" in table \"%s\"." : "缺少可选列 \"%s\" ,在表 \"%s\"中.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "数据库缺少一些可选列。 由于在大表上添加列可能会花费一些时间,因此在可以选择时不会自动添加列。 通过运行“occ db:add-missing-columns”,可以在实例继续运行时手动添加那些缺少的列。 添加列后,某些功能可能会提高响应速度或可用性。", "Database missing indices" : "数据库缺失索引", "Missing indices:" : "缺少引索:", + "Detected some missing optional indices. Occasionally new indices are added (by Nextcloud or installed applications) to improve database performance. Adding indices can sometimes take awhile and temporarily hurt performance so this is not done automatically during upgrades. Once the indices are added, queries to those tables should be faster. Use the command `occ db:add-missing-indices` to add them. " : "检测到一些缺失的可选索引。偶尔会添加新索引(由 Nextcloud 或已安装的应用程序添加)以提高数据库性能。添加索引有时可能需要一段时间并会暂时损害性能,因此在升级期间不会自动完成此操作。添加索引后,对这些表的查询应该会更快。使用命令 `occ db:add-missing-indices` 添加它们。", "Database missing primary keys" : "数据库缺少主键", + "Missing primary key on table \"%s\"." : "表 \"%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." : "数据库缺少一些主键。由于在大型数据表上添加主键可能需要一些时间,因此程序没有自动添加。通过运行“occ db:add-missing-primary-keys”,这些缺失的主键可以在实例持续运行时手动添加。", "Database pending bigint migrations" : "数据库待处理的 bigint 迁移", "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline." : "数据库中的某些列缺少到大整型的转换。 由于更改大表上的列类型可能需要一些时间,因此它们不会自动更改。 通过运行 \"occ db:convert-filecache-bigint\",可以手动应用这些挂起的更改。 该操作需要在实例离线时进行。", @@ -163,8 +172,6 @@ OC.L10N.register( "Email test" : "电子邮件测试", "Email test was successfully sent" : "测试电子邮件成功发出", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "您尚未配置电子邮件服务器或尚未验证配置。请在“基本设置”中进行配置。配置完毕后,请点击表单下方的“发送电子邮件”按钮来验证您的设置。", - "File locking" : "文件锁定", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "事务性文件锁定已禁用,可能会引发争用问题。请在 config.php 中启用 filelocking.enabled 以避免这类问题的发生。", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "当前正在使用数据库处理事务性文件锁定。若有内存缓存可用,请进行配置以提升性能。", "Forwarded for headers" : "转发标头", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "您的 trusted_proxy 设置存在错误,应为一个列表。", @@ -172,13 +179,17 @@ OC.L10N.register( "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "反向代理标头设置不正确。这会允许攻击者对 Nextcloud 假冒其IP地址并引发安全问题。", "Your IP address was resolved as %s" : "您的IP地址为%s", "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "反向代理标头设置不正确,或您正在通过受信任的代理访问 Nextcloud。若您并未使用受信任的代理,这表示存在安全问题,攻击者可以对 Nextcloud 假冒其IP地址。", + "HTTPS access and URLs" : "HTTPS 访问和 URL", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "通过 HTTP 不安全地访问网站。 强烈建议您将服务器设置为需要 HTTPS。 如果没有它,一些重要的网络功能(例如 \"复制到剪贴板\" 或 \"服务人员\" )将无法工作!", "Accessing site insecurely via HTTP." : "通过 HTTP 不安全地访问网站。", + "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This likely means that your instance is behind a reverse proxy and the Nextcloud `overwrite*` config values are not set correctly." : "您正在通过安全连接访问您的实例,但您的实例正在生成不安全的 URL。这可能意味着您的实例位于反向代理后面,并且 Nextcloud `overwrite*` 配置值设置不正确。", + "Your instance is generating insecure URLs. If you access your instance over HTTPS, this likely means that your instance is behind a reverse proxy and the Nextcloud `overwrite*` config values are not set correctly." : "您的实例正在生成不安全的 URL。如果您通过 HTTPS 访问您的实例,这可能意味着您的实例位于反向代理后面,并且 Nextcloud `overwrite*` 配置值设置不正确。", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "您正在通过安全连接访问您的实例,并且您的实例正在生成安全 URL。", "Internet connectivity" : "网络连接", "Internet connectivity is disabled in configuration file." : "配置文件中网络连接已禁用。", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "此服务器没有工作的互联网连接:无法访问多个端点。这意味着一些功能,如挂载外部存储、更新或安装第三方应用程序的通知将无法工作。远程访问文件和发送通知邮件也可能无法工作。建立从这个服务器到互联网的连接,以享受所有功能。", "JavaScript modules support" : "JavaScript 模块支持", + "Unable to run check for JavaScript support. Please remedy or confirm manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "无法运行 JavaScript 支持检查。请修复或手动确认您的 Web 服务器是否使用 JavaScript MIME 类型提供 `.mjs` 文件。", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "您的网络服务器不使用 JavaScript MIME 类型提供 \".mjs\" 文件。 这会阻止浏览器执行 JavaScript 文件,从而破坏某些应用程序。 您应该配置您的网络服务器以使用 \"text/javascript\" 或 \"application/javascript\" MIME 类型提供 \".mjs\" 文件。", "JavaScript source map support" : "JavaScript 源映射支持", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "您的网络服务器未设置为提供 \".js.map\" 文件。 如果没有这些文件,JavaScript Source Maps 将无法正常运行,从而使排除和调试可能出现的任何问题变得更加困难。", @@ -189,13 +200,25 @@ OC.L10N.register( "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "服务器没有配置维护时段开始时间。 这意味着资源密集型日常后台作业也将在您的主要使用时间执行。 我们建议将其设置为低使用率的时间,这样用户就不会受到这些繁重任务造成的负载的影响。", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "执行繁重后台作业的维护窗口位于 {start}:00 UTC 和 {end}:00 UTC 之间", "Memcache" : "内存缓存", + "Memcached is configured as distributed cache, but the wrong PHP module (\"memcache\") is installed. Please install the PHP module \"memcached\"." : "Memcached 已配置为分布式缓存,但安装了错误的 PHP 模块(\"memcache\")。请安装 PHP 模块 \"memcached\"。", + "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed. Please install the PHP module \"memcached\"." : "Memcached 配置为分布式缓存,但未安装 PHP 模块 \"memcached\" 。请安装 PHP 模块 \"memcached\" 。", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "未配置内存缓存。若有内存缓存可用,请进行配置以提升性能。", "Configured" : "已配置", + "Mimetype migrations available" : "可用的 Mimetype 迁移", + "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "有一个或多个 mimetype 迁移可用。有时会添加新的 mimetype 以更好地处理某些文件类型。在较大的实例上迁移 mimetype 需要很长时间,因此升级期间不会自动完成此操作。使用命令 \"occ Maintenance:repair --include-expensive\" 执行迁移。", "MySQL Unicode support" : "MySQL Unicode 支持", "You are not using MySQL" : "您没有使用MySQL", "MySQL is used as database and does support 4-byte characters" : "MySQL用作数据库并且支持4字节字符", + "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL 用作数据库,但不支持 4 字节字符。为了能够处理 4 字节字符(如表情符号),而不会在文件名或注释中出现问题,建议在 MySQL 中启用 4 字节支持。", "OCS provider resolving" : "OCS提供商解析", "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "无法检查您的 Web 服务器是否正确解析 OCM 和 OCS 提供商 URL。", + "Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "您的 Web 服务器未正确设置以解析 %1$s。\n这很可能与未更新以直接提供此文件夹的 Web 服务器配置有关。\n请将您的配置与 Apache 的 \".htaccess\" 中提供的重写规则或 Nginx 文档中提供的重写规则进行比较。\n在 Nginx 上,通常以 \"location ~\" 开头的行需要更新。", + "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "您的 config.php 中的 \"overwrite.cli.url\" 选项正确设置为 \"%s\" 。", + "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "您的 config.php 中的 \"overwrite.cli.url\" 选项设置为 \"%s\",这是正确的 URL。建议的 URL 是 \"%s\"。", + "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "请确保将 config.php 文件中的 \"overwrite.cli.url\" 选项设置为用户主要用来访问此 Nextcloud 的 URL。建议:\"%s\"。否则,通过 cron 生成 URL 可能会出现问题。(不过,建议的 URL 可能不是用户主要用来访问此 Nextcloud 的 URL。无论如何,最好再检查一下。)", + "PHP APCu configuration" : "PHP APCu 配置", + "Your APCu cache has been running full, consider increasing the apc.shm_size php setting." : "您的 APCu 缓存已满,请考虑增加 apc.shm_size php 设置。", + "Your APCu cache is almost full at %s%%, consider increasing the apc.shm_size php setting." : " 您的 APCu 缓存在 %s%% 时几乎已满,请考虑增加 apc.shm_size php 设置。", "PHP default charset" : "PHP默认字符集", "PHP configuration option \"default_charset\" should be UTF-8" : "PHP 设置选项 default_chatset 应该为 UTF-8", "The function is available." : "该功能可用。", @@ -214,6 +237,7 @@ OC.L10N.register( "for WebAuthn passwordless login, and SFTP storage" : "用于 WebAuthn 无密码登录和 SFTP 存储", "for picture rotation in server and metadata extraction in the Photos app" : "用于服务器中的图片旋转和照片应用程序中的元数据提取", "This instance is missing some required PHP modules. It is required to install them: %s." : "该实例缺少一些必须的PHP模块。必须安装以下模块:%s", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "此实例缺少一些推荐的 PHP 模块。为了提高性能和更好的兼容性,强烈建议安装它们:\n%s", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "未加载 PHP OPcache 模块。为了更好的性能,建议将其加载到您的 PHP 安装中。", "OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache 已禁用。 为了获得更好的性能,建议在 PHP 配置中应用 \"opcache.enable=1\" 。", "The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "基于共享内存的 OPcache 被禁用。 为了获得更好的性能,建议在 PHP 配置中应用 \"opcache.file_cache_only=0\",并将文件缓存仅用作二级缓存。", @@ -223,9 +247,11 @@ OC.L10N.register( "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply \"opcache.interned_strings_buffer\" to your PHP configuration with a value higher than \"%s\"." : "OPcache 驻留字符串缓冲区几乎已满。 为了确保可以有效地缓存重复字符串,建议将 \"opcache.interned_strings_buffer\" 应用到您的 PHP 配置,其值高于 \"%s\".", "OPcache is configured to remove code comments. With OPcache enabled, \"opcache.save_comments=1\" must be set for Nextcloud to function." : "OPcache 配置为删除代码注释。 启用 OPcache 后,必须设置 \"opcache.save_comments=1\",Nextcloud 才能正常运行。", "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud 不允许使用 OPcache API。 启用 OPcache 后,强烈建议将所有 Nextcloud 目录包含在 \"opcache.restrict_api\" 中,或取消设置此设置以禁用 OPcache API 限制,以防止 Nextcloud 核心或应用程序升级期间出现错误。", + "Checking from CLI, OPcache checks have been skipped." : "从 CLI 检查,OPcache 检查已被跳过。", "The PHP OPcache module is not properly configured. %s." : "PHP OPcache 模块配置不正确。%s.", "Correctly configured" : "正确配置", "PHP version" : "PHP版本", + "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您当前正在运行 PHP %s 。PHP 8.1 在 Nextcloud 30 中已弃用。Nextcloud 31 可能至少需要 PHP 8.2。请尽快升级到 PHP 组提供的官方支持的 PHP 版本之一。", "You are currently running PHP %s." : "您当前正在使用 PHP %s。", "PHP \"output_buffering\" option" : "PHP output_buffering 选项", "PHP configuration option \"output_buffering\" must be disabled" : "PHP 设置选项 output_buffering 必须被禁用", @@ -239,9 +265,11 @@ OC.L10N.register( "Configuration file access rights" : "配置文件访问权限", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "只读配置已启用。这可以在浏览器界面保护配置。另外,每次更新时需手动赋予该文件写权限。", "Nextcloud configuration file is writable" : "Nextcloud 配置文件可写", + "You have more than %s rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive." : "您的调度对象表中有超过 %s 行。请通过 `occ maintenance:repair --include-expensive` 运行昂贵的维修作业。", "HTTP headers" : "HTTP标头", "- The `%1$s` HTTP header is not set to `%2$s`. Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "- `%1$s` HTTP 标头未设置为 `%2$s`。 某些功能可能无法正常工作,建议相应地调整此设置。", "- The `%1$s` HTTP header is not set to `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- `%1$s` HTTP标头未设置为 `%2$s`。这可能是潜在的安全或隐私风险,建议调整此设置。", + "- The `%1$s` HTTP header does not contain `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- `%1$s` HTTP 标头不包含 `%2$s`。这是一个潜在的安全或隐私风险,建议相应地调整此设置。", "Some headers are not set correctly on your instance" : "您的实例上的某些标头设置不正确", "Could not check that your web server serves security headers correctly. Please check manually." : "无法检查您的 Web 服务器是否正确提供安全标头。 请手动检查。", "Could not check that your web server serves security headers correctly, unable to query `%s`" : "无法检查您的 Web 服务器是否正确提供安全标头,无法查询 `%s`", @@ -269,7 +297,9 @@ OC.L10N.register( "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 设置", + "AI tasks can be implemented by different apps. Here you can set which app should be used for which task." : "AI 任务可以由不同的应用程序执行。在这里您可以设置哪个应用程序应该用于哪个任务。", "Task:" : "任务:", + "None of your currently installed apps provide Task processing functionality" : "您当前安装的应用程序均不提供任务处理功能", "Machine translation" : "机器翻译", "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." : "机器翻译可由不同的应用程序实现。在这里,您可以定义当前安装的机器翻译应用程序的优先级。", "Image generation" : "图像生成", @@ -277,6 +307,7 @@ OC.L10N.register( "None of your currently installed apps provide image generation functionality" : "您目前安装的应用都不提供图像生成功能", "Text processing" : "文本处理", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "文本处理任务可由不同的应用程序执行。在这里,您可以设置哪个应用程序用于执行哪个任务。", + "None of your currently installed apps provide text processing functionality using the Text Processing API." : "您当前安装的应用程序均未提供使用文本处理 API 的文本处理功能。", "Here you can decide which group can access certain sections of the administration settings." : "您可以在此决定哪个组可以访问管理设置的特定部分。", "None" : "无", "Unable to modify setting" : "无法更改设置", @@ -477,6 +508,8 @@ OC.L10N.register( "Error saving profile picture" : "保存个人资料图片出错", "Error removing profile picture" : "移除个人资料图片出错", "Your biography" : "个人简介", + "Enter your date of birth" : "輸入您的出生日期", + "Unable to update date of birth" : "无法更新出生日期", "You are a member of the following groups:" : "您是以下群组的成员:", "You are using {usage}" : "您已使用{usage}", "You are using {usage} of {totalSpace} ({usageRelative}%)" : "您已使用 {totalSpace} 中的 {usage} ({usageRelative}%)", @@ -497,6 +530,9 @@ OC.L10N.register( "Unable to delete additional email address" : "无法删除附加电邮地址", "No email address set" : "尚未设置 Email 地址", "Your handle" : "您的别名", + "Day to use as the first day of week" : "用作一周第一天的日期", + "Derived from your locale ({weekDayName})" : "源自您的区域设置 ({weekDayName})", + "Unable to update first day of week" : "无法更新一周的第一天", "Your headline" : "您的标题", "Languages" : "语言", "Help translate" : "帮助翻译", @@ -542,10 +578,19 @@ OC.L10N.register( "Password (required)" : "密码(必填)", "Email (required)" : "电子邮件(必填)", "Email" : "电子邮件", + "Member of the following groups (required)" : "以下群组的成员(必填)", + "Member of the following groups" : "以下群组的成员", + "Set account groups" : "设置帐户组", + "Admin of the following groups" : "以下群组的管理员", + "Set account as admin for …" : "将帐户设置为管理员...", "Quota" : "配额", + "Set account quota" : "设置账户配额", "Language" : "语言", "Set default language" : "设置默认语言", + "Add new account" : "添加新帐户", "Manager" : "管理者", + "Account name will be autogenerated" : "账户名将自动生成", + "Account name (required)" : "账户名称(必填)", "Total rows summary" : "总行摘要", "Scroll to load more rows" : "滚动以加载更多列。", "Avatar" : "头像", @@ -614,6 +659,7 @@ OC.L10N.register( "Loading app list" : "正在加载应用程序列表", "App Store" : "应用商店", "Loading categories" : "正在加载分类", + "All accounts" : "所有账户", "Admins" : "管理员", "Create group" : "创建群组", "Group name" : "分组名称", @@ -624,6 +670,7 @@ OC.L10N.register( "Location" : "位置", "Profile picture" : "个人头像", "About" : "关于", + "Date of birth" : "出生日期", "Full name" : "全名", "Additional email" : "附加邮箱", "Fediverse (e.g. Mastodon)" : "联邦宇宙(例如 Mastodon)", @@ -635,6 +682,7 @@ OC.L10N.register( "Website" : "网站", "Profile visibility" : "个人资料可见性", "Locale" : "地区语系", + "First day of week" : "一周的第一天", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "不可用,因为包括文件共享和日历邀请在内的核心功能需要此属性", "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "不可用,因为您的帐号已禁用联合,如果您有任何疑问,请联系您的系统管理员", "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "不可用,因为不允许将帐户特定数据发布到查找服务器,如果您有任何疑问,请联系您的系统管理员", @@ -646,13 +694,16 @@ OC.L10N.register( "Featured apps" : "精选应用", "Supported apps" : "支持的应用", "Show to everyone" : "显示给所有人", + "Show to logged in accounts only" : "仅向登录账户显示", "Hide" : "隐藏", "Download and enable" : "下载并启用", "Allow untested app" : "允许未经测试的应用", "The app will be downloaded from the App Store" : "将从应用商店下载应用", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "此应用被标记为与您的 Nextcloud 版本不兼容。如果您要继续,您仍可安装此应用。请注意此应用可能不会正常工作。", "Never" : "从不", + "Could not register device: Network error" : "无法注册设备:网络错误", "Could not register device: Probably already registered" : "无法注册设备:可能已经注册", + "Could not register device" : "无法注册设备", "An error occurred during the request. Unable to proceed." : "请求期间发生错误。无法继续。", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "该应用已启用,但是需要更新。将在 5 秒后跳转到更新页面。", "Error: This app cannot be enabled because it makes the server unstable" : "错误:这个应用程序不能被启用,因为它使服务器不稳定 ", @@ -662,11 +713,13 @@ OC.L10N.register( "Error while wiping the device with the token" : "使用令牌擦除设备时出错", "Error while updating device token name" : "更新设备令牌名称时出错", "Error while updating device token scope" : "更新设备令牌范围时出错", + "Could not set group sorting" : "无法设置群组排序", "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "您的网络请求过多。如果出现错误,请稍后重试或与您的管理员联系。", "Error" : "错误", "Account documentation" : "账号文档", "Administration documentation" : "管理文档", "Forum" : "论坛", + "Nextcloud help & privacy resources" : "Nextcloud 帮助和隐私资源", "General documentation" : "一般文档", "Legal notice" : "法律声明", "Privacy policy" : "隐私政策", @@ -683,6 +736,7 @@ OC.L10N.register( "Authentication" : "身份认证", "Authentication required" : "需要认证", "Credentials" : "证书", + "SMTP Login" : "SMTP 登录", "SMTP Password" : "SMTP 密码", "Save" : "保存", "Test and verify email settings" : "测试并验证电子邮箱设置", @@ -714,6 +768,8 @@ OC.L10N.register( "A background job is pending that checks for user imported SSL certificates. Please check back later." : "一个检查用户导入的 SSL 证书的后台工作正在进行中。请稍后再来检查。", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "目前存在一些用户导入的 SSL 证书,这在 Nextcloud 21 中已经不使用了。它们可以通过“occ security:certificates:import”命令在命令行导入。它们在数据目录下的路径如下所示。", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "数据库丢失了一些索引。由于给大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行“occ db:add-missing-indices”命令修复丢失的索引。索引修复后会大大提高相应表的查询速度。", + "File locking" : "文件锁定", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "事务性文件锁定已禁用,可能会引发争用问题。请在 config.php 中启用 filelocking.enabled 以避免这类问题的发生。", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "无法检查 JavaScript 支持。 请手动检查您的网络服务器是否使用 JavaScript MIME 类型提供 \".mjs\" 文件。", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您当前正在使用 PHP %s。在 Nextcloud 27 中 PHP 8.0 已过时,而在 Nextcloud 28 中可能最低需要 PHP 8.1。请尽快升级 PHP 至官方支持的最新版本。", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "正在使用 MariaDB 版本“%s”。Nextcloud 21 及更新版本不再支持此版本,需要 MariaDB 10.2 或更高版本。", @@ -773,6 +829,7 @@ OC.L10N.register( "Active users" : "活跃用户", "Disabled users" : "已禁用的用户", "Creating group …" : "正在创建群组 ...", + "User group: {group}" : "用户群组:{group}", "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "您的账号上的联合云功能已被停用,如有疑问,请咨询系统管理员。", "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "不可用,因为不允许将特定于用户的数据发布到查找服务器,如果有任何问题,请与系统管理员联系", "Show to logged in users only" : "仅显示给登录用户", @@ -780,6 +837,7 @@ OC.L10N.register( "SMTP Username" : "SMTP 用户名", "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要允许此检查运行,您必须确保您的网络服务器可以连接到自身。 因此,它必须能够解析并连接到至少一个 `trusted_domains` 或 `overwrite.cli.url`。", "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "无法通过您的任何 “trusted_domains\" 或 \"overwrite.cli.url\" 检查 JavaScript 支持。 这可能是服务器端 DNS 不匹配或出站防火墙规则造成的。 请手动检查您的网络服务器是否使用 JavaScript MIME 类型提供 \".mjs\" 文件。", - "Active accounts" : "活跃账号" + "Active accounts" : "活跃账号", + "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "要允许此检查运行,您必须确保您的 Web 服务器可以连接到自身。因此,它必须能够解析并连接到其 \"trusted_domains\" 或 \"overwrite.cli.url\" 中的至少一个。此失败可能是服务器端 DNS 不匹配或出站防火墙规则的结果。" }, "nplurals=1; plural=0;"); diff --git a/apps/settings/l10n/zh_CN.json b/apps/settings/l10n/zh_CN.json index 1ce2567fcecdf..98b1f23070b03 100644 --- a/apps/settings/l10n/zh_CN.json +++ b/apps/settings/l10n/zh_CN.json @@ -70,6 +70,7 @@ "Email could not be sent. Check your mail server log" : "邮件无法发送。检查您的邮件服务器日志", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "在发送电子邮件时出现问题。请修正您的设置。(错误:%s)", "You need to set your account email before being able to send test emails. Go to %s for that." : "您需要先设置您的帐户电子邮件,然后才能发送测试电子邮件。去 %s 看看吧。", + "Recently active" : "最近活跃", "Disabled accounts" : "禁用账号", "Invalid account" : "无效的账户。", "Invalid mail address" : "无效的电子邮件地址", @@ -122,6 +123,11 @@ "Background jobs" : "后台任务", "Unlimited" : "无限", "Verifying" : "正在验证", + "Allowed admin IP ranges" : "允许的管理员 IP 范围", + "Admin IP filtering isn’t applied." : "不应用管理员 IP 过滤。", + "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "配置键 \"%1$s\"需要一个数组(找到 %2$s)。不会应用管理员 IP 范围验证。", + "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "配置 key \"%1$s\" 包含无效的ip范围: \"%2$s\"", + "Admin IP filtering is correctly configured." : "管理员 IP 过滤已正确配置。", "App directories owner" : "应用程序目录所有者", "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" : "某些应用程序目录由与 Web 服务器不同的用户拥有。 如果手动安装应用程序,可能会出现这种情况。 检查以下应用程序目录的权限:\n%s", "App directories have the correct owner \"%s\"" : "应用程序目录具有正确的所有者 \"%s\"", @@ -146,10 +152,13 @@ "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." : "您的数据目录和文件似乎可以从互联网访问。这是因为 .htaccess 文件无效。强烈建议您配置您的 web 服务器,使数据目录不再可访问,或将数据目录移到 web 服务器文档根目录之外。", "Could not check that the data directory is protected. Please check manually that your server does not allow access to the data directory." : "无法检查数据目录是否受到保护。 请手动检查您的服务器是否不允许访问数据目录。", "Database missing columns" : "数据库缺失列", + "Missing optional column \"%s\" in table \"%s\"." : "缺少可选列 \"%s\" ,在表 \"%s\"中.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "数据库缺少一些可选列。 由于在大表上添加列可能会花费一些时间,因此在可以选择时不会自动添加列。 通过运行“occ db:add-missing-columns”,可以在实例继续运行时手动添加那些缺少的列。 添加列后,某些功能可能会提高响应速度或可用性。", "Database missing indices" : "数据库缺失索引", "Missing indices:" : "缺少引索:", + "Detected some missing optional indices. Occasionally new indices are added (by Nextcloud or installed applications) to improve database performance. Adding indices can sometimes take awhile and temporarily hurt performance so this is not done automatically during upgrades. Once the indices are added, queries to those tables should be faster. Use the command `occ db:add-missing-indices` to add them. " : "检测到一些缺失的可选索引。偶尔会添加新索引(由 Nextcloud 或已安装的应用程序添加)以提高数据库性能。添加索引有时可能需要一段时间并会暂时损害性能,因此在升级期间不会自动完成此操作。添加索引后,对这些表的查询应该会更快。使用命令 `occ db:add-missing-indices` 添加它们。", "Database missing primary keys" : "数据库缺少主键", + "Missing primary key on table \"%s\"." : "表 \"%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." : "数据库缺少一些主键。由于在大型数据表上添加主键可能需要一些时间,因此程序没有自动添加。通过运行“occ db:add-missing-primary-keys”,这些缺失的主键可以在实例持续运行时手动添加。", "Database pending bigint migrations" : "数据库待处理的 bigint 迁移", "Some columns in the database are missing a conversion to big int. Due to the fact that changing column types on big tables could take some time they were not changed automatically. By running \"occ db:convert-filecache-bigint\" those pending changes could be applied manually. This operation needs to be made while the instance is offline." : "数据库中的某些列缺少到大整型的转换。 由于更改大表上的列类型可能需要一些时间,因此它们不会自动更改。 通过运行 \"occ db:convert-filecache-bigint\",可以手动应用这些挂起的更改。 该操作需要在实例离线时进行。", @@ -161,8 +170,6 @@ "Email test" : "电子邮件测试", "Email test was successfully sent" : "测试电子邮件成功发出", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "您尚未配置电子邮件服务器或尚未验证配置。请在“基本设置”中进行配置。配置完毕后,请点击表单下方的“发送电子邮件”按钮来验证您的设置。", - "File locking" : "文件锁定", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "事务性文件锁定已禁用,可能会引发争用问题。请在 config.php 中启用 filelocking.enabled 以避免这类问题的发生。", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "当前正在使用数据库处理事务性文件锁定。若有内存缓存可用,请进行配置以提升性能。", "Forwarded for headers" : "转发标头", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "您的 trusted_proxy 设置存在错误,应为一个列表。", @@ -170,13 +177,17 @@ "The reverse proxy header configuration is incorrect. This is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "反向代理标头设置不正确。这会允许攻击者对 Nextcloud 假冒其IP地址并引发安全问题。", "Your IP address was resolved as %s" : "您的IP地址为%s", "The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud." : "反向代理标头设置不正确,或您正在通过受信任的代理访问 Nextcloud。若您并未使用受信任的代理,这表示存在安全问题,攻击者可以对 Nextcloud 假冒其IP地址。", + "HTTPS access and URLs" : "HTTPS 访问和 URL", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "通过 HTTP 不安全地访问网站。 强烈建议您将服务器设置为需要 HTTPS。 如果没有它,一些重要的网络功能(例如 \"复制到剪贴板\" 或 \"服务人员\" )将无法工作!", "Accessing site insecurely via HTTP." : "通过 HTTP 不安全地访问网站。", + "You are accessing your instance over a secure connection, however your instance is generating insecure URLs. This likely means that your instance is behind a reverse proxy and the Nextcloud `overwrite*` config values are not set correctly." : "您正在通过安全连接访问您的实例,但您的实例正在生成不安全的 URL。这可能意味着您的实例位于反向代理后面,并且 Nextcloud `overwrite*` 配置值设置不正确。", + "Your instance is generating insecure URLs. If you access your instance over HTTPS, this likely means that your instance is behind a reverse proxy and the Nextcloud `overwrite*` config values are not set correctly." : "您的实例正在生成不安全的 URL。如果您通过 HTTPS 访问您的实例,这可能意味着您的实例位于反向代理后面,并且 Nextcloud `overwrite*` 配置值设置不正确。", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "您正在通过安全连接访问您的实例,并且您的实例正在生成安全 URL。", "Internet connectivity" : "网络连接", "Internet connectivity is disabled in configuration file." : "配置文件中网络连接已禁用。", "This server has no working internet connection: Multiple endpoints could not be reached. This means that some of the features like mounting external storage, notifications about updates or installation of third-party apps will not work. Accessing files remotely and sending of notification emails might not work, either. Establish a connection from this server to the internet to enjoy all features." : "此服务器没有工作的互联网连接:无法访问多个端点。这意味着一些功能,如挂载外部存储、更新或安装第三方应用程序的通知将无法工作。远程访问文件和发送通知邮件也可能无法工作。建立从这个服务器到互联网的连接,以享受所有功能。", "JavaScript modules support" : "JavaScript 模块支持", + "Unable to run check for JavaScript support. Please remedy or confirm manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "无法运行 JavaScript 支持检查。请修复或手动确认您的 Web 服务器是否使用 JavaScript MIME 类型提供 `.mjs` 文件。", "Your webserver does not serve `.mjs` files using the JavaScript MIME type. This will break some apps by preventing browsers from executing the JavaScript files. You should configure your webserver to serve `.mjs` files with either the `text/javascript` or `application/javascript` MIME type." : "您的网络服务器不使用 JavaScript MIME 类型提供 \".mjs\" 文件。 这会阻止浏览器执行 JavaScript 文件,从而破坏某些应用程序。 您应该配置您的网络服务器以使用 \"text/javascript\" 或 \"application/javascript\" MIME 类型提供 \".mjs\" 文件。", "JavaScript source map support" : "JavaScript 源映射支持", "Your webserver is not set up to serve `.js.map` files. Without these files, JavaScript Source Maps won't function properly, making it more challenging to troubleshoot and debug any issues that may arise." : "您的网络服务器未设置为提供 \".js.map\" 文件。 如果没有这些文件,JavaScript Source Maps 将无法正常运行,从而使排除和调试可能出现的任何问题变得更加困难。", @@ -187,13 +198,25 @@ "Server has no maintenance window start time configured. This means resource intensive daily background jobs will also be executed during your main usage time. We recommend to set it to a time of low usage, so users are less impacted by the load caused from these heavy tasks." : "服务器没有配置维护时段开始时间。 这意味着资源密集型日常后台作业也将在您的主要使用时间执行。 我们建议将其设置为低使用率的时间,这样用户就不会受到这些繁重任务造成的负载的影响。", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "执行繁重后台作业的维护窗口位于 {start}:00 UTC 和 {end}:00 UTC 之间", "Memcache" : "内存缓存", + "Memcached is configured as distributed cache, but the wrong PHP module (\"memcache\") is installed. Please install the PHP module \"memcached\"." : "Memcached 已配置为分布式缓存,但安装了错误的 PHP 模块(\"memcache\")。请安装 PHP 模块 \"memcached\"。", + "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed. Please install the PHP module \"memcached\"." : "Memcached 配置为分布式缓存,但未安装 PHP 模块 \"memcached\" 。请安装 PHP 模块 \"memcached\" 。", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "未配置内存缓存。若有内存缓存可用,请进行配置以提升性能。", "Configured" : "已配置", + "Mimetype migrations available" : "可用的 Mimetype 迁移", + "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "有一个或多个 mimetype 迁移可用。有时会添加新的 mimetype 以更好地处理某些文件类型。在较大的实例上迁移 mimetype 需要很长时间,因此升级期间不会自动完成此操作。使用命令 \"occ Maintenance:repair --include-expensive\" 执行迁移。", "MySQL Unicode support" : "MySQL Unicode 支持", "You are not using MySQL" : "您没有使用MySQL", "MySQL is used as database and does support 4-byte characters" : "MySQL用作数据库并且支持4字节字符", + "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL 用作数据库,但不支持 4 字节字符。为了能够处理 4 字节字符(如表情符号),而不会在文件名或注释中出现问题,建议在 MySQL 中启用 4 字节支持。", "OCS provider resolving" : "OCS提供商解析", "Could not check if your web server properly resolves the OCM and OCS provider URLs." : "无法检查您的 Web 服务器是否正确解析 OCM 和 OCS 提供商 URL。", + "Your web server is not properly set up to resolve %1$s.\nThis is most likely related to a web server configuration that was not updated to deliver this folder directly.\nPlease compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx.\nOn Nginx those are typically the lines starting with \"location ~\" that need an update." : "您的 Web 服务器未正确设置以解析 %1$s。\n这很可能与未更新以直接提供此文件夹的 Web 服务器配置有关。\n请将您的配置与 Apache 的 \".htaccess\" 中提供的重写规则或 Nginx 文档中提供的重写规则进行比较。\n在 Nginx 上,通常以 \"location ~\" 开头的行需要更新。", + "The \"overwrite.cli.url\" option in your config.php is correctly set to \"%s\"." : "您的 config.php 中的 \"overwrite.cli.url\" 选项正确设置为 \"%s\" 。", + "The \"overwrite.cli.url\" option in your config.php is set to \"%s\" which is a correct URL. Suggested URL is \"%s\"." : "您的 config.php 中的 \"overwrite.cli.url\" 选项设置为 \"%s\",这是正确的 URL。建议的 URL 是 \"%s\"。", + "Please make sure to set the \"overwrite.cli.url\" option in your config.php file to the URL that your users mainly use to access this Nextcloud. Suggestion: \"%s\". Otherwise there might be problems with the URL generation via cron. (It is possible though that the suggested URL is not the URL that your users mainly use to access this Nextcloud. Best is to double check this in any case.)" : "请确保将 config.php 文件中的 \"overwrite.cli.url\" 选项设置为用户主要用来访问此 Nextcloud 的 URL。建议:\"%s\"。否则,通过 cron 生成 URL 可能会出现问题。(不过,建议的 URL 可能不是用户主要用来访问此 Nextcloud 的 URL。无论如何,最好再检查一下。)", + "PHP APCu configuration" : "PHP APCu 配置", + "Your APCu cache has been running full, consider increasing the apc.shm_size php setting." : "您的 APCu 缓存已满,请考虑增加 apc.shm_size php 设置。", + "Your APCu cache is almost full at %s%%, consider increasing the apc.shm_size php setting." : " 您的 APCu 缓存在 %s%% 时几乎已满,请考虑增加 apc.shm_size php 设置。", "PHP default charset" : "PHP默认字符集", "PHP configuration option \"default_charset\" should be UTF-8" : "PHP 设置选项 default_chatset 应该为 UTF-8", "The function is available." : "该功能可用。", @@ -212,6 +235,7 @@ "for WebAuthn passwordless login, and SFTP storage" : "用于 WebAuthn 无密码登录和 SFTP 存储", "for picture rotation in server and metadata extraction in the Photos app" : "用于服务器中的图片旋转和照片应用程序中的元数据提取", "This instance is missing some required PHP modules. It is required to install them: %s." : "该实例缺少一些必须的PHP模块。必须安装以下模块:%s", + "This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them:\n%s" : "此实例缺少一些推荐的 PHP 模块。为了提高性能和更好的兼容性,强烈建议安装它们:\n%s", "The PHP OPcache module is not loaded. For better performance it is recommended to load it into your PHP installation." : "未加载 PHP OPcache 模块。为了更好的性能,建议将其加载到您的 PHP 安装中。", "OPcache is disabled. For better performance, it is recommended to apply \"opcache.enable=1\" to your PHP configuration." : "OPcache 已禁用。 为了获得更好的性能,建议在 PHP 配置中应用 \"opcache.enable=1\" 。", "The shared memory based OPcache is disabled. For better performance, it is recommended to apply \"opcache.file_cache_only=0\" to your PHP configuration and use the file cache as second level cache only." : "基于共享内存的 OPcache 被禁用。 为了获得更好的性能,建议在 PHP 配置中应用 \"opcache.file_cache_only=0\",并将文件缓存仅用作二级缓存。", @@ -221,9 +245,11 @@ "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply \"opcache.interned_strings_buffer\" to your PHP configuration with a value higher than \"%s\"." : "OPcache 驻留字符串缓冲区几乎已满。 为了确保可以有效地缓存重复字符串,建议将 \"opcache.interned_strings_buffer\" 应用到您的 PHP 配置,其值高于 \"%s\".", "OPcache is configured to remove code comments. With OPcache enabled, \"opcache.save_comments=1\" must be set for Nextcloud to function." : "OPcache 配置为删除代码注释。 启用 OPcache 后,必须设置 \"opcache.save_comments=1\",Nextcloud 才能正常运行。", "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud 不允许使用 OPcache API。 启用 OPcache 后,强烈建议将所有 Nextcloud 目录包含在 \"opcache.restrict_api\" 中,或取消设置此设置以禁用 OPcache API 限制,以防止 Nextcloud 核心或应用程序升级期间出现错误。", + "Checking from CLI, OPcache checks have been skipped." : "从 CLI 检查,OPcache 检查已被跳过。", "The PHP OPcache module is not properly configured. %s." : "PHP OPcache 模块配置不正确。%s.", "Correctly configured" : "正确配置", "PHP version" : "PHP版本", + "You are currently running PHP %s. PHP 8.1 is now deprecated in Nextcloud 30. Nextcloud 31 may require at least PHP 8.2. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您当前正在运行 PHP %s 。PHP 8.1 在 Nextcloud 30 中已弃用。Nextcloud 31 可能至少需要 PHP 8.2。请尽快升级到 PHP 组提供的官方支持的 PHP 版本之一。", "You are currently running PHP %s." : "您当前正在使用 PHP %s。", "PHP \"output_buffering\" option" : "PHP output_buffering 选项", "PHP configuration option \"output_buffering\" must be disabled" : "PHP 设置选项 output_buffering 必须被禁用", @@ -237,9 +263,11 @@ "Configuration file access rights" : "配置文件访问权限", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "只读配置已启用。这可以在浏览器界面保护配置。另外,每次更新时需手动赋予该文件写权限。", "Nextcloud configuration file is writable" : "Nextcloud 配置文件可写", + "You have more than %s rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive." : "您的调度对象表中有超过 %s 行。请通过 `occ maintenance:repair --include-expensive` 运行昂贵的维修作业。", "HTTP headers" : "HTTP标头", "- The `%1$s` HTTP header is not set to `%2$s`. Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "- `%1$s` HTTP 标头未设置为 `%2$s`。 某些功能可能无法正常工作,建议相应地调整此设置。", "- The `%1$s` HTTP header is not set to `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- `%1$s` HTTP标头未设置为 `%2$s`。这可能是潜在的安全或隐私风险,建议调整此设置。", + "- The `%1$s` HTTP header does not contain `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- `%1$s` HTTP 标头不包含 `%2$s`。这是一个潜在的安全或隐私风险,建议相应地调整此设置。", "Some headers are not set correctly on your instance" : "您的实例上的某些标头设置不正确", "Could not check that your web server serves security headers correctly. Please check manually." : "无法检查您的 Web 服务器是否正确提供安全标头。 请手动检查。", "Could not check that your web server serves security headers correctly, unable to query `%s`" : "无法检查您的 Web 服务器是否正确提供安全标头,无法查询 `%s`", @@ -267,7 +295,9 @@ "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 设置", + "AI tasks can be implemented by different apps. Here you can set which app should be used for which task." : "AI 任务可以由不同的应用程序执行。在这里您可以设置哪个应用程序应该用于哪个任务。", "Task:" : "任务:", + "None of your currently installed apps provide Task processing functionality" : "您当前安装的应用程序均不提供任务处理功能", "Machine translation" : "机器翻译", "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." : "机器翻译可由不同的应用程序实现。在这里,您可以定义当前安装的机器翻译应用程序的优先级。", "Image generation" : "图像生成", @@ -275,6 +305,7 @@ "None of your currently installed apps provide image generation functionality" : "您目前安装的应用都不提供图像生成功能", "Text processing" : "文本处理", "Text processing tasks can be implemented by different apps. Here you can set which app should be used for which task." : "文本处理任务可由不同的应用程序执行。在这里,您可以设置哪个应用程序用于执行哪个任务。", + "None of your currently installed apps provide text processing functionality using the Text Processing API." : "您当前安装的应用程序均未提供使用文本处理 API 的文本处理功能。", "Here you can decide which group can access certain sections of the administration settings." : "您可以在此决定哪个组可以访问管理设置的特定部分。", "None" : "无", "Unable to modify setting" : "无法更改设置", @@ -475,6 +506,8 @@ "Error saving profile picture" : "保存个人资料图片出错", "Error removing profile picture" : "移除个人资料图片出错", "Your biography" : "个人简介", + "Enter your date of birth" : "輸入您的出生日期", + "Unable to update date of birth" : "无法更新出生日期", "You are a member of the following groups:" : "您是以下群组的成员:", "You are using {usage}" : "您已使用{usage}", "You are using {usage} of {totalSpace} ({usageRelative}%)" : "您已使用 {totalSpace} 中的 {usage} ({usageRelative}%)", @@ -495,6 +528,9 @@ "Unable to delete additional email address" : "无法删除附加电邮地址", "No email address set" : "尚未设置 Email 地址", "Your handle" : "您的别名", + "Day to use as the first day of week" : "用作一周第一天的日期", + "Derived from your locale ({weekDayName})" : "源自您的区域设置 ({weekDayName})", + "Unable to update first day of week" : "无法更新一周的第一天", "Your headline" : "您的标题", "Languages" : "语言", "Help translate" : "帮助翻译", @@ -540,10 +576,19 @@ "Password (required)" : "密码(必填)", "Email (required)" : "电子邮件(必填)", "Email" : "电子邮件", + "Member of the following groups (required)" : "以下群组的成员(必填)", + "Member of the following groups" : "以下群组的成员", + "Set account groups" : "设置帐户组", + "Admin of the following groups" : "以下群组的管理员", + "Set account as admin for …" : "将帐户设置为管理员...", "Quota" : "配额", + "Set account quota" : "设置账户配额", "Language" : "语言", "Set default language" : "设置默认语言", + "Add new account" : "添加新帐户", "Manager" : "管理者", + "Account name will be autogenerated" : "账户名将自动生成", + "Account name (required)" : "账户名称(必填)", "Total rows summary" : "总行摘要", "Scroll to load more rows" : "滚动以加载更多列。", "Avatar" : "头像", @@ -612,6 +657,7 @@ "Loading app list" : "正在加载应用程序列表", "App Store" : "应用商店", "Loading categories" : "正在加载分类", + "All accounts" : "所有账户", "Admins" : "管理员", "Create group" : "创建群组", "Group name" : "分组名称", @@ -622,6 +668,7 @@ "Location" : "位置", "Profile picture" : "个人头像", "About" : "关于", + "Date of birth" : "出生日期", "Full name" : "全名", "Additional email" : "附加邮箱", "Fediverse (e.g. Mastodon)" : "联邦宇宙(例如 Mastodon)", @@ -633,6 +680,7 @@ "Website" : "网站", "Profile visibility" : "个人资料可见性", "Locale" : "地区语系", + "First day of week" : "一周的第一天", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "不可用,因为包括文件共享和日历邀请在内的核心功能需要此属性", "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "不可用,因为您的帐号已禁用联合,如果您有任何疑问,请联系您的系统管理员", "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "不可用,因为不允许将帐户特定数据发布到查找服务器,如果您有任何疑问,请联系您的系统管理员", @@ -644,13 +692,16 @@ "Featured apps" : "精选应用", "Supported apps" : "支持的应用", "Show to everyone" : "显示给所有人", + "Show to logged in accounts only" : "仅向登录账户显示", "Hide" : "隐藏", "Download and enable" : "下载并启用", "Allow untested app" : "允许未经测试的应用", "The app will be downloaded from the App Store" : "将从应用商店下载应用", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "此应用被标记为与您的 Nextcloud 版本不兼容。如果您要继续,您仍可安装此应用。请注意此应用可能不会正常工作。", "Never" : "从不", + "Could not register device: Network error" : "无法注册设备:网络错误", "Could not register device: Probably already registered" : "无法注册设备:可能已经注册", + "Could not register device" : "无法注册设备", "An error occurred during the request. Unable to proceed." : "请求期间发生错误。无法继续。", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "该应用已启用,但是需要更新。将在 5 秒后跳转到更新页面。", "Error: This app cannot be enabled because it makes the server unstable" : "错误:这个应用程序不能被启用,因为它使服务器不稳定 ", @@ -660,11 +711,13 @@ "Error while wiping the device with the token" : "使用令牌擦除设备时出错", "Error while updating device token name" : "更新设备令牌名称时出错", "Error while updating device token scope" : "更新设备令牌范围时出错", + "Could not set group sorting" : "无法设置群组排序", "There were too many requests from your network. Retry later or contact your administrator if this is an error." : "您的网络请求过多。如果出现错误,请稍后重试或与您的管理员联系。", "Error" : "错误", "Account documentation" : "账号文档", "Administration documentation" : "管理文档", "Forum" : "论坛", + "Nextcloud help & privacy resources" : "Nextcloud 帮助和隐私资源", "General documentation" : "一般文档", "Legal notice" : "法律声明", "Privacy policy" : "隐私政策", @@ -681,6 +734,7 @@ "Authentication" : "身份认证", "Authentication required" : "需要认证", "Credentials" : "证书", + "SMTP Login" : "SMTP 登录", "SMTP Password" : "SMTP 密码", "Save" : "保存", "Test and verify email settings" : "测试并验证电子邮箱设置", @@ -712,6 +766,8 @@ "A background job is pending that checks for user imported SSL certificates. Please check back later." : "一个检查用户导入的 SSL 证书的后台工作正在进行中。请稍后再来检查。", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "目前存在一些用户导入的 SSL 证书,这在 Nextcloud 21 中已经不使用了。它们可以通过“occ security:certificates:import”命令在命令行导入。它们在数据目录下的路径如下所示。", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "数据库丢失了一些索引。由于给大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行“occ db:add-missing-indices”命令修复丢失的索引。索引修复后会大大提高相应表的查询速度。", + "File locking" : "文件锁定", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "事务性文件锁定已禁用,可能会引发争用问题。请在 config.php 中启用 filelocking.enabled 以避免这类问题的发生。", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "无法检查 JavaScript 支持。 请手动检查您的网络服务器是否使用 JavaScript MIME 类型提供 \".mjs\" 文件。", "You are currently running PHP %s. PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to one of the officially supported PHP versions provided by the PHP Group as soon as possible." : "您当前正在使用 PHP %s。在 Nextcloud 27 中 PHP 8.0 已过时,而在 Nextcloud 28 中可能最低需要 PHP 8.1。请尽快升级 PHP 至官方支持的最新版本。", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "正在使用 MariaDB 版本“%s”。Nextcloud 21 及更新版本不再支持此版本,需要 MariaDB 10.2 或更高版本。", @@ -771,6 +827,7 @@ "Active users" : "活跃用户", "Disabled users" : "已禁用的用户", "Creating group …" : "正在创建群组 ...", + "User group: {group}" : "用户群组:{group}", "Not available as federation has been disabled for your account, contact your system administrator if you have any questions" : "您的账号上的联合云功能已被停用,如有疑问,请咨询系统管理员。", "Not available as publishing user specific data to the lookup server is not allowed, contact your system administrator if you have any questions" : "不可用,因为不允许将特定于用户的数据发布到查找服务器,如果有任何问题,请与系统管理员联系", "Show to logged in users only" : "仅显示给登录用户", @@ -778,6 +835,7 @@ "SMTP Username" : "SMTP 用户名", "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "要允许此检查运行,您必须确保您的网络服务器可以连接到自身。 因此,它必须能够解析并连接到至少一个 `trusted_domains` 或 `overwrite.cli.url`。", "Could not check for JavaScript support via any of your `trusted_domains` nor `overwrite.cli.url`. This may be the result of a server-side DNS mismatch or outbound firewall rule. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "无法通过您的任何 “trusted_domains\" 或 \"overwrite.cli.url\" 检查 JavaScript 支持。 这可能是服务器端 DNS 不匹配或出站防火墙规则造成的。 请手动检查您的网络服务器是否使用 JavaScript MIME 类型提供 \".mjs\" 文件。", - "Active accounts" : "活跃账号" + "Active accounts" : "活跃账号", + "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "要允许此检查运行,您必须确保您的 Web 服务器可以连接到自身。因此,它必须能够解析并连接到其 \"trusted_domains\" 或 \"overwrite.cli.url\" 中的至少一个。此失败可能是服务器端 DNS 不匹配或出站防火墙规则的结果。" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js index facb77d40945c..2ff528d63f58e 100644 --- a/apps/settings/l10n/zh_HK.js +++ b/apps/settings/l10n/zh_HK.js @@ -173,8 +173,6 @@ OC.L10N.register( "Email test" : "電郵測試", "Email test was successfully sent" : "測試電子郵件已成功傳送", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "您尚未設定或驗證您的電子郵件伺服器組態。請前往「基本設定」進行設定。然後,使用表單下方的「傳送電子郵件」按鈕來驗證您的設定。", - "File locking" : "檔案鎖定", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "事務型文件鎖定的功能已經取消,這可能會造成競態條件,請在 config.php 中啟用 \"filelocking.enabled\" 以避免出現這樣的問題。", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "資料庫用於交易檔案鎖定。要強化效能,請設定 memcache(若可用)。", "Forwarded for headers" : "轉發標頭", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "您的「trusted_proxies」設定並未正確設定,其應為陣列。", @@ -815,6 +813,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "存在一些用戶匯入的SSL證書,這些在Nextcloud 21中不再使用。可以通過“ occ security:certificates:import”命令在命令行上將其導入。它們在數據目錄中的路徑如下所示。", "Missing optional index \"%s\" in table \"%s\"." : "非強制的索引 \"%s\" 缺少於數據庫表 \"%s\" 中。", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "數據庫缺少某些索引值。由於將索引添加到大型數據庫表可能需要一段時間,安裝程序因此不會自動添加索引。您可執行 “occ db:add-missing-indices” 來手動新增那些缺少的索引值。當索引值新增完成後,查詢的速度通常會變得快許多。", + "File locking" : "檔案鎖定", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "事務型文件鎖定的功能已經取消,這可能會造成競態條件,請在 config.php 中啟用 \"filelocking.enabled\" 以避免出現這樣的問題。", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法檢查 JavaScript 支援。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供 \".mjs\" 檔案。", "MySQL unicode support" : "MySQL Unicode 支援", "Overwrite cli URL" : "覆寫 CLI URL", diff --git a/apps/settings/l10n/zh_HK.json b/apps/settings/l10n/zh_HK.json index bb6c7ea4a81b8..6f96254281ae1 100644 --- a/apps/settings/l10n/zh_HK.json +++ b/apps/settings/l10n/zh_HK.json @@ -171,8 +171,6 @@ "Email test" : "電郵測試", "Email test was successfully sent" : "測試電子郵件已成功傳送", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "您尚未設定或驗證您的電子郵件伺服器組態。請前往「基本設定」進行設定。然後,使用表單下方的「傳送電子郵件」按鈕來驗證您的設定。", - "File locking" : "檔案鎖定", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "事務型文件鎖定的功能已經取消,這可能會造成競態條件,請在 config.php 中啟用 \"filelocking.enabled\" 以避免出現這樣的問題。", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "資料庫用於交易檔案鎖定。要強化效能,請設定 memcache(若可用)。", "Forwarded for headers" : "轉發標頭", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "您的「trusted_proxies」設定並未正確設定,其應為陣列。", @@ -813,6 +811,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "存在一些用戶匯入的SSL證書,這些在Nextcloud 21中不再使用。可以通過“ occ security:certificates:import”命令在命令行上將其導入。它們在數據目錄中的路徑如下所示。", "Missing optional index \"%s\" in table \"%s\"." : "非強制的索引 \"%s\" 缺少於數據庫表 \"%s\" 中。", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "數據庫缺少某些索引值。由於將索引添加到大型數據庫表可能需要一段時間,安裝程序因此不會自動添加索引。您可執行 “occ db:add-missing-indices” 來手動新增那些缺少的索引值。當索引值新增完成後,查詢的速度通常會變得快許多。", + "File locking" : "檔案鎖定", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "事務型文件鎖定的功能已經取消,這可能會造成競態條件,請在 config.php 中啟用 \"filelocking.enabled\" 以避免出現這樣的問題。", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法檢查 JavaScript 支援。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供 \".mjs\" 檔案。", "MySQL unicode support" : "MySQL Unicode 支援", "Overwrite cli URL" : "覆寫 CLI URL", diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js index 77fed683024b2..6af494ae9560e 100644 --- a/apps/settings/l10n/zh_TW.js +++ b/apps/settings/l10n/zh_TW.js @@ -173,8 +173,6 @@ OC.L10N.register( "Email test" : "電子郵件測試", "Email test was successfully sent" : "測試電子郵件已成功傳送", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "您尚未設定或驗證您的電子郵件伺服器組態。請前往「基本設定」進行設定。然後,使用表單下方的「傳送電子郵件」按鈕來驗證您的設定。", - "File locking" : "檔案鎖定", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "事務型文件鎖定的功能已經取消,這可能會造成競態條件,請在 config.php 中啟用 \"filelocking.enabled\" 以避免出現這樣的問題。", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "資料庫用於交易檔案鎖定。要強化效能,請設定 memcache(若可用)。", "Forwarded for headers" : "轉發標頭", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "您的「trusted_proxies」設定並未正確設定,其應為陣列。", @@ -815,6 +813,8 @@ OC.L10N.register( "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "有一些使用者匯入的 SSL 證書,這些在 Nextcloud 21 不再能運作。它們可以透過命令列執行 \"occ security:certificates:import\" 指令來匯入。它們在資料目錄中的路徑如下所示。", "Missing optional index \"%s\" in table \"%s\"." : "缺少選擇性索引「%s」於資料表「%s」中。", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "資料庫缺少了某些索引值。由於在一個龐大的表中新增索引需要一些時間,因此它們並不會被自動新增。您可執行 \"occ db:add-missing-indices\" 來手動新增那些缺少的索引值。當索引值新增完成後,查詢的速度通常會變得快許多", + "File locking" : "檔案鎖定", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "事務型文件鎖定的功能已經取消,這可能會造成競態條件,請在 config.php 中啟用 \"filelocking.enabled\" 以避免出現這樣的問題。", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法檢查 JavaScript 支援。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。", "MySQL unicode support" : "MySQL Unicode 支援", "Overwrite cli URL" : "覆寫 CLI URL", diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json index 0ca8c3a2d3edd..59efd87ba5759 100644 --- a/apps/settings/l10n/zh_TW.json +++ b/apps/settings/l10n/zh_TW.json @@ -171,8 +171,6 @@ "Email test" : "電子郵件測試", "Email test was successfully sent" : "測試電子郵件已成功傳送", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "您尚未設定或驗證您的電子郵件伺服器組態。請前往「基本設定」進行設定。然後,使用表單下方的「傳送電子郵件」按鈕來驗證您的設定。", - "File locking" : "檔案鎖定", - "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "事務型文件鎖定的功能已經取消,這可能會造成競態條件,請在 config.php 中啟用 \"filelocking.enabled\" 以避免出現這樣的問題。", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "資料庫用於交易檔案鎖定。要強化效能,請設定 memcache(若可用)。", "Forwarded for headers" : "轉發標頭", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "您的「trusted_proxies」設定並未正確設定,其應為陣列。", @@ -813,6 +811,8 @@ "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "有一些使用者匯入的 SSL 證書,這些在 Nextcloud 21 不再能運作。它們可以透過命令列執行 \"occ security:certificates:import\" 指令來匯入。它們在資料目錄中的路徑如下所示。", "Missing optional index \"%s\" in table \"%s\"." : "缺少選擇性索引「%s」於資料表「%s」中。", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "資料庫缺少了某些索引值。由於在一個龐大的表中新增索引需要一些時間,因此它們並不會被自動新增。您可執行 \"occ db:add-missing-indices\" 來手動新增那些缺少的索引值。當索引值新增完成後,查詢的速度通常會變得快許多", + "File locking" : "檔案鎖定", + "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "事務型文件鎖定的功能已經取消,這可能會造成競態條件,請在 config.php 中啟用 \"filelocking.enabled\" 以避免出現這樣的問題。", "Could not check for JavaScript support. Please check manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "無法檢查 JavaScript 支援。請手動檢查您的網頁伺服器是否使用 JavaScript MIME 類型提供「.mjs」檔案。", "MySQL unicode support" : "MySQL Unicode 支援", "Overwrite cli URL" : "覆寫 CLI URL", diff --git a/apps/theming/l10n/zh_CN.js b/apps/theming/l10n/zh_CN.js index 5a26fcd4132f6..5c17de359452f 100644 --- a/apps/theming/l10n/zh_CN.js +++ b/apps/theming/l10n/zh_CN.js @@ -47,6 +47,7 @@ OC.L10N.register( "Privacy policy" : "隐私政策", "Adjust the Nextcloud theme" : "调整 Nextcloud 主题", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "主题使得方便地定制您的实例的外观和体验成为可能。所有用户都可以使用。", + "Instead of a background image you can also configure a plain background color. If you use a background image changing this color will influence the color of the app menu icons." : "您也可以配置纯色背景,而不是背景图像。如果您使用背景图像,更改此颜色将影响应用程序菜单图标的颜色。", "Upload new logo" : "上传新的图标", "Logo" : "图标", "Upload new background and login image" : "上传新的登录界面与背景图片", @@ -57,6 +58,7 @@ OC.L10N.register( "Web link" : "网站链接", "a safe home for all your data" : "给您所有的数据一个安全的家", "Slogan" : "标语", + "The primary color is used for highlighting elements like important buttons. It might get slightly adjusted depending on the current color schema." : "主要颜色用于突出显示重要按钮等元素。根据当前颜色方案,它可能会有轻微调整。", "Legal notice link" : "法律声明链接", "Privacy policy link" : "隐私政策链接", "Header logo" : "顶栏图标", @@ -78,6 +80,7 @@ OC.L10N.register( "Default background" : "默认背景", "Select a background from your files" : "从文件中选择背景", "Theme selection is enforced" : "主题由管理员指定", + "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "默认应用程序是登录后或单击菜单中的徽标时打开的应用程序。", "Select a custom color" : "自定义颜色", "Reset to default" : "重置为默认设置", "Upload" : "上传", diff --git a/apps/theming/l10n/zh_CN.json b/apps/theming/l10n/zh_CN.json index 70e83f9691007..ecee296e5c0a2 100644 --- a/apps/theming/l10n/zh_CN.json +++ b/apps/theming/l10n/zh_CN.json @@ -45,6 +45,7 @@ "Privacy policy" : "隐私政策", "Adjust the Nextcloud theme" : "调整 Nextcloud 主题", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "主题使得方便地定制您的实例的外观和体验成为可能。所有用户都可以使用。", + "Instead of a background image you can also configure a plain background color. If you use a background image changing this color will influence the color of the app menu icons." : "您也可以配置纯色背景,而不是背景图像。如果您使用背景图像,更改此颜色将影响应用程序菜单图标的颜色。", "Upload new logo" : "上传新的图标", "Logo" : "图标", "Upload new background and login image" : "上传新的登录界面与背景图片", @@ -55,6 +56,7 @@ "Web link" : "网站链接", "a safe home for all your data" : "给您所有的数据一个安全的家", "Slogan" : "标语", + "The primary color is used for highlighting elements like important buttons. It might get slightly adjusted depending on the current color schema." : "主要颜色用于突出显示重要按钮等元素。根据当前颜色方案,它可能会有轻微调整。", "Legal notice link" : "法律声明链接", "Privacy policy link" : "隐私政策链接", "Header logo" : "顶栏图标", @@ -76,6 +78,7 @@ "Default background" : "默认背景", "Select a background from your files" : "从文件中选择背景", "Theme selection is enforced" : "主题由管理员指定", + "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "默认应用程序是登录后或单击菜单中的徽标时打开的应用程序。", "Select a custom color" : "自定义颜色", "Reset to default" : "重置为默认设置", "Upload" : "上传", diff --git a/apps/user_ldap/l10n/de.js b/apps/user_ldap/l10n/de.js index 36a24ce8f61f9..c63f00113b0a2 100644 --- a/apps/user_ldap/l10n/de.js +++ b/apps/user_ldap/l10n/de.js @@ -62,6 +62,10 @@ OC.L10N.register( "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Dein Passwort läuft in %n Tag ab","Dein Passwort läuft in %n Tagen ab"], "LDAP/AD integration" : "LDAP/AD-Integration", "LDAP Connection" : "LDAP-Verbindung", + "_Binding failed for this LDAP configuration: %s_::_Binding failed for %n LDAP configurations: %s_" : ["Bindung für diese LDAP-Konfiguration fehlgeschlagen: %s","Bindung für %n LDAP-Konfigurationen fehlgeschlagen: %s"], + "_Searching failed for this LDAP configuration: %s_::_Searching failed for %n LDAP configurations: %s_" : ["Die Suche für diese LDAP-Konfigurationen ist fehlgeschlagen: %s","Die Suche für %n LDAP-Konfigurationen ist fehlgeschlagen: %s"], + "_There is an inactive LDAP configuration: %s_::_There are %n inactive LDAP configurations: %s_" : ["Es gibt eine inaktive LDAP-Konfiguration: %s","Es gibt %n inaktive LDAP-Konfigurationen: %s"], + "_Binding and searching works on the configured LDAP connection (%s)_::_Binding and searching works on all of the %n configured LDAP connections (%s)_" : ["Bindung und Suche funktionieren mit der eingerichteten LDAP-Verbindung (%s)","Bindung und Suchen funktioniert auf allen der %nkonfigurierten LDAP-Verbindungen (%s)"], "Invalid LDAP UUIDs" : "Ungültige LDAP-UUIDs", "None found" : "Keine gefunden", "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." : "Es wurden ungültige UUIDs von LDAP-Konten oder -Gruppen gefunden. Bitte überprüfe deine „UUID-Erkennung überschreiben“-Einstellungen im Expertenteil der LDAP-Konfiguration und verwende „occ ldap:update-uuid“, um sie zu aktualisieren.", @@ -210,6 +214,8 @@ OC.L10N.register( "User profile Biography will be set from the specified attribute" : "Benutzerprofil Biografie wird aus dem angegebenen Attribut festgelegt", "Birthdate Field" : "Geburtstagsfeld", "User profile Date of birth will be set from the specified attribute" : "Das Geburtsdatum des Profils wird aus dem angegebenen Attribut ermittelt", + "Pronouns Field" : "Pronomenfeld", + "User profile Pronouns will be set from the specified attribute" : "Profil-Pronomen werden aus dem angegebenen Attribut festgelegt", "Internal Username" : "Interner Benutzername", "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "Standardmäßig wird der interne Benutzername aus dem UUID-Attribut erstellt. So wird sichergestellt, dass der Benutzername einmalig ist und Zeichen nicht konvertiert werden müssen. Für den internen Benutzernamen sind nur folgende Zeichen zulässig: [a-zA-Z0-9_.@-]. Andere Zeichen werden durch ihre ASCII-Entsprechung ersetzt oder einfach weggelassen. Bei Kollisionen wird eine Nummer hinzugefügt/erhöht. Der interne Benutzername wird verwendet, um den Benutzer intern zu identifizieren. Er ist außerdem der Standardname für den Stamm-Ordner des Benutzers. Darüber hinaus ist er Teil der URLs für den Zugriff, zum Beispiel für alle DAV-Dienste. Mit dieser Einstellung kann das Standardverhalten geändert werden. Änderungen wirken sich nur auf neu eingetragene (hinzugefügte) LDAP-Benutzer aus. Für die Standardeinstellung lasse das Eingabefeld leer.", "Internal Username Attribute:" : "Attribut für interne Benutzernamen:", diff --git a/apps/user_ldap/l10n/de.json b/apps/user_ldap/l10n/de.json index 63e8e120c4be3..c7e38bd387b75 100644 --- a/apps/user_ldap/l10n/de.json +++ b/apps/user_ldap/l10n/de.json @@ -60,6 +60,10 @@ "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Dein Passwort läuft in %n Tag ab","Dein Passwort läuft in %n Tagen ab"], "LDAP/AD integration" : "LDAP/AD-Integration", "LDAP Connection" : "LDAP-Verbindung", + "_Binding failed for this LDAP configuration: %s_::_Binding failed for %n LDAP configurations: %s_" : ["Bindung für diese LDAP-Konfiguration fehlgeschlagen: %s","Bindung für %n LDAP-Konfigurationen fehlgeschlagen: %s"], + "_Searching failed for this LDAP configuration: %s_::_Searching failed for %n LDAP configurations: %s_" : ["Die Suche für diese LDAP-Konfigurationen ist fehlgeschlagen: %s","Die Suche für %n LDAP-Konfigurationen ist fehlgeschlagen: %s"], + "_There is an inactive LDAP configuration: %s_::_There are %n inactive LDAP configurations: %s_" : ["Es gibt eine inaktive LDAP-Konfiguration: %s","Es gibt %n inaktive LDAP-Konfigurationen: %s"], + "_Binding and searching works on the configured LDAP connection (%s)_::_Binding and searching works on all of the %n configured LDAP connections (%s)_" : ["Bindung und Suche funktionieren mit der eingerichteten LDAP-Verbindung (%s)","Bindung und Suchen funktioniert auf allen der %nkonfigurierten LDAP-Verbindungen (%s)"], "Invalid LDAP UUIDs" : "Ungültige LDAP-UUIDs", "None found" : "Keine gefunden", "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." : "Es wurden ungültige UUIDs von LDAP-Konten oder -Gruppen gefunden. Bitte überprüfe deine „UUID-Erkennung überschreiben“-Einstellungen im Expertenteil der LDAP-Konfiguration und verwende „occ ldap:update-uuid“, um sie zu aktualisieren.", @@ -208,6 +212,8 @@ "User profile Biography will be set from the specified attribute" : "Benutzerprofil Biografie wird aus dem angegebenen Attribut festgelegt", "Birthdate Field" : "Geburtstagsfeld", "User profile Date of birth will be set from the specified attribute" : "Das Geburtsdatum des Profils wird aus dem angegebenen Attribut ermittelt", + "Pronouns Field" : "Pronomenfeld", + "User profile Pronouns will be set from the specified attribute" : "Profil-Pronomen werden aus dem angegebenen Attribut festgelegt", "Internal Username" : "Interner Benutzername", "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "Standardmäßig wird der interne Benutzername aus dem UUID-Attribut erstellt. So wird sichergestellt, dass der Benutzername einmalig ist und Zeichen nicht konvertiert werden müssen. Für den internen Benutzernamen sind nur folgende Zeichen zulässig: [a-zA-Z0-9_.@-]. Andere Zeichen werden durch ihre ASCII-Entsprechung ersetzt oder einfach weggelassen. Bei Kollisionen wird eine Nummer hinzugefügt/erhöht. Der interne Benutzername wird verwendet, um den Benutzer intern zu identifizieren. Er ist außerdem der Standardname für den Stamm-Ordner des Benutzers. Darüber hinaus ist er Teil der URLs für den Zugriff, zum Beispiel für alle DAV-Dienste. Mit dieser Einstellung kann das Standardverhalten geändert werden. Änderungen wirken sich nur auf neu eingetragene (hinzugefügte) LDAP-Benutzer aus. Für die Standardeinstellung lasse das Eingabefeld leer.", "Internal Username Attribute:" : "Attribut für interne Benutzernamen:", diff --git a/apps/user_ldap/l10n/de_DE.js b/apps/user_ldap/l10n/de_DE.js index f5d6c2b492d05..8423f10221831 100644 --- a/apps/user_ldap/l10n/de_DE.js +++ b/apps/user_ldap/l10n/de_DE.js @@ -215,7 +215,7 @@ OC.L10N.register( "Birthdate Field" : "Geburtstagsfeld", "User profile Date of birth will be set from the specified attribute" : "Das Geburtsdatum des Benutzerprofils wird aus dem angegebenen Attribut ermittelt", "Pronouns Field" : "Pronomenfeld", - "User profile Pronouns will be set from the specified attribute" : "Benutzerprofil Pronomen werden aus dem angegebenen Attribut festgelegt", + "User profile Pronouns will be set from the specified attribute" : "Benutzerprofil-Pronomen werden aus dem angegebenen Attribut festgelegt", "Internal Username" : "Interner Benutzername", "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "Standardmäßig wird der interne Benutzername aus dem UUID-Attribut erstellt. So wird sichergestellt, dass der Benutzername einmalig ist und Zeichen nicht konvertiert werden müssen. Für den internen Benutzernamen sind nur folgende Zeichen zulässig: [a-zA-Z0-9_.@-]. Andere Zeichen werden durch ihre ASCII-Entsprechung ersetzt oder einfach weggelassen. Bei Kollisionen wird eine Nummer hinzugefügt/erhöht. Der interne Benutzername wird verwendet, um den Benutzer intern zu identifizieren. Er ist außerdem der Standardname für den Stamm-Ordner des Benutzers. Darüber hinaus ist er Teil der URLs für den Zugriff, zum Beispiel für alle DAV-Dienste. Mit dieser Einstellung kann das Standardverhalten geändert werden. Änderungen wirken sich nur auf neu eingetragene (hinzugefügte) LDAP-Benutzer aus. Für die Standardeinstellung lassen Sie das Eingabefeld leer.", "Internal Username Attribute:" : "Interne Eigenschaften des Benutzers:", diff --git a/apps/user_ldap/l10n/de_DE.json b/apps/user_ldap/l10n/de_DE.json index 3d9047e037d96..ec5ebe32bb0ff 100644 --- a/apps/user_ldap/l10n/de_DE.json +++ b/apps/user_ldap/l10n/de_DE.json @@ -213,7 +213,7 @@ "Birthdate Field" : "Geburtstagsfeld", "User profile Date of birth will be set from the specified attribute" : "Das Geburtsdatum des Benutzerprofils wird aus dem angegebenen Attribut ermittelt", "Pronouns Field" : "Pronomenfeld", - "User profile Pronouns will be set from the specified attribute" : "Benutzerprofil Pronomen werden aus dem angegebenen Attribut festgelegt", + "User profile Pronouns will be set from the specified attribute" : "Benutzerprofil-Pronomen werden aus dem angegebenen Attribut festgelegt", "Internal Username" : "Interner Benutzername", "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "Standardmäßig wird der interne Benutzername aus dem UUID-Attribut erstellt. So wird sichergestellt, dass der Benutzername einmalig ist und Zeichen nicht konvertiert werden müssen. Für den internen Benutzernamen sind nur folgende Zeichen zulässig: [a-zA-Z0-9_.@-]. Andere Zeichen werden durch ihre ASCII-Entsprechung ersetzt oder einfach weggelassen. Bei Kollisionen wird eine Nummer hinzugefügt/erhöht. Der interne Benutzername wird verwendet, um den Benutzer intern zu identifizieren. Er ist außerdem der Standardname für den Stamm-Ordner des Benutzers. Darüber hinaus ist er Teil der URLs für den Zugriff, zum Beispiel für alle DAV-Dienste. Mit dieser Einstellung kann das Standardverhalten geändert werden. Änderungen wirken sich nur auf neu eingetragene (hinzugefügte) LDAP-Benutzer aus. Für die Standardeinstellung lassen Sie das Eingabefeld leer.", "Internal Username Attribute:" : "Interne Eigenschaften des Benutzers:", diff --git a/apps/user_ldap/l10n/pt_BR.js b/apps/user_ldap/l10n/pt_BR.js index 390cafd178b52..8b7f49acc4cf3 100644 --- a/apps/user_ldap/l10n/pt_BR.js +++ b/apps/user_ldap/l10n/pt_BR.js @@ -214,6 +214,8 @@ OC.L10N.register( "User profile Biography will be set from the specified attribute" : "A biografia do perfil do usuário será definida a partir do atributo especificado", "Birthdate Field" : "Campo Data de Nascimento", "User profile Date of birth will be set from the specified attribute" : "Perfil do usuário A data de nascimento será definida a partir do atributo especificado", + "Pronouns Field" : "Campo de Pronomes", + "User profile Pronouns will be set from the specified attribute" : "Os pronomes do perfil do usuário serão definidos a partir do atributo especificado", "Internal Username" : "Nome de usuário interno", "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "Por padrão, o nome de usuário interno será criado a partir do atributo UUID. Ele garante que o nome de usuário seja exclusivo e os caracteres não precisem ser convertidos. O nome de usuário interno tem a restrição de que apenas esses caracteres são permitidos: [a-zA-Z0-9_.@-]. Outros caracteres são substituídos por sua correspondência ASCII ou simplesmente omitidos. Em colisões, um número será adicionado/aumentado. O nome de usuário interno é usado para identificar um usuário internamente. Também é o nome padrão para a pasta inicial do usuário. Também faz parte de URLs remotos, por exemplo, para todos os serviços DAV. Com essa configuração, o comportamento padrão pode ser substituído. As alterações terão efeito apenas em usuários LDAP recém-mapeados (adicionados). Deixe-o vazio para o comportamento padrão.", "Internal Username Attribute:" : "Atributo Interno de Nome de Usuário:", diff --git a/apps/user_ldap/l10n/pt_BR.json b/apps/user_ldap/l10n/pt_BR.json index 39821581e2b53..703bed98157c7 100644 --- a/apps/user_ldap/l10n/pt_BR.json +++ b/apps/user_ldap/l10n/pt_BR.json @@ -212,6 +212,8 @@ "User profile Biography will be set from the specified attribute" : "A biografia do perfil do usuário será definida a partir do atributo especificado", "Birthdate Field" : "Campo Data de Nascimento", "User profile Date of birth will be set from the specified attribute" : "Perfil do usuário A data de nascimento será definida a partir do atributo especificado", + "Pronouns Field" : "Campo de Pronomes", + "User profile Pronouns will be set from the specified attribute" : "Os pronomes do perfil do usuário serão definidos a partir do atributo especificado", "Internal Username" : "Nome de usuário interno", "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "Por padrão, o nome de usuário interno será criado a partir do atributo UUID. Ele garante que o nome de usuário seja exclusivo e os caracteres não precisem ser convertidos. O nome de usuário interno tem a restrição de que apenas esses caracteres são permitidos: [a-zA-Z0-9_.@-]. Outros caracteres são substituídos por sua correspondência ASCII ou simplesmente omitidos. Em colisões, um número será adicionado/aumentado. O nome de usuário interno é usado para identificar um usuário internamente. Também é o nome padrão para a pasta inicial do usuário. Também faz parte de URLs remotos, por exemplo, para todos os serviços DAV. Com essa configuração, o comportamento padrão pode ser substituído. As alterações terão efeito apenas em usuários LDAP recém-mapeados (adicionados). Deixe-o vazio para o comportamento padrão.", "Internal Username Attribute:" : "Atributo Interno de Nome de Usuário:", diff --git a/apps/user_ldap/l10n/sr.js b/apps/user_ldap/l10n/sr.js index a03610454e455..c45a4d69556b8 100644 --- a/apps/user_ldap/l10n/sr.js +++ b/apps/user_ldap/l10n/sr.js @@ -214,6 +214,8 @@ OC.L10N.register( "User profile Biography will be set from the specified attribute" : "Биографија корисничког профила ће се поставити из наведеног атрибута", "Birthdate Field" : "Пође рођендана", "User profile Date of birth will be set from the specified attribute" : "Датум рођења за кориснички профил ће да се постави из наведеног атрибута", + "Pronouns Field" : "Поље заменица", + "User profile Pronouns will be set from the specified attribute" : "Заменице корисничког профила ће се поставити из наведеног атрибута", "Internal Username" : "Интерно корисничко име:", "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "Интерно име ће се подразумевано креирати из UUID атрибута. Тако се обезбеђује да је корисничко име јединствено и да нема потребе да се карактери конвертују. Интерно корисничко име је ограничено тако да су дозвољени само следећи карактери: [a-zA-Z0-9_.@-]. Остали карактери ће се заменити својим одговарајућим ASCII карактерима или ће се једноставно изоставити. У случају колизија, дописаће се/увећати број. Интерно корисничко име се користи да се корисник интерно идентификује. То је такође и подразумевано име за коринсиков почетни фолдер. Такође је део удаљених URL адреса, на пример за све DAV сервисе. Овим подешавањем је могуће преиначење подразумеваног понашања. Измене ће ступити на снагу само за ново мапиране (додате) LDAP кориснике. Оставите празно ако желите подразумевано понашање.", "Internal Username Attribute:" : "Интерни параметри корисничког имена:", diff --git a/apps/user_ldap/l10n/sr.json b/apps/user_ldap/l10n/sr.json index 23b9ffa8cbabc..3fb09234423cd 100644 --- a/apps/user_ldap/l10n/sr.json +++ b/apps/user_ldap/l10n/sr.json @@ -212,6 +212,8 @@ "User profile Biography will be set from the specified attribute" : "Биографија корисничког профила ће се поставити из наведеног атрибута", "Birthdate Field" : "Пође рођендана", "User profile Date of birth will be set from the specified attribute" : "Датум рођења за кориснички профил ће да се постави из наведеног атрибута", + "Pronouns Field" : "Поље заменица", + "User profile Pronouns will be set from the specified attribute" : "Заменице корисничког профила ће се поставити из наведеног атрибута", "Internal Username" : "Интерно корисничко име:", "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "Интерно име ће се подразумевано креирати из UUID атрибута. Тако се обезбеђује да је корисничко име јединствено и да нема потребе да се карактери конвертују. Интерно корисничко име је ограничено тако да су дозвољени само следећи карактери: [a-zA-Z0-9_.@-]. Остали карактери ће се заменити својим одговарајућим ASCII карактерима или ће се једноставно изоставити. У случају колизија, дописаће се/увећати број. Интерно корисничко име се користи да се корисник интерно идентификује. То је такође и подразумевано име за коринсиков почетни фолдер. Такође је део удаљених URL адреса, на пример за све DAV сервисе. Овим подешавањем је могуће преиначење подразумеваног понашања. Измене ће ступити на снагу само за ново мапиране (додате) LDAP кориснике. Оставите празно ако желите подразумевано понашање.", "Internal Username Attribute:" : "Интерни параметри корисничког имена:", diff --git a/apps/user_ldap/l10n/tr.js b/apps/user_ldap/l10n/tr.js index b2b35790a7f5b..aed1f718d1e26 100644 --- a/apps/user_ldap/l10n/tr.js +++ b/apps/user_ldap/l10n/tr.js @@ -214,6 +214,8 @@ OC.L10N.register( "User profile Biography will be set from the specified attribute" : "Kullanıcı profilindeki özgeçmiş alanının değeri belirtilen öznitelikten alınır", "Birthdate Field" : "Doğum tarihi alanı", "User profile Date of birth will be set from the specified attribute" : "Kullanıcı profilindeki doğum tarihi alanının değeri belirtilen öznitelikten alınır", + "Pronouns Field" : "Hitap alanı", + "User profile Pronouns will be set from the specified attribute" : "Kullanıcı profilindeki hitap alanının değeri belirtilen öznitelikten alınır", "Internal Username" : "İç kullanıcı adı", "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "Varsayılan olarak, iç kullanıcı adı UUID özniteliğinden oluşturulur. Böylece kullanıcı adının eşsiz olması ve dönüştürülmesi gereken karakterler içermediğinden emin olunur. İç kullanıcı adında kısıtlaması yalnızca şu karakterleri kullanılabilir: [ a-zA-Z0-9_.@-]. Diğer karakterler ASCII karşılıklarına dönüştürülür ya da yok sayılır. Çakışmalarda ada bir sayı eklenir. İç kullanıcı adı bir kullanıcıyı içsel olarak belirlemeye yarar. Aynı zamanda kullanıcı ana klasörünün varsayılan adı olarak da kullanılır. İnternet adreslerinin, örneğin DAV hizmetlerinin bir parçasıdır. Bu seçenek ile varsayılan davranış değiştirilebilir. Değişiklikler yalnızca yeni eşleştirilecek (eklenecek) LDAP kullanıcılarını etkiler. Varsayılan davranışın kullanılması için boş bırakın.", "Internal Username Attribute:" : "İç kullanıcı adı özniteliği:", diff --git a/apps/user_ldap/l10n/tr.json b/apps/user_ldap/l10n/tr.json index bc1b677c349ad..6a6894d09abe0 100644 --- a/apps/user_ldap/l10n/tr.json +++ b/apps/user_ldap/l10n/tr.json @@ -212,6 +212,8 @@ "User profile Biography will be set from the specified attribute" : "Kullanıcı profilindeki özgeçmiş alanının değeri belirtilen öznitelikten alınır", "Birthdate Field" : "Doğum tarihi alanı", "User profile Date of birth will be set from the specified attribute" : "Kullanıcı profilindeki doğum tarihi alanının değeri belirtilen öznitelikten alınır", + "Pronouns Field" : "Hitap alanı", + "User profile Pronouns will be set from the specified attribute" : "Kullanıcı profilindeki hitap alanının değeri belirtilen öznitelikten alınır", "Internal Username" : "İç kullanıcı adı", "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "Varsayılan olarak, iç kullanıcı adı UUID özniteliğinden oluşturulur. Böylece kullanıcı adının eşsiz olması ve dönüştürülmesi gereken karakterler içermediğinden emin olunur. İç kullanıcı adında kısıtlaması yalnızca şu karakterleri kullanılabilir: [ a-zA-Z0-9_.@-]. Diğer karakterler ASCII karşılıklarına dönüştürülür ya da yok sayılır. Çakışmalarda ada bir sayı eklenir. İç kullanıcı adı bir kullanıcıyı içsel olarak belirlemeye yarar. Aynı zamanda kullanıcı ana klasörünün varsayılan adı olarak da kullanılır. İnternet adreslerinin, örneğin DAV hizmetlerinin bir parçasıdır. Bu seçenek ile varsayılan davranış değiştirilebilir. Değişiklikler yalnızca yeni eşleştirilecek (eklenecek) LDAP kullanıcılarını etkiler. Varsayılan davranışın kullanılması için boş bırakın.", "Internal Username Attribute:" : "İç kullanıcı adı özniteliği:", diff --git a/apps/user_ldap/l10n/zh_CN.js b/apps/user_ldap/l10n/zh_CN.js index 5c8964a568445..f926004cca0b8 100644 --- a/apps/user_ldap/l10n/zh_CN.js +++ b/apps/user_ldap/l10n/zh_CN.js @@ -204,6 +204,7 @@ OC.L10N.register( "User profile Headline will be set from the specified attribute" : "用户个人资料中的标题栏将按照指定属性设置", "Biography Field" : "自述栏", "User profile Biography will be set from the specified attribute" : "用户个人资料中的自述将按照指定属性设置", + "User profile Date of birth will be set from the specified attribute" : "用户个人资料的出生日期将从指定的属性中设置", "Internal Username" : "内部用户名", "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "默认情况下,内部用户名将按照UUID属性创建。这确保用户名独一无二,且无需转换字符。内部用户名拥有限制,只允许下列字符:[a-zA-Z0-9_.@-]。其它字符将被替换成对应的ASCII码或被直接删除。如有冲突,将会添加/递增一个数字。内部用户名被用来在内部确认用户身份。其也是用户主目录文件夹的默认名称。其也是远程URL的一部分,例如所有DAV服务。在此设置下,默认行为将会被覆盖。修改仅对新映射(添加)的LDAP用户生效。置空则采取默认行为。", "Internal Username Attribute:" : "内部用户名属性:", diff --git a/apps/user_ldap/l10n/zh_CN.json b/apps/user_ldap/l10n/zh_CN.json index 754d579e6aec7..cf5c4b0a63db2 100644 --- a/apps/user_ldap/l10n/zh_CN.json +++ b/apps/user_ldap/l10n/zh_CN.json @@ -202,6 +202,7 @@ "User profile Headline will be set from the specified attribute" : "用户个人资料中的标题栏将按照指定属性设置", "Biography Field" : "自述栏", "User profile Biography will be set from the specified attribute" : "用户个人资料中的自述将按照指定属性设置", + "User profile Date of birth will be set from the specified attribute" : "用户个人资料的出生日期将从指定的属性中设置", "Internal Username" : "内部用户名", "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "默认情况下,内部用户名将按照UUID属性创建。这确保用户名独一无二,且无需转换字符。内部用户名拥有限制,只允许下列字符:[a-zA-Z0-9_.@-]。其它字符将被替换成对应的ASCII码或被直接删除。如有冲突,将会添加/递增一个数字。内部用户名被用来在内部确认用户身份。其也是用户主目录文件夹的默认名称。其也是远程URL的一部分,例如所有DAV服务。在此设置下,默认行为将会被覆盖。修改仅对新映射(添加)的LDAP用户生效。置空则采取默认行为。", "Internal Username Attribute:" : "内部用户名属性:", diff --git a/apps/workflowengine/l10n/zh_CN.js b/apps/workflowengine/l10n/zh_CN.js index a994b4c8d2c64..963252bef368c 100644 --- a/apps/workflowengine/l10n/zh_CN.js +++ b/apps/workflowengine/l10n/zh_CN.js @@ -85,6 +85,7 @@ OC.L10N.register( "Show more" : "显示更多", "Configured flows" : "已配置的流程", "Your flows" : "你的流程", + "No flows configured" : "未配置任何流程", "matches" : "匹配", "does not match" : "不匹配", "is" : "是", diff --git a/apps/workflowengine/l10n/zh_CN.json b/apps/workflowengine/l10n/zh_CN.json index 2fae286dd6d97..893762aa93f98 100644 --- a/apps/workflowengine/l10n/zh_CN.json +++ b/apps/workflowengine/l10n/zh_CN.json @@ -83,6 +83,7 @@ "Show more" : "显示更多", "Configured flows" : "已配置的流程", "Your flows" : "你的流程", + "No flows configured" : "未配置任何流程", "matches" : "匹配", "does not match" : "不匹配", "is" : "是", diff --git a/lib/l10n/de.js b/lib/l10n/de.js index d0bb5cdc795fb..6f99a7c5fdebe 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -126,6 +126,7 @@ OC.L10N.register( "Headline" : "Überschrift", "Organisation" : "Organisation", "Role" : "Funktion", + "Pronouns" : "Pronomen", "Unknown account" : "Unbekanntes Konto", "Additional settings" : "Zusätzliche Einstellungen", "Enter the database Login and name for %s" : "Den Datenbankanmeldenamen und den Namen für %s eingeben", diff --git a/lib/l10n/de.json b/lib/l10n/de.json index aa7583d577329..6d4d0005ad28f 100644 --- a/lib/l10n/de.json +++ b/lib/l10n/de.json @@ -124,6 +124,7 @@ "Headline" : "Überschrift", "Organisation" : "Organisation", "Role" : "Funktion", + "Pronouns" : "Pronomen", "Unknown account" : "Unbekanntes Konto", "Additional settings" : "Zusätzliche Einstellungen", "Enter the database Login and name for %s" : "Den Datenbankanmeldenamen und den Namen für %s eingeben", diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js index 6cae9cc6e4706..f0763f249595a 100644 --- a/lib/l10n/pt_BR.js +++ b/lib/l10n/pt_BR.js @@ -126,6 +126,7 @@ OC.L10N.register( "Headline" : "Título ", "Organisation" : "Organização", "Role" : "Função", + "Pronouns" : "Pronomes", "Unknown account" : "Conta desconhecida", "Additional settings" : "Configurações adicionais", "Enter the database Login and name for %s" : "Insira o login e o nome do banco de dados para %s", diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json index c53e5a2f4d5d1..ae40d06187ff4 100644 --- a/lib/l10n/pt_BR.json +++ b/lib/l10n/pt_BR.json @@ -124,6 +124,7 @@ "Headline" : "Título ", "Organisation" : "Organização", "Role" : "Função", + "Pronouns" : "Pronomes", "Unknown account" : "Conta desconhecida", "Additional settings" : "Configurações adicionais", "Enter the database Login and name for %s" : "Insira o login e o nome do banco de dados para %s", diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js index 139a4b7760355..612537d1e7759 100644 --- a/lib/l10n/sr.js +++ b/lib/l10n/sr.js @@ -126,6 +126,7 @@ OC.L10N.register( "Headline" : "Наслов", "Organisation" : "Организација", "Role" : "Улога", + "Pronouns" : "Заменице", "Unknown account" : "Непознати налог", "Additional settings" : "Додатне поставке", "Enter the database Login and name for %s" : "Унесите име за пријаву на базу података и назив за %s", diff --git a/lib/l10n/sr.json b/lib/l10n/sr.json index bd36483a8d0b0..10777fe38af22 100644 --- a/lib/l10n/sr.json +++ b/lib/l10n/sr.json @@ -124,6 +124,7 @@ "Headline" : "Наслов", "Organisation" : "Организација", "Role" : "Улога", + "Pronouns" : "Заменице", "Unknown account" : "Непознати налог", "Additional settings" : "Додатне поставке", "Enter the database Login and name for %s" : "Унесите име за пријаву на базу података и назив за %s", diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js index 16a84f25cf0c8..1e90ed02f76e9 100644 --- a/lib/l10n/tr.js +++ b/lib/l10n/tr.js @@ -126,6 +126,7 @@ OC.L10N.register( "Headline" : "Başlık", "Organisation" : "Kuruluş", "Role" : "Pozisyon", + "Pronouns" : "Hitaplar", "Unknown account" : "Hesap bilinmiyor", "Additional settings" : "Ek ayarlar", "Enter the database Login and name for %s" : "%s için veri tabanı adını ve kullanıcı adını yazın", diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json index 7e94faab6904e..ee0704de2c363 100644 --- a/lib/l10n/tr.json +++ b/lib/l10n/tr.json @@ -124,6 +124,7 @@ "Headline" : "Başlık", "Organisation" : "Kuruluş", "Role" : "Pozisyon", + "Pronouns" : "Hitaplar", "Unknown account" : "Hesap bilinmiyor", "Additional settings" : "Ek ayarlar", "Enter the database Login and name for %s" : "%s için veri tabanı adını ve kullanıcı adını yazın", diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index 92f29545374b0..7af34971d7511 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -19,9 +19,11 @@ OC.L10N.register( "%1$s, %2$s and %3$s" : "%1$s,%2$s 和 %3$s", "%1$s, %2$s, %3$s and %4$s" : "%1$s,%2$s,%3$s 和 %4$s", "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s,%2$s,%3$s,%4$s 和 %5$s", + "Education bundle" : "教育套餐", "Enterprise bundle" : "企业捆绑包", "Groupware bundle" : "群组捆绑包", "Hub bundle" : "枢纽捆绑包", + "Public sector bundle" : "公共部门捆绑服务", "Social sharing bundle" : "社交共享捆绑包", "PHP %s or higher is required." : "要求 PHP 版本 %s 或者更高。", "PHP with a version lower than %s is required." : "需要版本低于 %s 的PHP。", @@ -35,6 +37,10 @@ OC.L10N.register( "The following platforms are supported: %s" : "支持以下平台:%s", "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的擦除操作已开始", "Wiping of device »%s« has started" : "设备 »%s« 的擦除操作已开始", "»%s« started remote wipe" : "»%s« 已开始远程擦除", @@ -80,12 +86,16 @@ OC.L10N.register( "Invalid path" : "无效的路径", "Failed to create file from template" : "从模板创建文件失败", "Templates" : "模板", + "Path contains invalid segments" : "路径包含无效段", + "Filename is a reserved word" : "Filename 是保留字", "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\" 无法安装,因为它与这个版本的服务器不兼容。", "__language_name__" : "简体中文", "This is an automatically sent email, please do not reply." : "这是一个自动生成的电子邮件,请不要回复。", + "Help & privacy" : "帮助和隐私", "Appearance and accessibility" : "外观和可访问性", "Apps" : "应用", "Personal settings" : "个人设置", @@ -110,15 +120,22 @@ OC.L10N.register( "Headline" : "标题", "Organisation" : "组织", "Role" : "角色", + "Unknown account" : "未知帐户", "Additional settings" : "其他设置", + "Enter the database Login and name for %s" : "输入 %s 的数据库登录名和名称", + "Enter the database Login for %s" : "进入数据库登录 %s", "Enter the database name for %s" : "输入 %s 的数据库名称", "You cannot use dots in the database name %s" : "您不能在数据库名称 %s 中使用句点", + "MySQL Login and/or password not valid" : "MySQL 用户名或密码无效", "You need to enter details of an existing account." : "您需要输入现有账号的详细信息。", "Oracle connection could not be established" : "无法建立 Oracle 连接", + "Oracle Login and/or password not valid" : "Oracle 用户名或密码无效", + "PostgreSQL Login and/or password not valid" : "PostgreSQL 用户名或密码无效", "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X 不被支持并且 %s 在这个平台上无法正常工作。请自行承担风险!", "For the best results, please consider using a GNU/Linux server instead." : "为了达到最好的效果,请考虑使用 GNU/Linux 服务器。", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "看起来这个 %s 实例运行在32位 PHP 环境中并且已在 php.ini 中配置open_basedir。这将在文件超过4GB时出现问题,强烈不建议这样做。", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "请删除 php.ini 中的 open_basedir 设置或切换到64位PHP。", + "Set an admin Login." : "设置管理员登录。", "Set an admin password." : "请设置一个管理员密码。", "Cannot create or write into the data directory %s" : "无法创建或写入数据文件夹 %s", "Sharing backend %s must implement the interface OCP\\Share_Backend" : "共享后端 %s 必须实现 OCP\\Share_Backend 接口", @@ -132,14 +149,41 @@ OC.L10N.register( "%1$s shared »%2$s« with you and wants to add:" : "%1$s 与您共享了 »%2$s« 并希望添加:", "%1$s shared »%2$s« with you and wants to add" : "%1$s 与您共享了 »%2$s« 并希望添加", "»%s« added a note to a file shared with you" : "»%s« 在与您共享的文件中添加了备注", + "Passwords are enforced for link and mail shares" : "链接和邮件共享必须使用密码", + "SharedWith is not a valid user" : "ShareWith 不是有效用户", "Unknown share type" : "未知共享类型", + "Cannot share with yourself" : "无法与自己分享", + "Path should be set" : "应设置路径", + "Path should be either a file or a folder" : "路径应该是文件或文件夹", + "You cannot share your root folder" : "您无法共享您的主文件夹", "You are not allowed to share %s" : "您无权共享 %s", + "A share requires permissions" : "共享需要权限", "Cannot increase permissions of %s" : "无法提升 %s 的权限", + "Shares need at least read permissions" : "共享至少需要读取权限", "Files cannot be shared with delete permissions" : "不能带删除权限分享文件", "Files cannot be shared with create permissions" : "不能带创建权限分享文件", "Expiration date is in the past" : "到期日期已过", + "Expiration date is enforced" : "强制执行到期日期", "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["允许设置的最远截止期是从今天算起的 %n-1 天之后"], "Sharing is only allowed with group members" : "只允许与群组成员共享", + "Sharing %s failed, because this item is already shared with the account %s" : "共享 %s 失败,因为此项目已与帐户 %s 共享", + "Group sharing is now allowed" : "现允许群组共享", + "Sharing is only allowed within your own groups" : "仅允许在您自己的群组内共享", + "Path is already shared with this group" : "路径已与此群组共享", + "Link sharing is not allowed" : "不允许共享链接", + "Public upload is not allowed" : "不允许公开上传", + "Path contains files shared with you" : "路径包含与您共享的文件", + "Sharing is disabled" : "共享已禁用", + "Sharing is disabled for you" : "已为您禁用共享", + "Cannot share with the share owner" : "无法与共享所有者共享", + "Share does not have a full ID" : "分享没有完整 ID", + "Cannot change share type" : "无法更改共享类型", + "Can only update recipient on user shares" : "仅能更新用户共享的收件人", + "Cannot enable sending the password by Talk with an empty password" : "无法启用 Talk 发送密码功能,密码为空", + "Cannot enable sending the password by Talk without setting a new password" : "如果不设置新密码,则无法启用通过 Talk 发送密码", + "Cannot disable sending the password by Talk without setting a new password" : "如果不设置新密码,则无法禁用 Talk 发送密码", + "Share provider does not support accepting" : "共享提供商不支持接受", + "Cannot change target of link share" : "无法更改链接共享的目标", "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." : "由于已达用户数量上限,用户未创建。请检查通知以了解详情。", @@ -190,6 +234,14 @@ OC.L10N.register( "Nov." : "十一月", "Dec." : "十二月", "A valid password must be provided" : "必须提供合法的密码", + "The Login is already being used" : "登录名已被使用", + "Could not create account" : "无法创建帐户", + "Only the following characters are allowed in an Login: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "登录名中仅允许使用以下字符:\"a-z\", \"A-Z\", \"0-9\", 空格, \"_.@-'\"", + "A valid Login must be provided" : "必须提供有效的登录名", + "Login contains whitespace at the beginning or at the end" : "登录名开头或结尾包含空格", + "Login must not consist of dots only" : "登录名不能仅由点组成", + "Login is invalid because files already exist for this user" : "登录无效,因为此用户的文件已存在", + "Account disabled" : "帐户已禁用", "Login canceled by app" : "已通过应用取消登录", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "应用 \"%1$s\" 无法安装,因为不能满足以下依赖: %2$s", "a safe home for all your data" : "给您所有数据一个安全的家", @@ -222,6 +274,8 @@ OC.L10N.register( "Please ask your server administrator to restart the web server." : "请联系您的服务器管理员重启 Web 服务器。", "The required %s config variable is not configured in the config.php file." : "所需要的配置变量 %s 没有在 config.php 文件中配置。", "Please ask your server administrator to check the Nextcloud configuration." : "请联系您的服务器管理员检查 Nextcloud 设置。", + "Your data directory is readable by other people." : "您的数据目录可供其他人读取。", + "Please change the permissions to 0770 so that the directory cannot be listed by other people." : "请将权限更改为 0770,以便其他人无法列出该目录。", "Your data directory must be an absolute path." : "您的数据目录必须是绝对路径。", "Check the value of \"datadirectory\" in your configuration." : "请检查配置文件中 \"datadirectory\" 的值。", "Your data directory is invalid." : "您的数据目录无效。", @@ -236,13 +290,25 @@ OC.L10N.register( "Storage connection error. %s" : "存储连接错误。%s", "Storage is temporarily not available" : "存储暂时不可用", "Storage connection timeout. %s" : "存储连接超时。%s", + "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "要允许此检查运行,您必须确保您的 Web 服务器可以连接到自身。因此,它必须能够解析并连接到其 \"trusted_domains\" 或 \"overwrite.cli.url\" 中的至少一个。此失败可能是服务器端 DNS 不匹配或出站防火墙规则的结果。", + "Transcribe the things said in an audio" : "将音频中的内容转录下来", "Audio input" : "音频输入", + "The audio to transcribe" : "要转录的音频", "Context write" : "文本撰写", "Writes text in a given style based on the provided source material." : "通过给出语料的风格生成文字", "Writing style" : "撰写风格", + "Demonstrate a writing style that you would like to immitate" : "展示你想模仿的写作风格", "Source material" : "来源材料", + "The content that would like to be rewritten in the new writing style" : "希望以新文风重写的内容", + "The generated text with content from the source material in the given style" : "生成的文本内容来自给定风格的源材料", + "The generated emoji based on the input text" : "根据输入文本生成的表情符号", "Generate image" : "生成图片", + "Generate an image from a text prompt" : "根据文本提示生成图像", "Prompt" : "提示", + "Describe the image you want to generate" : "描述你想要生成的图像", + "Runs an arbitrary prompt through a language model that returns a reply" : "通过语言模型运行任意提示并返回答复", + "Define rules and assumptions that the assistant should follow during the conversation." : "定义助手在对话过程中应遵循的规则和假设。", + "The history of chat messages before the current message, starting with a message by the user" : "当前消息之前的聊天消息历史记录,从用户发送的消息开始", "Generates a possible headline for a text." : "为一段文本生成一个可能的标题", "Summarize" : "总结归纳", "Summary" : "概况", diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json index cc034717624ba..430f3cf59b2a5 100644 --- a/lib/l10n/zh_CN.json +++ b/lib/l10n/zh_CN.json @@ -17,9 +17,11 @@ "%1$s, %2$s and %3$s" : "%1$s,%2$s 和 %3$s", "%1$s, %2$s, %3$s and %4$s" : "%1$s,%2$s,%3$s 和 %4$s", "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s,%2$s,%3$s,%4$s 和 %5$s", + "Education bundle" : "教育套餐", "Enterprise bundle" : "企业捆绑包", "Groupware bundle" : "群组捆绑包", "Hub bundle" : "枢纽捆绑包", + "Public sector bundle" : "公共部门捆绑服务", "Social sharing bundle" : "社交共享捆绑包", "PHP %s or higher is required." : "要求 PHP 版本 %s 或者更高。", "PHP with a version lower than %s is required." : "需要版本低于 %s 的PHP。", @@ -33,6 +35,10 @@ "The following platforms are supported: %s" : "支持以下平台:%s", "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的擦除操作已开始", "Wiping of device »%s« has started" : "设备 »%s« 的擦除操作已开始", "»%s« started remote wipe" : "»%s« 已开始远程擦除", @@ -78,12 +84,16 @@ "Invalid path" : "无效的路径", "Failed to create file from template" : "从模板创建文件失败", "Templates" : "模板", + "Path contains invalid segments" : "路径包含无效段", + "Filename is a reserved word" : "Filename 是保留字", "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\" 无法安装,因为它与这个版本的服务器不兼容。", "__language_name__" : "简体中文", "This is an automatically sent email, please do not reply." : "这是一个自动生成的电子邮件,请不要回复。", + "Help & privacy" : "帮助和隐私", "Appearance and accessibility" : "外观和可访问性", "Apps" : "应用", "Personal settings" : "个人设置", @@ -108,15 +118,22 @@ "Headline" : "标题", "Organisation" : "组织", "Role" : "角色", + "Unknown account" : "未知帐户", "Additional settings" : "其他设置", + "Enter the database Login and name for %s" : "输入 %s 的数据库登录名和名称", + "Enter the database Login for %s" : "进入数据库登录 %s", "Enter the database name for %s" : "输入 %s 的数据库名称", "You cannot use dots in the database name %s" : "您不能在数据库名称 %s 中使用句点", + "MySQL Login and/or password not valid" : "MySQL 用户名或密码无效", "You need to enter details of an existing account." : "您需要输入现有账号的详细信息。", "Oracle connection could not be established" : "无法建立 Oracle 连接", + "Oracle Login and/or password not valid" : "Oracle 用户名或密码无效", + "PostgreSQL Login and/or password not valid" : "PostgreSQL 用户名或密码无效", "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X 不被支持并且 %s 在这个平台上无法正常工作。请自行承担风险!", "For the best results, please consider using a GNU/Linux server instead." : "为了达到最好的效果,请考虑使用 GNU/Linux 服务器。", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "看起来这个 %s 实例运行在32位 PHP 环境中并且已在 php.ini 中配置open_basedir。这将在文件超过4GB时出现问题,强烈不建议这样做。", "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "请删除 php.ini 中的 open_basedir 设置或切换到64位PHP。", + "Set an admin Login." : "设置管理员登录。", "Set an admin password." : "请设置一个管理员密码。", "Cannot create or write into the data directory %s" : "无法创建或写入数据文件夹 %s", "Sharing backend %s must implement the interface OCP\\Share_Backend" : "共享后端 %s 必须实现 OCP\\Share_Backend 接口", @@ -130,14 +147,41 @@ "%1$s shared »%2$s« with you and wants to add:" : "%1$s 与您共享了 »%2$s« 并希望添加:", "%1$s shared »%2$s« with you and wants to add" : "%1$s 与您共享了 »%2$s« 并希望添加", "»%s« added a note to a file shared with you" : "»%s« 在与您共享的文件中添加了备注", + "Passwords are enforced for link and mail shares" : "链接和邮件共享必须使用密码", + "SharedWith is not a valid user" : "ShareWith 不是有效用户", "Unknown share type" : "未知共享类型", + "Cannot share with yourself" : "无法与自己分享", + "Path should be set" : "应设置路径", + "Path should be either a file or a folder" : "路径应该是文件或文件夹", + "You cannot share your root folder" : "您无法共享您的主文件夹", "You are not allowed to share %s" : "您无权共享 %s", + "A share requires permissions" : "共享需要权限", "Cannot increase permissions of %s" : "无法提升 %s 的权限", + "Shares need at least read permissions" : "共享至少需要读取权限", "Files cannot be shared with delete permissions" : "不能带删除权限分享文件", "Files cannot be shared with create permissions" : "不能带创建权限分享文件", "Expiration date is in the past" : "到期日期已过", + "Expiration date is enforced" : "强制执行到期日期", "_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["允许设置的最远截止期是从今天算起的 %n-1 天之后"], "Sharing is only allowed with group members" : "只允许与群组成员共享", + "Sharing %s failed, because this item is already shared with the account %s" : "共享 %s 失败,因为此项目已与帐户 %s 共享", + "Group sharing is now allowed" : "现允许群组共享", + "Sharing is only allowed within your own groups" : "仅允许在您自己的群组内共享", + "Path is already shared with this group" : "路径已与此群组共享", + "Link sharing is not allowed" : "不允许共享链接", + "Public upload is not allowed" : "不允许公开上传", + "Path contains files shared with you" : "路径包含与您共享的文件", + "Sharing is disabled" : "共享已禁用", + "Sharing is disabled for you" : "已为您禁用共享", + "Cannot share with the share owner" : "无法与共享所有者共享", + "Share does not have a full ID" : "分享没有完整 ID", + "Cannot change share type" : "无法更改共享类型", + "Can only update recipient on user shares" : "仅能更新用户共享的收件人", + "Cannot enable sending the password by Talk with an empty password" : "无法启用 Talk 发送密码功能,密码为空", + "Cannot enable sending the password by Talk without setting a new password" : "如果不设置新密码,则无法启用通过 Talk 发送密码", + "Cannot disable sending the password by Talk without setting a new password" : "如果不设置新密码,则无法禁用 Talk 发送密码", + "Share provider does not support accepting" : "共享提供商不支持接受", + "Cannot change target of link share" : "无法更改链接共享的目标", "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." : "由于已达用户数量上限,用户未创建。请检查通知以了解详情。", @@ -188,6 +232,14 @@ "Nov." : "十一月", "Dec." : "十二月", "A valid password must be provided" : "必须提供合法的密码", + "The Login is already being used" : "登录名已被使用", + "Could not create account" : "无法创建帐户", + "Only the following characters are allowed in an Login: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "登录名中仅允许使用以下字符:\"a-z\", \"A-Z\", \"0-9\", 空格, \"_.@-'\"", + "A valid Login must be provided" : "必须提供有效的登录名", + "Login contains whitespace at the beginning or at the end" : "登录名开头或结尾包含空格", + "Login must not consist of dots only" : "登录名不能仅由点组成", + "Login is invalid because files already exist for this user" : "登录无效,因为此用户的文件已存在", + "Account disabled" : "帐户已禁用", "Login canceled by app" : "已通过应用取消登录", "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "应用 \"%1$s\" 无法安装,因为不能满足以下依赖: %2$s", "a safe home for all your data" : "给您所有数据一个安全的家", @@ -220,6 +272,8 @@ "Please ask your server administrator to restart the web server." : "请联系您的服务器管理员重启 Web 服务器。", "The required %s config variable is not configured in the config.php file." : "所需要的配置变量 %s 没有在 config.php 文件中配置。", "Please ask your server administrator to check the Nextcloud configuration." : "请联系您的服务器管理员检查 Nextcloud 设置。", + "Your data directory is readable by other people." : "您的数据目录可供其他人读取。", + "Please change the permissions to 0770 so that the directory cannot be listed by other people." : "请将权限更改为 0770,以便其他人无法列出该目录。", "Your data directory must be an absolute path." : "您的数据目录必须是绝对路径。", "Check the value of \"datadirectory\" in your configuration." : "请检查配置文件中 \"datadirectory\" 的值。", "Your data directory is invalid." : "您的数据目录无效。", @@ -234,13 +288,25 @@ "Storage connection error. %s" : "存储连接错误。%s", "Storage is temporarily not available" : "存储暂时不可用", "Storage connection timeout. %s" : "存储连接超时。%s", + "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "要允许此检查运行,您必须确保您的 Web 服务器可以连接到自身。因此,它必须能够解析并连接到其 \"trusted_domains\" 或 \"overwrite.cli.url\" 中的至少一个。此失败可能是服务器端 DNS 不匹配或出站防火墙规则的结果。", + "Transcribe the things said in an audio" : "将音频中的内容转录下来", "Audio input" : "音频输入", + "The audio to transcribe" : "要转录的音频", "Context write" : "文本撰写", "Writes text in a given style based on the provided source material." : "通过给出语料的风格生成文字", "Writing style" : "撰写风格", + "Demonstrate a writing style that you would like to immitate" : "展示你想模仿的写作风格", "Source material" : "来源材料", + "The content that would like to be rewritten in the new writing style" : "希望以新文风重写的内容", + "The generated text with content from the source material in the given style" : "生成的文本内容来自给定风格的源材料", + "The generated emoji based on the input text" : "根据输入文本生成的表情符号", "Generate image" : "生成图片", + "Generate an image from a text prompt" : "根据文本提示生成图像", "Prompt" : "提示", + "Describe the image you want to generate" : "描述你想要生成的图像", + "Runs an arbitrary prompt through a language model that returns a reply" : "通过语言模型运行任意提示并返回答复", + "Define rules and assumptions that the assistant should follow during the conversation." : "定义助手在对话过程中应遵循的规则和假设。", + "The history of chat messages before the current message, starting with a message by the user" : "当前消息之前的聊天消息历史记录,从用户发送的消息开始", "Generates a possible headline for a text." : "为一段文本生成一个可能的标题", "Summarize" : "总结归纳", "Summary" : "概况",