From fe3103321b28e3c20b3164d998df8a5fc05f28ec Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 7 Jun 2024 00:35:39 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- apps/dav/l10n/de.js | 1 + apps/dav/l10n/de.json | 1 + apps/dav/l10n/en_GB.js | 1 + apps/dav/l10n/en_GB.json | 1 + apps/dav/l10n/eu.js | 1 + apps/dav/l10n/eu.json | 1 + apps/dav/l10n/pt_BR.js | 1 + apps/dav/l10n/pt_BR.json | 1 + apps/dav/l10n/zh_HK.js | 1 + apps/dav/l10n/zh_HK.json | 1 + apps/dav/l10n/zh_TW.js | 1 + apps/dav/l10n/zh_TW.json | 1 + apps/files/l10n/en_GB.js | 1 + apps/files/l10n/en_GB.json | 1 + apps/files/l10n/eu.js | 1 + apps/files/l10n/eu.json | 1 + apps/files/l10n/pt_BR.js | 1 + apps/files/l10n/pt_BR.json | 1 + apps/files/l10n/zh_HK.js | 1 + apps/files/l10n/zh_HK.json | 1 + apps/files/l10n/zh_TW.js | 1 + apps/files/l10n/zh_TW.json | 1 + apps/files_trashbin/l10n/de.js | 3 +++ apps/files_trashbin/l10n/de.json | 3 +++ apps/settings/l10n/da.js | 1 + apps/settings/l10n/da.json | 1 + apps/settings/l10n/de.js | 1 - apps/settings/l10n/de.json | 1 - apps/settings/l10n/de_DE.js | 2 +- apps/settings/l10n/de_DE.json | 2 +- apps/settings/l10n/en_GB.js | 31 +++++++++++++++++++++++++ apps/settings/l10n/en_GB.json | 31 +++++++++++++++++++++++++ apps/settings/l10n/eu.js | 12 ++++++++++ apps/settings/l10n/eu.json | 12 ++++++++++ apps/settings/l10n/pt_BR.js | 31 +++++++++++++++++++++++++ apps/settings/l10n/pt_BR.json | 31 +++++++++++++++++++++++++ apps/settings/l10n/zh_HK.js | 31 +++++++++++++++++++++++++ apps/settings/l10n/zh_HK.json | 31 +++++++++++++++++++++++++ apps/settings/l10n/zh_TW.js | 31 +++++++++++++++++++++++++ apps/settings/l10n/zh_TW.json | 31 +++++++++++++++++++++++++ apps/theming/l10n/de.js | 12 ++++++++++ apps/theming/l10n/de.json | 12 ++++++++++ apps/theming/l10n/de_DE.js | 7 ++++++ apps/theming/l10n/de_DE.json | 7 ++++++ apps/theming/l10n/en_GB.js | 8 +++++++ apps/theming/l10n/en_GB.json | 8 +++++++ apps/theming/l10n/pt_BR.js | 8 +++++++ apps/theming/l10n/pt_BR.json | 8 +++++++ apps/theming/l10n/zh_HK.js | 8 +++++++ apps/theming/l10n/zh_HK.json | 8 +++++++ apps/theming/l10n/zh_TW.js | 8 +++++++ apps/theming/l10n/zh_TW.json | 8 +++++++ apps/user_ldap/l10n/en_GB.js | 2 ++ apps/user_ldap/l10n/en_GB.json | 2 ++ apps/user_ldap/l10n/pt_BR.js | 2 ++ apps/user_ldap/l10n/pt_BR.json | 2 ++ apps/user_ldap/l10n/zh_HK.js | 2 ++ apps/user_ldap/l10n/zh_HK.json | 2 ++ apps/user_ldap/l10n/zh_TW.js | 2 ++ apps/user_ldap/l10n/zh_TW.json | 2 ++ core/l10n/da.js | 3 +++ core/l10n/da.json | 3 +++ core/l10n/de_DE.js | 2 +- core/l10n/de_DE.json | 2 +- core/l10n/en_GB.js | 2 ++ core/l10n/en_GB.json | 2 ++ core/l10n/eu.js | 2 ++ core/l10n/eu.json | 2 ++ core/l10n/pt_BR.js | 2 ++ core/l10n/pt_BR.json | 2 ++ core/l10n/zh_HK.js | 2 ++ core/l10n/zh_HK.json | 2 ++ core/l10n/zh_TW.js | 2 ++ core/l10n/zh_TW.json | 2 ++ lib/l10n/de_DE.js | 6 +++++ lib/l10n/de_DE.json | 6 +++++ lib/l10n/en_GB.js | 39 ++++++++++++++++++++++++++++++++ lib/l10n/en_GB.json | 39 ++++++++++++++++++++++++++++++++ lib/l10n/pt_BR.js | 39 ++++++++++++++++++++++++++++++++ lib/l10n/pt_BR.json | 39 ++++++++++++++++++++++++++++++++ lib/l10n/zh_HK.js | 39 ++++++++++++++++++++++++++++++++ lib/l10n/zh_HK.json | 39 ++++++++++++++++++++++++++++++++ lib/l10n/zh_TW.js | 39 ++++++++++++++++++++++++++++++++ lib/l10n/zh_TW.json | 39 ++++++++++++++++++++++++++++++++ 84 files changed, 774 insertions(+), 6 deletions(-) diff --git a/apps/dav/l10n/de.js b/apps/dav/l10n/de.js index b3c6fc3074935..af47d64e3f9df 100644 --- a/apps/dav/l10n/de.js +++ b/apps/dav/l10n/de.js @@ -86,6 +86,7 @@ OC.L10N.register( "Organizer:" : "Organisator:", "Attendees:" : "Teilnehmer:", "Title:" : "Titel:", + "Date and time:" : "Datum und Zeit:", "Location:" : "Ort:", "Link:" : "Link:", "Accept" : "Akzeptieren", diff --git a/apps/dav/l10n/de.json b/apps/dav/l10n/de.json index 6be2a65232eb7..dbf3b93645793 100644 --- a/apps/dav/l10n/de.json +++ b/apps/dav/l10n/de.json @@ -84,6 +84,7 @@ "Organizer:" : "Organisator:", "Attendees:" : "Teilnehmer:", "Title:" : "Titel:", + "Date and time:" : "Datum und Zeit:", "Location:" : "Ort:", "Link:" : "Link:", "Accept" : "Akzeptieren", diff --git a/apps/dav/l10n/en_GB.js b/apps/dav/l10n/en_GB.js index f91afa99eb4ee..9c013534229fd 100644 --- a/apps/dav/l10n/en_GB.js +++ b/apps/dav/l10n/en_GB.js @@ -86,6 +86,7 @@ OC.L10N.register( "Organizer:" : "Organiser:", "Attendees:" : "Attendees:", "Title:" : "Title:", + "Date and time:" : "Date and time:", "Location:" : "Location:", "Link:" : "Link:", "Accept" : "Accept", diff --git a/apps/dav/l10n/en_GB.json b/apps/dav/l10n/en_GB.json index 813baaf7b6b5d..8281c3d612ba8 100644 --- a/apps/dav/l10n/en_GB.json +++ b/apps/dav/l10n/en_GB.json @@ -84,6 +84,7 @@ "Organizer:" : "Organiser:", "Attendees:" : "Attendees:", "Title:" : "Title:", + "Date and time:" : "Date and time:", "Location:" : "Location:", "Link:" : "Link:", "Accept" : "Accept", diff --git a/apps/dav/l10n/eu.js b/apps/dav/l10n/eu.js index 757381c3fe21b..a5b3acda4d666 100644 --- a/apps/dav/l10n/eu.js +++ b/apps/dav/l10n/eu.js @@ -86,6 +86,7 @@ OC.L10N.register( "Organizer:" : "Antolatzailea:", "Attendees:" : "Parte-hartzaileak:", "Title:" : "Izenburua:", + "Date and time:" : "Data eta ordua:", "Location:" : "Kokapena:", "Link:" : "Esteka:", "Accept" : "Onartu", diff --git a/apps/dav/l10n/eu.json b/apps/dav/l10n/eu.json index d933db626f039..12d063c272b6c 100644 --- a/apps/dav/l10n/eu.json +++ b/apps/dav/l10n/eu.json @@ -84,6 +84,7 @@ "Organizer:" : "Antolatzailea:", "Attendees:" : "Parte-hartzaileak:", "Title:" : "Izenburua:", + "Date and time:" : "Data eta ordua:", "Location:" : "Kokapena:", "Link:" : "Esteka:", "Accept" : "Onartu", diff --git a/apps/dav/l10n/pt_BR.js b/apps/dav/l10n/pt_BR.js index 20a9faec379a9..f8df55a947789 100644 --- a/apps/dav/l10n/pt_BR.js +++ b/apps/dav/l10n/pt_BR.js @@ -86,6 +86,7 @@ OC.L10N.register( "Organizer:" : "Organizador:", "Attendees:" : "Participantes:", "Title:" : "Título:", + "Date and time:" : "Data e hora:", "Location:" : "Localização:", "Link:" : "Link:", "Accept" : "Aceitar", diff --git a/apps/dav/l10n/pt_BR.json b/apps/dav/l10n/pt_BR.json index 690620ccfb8c2..ce853229c2980 100644 --- a/apps/dav/l10n/pt_BR.json +++ b/apps/dav/l10n/pt_BR.json @@ -84,6 +84,7 @@ "Organizer:" : "Organizador:", "Attendees:" : "Participantes:", "Title:" : "Título:", + "Date and time:" : "Data e hora:", "Location:" : "Localização:", "Link:" : "Link:", "Accept" : "Aceitar", diff --git a/apps/dav/l10n/zh_HK.js b/apps/dav/l10n/zh_HK.js index 5e1b50d970152..82b0aceebdaa0 100644 --- a/apps/dav/l10n/zh_HK.js +++ b/apps/dav/l10n/zh_HK.js @@ -86,6 +86,7 @@ OC.L10N.register( "Organizer:" : "主辦單位:", "Attendees:" : "參加者:", "Title:" : "標題:", + "Date and time:" : "日期和時間:", "Location:" : "位置:", "Link:" : "連結:", "Accept" : "接受", diff --git a/apps/dav/l10n/zh_HK.json b/apps/dav/l10n/zh_HK.json index cf85d1a2c17e4..244c7db371986 100644 --- a/apps/dav/l10n/zh_HK.json +++ b/apps/dav/l10n/zh_HK.json @@ -84,6 +84,7 @@ "Organizer:" : "主辦單位:", "Attendees:" : "參加者:", "Title:" : "標題:", + "Date and time:" : "日期和時間:", "Location:" : "位置:", "Link:" : "連結:", "Accept" : "接受", diff --git a/apps/dav/l10n/zh_TW.js b/apps/dav/l10n/zh_TW.js index 911bbd3dfb727..217779bc7a161 100644 --- a/apps/dav/l10n/zh_TW.js +++ b/apps/dav/l10n/zh_TW.js @@ -86,6 +86,7 @@ OC.L10N.register( "Organizer:" : "組織者:", "Attendees:" : "參與者:", "Title:" : "標題:", + "Date and time:" : "日期與時間:", "Location:" : "地點:", "Link:" : "連結:", "Accept" : "接受", diff --git a/apps/dav/l10n/zh_TW.json b/apps/dav/l10n/zh_TW.json index dcfeb0bdb5b7b..7986171709a54 100644 --- a/apps/dav/l10n/zh_TW.json +++ b/apps/dav/l10n/zh_TW.json @@ -84,6 +84,7 @@ "Organizer:" : "組織者:", "Attendees:" : "參與者:", "Title:" : "標題:", + "Date and time:" : "日期與時間:", "Location:" : "地點:", "Link:" : "連結:", "Accept" : "接受", diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js index fd1d095162d86..18dfe528c4cb4 100644 --- a/apps/files/l10n/en_GB.js +++ b/apps/files/l10n/en_GB.js @@ -168,6 +168,7 @@ OC.L10N.register( "Your ownership transfer of {path} to {user} has completed." : "Your ownership transfer of {path} to {user} has completed.", "The ownership transfer of {path} from {user} has completed." : "The ownership transfer of {path} from {user} has completed.", "in %s" : "in %s", + "Transferred from %1$s on %2$s" : "Transferred from %1$s on %2$s", "File Management" : "File Management", "Current directory path" : "Current directory path", "Reload current directory" : "Reload current directory", diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json index 91ce6c9184b83..84d688bc1ad1f 100644 --- a/apps/files/l10n/en_GB.json +++ b/apps/files/l10n/en_GB.json @@ -166,6 +166,7 @@ "Your ownership transfer of {path} to {user} has completed." : "Your ownership transfer of {path} to {user} has completed.", "The ownership transfer of {path} from {user} has completed." : "The ownership transfer of {path} from {user} has completed.", "in %s" : "in %s", + "Transferred from %1$s on %2$s" : "Transferred from %1$s on %2$s", "File Management" : "File Management", "Current directory path" : "Current directory path", "Reload current directory" : "Reload current directory", diff --git a/apps/files/l10n/eu.js b/apps/files/l10n/eu.js index 7b1022dbf23ff..e0abd7cfd0db7 100644 --- a/apps/files/l10n/eu.js +++ b/apps/files/l10n/eu.js @@ -168,6 +168,7 @@ OC.L10N.register( "Your ownership transfer of {path} to {user} has completed." : "{path}(r)en jabetza {user} erabiltzaileari transferitzea osatu da.", "The ownership transfer of {path} from {user} has completed." : "{path}(r)en jabetza {user} erabiltzailetik transferitzea osatu da.", "in %s" : "%s(e)n", + "Transferred from %1$s on %2$s" : "%1$s(e)tik %2$s(e)n transferitua", "File Management" : "Fitxategi-kudeaketa", "Current directory path" : "Uneko direktorio-bidea", "Reload current directory" : "Birkargatu uneko direktorioa", diff --git a/apps/files/l10n/eu.json b/apps/files/l10n/eu.json index c2a3fc1abc451..7accfb8ab5b74 100644 --- a/apps/files/l10n/eu.json +++ b/apps/files/l10n/eu.json @@ -166,6 +166,7 @@ "Your ownership transfer of {path} to {user} has completed." : "{path}(r)en jabetza {user} erabiltzaileari transferitzea osatu da.", "The ownership transfer of {path} from {user} has completed." : "{path}(r)en jabetza {user} erabiltzailetik transferitzea osatu da.", "in %s" : "%s(e)n", + "Transferred from %1$s on %2$s" : "%1$s(e)tik %2$s(e)n transferitua", "File Management" : "Fitxategi-kudeaketa", "Current directory path" : "Uneko direktorio-bidea", "Reload current directory" : "Birkargatu uneko direktorioa", diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index cb6dc834adb75..715dee27672b4 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -168,6 +168,7 @@ OC.L10N.register( "Your ownership transfer of {path} to {user} has completed." : "A transferência da sua propriedade de {path} para {user} foi concluída.", "The ownership transfer of {path} from {user} has completed." : "A transferência da propriedade de {path} de {user} foi concluída.", "in %s" : "em %s", + "Transferred from %1$s on %2$s" : "Transferido de %1$s para %2$s", "File Management" : "Gerenciamento de Arquivos", "Current directory path" : "Caminho do diretório atual", "Reload current directory" : "Recarregar diretório atual", diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index 7d82bcb5a48c2..82e276738aaf9 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -166,6 +166,7 @@ "Your ownership transfer of {path} to {user} has completed." : "A transferência da sua propriedade de {path} para {user} foi concluída.", "The ownership transfer of {path} from {user} has completed." : "A transferência da propriedade de {path} de {user} foi concluída.", "in %s" : "em %s", + "Transferred from %1$s on %2$s" : "Transferido de %1$s para %2$s", "File Management" : "Gerenciamento de Arquivos", "Current directory path" : "Caminho do diretório atual", "Reload current directory" : "Recarregar diretório atual", diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js index de7f4d3c868da..b96e47825363c 100644 --- a/apps/files/l10n/zh_HK.js +++ b/apps/files/l10n/zh_HK.js @@ -168,6 +168,7 @@ OC.L10N.register( "Your ownership transfer of {path} to {user} has completed." : "您將 \"{path}\" 的所有權轉移給 {user} 已經完成", "The ownership transfer of {path} from {user} has completed." : "來自 {user} 的 \"{path}\" 所有權轉移已經完成", "in %s" : "在 %s", + "Transferred from %1$s on %2$s" : "於 %2$s 從 %1$s 轉移", "File Management" : "檔案管理", "Current directory path" : "目前目錄途徑", "Reload current directory" : "重新加載目前目錄", diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json index 783d43f3c48d2..f16c042deaada 100644 --- a/apps/files/l10n/zh_HK.json +++ b/apps/files/l10n/zh_HK.json @@ -166,6 +166,7 @@ "Your ownership transfer of {path} to {user} has completed." : "您將 \"{path}\" 的所有權轉移給 {user} 已經完成", "The ownership transfer of {path} from {user} has completed." : "來自 {user} 的 \"{path}\" 所有權轉移已經完成", "in %s" : "在 %s", + "Transferred from %1$s on %2$s" : "於 %2$s 從 %1$s 轉移", "File Management" : "檔案管理", "Current directory path" : "目前目錄途徑", "Reload current directory" : "重新加載目前目錄", diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js index 5b273168089fb..f306b34cd9d32 100644 --- a/apps/files/l10n/zh_TW.js +++ b/apps/files/l10n/zh_TW.js @@ -168,6 +168,7 @@ OC.L10N.register( "Your ownership transfer of {path} to {user} has completed." : "您將 {path} 的所有權轉移給 {user} 已經完成。", "The ownership transfer of {path} from {user} has completed." : "來自 {user} 的 {path} 所有權轉移已經完成。", "in %s" : "在 %s", + "Transferred from %1$s on %2$s" : "於 %2$s 從 %1$s 轉移", "File Management" : "檔案管理", "Current directory path" : "目前目錄路徑", "Reload current directory" : "重新載入目前的目錄", diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json index eb337ce4f45c3..7e54704dc359b 100644 --- a/apps/files/l10n/zh_TW.json +++ b/apps/files/l10n/zh_TW.json @@ -166,6 +166,7 @@ "Your ownership transfer of {path} to {user} has completed." : "您將 {path} 的所有權轉移給 {user} 已經完成。", "The ownership transfer of {path} from {user} has completed." : "來自 {user} 的 {path} 所有權轉移已經完成。", "in %s" : "在 %s", + "Transferred from %1$s on %2$s" : "於 %2$s 從 %1$s 轉移", "File Management" : "檔案管理", "Current directory path" : "目前目錄路徑", "Reload current directory" : "重新載入目前的目錄", diff --git a/apps/files_trashbin/l10n/de.js b/apps/files_trashbin/l10n/de.js index e4a00ef7fca51..a418664f775a7 100644 --- a/apps/files_trashbin/l10n/de.js +++ b/apps/files_trashbin/l10n/de.js @@ -4,10 +4,13 @@ OC.L10N.register( "restored" : "Wiederhergestellt", "Deleted files" : "Gelöschte Dateien", "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Gelöschte Dateien und Ordner im Papierkorb (können während des Exports gelöscht werden, wenn der Speicherplatz knapp wird)", + "This application enables people to restore files that were deleted from the system." : "Diese Anwendung ermöglicht es Benutzern, Dateien die vom System gelöscht wurden wieder herzustellen.", "Restore" : "Wiederherstellen", "Unknown" : "Unbekannt", "All files" : "Alle Dateien", "You" : "Du", + "Original location" : "Ursprünglicher Ort", + "Deleted by" : "Gelöscht von", "Deleted" : "gelöscht", "A long time ago" : "Vor langer Zeit", "List of files that have been deleted." : "Liste der gelöschten Dateien.", diff --git a/apps/files_trashbin/l10n/de.json b/apps/files_trashbin/l10n/de.json index 1dbb5d094c516..a95e1295c8ccd 100644 --- a/apps/files_trashbin/l10n/de.json +++ b/apps/files_trashbin/l10n/de.json @@ -2,10 +2,13 @@ "restored" : "Wiederhergestellt", "Deleted files" : "Gelöschte Dateien", "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Gelöschte Dateien und Ordner im Papierkorb (können während des Exports gelöscht werden, wenn der Speicherplatz knapp wird)", + "This application enables people to restore files that were deleted from the system." : "Diese Anwendung ermöglicht es Benutzern, Dateien die vom System gelöscht wurden wieder herzustellen.", "Restore" : "Wiederherstellen", "Unknown" : "Unbekannt", "All files" : "Alle Dateien", "You" : "Du", + "Original location" : "Ursprünglicher Ort", + "Deleted by" : "Gelöscht von", "Deleted" : "gelöscht", "A long time ago" : "Vor langer Zeit", "List of files that have been deleted." : "Liste der gelöschten Dateien.", diff --git a/apps/settings/l10n/da.js b/apps/settings/l10n/da.js index cf80186490e70..930f3bf59603d 100644 --- a/apps/settings/l10n/da.js +++ b/apps/settings/l10n/da.js @@ -334,6 +334,7 @@ OC.L10N.register( "Manager" : "Administrér", "Total rows summary" : "Samlet række antal", "Avatar" : "Avatar", + "Account name" : "Kontonavn", "Group admin for" : "Gruppeadministrator for", "Storage location" : "Placering af lageret", "Last login" : "Seneste login", diff --git a/apps/settings/l10n/da.json b/apps/settings/l10n/da.json index 2d6708ee85417..45c455a310be3 100644 --- a/apps/settings/l10n/da.json +++ b/apps/settings/l10n/da.json @@ -332,6 +332,7 @@ "Manager" : "Administrér", "Total rows summary" : "Samlet række antal", "Avatar" : "Avatar", + "Account name" : "Kontonavn", "Group admin for" : "Gruppeadministrator for", "Storage location" : "Placering af lageret", "Last login" : "Seneste login", diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js index 60c97d72b0ce6..3d61a8c7af8a3 100644 --- a/apps/settings/l10n/de.js +++ b/apps/settings/l10n/de.js @@ -584,7 +584,6 @@ OC.L10N.register( "Group admin for" : "Gruppenadministrator für", "Storage location" : "Speicherort", "Last login" : "Letzte Anmeldung", - "Account actions" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", "Password or insufficient permissions message" : "Passwort oder unzureichende Berechtigungen Nachricht", "Loading account …" : "Lade Konto …", "Change display name" : "Anzeigename ändern", diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json index f03889e6b5126..0396250a74ed6 100644 --- a/apps/settings/l10n/de.json +++ b/apps/settings/l10n/de.json @@ -582,7 +582,6 @@ "Group admin for" : "Gruppenadministrator für", "Storage location" : "Speicherort", "Last login" : "Letzte Anmeldung", - "Account actions" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", "Password or insufficient permissions message" : "Passwort oder unzureichende Berechtigungen Nachricht", "Loading account …" : "Lade Konto …", "Change display name" : "Anzeigename ändern", diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js index 1ffb5a6d12ea4..7ef51d087237d 100644 --- a/apps/settings/l10n/de_DE.js +++ b/apps/settings/l10n/de_DE.js @@ -609,7 +609,7 @@ OC.L10N.register( "_{userCount} account …_::_{userCount} accounts …_" : ["{userCount} Konto …","{userCount} Konten …"], "_{userCount} account_::_{userCount} accounts_" : ["{userCount} Konto","{userCount} Konten"], "Avatar" : "Avatar", - "Account name" : "Konto Name", + "Account name" : "Name des Kontos", "Group admin for" : "Gruppenadministration für", "Account backend" : "Konto-Backend", "Storage location" : "Speicherort", diff --git a/apps/settings/l10n/de_DE.json b/apps/settings/l10n/de_DE.json index de0a8843cfbc9..d1bfadcb773a6 100644 --- a/apps/settings/l10n/de_DE.json +++ b/apps/settings/l10n/de_DE.json @@ -607,7 +607,7 @@ "_{userCount} account …_::_{userCount} accounts …_" : ["{userCount} Konto …","{userCount} Konten …"], "_{userCount} account_::_{userCount} accounts_" : ["{userCount} Konto","{userCount} Konten"], "Avatar" : "Avatar", - "Account name" : "Konto Name", + "Account name" : "Name des Kontos", "Group admin for" : "Gruppenadministration für", "Account backend" : "Konto-Backend", "Storage location" : "Speicherort", diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js index d8bd7b5b6c5fb..94077aa1fa680 100644 --- a/apps/settings/l10n/en_GB.js +++ b/apps/settings/l10n/en_GB.js @@ -130,6 +130,7 @@ OC.L10N.register( "Your remote address could not be determined." : "Your remote address could not be determined.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly.", "Your remote address \"%s\" is not brute-force throttled." : "Your remote address \"%s\" is not brute-force throttled.", + "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." : "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.", "Old administration imported certificates" : "Old administration imported certificates", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "A background job is pending that checks for administration imported SSL certificates. Please check back later.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.", @@ -150,6 +151,9 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "Missing optional column \"%s\" in table \"%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." : "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.", "Database missing indices" : "Database missing indices", + "Missing indices:" : "Missing indices:", + "\"%s\" in table \"%s\"" : "\"%s\" in table \"%s\"", + "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. " : "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. ", "Database missing primary keys" : "Database missing primary keys", "Missing primary key on table \"%s\"." : "Missing primary key on table \"%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." : "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.", @@ -175,11 +179,14 @@ OC.L10N.register( "HTTPS access and URLs" : "HTTPS access and URLs", "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!" : "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!", "Accessing site insecurely via HTTP." : "Accessing site insecurely via 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." : "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.", + "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." : "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.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "You are accessing your instance over a secure connection, and your instance is generating secure URLs.", "Internet connectivity" : "Internet connectivity", "Internet connectivity is disabled in configuration file." : "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." : "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 modules support", + "Unable to run check for JavaScript support. Please remedy or confirm manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Unable to run check for JavaScript support. Please remedy or confirm manually if your webserver serves `.mjs` files using the JavaScript MIME type.", "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." : "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 source map support" : "JavaScript source map support", "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." : "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.", @@ -190,6 +197,8 @@ 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." : "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" : "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC", "Memcache" : "Memcache", + "Memcached is configured as distributed cache, but the wrong PHP module (\"memcache\") is installed. Please install the PHP module \"memcached\"." : "Memcached is configured as distributed cache, but the wrong PHP module (\"memcache\") is installed. Please install the PHP module \"memcached\".", + "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed. Please install the PHP module \"memcached\"." : "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed. Please install the PHP module \"memcached\".", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "No memory cache has been configured. To enhance performance, please configure a memcache, if available.", "Configured" : "Configured", "MySQL Unicode support" : "MySQL Unicode support", @@ -250,6 +259,9 @@ OC.L10N.register( "Configuration file access rights" : "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." : "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 configuration file is writable", + "Scheduling objects table size" : "Scheduling objects table size", + "You have more than 500 000 rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive" : "You have more than 500 000 rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive", + "Scheduling objects table size is within acceptable range." : "Scheduling objects table size is within acceptable range.", "HTTP headers" : "HTTP headers", "- 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." : "- 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.", "- 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." : "- 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.", @@ -263,6 +275,9 @@ OC.L10N.register( "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Could not check that your web server serves security headers correctly, unable to query `%s`", "Your server is correctly configured to send security headers." : "Your server is correctly configured to send security headers.", "Database version" : "Database version", + "MariaDB version \"%s\" detected. MariaDB >=10.3 and <=10.11 is suggested for best performance, stability and functionality with this version of Nextcloud." : "MariaDB version \"%s\" detected. MariaDB >=10.3 and <=10.11 is suggested for best performance, stability and functionality with this version of Nextcloud.", + "MySQL version \"%s\" detected. MySQL >=8.0 and <=8.3 is suggested for best performance, stability and functionality with this version of Nextcloud." : "MySQL version \"%s\" detected. MySQL >=8.0 and <=8.3 is suggested for best performance, stability and functionality with this version of Nextcloud.", + "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\".", "Unknown database platform" : "Unknown database platform", "Architecture" : "Architecture", @@ -334,7 +349,10 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Set default expiration date for shares via link or mail", "Default expiration time of shares in days" : "Default expiration time of shares in days", "Privacy settings for sharing" : "Privacy settings for sharing", + "Allow account name autocompletion in share dialog and allow access to the system address book" : "Allow account name autocompletion in share dialog and allow access to the system address book", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user.", + "Allow account name autocompletion to users within the same groups and limit system address books to users in the same groups" : "Allow account name autocompletion to users within the same groups and limit system address books to users in the same groups", + "Allow account name autocompletion to users based on phone number integration" : "Allow account name autocompletion to users based on phone number integration", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Show disclaimer text on the public link upload page (only shown when the file list is hidden)", "Disclaimer text" : "Disclaimer text", @@ -506,6 +524,8 @@ OC.L10N.register( "Error saving profile picture" : "Error saving profile picture", "Error removing profile picture" : "Error removing profile picture", "Your biography" : "Your biography", + "Enter your date of birth" : "Enter your date of birth", + "Unable to update date of birth" : "Unable to update date of birth", "You are a member of the following groups:" : "You are a member of the following groups:", "You are using {usage}" : "You are using {usage}", "You are using {usage} of {totalSpace} ({usageRelative}%)" : "You are using {usage} of {totalSpace} ({usageRelative}%)", @@ -572,16 +592,26 @@ OC.L10N.register( "Email (required)" : "Email (required)", "Email" : "Email", "Groups (required)" : "Groups (required)", + "Set account groups" : "Set account groups", "Administered groups" : "Administered groups", + "Set account as admin for …" : "Set account as admin for …", "Quota" : "Quota", + "Set account quota" : "Set account quota", "Language" : "Language", "Set default language" : "Set default language", + "Add new account" : "Add new account", "Manager" : "Manager", + "Set account manager" : "Set account manager", + "Account name will be autogenerated" : "Account name will be autogenerated", + "Account name (required)" : "Account name (required)", "Total rows summary" : "Total rows summary", "Scroll to load more rows" : "Scroll to load more rows", + "_{userCount} account …_::_{userCount} accounts …_" : ["{userCount} account …","{userCount} accounts …"], + "_{userCount} account_::_{userCount} accounts_" : ["{userCount} account","{userCount} accounts"], "Avatar" : "Avatar", "Account name" : "Account name", "Group admin for" : "Group admin for", + "Account backend" : "Account backend", "Storage location" : "Storage location", "Last login" : "Last login", "Account actions" : "Account actions", @@ -675,6 +705,7 @@ OC.L10N.register( "X (formerly Twitter)" : "X (formerly Twitter)", "Fediverse (e.g. Mastodon)" : "Fediverse (e.g. Mastodon)", "Website" : "Website", + "Date of birth" : "Date of birth", "Profile visibility" : "Profile visibility", "Locale" : "Locale", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Not available as this property is required for core functionality including file sharing and calendar invitations", diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json index 458afdb20f6e3..e9aaf987542b8 100644 --- a/apps/settings/l10n/en_GB.json +++ b/apps/settings/l10n/en_GB.json @@ -128,6 +128,7 @@ "Your remote address could not be determined." : "Your remote address could not be determined.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly.", "Your remote address \"%s\" is not brute-force throttled." : "Your remote address \"%s\" is not brute-force throttled.", + "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." : "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.", "Old administration imported certificates" : "Old administration imported certificates", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "A background job is pending that checks for administration imported SSL certificates. Please check back later.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below.", @@ -148,6 +149,9 @@ "Missing optional column \"%s\" in table \"%s\"." : "Missing optional column \"%s\" in table \"%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." : "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.", "Database missing indices" : "Database missing indices", + "Missing indices:" : "Missing indices:", + "\"%s\" in table \"%s\"" : "\"%s\" in table \"%s\"", + "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. " : "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. ", "Database missing primary keys" : "Database missing primary keys", "Missing primary key on table \"%s\"." : "Missing primary key on table \"%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." : "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.", @@ -173,11 +177,14 @@ "HTTPS access and URLs" : "HTTPS access and URLs", "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!" : "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!", "Accessing site insecurely via HTTP." : "Accessing site insecurely via 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." : "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.", + "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." : "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.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "You are accessing your instance over a secure connection, and your instance is generating secure URLs.", "Internet connectivity" : "Internet connectivity", "Internet connectivity is disabled in configuration file." : "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." : "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 modules support", + "Unable to run check for JavaScript support. Please remedy or confirm manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Unable to run check for JavaScript support. Please remedy or confirm manually if your webserver serves `.mjs` files using the JavaScript MIME type.", "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." : "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 source map support" : "JavaScript source map support", "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." : "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.", @@ -188,6 +195,8 @@ "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." : "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" : "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC", "Memcache" : "Memcache", + "Memcached is configured as distributed cache, but the wrong PHP module (\"memcache\") is installed. Please install the PHP module \"memcached\"." : "Memcached is configured as distributed cache, but the wrong PHP module (\"memcache\") is installed. Please install the PHP module \"memcached\".", + "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed. Please install the PHP module \"memcached\"." : "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed. Please install the PHP module \"memcached\".", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "No memory cache has been configured. To enhance performance, please configure a memcache, if available.", "Configured" : "Configured", "MySQL Unicode support" : "MySQL Unicode support", @@ -248,6 +257,9 @@ "Configuration file access rights" : "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." : "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 configuration file is writable", + "Scheduling objects table size" : "Scheduling objects table size", + "You have more than 500 000 rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive" : "You have more than 500 000 rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive", + "Scheduling objects table size is within acceptable range." : "Scheduling objects table size is within acceptable range.", "HTTP headers" : "HTTP headers", "- 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." : "- 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.", "- 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." : "- 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.", @@ -261,6 +273,9 @@ "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Could not check that your web server serves security headers correctly, unable to query `%s`", "Your server is correctly configured to send security headers." : "Your server is correctly configured to send security headers.", "Database version" : "Database version", + "MariaDB version \"%s\" detected. MariaDB >=10.3 and <=10.11 is suggested for best performance, stability and functionality with this version of Nextcloud." : "MariaDB version \"%s\" detected. MariaDB >=10.3 and <=10.11 is suggested for best performance, stability and functionality with this version of Nextcloud.", + "MySQL version \"%s\" detected. MySQL >=8.0 and <=8.3 is suggested for best performance, stability and functionality with this version of Nextcloud." : "MySQL version \"%s\" detected. MySQL >=8.0 and <=8.3 is suggested for best performance, stability and functionality with this version of Nextcloud.", + "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\".", "Unknown database platform" : "Unknown database platform", "Architecture" : "Architecture", @@ -332,7 +347,10 @@ "Set default expiration date for shares via link or mail" : "Set default expiration date for shares via link or mail", "Default expiration time of shares in days" : "Default expiration time of shares in days", "Privacy settings for sharing" : "Privacy settings for sharing", + "Allow account name autocompletion in share dialog and allow access to the system address book" : "Allow account name autocompletion in share dialog and allow access to the system address book", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user.", + "Allow account name autocompletion to users within the same groups and limit system address books to users in the same groups" : "Allow account name autocompletion to users within the same groups and limit system address books to users in the same groups", + "Allow account name autocompletion to users based on phone number integration" : "Allow account name autocompletion to users based on phone number integration", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Show disclaimer text on the public link upload page (only shown when the file list is hidden)", "Disclaimer text" : "Disclaimer text", @@ -504,6 +522,8 @@ "Error saving profile picture" : "Error saving profile picture", "Error removing profile picture" : "Error removing profile picture", "Your biography" : "Your biography", + "Enter your date of birth" : "Enter your date of birth", + "Unable to update date of birth" : "Unable to update date of birth", "You are a member of the following groups:" : "You are a member of the following groups:", "You are using {usage}" : "You are using {usage}", "You are using {usage} of {totalSpace} ({usageRelative}%)" : "You are using {usage} of {totalSpace} ({usageRelative}%)", @@ -570,16 +590,26 @@ "Email (required)" : "Email (required)", "Email" : "Email", "Groups (required)" : "Groups (required)", + "Set account groups" : "Set account groups", "Administered groups" : "Administered groups", + "Set account as admin for …" : "Set account as admin for …", "Quota" : "Quota", + "Set account quota" : "Set account quota", "Language" : "Language", "Set default language" : "Set default language", + "Add new account" : "Add new account", "Manager" : "Manager", + "Set account manager" : "Set account manager", + "Account name will be autogenerated" : "Account name will be autogenerated", + "Account name (required)" : "Account name (required)", "Total rows summary" : "Total rows summary", "Scroll to load more rows" : "Scroll to load more rows", + "_{userCount} account …_::_{userCount} accounts …_" : ["{userCount} account …","{userCount} accounts …"], + "_{userCount} account_::_{userCount} accounts_" : ["{userCount} account","{userCount} accounts"], "Avatar" : "Avatar", "Account name" : "Account name", "Group admin for" : "Group admin for", + "Account backend" : "Account backend", "Storage location" : "Storage location", "Last login" : "Last login", "Account actions" : "Account actions", @@ -673,6 +703,7 @@ "X (formerly Twitter)" : "X (formerly Twitter)", "Fediverse (e.g. Mastodon)" : "Fediverse (e.g. Mastodon)", "Website" : "Website", + "Date of birth" : "Date of birth", "Profile visibility" : "Profile visibility", "Locale" : "Locale", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Not available as this property is required for core functionality including file sharing and calendar invitations", diff --git a/apps/settings/l10n/eu.js b/apps/settings/l10n/eu.js index 001c916dc4602..3e2fd148893e3 100644 --- a/apps/settings/l10n/eu.js +++ b/apps/settings/l10n/eu.js @@ -130,6 +130,7 @@ OC.L10N.register( "Your remote address could not be determined." : "Ezin izan da zure urruneko helbidea zehaztu.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Zure urruneko helbidea \"%s\" gisa identifikatua izan da, eta brute-force mugatzea dauka une honetan eskaera batzuen errendimendua gutxituz. Urruneko helbidea zure helbidea ez bada, proxy bat ondo konfiguratu ez dela adierazi dezake horrek.", "Your remote address \"%s\" is not brute-force throttled." : "Zure urruneko \"%s\" helbideak ez du brute-force mugarik.", + "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." : "Egiaztapen hau exekuta dadin ziurtatu behar duzu zure web zerbitzaria bere buruarekin konektatu daitekeela. Hori dela eta, bere `trusted_domains` edo `overwrite.cli.url`ra gutxienez ebatzi eta konektatzeko gai izan behar du. Baliteke hutsegite hau zerbitzariaren aldeko DNS ez bat etortzea edo irteerako suebakiaren arauaren ondorioa izatea.", "Old administration imported certificates" : "Administrazio zaharretik inportaturiko ziurtagiriak", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Administratzaileek inportaturiko SSL ziurtagiriak egiaztatzen dituen atzeko planoko lan bat dago egiteke. Egiaztatu berriro geroago.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Badira administratzaileek inportatutako zenbait erabiltzaile SSL ziurtagiri, jada erabiltzen ez direnak Nextcloud 21-ekin. Komando-lerroan inportatu daitezke \"occ security:certificates: import\" komandoaren bidez. Behean erakusten da datu direktorioko bideak.", @@ -150,6 +151,9 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "\"%s\" hautazko zutabea falta da \"%s\" taulan.", "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." : "Datu-baseak zenbait hautazko zutabe falta ditu. Hautazkoak izanik ez dira automatikoki gehitu, taula handietan zutabeak gehitzeak denbora behar duelako. Zutabe horiek eskuz gehitu daitezke, instantzia martxan dagoen bitartean, \"occ db:add-missing-columns\" exekutatuz. Zutabeak gehitu ondoren, ezaugarri batzuek erantzuteko gaitasuna eta erabilgarritasuna hobetu dezakete.", "Database missing indices" : "Datu-basean indizeak falta dira", + "Missing indices:" : "Indizeak faltan:", + "\"%s\" in table \"%s\"" : "\"%s\" \"%s\" taulan", + "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. " : "Falta diren hautazko indize batzuk detektatu dira. Noizean behin indize berriak gehitzen dira (Nextcloud-ek edo instalatutako aplikazioek) datu-basearen errendimendua hobetzeko. Indizeak gehitzeak denbora pixka bat iraun dezake eta aldi baterako errendimendua kaltetu dezake; beraz, hau ez da automatikoki egiten bertsio berritzetan. Indizeak gehitu ondoren, taula horietarako kontsultak azkarragoak izan beharko lirateke. Erabili `occ db:add-missing-indices` komandoa horiek gehitzeko.", "Database missing primary keys" : "Datu-basean lehen mailako gakoak falta dira", "Missing primary key on table \"%s\"." : "Lehen mailako gakoa falta da \"%s\" taulan.", "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." : "Datu-baseak zenbait gako nagusi falta ditu. Taula handietan datu nagusiak gehitzeak denbora dezente har dezakeenez ez dira automatikoki gehitu. \"occ db:add-missing-primary-keys\" exekutatuz falta diren gako nagusi horiek eskuz gehitu daitezke instantzia martxan dagoen bitartean.", @@ -175,11 +179,14 @@ OC.L10N.register( "HTTPS access and URLs" : "HTTPS sarbide eta URLak", "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!" : "Gunera HTTP modu ez-seguruan sartzen ari zara. Zure zerbitzaria HTTPS eskatzeko konfiguratzea gomendatzen da biziki. Hau gabe, \"kopiatu arbelera\" edo \"zerbitzu-langileak\" bezalako web funtzionalitateak ez dute funtzionatuko!", "Accessing site insecurely via HTTP." : "Gunera HTTP bidez modu inseguruan sartzen.", + "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." : "Zure instantzia konexio seguru baten bidez sartzen ari zara, baina zure instantzia seguruak ez diren URLak sortzen ari da. Horrek esan nahi du zure instantzia alderantzizko proxy baten atzean dagoela eta Nextcloud `overwrite*` konfigurazio-balioak ez daudela behar bezala ezarrita.", + "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." : "Zure instantzia seguruak ez diren URLak sortzen ari da. Zure instantziara HTTPS bidez sartzen bazara, horrek esan nahi du zure instantzia alderantzizko proxy baten atzean dagoela eta Nextcloud `overwrite*` konfigurazio-balioak behar bezala ez daudela ezarrita.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Zure instantzia konexio seguru baten bidez sartzen ari zara, eta zure instantzia URL seguruak sortzen ari da.", "Internet connectivity" : "Internet konektibitatea", "Internet connectivity is disabled in configuration file." : "Internet konektibitatea konfigurazio fitxategian desgaituta dago.", "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." : "Zerbitzari honek ez dauka Interneteko konexiorik: hainbat amaiera-puntu ezin izan dira atzitu. Horren ondorioz, hainbat ezaugarrik ez dute funtzionatuko, hala nola, kanpoko biltegiratzeak muntatzeak, eguneraketei buruzko jakinarazpenek edo hirugarrengoen aplikazioek. Urruneko fitxategiak atzitzeak eta posta elektroniko bidezko jakinarazpenek ere ez dute funtzionatuko. Ezarri Interneterako konexioa zerbitzari honetan ezaugarri horiek izateko.", "JavaScript modules support" : "JavaScript moduluen euskarria", + "Unable to run check for JavaScript support. Please remedy or confirm manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Ezin da exekutatu JavaScript euskarriaren egiaztapena. Mesedez, konpondu edo berretsi eskuz zure web zerbitzariak `.mjs` fitxategiak hornitzen dituen JavaScript MIME mota erabiliz.", "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." : "Zure web zerbitzariak ez ditu `.mjs` fitxategiak zerbitzatzen JavaScript MIME mota erabiliz. Honek aplikazio batzuk hautsiko ditu arakatzaileek JavaScript fitxategiak exekutatu ez ditzaten. Zure web zerbitzaria konfiguratu beharko zenuke `.mjs` fitxategiak `text/javascript` edo `application/javascript` MIME motarekin hornitzeko.", "JavaScript source map support" : "JavaScript iturri-mapen support", "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." : "Zure web zerbitzaria ez dago konfiguratuta `.js.map` fitxategiak hornitzeko. Fitxategi hauek gabe, JavaScript Source Maps-ek ez du behar bezala funtzionatuko, eta zailagoa izango da sor daitezkeen arazoak konpontzea eta araztea.", @@ -190,6 +197,8 @@ 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." : "Zerbitzariak ez du mantentze-leihoaren hasiera-ordurik konfiguratuta. Horrek esan nahi du baliabide intentsiboko eguneroko atzeko planoko lanak zure erabilera-denbora nagusian ere exekutatuko direla. Erabilera baxuko garai batean ezartzea gomendatzen dugu, erabiltzaileek zeregin astun horiek eragiten duten kargak eragin txikiagoa izan dezaten.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Atzeko planoko lan astunak exekutatzeko mantentze-leihoa {hasiera}:00 UTC eta {amaiera}:00 UTC artean dago", "Memcache" : "Memcache", + "Memcached is configured as distributed cache, but the wrong PHP module (\"memcache\") is installed. Please install the PHP module \"memcached\"." : "Memcached banatutako cache gisa konfiguratuta dago, baina (\"memcache\") PHP modulu okerra instalatuta dago. Mesedez, instalatu \"memcached\" PHP modulua.", + "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed. Please install the PHP module \"memcached\"." : "Memcached banatutako cache gisa konfiguratuta dago, baina \"memcached\" PHP modulua ez dago instalatuta. Mesedez, instalatu \"memcached\" PHP modulua.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Ez da memoria cacherik konfiguratu. Errendimendua hobetzeko, konfiguratu memcache bat, eskuragarri badago.", "Configured" : "Konfiguratuta", "MySQL Unicode support" : "MySQL Unicode euskarria", @@ -250,6 +259,9 @@ OC.L10N.register( "Configuration file access rights" : "Konfigurazio fitxategiaren sarbide baimenak", "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." : "Irakurtzeko soilik konfigurazioa gaitu da. Honek web interfazetik konfigurazio batzuk ezartzea eragozten du. Gainera, eguneraketa bakoitzean fitxategia idazteko moduan jarri behar da eskuz.", "Nextcloud configuration file is writable" : "Nextcloud konfigurazio fitxategia idazgarria da", + "Scheduling objects table size" : "Antolatze-objektuen taularen tamaina", + "You have more than 500 000 rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive" : "500.000 errenkada baino gehiago dituzu anolatze-objektuen taulan. Exekutatu konponketa-lan garestiak occ maintenance:repair --include-expensive bidez", + "Scheduling objects table size is within acceptable range." : "Antolatze-objektuen taularen tamaina tarte onargarrian dago.", "HTTP headers" : "HTTP goiburuak", "- 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 goiburua ez dago `%2$s` baliora ezarria. Baliteke ezaugarri batzuk espero bezala ez funtzionatzea. Ezarpenean dagokion balioa jartzea gomendatzen da.", "- 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 goiburua ez dago `%2$s` baliora ezarria. Hau segurtasun edo pribatutasun arrisku bat izan daiteke. Ezarpenean dagokion balioa jartzea gomendatzen da.", diff --git a/apps/settings/l10n/eu.json b/apps/settings/l10n/eu.json index e6f4eb0016fe9..188cc6799bf6b 100644 --- a/apps/settings/l10n/eu.json +++ b/apps/settings/l10n/eu.json @@ -128,6 +128,7 @@ "Your remote address could not be determined." : "Ezin izan da zure urruneko helbidea zehaztu.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Zure urruneko helbidea \"%s\" gisa identifikatua izan da, eta brute-force mugatzea dauka une honetan eskaera batzuen errendimendua gutxituz. Urruneko helbidea zure helbidea ez bada, proxy bat ondo konfiguratu ez dela adierazi dezake horrek.", "Your remote address \"%s\" is not brute-force throttled." : "Zure urruneko \"%s\" helbideak ez du brute-force mugarik.", + "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." : "Egiaztapen hau exekuta dadin ziurtatu behar duzu zure web zerbitzaria bere buruarekin konektatu daitekeela. Hori dela eta, bere `trusted_domains` edo `overwrite.cli.url`ra gutxienez ebatzi eta konektatzeko gai izan behar du. Baliteke hutsegite hau zerbitzariaren aldeko DNS ez bat etortzea edo irteerako suebakiaren arauaren ondorioa izatea.", "Old administration imported certificates" : "Administrazio zaharretik inportaturiko ziurtagiriak", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Administratzaileek inportaturiko SSL ziurtagiriak egiaztatzen dituen atzeko planoko lan bat dago egiteke. Egiaztatu berriro geroago.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Badira administratzaileek inportatutako zenbait erabiltzaile SSL ziurtagiri, jada erabiltzen ez direnak Nextcloud 21-ekin. Komando-lerroan inportatu daitezke \"occ security:certificates: import\" komandoaren bidez. Behean erakusten da datu direktorioko bideak.", @@ -148,6 +149,9 @@ "Missing optional column \"%s\" in table \"%s\"." : "\"%s\" hautazko zutabea falta da \"%s\" taulan.", "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." : "Datu-baseak zenbait hautazko zutabe falta ditu. Hautazkoak izanik ez dira automatikoki gehitu, taula handietan zutabeak gehitzeak denbora behar duelako. Zutabe horiek eskuz gehitu daitezke, instantzia martxan dagoen bitartean, \"occ db:add-missing-columns\" exekutatuz. Zutabeak gehitu ondoren, ezaugarri batzuek erantzuteko gaitasuna eta erabilgarritasuna hobetu dezakete.", "Database missing indices" : "Datu-basean indizeak falta dira", + "Missing indices:" : "Indizeak faltan:", + "\"%s\" in table \"%s\"" : "\"%s\" \"%s\" taulan", + "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. " : "Falta diren hautazko indize batzuk detektatu dira. Noizean behin indize berriak gehitzen dira (Nextcloud-ek edo instalatutako aplikazioek) datu-basearen errendimendua hobetzeko. Indizeak gehitzeak denbora pixka bat iraun dezake eta aldi baterako errendimendua kaltetu dezake; beraz, hau ez da automatikoki egiten bertsio berritzetan. Indizeak gehitu ondoren, taula horietarako kontsultak azkarragoak izan beharko lirateke. Erabili `occ db:add-missing-indices` komandoa horiek gehitzeko.", "Database missing primary keys" : "Datu-basean lehen mailako gakoak falta dira", "Missing primary key on table \"%s\"." : "Lehen mailako gakoa falta da \"%s\" taulan.", "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." : "Datu-baseak zenbait gako nagusi falta ditu. Taula handietan datu nagusiak gehitzeak denbora dezente har dezakeenez ez dira automatikoki gehitu. \"occ db:add-missing-primary-keys\" exekutatuz falta diren gako nagusi horiek eskuz gehitu daitezke instantzia martxan dagoen bitartean.", @@ -173,11 +177,14 @@ "HTTPS access and URLs" : "HTTPS sarbide eta URLak", "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!" : "Gunera HTTP modu ez-seguruan sartzen ari zara. Zure zerbitzaria HTTPS eskatzeko konfiguratzea gomendatzen da biziki. Hau gabe, \"kopiatu arbelera\" edo \"zerbitzu-langileak\" bezalako web funtzionalitateak ez dute funtzionatuko!", "Accessing site insecurely via HTTP." : "Gunera HTTP bidez modu inseguruan sartzen.", + "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." : "Zure instantzia konexio seguru baten bidez sartzen ari zara, baina zure instantzia seguruak ez diren URLak sortzen ari da. Horrek esan nahi du zure instantzia alderantzizko proxy baten atzean dagoela eta Nextcloud `overwrite*` konfigurazio-balioak ez daudela behar bezala ezarrita.", + "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." : "Zure instantzia seguruak ez diren URLak sortzen ari da. Zure instantziara HTTPS bidez sartzen bazara, horrek esan nahi du zure instantzia alderantzizko proxy baten atzean dagoela eta Nextcloud `overwrite*` konfigurazio-balioak behar bezala ez daudela ezarrita.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Zure instantzia konexio seguru baten bidez sartzen ari zara, eta zure instantzia URL seguruak sortzen ari da.", "Internet connectivity" : "Internet konektibitatea", "Internet connectivity is disabled in configuration file." : "Internet konektibitatea konfigurazio fitxategian desgaituta dago.", "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." : "Zerbitzari honek ez dauka Interneteko konexiorik: hainbat amaiera-puntu ezin izan dira atzitu. Horren ondorioz, hainbat ezaugarrik ez dute funtzionatuko, hala nola, kanpoko biltegiratzeak muntatzeak, eguneraketei buruzko jakinarazpenek edo hirugarrengoen aplikazioek. Urruneko fitxategiak atzitzeak eta posta elektroniko bidezko jakinarazpenek ere ez dute funtzionatuko. Ezarri Interneterako konexioa zerbitzari honetan ezaugarri horiek izateko.", "JavaScript modules support" : "JavaScript moduluen euskarria", + "Unable to run check for JavaScript support. Please remedy or confirm manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Ezin da exekutatu JavaScript euskarriaren egiaztapena. Mesedez, konpondu edo berretsi eskuz zure web zerbitzariak `.mjs` fitxategiak hornitzen dituen JavaScript MIME mota erabiliz.", "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." : "Zure web zerbitzariak ez ditu `.mjs` fitxategiak zerbitzatzen JavaScript MIME mota erabiliz. Honek aplikazio batzuk hautsiko ditu arakatzaileek JavaScript fitxategiak exekutatu ez ditzaten. Zure web zerbitzaria konfiguratu beharko zenuke `.mjs` fitxategiak `text/javascript` edo `application/javascript` MIME motarekin hornitzeko.", "JavaScript source map support" : "JavaScript iturri-mapen support", "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." : "Zure web zerbitzaria ez dago konfiguratuta `.js.map` fitxategiak hornitzeko. Fitxategi hauek gabe, JavaScript Source Maps-ek ez du behar bezala funtzionatuko, eta zailagoa izango da sor daitezkeen arazoak konpontzea eta araztea.", @@ -188,6 +195,8 @@ "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." : "Zerbitzariak ez du mantentze-leihoaren hasiera-ordurik konfiguratuta. Horrek esan nahi du baliabide intentsiboko eguneroko atzeko planoko lanak zure erabilera-denbora nagusian ere exekutatuko direla. Erabilera baxuko garai batean ezartzea gomendatzen dugu, erabiltzaileek zeregin astun horiek eragiten duten kargak eragin txikiagoa izan dezaten.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "Atzeko planoko lan astunak exekutatzeko mantentze-leihoa {hasiera}:00 UTC eta {amaiera}:00 UTC artean dago", "Memcache" : "Memcache", + "Memcached is configured as distributed cache, but the wrong PHP module (\"memcache\") is installed. Please install the PHP module \"memcached\"." : "Memcached banatutako cache gisa konfiguratuta dago, baina (\"memcache\") PHP modulu okerra instalatuta dago. Mesedez, instalatu \"memcached\" PHP modulua.", + "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed. Please install the PHP module \"memcached\"." : "Memcached banatutako cache gisa konfiguratuta dago, baina \"memcached\" PHP modulua ez dago instalatuta. Mesedez, instalatu \"memcached\" PHP modulua.", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Ez da memoria cacherik konfiguratu. Errendimendua hobetzeko, konfiguratu memcache bat, eskuragarri badago.", "Configured" : "Konfiguratuta", "MySQL Unicode support" : "MySQL Unicode euskarria", @@ -248,6 +257,9 @@ "Configuration file access rights" : "Konfigurazio fitxategiaren sarbide baimenak", "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." : "Irakurtzeko soilik konfigurazioa gaitu da. Honek web interfazetik konfigurazio batzuk ezartzea eragozten du. Gainera, eguneraketa bakoitzean fitxategia idazteko moduan jarri behar da eskuz.", "Nextcloud configuration file is writable" : "Nextcloud konfigurazio fitxategia idazgarria da", + "Scheduling objects table size" : "Antolatze-objektuen taularen tamaina", + "You have more than 500 000 rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive" : "500.000 errenkada baino gehiago dituzu anolatze-objektuen taulan. Exekutatu konponketa-lan garestiak occ maintenance:repair --include-expensive bidez", + "Scheduling objects table size is within acceptable range." : "Antolatze-objektuen taularen tamaina tarte onargarrian dago.", "HTTP headers" : "HTTP goiburuak", "- 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 goiburua ez dago `%2$s` baliora ezarria. Baliteke ezaugarri batzuk espero bezala ez funtzionatzea. Ezarpenean dagokion balioa jartzea gomendatzen da.", "- 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 goiburua ez dago `%2$s` baliora ezarria. Hau segurtasun edo pribatutasun arrisku bat izan daiteke. Ezarpenean dagokion balioa jartzea gomendatzen da.", diff --git a/apps/settings/l10n/pt_BR.js b/apps/settings/l10n/pt_BR.js index 4b0cf24b289c2..c498e484234b5 100644 --- a/apps/settings/l10n/pt_BR.js +++ b/apps/settings/l10n/pt_BR.js @@ -130,6 +130,7 @@ OC.L10N.register( "Your remote address could not be determined." : "Seu endereço remoto não pode ser determinado.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Seu endereço remoto foi identificado como \"%s\" e está sendo limitado por força bruta no momento, diminuindo o desempenho de diversas solicitações. Se o endereço remoto não for o seu, isso pode ser uma indicação de que um proxy não está configurado corretamente.", "Your remote address \"%s\" is not brute-force throttled." : "Seu endereço remoto \"%s\" não é limitado por força bruta.", + "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." : "Para permitir que esta verificação seja executada, você deve certificar-se de que seu servidor Web pode se conectar a si mesmo. Portanto, ele deve ser capaz de resolver e conectar-se a pelo menos um de seus `trusted_domains` ou `overwrite.cli.url`. Essa falha pode ser o resultado de uma incompatibilidade de DNS no servidor ou de uma regra de firewall de saída.", "Old administration imported certificates" : "Certificados importados da administração antiga", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Há um trabalho em segundo plano pendente que verifica os certificados SSL importados para administração. Por favor, verifique novamente mais tarde.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Existem alguns certificados SSL importados de administração presentes, que não são mais usados no Nextcloud 21. Eles podem ser importados na linha de comando via comando \"occ security:certificates:import\". Seus caminhos dentro do diretório de dados são mostrados abaixo.", @@ -150,6 +151,9 @@ OC.L10N.register( "Missing optional column \"%s\" in table \"%s\"." : "Coluna opcional \"%s\" ausente na tabela \"%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." : "Estão faltando algumas colunas opcionais no banco de dados. Devido ao fato de que adicionar colunas em grandes tabelas pode levar algum tempo, elas não foram adicionadas automaticamente por serem opcionais. Ao executar \"occ db: add-missing-columns\", elas podem ser adicionadas manualmente enquanto a instância continua em execução. Depois que as colunas são adicionadas, alguns recursos podem melhorar a capacidade de resposta ou a usabilidade.", "Database missing indices" : "Índices ausentes no banco de dados", + "Missing indices:" : "Índices ausentes:", + "\"%s\" in table \"%s\"" : "\"%s\" na tabela \"%s\"", + "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. " : "Detectados alguns índices opcionais ausentes. Ocasionalmente, novos índices são adicionados (pelo Nextcloud ou aplicativos instalados) para melhorar o desempenho do banco de dados. A adição de índices às vezes pode demorar um pouco e prejudicar temporariamente o desempenho, portanto, isso não é feito automaticamente durante as atualizações. Depois que os índices forem adicionados, as consultas a essas tabelas deverão ser mais rápidas. Use o comando `occ db:add-missing-indices` para adicioná-los.", "Database missing primary keys" : "Banco de dados sem chaves primárias", "Missing primary key on table \"%s\"." : "Faltando chave primária na tabela \"%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." : "O banco de dados está sem algumas chaves primárias. Devido ao fato de que adicionar chaves primárias em tabelas grandes pode levar algum tempo, elas não foram adicionadas automaticamente. Ao executar \"occ db: add-missing-primary-keys\" essas chaves primárias ausentes podem ser adicionadas manualmente enquanto a instância continua em execução.", @@ -175,11 +179,14 @@ OC.L10N.register( "HTTPS access and URLs" : "Acesso HTTPS e URLs", "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!" : "Acessando o site de forma insegura via HTTP. É altamente recomendável configurar seu servidor para exigir HTTPS. Sem ele, algumas funcionalidades importantes da web, como \"copiar para a área de transferência\" ou \"service workers\" não funcionarão!", "Accessing site insecurely via HTTP." : "Acessando o site de forma insegura via 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." : "Você está acessando sua instância por meio de uma conexão segura, mas sua instância está gerando URLs inseguros. Isso provavelmente significa que sua instância está atrás de um proxy reverso e os valores de configuração `overwrite*` do Nextcloud não estão definidos corretamente.", + "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." : "Sua instância está gerando URLs inseguros. Se você acessar sua instância por HTTPS, isso provavelmente significa que sua instância está atrás de um proxy reverso e os valores de configuração `overwrite*` do Nextcloud não estão definidos corretamente.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Você está acessando sua instância por meio de uma conexão segura e sua instância está gerando URLs seguros.", "Internet connectivity" : "Conectividade com a Internet", "Internet connectivity is disabled in configuration file." : "A conectividade com a Internet está desabilitada no arquivo de configuração.", "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." : "Este servidor não tem conexão com a Internet: vários pontos alvo não puderam ser alcançados. Isso significa que alguns dos recursos, como montagem de armazenamento externo, notificações sobre atualizações ou instalação de aplicativos de terceiros, não funcionarão. Acessar arquivos remotamente e enviar e-mails de notificação também pode não funcionar. Estabeleça uma conexão deste servidor com a Internet para desfrutar de todos os recursos. ", "JavaScript modules support" : "Suporte a módulos JavaScript", + "Unable to run check for JavaScript support. Please remedy or confirm manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Não foi possível executar a verificação de suporte a JavaScript. Corrija ou confirme manualmente se o seu servidor web serve arquivos `.mjs` usando o tipo JavaScript MIME.", "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." : "Seu servidor web não serve arquivos `.mjs` usando o tipo JavaScript MIME. Isso interromperá alguns aplicativos, impedindo que os navegadores executem os arquivos JavaScript. Você deve configurar seu servidor web para servir arquivos `.mjs` com o tipo MIME `text/javascript` ou `application/javascript`.", "JavaScript source map support" : "Suporte ao mapa de origem 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." : "Seu servidor web não está configurado para servir arquivos `.js.map`. Sem esses arquivos, os mapas de origem JavaScript não funcionarão corretamente, tornando mais difícil solucionar e depurar quaisquer problemas que possam surgir.", @@ -190,6 +197,8 @@ 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." : "O servidor não tem horário de início da janela de manutenção configurado. Isso significa que trabalhos diários em segundo plano com uso intensivo de recursos também serão executados durante o tempo de uso principal. Recomendamos configurá-lo para um horário de baixo uso, para que os usuários sejam menos impactados pela carga causada por essas tarefas pesadas.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "A janela de manutenção para executar trabalhos pesados ​​em segundo plano ocorre entre {start}:00 UTC e {end}:00 UTC", "Memcache" : "Memcache", + "Memcached is configured as distributed cache, but the wrong PHP module (\"memcache\") is installed. Please install the PHP module \"memcached\"." : "O Memcached está configurado como cache distribuído, mas o módulo PHP errado (\"memcache\") está instalado. Instale o módulo PHP \"memcached\".", + "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed. Please install the PHP module \"memcached\"." : "O Memcached está configurado como cache distribuído, mas o módulo PHP \"memcached\" não está instalado. Instale o módulo PHP \"memcached\".", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Nenhum cache de memória foi configurado. Para melhorar o desempenho, configure um memcache, se disponível.", "Configured" : "Configurado", "MySQL Unicode support" : "Suporte MySQL Unicode", @@ -250,6 +259,9 @@ OC.L10N.register( "Configuration file access rights" : "Direitos de acesso ao arquivo de configuração", "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." : "A configuração read-only foi ativada. Isso impede a definição de algumas configurações através da interface web. Além disso, o arquivo precisa ser gravado manualmente em cada atualização.", "Nextcloud configuration file is writable" : "O arquivo de configuração Nextcloud é gravável", + "Scheduling objects table size" : "Agendamento do tamanho da tabela de objetos", + "You have more than 500 000 rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive" : "Você tem mais de 500.000 linhas na tabela de objetos de agendamento. Execute os trabalhos de reparo caros por meio de manutenção occ:repair --include-expensive", + "Scheduling objects table size is within acceptable range." : "O tamanho da tabela de objetos de agendamento está dentro do intervalo aceitável.", "HTTP headers" : "Cabeçalhos 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." : "- O cabeçalho HTTP `%1$s` não está definido como `%2$s`. Alguns recursos podem não funcionar corretamente, pois é recomendado ajustar essa configuração adequadamente.", "- 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." : "- O cabeçalho HTTP `%1$s` não está definido como `%2$s`. Este é um risco potencial de segurança ou privacidade, pois é recomendado ajustar esta configuração de acordo.", @@ -263,6 +275,9 @@ OC.L10N.register( "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Não foi possível verificar se o seu servidor web fornece cabeçalhos de segurança corretamente, não foi possível consultar `%s`", "Your server is correctly configured to send security headers." : "Seu servidor está configurado corretamente para enviar cabeçalhos de segurança.", "Database version" : "Versão do banco de dados", + "MariaDB version \"%s\" detected. MariaDB >=10.3 and <=10.11 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Versão MariaDB \"%s\" detectou. MariaDB >=10.3 e <=10.11 é sugerido para melhor desempenho, estabilidade e funcionalidade com esta versão do Nextcloud.", + "MySQL version \"%s\" detected. MySQL >=8.0 and <=8.3 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Versão MySQL \"%s\" detectou. MySQL >=8.0 e <=8.3 é sugerido para melhor desempenho, estabilidade e funcionalidade com esta versão do Nextcloud.", + "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Versão PostgreSQL \"%s\" detectou. PostgreSQL >=12 e <=16 é sugerido para melhor desempenho, estabilidade e funcionalidade com esta versão do Nextcloud.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite está sendo usado atualmente como banco de dados backend. Para instalações maiores, recomendamos que você mude para um back-end de banco de dados diferente. Isto é particularmente recomendado ao usar o cliente de desktop para sincronização de arquivos. Para migrar para outro banco de dados utilize a ferramenta de linha de comando: \"occ db:convert-type\".", "Unknown database platform" : "Plataforma de banco de dados desconhecida", "Architecture" : "Arquitetura", @@ -334,7 +349,10 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Defina a data de expiração padrão para compartilhamentos via link ou e-mail", "Default expiration time of shares in days" : "Tempo de expiração padrão das ações em dias", "Privacy settings for sharing" : "Configurações de privacidade para compartilhamento", + "Allow account name autocompletion in share dialog and allow access to the system address book" : "Permitir o preenchimento automático do nome da conta na caixa de diálogo de compartilhamento e permitir o acesso ao catálogo de endereços do sistema", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Se autocompletar \"mesmo grupo\" e \"integração do número de telefone\" estiverem habilitadas, uma correspondência em qualquer um dos dois é suficiente para mostrar o usuário.", + "Allow account name autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permitir o preenchimento automático do nome da conta para usuários dos mesmos grupos e limitar os catálogos de endereços do sistema a usuários dos mesmos grupos", + "Allow account name autocompletion to users based on phone number integration" : "Permitir o preenchimento automático do nome da conta para usuários com base na integração do número de telefone", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Permitir preenchimento automático ao inserir o nome completo ou o endereço de e-mail (ignorando a correspondência ausente da agenda telefônica e estando no mesmo grupo)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Exibir o texto de aviso na página de envio do link público (somente mostrado quando a lista de arquivos está oculta).", "Disclaimer text" : "Texto de isenção de responsabilidade", @@ -506,6 +524,8 @@ OC.L10N.register( "Error saving profile picture" : "Erro ao salvar a foto do perfil", "Error removing profile picture" : "Erro ao remover a foto do perfil", "Your biography" : "Sua biografia", + "Enter your date of birth" : "Digite sua data de nascimento", + "Unable to update date of birth" : "Não foi possível atualizar a data de nascimento", "You are a member of the following groups:" : "Você é membro dos seguintes grupos:", "You are using {usage}" : "Você está usando {usage}", "You are using {usage} of {totalSpace} ({usageRelative}%)" : "Você está usando {usage} de {totalSpace} ({usageRelative}%)", @@ -572,16 +592,26 @@ OC.L10N.register( "Email (required)" : "Email (required)", "Email" : "E-mail", "Groups (required)" : "Groups (required)", + "Set account groups" : "Definir grupos de contas", "Administered groups" : "Administered groups", + "Set account as admin for …" : "Definir conta como administrador para…", "Quota" : "Cota", + "Set account quota" : "Definir cota da conta", "Language" : "Idioma", "Set default language" : "Set default language", + "Add new account" : "Adicionar nova conta", "Manager" : "Gerente", + "Set account manager" : "Definir gerente de conta", + "Account name will be autogenerated" : "O nome da conta será gerado automaticamente", + "Account name (required)" : "Nome da conta (obrigatório)", "Total rows summary" : "Resumo total de linhas", "Scroll to load more rows" : "Role para carregar mais linhas", + "_{userCount} account …_::_{userCount} accounts …_" : ["{userCount} contas…","{userCount} contas…","{userCount} contas…"], + "_{userCount} account_::_{userCount} accounts_" : ["{userCount} contas","{userCount} contas","{userCount} contas"], "Avatar" : "Avatar", "Account name" : "Nome da conta", "Group admin for" : "Admin. de grupo", + "Account backend" : "Back-end da conta", "Storage location" : "Local do armazenamento", "Last login" : "Último acesso", "Account actions" : "Ações da conta", @@ -675,6 +705,7 @@ OC.L10N.register( "X (formerly Twitter)" : "X (anteriormente Twitter)", "Fediverse (e.g. Mastodon)" : "Fediverse (e.x. Mastodon)", "Website" : "Website", + "Date of birth" : "Data de nascimento", "Profile visibility" : "Visibilidade do perfil", "Locale" : "Localização", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Não disponível porque esta propriedade é necessária para a funcionalidade principal, incluindo compartilhamento de arquivos e convites de calendário", diff --git a/apps/settings/l10n/pt_BR.json b/apps/settings/l10n/pt_BR.json index cf09208d70d19..c9f5e4c7fd1bd 100644 --- a/apps/settings/l10n/pt_BR.json +++ b/apps/settings/l10n/pt_BR.json @@ -128,6 +128,7 @@ "Your remote address could not be determined." : "Seu endereço remoto não pode ser determinado.", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Seu endereço remoto foi identificado como \"%s\" e está sendo limitado por força bruta no momento, diminuindo o desempenho de diversas solicitações. Se o endereço remoto não for o seu, isso pode ser uma indicação de que um proxy não está configurado corretamente.", "Your remote address \"%s\" is not brute-force throttled." : "Seu endereço remoto \"%s\" não é limitado por força bruta.", + "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." : "Para permitir que esta verificação seja executada, você deve certificar-se de que seu servidor Web pode se conectar a si mesmo. Portanto, ele deve ser capaz de resolver e conectar-se a pelo menos um de seus `trusted_domains` ou `overwrite.cli.url`. Essa falha pode ser o resultado de uma incompatibilidade de DNS no servidor ou de uma regra de firewall de saída.", "Old administration imported certificates" : "Certificados importados da administração antiga", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Há um trabalho em segundo plano pendente que verifica os certificados SSL importados para administração. Por favor, verifique novamente mais tarde.", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "Existem alguns certificados SSL importados de administração presentes, que não são mais usados no Nextcloud 21. Eles podem ser importados na linha de comando via comando \"occ security:certificates:import\". Seus caminhos dentro do diretório de dados são mostrados abaixo.", @@ -148,6 +149,9 @@ "Missing optional column \"%s\" in table \"%s\"." : "Coluna opcional \"%s\" ausente na tabela \"%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." : "Estão faltando algumas colunas opcionais no banco de dados. Devido ao fato de que adicionar colunas em grandes tabelas pode levar algum tempo, elas não foram adicionadas automaticamente por serem opcionais. Ao executar \"occ db: add-missing-columns\", elas podem ser adicionadas manualmente enquanto a instância continua em execução. Depois que as colunas são adicionadas, alguns recursos podem melhorar a capacidade de resposta ou a usabilidade.", "Database missing indices" : "Índices ausentes no banco de dados", + "Missing indices:" : "Índices ausentes:", + "\"%s\" in table \"%s\"" : "\"%s\" na tabela \"%s\"", + "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. " : "Detectados alguns índices opcionais ausentes. Ocasionalmente, novos índices são adicionados (pelo Nextcloud ou aplicativos instalados) para melhorar o desempenho do banco de dados. A adição de índices às vezes pode demorar um pouco e prejudicar temporariamente o desempenho, portanto, isso não é feito automaticamente durante as atualizações. Depois que os índices forem adicionados, as consultas a essas tabelas deverão ser mais rápidas. Use o comando `occ db:add-missing-indices` para adicioná-los.", "Database missing primary keys" : "Banco de dados sem chaves primárias", "Missing primary key on table \"%s\"." : "Faltando chave primária na tabela \"%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." : "O banco de dados está sem algumas chaves primárias. Devido ao fato de que adicionar chaves primárias em tabelas grandes pode levar algum tempo, elas não foram adicionadas automaticamente. Ao executar \"occ db: add-missing-primary-keys\" essas chaves primárias ausentes podem ser adicionadas manualmente enquanto a instância continua em execução.", @@ -173,11 +177,14 @@ "HTTPS access and URLs" : "Acesso HTTPS e URLs", "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!" : "Acessando o site de forma insegura via HTTP. É altamente recomendável configurar seu servidor para exigir HTTPS. Sem ele, algumas funcionalidades importantes da web, como \"copiar para a área de transferência\" ou \"service workers\" não funcionarão!", "Accessing site insecurely via HTTP." : "Acessando o site de forma insegura via 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." : "Você está acessando sua instância por meio de uma conexão segura, mas sua instância está gerando URLs inseguros. Isso provavelmente significa que sua instância está atrás de um proxy reverso e os valores de configuração `overwrite*` do Nextcloud não estão definidos corretamente.", + "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." : "Sua instância está gerando URLs inseguros. Se você acessar sua instância por HTTPS, isso provavelmente significa que sua instância está atrás de um proxy reverso e os valores de configuração `overwrite*` do Nextcloud não estão definidos corretamente.", "You are accessing your instance over a secure connection, and your instance is generating secure URLs." : "Você está acessando sua instância por meio de uma conexão segura e sua instância está gerando URLs seguros.", "Internet connectivity" : "Conectividade com a Internet", "Internet connectivity is disabled in configuration file." : "A conectividade com a Internet está desabilitada no arquivo de configuração.", "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." : "Este servidor não tem conexão com a Internet: vários pontos alvo não puderam ser alcançados. Isso significa que alguns dos recursos, como montagem de armazenamento externo, notificações sobre atualizações ou instalação de aplicativos de terceiros, não funcionarão. Acessar arquivos remotamente e enviar e-mails de notificação também pode não funcionar. Estabeleça uma conexão deste servidor com a Internet para desfrutar de todos os recursos. ", "JavaScript modules support" : "Suporte a módulos JavaScript", + "Unable to run check for JavaScript support. Please remedy or confirm manually if your webserver serves `.mjs` files using the JavaScript MIME type." : "Não foi possível executar a verificação de suporte a JavaScript. Corrija ou confirme manualmente se o seu servidor web serve arquivos `.mjs` usando o tipo JavaScript MIME.", "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." : "Seu servidor web não serve arquivos `.mjs` usando o tipo JavaScript MIME. Isso interromperá alguns aplicativos, impedindo que os navegadores executem os arquivos JavaScript. Você deve configurar seu servidor web para servir arquivos `.mjs` com o tipo MIME `text/javascript` ou `application/javascript`.", "JavaScript source map support" : "Suporte ao mapa de origem 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." : "Seu servidor web não está configurado para servir arquivos `.js.map`. Sem esses arquivos, os mapas de origem JavaScript não funcionarão corretamente, tornando mais difícil solucionar e depurar quaisquer problemas que possam surgir.", @@ -188,6 +195,8 @@ "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." : "O servidor não tem horário de início da janela de manutenção configurado. Isso significa que trabalhos diários em segundo plano com uso intensivo de recursos também serão executados durante o tempo de uso principal. Recomendamos configurá-lo para um horário de baixo uso, para que os usuários sejam menos impactados pela carga causada por essas tarefas pesadas.", "Maintenance window to execute heavy background jobs is between {start}:00 UTC and {end}:00 UTC" : "A janela de manutenção para executar trabalhos pesados ​​em segundo plano ocorre entre {start}:00 UTC e {end}:00 UTC", "Memcache" : "Memcache", + "Memcached is configured as distributed cache, but the wrong PHP module (\"memcache\") is installed. Please install the PHP module \"memcached\"." : "O Memcached está configurado como cache distribuído, mas o módulo PHP errado (\"memcache\") está instalado. Instale o módulo PHP \"memcached\".", + "Memcached is configured as distributed cache, but the PHP module \"memcached\" is not installed. Please install the PHP module \"memcached\"." : "O Memcached está configurado como cache distribuído, mas o módulo PHP \"memcached\" não está instalado. Instale o módulo PHP \"memcached\".", "No memory cache has been configured. To enhance performance, please configure a memcache, if available." : "Nenhum cache de memória foi configurado. Para melhorar o desempenho, configure um memcache, se disponível.", "Configured" : "Configurado", "MySQL Unicode support" : "Suporte MySQL Unicode", @@ -248,6 +257,9 @@ "Configuration file access rights" : "Direitos de acesso ao arquivo de configuração", "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." : "A configuração read-only foi ativada. Isso impede a definição de algumas configurações através da interface web. Além disso, o arquivo precisa ser gravado manualmente em cada atualização.", "Nextcloud configuration file is writable" : "O arquivo de configuração Nextcloud é gravável", + "Scheduling objects table size" : "Agendamento do tamanho da tabela de objetos", + "You have more than 500 000 rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive" : "Você tem mais de 500.000 linhas na tabela de objetos de agendamento. Execute os trabalhos de reparo caros por meio de manutenção occ:repair --include-expensive", + "Scheduling objects table size is within acceptable range." : "O tamanho da tabela de objetos de agendamento está dentro do intervalo aceitável.", "HTTP headers" : "Cabeçalhos 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." : "- O cabeçalho HTTP `%1$s` não está definido como `%2$s`. Alguns recursos podem não funcionar corretamente, pois é recomendado ajustar essa configuração adequadamente.", "- 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." : "- O cabeçalho HTTP `%1$s` não está definido como `%2$s`. Este é um risco potencial de segurança ou privacidade, pois é recomendado ajustar esta configuração de acordo.", @@ -261,6 +273,9 @@ "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Não foi possível verificar se o seu servidor web fornece cabeçalhos de segurança corretamente, não foi possível consultar `%s`", "Your server is correctly configured to send security headers." : "Seu servidor está configurado corretamente para enviar cabeçalhos de segurança.", "Database version" : "Versão do banco de dados", + "MariaDB version \"%s\" detected. MariaDB >=10.3 and <=10.11 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Versão MariaDB \"%s\" detectou. MariaDB >=10.3 e <=10.11 é sugerido para melhor desempenho, estabilidade e funcionalidade com esta versão do Nextcloud.", + "MySQL version \"%s\" detected. MySQL >=8.0 and <=8.3 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Versão MySQL \"%s\" detectou. MySQL >=8.0 e <=8.3 é sugerido para melhor desempenho, estabilidade e funcionalidade com esta versão do Nextcloud.", + "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "Versão PostgreSQL \"%s\" detectou. PostgreSQL >=12 e <=16 é sugerido para melhor desempenho, estabilidade e funcionalidade com esta versão do Nextcloud.", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "SQLite está sendo usado atualmente como banco de dados backend. Para instalações maiores, recomendamos que você mude para um back-end de banco de dados diferente. Isto é particularmente recomendado ao usar o cliente de desktop para sincronização de arquivos. Para migrar para outro banco de dados utilize a ferramenta de linha de comando: \"occ db:convert-type\".", "Unknown database platform" : "Plataforma de banco de dados desconhecida", "Architecture" : "Arquitetura", @@ -332,7 +347,10 @@ "Set default expiration date for shares via link or mail" : "Defina a data de expiração padrão para compartilhamentos via link ou e-mail", "Default expiration time of shares in days" : "Tempo de expiração padrão das ações em dias", "Privacy settings for sharing" : "Configurações de privacidade para compartilhamento", + "Allow account name autocompletion in share dialog and allow access to the system address book" : "Permitir o preenchimento automático do nome da conta na caixa de diálogo de compartilhamento e permitir o acesso ao catálogo de endereços do sistema", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Se autocompletar \"mesmo grupo\" e \"integração do número de telefone\" estiverem habilitadas, uma correspondência em qualquer um dos dois é suficiente para mostrar o usuário.", + "Allow account name autocompletion to users within the same groups and limit system address books to users in the same groups" : "Permitir o preenchimento automático do nome da conta para usuários dos mesmos grupos e limitar os catálogos de endereços do sistema a usuários dos mesmos grupos", + "Allow account name autocompletion to users based on phone number integration" : "Permitir o preenchimento automático do nome da conta para usuários com base na integração do número de telefone", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Permitir preenchimento automático ao inserir o nome completo ou o endereço de e-mail (ignorando a correspondência ausente da agenda telefônica e estando no mesmo grupo)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Exibir o texto de aviso na página de envio do link público (somente mostrado quando a lista de arquivos está oculta).", "Disclaimer text" : "Texto de isenção de responsabilidade", @@ -504,6 +522,8 @@ "Error saving profile picture" : "Erro ao salvar a foto do perfil", "Error removing profile picture" : "Erro ao remover a foto do perfil", "Your biography" : "Sua biografia", + "Enter your date of birth" : "Digite sua data de nascimento", + "Unable to update date of birth" : "Não foi possível atualizar a data de nascimento", "You are a member of the following groups:" : "Você é membro dos seguintes grupos:", "You are using {usage}" : "Você está usando {usage}", "You are using {usage} of {totalSpace} ({usageRelative}%)" : "Você está usando {usage} de {totalSpace} ({usageRelative}%)", @@ -570,16 +590,26 @@ "Email (required)" : "Email (required)", "Email" : "E-mail", "Groups (required)" : "Groups (required)", + "Set account groups" : "Definir grupos de contas", "Administered groups" : "Administered groups", + "Set account as admin for …" : "Definir conta como administrador para…", "Quota" : "Cota", + "Set account quota" : "Definir cota da conta", "Language" : "Idioma", "Set default language" : "Set default language", + "Add new account" : "Adicionar nova conta", "Manager" : "Gerente", + "Set account manager" : "Definir gerente de conta", + "Account name will be autogenerated" : "O nome da conta será gerado automaticamente", + "Account name (required)" : "Nome da conta (obrigatório)", "Total rows summary" : "Resumo total de linhas", "Scroll to load more rows" : "Role para carregar mais linhas", + "_{userCount} account …_::_{userCount} accounts …_" : ["{userCount} contas…","{userCount} contas…","{userCount} contas…"], + "_{userCount} account_::_{userCount} accounts_" : ["{userCount} contas","{userCount} contas","{userCount} contas"], "Avatar" : "Avatar", "Account name" : "Nome da conta", "Group admin for" : "Admin. de grupo", + "Account backend" : "Back-end da conta", "Storage location" : "Local do armazenamento", "Last login" : "Último acesso", "Account actions" : "Ações da conta", @@ -673,6 +703,7 @@ "X (formerly Twitter)" : "X (anteriormente Twitter)", "Fediverse (e.g. Mastodon)" : "Fediverse (e.x. Mastodon)", "Website" : "Website", + "Date of birth" : "Data de nascimento", "Profile visibility" : "Visibilidade do perfil", "Locale" : "Localização", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Não disponível porque esta propriedade é necessária para a funcionalidade principal, incluindo compartilhamento de arquivos e convites de calendário", diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js index fbfea2f5cf667..9a89c63572921 100644 --- a/apps/settings/l10n/zh_HK.js +++ b/apps/settings/l10n/zh_HK.js @@ -130,6 +130,7 @@ OC.L10N.register( "Your remote address could not be determined." : "無法確定您的遠端位址。", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "您的遠端地址被識別為「%s」,且目前正受到強力限制,導致降低了各種請求的效能。若遠端地址不是您的地址,可能代表代理伺服器設定不正確。", "Your remote address \"%s\" is not brute-force throttled." : "您的遠端位址「%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." : "若要允許執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須可以解析並連線到 `trusted_domains` 或 `overwrite.cli.url` 至少其中一個。此失敗可能是因為伺服器端 DNS 不符或連出防火牆規則造成的。", "Old administration imported certificates" : "舊的管理員匯入憑證", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "背景作業正在檢查管理員匯入的 SSL 憑證。請稍後再檢查。", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "有一些管理員匯入的 SSL 憑證,這些在 Nextcloud 21 不再能運作。它們可以透過命令列執行「occ security:certificates:import」命令來匯入。它們在資料目錄中的路徑如下所示。", @@ -150,6 +151,9 @@ OC.L10N.register( "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:" : "缺少索引:", + "\"%s\" in table \"%s\"" : "「%s」在數據庫表「%s」中", + "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”,可以在實例繼續運行的同時手動添加那些缺少的主鍵。", @@ -175,11 +179,14 @@ OC.L10N.register( "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。若不將伺服器設定為以 HTTPS 運作,部份重要的網站功能,如「複製到剪貼簿」或「service workers」將無法運作!", "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 支援檢查。請手動修復或確認您的網路伺服器是否使用 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 source map 支援", "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 Map 將無法正常運作,從而使排除與除錯任何可能出現的問題變得較為困難。", @@ -190,6 +197,8 @@ 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" : "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" : "已配置", "MySQL Unicode support" : "MySQL Unicode 支援", @@ -250,6 +259,9 @@ 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 配置檔案可寫", + "Scheduling objects table size" : "調度物件數據庫表大小", + "You have more than 500 000 rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive" : "調度物件數據庫表中超過五十萬列。請透過 occ maintenance:repair --include-expensive 執行昂貴的修復作業", + "Scheduling objects table size is within acceptable range." : "調度物件數據庫表大小在可接受的範圍內。", "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`。這可能是潛在的安全性或隱私風險,建議調整此項設定。", @@ -263,6 +275,9 @@ OC.L10N.register( "Could not check that your web server serves security headers correctly, unable to query `%s`" : "無法檢查您的網路伺服器是否正確提供安全性標頭,無法查詢 `%s`", "Your server is correctly configured to send security headers." : "您的伺服器正確設定了傳送安全性標頭。", "Database version" : "數據庫版本", + "MariaDB version \"%s\" detected. MariaDB >=10.3 and <=10.11 is suggested for best performance, stability and functionality with this version of Nextcloud." : "偵測到 MariaDB 版本「%s」。建議使用 MariaDB >=10.3 且 <=10.11 以取得此版本 Nextcloud 的最佳效能、穩定性與功能。", + "MySQL version \"%s\" detected. MySQL >=8.0 and <=8.3 is suggested for best performance, stability and functionality with this version of Nextcloud." : "偵測到 MySQL 版本「%s」。建議使用 MySQL >=8.0 且 <=8.3 以取得此版本 Nextcloud 的最佳效能、穩定性與功能。", + "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "偵測到 PostgreSQL 版本「%s」。建議使用 PostgreSQL >=12 且 <=16 以取得此版本 Nextcloud 的最佳效能、穩定性與功能。", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "目前使用 SQLite 作為後端資料庫。對於較大型的站台,我們建議您切換到其他資料庫後端。當使用桌面客戶端進行檔案同步時,我們更強烈建議您這麼做。若要遷移到其他資料庫,請使用命令列工具:「occ db:convert-type」。", "Unknown database platform" : "數據庫平台不詳", "Architecture" : "建築學", @@ -334,7 +349,10 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "設定透過連結或郵件分享的預設過期日", "Default expiration time of shares in days" : "分享默認到期時間(天)", "Privacy settings for sharing" : "分享的隱私設定", + "Allow account name autocompletion in share dialog and allow access to the system address book" : "允許在分享對話方塊中自動補齊帳戶名稱並允許存取系統通訊錄", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "如果啟用了自動完成功能“相同的群組”和“電話號碼整合”,則任何一個匹配都足以向用戶顯示。", + "Allow account name autocompletion to users within the same groups and limit system address books to users in the same groups" : "允許同一個群組內的用戶自動補齊帳戶名稱,並將系統通訊錄限制為同一個群組內的用戶", + "Allow account name autocompletion to users based on phone number integration" : "允許基於電話號碼整合的用戶自動完成帳戶名稱", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "輸入全名或電郵地址時,允許自動完成(忽略缺少的電話簿匹配項,並且位於同一群組中)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "在公開的檔案連結和上傳頁面顯示免責聲明(僅在檔案列表隱藏的時候才會顯示)", "Disclaimer text" : "免責聲明文字", @@ -506,6 +524,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} %)", @@ -572,16 +592,26 @@ OC.L10N.register( "Email (required)" : "電郵地址(必填)", "Email" : "電郵地址", "Groups (required)" : "群組(必填)", + "Set account groups" : "設定帳號群組", "Administered groups" : "被管理的群組", + "Set account as admin for …" : "將帳號設定為管理員……", "Quota" : "容量限制", + "Set account quota" : "設定帳號容量限制", "Language" : "語言", "Set default language" : "設置默認語言", + "Add new account" : "添加新帳戶", "Manager" : "管理者", + "Set account manager" : "設置帳戶經理", + "Account name will be autogenerated" : "將會自動產生帳戶名稱", + "Account name (required)" : "帳戶名稱(必填)", "Total rows summary" : "總列摘要", "Scroll to load more rows" : "捲動以載入更多列", + "_{userCount} account …_::_{userCount} accounts …_" : ["{userCount} 個帳戶 …"], + "_{userCount} account_::_{userCount} accounts_" : ["{userCount} 個帳戶"], "Avatar" : "虛擬化身大頭照", "Account name" : "帳戶名稱", "Group admin for" : "群組管理員", + "Account backend" : "帳戶後端", "Storage location" : "儲存位置", "Last login" : "最後登入", "Account actions" : "帳戶操作", @@ -675,6 +705,7 @@ OC.L10N.register( "X (formerly Twitter)" : "X(前身為 Twitter)", "Fediverse (e.g. Mastodon)" : "Fediverse(如 Mastodon)", "Website" : "網站", + "Date of birth" : "出生日期", "Profile visibility" : "個人檔案能見度", "Locale" : "地區設定", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "無法使用,因為此屬性是核心功能(包括檔案分享和日曆邀請)所必需的。", diff --git a/apps/settings/l10n/zh_HK.json b/apps/settings/l10n/zh_HK.json index 2a89f7c966222..a0d580d4b679f 100644 --- a/apps/settings/l10n/zh_HK.json +++ b/apps/settings/l10n/zh_HK.json @@ -128,6 +128,7 @@ "Your remote address could not be determined." : "無法確定您的遠端位址。", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "您的遠端地址被識別為「%s」,且目前正受到強力限制,導致降低了各種請求的效能。若遠端地址不是您的地址,可能代表代理伺服器設定不正確。", "Your remote address \"%s\" is not brute-force throttled." : "您的遠端位址「%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." : "若要允許執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須可以解析並連線到 `trusted_domains` 或 `overwrite.cli.url` 至少其中一個。此失敗可能是因為伺服器端 DNS 不符或連出防火牆規則造成的。", "Old administration imported certificates" : "舊的管理員匯入憑證", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "背景作業正在檢查管理員匯入的 SSL 憑證。請稍後再檢查。", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "有一些管理員匯入的 SSL 憑證,這些在 Nextcloud 21 不再能運作。它們可以透過命令列執行「occ security:certificates:import」命令來匯入。它們在資料目錄中的路徑如下所示。", @@ -148,6 +149,9 @@ "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:" : "缺少索引:", + "\"%s\" in table \"%s\"" : "「%s」在數據庫表「%s」中", + "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”,可以在實例繼續運行的同時手動添加那些缺少的主鍵。", @@ -173,11 +177,14 @@ "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。若不將伺服器設定為以 HTTPS 運作,部份重要的網站功能,如「複製到剪貼簿」或「service workers」將無法運作!", "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 支援檢查。請手動修復或確認您的網路伺服器是否使用 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 source map 支援", "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 Map 將無法正常運作,從而使排除與除錯任何可能出現的問題變得較為困難。", @@ -188,6 +195,8 @@ "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" : "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" : "已配置", "MySQL Unicode support" : "MySQL Unicode 支援", @@ -248,6 +257,9 @@ "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 配置檔案可寫", + "Scheduling objects table size" : "調度物件數據庫表大小", + "You have more than 500 000 rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive" : "調度物件數據庫表中超過五十萬列。請透過 occ maintenance:repair --include-expensive 執行昂貴的修復作業", + "Scheduling objects table size is within acceptable range." : "調度物件數據庫表大小在可接受的範圍內。", "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`。這可能是潛在的安全性或隱私風險,建議調整此項設定。", @@ -261,6 +273,9 @@ "Could not check that your web server serves security headers correctly, unable to query `%s`" : "無法檢查您的網路伺服器是否正確提供安全性標頭,無法查詢 `%s`", "Your server is correctly configured to send security headers." : "您的伺服器正確設定了傳送安全性標頭。", "Database version" : "數據庫版本", + "MariaDB version \"%s\" detected. MariaDB >=10.3 and <=10.11 is suggested for best performance, stability and functionality with this version of Nextcloud." : "偵測到 MariaDB 版本「%s」。建議使用 MariaDB >=10.3 且 <=10.11 以取得此版本 Nextcloud 的最佳效能、穩定性與功能。", + "MySQL version \"%s\" detected. MySQL >=8.0 and <=8.3 is suggested for best performance, stability and functionality with this version of Nextcloud." : "偵測到 MySQL 版本「%s」。建議使用 MySQL >=8.0 且 <=8.3 以取得此版本 Nextcloud 的最佳效能、穩定性與功能。", + "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "偵測到 PostgreSQL 版本「%s」。建議使用 PostgreSQL >=12 且 <=16 以取得此版本 Nextcloud 的最佳效能、穩定性與功能。", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "目前使用 SQLite 作為後端資料庫。對於較大型的站台,我們建議您切換到其他資料庫後端。當使用桌面客戶端進行檔案同步時,我們更強烈建議您這麼做。若要遷移到其他資料庫,請使用命令列工具:「occ db:convert-type」。", "Unknown database platform" : "數據庫平台不詳", "Architecture" : "建築學", @@ -332,7 +347,10 @@ "Set default expiration date for shares via link or mail" : "設定透過連結或郵件分享的預設過期日", "Default expiration time of shares in days" : "分享默認到期時間(天)", "Privacy settings for sharing" : "分享的隱私設定", + "Allow account name autocompletion in share dialog and allow access to the system address book" : "允許在分享對話方塊中自動補齊帳戶名稱並允許存取系統通訊錄", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "如果啟用了自動完成功能“相同的群組”和“電話號碼整合”,則任何一個匹配都足以向用戶顯示。", + "Allow account name autocompletion to users within the same groups and limit system address books to users in the same groups" : "允許同一個群組內的用戶自動補齊帳戶名稱,並將系統通訊錄限制為同一個群組內的用戶", + "Allow account name autocompletion to users based on phone number integration" : "允許基於電話號碼整合的用戶自動完成帳戶名稱", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "輸入全名或電郵地址時,允許自動完成(忽略缺少的電話簿匹配項,並且位於同一群組中)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "在公開的檔案連結和上傳頁面顯示免責聲明(僅在檔案列表隱藏的時候才會顯示)", "Disclaimer text" : "免責聲明文字", @@ -504,6 +522,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} %)", @@ -570,16 +590,26 @@ "Email (required)" : "電郵地址(必填)", "Email" : "電郵地址", "Groups (required)" : "群組(必填)", + "Set account groups" : "設定帳號群組", "Administered groups" : "被管理的群組", + "Set account as admin for …" : "將帳號設定為管理員……", "Quota" : "容量限制", + "Set account quota" : "設定帳號容量限制", "Language" : "語言", "Set default language" : "設置默認語言", + "Add new account" : "添加新帳戶", "Manager" : "管理者", + "Set account manager" : "設置帳戶經理", + "Account name will be autogenerated" : "將會自動產生帳戶名稱", + "Account name (required)" : "帳戶名稱(必填)", "Total rows summary" : "總列摘要", "Scroll to load more rows" : "捲動以載入更多列", + "_{userCount} account …_::_{userCount} accounts …_" : ["{userCount} 個帳戶 …"], + "_{userCount} account_::_{userCount} accounts_" : ["{userCount} 個帳戶"], "Avatar" : "虛擬化身大頭照", "Account name" : "帳戶名稱", "Group admin for" : "群組管理員", + "Account backend" : "帳戶後端", "Storage location" : "儲存位置", "Last login" : "最後登入", "Account actions" : "帳戶操作", @@ -673,6 +703,7 @@ "X (formerly Twitter)" : "X(前身為 Twitter)", "Fediverse (e.g. Mastodon)" : "Fediverse(如 Mastodon)", "Website" : "網站", + "Date of birth" : "出生日期", "Profile visibility" : "個人檔案能見度", "Locale" : "地區設定", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "無法使用,因為此屬性是核心功能(包括檔案分享和日曆邀請)所必需的。", diff --git a/apps/settings/l10n/zh_TW.js b/apps/settings/l10n/zh_TW.js index d2130b1875faf..a50d2094a2824 100644 --- a/apps/settings/l10n/zh_TW.js +++ b/apps/settings/l10n/zh_TW.js @@ -130,6 +130,7 @@ OC.L10N.register( "Your remote address could not be determined." : "無法確定您的遠端位址。", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "您的遠端地址被識別為「%s」,且目前正受到強力限制,導致降低了各種請求的效能。若遠端地址不是您的地址,可能代表代理伺服器設定不正確。", "Your remote address \"%s\" is not brute-force throttled." : "您的遠端位址「%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." : "若要允許執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須可以解析並連線到 `trusted_domains` 或 `overwrite.cli.url` 至少其中一個。此失敗可能是因為伺服器端 DNS 不符或連出防火牆規則造成的。", "Old administration imported certificates" : "舊的管理員匯入憑證", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "背景作業正在檢查管理員匯入的 SSL 憑證。請稍後再檢查。", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "有一些管理員匯入的 SSL 憑證,這些在 Nextcloud 21 不再能運作。它們可以透過命令列執行「occ security:certificates:import」命令來匯入。它們在資料目錄中的路徑如下所示。", @@ -150,6 +151,9 @@ OC.L10N.register( "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:" : "缺少索引:", + "\"%s\" in table \"%s\"" : "「%s」在表格「%s」中", + "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\" 手動新增主鍵將能在系統持續運作時修復這個問題。", @@ -175,11 +179,14 @@ OC.L10N.register( "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。若不將伺服器設定為以 HTTPS 運作,部份重要的網站功能,如「複製到剪貼簿」或「Service Worker」將無法運作!", "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 支援檢查。請手動修復或確認您的網路伺服器是否使用 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` 來提供 `.mjs` 檔案。", "JavaScript source map support" : "JavaScript source map 支援", "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 Map 將無法正常運作,從而使排除與除錯任何可能出現的問題變得較為困難。", @@ -190,6 +197,8 @@ 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" : "已設定", "MySQL Unicode support" : "MySQL Unicode 支援", @@ -250,6 +259,9 @@ 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 設定檔可寫", + "Scheduling objects table size" : "調度物件表格大小", + "You have more than 500 000 rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive" : "調度物件表格中超過五十萬列。請透過 occ maintenance:repair --include-expensive 執行昂貴的修復作業", + "Scheduling objects table size is within acceptable range." : "調度物件表格大小在可接受的範圍內。", "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`。這可能是潛在的安全性或隱私風險,建議調整此項設定。", @@ -263,6 +275,9 @@ OC.L10N.register( "Could not check that your web server serves security headers correctly, unable to query `%s`" : "無法檢查您的網路伺服器是否正確提供安全性標頭,無法查詢 `%s`", "Your server is correctly configured to send security headers." : "您的伺服器正確設定了傳送安全性標頭。", "Database version" : "資料庫版本", + "MariaDB version \"%s\" detected. MariaDB >=10.3 and <=10.11 is suggested for best performance, stability and functionality with this version of Nextcloud." : "偵測到 MariaDB 版本「%s」。建議使用 MariaDB >=10.3 且 <=10.11 以取得此版本 Nextcloud 的最佳效能、穩定性與功能。", + "MySQL version \"%s\" detected. MySQL >=8.0 and <=8.3 is suggested for best performance, stability and functionality with this version of Nextcloud." : "偵測到 MySQL 版本「%s」。建議使用 MySQL >=8.0 且 <=8.3 以取得此版本 Nextcloud 的最佳效能、穩定性與功能。", + "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "偵測到 PostgreSQL 版本「%s」。建議使用 PostgreSQL >=12 且 <=16 以取得此版本 Nextcloud 的最佳效能、穩定性與功能。", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "目前使用 SQLite 作為後端資料庫。對於較大型的站台,我們建議您切換到其他資料庫後端。當使用桌面客戶端進行檔案同步時,我們更強烈建議您這麼做。若要遷移到其他資料庫,請使用命令列工具:「occ db:convert-type」。", "Unknown database platform" : "未知資料庫平台", "Architecture" : "架構", @@ -334,7 +349,10 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "設定透過連結或郵件分享的預設過期日", "Default expiration time of shares in days" : "分享預設到期時間(天)", "Privacy settings for sharing" : "分享的隱私設定", + "Allow account name autocompletion in share dialog and allow access to the system address book" : "允許在分享對話方塊中自動補齊帳號名稱並允許存取系統通訊錄", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "若同時啟用「同一個群組」與「電話號碼整合」的自動完成,則符合其中一項條件就會顯示使用者。", + "Allow account name autocompletion to users within the same groups and limit system address books to users in the same groups" : "允許同一個群組內的使用者自動完成帳號名稱,並將系統通訊錄限制為同一個群組內的使用者", + "Allow account name autocompletion to users based on phone number integration" : "允許以電話號碼整合為基礎的帳號名稱自動完成", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "輸入全名或電子郵件地址時,允許自動完成(忽略缺少的通訊錄相符,以及在同一個群組中的)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "在公開的檔案連結和上傳頁面顯示免責聲明(僅在檔案列表隱藏的時候才會顯示)", "Disclaimer text" : "免責聲明文字", @@ -506,6 +524,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}%)", @@ -572,16 +592,26 @@ OC.L10N.register( "Email (required)" : "電子郵件(必填)", "Email" : "信箱", "Groups (required)" : "群組(必填)", + "Set account groups" : "設定帳號群組", "Administered groups" : "管理群組", + "Set account as admin for …" : "將帳號設定為管理員……", "Quota" : "容量限制", + "Set account quota" : "設定帳號容量限制", "Language" : "語言", "Set default language" : "設定預設語言", + "Add new account" : "新增帳號", "Manager" : "管理者", + "Set account manager" : "設定帳號管理員", + "Account name will be autogenerated" : "將會自動產生帳號名稱", + "Account name (required)" : "帳號名稱(必填)", "Total rows summary" : "總列摘要", "Scroll to load more rows" : "捲動以載入更多列", + "_{userCount} account …_::_{userCount} accounts …_" : ["{userCount} 個帳號……"], + "_{userCount} account_::_{userCount} accounts_" : ["{userCount} 個帳號"], "Avatar" : "大頭照", "Account name" : "帳號名稱", "Group admin for" : "群組管理員", + "Account backend" : "帳號後端", "Storage location" : "儲存位址", "Last login" : "最後登入", "Account actions" : "帳戶動作", @@ -675,6 +705,7 @@ OC.L10N.register( "X (formerly Twitter)" : "X(前身為 Twitter)", "Fediverse (e.g. Mastodon)" : "Fediverse(例如 Mastodon)", "Website" : "網站", + "Date of birth" : "出生日期", "Profile visibility" : "個人資料能見度", "Locale" : "地區設定", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "無法使用,因為此屬性是核心功能(包括檔案分享和日曆邀請)所必需的。", diff --git a/apps/settings/l10n/zh_TW.json b/apps/settings/l10n/zh_TW.json index 87afad84abb22..c2430c3925aec 100644 --- a/apps/settings/l10n/zh_TW.json +++ b/apps/settings/l10n/zh_TW.json @@ -128,6 +128,7 @@ "Your remote address could not be determined." : "無法確定您的遠端位址。", "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "您的遠端地址被識別為「%s」,且目前正受到強力限制,導致降低了各種請求的效能。若遠端地址不是您的地址,可能代表代理伺服器設定不正確。", "Your remote address \"%s\" is not brute-force throttled." : "您的遠端位址「%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." : "若要允許執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須可以解析並連線到 `trusted_domains` 或 `overwrite.cli.url` 至少其中一個。此失敗可能是因為伺服器端 DNS 不符或連出防火牆規則造成的。", "Old administration imported certificates" : "舊的管理員匯入憑證", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "背景作業正在檢查管理員匯入的 SSL 憑證。請稍後再檢查。", "There are some administration imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "有一些管理員匯入的 SSL 憑證,這些在 Nextcloud 21 不再能運作。它們可以透過命令列執行「occ security:certificates:import」命令來匯入。它們在資料目錄中的路徑如下所示。", @@ -148,6 +149,9 @@ "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:" : "缺少索引:", + "\"%s\" in table \"%s\"" : "「%s」在表格「%s」中", + "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\" 手動新增主鍵將能在系統持續運作時修復這個問題。", @@ -173,11 +177,14 @@ "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。若不將伺服器設定為以 HTTPS 運作,部份重要的網站功能,如「複製到剪貼簿」或「Service Worker」將無法運作!", "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 支援檢查。請手動修復或確認您的網路伺服器是否使用 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` 來提供 `.mjs` 檔案。", "JavaScript source map support" : "JavaScript source map 支援", "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 Map 將無法正常運作,從而使排除與除錯任何可能出現的問題變得較為困難。", @@ -188,6 +195,8 @@ "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" : "已設定", "MySQL Unicode support" : "MySQL Unicode 支援", @@ -248,6 +257,9 @@ "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 設定檔可寫", + "Scheduling objects table size" : "調度物件表格大小", + "You have more than 500 000 rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive" : "調度物件表格中超過五十萬列。請透過 occ maintenance:repair --include-expensive 執行昂貴的修復作業", + "Scheduling objects table size is within acceptable range." : "調度物件表格大小在可接受的範圍內。", "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`。這可能是潛在的安全性或隱私風險,建議調整此項設定。", @@ -261,6 +273,9 @@ "Could not check that your web server serves security headers correctly, unable to query `%s`" : "無法檢查您的網路伺服器是否正確提供安全性標頭,無法查詢 `%s`", "Your server is correctly configured to send security headers." : "您的伺服器正確設定了傳送安全性標頭。", "Database version" : "資料庫版本", + "MariaDB version \"%s\" detected. MariaDB >=10.3 and <=10.11 is suggested for best performance, stability and functionality with this version of Nextcloud." : "偵測到 MariaDB 版本「%s」。建議使用 MariaDB >=10.3 且 <=10.11 以取得此版本 Nextcloud 的最佳效能、穩定性與功能。", + "MySQL version \"%s\" detected. MySQL >=8.0 and <=8.3 is suggested for best performance, stability and functionality with this version of Nextcloud." : "偵測到 MySQL 版本「%s」。建議使用 MySQL >=8.0 且 <=8.3 以取得此版本 Nextcloud 的最佳效能、穩定性與功能。", + "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "偵測到 PostgreSQL 版本「%s」。建議使用 PostgreSQL >=12 且 <=16 以取得此版本 Nextcloud 的最佳效能、穩定性與功能。", "SQLite is currently being used as the backend database. For larger installations we recommend that you switch to a different database backend. This is particularly recommended when using the desktop client for file synchronisation. To migrate to another database use the command line tool: \"occ db:convert-type\"." : "目前使用 SQLite 作為後端資料庫。對於較大型的站台,我們建議您切換到其他資料庫後端。當使用桌面客戶端進行檔案同步時,我們更強烈建議您這麼做。若要遷移到其他資料庫,請使用命令列工具:「occ db:convert-type」。", "Unknown database platform" : "未知資料庫平台", "Architecture" : "架構", @@ -332,7 +347,10 @@ "Set default expiration date for shares via link or mail" : "設定透過連結或郵件分享的預設過期日", "Default expiration time of shares in days" : "分享預設到期時間(天)", "Privacy settings for sharing" : "分享的隱私設定", + "Allow account name autocompletion in share dialog and allow access to the system address book" : "允許在分享對話方塊中自動補齊帳號名稱並允許存取系統通訊錄", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "若同時啟用「同一個群組」與「電話號碼整合」的自動完成,則符合其中一項條件就會顯示使用者。", + "Allow account name autocompletion to users within the same groups and limit system address books to users in the same groups" : "允許同一個群組內的使用者自動完成帳號名稱,並將系統通訊錄限制為同一個群組內的使用者", + "Allow account name autocompletion to users based on phone number integration" : "允許以電話號碼整合為基礎的帳號名稱自動完成", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "輸入全名或電子郵件地址時,允許自動完成(忽略缺少的通訊錄相符,以及在同一個群組中的)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "在公開的檔案連結和上傳頁面顯示免責聲明(僅在檔案列表隱藏的時候才會顯示)", "Disclaimer text" : "免責聲明文字", @@ -504,6 +522,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}%)", @@ -570,16 +590,26 @@ "Email (required)" : "電子郵件(必填)", "Email" : "信箱", "Groups (required)" : "群組(必填)", + "Set account groups" : "設定帳號群組", "Administered groups" : "管理群組", + "Set account as admin for …" : "將帳號設定為管理員……", "Quota" : "容量限制", + "Set account quota" : "設定帳號容量限制", "Language" : "語言", "Set default language" : "設定預設語言", + "Add new account" : "新增帳號", "Manager" : "管理者", + "Set account manager" : "設定帳號管理員", + "Account name will be autogenerated" : "將會自動產生帳號名稱", + "Account name (required)" : "帳號名稱(必填)", "Total rows summary" : "總列摘要", "Scroll to load more rows" : "捲動以載入更多列", + "_{userCount} account …_::_{userCount} accounts …_" : ["{userCount} 個帳號……"], + "_{userCount} account_::_{userCount} accounts_" : ["{userCount} 個帳號"], "Avatar" : "大頭照", "Account name" : "帳號名稱", "Group admin for" : "群組管理員", + "Account backend" : "帳號後端", "Storage location" : "儲存位址", "Last login" : "最後登入", "Account actions" : "帳戶動作", @@ -673,6 +703,7 @@ "X (formerly Twitter)" : "X(前身為 Twitter)", "Fediverse (e.g. Mastodon)" : "Fediverse(例如 Mastodon)", "Website" : "網站", + "Date of birth" : "出生日期", "Profile visibility" : "個人資料能見度", "Locale" : "地區設定", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "無法使用,因為此屬性是核心功能(包括檔案分享和日曆邀請)所必需的。", diff --git a/apps/theming/l10n/de.js b/apps/theming/l10n/de.js index b8019d2a08578..4e9071172fa8d 100644 --- a/apps/theming/l10n/de.js +++ b/apps/theming/l10n/de.js @@ -27,7 +27,9 @@ OC.L10N.register( "You are already using a custom theme. Theming app settings might be overwritten by that." : "Du benutzt bereits ein benutzerdefiniertes Design. Die App \"Theming\" würde dies überschreiben.", "Theming" : "Design", "Appearance and accessibility" : "Erscheinungsbild und Barrierefreiheit", + "PHP Imagick module" : "PHP Imagick-Modul", "The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "Das PHP-Modul \"imagick\" ist nicht aktiviert, die Theming-App hingegen schon. Damit die Favicon-Generierung korrekt funktioniert, musst du dieses Modul installieren und aktivieren.", + "The PHP module \"imagick\" in this instance has no SVG support. For better compatibility it is recommended to install it." : "Das PHP-Modul \"imagick\" in dieser Instanz hat keine SVG-Unterstützung. Für eine bessere Kompatibilität empfiehlt es sich, es zu installieren.", "Dark theme with high contrast mode" : "Dunkles Design mit hohem Kontrastmodus", "Enable dark high contrast mode" : "Kontrastreichen Modus aktivieren", "Similar to the high contrast mode, but with dark colours." : "Ähnlich wie der Hochkontrastmodus, aber mit dunklen Farben", @@ -50,6 +52,8 @@ OC.L10N.register( "Privacy policy" : "Datenschutzerklärung ", "Adjust the Nextcloud theme" : "Passe das Design von Nextcloud an", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Das Ändern des Designs ermöglicht es auf einfache Weise, das Aussehen deiner Installation und Clients anzupassen. Die Änderungen wirken sich auf alle Benutzer aus.", + "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." : "Anstelle eines Hintergrundbildes kannst du auch eine einfache Hintergrundfarbe konfigurieren. Wenn du ein Hintergrundbild verwendest, wirkt sich die Änderung dieser Farbe auf die Farbe der App-Menüsymbole aus.", + "Background color" : "Hintergrundfarbe", "Upload new logo" : "Neues Logo hochladen", "Logo" : "Logo", "Upload new background and login image" : "Ein neues Hintergrund- und Anmeldebild hochladen", @@ -60,6 +64,8 @@ OC.L10N.register( "Web link" : "Internet-Link", "a safe home for all your data" : "Ein sicheres Zuhause für deine Daten", "Slogan" : "Slogan", + "Primary color" : "Grundfarbe", + "The primary color is used for highlighting elements like important buttons. It might get slightly adjusted depending on the current color schema." : "Die Grundfarbe wird zum Hervorheben von Elementen wie wichtigen Schaltflächen verwendet. Sie kann je nach aktuellem Farbschema leicht angepasst werden.", "Legal notice link" : "Link zum Impressum", "Privacy policy link" : "Link zur Datenschutzerklärung", "Header logo" : "Kopfbereichs-Logo", @@ -69,7 +75,11 @@ OC.L10N.register( "User settings" : "Benutzer-Einstellungen", "Disable user theming" : "Benutzer-Design deaktivieren", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Obwohl du deine Instanz auswählen und anpassen kannst, können Benutzer ihren Hintergrund und ihre Farben ändern. Wenn du deine Anpassung erzwingen möchtest, kannst du dies einschalten.", + "Appearance and accessibility settings" : "Einstellungen zu Aussehen- und Barrierefreiheit", "Customization has been disabled by your administrator" : "Das Ändern der Einstellungen wurde von deinem Administrator deaktiviert.", + "Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "Lege eine Grundfarbe fest, um wichtige Elemente hervorzuheben. Die für Elemente wie Schaltflächen verwendete Farbe kann etwas abweichen, da sie angepasst wird, um die Zugänglichkeitsanforderungen zu erfüllen.", + "Background and color" : "Hintergrund und Farbe", + "The background can be set to an image from the default set, a custom uploaded image, or a plain color." : "Als Hintergrund kann ein Bild aus dem Standardsatz, ein benutzerdefiniertes hochgeladenes Bild oder eine einfache Farbe ausgewählt werden.", "Keyboard shortcuts" : "Tastaturkürzel", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In einigen Fällen können Tastenkombinationen Barrierefreiheits-Tools beeinträchtigen. Damit du dich richtig auf dein Werkzeug konzentrieren kannst, kannst du hier alle Tastaturkürzel deaktivieren. Dadurch werden auch alle verfügbaren Verknüpfungen in Apps deaktiviert.", "Disable all keyboard shortcuts" : "Alle Tastenkombinationen deaktivieren", @@ -92,6 +102,8 @@ OC.L10N.register( "Reset default app order" : "Standard App-Reihenfolge zurücksetzen", "Could not set the app order" : "Die App-Reihenfolge konnte nicht festgelegt werden.", "Could not reset the app order" : "Standard App-Reihenfolge konnte nicht zurückgesetzt werden.", + "Reset primary color" : "Grundfarbe zurücksetzen", + "Could not set primary color" : "Grundfarbe konnte nicht festgelegt werden.", "Default app" : "Standard-App", "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "Die Standard-App ist die App, die z. B. nach der Anmeldung oder nach Klicken auf das Logo im Menü geöffnet wird.", "Use custom default app" : "Benutzerdefinierte Standard-App verwenden", diff --git a/apps/theming/l10n/de.json b/apps/theming/l10n/de.json index 2747200b964f2..191503420ffac 100644 --- a/apps/theming/l10n/de.json +++ b/apps/theming/l10n/de.json @@ -25,7 +25,9 @@ "You are already using a custom theme. Theming app settings might be overwritten by that." : "Du benutzt bereits ein benutzerdefiniertes Design. Die App \"Theming\" würde dies überschreiben.", "Theming" : "Design", "Appearance and accessibility" : "Erscheinungsbild und Barrierefreiheit", + "PHP Imagick module" : "PHP Imagick-Modul", "The PHP module \"imagick\" is not enabled although the theming app is. For favicon generation to work correctly, you need to install and enable this module." : "Das PHP-Modul \"imagick\" ist nicht aktiviert, die Theming-App hingegen schon. Damit die Favicon-Generierung korrekt funktioniert, musst du dieses Modul installieren und aktivieren.", + "The PHP module \"imagick\" in this instance has no SVG support. For better compatibility it is recommended to install it." : "Das PHP-Modul \"imagick\" in dieser Instanz hat keine SVG-Unterstützung. Für eine bessere Kompatibilität empfiehlt es sich, es zu installieren.", "Dark theme with high contrast mode" : "Dunkles Design mit hohem Kontrastmodus", "Enable dark high contrast mode" : "Kontrastreichen Modus aktivieren", "Similar to the high contrast mode, but with dark colours." : "Ähnlich wie der Hochkontrastmodus, aber mit dunklen Farben", @@ -48,6 +50,8 @@ "Privacy policy" : "Datenschutzerklärung ", "Adjust the Nextcloud theme" : "Passe das Design von Nextcloud an", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Das Ändern des Designs ermöglicht es auf einfache Weise, das Aussehen deiner Installation und Clients anzupassen. Die Änderungen wirken sich auf alle Benutzer aus.", + "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." : "Anstelle eines Hintergrundbildes kannst du auch eine einfache Hintergrundfarbe konfigurieren. Wenn du ein Hintergrundbild verwendest, wirkt sich die Änderung dieser Farbe auf die Farbe der App-Menüsymbole aus.", + "Background color" : "Hintergrundfarbe", "Upload new logo" : "Neues Logo hochladen", "Logo" : "Logo", "Upload new background and login image" : "Ein neues Hintergrund- und Anmeldebild hochladen", @@ -58,6 +62,8 @@ "Web link" : "Internet-Link", "a safe home for all your data" : "Ein sicheres Zuhause für deine Daten", "Slogan" : "Slogan", + "Primary color" : "Grundfarbe", + "The primary color is used for highlighting elements like important buttons. It might get slightly adjusted depending on the current color schema." : "Die Grundfarbe wird zum Hervorheben von Elementen wie wichtigen Schaltflächen verwendet. Sie kann je nach aktuellem Farbschema leicht angepasst werden.", "Legal notice link" : "Link zum Impressum", "Privacy policy link" : "Link zur Datenschutzerklärung", "Header logo" : "Kopfbereichs-Logo", @@ -67,7 +73,11 @@ "User settings" : "Benutzer-Einstellungen", "Disable user theming" : "Benutzer-Design deaktivieren", "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Obwohl du deine Instanz auswählen und anpassen kannst, können Benutzer ihren Hintergrund und ihre Farben ändern. Wenn du deine Anpassung erzwingen möchtest, kannst du dies einschalten.", + "Appearance and accessibility settings" : "Einstellungen zu Aussehen- und Barrierefreiheit", "Customization has been disabled by your administrator" : "Das Ändern der Einstellungen wurde von deinem Administrator deaktiviert.", + "Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "Lege eine Grundfarbe fest, um wichtige Elemente hervorzuheben. Die für Elemente wie Schaltflächen verwendete Farbe kann etwas abweichen, da sie angepasst wird, um die Zugänglichkeitsanforderungen zu erfüllen.", + "Background and color" : "Hintergrund und Farbe", + "The background can be set to an image from the default set, a custom uploaded image, or a plain color." : "Als Hintergrund kann ein Bild aus dem Standardsatz, ein benutzerdefiniertes hochgeladenes Bild oder eine einfache Farbe ausgewählt werden.", "Keyboard shortcuts" : "Tastaturkürzel", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In einigen Fällen können Tastenkombinationen Barrierefreiheits-Tools beeinträchtigen. Damit du dich richtig auf dein Werkzeug konzentrieren kannst, kannst du hier alle Tastaturkürzel deaktivieren. Dadurch werden auch alle verfügbaren Verknüpfungen in Apps deaktiviert.", "Disable all keyboard shortcuts" : "Alle Tastenkombinationen deaktivieren", @@ -90,6 +100,8 @@ "Reset default app order" : "Standard App-Reihenfolge zurücksetzen", "Could not set the app order" : "Die App-Reihenfolge konnte nicht festgelegt werden.", "Could not reset the app order" : "Standard App-Reihenfolge konnte nicht zurückgesetzt werden.", + "Reset primary color" : "Grundfarbe zurücksetzen", + "Could not set primary color" : "Grundfarbe konnte nicht festgelegt werden.", "Default app" : "Standard-App", "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "Die Standard-App ist die App, die z. B. nach der Anmeldung oder nach Klicken auf das Logo im Menü geöffnet wird.", "Use custom default app" : "Benutzerdefinierte Standard-App verwenden", diff --git a/apps/theming/l10n/de_DE.js b/apps/theming/l10n/de_DE.js index 5a92c2fceab2b..06e620423f026 100644 --- a/apps/theming/l10n/de_DE.js +++ b/apps/theming/l10n/de_DE.js @@ -52,6 +52,7 @@ OC.L10N.register( "Privacy policy" : "Datenschutz", "Adjust the Nextcloud theme" : "Passe das Design von Nextcloud an", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Das Ändern des Designs ermöglicht es auf einfache Weise, das Aussehen Ihrer Installation und Clients anzupassen. Die Änderungen wirken sich auf alle Benutzer aus.", + "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." : "Anstelle eines Hintergrundbildes können Sie auch eine einfache Hintergrundfarbe konfigurieren. Wenn Sie ein Hintergrundbild verwenden, wirkt sich die Änderung dieser Farbe auf die Farbe der App-Menüsymbole aus.", "Background color" : "Hintergrundfarbe", "Upload new logo" : "Neues Logo hochladen", "Logo" : "Logo", @@ -63,6 +64,8 @@ OC.L10N.register( "Web link" : "Internet-Link", "a safe home for all your data" : "Ein sicheres Zuhause für Ihre Daten", "Slogan" : "Slogan", + "Primary color" : "Primärfarbe", + "The primary color is used for highlighting elements like important buttons. It might get slightly adjusted depending on the current color schema." : "Die Primärfarbe wird zum Hervorheben von Elementen wie wichtigen Schaltflächen verwendet. Sie kann je nach aktuellem Farbschema leicht angepasst werden.", "Legal notice link" : "Link zum Impressum", "Privacy policy link" : "Link zu den Datenschutzbestimmungen", "Header logo" : "Kopfbereichs-Logo", @@ -74,7 +77,9 @@ OC.L10N.register( "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Trotz der von Ihnen vorgenommenen Auswahl und Anpassung, können Benutzer ihren Hintergrund und ihre Farben ändern. Wenn Sie Ihre Anpassung erzwingen möchten, können Sie dies hier aktivieren.", "Appearance and accessibility settings" : "Aussehen- und Barrierefreiheitseinstellungen", "Customization has been disabled by your administrator" : "Diese Anpassungsmöglichkeit wurde von Ihrer Administration deaktiviert", + "Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "Legen Sie eine Primärfarbe fest, um wichtige Elemente hervorzuheben. Die für Elemente wie Primärschaltflächen verwendete Farbe kann etwas abweichen, da sie angepasst wird, um die Zugänglichkeitsanforderungen zu erfüllen.", "Background and color" : "Hintergrund und Farbe", + "The background can be set to an image from the default set, a custom uploaded image, or a plain color." : "Als Hintergrund kann ein Bild aus dem Standardsatz, ein benutzerdefiniertes hochgeladenes Bild oder eine einfache Farbe ausgewählt werden.", "Keyboard shortcuts" : "Tastaturkürzel", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In einigen Fällen können Tastenkombinationen Barrierefreiheits-Tools beeinträchtigen. Damit Sie sich richtig auf Ihr Werkzeug konzentrieren können, können Sie hier alle Tastaturkürzel deaktivieren. Dadurch werden auch alle verfügbaren Verknüpfungen in Apps deaktiviert.", "Disable all keyboard shortcuts" : "Alle Tastenkombinationen deaktivieren", @@ -97,6 +102,8 @@ OC.L10N.register( "Reset default app order" : "Standard App-Reihenfolge zurücksetzen", "Could not set the app order" : "Die App-Reihenfolge konnte nicht festgelegt werden", "Could not reset the app order" : "Standard App-Reihenfolge konnte nicht zurückgesetzt werden", + "Reset primary color" : "Primärfarbe zurücksetzen", + "Could not set primary color" : "Primärfarbe konnte nicht festgelegt werden", "Default app" : "Standard-App", "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "Die Standard-App ist die App, die z. B. nach der Anmeldung oder nach Klicken auf das Logo im Menü geöffnet wird.", "Use custom default app" : "Benutzerdefinierte Standard-App verwenden", diff --git a/apps/theming/l10n/de_DE.json b/apps/theming/l10n/de_DE.json index a3945d07c7254..7f42c8f3fa559 100644 --- a/apps/theming/l10n/de_DE.json +++ b/apps/theming/l10n/de_DE.json @@ -50,6 +50,7 @@ "Privacy policy" : "Datenschutz", "Adjust the Nextcloud theme" : "Passe das Design von Nextcloud an", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Das Ändern des Designs ermöglicht es auf einfache Weise, das Aussehen Ihrer Installation und Clients anzupassen. Die Änderungen wirken sich auf alle Benutzer aus.", + "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." : "Anstelle eines Hintergrundbildes können Sie auch eine einfache Hintergrundfarbe konfigurieren. Wenn Sie ein Hintergrundbild verwenden, wirkt sich die Änderung dieser Farbe auf die Farbe der App-Menüsymbole aus.", "Background color" : "Hintergrundfarbe", "Upload new logo" : "Neues Logo hochladen", "Logo" : "Logo", @@ -61,6 +62,8 @@ "Web link" : "Internet-Link", "a safe home for all your data" : "Ein sicheres Zuhause für Ihre Daten", "Slogan" : "Slogan", + "Primary color" : "Primärfarbe", + "The primary color is used for highlighting elements like important buttons. It might get slightly adjusted depending on the current color schema." : "Die Primärfarbe wird zum Hervorheben von Elementen wie wichtigen Schaltflächen verwendet. Sie kann je nach aktuellem Farbschema leicht angepasst werden.", "Legal notice link" : "Link zum Impressum", "Privacy policy link" : "Link zu den Datenschutzbestimmungen", "Header logo" : "Kopfbereichs-Logo", @@ -72,7 +75,9 @@ "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Trotz der von Ihnen vorgenommenen Auswahl und Anpassung, können Benutzer ihren Hintergrund und ihre Farben ändern. Wenn Sie Ihre Anpassung erzwingen möchten, können Sie dies hier aktivieren.", "Appearance and accessibility settings" : "Aussehen- und Barrierefreiheitseinstellungen", "Customization has been disabled by your administrator" : "Diese Anpassungsmöglichkeit wurde von Ihrer Administration deaktiviert", + "Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "Legen Sie eine Primärfarbe fest, um wichtige Elemente hervorzuheben. Die für Elemente wie Primärschaltflächen verwendete Farbe kann etwas abweichen, da sie angepasst wird, um die Zugänglichkeitsanforderungen zu erfüllen.", "Background and color" : "Hintergrund und Farbe", + "The background can be set to an image from the default set, a custom uploaded image, or a plain color." : "Als Hintergrund kann ein Bild aus dem Standardsatz, ein benutzerdefiniertes hochgeladenes Bild oder eine einfache Farbe ausgewählt werden.", "Keyboard shortcuts" : "Tastaturkürzel", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In einigen Fällen können Tastenkombinationen Barrierefreiheits-Tools beeinträchtigen. Damit Sie sich richtig auf Ihr Werkzeug konzentrieren können, können Sie hier alle Tastaturkürzel deaktivieren. Dadurch werden auch alle verfügbaren Verknüpfungen in Apps deaktiviert.", "Disable all keyboard shortcuts" : "Alle Tastenkombinationen deaktivieren", @@ -95,6 +100,8 @@ "Reset default app order" : "Standard App-Reihenfolge zurücksetzen", "Could not set the app order" : "Die App-Reihenfolge konnte nicht festgelegt werden", "Could not reset the app order" : "Standard App-Reihenfolge konnte nicht zurückgesetzt werden", + "Reset primary color" : "Primärfarbe zurücksetzen", + "Could not set primary color" : "Primärfarbe konnte nicht festgelegt werden", "Default app" : "Standard-App", "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "Die Standard-App ist die App, die z. B. nach der Anmeldung oder nach Klicken auf das Logo im Menü geöffnet wird.", "Use custom default app" : "Benutzerdefinierte Standard-App verwenden", diff --git a/apps/theming/l10n/en_GB.js b/apps/theming/l10n/en_GB.js index 68e0088782976..083a2987747eb 100644 --- a/apps/theming/l10n/en_GB.js +++ b/apps/theming/l10n/en_GB.js @@ -52,6 +52,8 @@ OC.L10N.register( "Privacy policy" : "Privacy policy", "Adjust the Nextcloud theme" : "Adjust the Nextcloud theme", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Theming makes it possible to easily customise 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." : "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.", + "Background color" : "Background color", "Upload new logo" : "Upload new logo", "Logo" : "Logo", "Upload new background and login image" : "Upload new background and login image", @@ -62,6 +64,8 @@ OC.L10N.register( "Web link" : "Web link", "a safe home for all your data" : "a safe home for all your data", "Slogan" : "Slogan", + "Primary color" : "Primary color", + "The primary color is used for highlighting elements like important buttons. It might get slightly adjusted depending on the current color schema." : "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" : "Legal notice link", "Privacy policy link" : "Privacy policy link", "Header logo" : "Header logo", @@ -73,7 +77,9 @@ OC.L10N.register( "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on.", "Appearance and accessibility settings" : "Appearance and accessibility settings", "Customization has been disabled by your administrator" : "Customization has been disabled by your administrator", + "Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements.", "Background and color" : "Background and colour", + "The background can be set to an image from the default set, a custom uploaded image, or a plain color." : "The background can be set to an image from the default set, a custom uploaded image, or a plain color.", "Keyboard shortcuts" : "Keyboard shortcuts", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps.", "Disable all keyboard shortcuts" : "Disable all keyboard shortcuts", @@ -96,6 +102,8 @@ OC.L10N.register( "Reset default app order" : "Reset default app order", "Could not set the app order" : "Could not set the app order", "Could not reset the app order" : "Could not reset the app order", + "Reset primary color" : "Reset primary color", + "Could not set primary color" : "Could not set primary color", "Default app" : "Default app", "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked.", "Use custom default app" : "Use custom default app", diff --git a/apps/theming/l10n/en_GB.json b/apps/theming/l10n/en_GB.json index b5240702adecc..96428fae9a297 100644 --- a/apps/theming/l10n/en_GB.json +++ b/apps/theming/l10n/en_GB.json @@ -50,6 +50,8 @@ "Privacy policy" : "Privacy policy", "Adjust the Nextcloud theme" : "Adjust the Nextcloud theme", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Theming makes it possible to easily customise 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." : "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.", + "Background color" : "Background color", "Upload new logo" : "Upload new logo", "Logo" : "Logo", "Upload new background and login image" : "Upload new background and login image", @@ -60,6 +62,8 @@ "Web link" : "Web link", "a safe home for all your data" : "a safe home for all your data", "Slogan" : "Slogan", + "Primary color" : "Primary color", + "The primary color is used for highlighting elements like important buttons. It might get slightly adjusted depending on the current color schema." : "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" : "Legal notice link", "Privacy policy link" : "Privacy policy link", "Header logo" : "Header logo", @@ -71,7 +75,9 @@ "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on.", "Appearance and accessibility settings" : "Appearance and accessibility settings", "Customization has been disabled by your administrator" : "Customization has been disabled by your administrator", + "Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements.", "Background and color" : "Background and colour", + "The background can be set to an image from the default set, a custom uploaded image, or a plain color." : "The background can be set to an image from the default set, a custom uploaded image, or a plain color.", "Keyboard shortcuts" : "Keyboard shortcuts", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps.", "Disable all keyboard shortcuts" : "Disable all keyboard shortcuts", @@ -94,6 +100,8 @@ "Reset default app order" : "Reset default app order", "Could not set the app order" : "Could not set the app order", "Could not reset the app order" : "Could not reset the app order", + "Reset primary color" : "Reset primary color", + "Could not set primary color" : "Could not set primary color", "Default app" : "Default app", "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked.", "Use custom default app" : "Use custom default app", diff --git a/apps/theming/l10n/pt_BR.js b/apps/theming/l10n/pt_BR.js index 6cb9fc82dda26..40d7f7c23f5e4 100644 --- a/apps/theming/l10n/pt_BR.js +++ b/apps/theming/l10n/pt_BR.js @@ -52,6 +52,8 @@ OC.L10N.register( "Privacy policy" : "Política de privacidade", "Adjust the Nextcloud theme" : "Ajustar o tema do 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." : "Criar e alterar temas torna possível personalizar facilmente o Nextcloud e clientes suportados. Isso será visível para todos os usuários.", + "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." : "Em vez de uma imagem de fundo você também pode configurar uma cor de fundo simples. Se você usar uma imagem de fundo, a alteração dessa cor influenciará a cor dos ícones do menu do aplicativo.", + "Background color" : "Cor de fundo", "Upload new logo" : "Enviar novo logotipo", "Logo" : "Logotipo", "Upload new background and login image" : "Envie um novo papel de parede e imagem de login", @@ -62,6 +64,8 @@ OC.L10N.register( "Web link" : "Link web", "a safe home for all your data" : "um lugar seguro para seus dados", "Slogan" : "Slogan", + "Primary color" : "Cor primária", + "The primary color is used for highlighting elements like important buttons. It might get slightly adjusted depending on the current color schema." : "A cor primária é usada para destacar elementos como botões importantes. Pode ser ligeiramente ajustado dependendo do esquema de cores atual.", "Legal notice link" : "Link do aviso legal", "Privacy policy link" : "Link da política de privacidade", "Header logo" : "Logotipo de cabeçalho", @@ -73,7 +77,9 @@ OC.L10N.register( "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Embora você possa selecionar e personalizar a sua instância, os usuários podem alterar seu plano de fundo e as cores. Se você quiser forçar a sua personalização, marque esta caixa.", "Appearance and accessibility settings" : "Configurações de aparência e acessibilidade", "Customization has been disabled by your administrator" : "A personalização foi desativada pelo seu administrador", + "Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "Defina uma cor primária para destacar elementos importantes. A cor usada para elementos como botões primários pode diferir um pouco à medida que é ajustada para atender aos requisitos de acessibilidade.", "Background and color" : "Fundo e cor", + "The background can be set to an image from the default set, a custom uploaded image, or a plain color." : "O plano de fundo pode ser definido como uma imagem do conjunto padrão, uma imagem personalizada carregada ou uma cor simples.", "Keyboard shortcuts" : "Atalhos do teclado", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Em alguns casos, os atalhos de teclado podem interferir nas ferramentas de acessibilidade. Para permitir o foco em sua ferramenta corretamente, você pode desativar todos os atalhos de teclado aqui. Isso também desativará todos os atalhos disponíveis nos aplicativos.", "Disable all keyboard shortcuts" : "Desabilitar todos os atalhos de teclado", @@ -96,6 +102,8 @@ OC.L10N.register( "Reset default app order" : "Redefinir a ordem padrão dos aplicativos", "Could not set the app order" : "Não foi possível definir a ordem do aplicativo", "Could not reset the app order" : "Não foi possível redefinir a ordem do aplicativo", + "Reset primary color" : "Redefinir cor primária", + "Could not set primary color" : "Não foi possível definir a cor primária", "Default app" : "Aplicativo padrão", "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "O aplicativo padrão é o aplicativo que é, por exemplo. aberto após o login ou quando o logotipo no menu é clicado.", "Use custom default app" : "Usar aplicativo padrão personalizado", diff --git a/apps/theming/l10n/pt_BR.json b/apps/theming/l10n/pt_BR.json index 7a3b0cc8fe64d..383141c08d712 100644 --- a/apps/theming/l10n/pt_BR.json +++ b/apps/theming/l10n/pt_BR.json @@ -50,6 +50,8 @@ "Privacy policy" : "Política de privacidade", "Adjust the Nextcloud theme" : "Ajustar o tema do 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." : "Criar e alterar temas torna possível personalizar facilmente o Nextcloud e clientes suportados. Isso será visível para todos os usuários.", + "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." : "Em vez de uma imagem de fundo você também pode configurar uma cor de fundo simples. Se você usar uma imagem de fundo, a alteração dessa cor influenciará a cor dos ícones do menu do aplicativo.", + "Background color" : "Cor de fundo", "Upload new logo" : "Enviar novo logotipo", "Logo" : "Logotipo", "Upload new background and login image" : "Envie um novo papel de parede e imagem de login", @@ -60,6 +62,8 @@ "Web link" : "Link web", "a safe home for all your data" : "um lugar seguro para seus dados", "Slogan" : "Slogan", + "Primary color" : "Cor primária", + "The primary color is used for highlighting elements like important buttons. It might get slightly adjusted depending on the current color schema." : "A cor primária é usada para destacar elementos como botões importantes. Pode ser ligeiramente ajustado dependendo do esquema de cores atual.", "Legal notice link" : "Link do aviso legal", "Privacy policy link" : "Link da política de privacidade", "Header logo" : "Logotipo de cabeçalho", @@ -71,7 +75,9 @@ "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "Embora você possa selecionar e personalizar a sua instância, os usuários podem alterar seu plano de fundo e as cores. Se você quiser forçar a sua personalização, marque esta caixa.", "Appearance and accessibility settings" : "Configurações de aparência e acessibilidade", "Customization has been disabled by your administrator" : "A personalização foi desativada pelo seu administrador", + "Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "Defina uma cor primária para destacar elementos importantes. A cor usada para elementos como botões primários pode diferir um pouco à medida que é ajustada para atender aos requisitos de acessibilidade.", "Background and color" : "Fundo e cor", + "The background can be set to an image from the default set, a custom uploaded image, or a plain color." : "O plano de fundo pode ser definido como uma imagem do conjunto padrão, uma imagem personalizada carregada ou uma cor simples.", "Keyboard shortcuts" : "Atalhos do teclado", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "Em alguns casos, os atalhos de teclado podem interferir nas ferramentas de acessibilidade. Para permitir o foco em sua ferramenta corretamente, você pode desativar todos os atalhos de teclado aqui. Isso também desativará todos os atalhos disponíveis nos aplicativos.", "Disable all keyboard shortcuts" : "Desabilitar todos os atalhos de teclado", @@ -94,6 +100,8 @@ "Reset default app order" : "Redefinir a ordem padrão dos aplicativos", "Could not set the app order" : "Não foi possível definir a ordem do aplicativo", "Could not reset the app order" : "Não foi possível redefinir a ordem do aplicativo", + "Reset primary color" : "Redefinir cor primária", + "Could not set primary color" : "Não foi possível definir a cor primária", "Default app" : "Aplicativo padrão", "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "O aplicativo padrão é o aplicativo que é, por exemplo. aberto após o login ou quando o logotipo no menu é clicado.", "Use custom default app" : "Usar aplicativo padrão personalizado", diff --git a/apps/theming/l10n/zh_HK.js b/apps/theming/l10n/zh_HK.js index 0697a95daf622..f5df7149943c0 100644 --- a/apps/theming/l10n/zh_HK.js +++ b/apps/theming/l10n/zh_HK.js @@ -52,6 +52,8 @@ 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." : "除了背景影像以外,您也可以設定純色的背景顏色。若您使用背景影像,變更此顏色將會影像應用程式選單圖示的顏色。", + "Background color" : "背景顏色", "Upload new logo" : "上傳新的 Logo", "Logo" : "Logo", "Upload new background and login image" : "上傳新的背景與登入圖像", @@ -62,6 +64,8 @@ OC.L10N.register( "Web link" : "網路連結", "a safe home for all your data" : "您資料的安全屋", "Slogan" : "標語", + "Primary color" : "基本顏色", + "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" : "頁首圖示", @@ -73,7 +77,9 @@ OC.L10N.register( "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "雖然您可以選取並自訂您的實例,但用戶仍可以變更他們自己的背景與顏色。若您想要強制執行您的自訂,您可以將其開啟。", "Appearance and accessibility settings" : "外觀和無障礙設置", "Customization has been disabled by your administrator" : "您的管理員已停用自訂", + "Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "設定基本顏色以突顯重要元素。主要按鈕等元素使用的顏色可能會有所不同,因為其會進行調整以滿足無障礙要求。", "Background and color" : "背景與顏色", + "The background can be set to an image from the default set, a custom uploaded image, or a plain color." : "背景可以設定為來自預設集合中的影像、自訂上傳影像或純色。", "Keyboard shortcuts" : "鍵盤快捷鍵", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "在某些情況下,鍵盤快捷鍵可能會干擾無障礙工具。為了可以正確地將焦點置於您的工具,您可以在此處停用所有鍵盤快捷鍵。這也會停用應用程式中的所有可用的快捷鍵。", "Disable all keyboard shortcuts" : "停用所有鍵盤快捷鍵", @@ -96,6 +102,8 @@ OC.L10N.register( "Reset default app order" : "重設默認的應用程式順序", "Could not set the app order" : "無法設定應用程式順序", "Could not reset the app order" : "無法重設應用程式順序", + "Reset primary color" : "重設基本顏色", + "Could not set primary color" : "無法設定基本顏色", "Default app" : "默認應用程式", "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "預設應用程式是,例如登入後或點擊選單中的標誌時開啟的應用程式。", "Use custom default app" : "使用自訂的預設應用程式", diff --git a/apps/theming/l10n/zh_HK.json b/apps/theming/l10n/zh_HK.json index 5398deb0f6200..f85ccfbfd4791 100644 --- a/apps/theming/l10n/zh_HK.json +++ b/apps/theming/l10n/zh_HK.json @@ -50,6 +50,8 @@ "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." : "除了背景影像以外,您也可以設定純色的背景顏色。若您使用背景影像,變更此顏色將會影像應用程式選單圖示的顏色。", + "Background color" : "背景顏色", "Upload new logo" : "上傳新的 Logo", "Logo" : "Logo", "Upload new background and login image" : "上傳新的背景與登入圖像", @@ -60,6 +62,8 @@ "Web link" : "網路連結", "a safe home for all your data" : "您資料的安全屋", "Slogan" : "標語", + "Primary color" : "基本顏色", + "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" : "頁首圖示", @@ -71,7 +75,9 @@ "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "雖然您可以選取並自訂您的實例,但用戶仍可以變更他們自己的背景與顏色。若您想要強制執行您的自訂,您可以將其開啟。", "Appearance and accessibility settings" : "外觀和無障礙設置", "Customization has been disabled by your administrator" : "您的管理員已停用自訂", + "Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "設定基本顏色以突顯重要元素。主要按鈕等元素使用的顏色可能會有所不同,因為其會進行調整以滿足無障礙要求。", "Background and color" : "背景與顏色", + "The background can be set to an image from the default set, a custom uploaded image, or a plain color." : "背景可以設定為來自預設集合中的影像、自訂上傳影像或純色。", "Keyboard shortcuts" : "鍵盤快捷鍵", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "在某些情況下,鍵盤快捷鍵可能會干擾無障礙工具。為了可以正確地將焦點置於您的工具,您可以在此處停用所有鍵盤快捷鍵。這也會停用應用程式中的所有可用的快捷鍵。", "Disable all keyboard shortcuts" : "停用所有鍵盤快捷鍵", @@ -94,6 +100,8 @@ "Reset default app order" : "重設默認的應用程式順序", "Could not set the app order" : "無法設定應用程式順序", "Could not reset the app order" : "無法重設應用程式順序", + "Reset primary color" : "重設基本顏色", + "Could not set primary color" : "無法設定基本顏色", "Default app" : "默認應用程式", "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "預設應用程式是,例如登入後或點擊選單中的標誌時開啟的應用程式。", "Use custom default app" : "使用自訂的預設應用程式", diff --git a/apps/theming/l10n/zh_TW.js b/apps/theming/l10n/zh_TW.js index 95237c31e9a84..9a1358a5860dc 100644 --- a/apps/theming/l10n/zh_TW.js +++ b/apps/theming/l10n/zh_TW.js @@ -52,6 +52,8 @@ 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." : "除了背景影像以外,您也可以設定純色的背景顏色。若您使用背景影像,變更此顏色將會影像應用程式選單圖示的顏色。", + "Background color" : "背景顏色", "Upload new logo" : "上傳新的 Logo", "Logo" : "Logo", "Upload new background and login image" : "上傳新的背景與登入圖片", @@ -62,6 +64,8 @@ OC.L10N.register( "Web link" : "網路連結", "a safe home for all your data" : "您資料的安全屋", "Slogan" : "標語", + "Primary color" : "基本顏色", + "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" : "頁首圖示", @@ -73,7 +77,9 @@ OC.L10N.register( "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "雖然您可以選取並自訂您的站台,但使用者仍可以變更他們自己的背景與顏色。若您想要強制執行您的自訂,您可以將其開啟。", "Appearance and accessibility settings" : "外觀與無障礙存取設定", "Customization has been disabled by your administrator" : "您的管理員已停用自訂", + "Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "設定基本顏色以突顯重要元素。主要按鈕等元素使用的顏色可能會有所不同,因為其會進行調整以滿足無障礙要求。", "Background and color" : "背景與色彩", + "The background can be set to an image from the default set, a custom uploaded image, or a plain color." : "背景可以設定為來自預設集合中的影像、自訂上傳影像或純色。", "Keyboard shortcuts" : "鍵盤快捷鍵", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "在某些情況下,鍵盤快捷鍵可能會干擾無障礙工具。為了可以正確地將焦點置於您的工具,您可以在此處停用所有鍵盤快捷鍵。這也會停用應用程式中的所有可用的快捷鍵。", "Disable all keyboard shortcuts" : "停用所有鍵盤快捷鍵", @@ -96,6 +102,8 @@ OC.L10N.register( "Reset default app order" : "重設預設的應用程式順序", "Could not set the app order" : "無法設定應用程式順序", "Could not reset the app order" : "無法重設應用程式順序", + "Reset primary color" : "重設基本顏色", + "Could not set primary color" : "無法設定基本顏色", "Default app" : "預設應用程式", "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "預設應用程式是,例如登入後或點擊選單中的標誌時開啟的應用程式。", "Use custom default app" : "使用自訂的預設應用程式", diff --git a/apps/theming/l10n/zh_TW.json b/apps/theming/l10n/zh_TW.json index 9d556e329899a..be647183711fa 100644 --- a/apps/theming/l10n/zh_TW.json +++ b/apps/theming/l10n/zh_TW.json @@ -50,6 +50,8 @@ "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." : "除了背景影像以外,您也可以設定純色的背景顏色。若您使用背景影像,變更此顏色將會影像應用程式選單圖示的顏色。", + "Background color" : "背景顏色", "Upload new logo" : "上傳新的 Logo", "Logo" : "Logo", "Upload new background and login image" : "上傳新的背景與登入圖片", @@ -60,6 +62,8 @@ "Web link" : "網路連結", "a safe home for all your data" : "您資料的安全屋", "Slogan" : "標語", + "Primary color" : "基本顏色", + "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" : "頁首圖示", @@ -71,7 +75,9 @@ "Although you can select and customize your instance, users can change their background and colors. If you want to enforce your customization, you can toggle this on." : "雖然您可以選取並自訂您的站台,但使用者仍可以變更他們自己的背景與顏色。若您想要強制執行您的自訂,您可以將其開啟。", "Appearance and accessibility settings" : "外觀與無障礙存取設定", "Customization has been disabled by your administrator" : "您的管理員已停用自訂", + "Set a primary color to highlight important elements. The color used for elements such as primary buttons might differ a bit as it gets adjusted to fulfill accessibility requirements." : "設定基本顏色以突顯重要元素。主要按鈕等元素使用的顏色可能會有所不同,因為其會進行調整以滿足無障礙要求。", "Background and color" : "背景與色彩", + "The background can be set to an image from the default set, a custom uploaded image, or a plain color." : "背景可以設定為來自預設集合中的影像、自訂上傳影像或純色。", "Keyboard shortcuts" : "鍵盤快捷鍵", "In some cases keyboard shortcuts can interfere with accessibility tools. In order to allow focusing on your tool correctly you can disable all keyboard shortcuts here. This will also disable all available shortcuts in apps." : "在某些情況下,鍵盤快捷鍵可能會干擾無障礙工具。為了可以正確地將焦點置於您的工具,您可以在此處停用所有鍵盤快捷鍵。這也會停用應用程式中的所有可用的快捷鍵。", "Disable all keyboard shortcuts" : "停用所有鍵盤快捷鍵", @@ -94,6 +100,8 @@ "Reset default app order" : "重設預設的應用程式順序", "Could not set the app order" : "無法設定應用程式順序", "Could not reset the app order" : "無法重設應用程式順序", + "Reset primary color" : "重設基本顏色", + "Could not set primary color" : "無法設定基本顏色", "Default app" : "預設應用程式", "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "預設應用程式是,例如登入後或點擊選單中的標誌時開啟的應用程式。", "Use custom default app" : "使用自訂的預設應用程式", diff --git a/apps/user_ldap/l10n/en_GB.js b/apps/user_ldap/l10n/en_GB.js index 79c8f4c925d22..3b8c700c0d17e 100644 --- a/apps/user_ldap/l10n/en_GB.js +++ b/apps/user_ldap/l10n/en_GB.js @@ -212,6 +212,8 @@ OC.L10N.register( "User profile Headline will be set from the specified attribute" : "User profile Headline will be set from the specified attribute", "Biography Field" : "Biography Field", "User profile Biography will be set from the specified attribute" : "User profile Biography will be set from the specified attribute", + "Birthdate Field" : "Birthdate Field", + "User profile Date of birth will be set from the specified attribute" : "User profile Date of birth will be set from the specified attribute", "Internal Username" : "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." : "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.", "Internal Username Attribute:" : "Internal Username Attribute:", diff --git a/apps/user_ldap/l10n/en_GB.json b/apps/user_ldap/l10n/en_GB.json index 438ac684214f3..3a4682cde5c83 100644 --- a/apps/user_ldap/l10n/en_GB.json +++ b/apps/user_ldap/l10n/en_GB.json @@ -210,6 +210,8 @@ "User profile Headline will be set from the specified attribute" : "User profile Headline will be set from the specified attribute", "Biography Field" : "Biography Field", "User profile Biography will be set from the specified attribute" : "User profile Biography will be set from the specified attribute", + "Birthdate Field" : "Birthdate Field", + "User profile Date of birth will be set from the specified attribute" : "User profile Date of birth will be set from the specified attribute", "Internal Username" : "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." : "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.", "Internal Username Attribute:" : "Internal Username Attribute:", diff --git a/apps/user_ldap/l10n/pt_BR.js b/apps/user_ldap/l10n/pt_BR.js index dfbe5b1021658..4d06acd5e9f9b 100644 --- a/apps/user_ldap/l10n/pt_BR.js +++ b/apps/user_ldap/l10n/pt_BR.js @@ -212,6 +212,8 @@ OC.L10N.register( "User profile Headline will be set from the specified attribute" : "O título do perfil do usuário será definido a partir do atributo especificado", "Biography Field" : "Campo da Biografia", "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", "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 f6558faee3c9d..df2268091a380 100644 --- a/apps/user_ldap/l10n/pt_BR.json +++ b/apps/user_ldap/l10n/pt_BR.json @@ -210,6 +210,8 @@ "User profile Headline will be set from the specified attribute" : "O título do perfil do usuário será definido a partir do atributo especificado", "Biography Field" : "Campo da Biografia", "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", "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/zh_HK.js b/apps/user_ldap/l10n/zh_HK.js index 117fc6256684f..587c6930b8fb7 100644 --- a/apps/user_ldap/l10n/zh_HK.js +++ b/apps/user_ldap/l10n/zh_HK.js @@ -212,6 +212,8 @@ 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" : "用戶個人資料小傳將從指定的屬性設置", + "Birthdate Field" : "出生日期欄位", + "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_HK.json b/apps/user_ldap/l10n/zh_HK.json index b88272f1d87a8..a7983c0ad2c38 100644 --- a/apps/user_ldap/l10n/zh_HK.json +++ b/apps/user_ldap/l10n/zh_HK.json @@ -210,6 +210,8 @@ "User profile Headline will be set from the specified attribute" : "用戶個人資料標題將從指定的屬性設置", "Biography Field" : "小傳欄位", "User profile Biography will be set from the specified attribute" : "用戶個人資料小傳將從指定的屬性設置", + "Birthdate Field" : "出生日期欄位", + "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_TW.js b/apps/user_ldap/l10n/zh_TW.js index 47f5b2b4f2f52..cb39b6e2742cb 100644 --- a/apps/user_ldap/l10n/zh_TW.js +++ b/apps/user_ldap/l10n/zh_TW.js @@ -212,6 +212,8 @@ 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" : "使用者個人資料傳記將從指定的屬性設定", + "Birthdate Field" : "出生日期欄位", + "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_TW.json b/apps/user_ldap/l10n/zh_TW.json index b81ea1ba8edb3..3a530460b6139 100644 --- a/apps/user_ldap/l10n/zh_TW.json +++ b/apps/user_ldap/l10n/zh_TW.json @@ -210,6 +210,8 @@ "User profile Headline will be set from the specified attribute" : "使用者個人資料標題將從指定的屬性設定", "Biography Field" : "傳記欄位", "User profile Biography will be set from the specified attribute" : "使用者個人資料傳記將從指定的屬性設定", + "Birthdate Field" : "出生日期欄位", + "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/core/l10n/da.js b/core/l10n/da.js index eb84507c99835..01e2374580e13 100644 --- a/core/l10n/da.js +++ b/core/l10n/da.js @@ -39,6 +39,7 @@ OC.L10N.register( "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Klik på knappen for at nulstille din adgangskode. Hvis ikke det er dig selv der har efterspurgt at få nulstillet din adgangskode, ignorer denne e-mail.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klik på linket for at nulstille din adgangskode. Hvis ikke det er dig selv der har efterspurgt at få nulstillet din adgangskode, ignorer denne e-mail.", "Reset your password" : "Nulstil din adgangskode", + "The given provider is not available" : "Den givne udbyder er ikke tilgængelig", "Task not found" : "Opgaven blev ikke fundet", "Internal error" : "Intern fejl", "Not found" : "Ikke fundet", @@ -119,6 +120,7 @@ OC.L10N.register( "This account is disabled" : "Denne konto er deaktiveret", "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Vi har registreret flere ugyldige loginforsøg fra din IP. Derfor bliver din næste login sat op til 30 sekunder.", "Account name or email" : "Brugernavn eller e-mail", + "Account name" : "Kontonavn", "Log in with a device" : "Log ind med en enhed", "Login or email" : "Log ind med e-mail", "Your account is not setup for passwordless login." : "Din konto er ikke opsat til kodefri login.", @@ -272,6 +274,7 @@ OC.L10N.register( "The server was unable to complete your request." : "Serveren var ikke i stand til at udføre din forespørgsel.", "If this happens again, please send the technical details below to the server administrator." : "Send venligst detaljerne nedenunder til serveradministratoren, hvis dette sker igen.", "More details can be found in the server log." : "Flere detaljer kan fås i serverloggen.", + "For more details see the documentation ↗." : "Se dokumentationen for flere detaljer.", "Technical details" : "Tekniske detaljer", "Remote Address: %s" : "Fjernadresse: %s", "Request ID: %s" : "Forespørgsels-ID: %s", diff --git a/core/l10n/da.json b/core/l10n/da.json index 3497023d1986a..d0ac1dec2aea9 100644 --- a/core/l10n/da.json +++ b/core/l10n/da.json @@ -37,6 +37,7 @@ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Klik på knappen for at nulstille din adgangskode. Hvis ikke det er dig selv der har efterspurgt at få nulstillet din adgangskode, ignorer denne e-mail.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Klik på linket for at nulstille din adgangskode. Hvis ikke det er dig selv der har efterspurgt at få nulstillet din adgangskode, ignorer denne e-mail.", "Reset your password" : "Nulstil din adgangskode", + "The given provider is not available" : "Den givne udbyder er ikke tilgængelig", "Task not found" : "Opgaven blev ikke fundet", "Internal error" : "Intern fejl", "Not found" : "Ikke fundet", @@ -117,6 +118,7 @@ "This account is disabled" : "Denne konto er deaktiveret", "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Vi har registreret flere ugyldige loginforsøg fra din IP. Derfor bliver din næste login sat op til 30 sekunder.", "Account name or email" : "Brugernavn eller e-mail", + "Account name" : "Kontonavn", "Log in with a device" : "Log ind med en enhed", "Login or email" : "Log ind med e-mail", "Your account is not setup for passwordless login." : "Din konto er ikke opsat til kodefri login.", @@ -270,6 +272,7 @@ "The server was unable to complete your request." : "Serveren var ikke i stand til at udføre din forespørgsel.", "If this happens again, please send the technical details below to the server administrator." : "Send venligst detaljerne nedenunder til serveradministratoren, hvis dette sker igen.", "More details can be found in the server log." : "Flere detaljer kan fås i serverloggen.", + "For more details see the documentation ↗." : "Se dokumentationen for flere detaljer.", "Technical details" : "Tekniske detaljer", "Remote Address: %s" : "Fjernadresse: %s", "Request ID: %s" : "Forespørgsels-ID: %s", diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index 4e3ac3d75edd0..4b2a9c513271e 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -120,7 +120,7 @@ OC.L10N.register( "This account is disabled" : "Dieses Konto ist deaktiviert", "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Es wurden mehrere ungültige Anmeldeversuche von Ihrer IP-Adresse festgestellt. Daher wird die nächste Anmeldung um 30 Sekunden verzögert.", "Account name or email" : "Kontoname oder E-Mail", - "Account name" : "Konto Name", + "Account name" : "Name des Kontos", "Log in with a device" : "Mit einem Gerät anmelden", "Login or email" : "Anmeldename oder E-Mail-Adresse", "Your account is not setup for passwordless login." : "Ihr Konto ist nicht für eine Anmeldung ohne Passwort eingerichtet.", diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index 92ae304c218ac..302048a3ca499 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -118,7 +118,7 @@ "This account is disabled" : "Dieses Konto ist deaktiviert", "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Es wurden mehrere ungültige Anmeldeversuche von Ihrer IP-Adresse festgestellt. Daher wird die nächste Anmeldung um 30 Sekunden verzögert.", "Account name or email" : "Kontoname oder E-Mail", - "Account name" : "Konto Name", + "Account name" : "Name des Kontos", "Log in with a device" : "Mit einem Gerät anmelden", "Login or email" : "Anmeldename oder E-Mail-Adresse", "Your account is not setup for passwordless login." : "Ihr Konto ist nicht für eine Anmeldung ohne Passwort eingerichtet.", diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index b5bc34dc8ecef..8729c33220eef 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -39,6 +39,7 @@ OC.L10N.register( "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Click the following button to reset your password. If you have not requested the password reset, then ignore this email.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Click the following link to reset your password. If you have not requested the password reset, then ignore this email.", "Reset your password" : "Reset your password", + "The given provider is not available" : "The given provider is not available", "Task not found" : "Task not found", "Internal error" : "Internal error", "Not found" : "Not found", @@ -273,6 +274,7 @@ OC.L10N.register( "The server was unable to complete your request." : "The server was unable to complete your request.", "If this happens again, please send the technical details below to the server administrator." : "If this happens again, please send the technical details below to the server administrator.", "More details can be found in the server log." : "More details can be found in the server log.", + "For more details see the documentation ↗." : "For more details see the documentation ↗.", "Technical details" : "Technical details", "Remote Address: %s" : "Remote Address: %s", "Request ID: %s" : "Request ID: %s", diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json index 340fd12c951fc..010651a14ec7a 100644 --- a/core/l10n/en_GB.json +++ b/core/l10n/en_GB.json @@ -37,6 +37,7 @@ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Click the following button to reset your password. If you have not requested the password reset, then ignore this email.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Click the following link to reset your password. If you have not requested the password reset, then ignore this email.", "Reset your password" : "Reset your password", + "The given provider is not available" : "The given provider is not available", "Task not found" : "Task not found", "Internal error" : "Internal error", "Not found" : "Not found", @@ -271,6 +272,7 @@ "The server was unable to complete your request." : "The server was unable to complete your request.", "If this happens again, please send the technical details below to the server administrator." : "If this happens again, please send the technical details below to the server administrator.", "More details can be found in the server log." : "More details can be found in the server log.", + "For more details see the documentation ↗." : "For more details see the documentation ↗.", "Technical details" : "Technical details", "Remote Address: %s" : "Remote Address: %s", "Request ID: %s" : "Request ID: %s", diff --git a/core/l10n/eu.js b/core/l10n/eu.js index 6366c42aebc1d..cafec501400e1 100644 --- a/core/l10n/eu.js +++ b/core/l10n/eu.js @@ -39,6 +39,7 @@ OC.L10N.register( "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Egin klik ondoko botoian zure pasahitza berrezartzeko. Ez baduzu pasahitzaren berrezarpena eskatu, ahaztu mezu elektroniko hau.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Egin klik ondoko estekan zure pasahitza berrezartzeko. Ez baduzu pasahitzaren berrezarpena eskatu, ahaztu mezu elektroniko hau.", "Reset your password" : "Berrezarri zure pasahitza", + "The given provider is not available" : "Emandako hornitzailea ez dago erabilgarri", "Task not found" : "Ez da eginkizuna aurkitu", "Internal error" : "Barne errorea", "Not found" : "Ez da aurkitu", @@ -273,6 +274,7 @@ OC.L10N.register( "The server was unable to complete your request." : "Zerbitzariak ezin izan du zure eskaera bete.", "If this happens again, please send the technical details below to the server administrator." : "Hau berriro gertatzen bada, mesedez bidali ondoko datu teknikoak zure administratzaileari.", "More details can be found in the server log." : "Xehetasun gehiago zerbitzariaren egunkarian aurki daitezke.", + "For more details see the documentation ↗." : "Xehetasun gehiagorako, ikusi dokumentazioa ↗.", "Technical details" : "Xehetasun teknikoak", "Remote Address: %s" : "Urruneko helbidea: %s", "Request ID: %s" : "Eskariaren IDa: %s", diff --git a/core/l10n/eu.json b/core/l10n/eu.json index a640db153ab67..976fb01afc22b 100644 --- a/core/l10n/eu.json +++ b/core/l10n/eu.json @@ -37,6 +37,7 @@ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Egin klik ondoko botoian zure pasahitza berrezartzeko. Ez baduzu pasahitzaren berrezarpena eskatu, ahaztu mezu elektroniko hau.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Egin klik ondoko estekan zure pasahitza berrezartzeko. Ez baduzu pasahitzaren berrezarpena eskatu, ahaztu mezu elektroniko hau.", "Reset your password" : "Berrezarri zure pasahitza", + "The given provider is not available" : "Emandako hornitzailea ez dago erabilgarri", "Task not found" : "Ez da eginkizuna aurkitu", "Internal error" : "Barne errorea", "Not found" : "Ez da aurkitu", @@ -271,6 +272,7 @@ "The server was unable to complete your request." : "Zerbitzariak ezin izan du zure eskaera bete.", "If this happens again, please send the technical details below to the server administrator." : "Hau berriro gertatzen bada, mesedez bidali ondoko datu teknikoak zure administratzaileari.", "More details can be found in the server log." : "Xehetasun gehiago zerbitzariaren egunkarian aurki daitezke.", + "For more details see the documentation ↗." : "Xehetasun gehiagorako, ikusi dokumentazioa ↗.", "Technical details" : "Xehetasun teknikoak", "Remote Address: %s" : "Urruneko helbidea: %s", "Request ID: %s" : "Eskariaren IDa: %s", diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index 712bccb2ddb54..aad86960745ab 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -39,6 +39,7 @@ OC.L10N.register( "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Clique no botão abaixo para redefinir sua senha. Se você não solicitou isso, ignore este e-mail.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Clique no link abaixo para redefinir sua senha. Se você não solicitou isso, ignore este e-mail.", "Reset your password" : "Redefinir sua senha", + "The given provider is not available" : "O provedor fornecido não está disponível", "Task not found" : "Tarefa não encontrada", "Internal error" : "Erro interno", "Not found" : "Não encontrado", @@ -273,6 +274,7 @@ OC.L10N.register( "The server was unable to complete your request." : "O servidor não conseguiu completar sua solicitação.", "If this happens again, please send the technical details below to the server administrator." : "Se isso acontecer novamente, envie os detalhes técnicos abaixo para o administrador do servidor.", "More details can be found in the server log." : "Mais detalhes podem ser encontrados no log do servidor.", + "For more details see the documentation ↗." : "Para mais detalhes consulte a documentação ↗.", "Technical details" : "Detalhes técnicos", "Remote Address: %s" : "Endereço remoto: %s", "Request ID: %s" : "ID do Pedido: %s", diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json index 3647213aecb20..49cb817a15711 100644 --- a/core/l10n/pt_BR.json +++ b/core/l10n/pt_BR.json @@ -37,6 +37,7 @@ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Clique no botão abaixo para redefinir sua senha. Se você não solicitou isso, ignore este e-mail.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Clique no link abaixo para redefinir sua senha. Se você não solicitou isso, ignore este e-mail.", "Reset your password" : "Redefinir sua senha", + "The given provider is not available" : "O provedor fornecido não está disponível", "Task not found" : "Tarefa não encontrada", "Internal error" : "Erro interno", "Not found" : "Não encontrado", @@ -271,6 +272,7 @@ "The server was unable to complete your request." : "O servidor não conseguiu completar sua solicitação.", "If this happens again, please send the technical details below to the server administrator." : "Se isso acontecer novamente, envie os detalhes técnicos abaixo para o administrador do servidor.", "More details can be found in the server log." : "Mais detalhes podem ser encontrados no log do servidor.", + "For more details see the documentation ↗." : "Para mais detalhes consulte a documentação ↗.", "Technical details" : "Detalhes técnicos", "Remote Address: %s" : "Endereço remoto: %s", "Request ID: %s" : "ID do Pedido: %s", diff --git a/core/l10n/zh_HK.js b/core/l10n/zh_HK.js index a9573aa3d7d9b..aea9c613482eb 100644 --- a/core/l10n/zh_HK.js +++ b/core/l10n/zh_HK.js @@ -39,6 +39,7 @@ OC.L10N.register( "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "點選下方的按鈕來重設您的密碼。若您沒有要求重設密碼,請不用理會此電子郵件。", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "點取下方的連結以重設您的密碼。如果您沒有要求重設密碼的話,請不用理會此電子郵件。", "Reset your password" : "重設密碼", + "The given provider is not available" : "指定的提供者不可用", "Task not found" : "找不到任務", "Internal error" : "內部錯誤", "Not found" : "未找到", @@ -273,6 +274,7 @@ OC.L10N.register( "The server was unable to complete your request." : "伺服器無法完成你的請求。", "If this happens again, please send the technical details below to the server administrator." : "如果此問題重複發生,請寄送技術資訊給管理員。", "More details can be found in the server log." : "伺服器記錄檔裡面有更多細節", + "For more details see the documentation ↗." : "要取得更多細節資訊,請參閱說明書 ↗。", "Technical details" : "技術細節", "Remote Address: %s" : "遠端位置:%s", "Request ID: %s" : "請求編號:%s", diff --git a/core/l10n/zh_HK.json b/core/l10n/zh_HK.json index 848fabe407b46..8b4cc00d75d1f 100644 --- a/core/l10n/zh_HK.json +++ b/core/l10n/zh_HK.json @@ -37,6 +37,7 @@ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "點選下方的按鈕來重設您的密碼。若您沒有要求重設密碼,請不用理會此電子郵件。", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "點取下方的連結以重設您的密碼。如果您沒有要求重設密碼的話,請不用理會此電子郵件。", "Reset your password" : "重設密碼", + "The given provider is not available" : "指定的提供者不可用", "Task not found" : "找不到任務", "Internal error" : "內部錯誤", "Not found" : "未找到", @@ -271,6 +272,7 @@ "The server was unable to complete your request." : "伺服器無法完成你的請求。", "If this happens again, please send the technical details below to the server administrator." : "如果此問題重複發生,請寄送技術資訊給管理員。", "More details can be found in the server log." : "伺服器記錄檔裡面有更多細節", + "For more details see the documentation ↗." : "要取得更多細節資訊,請參閱說明書 ↗。", "Technical details" : "技術細節", "Remote Address: %s" : "遠端位置:%s", "Request ID: %s" : "請求編號:%s", diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index e5dff57eb04c7..3526b43cc91b0 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -39,6 +39,7 @@ OC.L10N.register( "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "點選下方的按鈕來重設您的密碼。若您沒有要求重設密碼,請忽略這封信件。", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "點取下方的連結以重設您的密碼。 如果您沒有要求重設密碼的話,請忽略這封信件。", "Reset your password" : "重設密碼", + "The given provider is not available" : "指定的提供者不可用", "Task not found" : "找不到任務", "Internal error" : "內部錯誤", "Not found" : "找不到", @@ -273,6 +274,7 @@ OC.L10N.register( "The server was unable to complete your request." : "伺服器無法完成你的請求。", "If this happens again, please send the technical details below to the server administrator." : "如果此問題重複發生,請寄送技術資訊給管理員。", "More details can be found in the server log." : "伺服器記錄檔裡面有更多細節", + "For more details see the documentation ↗." : "更多詳細資訊請見文件 ↗。", "Technical details" : "技術細節", "Remote Address: %s" : "遠端位置:%s", "Request ID: %s" : "請求編號:%s", diff --git a/core/l10n/zh_TW.json b/core/l10n/zh_TW.json index 7f55b79096aaa..480519ce7bb62 100644 --- a/core/l10n/zh_TW.json +++ b/core/l10n/zh_TW.json @@ -37,6 +37,7 @@ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "點選下方的按鈕來重設您的密碼。若您沒有要求重設密碼,請忽略這封信件。", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "點取下方的連結以重設您的密碼。 如果您沒有要求重設密碼的話,請忽略這封信件。", "Reset your password" : "重設密碼", + "The given provider is not available" : "指定的提供者不可用", "Task not found" : "找不到任務", "Internal error" : "內部錯誤", "Not found" : "找不到", @@ -271,6 +272,7 @@ "The server was unable to complete your request." : "伺服器無法完成你的請求。", "If this happens again, please send the technical details below to the server administrator." : "如果此問題重複發生,請寄送技術資訊給管理員。", "More details can be found in the server log." : "伺服器記錄檔裡面有更多細節", + "For more details see the documentation ↗." : "更多詳細資訊請見文件 ↗。", "Technical details" : "技術細節", "Remote Address: %s" : "遠端位置:%s", "Request ID: %s" : "請求編號:%s", diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js index 27fd0248b09fb..44801c793fff8 100644 --- a/lib/l10n/de_DE.js +++ b/lib/l10n/de_DE.js @@ -270,11 +270,14 @@ OC.L10N.register( "The audio to transcribe" : "Die Audio-Datei zum Transkribieren", "Transcription" : "Transkription", "The transcribed text" : "Der transkriptierte Text", + "ContextWrite" : "ContextWrite", "Writes text in a given style based on the provided source material." : "Schreibt Text in einem vorgegebenen Stil auf Basis des bereitgestellten Quellmaterials.", "Writing style" : "Schreibstil", + "Demonstrate a writing style that you would like to immitate" : "Beispiel für einen Schreibstil, den Sie immitieren möchten", "Source material" : "Quellmaterial", "The content that would like to be rewritten in the new writing style" : "Der Inhalt, der in den neuen Schreibstil umgeschrieben werden soll", "Generated text" : "Erstellter Text", + "The generated text with content from the source material in the given style" : "Der erstellte Text mit Inhalten aus dem Quellmaterial im angegebenen Stil", "Emoji generator" : "Emoji-Generator", "Takes text and generates a representative emoji for it." : "Erstellt aus eingegebenem Text ein repräsentatives Emoji.", "The text to generate an emoji for" : "Der Text aus dem ein Emoji erstellt werden soll", @@ -288,6 +291,9 @@ OC.L10N.register( "How many images to generate" : "Wieviele Bilder erstellt werden sollen", "Output images" : "Ausgegebene Bilder", "The generated images" : "Die erstellten Bilder", + "Free text to text prompt" : "Freie Text-zu-Text-Eingabeaufforderung", + "Runs an arbitrary prompt through a language model that retuns a reply" : "Führt eine beliebige Eingabeaufforderung mit einem Sprachmodell aus, das eine Antwort zurückgibt", + "Describe a task that you want the assistant to do or ask a question" : "Beschreiben Sie eine Aufgabe, die der Assistent erledigen soll, oder stellen Sie eine Frage", "Generated reply" : "Erstellte Antwort", "The generated text from the assistant" : "Der vom Assitenten erstellte Text", "Generate a headline" : "Eine Überschirft erstellen", diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json index 91661c60c56d0..a3fe7fd50dccb 100644 --- a/lib/l10n/de_DE.json +++ b/lib/l10n/de_DE.json @@ -268,11 +268,14 @@ "The audio to transcribe" : "Die Audio-Datei zum Transkribieren", "Transcription" : "Transkription", "The transcribed text" : "Der transkriptierte Text", + "ContextWrite" : "ContextWrite", "Writes text in a given style based on the provided source material." : "Schreibt Text in einem vorgegebenen Stil auf Basis des bereitgestellten Quellmaterials.", "Writing style" : "Schreibstil", + "Demonstrate a writing style that you would like to immitate" : "Beispiel für einen Schreibstil, den Sie immitieren möchten", "Source material" : "Quellmaterial", "The content that would like to be rewritten in the new writing style" : "Der Inhalt, der in den neuen Schreibstil umgeschrieben werden soll", "Generated text" : "Erstellter Text", + "The generated text with content from the source material in the given style" : "Der erstellte Text mit Inhalten aus dem Quellmaterial im angegebenen Stil", "Emoji generator" : "Emoji-Generator", "Takes text and generates a representative emoji for it." : "Erstellt aus eingegebenem Text ein repräsentatives Emoji.", "The text to generate an emoji for" : "Der Text aus dem ein Emoji erstellt werden soll", @@ -286,6 +289,9 @@ "How many images to generate" : "Wieviele Bilder erstellt werden sollen", "Output images" : "Ausgegebene Bilder", "The generated images" : "Die erstellten Bilder", + "Free text to text prompt" : "Freie Text-zu-Text-Eingabeaufforderung", + "Runs an arbitrary prompt through a language model that retuns a reply" : "Führt eine beliebige Eingabeaufforderung mit einem Sprachmodell aus, das eine Antwort zurückgibt", + "Describe a task that you want the assistant to do or ask a question" : "Beschreiben Sie eine Aufgabe, die der Assistent erledigen soll, oder stellen Sie eine Frage", "Generated reply" : "Erstellte Antwort", "The generated text from the assistant" : "Der vom Assitenten erstellte Text", "Generate a headline" : "Eine Überschirft erstellen", diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 2488e860af355..00d728b627de6 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -159,6 +159,8 @@ OC.L10N.register( "The requested share comes from a disabled user" : "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." : "The user was not created because the user limit has been reached. Check your notifications to learn more.", "Could not find category \"%s\"" : "Could not find category \"%s\"", + "Input text" : "Input text", + "The input text" : "The input text", "Sunday" : "Sunday", "Monday" : "Monday", "Tuesday" : "Tuesday", @@ -262,16 +264,53 @@ OC.L10N.register( "Storage connection error. %s" : "Storage connection error. %s", "Storage is temporarily not available" : "Storage is temporarily not available", "Storage connection timeout. %s" : "Storage connection timeout. %s", + "Transcribe audio" : "Transcribe audio", + "Transcribe the things said in an audio" : "Transcribe the things said in an audio", "Audio input" : "Audio input", + "The audio to transcribe" : "The audio to transcribe", + "Transcription" : "Transcription", + "The transcribed text" : "The transcribed text", + "ContextWrite" : "ContextWrite", "Writes text in a given style based on the provided source material." : "Writes text in a given style based on the provided source material.", "Writing style" : "Writing style", + "Demonstrate a writing style that you would like to immitate" : "Demonstrate a writing style that you would like to immitate", "Source material" : "Source material", + "The content that would like to be rewritten in the new writing style" : "The content that would like to be rewritten in the new writing style", + "Generated text" : "Generated text", + "The generated text with content from the source material in the given style" : "The generated text with content from the source material in the given style", + "Emoji generator" : "Emoji generator", + "Takes text and generates a representative emoji for it." : "Takes text and generates a representative emoji for it.", + "The text to generate an emoji for" : "The text to generate an emoji for", + "Generated emoji" : "Generated emoji", + "The generated emoji based on the input text" : "The generated emoji based on the input text", "Generate image" : "Generate image", + "Generate an image from a text prompt" : "Generate an image from a text prompt", "Prompt" : "Prompt", + "Describe the image you want to generate" : "Describe the image you want to generate", + "Number of images" : "Number of images", + "How many images to generate" : "How many images to generate", + "Output images" : "Output images", + "The generated images" : "The generated images", + "Free text to text prompt" : "Free text to text prompt", + "Runs an arbitrary prompt through a language model that retuns a reply" : "Runs an arbitrary prompt through a language model that retuns a reply", + "Describe a task that you want the assistant to do or ask a question" : "Describe a task that you want the assistant to do or ask a question", + "Generated reply" : "Generated reply", + "The generated text from the assistant" : "The generated text from the assistant", + "Generate a headline" : "Generate a headline", "Generates a possible headline for a text." : "Generates a possible headline for a text.", + "Original text" : "Original text", + "The original text to generate a headline for" : "The original text to generate a headline for", + "The generated headline" : "The generated headline", "Summarize" : "Summarise", + "Summarizes a text" : "Summarizes a text", + "The original text to summarize" : "The original text to summarize", "Summary" : "Summary", + "The generated summary" : "The generated summary", "Extract topics" : "Extract topics", + "Extracts topics from a text and outputs them separated by commas" : "Extracts topics from a text and outputs them separated by commas", + "The original text to extract topics from" : "The original text to extract topics from", + "Topics" : "Topics", + "The list of extracted topics" : "The list of extracted topics", "Free prompt" : "Free prompt", "Runs an arbitrary prompt through the language model." : "Runs an arbitrary prompt through the language model.", "Generate headline" : "Generate headline", diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index 290525f16cdaf..fa4e258d3803e 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -157,6 +157,8 @@ "The requested share comes from a disabled user" : "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." : "The user was not created because the user limit has been reached. Check your notifications to learn more.", "Could not find category \"%s\"" : "Could not find category \"%s\"", + "Input text" : "Input text", + "The input text" : "The input text", "Sunday" : "Sunday", "Monday" : "Monday", "Tuesday" : "Tuesday", @@ -260,16 +262,53 @@ "Storage connection error. %s" : "Storage connection error. %s", "Storage is temporarily not available" : "Storage is temporarily not available", "Storage connection timeout. %s" : "Storage connection timeout. %s", + "Transcribe audio" : "Transcribe audio", + "Transcribe the things said in an audio" : "Transcribe the things said in an audio", "Audio input" : "Audio input", + "The audio to transcribe" : "The audio to transcribe", + "Transcription" : "Transcription", + "The transcribed text" : "The transcribed text", + "ContextWrite" : "ContextWrite", "Writes text in a given style based on the provided source material." : "Writes text in a given style based on the provided source material.", "Writing style" : "Writing style", + "Demonstrate a writing style that you would like to immitate" : "Demonstrate a writing style that you would like to immitate", "Source material" : "Source material", + "The content that would like to be rewritten in the new writing style" : "The content that would like to be rewritten in the new writing style", + "Generated text" : "Generated text", + "The generated text with content from the source material in the given style" : "The generated text with content from the source material in the given style", + "Emoji generator" : "Emoji generator", + "Takes text and generates a representative emoji for it." : "Takes text and generates a representative emoji for it.", + "The text to generate an emoji for" : "The text to generate an emoji for", + "Generated emoji" : "Generated emoji", + "The generated emoji based on the input text" : "The generated emoji based on the input text", "Generate image" : "Generate image", + "Generate an image from a text prompt" : "Generate an image from a text prompt", "Prompt" : "Prompt", + "Describe the image you want to generate" : "Describe the image you want to generate", + "Number of images" : "Number of images", + "How many images to generate" : "How many images to generate", + "Output images" : "Output images", + "The generated images" : "The generated images", + "Free text to text prompt" : "Free text to text prompt", + "Runs an arbitrary prompt through a language model that retuns a reply" : "Runs an arbitrary prompt through a language model that retuns a reply", + "Describe a task that you want the assistant to do or ask a question" : "Describe a task that you want the assistant to do or ask a question", + "Generated reply" : "Generated reply", + "The generated text from the assistant" : "The generated text from the assistant", + "Generate a headline" : "Generate a headline", "Generates a possible headline for a text." : "Generates a possible headline for a text.", + "Original text" : "Original text", + "The original text to generate a headline for" : "The original text to generate a headline for", + "The generated headline" : "The generated headline", "Summarize" : "Summarise", + "Summarizes a text" : "Summarizes a text", + "The original text to summarize" : "The original text to summarize", "Summary" : "Summary", + "The generated summary" : "The generated summary", "Extract topics" : "Extract topics", + "Extracts topics from a text and outputs them separated by commas" : "Extracts topics from a text and outputs them separated by commas", + "The original text to extract topics from" : "The original text to extract topics from", + "Topics" : "Topics", + "The list of extracted topics" : "The list of extracted topics", "Free prompt" : "Free prompt", "Runs an arbitrary prompt through the language model." : "Runs an arbitrary prompt through the language model.", "Generate headline" : "Generate headline", diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js index 73927b5de5619..52d5e642189d6 100644 --- a/lib/l10n/pt_BR.js +++ b/lib/l10n/pt_BR.js @@ -159,6 +159,8 @@ OC.L10N.register( "The requested share comes from a disabled user" : "O compartilhamento solicitado vem de um usuário desabilitado", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "O usuário não foi criado porque o limite de usuários foi atingido. Confira suas notificações para saber mais.", "Could not find category \"%s\"" : "Impossível localizar a categoria \"%s\"", + "Input text" : "Entrada de texto", + "The input text" : "O texto de entrada", "Sunday" : "Domingo", "Monday" : "Segunda-feira", "Tuesday" : "Terça-feira", @@ -262,16 +264,53 @@ OC.L10N.register( "Storage connection error. %s" : "Erro na conexão de armazenamento. %s", "Storage is temporarily not available" : "Armazenamento temporariamente indisponível", "Storage connection timeout. %s" : "Atingido o tempo limite de conexão ao armazenamento. %s", + "Transcribe audio" : "Transcrever áudio", + "Transcribe the things said in an audio" : "Transcreva as coisas ditas em um áudio", "Audio input" : "Entrada de áudio", + "The audio to transcribe" : "O áudio a ser transcrito", + "Transcription" : "Transcrição", + "The transcribed text" : "O texto transcrito", + "ContextWrite" : "Gravação de Contexto", "Writes text in a given style based on the provided source material." : "Escreve texto em um determinado estilo com base no material de origem fornecido.", "Writing style" : "Estilo de escrita", + "Demonstrate a writing style that you would like to immitate" : "Demonstre um estilo de escrita que você gostaria de imitar", "Source material" : "Material de origem", + "The content that would like to be rewritten in the new writing style" : "O conteúdo que gostaria de ser reescrito no novo estilo de escrita", + "Generated text" : "Texto gerado", + "The generated text with content from the source material in the given style" : "O texto gerado com conteúdo do material de origem no estilo determinado", + "Emoji generator" : "Gerador de emojis", + "Takes text and generates a representative emoji for it." : "Pega texto e gera um emoji representativo para ele.", + "The text to generate an emoji for" : "O texto para gerar um emoji para", + "Generated emoji" : "Emoji gerado", + "The generated emoji based on the input text" : "O emoji gerado com base no texto de entrada", "Generate image" : "Gerar imagem", + "Generate an image from a text prompt" : "Gere uma imagem a partir de um prompt de texto", "Prompt" : "Pronto", + "Describe the image you want to generate" : "Descreva a imagem que você deseja gerar", + "Number of images" : "Número de imagens", + "How many images to generate" : "Quantas imagens gerar", + "Output images" : "Imagens de saída", + "The generated images" : "As imagens geradas", + "Free text to text prompt" : "Texto livre para prompt de texto", + "Runs an arbitrary prompt through a language model that retuns a reply" : "Executa um prompt arbitrário através de um modelo de linguagem que retorna uma resposta", + "Describe a task that you want the assistant to do or ask a question" : "Descreva uma tarefa que você deseja que o assistente execute ou faça uma pergunta", + "Generated reply" : "Resposta gerada", + "The generated text from the assistant" : "O texto gerado do assistente", + "Generate a headline" : "Gere um título", "Generates a possible headline for a text." : "Gera um título possível para um texto.", + "Original text" : "Texto original", + "The original text to generate a headline for" : "O texto original para gerar um título para", + "The generated headline" : "O título gerado", "Summarize" : "Resumir", + "Summarizes a text" : "Resumir um texto", + "The original text to summarize" : "O texto original para resumir", "Summary" : "Resumo", + "The generated summary" : "O resumo gerado", "Extract topics" : "Extrair tópicos", + "Extracts topics from a text and outputs them separated by commas" : "Extrai tópicos de um texto e os exibe separados por vírgulas", + "The original text to extract topics from" : "O texto original para extrair tópicos de", + "Topics" : "Tópicos", + "The list of extracted topics" : "A lista de tópicos extraídos", "Free prompt" : "Solicitação gratuita", "Runs an arbitrary prompt through the language model." : "Executa um prompt arbitrário por meio do modelo de idioma.", "Generate headline" : "Gerar título", diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json index a4954de3e161f..6b46c4f2a3923 100644 --- a/lib/l10n/pt_BR.json +++ b/lib/l10n/pt_BR.json @@ -157,6 +157,8 @@ "The requested share comes from a disabled user" : "O compartilhamento solicitado vem de um usuário desabilitado", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "O usuário não foi criado porque o limite de usuários foi atingido. Confira suas notificações para saber mais.", "Could not find category \"%s\"" : "Impossível localizar a categoria \"%s\"", + "Input text" : "Entrada de texto", + "The input text" : "O texto de entrada", "Sunday" : "Domingo", "Monday" : "Segunda-feira", "Tuesday" : "Terça-feira", @@ -260,16 +262,53 @@ "Storage connection error. %s" : "Erro na conexão de armazenamento. %s", "Storage is temporarily not available" : "Armazenamento temporariamente indisponível", "Storage connection timeout. %s" : "Atingido o tempo limite de conexão ao armazenamento. %s", + "Transcribe audio" : "Transcrever áudio", + "Transcribe the things said in an audio" : "Transcreva as coisas ditas em um áudio", "Audio input" : "Entrada de áudio", + "The audio to transcribe" : "O áudio a ser transcrito", + "Transcription" : "Transcrição", + "The transcribed text" : "O texto transcrito", + "ContextWrite" : "Gravação de Contexto", "Writes text in a given style based on the provided source material." : "Escreve texto em um determinado estilo com base no material de origem fornecido.", "Writing style" : "Estilo de escrita", + "Demonstrate a writing style that you would like to immitate" : "Demonstre um estilo de escrita que você gostaria de imitar", "Source material" : "Material de origem", + "The content that would like to be rewritten in the new writing style" : "O conteúdo que gostaria de ser reescrito no novo estilo de escrita", + "Generated text" : "Texto gerado", + "The generated text with content from the source material in the given style" : "O texto gerado com conteúdo do material de origem no estilo determinado", + "Emoji generator" : "Gerador de emojis", + "Takes text and generates a representative emoji for it." : "Pega texto e gera um emoji representativo para ele.", + "The text to generate an emoji for" : "O texto para gerar um emoji para", + "Generated emoji" : "Emoji gerado", + "The generated emoji based on the input text" : "O emoji gerado com base no texto de entrada", "Generate image" : "Gerar imagem", + "Generate an image from a text prompt" : "Gere uma imagem a partir de um prompt de texto", "Prompt" : "Pronto", + "Describe the image you want to generate" : "Descreva a imagem que você deseja gerar", + "Number of images" : "Número de imagens", + "How many images to generate" : "Quantas imagens gerar", + "Output images" : "Imagens de saída", + "The generated images" : "As imagens geradas", + "Free text to text prompt" : "Texto livre para prompt de texto", + "Runs an arbitrary prompt through a language model that retuns a reply" : "Executa um prompt arbitrário através de um modelo de linguagem que retorna uma resposta", + "Describe a task that you want the assistant to do or ask a question" : "Descreva uma tarefa que você deseja que o assistente execute ou faça uma pergunta", + "Generated reply" : "Resposta gerada", + "The generated text from the assistant" : "O texto gerado do assistente", + "Generate a headline" : "Gere um título", "Generates a possible headline for a text." : "Gera um título possível para um texto.", + "Original text" : "Texto original", + "The original text to generate a headline for" : "O texto original para gerar um título para", + "The generated headline" : "O título gerado", "Summarize" : "Resumir", + "Summarizes a text" : "Resumir um texto", + "The original text to summarize" : "O texto original para resumir", "Summary" : "Resumo", + "The generated summary" : "O resumo gerado", "Extract topics" : "Extrair tópicos", + "Extracts topics from a text and outputs them separated by commas" : "Extrai tópicos de um texto e os exibe separados por vírgulas", + "The original text to extract topics from" : "O texto original para extrair tópicos de", + "Topics" : "Tópicos", + "The list of extracted topics" : "A lista de tópicos extraídos", "Free prompt" : "Solicitação gratuita", "Runs an arbitrary prompt through the language model." : "Executa um prompt arbitrário por meio do modelo de idioma.", "Generate headline" : "Gerar título", diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js index 4c0847ec49669..96d9ebebe7407 100644 --- a/lib/l10n/zh_HK.js +++ b/lib/l10n/zh_HK.js @@ -159,6 +159,8 @@ OC.L10N.register( "The requested share comes from a disabled user" : "請求的分享來自已停用的用戶", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "未創建用戶因為已達到用戶上限。請查看您的通知以了解更多信息。", "Could not find category \"%s\"" : "找不到分類:\"%s\"", + "Input text" : "輸入文字", + "The input text" : "輸入文字", "Sunday" : "星期日", "Monday" : "星期一", "Tuesday" : "星期二", @@ -262,16 +264,53 @@ OC.L10N.register( "Storage connection error. %s" : "儲存空間連線錯誤。%s", "Storage is temporarily not available" : "儲存空間暫時無法使用", "Storage connection timeout. %s" : "儲存空間連線逾時。%s", + "Transcribe audio" : "抄錄音頻為文字", + "Transcribe the things said in an audio" : "轉錄音訊中所說的話", "Audio input" : "音頻輸入", + "The audio to transcribe" : "要轉錄的音頻", + "Transcription" : "轉錄", + "The transcribed text" : "已轉錄的文字", + "ContextWrite" : "ContextWrite", "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" : "想要用新的寫作風格重寫的內容", + "Generated text" : "產生的文字", + "The generated text with content from the source material in the given style" : "產生的文字包含來自指定樣式的原始素材的內容", + "Emoji generator" : "表情符號產生程式", + "Takes text and generates a representative emoji for it." : "取得文字並為其產生代表性表情符號。", + "The text to generate an emoji for" : "用來產生表情符號的文字", + "Generated emoji" : "已產生表情符號", + "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" : "描述您想要產生的圖像", + "Number of images" : "圖像數量", + "How many images to generate" : "要產生多少圖像", + "Output images" : "輸出圖像", + "The generated images" : "產生的圖像", + "Free text to text prompt" : "文字提示的自由文字", + "Runs an arbitrary prompt through a language model that retuns a reply" : "透過回傳回覆的語言模型執行任意提示", + "Describe a task that you want the assistant to do or ask a question" : "描述您希望助理執行的任務或提出問題", + "Generated reply" : "已產生的回覆", + "The generated text from the assistant" : "從助理產生的文字", + "Generate a headline" : "產生標題", "Generates a possible headline for a text." : "為文字生成可能的標題。", + "Original text" : "原始文字", + "The original text to generate a headline for" : "用來產生標題的原始文字", + "The generated headline" : "產生的標題", "Summarize" : "總結", + "Summarizes a text" : "總結一段文字", + "The original text to summarize" : "要總結的原始文字", "Summary" : "摘要", + "The generated summary" : "產生的總結", "Extract topics" : "解壓縮主題", + "Extracts topics from a text and outputs them separated by commas" : "從文字中擷取主題並輸出,然後用逗號分隔", + "The original text to extract topics from" : "用來擷取主題的原始文字", + "Topics" : "主題", + "The list of extracted topics" : "擷取的主題清單", "Free prompt" : "免費提示", "Runs an arbitrary prompt through the language model." : "通過語言模型運行任意提示。", "Generate headline" : "産生標題", diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json index 8208ecc7ae634..a843856771f56 100644 --- a/lib/l10n/zh_HK.json +++ b/lib/l10n/zh_HK.json @@ -157,6 +157,8 @@ "The requested share comes from a disabled user" : "請求的分享來自已停用的用戶", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "未創建用戶因為已達到用戶上限。請查看您的通知以了解更多信息。", "Could not find category \"%s\"" : "找不到分類:\"%s\"", + "Input text" : "輸入文字", + "The input text" : "輸入文字", "Sunday" : "星期日", "Monday" : "星期一", "Tuesday" : "星期二", @@ -260,16 +262,53 @@ "Storage connection error. %s" : "儲存空間連線錯誤。%s", "Storage is temporarily not available" : "儲存空間暫時無法使用", "Storage connection timeout. %s" : "儲存空間連線逾時。%s", + "Transcribe audio" : "抄錄音頻為文字", + "Transcribe the things said in an audio" : "轉錄音訊中所說的話", "Audio input" : "音頻輸入", + "The audio to transcribe" : "要轉錄的音頻", + "Transcription" : "轉錄", + "The transcribed text" : "已轉錄的文字", + "ContextWrite" : "ContextWrite", "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" : "想要用新的寫作風格重寫的內容", + "Generated text" : "產生的文字", + "The generated text with content from the source material in the given style" : "產生的文字包含來自指定樣式的原始素材的內容", + "Emoji generator" : "表情符號產生程式", + "Takes text and generates a representative emoji for it." : "取得文字並為其產生代表性表情符號。", + "The text to generate an emoji for" : "用來產生表情符號的文字", + "Generated emoji" : "已產生表情符號", + "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" : "描述您想要產生的圖像", + "Number of images" : "圖像數量", + "How many images to generate" : "要產生多少圖像", + "Output images" : "輸出圖像", + "The generated images" : "產生的圖像", + "Free text to text prompt" : "文字提示的自由文字", + "Runs an arbitrary prompt through a language model that retuns a reply" : "透過回傳回覆的語言模型執行任意提示", + "Describe a task that you want the assistant to do or ask a question" : "描述您希望助理執行的任務或提出問題", + "Generated reply" : "已產生的回覆", + "The generated text from the assistant" : "從助理產生的文字", + "Generate a headline" : "產生標題", "Generates a possible headline for a text." : "為文字生成可能的標題。", + "Original text" : "原始文字", + "The original text to generate a headline for" : "用來產生標題的原始文字", + "The generated headline" : "產生的標題", "Summarize" : "總結", + "Summarizes a text" : "總結一段文字", + "The original text to summarize" : "要總結的原始文字", "Summary" : "摘要", + "The generated summary" : "產生的總結", "Extract topics" : "解壓縮主題", + "Extracts topics from a text and outputs them separated by commas" : "從文字中擷取主題並輸出,然後用逗號分隔", + "The original text to extract topics from" : "用來擷取主題的原始文字", + "Topics" : "主題", + "The list of extracted topics" : "擷取的主題清單", "Free prompt" : "免費提示", "Runs an arbitrary prompt through the language model." : "通過語言模型運行任意提示。", "Generate headline" : "産生標題", diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index c40548b1502d3..106b4de8e3189 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -159,6 +159,8 @@ OC.L10N.register( "The requested share comes from a disabled user" : "請求的分享來自已停用的使用者", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "未建立使用者,因為已達使用者上限。請檢查您的通知以取得更多資訊。", "Could not find category \"%s\"" : "找不到分類:\"%s\"", + "Input text" : "輸入文字", + "The input text" : "輸入文字", "Sunday" : "週日", "Monday" : "週一", "Tuesday" : "週二", @@ -262,16 +264,53 @@ OC.L10N.register( "Storage connection error. %s" : "儲存空間連線錯誤。%s", "Storage is temporarily not available" : "儲存空間暫時無法使用", "Storage connection timeout. %s" : "儲存空間連線逾時。%s", + "Transcribe audio" : "轉錄音訊", + "Transcribe the things said in an audio" : "轉錄音訊中所說的話", "Audio input" : "音訊輸入", + "The audio to transcribe" : "要轉錄的音訊", + "Transcription" : "轉錄", + "The transcribed text" : "已轉錄的文字", + "ContextWrite" : "ContextWrite", "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" : "想要用新的寫作風格重寫的內容", + "Generated text" : "產生的文字", + "The generated text with content from the source material in the given style" : "產生的文字包含來自指定樣式的原始素材的內容", + "Emoji generator" : "表情符號產生程式", + "Takes text and generates a representative emoji for it." : "取得文字並為其產生代表性表情符號。", + "The text to generate an emoji for" : "用來產生表情符號的文字", + "Generated emoji" : "已產生表情符號", + "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" : "描述您想要產生的影像", + "Number of images" : "影像數量", + "How many images to generate" : "要產生多少影像", + "Output images" : "輸出影像", + "The generated images" : "產生的影像", + "Free text to text prompt" : "文字提示的自由文字", + "Runs an arbitrary prompt through a language model that retuns a reply" : "透過回傳回覆的語言模型執行任意提示", + "Describe a task that you want the assistant to do or ask a question" : "描述您希望助理執行的任務或提出問題", + "Generated reply" : "已產生的回覆", + "The generated text from the assistant" : "從助理產生的文字", + "Generate a headline" : "產生標題", "Generates a possible headline for a text." : "為文字產生可能的標題。", + "Original text" : "原始文字", + "The original text to generate a headline for" : "用來產生標題的原始文字", + "The generated headline" : "產生的標題", "Summarize" : "總結", + "Summarizes a text" : "總結一段文字", + "The original text to summarize" : "要總結的原始文字", "Summary" : "摘要", + "The generated summary" : "產生的總結", "Extract topics" : "擷取主題", + "Extracts topics from a text and outputs them separated by commas" : "從文字中擷取主題並輸出,然後用逗號分隔", + "The original text to extract topics from" : "用來擷取主題的原始文字", + "Topics" : "主題", + "The list of extracted topics" : "擷取的主題清單", "Free prompt" : "免費提示詞", "Runs an arbitrary prompt through the language model." : "透過語言模型執行任意提示詞。", "Generate headline" : "產生標題", diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json index 44e7e4da81c96..bedcfb1f13482 100644 --- a/lib/l10n/zh_TW.json +++ b/lib/l10n/zh_TW.json @@ -157,6 +157,8 @@ "The requested share comes from a disabled user" : "請求的分享來自已停用的使用者", "The user was not created because the user limit has been reached. Check your notifications to learn more." : "未建立使用者,因為已達使用者上限。請檢查您的通知以取得更多資訊。", "Could not find category \"%s\"" : "找不到分類:\"%s\"", + "Input text" : "輸入文字", + "The input text" : "輸入文字", "Sunday" : "週日", "Monday" : "週一", "Tuesday" : "週二", @@ -260,16 +262,53 @@ "Storage connection error. %s" : "儲存空間連線錯誤。%s", "Storage is temporarily not available" : "儲存空間暫時無法使用", "Storage connection timeout. %s" : "儲存空間連線逾時。%s", + "Transcribe audio" : "轉錄音訊", + "Transcribe the things said in an audio" : "轉錄音訊中所說的話", "Audio input" : "音訊輸入", + "The audio to transcribe" : "要轉錄的音訊", + "Transcription" : "轉錄", + "The transcribed text" : "已轉錄的文字", + "ContextWrite" : "ContextWrite", "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" : "想要用新的寫作風格重寫的內容", + "Generated text" : "產生的文字", + "The generated text with content from the source material in the given style" : "產生的文字包含來自指定樣式的原始素材的內容", + "Emoji generator" : "表情符號產生程式", + "Takes text and generates a representative emoji for it." : "取得文字並為其產生代表性表情符號。", + "The text to generate an emoji for" : "用來產生表情符號的文字", + "Generated emoji" : "已產生表情符號", + "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" : "描述您想要產生的影像", + "Number of images" : "影像數量", + "How many images to generate" : "要產生多少影像", + "Output images" : "輸出影像", + "The generated images" : "產生的影像", + "Free text to text prompt" : "文字提示的自由文字", + "Runs an arbitrary prompt through a language model that retuns a reply" : "透過回傳回覆的語言模型執行任意提示", + "Describe a task that you want the assistant to do or ask a question" : "描述您希望助理執行的任務或提出問題", + "Generated reply" : "已產生的回覆", + "The generated text from the assistant" : "從助理產生的文字", + "Generate a headline" : "產生標題", "Generates a possible headline for a text." : "為文字產生可能的標題。", + "Original text" : "原始文字", + "The original text to generate a headline for" : "用來產生標題的原始文字", + "The generated headline" : "產生的標題", "Summarize" : "總結", + "Summarizes a text" : "總結一段文字", + "The original text to summarize" : "要總結的原始文字", "Summary" : "摘要", + "The generated summary" : "產生的總結", "Extract topics" : "擷取主題", + "Extracts topics from a text and outputs them separated by commas" : "從文字中擷取主題並輸出,然後用逗號分隔", + "The original text to extract topics from" : "用來擷取主題的原始文字", + "Topics" : "主題", + "The list of extracted topics" : "擷取的主題清單", "Free prompt" : "免費提示詞", "Runs an arbitrary prompt through the language model." : "透過語言模型執行任意提示詞。", "Generate headline" : "產生標題",