From abdffe367626527ef93b3d9bb7f5b8abc60d7257 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sun, 20 Oct 2024 00:20:35 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- apps/encryption/l10n/zh_CN.js | 6 ++- apps/encryption/l10n/zh_CN.json | 6 ++- apps/federatedfilesharing/l10n/pt_BR.js | 2 + apps/federatedfilesharing/l10n/pt_BR.json | 2 + apps/files/l10n/lt_LT.js | 35 ++++++++++++++++- apps/files/l10n/lt_LT.json | 35 ++++++++++++++++- apps/files/l10n/pt_PT.js | 3 ++ apps/files/l10n/pt_PT.json | 3 ++ apps/files/l10n/zh_CN.js | 4 +- apps/files/l10n/zh_CN.json | 4 +- apps/files_sharing/l10n/en_GB.js | 6 +++ apps/files_sharing/l10n/en_GB.json | 6 +++ apps/files_sharing/l10n/pt_BR.js | 10 +++++ apps/files_sharing/l10n/pt_BR.json | 10 +++++ apps/files_sharing/l10n/uk.js | 12 ++++++ apps/files_sharing/l10n/uk.json | 12 ++++++ apps/files_sharing/l10n/zh_CN.js | 6 +-- apps/files_sharing/l10n/zh_CN.json | 6 +-- apps/files_sharing/l10n/zh_HK.js | 6 +++ apps/files_sharing/l10n/zh_HK.json | 6 +++ apps/files_versions/l10n/pt_BR.js | 1 + apps/files_versions/l10n/pt_BR.json | 1 + apps/settings/l10n/ar.js | 3 ++ apps/settings/l10n/ar.json | 3 ++ apps/settings/l10n/de_DE.js | 3 ++ apps/settings/l10n/de_DE.json | 3 ++ apps/settings/l10n/en_GB.js | 5 +++ apps/settings/l10n/en_GB.json | 5 +++ apps/settings/l10n/gl.js | 3 ++ apps/settings/l10n/gl.json | 3 ++ apps/settings/l10n/pt_BR.js | 3 ++ apps/settings/l10n/pt_BR.json | 3 ++ apps/settings/l10n/uk.js | 4 +- apps/settings/l10n/uk.json | 4 +- apps/settings/l10n/zh_CN.js | 47 ++++++++++++++++------- apps/settings/l10n/zh_CN.json | 47 ++++++++++++++++------- apps/settings/l10n/zh_HK.js | 5 +++ apps/settings/l10n/zh_HK.json | 5 +++ apps/sharebymail/l10n/zh_CN.js | 2 +- apps/sharebymail/l10n/zh_CN.json | 2 +- apps/theming/l10n/zh_CN.js | 18 +++++++-- apps/theming/l10n/zh_CN.json | 18 +++++++-- apps/workflowengine/l10n/lt_LT.js | 1 + apps/workflowengine/l10n/lt_LT.json | 1 + core/l10n/pt_PT.js | 2 + core/l10n/pt_PT.json | 2 + core/l10n/zh_CN.js | 26 ++++++------- core/l10n/zh_CN.json | 26 ++++++------- lib/l10n/zh_CN.js | 10 ++++- lib/l10n/zh_CN.json | 10 ++++- 50 files changed, 364 insertions(+), 82 deletions(-) diff --git a/apps/encryption/l10n/zh_CN.js b/apps/encryption/l10n/zh_CN.js index e9bbae57ca4..a8c642faaba 100644 --- a/apps/encryption/l10n/zh_CN.js +++ b/apps/encryption/l10n/zh_CN.js @@ -28,8 +28,9 @@ OC.L10N.register( "Bad Signature" : "签名已损坏", "Missing Signature" : "签名已丢失", "one-time password for server-side-encryption" : "用于服务器端加密的一次性密码", - "Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "法解密此文件,可能这是一个共享文件。请通知文件所有者与您重新共享该文件。 ", - "Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "无法读取此文件,可能这是一个共享文件。请通知文件所有者与您重新共享该文件。 ", + "Please login to the web interface, go to the \"Security\" section of your personal settings and update your encryption password by entering this password into the \"Old login password\" field and your current login password." : "请登录网络界面,进入个人设置的 \"安全\" 部分,在“旧登录密码”字段中输入此密码,并在当前登录密码中输入该密码,以更新您的加密密码。", + "Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "无法解密此文件,可能这是一个共享文件。请通知文件所有者与你重新共享该文件。", + "Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "无法读取此文件,可能这是一个共享文件。请通知文件所有者与你重新共享该文件。", "Default encryption module" : "默认加密模块", "Default encryption module for server-side encryption" : "服务器端加密的默认加密模块", "Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "加密应用已启用,但您的密钥未初始化,请登出并再次登录", @@ -37,6 +38,7 @@ OC.L10N.register( "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "启用此选项将加密存储在主存储上的所有文件,否则只会加密外部存储上的文件", "Enable recovery key" : "启用恢复密钥", "Disable recovery key" : "禁用恢复密钥", + "The recovery key is an additional encryption key used to encrypt files. It is used to recover files from an account if the password is forgotten." : "恢复密钥是用于加密文件的附加加密密钥。如果忘记密码,可以使用该密钥从帐户中恢复文件。", "Recovery key password" : "恢复密钥密码", "Repeat recovery key password" : "重复恢复密码", "Change recovery key password:" : "更改恢复密钥密码:", diff --git a/apps/encryption/l10n/zh_CN.json b/apps/encryption/l10n/zh_CN.json index 8580084640d..fa609283fcb 100644 --- a/apps/encryption/l10n/zh_CN.json +++ b/apps/encryption/l10n/zh_CN.json @@ -26,8 +26,9 @@ "Bad Signature" : "签名已损坏", "Missing Signature" : "签名已丢失", "one-time password for server-side-encryption" : "用于服务器端加密的一次性密码", - "Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "法解密此文件,可能这是一个共享文件。请通知文件所有者与您重新共享该文件。 ", - "Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "无法读取此文件,可能这是一个共享文件。请通知文件所有者与您重新共享该文件。 ", + "Please login to the web interface, go to the \"Security\" section of your personal settings and update your encryption password by entering this password into the \"Old login password\" field and your current login password." : "请登录网络界面,进入个人设置的 \"安全\" 部分,在“旧登录密码”字段中输入此密码,并在当前登录密码中输入该密码,以更新您的加密密码。", + "Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "无法解密此文件,可能这是一个共享文件。请通知文件所有者与你重新共享该文件。", + "Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "无法读取此文件,可能这是一个共享文件。请通知文件所有者与你重新共享该文件。", "Default encryption module" : "默认加密模块", "Default encryption module for server-side encryption" : "服务器端加密的默认加密模块", "Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "加密应用已启用,但您的密钥未初始化,请登出并再次登录", @@ -35,6 +36,7 @@ "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "启用此选项将加密存储在主存储上的所有文件,否则只会加密外部存储上的文件", "Enable recovery key" : "启用恢复密钥", "Disable recovery key" : "禁用恢复密钥", + "The recovery key is an additional encryption key used to encrypt files. It is used to recover files from an account if the password is forgotten." : "恢复密钥是用于加密文件的附加加密密钥。如果忘记密码,可以使用该密钥从帐户中恢复文件。", "Recovery key password" : "恢复密钥密码", "Repeat recovery key password" : "重复恢复密码", "Change recovery key password:" : "更改恢复密钥密码:", diff --git a/apps/federatedfilesharing/l10n/pt_BR.js b/apps/federatedfilesharing/l10n/pt_BR.js index 9ba668300ce..3035505abfc 100644 --- a/apps/federatedfilesharing/l10n/pt_BR.js +++ b/apps/federatedfilesharing/l10n/pt_BR.js @@ -37,6 +37,7 @@ OC.L10N.register( "Share it so your friends can share files with you:" : "Compartilhe para que seus amigos possam compartilhar arquivos com você:", "Facebook" : "Facebook", "X (formerly Twitter)" : "X (anteriormente Twitter)", + "formerly Twitter" : "anteriormente Twitter", "Mastodon" : "Mastodon", "Add to your website" : "Adicione ao seu website", "Share with me via Nextcloud" : "Compartilhe comigo via Nextcloud", @@ -45,6 +46,7 @@ OC.L10N.register( "Share with me through my #Nextcloud Federated Cloud ID" : "Compartilhe comigo através do meu ID de Nuvem Federada #Nextcloud", "Cloud ID copied to the clipboard" : "Cloud ID copiado para a área de transferência", "Copy to clipboard" : "Copiar para área de transferência", + "Clipboard not available. Please copy the cloud ID manually." : "Área de transferência indisponível. Copie o ID da nuvem manualmente.", "Do you want to add the remote share {name} from {owner}@{remote}?" : "Deseja adicionar o compartilhamento remoto {name} de {owner}@{remote}?", "Remote share" : "Compartilhamento remoto", "Remote share password" : "Senha do compartilhamento remoto", diff --git a/apps/federatedfilesharing/l10n/pt_BR.json b/apps/federatedfilesharing/l10n/pt_BR.json index aa54ee14124..2d48d8c4c67 100644 --- a/apps/federatedfilesharing/l10n/pt_BR.json +++ b/apps/federatedfilesharing/l10n/pt_BR.json @@ -35,6 +35,7 @@ "Share it so your friends can share files with you:" : "Compartilhe para que seus amigos possam compartilhar arquivos com você:", "Facebook" : "Facebook", "X (formerly Twitter)" : "X (anteriormente Twitter)", + "formerly Twitter" : "anteriormente Twitter", "Mastodon" : "Mastodon", "Add to your website" : "Adicione ao seu website", "Share with me via Nextcloud" : "Compartilhe comigo via Nextcloud", @@ -43,6 +44,7 @@ "Share with me through my #Nextcloud Federated Cloud ID" : "Compartilhe comigo através do meu ID de Nuvem Federada #Nextcloud", "Cloud ID copied to the clipboard" : "Cloud ID copiado para a área de transferência", "Copy to clipboard" : "Copiar para área de transferência", + "Clipboard not available. Please copy the cloud ID manually." : "Área de transferência indisponível. Copie o ID da nuvem manualmente.", "Do you want to add the remote share {name} from {owner}@{remote}?" : "Deseja adicionar o compartilhamento remoto {name} de {owner}@{remote}?", "Remote share" : "Compartilhamento remoto", "Remote share password" : "Senha do compartilhamento remoto", diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js index bd1159fee45..e190a79ac9d 100644 --- a/apps/files/l10n/lt_LT.js +++ b/apps/files/l10n/lt_LT.js @@ -13,6 +13,7 @@ OC.L10N.register( "Restored by {user}" : "Atkūrė {user}", "Renamed by {user}" : "Pervadino {user}", "Moved by {user}" : "Perkėlė {user}", + "\"remote account\"" : "„nuotolinė paskyra“", "You created {file}" : "Jūs sukūrėte {file}", "You created an encrypted file in {file}" : "Sukūrėte užšifruotą failą {file}", "{user} created {file}" : "{user} sukūrė {file}", @@ -42,6 +43,7 @@ OC.L10N.register( "Files" : "Failai", "A file or folder has been changed" : "Buvo pakeistas failas ar aplankas", "A favorite file or folder has been changed" : "Buvo pakeistas mėgstamas failas ar aplankas", + "Invalid folder path" : "Neteisingas aplanko kelias", "Folder not found" : "Aplankas nerastas", "Upload (max. %s)" : "Įkelti (maks. %s)", "Files compatibility" : "Failų suderinamumas", @@ -59,15 +61,21 @@ OC.L10N.register( "File Management" : "Failų tvarkymas", "Home" : "Pagrindinis", "Target folder does not exist any more" : "Paskirties aplanko daugiau nebėra", + "Reload current directory" : "Įkelti dabartinį katalogą iš naujo", "You don’t have permission to upload or create files here" : "Jūs neturite leidimo čia įkelti arba kurti failus", "Favorite" : "Mėgstamas", + "File is loading" : "Failas yra įkeliamas", + "Folder is loading" : "Aplankas yra įkeliamas", "Rename file" : "Pervadinti failą", "Filename" : "Failo pavadinimas", "Folder name" : "Aplanko pavadinimas", + "Invalid filename." : "Neteisingas failo pavadinimas.", "Pending" : "Laukiantis", "Clear filter" : "Išvalyti filtrą", "Modified" : "Pakeistas", "Type" : "Tipas", + "Active filters" : "Aktyvūs filtrai", + "Remove filter" : "Šalinti filtrą", "Name" : "Pavadinimas", "Size" : "Dydis", "Actions" : "Veiksmai", @@ -78,6 +86,7 @@ OC.L10N.register( "Create" : "Sukurti", "New folder" : "Naujas aplankas", "Create new folder" : "Sukurti naują aplanką", + "This name is already in use." : "Šis pavadinimas jau yra naudojamas.", "Submit" : "Pateikti", "Transfer ownership of a file or folder" : "Perduoti failo ar aplanko nuosavybę", "Choose file or folder to transfer" : "Pasirinkti norimą perduoti failą ar aplanką", @@ -97,6 +106,7 @@ OC.L10N.register( "Shared by link" : "Bendrinama pagal nuorodą", "Shared" : "Bendrinama", "Switch to list view" : "Perjungti į sąrašo rodinį", + "Switch to grid view" : "Perjungti į tinklelio rodinį", "Not enough free space" : "Trūksta laisvos vietos", "Operation is blocked by access control" : "Operacija yra užblokuota prieigos valdymo", "Views" : "Rodiniai", @@ -121,20 +131,27 @@ OC.L10N.register( "Creating file" : "Sukuriamas failas", "Unable to create new file from template" : "Nepavyko sukurti naujo failo iš šablono", "Delete permanently" : "Ištrinti negrįžtamai", + "Delete and unshare" : "Ištrinti ir nebebendrinti", "Leave this share" : "Palikti bendrinimą", "Disconnect storage" : "Atjungti saugyklą", "Delete file" : "Ištrinti failą", "Delete files" : "Ištrinti failus", "Delete folder" : "Ištrinti aplanką", + "Delete folders" : "Ištrinti aplankus", "Delete" : "Ištrinti", + "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["Jūs ketinate ištrinti {count} elementą","Jūs ketinate ištrinti {count} elementus","Jūs ketinate ištrinti {count} elementų","Jūs ketinate ištrinti {count} elementą"], "Cancel" : "Atsisakyti", + "Failed to redirect to client" : "Nepavyko peradresuoti į klientą", "Edit locally" : "Redaguoti lokaliai", + "Moving \"{source}\" to \"{destination}\" …" : "Perkeliama „{source}“ į „{destination}“…", + "Copying \"{source}\" to \"{destination}\" …" : "Kopijuojama „{source}“ į „{destination}“…", "The files are locked" : "Failai yra užrakinti", "The file does not exist anymore" : "Failo daugiau nebėra", "Copy to {target}" : "Kopijuoti į {target}", "Copy" : "Kopijuoti", "Move to {target}" : "Perkelti į {target}", "Move" : "Perkelti", + "Move or copy operation failed" : "Perkėlimo ar kopijavimo operacija patyrė nesėkmę", "Move or copy" : "Perkelti ar kopijuoti", "Rename" : "Pervadinti", "View in folder" : "Rodyti aplanke", @@ -142,19 +159,31 @@ OC.L10N.register( "Documents" : "Dokumentai", "Folders" : "Aplankai", "Videos" : "Vaizdo įrašai", + "New folder creation cancelled" : "Naujo aplanko sukūrimo atsisakyta", + "Created new folder \"{name}\"" : "Sukurtas naujas aplankas „{name}“", "Unable to initialize the templates directory" : "Nepavyko inicijuoti šablonų katalogo", + "Create templates folder" : "Sukurti šablonų aplanką", "Templates" : "Šablonai", + "Search in folder: {folder}" : "Ieškoti aplanke: {folder}", "Some files could not be moved" : "Kai kurių failų nepavyko perkelti", + "Files copied successfully" : "Failai sėkmingai nukopijuoti", + "Files moved successfully" : "Failai sėkmingai perkelti", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} aplankas","{folderCount} aplankai","{folderCount} aplankų","{folderCount} aplankas"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} failas","{fileCount} failai","{fileCount} failų","{fileCount} failas"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 failas ir {folderCount} aplankas","1 failas ir {folderCount} aplankai","1 failas ir {folderCount} aplankų","1 failas ir {folderCount} aplankas"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} failas ir 1 aplankas","{fileCount} failai ir 1 aplankas","{fileCount} failų ir 1 aplankas","{fileCount} failas ir 1 aplankas"], + "\"{segment}\" is a reserved name and not allowed for filenames." : "„{segment}“ yra rezervuotas pavadinimas ir neleidžiamas naudoti failo pavadinimuose.", + "\"{extension}\" is not an allowed filetype." : "„{extension}“ nėra leidžiamas failo tipas.", "No favorites yet" : "Kol kas nėra mėgstamų", "Files and folders you mark as favorite will show up here" : "Čia bus rodomi failai ir aplankai, kuriuos pažymėsite kaip mėgstamus", "All files" : "Visi failai", + "List of your files and folders." : "Jūsų failų ir aplankų sąrašas.", "All folders" : "Visi aplankai", "Personal Files" : "Asmeniniai failai", + "No personal files found" : "Nerasta jokių asmeninių failų", "Recent" : "Paskiausiai naudoti", + "List of recently modified files and folders." : "Paskiausiai modifikuotų failų ir aplankų sąrašas.", + "No recently modified files" : "Nėra jokių paskiausiai modifikuotų failų", "You do not have permission to upload or create files here" : "Neturite teisės įkalti ar kurti failus šioje vietoje", "No entries found in this folder" : "Nerasta įrašų šiame aplanke", "Select all" : "Pažymėti viską", @@ -238,8 +267,12 @@ OC.L10N.register( "\"remote user\"" : "„nuotolinis naudotojas“", "{newName} already exists." : "{newName} jau yra.", "Name cannot be empty" : "Pavadinimas negali būti tuščias", + "Could not rename \"{oldName}\"" : "Nepavyko pervadinti „{oldName}“", "Storage informations" : "Informacija apie saugyklą", + "List of favorites files and folders." : "Mėgstamų failų ir aplankų sąrašas.", "Text file" : "Tekstinis failas", - "New text file.txt" : "Naujas tekstinis failas.txt" + "New text file.txt" : "Naujas tekstinis failas.txt", + "Direct link was copied (only works for people who have access to this file/folder)" : "Tiesioginė nuoroda buvo nukopijuota (veiks tik žmonėms, turintiems prieigą prie šio failo/aplanko)", + "Copy direct link (only works for people who have access to this file/folder)" : "Kopijuoti tiesioginę nuorodą (veiks tik žmonėms, turintiems prieigą prie šio failo/aplanko)" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/files/l10n/lt_LT.json b/apps/files/l10n/lt_LT.json index d5a0c8d7bd0..422769b3a68 100644 --- a/apps/files/l10n/lt_LT.json +++ b/apps/files/l10n/lt_LT.json @@ -11,6 +11,7 @@ "Restored by {user}" : "Atkūrė {user}", "Renamed by {user}" : "Pervadino {user}", "Moved by {user}" : "Perkėlė {user}", + "\"remote account\"" : "„nuotolinė paskyra“", "You created {file}" : "Jūs sukūrėte {file}", "You created an encrypted file in {file}" : "Sukūrėte užšifruotą failą {file}", "{user} created {file}" : "{user} sukūrė {file}", @@ -40,6 +41,7 @@ "Files" : "Failai", "A file or folder has been changed" : "Buvo pakeistas failas ar aplankas", "A favorite file or folder has been changed" : "Buvo pakeistas mėgstamas failas ar aplankas", + "Invalid folder path" : "Neteisingas aplanko kelias", "Folder not found" : "Aplankas nerastas", "Upload (max. %s)" : "Įkelti (maks. %s)", "Files compatibility" : "Failų suderinamumas", @@ -57,15 +59,21 @@ "File Management" : "Failų tvarkymas", "Home" : "Pagrindinis", "Target folder does not exist any more" : "Paskirties aplanko daugiau nebėra", + "Reload current directory" : "Įkelti dabartinį katalogą iš naujo", "You don’t have permission to upload or create files here" : "Jūs neturite leidimo čia įkelti arba kurti failus", "Favorite" : "Mėgstamas", + "File is loading" : "Failas yra įkeliamas", + "Folder is loading" : "Aplankas yra įkeliamas", "Rename file" : "Pervadinti failą", "Filename" : "Failo pavadinimas", "Folder name" : "Aplanko pavadinimas", + "Invalid filename." : "Neteisingas failo pavadinimas.", "Pending" : "Laukiantis", "Clear filter" : "Išvalyti filtrą", "Modified" : "Pakeistas", "Type" : "Tipas", + "Active filters" : "Aktyvūs filtrai", + "Remove filter" : "Šalinti filtrą", "Name" : "Pavadinimas", "Size" : "Dydis", "Actions" : "Veiksmai", @@ -76,6 +84,7 @@ "Create" : "Sukurti", "New folder" : "Naujas aplankas", "Create new folder" : "Sukurti naują aplanką", + "This name is already in use." : "Šis pavadinimas jau yra naudojamas.", "Submit" : "Pateikti", "Transfer ownership of a file or folder" : "Perduoti failo ar aplanko nuosavybę", "Choose file or folder to transfer" : "Pasirinkti norimą perduoti failą ar aplanką", @@ -95,6 +104,7 @@ "Shared by link" : "Bendrinama pagal nuorodą", "Shared" : "Bendrinama", "Switch to list view" : "Perjungti į sąrašo rodinį", + "Switch to grid view" : "Perjungti į tinklelio rodinį", "Not enough free space" : "Trūksta laisvos vietos", "Operation is blocked by access control" : "Operacija yra užblokuota prieigos valdymo", "Views" : "Rodiniai", @@ -119,20 +129,27 @@ "Creating file" : "Sukuriamas failas", "Unable to create new file from template" : "Nepavyko sukurti naujo failo iš šablono", "Delete permanently" : "Ištrinti negrįžtamai", + "Delete and unshare" : "Ištrinti ir nebebendrinti", "Leave this share" : "Palikti bendrinimą", "Disconnect storage" : "Atjungti saugyklą", "Delete file" : "Ištrinti failą", "Delete files" : "Ištrinti failus", "Delete folder" : "Ištrinti aplanką", + "Delete folders" : "Ištrinti aplankus", "Delete" : "Ištrinti", + "_You are about to delete {count} item_::_You are about to delete {count} items_" : ["Jūs ketinate ištrinti {count} elementą","Jūs ketinate ištrinti {count} elementus","Jūs ketinate ištrinti {count} elementų","Jūs ketinate ištrinti {count} elementą"], "Cancel" : "Atsisakyti", + "Failed to redirect to client" : "Nepavyko peradresuoti į klientą", "Edit locally" : "Redaguoti lokaliai", + "Moving \"{source}\" to \"{destination}\" …" : "Perkeliama „{source}“ į „{destination}“…", + "Copying \"{source}\" to \"{destination}\" …" : "Kopijuojama „{source}“ į „{destination}“…", "The files are locked" : "Failai yra užrakinti", "The file does not exist anymore" : "Failo daugiau nebėra", "Copy to {target}" : "Kopijuoti į {target}", "Copy" : "Kopijuoti", "Move to {target}" : "Perkelti į {target}", "Move" : "Perkelti", + "Move or copy operation failed" : "Perkėlimo ar kopijavimo operacija patyrė nesėkmę", "Move or copy" : "Perkelti ar kopijuoti", "Rename" : "Pervadinti", "View in folder" : "Rodyti aplanke", @@ -140,19 +157,31 @@ "Documents" : "Dokumentai", "Folders" : "Aplankai", "Videos" : "Vaizdo įrašai", + "New folder creation cancelled" : "Naujo aplanko sukūrimo atsisakyta", + "Created new folder \"{name}\"" : "Sukurtas naujas aplankas „{name}“", "Unable to initialize the templates directory" : "Nepavyko inicijuoti šablonų katalogo", + "Create templates folder" : "Sukurti šablonų aplanką", "Templates" : "Šablonai", + "Search in folder: {folder}" : "Ieškoti aplanke: {folder}", "Some files could not be moved" : "Kai kurių failų nepavyko perkelti", + "Files copied successfully" : "Failai sėkmingai nukopijuoti", + "Files moved successfully" : "Failai sėkmingai perkelti", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} aplankas","{folderCount} aplankai","{folderCount} aplankų","{folderCount} aplankas"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} failas","{fileCount} failai","{fileCount} failų","{fileCount} failas"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 failas ir {folderCount} aplankas","1 failas ir {folderCount} aplankai","1 failas ir {folderCount} aplankų","1 failas ir {folderCount} aplankas"], "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} failas ir 1 aplankas","{fileCount} failai ir 1 aplankas","{fileCount} failų ir 1 aplankas","{fileCount} failas ir 1 aplankas"], + "\"{segment}\" is a reserved name and not allowed for filenames." : "„{segment}“ yra rezervuotas pavadinimas ir neleidžiamas naudoti failo pavadinimuose.", + "\"{extension}\" is not an allowed filetype." : "„{extension}“ nėra leidžiamas failo tipas.", "No favorites yet" : "Kol kas nėra mėgstamų", "Files and folders you mark as favorite will show up here" : "Čia bus rodomi failai ir aplankai, kuriuos pažymėsite kaip mėgstamus", "All files" : "Visi failai", + "List of your files and folders." : "Jūsų failų ir aplankų sąrašas.", "All folders" : "Visi aplankai", "Personal Files" : "Asmeniniai failai", + "No personal files found" : "Nerasta jokių asmeninių failų", "Recent" : "Paskiausiai naudoti", + "List of recently modified files and folders." : "Paskiausiai modifikuotų failų ir aplankų sąrašas.", + "No recently modified files" : "Nėra jokių paskiausiai modifikuotų failų", "You do not have permission to upload or create files here" : "Neturite teisės įkalti ar kurti failus šioje vietoje", "No entries found in this folder" : "Nerasta įrašų šiame aplanke", "Select all" : "Pažymėti viską", @@ -236,8 +265,12 @@ "\"remote user\"" : "„nuotolinis naudotojas“", "{newName} already exists." : "{newName} jau yra.", "Name cannot be empty" : "Pavadinimas negali būti tuščias", + "Could not rename \"{oldName}\"" : "Nepavyko pervadinti „{oldName}“", "Storage informations" : "Informacija apie saugyklą", + "List of favorites files and folders." : "Mėgstamų failų ir aplankų sąrašas.", "Text file" : "Tekstinis failas", - "New text file.txt" : "Naujas tekstinis failas.txt" + "New text file.txt" : "Naujas tekstinis failas.txt", + "Direct link was copied (only works for people who have access to this file/folder)" : "Tiesioginė nuoroda buvo nukopijuota (veiks tik žmonėms, turintiems prieigą prie šio failo/aplanko)", + "Copy direct link (only works for people who have access to this file/folder)" : "Kopijuoti tiesioginę nuorodą (veiks tik žmonėms, turintiems prieigą prie šio failo/aplanko)" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/files/l10n/pt_PT.js b/apps/files/l10n/pt_PT.js index 094446b6c54..27734ee59fb 100644 --- a/apps/files/l10n/pt_PT.js +++ b/apps/files/l10n/pt_PT.js @@ -142,6 +142,7 @@ OC.L10N.register( "Not enough free space" : "Espaço insuficiente", "Operation is blocked by access control" : "A operação está bloqueada pelo controlo de acesso", "Views" : "Vistas", + "Files settings" : "Definições do Ficheiros", "Show hidden files" : "Mostrar ficheiros ocultos", "Additional settings" : "Definições adicionais", "WebDAV" : "WebDAV", @@ -171,9 +172,11 @@ OC.L10N.register( "Videos" : "Vídeos", "Templates" : "Modelos", "Some files could not be moved" : "Não foi possível mover alguns ficheiros", + "{fileCount} files and {folderCount} folders" : "{fileCount} ficheiros e {folderCount} pastas", "No favorites yet" : "Sem favoritos", "Files and folders you mark as favorite will show up here" : "Os ficheiros e pastas que marcou como favoritos serão mostrados aqui", "All files" : "Todos os ficheiros", + "Personal Files" : "Ficheiros pessoais", "Recent" : "Recentes", "You do not have permission to upload or create files here" : "Não tem permissão para carregar ou criar ficheiros aqui", "No entries found in this folder" : "Não foram encontradas entradas nesta pasta", diff --git a/apps/files/l10n/pt_PT.json b/apps/files/l10n/pt_PT.json index ace549719a5..146daf06117 100644 --- a/apps/files/l10n/pt_PT.json +++ b/apps/files/l10n/pt_PT.json @@ -140,6 +140,7 @@ "Not enough free space" : "Espaço insuficiente", "Operation is blocked by access control" : "A operação está bloqueada pelo controlo de acesso", "Views" : "Vistas", + "Files settings" : "Definições do Ficheiros", "Show hidden files" : "Mostrar ficheiros ocultos", "Additional settings" : "Definições adicionais", "WebDAV" : "WebDAV", @@ -169,9 +170,11 @@ "Videos" : "Vídeos", "Templates" : "Modelos", "Some files could not be moved" : "Não foi possível mover alguns ficheiros", + "{fileCount} files and {folderCount} folders" : "{fileCount} ficheiros e {folderCount} pastas", "No favorites yet" : "Sem favoritos", "Files and folders you mark as favorite will show up here" : "Os ficheiros e pastas que marcou como favoritos serão mostrados aqui", "All files" : "Todos os ficheiros", + "Personal Files" : "Ficheiros pessoais", "Recent" : "Recentes", "You do not have permission to upload or create files here" : "Não tem permissão para carregar ou criar ficheiros aqui", "No entries found in this folder" : "Não foram encontradas entradas nesta pasta", diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index da4dcb329cf..0462256eb7e 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -124,7 +124,7 @@ OC.L10N.register( "Transfer ownership of a file or folder" : "转移文件或文件夹的所有权", "Choose file or folder to transfer" : "选择要转移的文件或文件夹", "Change" : "修改", - "New owner" : "新的拥有者", + "New owner" : "新的所有者", "Choose a file or folder to transfer" : "选择要转移的文件或文件夹", "Transfer" : "转移", "Transfer {path} to {userid}" : "将 {path} 转移给 {userid}", @@ -395,7 +395,7 @@ OC.L10N.register( "List of favorites files and folders." : "收藏文件和文件夹列表", "Toggle %1$s sublist" : "切换 %1$s 子列表", "Text file" : "文本文件", - "New text file.txt" : "新建文本文档.txt", + "New text file.txt" : "新建文本文件.txt", "Direct link was copied (only works for people who have access to this file/folder)" : "已复制直接链接(仅适用于有权访问此文件/文件夹的用户)", "Copy direct link (only works for people who have access to this file/folder)" : "复制直接链接(仅适用于有权访问此文件/文件夹的用户)", "Favored" : "已加入收藏", diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json index 7436ec065f8..f3c3e5348c6 100644 --- a/apps/files/l10n/zh_CN.json +++ b/apps/files/l10n/zh_CN.json @@ -122,7 +122,7 @@ "Transfer ownership of a file or folder" : "转移文件或文件夹的所有权", "Choose file or folder to transfer" : "选择要转移的文件或文件夹", "Change" : "修改", - "New owner" : "新的拥有者", + "New owner" : "新的所有者", "Choose a file or folder to transfer" : "选择要转移的文件或文件夹", "Transfer" : "转移", "Transfer {path} to {userid}" : "将 {path} 转移给 {userid}", @@ -393,7 +393,7 @@ "List of favorites files and folders." : "收藏文件和文件夹列表", "Toggle %1$s sublist" : "切换 %1$s 子列表", "Text file" : "文本文件", - "New text file.txt" : "新建文本文档.txt", + "New text file.txt" : "新建文本文件.txt", "Direct link was copied (only works for people who have access to this file/folder)" : "已复制直接链接(仅适用于有权访问此文件/文件夹的用户)", "Copy direct link (only works for people who have access to this file/folder)" : "复制直接链接(仅适用于有权访问此文件/文件夹的用户)", "Favored" : "已加入收藏", diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js index 78d85be1f05..f7c86a61c4b 100644 --- a/apps/files_sharing/l10n/en_GB.js +++ b/apps/files_sharing/l10n/en_GB.js @@ -348,8 +348,14 @@ OC.L10N.register( "Error updating the share" : "Error updating the share", "File \"{path}\" has been unshared" : "File \"{path}\" has been unshared", "Folder \"{path}\" has been unshared" : "Folder \"{path}\" has been unshared", + "Could not update share" : "Could not update share", + "Share saved" : "Share saved", + "Share expire date saved" : "Share expire date saved", + "Share hide-download state saved" : "Share hide-download state saved", "Share label saved" : "Share label saved", + "Share note for recipient saved" : "Share note for recipient saved", "Share password saved" : "Share password saved", + "Share permissions saved" : "Share permissions saved", "Shared by" : "Shared by", "Shared with" : "Shared with", "Password created successfully" : "Password created successfully", diff --git a/apps/files_sharing/l10n/en_GB.json b/apps/files_sharing/l10n/en_GB.json index d1c7035281b..0d561772bd6 100644 --- a/apps/files_sharing/l10n/en_GB.json +++ b/apps/files_sharing/l10n/en_GB.json @@ -346,8 +346,14 @@ "Error updating the share" : "Error updating the share", "File \"{path}\" has been unshared" : "File \"{path}\" has been unshared", "Folder \"{path}\" has been unshared" : "Folder \"{path}\" has been unshared", + "Could not update share" : "Could not update share", + "Share saved" : "Share saved", + "Share expire date saved" : "Share expire date saved", + "Share hide-download state saved" : "Share hide-download state saved", "Share label saved" : "Share label saved", + "Share note for recipient saved" : "Share note for recipient saved", "Share password saved" : "Share password saved", + "Share permissions saved" : "Share permissions saved", "Shared by" : "Shared by", "Shared with" : "Shared with", "Password created successfully" : "Password created successfully", diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js index 43242a107ac..d5676b7a339 100644 --- a/apps/files_sharing/l10n/pt_BR.js +++ b/apps/files_sharing/l10n/pt_BR.js @@ -143,6 +143,8 @@ OC.L10N.register( "Link copied to clipboard" : "Link copiado para a área de transferência", "Email already added" : "E-mail já adicionado", "Invalid email address" : "Endereço de email invalido", + "_{count} email address already added_::_{count} email addresses already added_" : ["{count} endereço de email já adicionado","{count} endereços de email já adicionados","{count} endereços de email já adicionados"], + "_{count} email address added_::_{count} email addresses added_" : ["{count} endereço de email adicionado","{count} endereços de email adicionados","{count} endereços de email adicionados"], "What are you requesting?" : "O que você está solicitando?", "Request subject" : "Assunto da solicitação", "Birthday party photos, History assignment…" : "Fotos de festa de aniversário, trabalho de história…", @@ -309,9 +311,11 @@ OC.L10N.register( "Create file request" : "Criar solicitação de arquivo", "Upload files to {foldername}" : "Subir arquivos para {foldername}", "Public file share" : "Compartilhamento público de arquivo", + "Publicly shared file." : "Arquivo compartilhado publicamente.", "No file" : "Sem arquivo", "The file shared with you will show up here" : "O arquivo compartilhado com você aparecerá aqui", "Public share" : "Compartilhamento público", + "Publicly shared files." : "Arquivos compartilhados publicamente.", "No files" : "Não há arquivos", "Files and folders shared with you will show up here" : "Arquivos e pastas compartilhados com você aparecerão aqui", "Overview of shared files." : "Visão geral dos arquivos compartilhados.", @@ -344,8 +348,14 @@ OC.L10N.register( "Error updating the share" : "Erro ao atualizar o compartilhamento", "File \"{path}\" has been unshared" : "O arquivo \"{path}\" não foi compartilhado", "Folder \"{path}\" has been unshared" : "A pasta \"{path}\" foi descompartilhada", + "Could not update share" : "Não foi possível atualizar o compartilhamento", + "Share saved" : "Compartilhamento salvo", + "Share expire date saved" : "Data de validade do compartilhamento salva", + "Share hide-download state saved" : "Estado ocultar-download do compartilhamento salvo", "Share label saved" : "Marcador de compartilhamento salvo", + "Share note for recipient saved" : "Observação para o destinatário do compartilhamento salva", "Share password saved" : "Compartilhar senha salva", + "Share permissions saved" : "Permissões de compartilhamento salvas", "Shared by" : "Compartilhado por", "Shared with" : "Compartilhado com", "Password created successfully" : "Senha criada com sucesso", diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json index 4c162e664da..891398643d4 100644 --- a/apps/files_sharing/l10n/pt_BR.json +++ b/apps/files_sharing/l10n/pt_BR.json @@ -141,6 +141,8 @@ "Link copied to clipboard" : "Link copiado para a área de transferência", "Email already added" : "E-mail já adicionado", "Invalid email address" : "Endereço de email invalido", + "_{count} email address already added_::_{count} email addresses already added_" : ["{count} endereço de email já adicionado","{count} endereços de email já adicionados","{count} endereços de email já adicionados"], + "_{count} email address added_::_{count} email addresses added_" : ["{count} endereço de email adicionado","{count} endereços de email adicionados","{count} endereços de email adicionados"], "What are you requesting?" : "O que você está solicitando?", "Request subject" : "Assunto da solicitação", "Birthday party photos, History assignment…" : "Fotos de festa de aniversário, trabalho de história…", @@ -307,9 +309,11 @@ "Create file request" : "Criar solicitação de arquivo", "Upload files to {foldername}" : "Subir arquivos para {foldername}", "Public file share" : "Compartilhamento público de arquivo", + "Publicly shared file." : "Arquivo compartilhado publicamente.", "No file" : "Sem arquivo", "The file shared with you will show up here" : "O arquivo compartilhado com você aparecerá aqui", "Public share" : "Compartilhamento público", + "Publicly shared files." : "Arquivos compartilhados publicamente.", "No files" : "Não há arquivos", "Files and folders shared with you will show up here" : "Arquivos e pastas compartilhados com você aparecerão aqui", "Overview of shared files." : "Visão geral dos arquivos compartilhados.", @@ -342,8 +346,14 @@ "Error updating the share" : "Erro ao atualizar o compartilhamento", "File \"{path}\" has been unshared" : "O arquivo \"{path}\" não foi compartilhado", "Folder \"{path}\" has been unshared" : "A pasta \"{path}\" foi descompartilhada", + "Could not update share" : "Não foi possível atualizar o compartilhamento", + "Share saved" : "Compartilhamento salvo", + "Share expire date saved" : "Data de validade do compartilhamento salva", + "Share hide-download state saved" : "Estado ocultar-download do compartilhamento salvo", "Share label saved" : "Marcador de compartilhamento salvo", + "Share note for recipient saved" : "Observação para o destinatário do compartilhamento salva", "Share password saved" : "Compartilhar senha salva", + "Share permissions saved" : "Permissões de compartilhamento salvas", "Shared by" : "Compartilhado por", "Shared with" : "Compartilhado com", "Password created successfully" : "Senha criada com sucesso", diff --git a/apps/files_sharing/l10n/uk.js b/apps/files_sharing/l10n/uk.js index 3f96c239bc4..1b19f29bfb5 100644 --- a/apps/files_sharing/l10n/uk.js +++ b/apps/files_sharing/l10n/uk.js @@ -142,6 +142,8 @@ OC.L10N.register( "Link copied to clipboard" : "Посилання скопійовано в буфер обміну", "Email already added" : "Ел. адресу вже додано", "Invalid email address" : "Недійсна адреса ел. пошти", + "_{count} email address already added_::_{count} email addresses already added_" : ["{count} ел. адресу вже додано","{count} ел. адреси вже додано","{count} ел. адрес вже додано","{count} ел. адрес вже додано"], + "_{count} email address added_::_{count} email addresses added_" : ["{count} ел. адресу додано","{count} ел. адреси додано","{count} ел. адрес додано","{count} ел. адрес додано"], "What are you requesting?" : "Що ви хочете отримати?", "Request subject" : "Тема запиту", "Birthday party photos, History assignment…" : "Світлини зі святкування уродин, завдання з історії...", @@ -308,9 +310,11 @@ OC.L10N.register( "Create file request" : "Створити запит на файл", "Upload files to {foldername}" : "Завантажити файли до {foldername}", "Public file share" : "Публічний спільний ресурс", + "Publicly shared file." : "Пубічно доступний файл.", "No file" : "Немає файлу", "The file shared with you will show up here" : "Файл, яким поділилися з вами, буде показано тут", "Public share" : "Спільний ресурс", + "Publicly shared files." : "Публічно доступні файли.", "No files" : "Відсутні файли", "Files and folders shared with you will show up here" : "Файли та каталоги, яким поділилися з вами, буде показано тут", "Overview of shared files." : "Перегляд файлів у спільному доступі.", @@ -343,6 +347,14 @@ OC.L10N.register( "Error updating the share" : "Помилка оновлення спільного ресурсу", "File \"{path}\" has been unshared" : "Файл \"{path} вилучено зі спільного доступу", "Folder \"{path}\" has been unshared" : "Каталог \"{path}\" було вилучено зі спільного доступу", + "Could not update share" : "Не вдалося оновити спільний ресурс", + "Share saved" : "Спільний ресурс збережено", + "Share expire date saved" : "Збережено термін доступности спільного ресурсу", + "Share hide-download state saved" : "Збережено статус прихованого звантаження спільного ресурсу", + "Share label saved" : "Збережено ярлик спільного ресурсу", + "Share note for recipient saved" : "Збережено примітку отримувачеві спільного ресурсу", + "Share password saved" : "Пароль до спільного ресурсу збережено", + "Share permissions saved" : "Дозволи доступу до спільного ресурсу збережено", "Shared by" : "Поділилися", "Shared with" : "Спільний доступ з", "Password created successfully" : "Успішно створено пароль", diff --git a/apps/files_sharing/l10n/uk.json b/apps/files_sharing/l10n/uk.json index 65c6bc22bb0..16479493608 100644 --- a/apps/files_sharing/l10n/uk.json +++ b/apps/files_sharing/l10n/uk.json @@ -140,6 +140,8 @@ "Link copied to clipboard" : "Посилання скопійовано в буфер обміну", "Email already added" : "Ел. адресу вже додано", "Invalid email address" : "Недійсна адреса ел. пошти", + "_{count} email address already added_::_{count} email addresses already added_" : ["{count} ел. адресу вже додано","{count} ел. адреси вже додано","{count} ел. адрес вже додано","{count} ел. адрес вже додано"], + "_{count} email address added_::_{count} email addresses added_" : ["{count} ел. адресу додано","{count} ел. адреси додано","{count} ел. адрес додано","{count} ел. адрес додано"], "What are you requesting?" : "Що ви хочете отримати?", "Request subject" : "Тема запиту", "Birthday party photos, History assignment…" : "Світлини зі святкування уродин, завдання з історії...", @@ -306,9 +308,11 @@ "Create file request" : "Створити запит на файл", "Upload files to {foldername}" : "Завантажити файли до {foldername}", "Public file share" : "Публічний спільний ресурс", + "Publicly shared file." : "Пубічно доступний файл.", "No file" : "Немає файлу", "The file shared with you will show up here" : "Файл, яким поділилися з вами, буде показано тут", "Public share" : "Спільний ресурс", + "Publicly shared files." : "Публічно доступні файли.", "No files" : "Відсутні файли", "Files and folders shared with you will show up here" : "Файли та каталоги, яким поділилися з вами, буде показано тут", "Overview of shared files." : "Перегляд файлів у спільному доступі.", @@ -341,6 +345,14 @@ "Error updating the share" : "Помилка оновлення спільного ресурсу", "File \"{path}\" has been unshared" : "Файл \"{path} вилучено зі спільного доступу", "Folder \"{path}\" has been unshared" : "Каталог \"{path}\" було вилучено зі спільного доступу", + "Could not update share" : "Не вдалося оновити спільний ресурс", + "Share saved" : "Спільний ресурс збережено", + "Share expire date saved" : "Збережено термін доступности спільного ресурсу", + "Share hide-download state saved" : "Збережено статус прихованого звантаження спільного ресурсу", + "Share label saved" : "Збережено ярлик спільного ресурсу", + "Share note for recipient saved" : "Збережено примітку отримувачеві спільного ресурсу", + "Share password saved" : "Пароль до спільного ресурсу збережено", + "Share permissions saved" : "Дозволи доступу до спільного ресурсу збережено", "Shared by" : "Поділилися", "Shared with" : "Спільний доступ з", "Password created successfully" : "Успішно створено пароль", diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js index fbe53367237..771e54f27e5 100644 --- a/apps/files_sharing/l10n/zh_CN.js +++ b/apps/files_sharing/l10n/zh_CN.js @@ -113,7 +113,7 @@ OC.L10N.register( "Share link" : "共享链接", "Copy to clipboard" : "复制到剪贴板", "Send link via email" : "通过邮件发送链接", - "Enter an email address or paste a list" : "输入电子邮箱地址或粘贴一个清单", + "Enter an email address or paste a list" : "输入电子邮箱地址或粘贴一个列表", "Remove email" : "移除电子邮箱", "Link copied to clipboard" : "链接已复制到剪贴板", "Email already added" : "电子邮箱已添加", @@ -190,7 +190,7 @@ OC.L10N.register( "Custom permissions" : "自定义权限", "Search for share recipients" : "查找共享参与者", "No recommendations. Start typing." : "没有建议。开始输入。", - "Resharing is not allowed" : "不允许二次共享", + "Resharing is not allowed" : "不允许再次共享", "Name or email …" : "姓名或电子邮件 ...", "Name, email, or Federated Cloud ID …" : "名称、电子邮件或联合云 ID ...", "Searching …" : "正在搜索 ...", @@ -211,7 +211,7 @@ OC.L10N.register( "Allow editing" : "允许编辑", "Upload only" : "仅上传", "Advanced settings" : "高级选项", - "Share label" : "分享标签", + "Share label" : "共享标签", "Set password" : "设置密码", "Password expires {passwordExpirationTime}" : "密码于 {passwordExpirationTime} 过期", "Password expired" : "密码已过期", diff --git a/apps/files_sharing/l10n/zh_CN.json b/apps/files_sharing/l10n/zh_CN.json index e63fb3cc8e5..6c58e0e2fdd 100644 --- a/apps/files_sharing/l10n/zh_CN.json +++ b/apps/files_sharing/l10n/zh_CN.json @@ -111,7 +111,7 @@ "Share link" : "共享链接", "Copy to clipboard" : "复制到剪贴板", "Send link via email" : "通过邮件发送链接", - "Enter an email address or paste a list" : "输入电子邮箱地址或粘贴一个清单", + "Enter an email address or paste a list" : "输入电子邮箱地址或粘贴一个列表", "Remove email" : "移除电子邮箱", "Link copied to clipboard" : "链接已复制到剪贴板", "Email already added" : "电子邮箱已添加", @@ -188,7 +188,7 @@ "Custom permissions" : "自定义权限", "Search for share recipients" : "查找共享参与者", "No recommendations. Start typing." : "没有建议。开始输入。", - "Resharing is not allowed" : "不允许二次共享", + "Resharing is not allowed" : "不允许再次共享", "Name or email …" : "姓名或电子邮件 ...", "Name, email, or Federated Cloud ID …" : "名称、电子邮件或联合云 ID ...", "Searching …" : "正在搜索 ...", @@ -209,7 +209,7 @@ "Allow editing" : "允许编辑", "Upload only" : "仅上传", "Advanced settings" : "高级选项", - "Share label" : "分享标签", + "Share label" : "共享标签", "Set password" : "设置密码", "Password expires {passwordExpirationTime}" : "密码于 {passwordExpirationTime} 过期", "Password expired" : "密码已过期", diff --git a/apps/files_sharing/l10n/zh_HK.js b/apps/files_sharing/l10n/zh_HK.js index 454e3b12749..37687cb1440 100644 --- a/apps/files_sharing/l10n/zh_HK.js +++ b/apps/files_sharing/l10n/zh_HK.js @@ -348,8 +348,14 @@ OC.L10N.register( "Error updating the share" : "更新分享出錯", "File \"{path}\" has been unshared" : "檔案 “{path}” 已取消共享", "Folder \"{path}\" has been unshared" : "資料夾 “{path}” 已取消共享", + "Could not update share" : "無法更新分享", + "Share saved" : "已儲存分享", + "Share expire date saved" : "已儲存分享過期日期", + "Share hide-download state saved" : "已儲存分享隱藏下載狀態", "Share label saved" : "已保存分享標籤", + "Share note for recipient saved" : "已儲存給收件者的分享備註", "Share password saved" : "已保存分享密碼", + "Share permissions saved" : "已儲存分享權限", "Shared by" : "分享自", "Shared with" : "分享給", "Password created successfully" : "成功創建了密碼", diff --git a/apps/files_sharing/l10n/zh_HK.json b/apps/files_sharing/l10n/zh_HK.json index f2fc46e7c89..3b5f594ad99 100644 --- a/apps/files_sharing/l10n/zh_HK.json +++ b/apps/files_sharing/l10n/zh_HK.json @@ -346,8 +346,14 @@ "Error updating the share" : "更新分享出錯", "File \"{path}\" has been unshared" : "檔案 “{path}” 已取消共享", "Folder \"{path}\" has been unshared" : "資料夾 “{path}” 已取消共享", + "Could not update share" : "無法更新分享", + "Share saved" : "已儲存分享", + "Share expire date saved" : "已儲存分享過期日期", + "Share hide-download state saved" : "已儲存分享隱藏下載狀態", "Share label saved" : "已保存分享標籤", + "Share note for recipient saved" : "已儲存給收件者的分享備註", "Share password saved" : "已保存分享密碼", + "Share permissions saved" : "已儲存分享權限", "Shared by" : "分享自", "Shared with" : "分享給", "Password created successfully" : "成功創建了密碼", diff --git a/apps/files_versions/l10n/pt_BR.js b/apps/files_versions/l10n/pt_BR.js index fbcac4dd421..2086b759067 100644 --- a/apps/files_versions/l10n/pt_BR.js +++ b/apps/files_versions/l10n/pt_BR.js @@ -4,6 +4,7 @@ OC.L10N.register( "Versions" : "Versões", "This application automatically maintains older versions of files that are changed." : "Este aplicativo mantém automaticamente versões mais antigas de arquivos que são alterados.", "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the account does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the account's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Este aplicativo mantém automaticamente versões mais antigas de arquivos que foram alterados. Quando ativada, uma pasta de versões ocultas é provisionada no diretório de cada usuário e usada para armazenar versões antigas de arquivos. Um usuário pode reverter para uma versão mais antiga através da interface web a qualquer momento, com o arquivo substituído se tornando uma versão. O aplicativo gerencia automaticamente a pasta de versões para garantir que a conta não fique sem cota por causa das versões. \n\t\tAlém da expiração das versões, o aplicativo de versões garante nunca usar mais de 50% do espaço livre disponível atualmente na conta. Se as versões armazenadas excederem esse limite, o aplicativo excluirá primeiro as versões mais antigas até atingir esse limite. Mais informações estão disponíveis na documentação de Versões.", + "Actions for version from {versionHumanExplicitDate}" : "Ações para versão de {versionHumanExplicitDate}", "Name this version" : "Nomeie esta versão", "Edit version name" : "Editar nome da versão", "Compare to current version" : "Comparar com a versão atual", diff --git a/apps/files_versions/l10n/pt_BR.json b/apps/files_versions/l10n/pt_BR.json index 5e281ccf040..f6df7560973 100644 --- a/apps/files_versions/l10n/pt_BR.json +++ b/apps/files_versions/l10n/pt_BR.json @@ -2,6 +2,7 @@ "Versions" : "Versões", "This application automatically maintains older versions of files that are changed." : "Este aplicativo mantém automaticamente versões mais antigas de arquivos que são alterados.", "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the account does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the account's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Este aplicativo mantém automaticamente versões mais antigas de arquivos que foram alterados. Quando ativada, uma pasta de versões ocultas é provisionada no diretório de cada usuário e usada para armazenar versões antigas de arquivos. Um usuário pode reverter para uma versão mais antiga através da interface web a qualquer momento, com o arquivo substituído se tornando uma versão. O aplicativo gerencia automaticamente a pasta de versões para garantir que a conta não fique sem cota por causa das versões. \n\t\tAlém da expiração das versões, o aplicativo de versões garante nunca usar mais de 50% do espaço livre disponível atualmente na conta. Se as versões armazenadas excederem esse limite, o aplicativo excluirá primeiro as versões mais antigas até atingir esse limite. Mais informações estão disponíveis na documentação de Versões.", + "Actions for version from {versionHumanExplicitDate}" : "Ações para versão de {versionHumanExplicitDate}", "Name this version" : "Nomeie esta versão", "Edit version name" : "Editar nome da versão", "Compare to current version" : "Comparar com a versão atual", diff --git a/apps/settings/l10n/ar.js b/apps/settings/l10n/ar.js index 14f67acda93..f7aeb4b5243 100644 --- a/apps/settings/l10n/ar.js +++ b/apps/settings/l10n/ar.js @@ -209,7 +209,10 @@ OC.L10N.register( "Configured" : "تمّ تكوينها", "Mimetype migrations available" : "تتوفر عمليات ترحيل \"أنواع الوسائط\" Mimetype", "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "تتوفر واحدة أو أكثر من عمليات ترحيل لـ\"أنواع الوسائط\" mimetype. في بعض الأحيان تتم إضافة أنواع وسائط mimetypes جديدة للتعامل بشكل أفضل مع أنواع معينة من الملفات. يستغرق ترحيل أنواع الوسائط mimetypes وقتاً طويلاً في حالة الخوادم الكبيرة؛ لذا لا يتم ذلك تلقائياً أثناء عمليات الترقية. لإجراء عمليات الترحيل، استعمل الأمر السطري: \n`occ Maintenance:repair --include-expensive` ", + "MySQL row format" : "الصيغة الخام لـ MySQL", "You are not using MySQL" : "أنت لا تستعمل MySQL", + "None of your table use ROW_FORMAT=Compressed" : "ليس عندك أي جدول يستعمل الضغط كما في ROW_FORMAT=Compressed", + "_Table %s is not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic._::_Some tables are not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic on the following tables: %s._" : ["بعض الجداول لا تستعمل ROW_FORMAT=Dynamic. هذا التنسيق يوفر أفضل أداء لقواعد البيانات على نكست كلاود. قم رجاءً بتغيير الصيغة خام\" row\" إلى ديناميكي \"Dynamic\" في الجداول التالية: %s.","الجدول %s لا يستعمل ROW_FORMAT=Dynamic. هذا التنسيق يوفر أفضل أداء لقواعد البيانات على نكست كلاود. قم رجاءً بتغيير الصيغة خام\" row\" إلى ديناميكي \"Dynamic\".","بعض الجداول لا تستعمل ROW_FORMAT=Dynamic. هذا التنسيق يوفر أفضل أداء لقواعد البيانات على نكست كلاود. قم رجاءً بتغيير الصيغة خام\" row\" إلى ديناميكي \"Dynamic\" في الجداول التالية: %s.","بعض الجداول لا تستعمل ROW_FORMAT=Dynamic. هذا التنسيق يوفر أفضل أداء لقواعد البيانات على نكست كلاود. قم رجاءً بتغيير الصيغة خام\" row\" إلى ديناميكي \"Dynamic\" في الجداول التالية: %s.","بعض الجداول لا تستعمل ROW_FORMAT=Dynamic. هذا التنسيق يوفر أفضل أداء لقواعد البيانات على نكست كلاود. قم رجاءً بتغيير الصيغة خام\" row\" إلى ديناميكي \"Dynamic\" في الجداول التالية: %s.","بعض الجداول لا تستعمل ROW_FORMAT=Dynamic. هذا التنسيق يوفر أفضل أداء لقواعد البيانات على نكست كلاود. قم رجاءً بتغيير الصيغة خام\" row\" إلى ديناميكي \"Dynamic\" في الجداول التالية: %s."], "MySQL Unicode support" : "دعم المحارف الموحدة Unicode لـ MySQL", "MySQL is used as database and does support 4-byte characters" : "قاعدة البيانات MySQL قيد التشغيل لكنها لا تدعم الحروف ذات الـ 4 بايت byte.", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "قاعدة البيانات MySQL قيد التشغيل لكنها لا تدعم الحروف ذات الـ 4 بايت byte. حتى يمكنك التعامل مع حروف الـ 4 بايت (مثل الإيموجي) بدون إشكاليات في أسماء الملفات أو الملاحظات على سبيل المثال، يُنصح بتمكين دعم الـ 4 بايت في MySQL.", diff --git a/apps/settings/l10n/ar.json b/apps/settings/l10n/ar.json index 429bef3d8fb..342e558dbfc 100644 --- a/apps/settings/l10n/ar.json +++ b/apps/settings/l10n/ar.json @@ -207,7 +207,10 @@ "Configured" : "تمّ تكوينها", "Mimetype migrations available" : "تتوفر عمليات ترحيل \"أنواع الوسائط\" Mimetype", "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "تتوفر واحدة أو أكثر من عمليات ترحيل لـ\"أنواع الوسائط\" mimetype. في بعض الأحيان تتم إضافة أنواع وسائط mimetypes جديدة للتعامل بشكل أفضل مع أنواع معينة من الملفات. يستغرق ترحيل أنواع الوسائط mimetypes وقتاً طويلاً في حالة الخوادم الكبيرة؛ لذا لا يتم ذلك تلقائياً أثناء عمليات الترقية. لإجراء عمليات الترحيل، استعمل الأمر السطري: \n`occ Maintenance:repair --include-expensive` ", + "MySQL row format" : "الصيغة الخام لـ MySQL", "You are not using MySQL" : "أنت لا تستعمل MySQL", + "None of your table use ROW_FORMAT=Compressed" : "ليس عندك أي جدول يستعمل الضغط كما في ROW_FORMAT=Compressed", + "_Table %s is not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic._::_Some tables are not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic on the following tables: %s._" : ["بعض الجداول لا تستعمل ROW_FORMAT=Dynamic. هذا التنسيق يوفر أفضل أداء لقواعد البيانات على نكست كلاود. قم رجاءً بتغيير الصيغة خام\" row\" إلى ديناميكي \"Dynamic\" في الجداول التالية: %s.","الجدول %s لا يستعمل ROW_FORMAT=Dynamic. هذا التنسيق يوفر أفضل أداء لقواعد البيانات على نكست كلاود. قم رجاءً بتغيير الصيغة خام\" row\" إلى ديناميكي \"Dynamic\".","بعض الجداول لا تستعمل ROW_FORMAT=Dynamic. هذا التنسيق يوفر أفضل أداء لقواعد البيانات على نكست كلاود. قم رجاءً بتغيير الصيغة خام\" row\" إلى ديناميكي \"Dynamic\" في الجداول التالية: %s.","بعض الجداول لا تستعمل ROW_FORMAT=Dynamic. هذا التنسيق يوفر أفضل أداء لقواعد البيانات على نكست كلاود. قم رجاءً بتغيير الصيغة خام\" row\" إلى ديناميكي \"Dynamic\" في الجداول التالية: %s.","بعض الجداول لا تستعمل ROW_FORMAT=Dynamic. هذا التنسيق يوفر أفضل أداء لقواعد البيانات على نكست كلاود. قم رجاءً بتغيير الصيغة خام\" row\" إلى ديناميكي \"Dynamic\" في الجداول التالية: %s.","بعض الجداول لا تستعمل ROW_FORMAT=Dynamic. هذا التنسيق يوفر أفضل أداء لقواعد البيانات على نكست كلاود. قم رجاءً بتغيير الصيغة خام\" row\" إلى ديناميكي \"Dynamic\" في الجداول التالية: %s."], "MySQL Unicode support" : "دعم المحارف الموحدة Unicode لـ MySQL", "MySQL is used as database and does support 4-byte characters" : "قاعدة البيانات MySQL قيد التشغيل لكنها لا تدعم الحروف ذات الـ 4 بايت byte.", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "قاعدة البيانات MySQL قيد التشغيل لكنها لا تدعم الحروف ذات الـ 4 بايت byte. حتى يمكنك التعامل مع حروف الـ 4 بايت (مثل الإيموجي) بدون إشكاليات في أسماء الملفات أو الملاحظات على سبيل المثال، يُنصح بتمكين دعم الـ 4 بايت في MySQL.", diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js index 3b03c54cb11..e6fb7cdabd7 100644 --- a/apps/settings/l10n/de_DE.js +++ b/apps/settings/l10n/de_DE.js @@ -209,7 +209,10 @@ OC.L10N.register( "Configured" : "Eingerichtet", "Mimetype migrations available" : "MIME-Type-Migrationen verfügbar", "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "Eine oder mehrere MIME-Type-Migrationen sind verfügbar. Gelegentlich werden neue MIME-Typen hinzugefügt, um bestimmte Dateitypen besser handhaben zu können. Die Migration der MIME-Typen dauert bei größeren Instanzen lange, daher erfolgt sie bei Upgrades nicht automatisch. Verwenden Sie den Befehl `occ maintenance:repair --include-expensive`, um die Migrationen durchzuführen.", + "MySQL row format" : "MySQL-Zeilenformat", "You are not using MySQL" : "Sie verwenden kein MySQL", + "None of your table use ROW_FORMAT=Compressed" : "Keine Ihrer Tabellen verwendet ROW_FORMAT=Compressed", + "_Table %s is not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic._::_Some tables are not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic on the following tables: %s._" : ["Die Tabelle %s verwendet nicht ROW_FORMAT=Dynamic. Dieses Format bietet die beste Datenbankleistung für Nextcloud. Bitte ändern Sie das Zeilenformat in Dynamisch.","Einige Tabellen verwenden nicht ROW_FORMAT=Dynamic. Dieses Format bietet die beste Datenbankleistung für Nextcloud. Bitte ändern Sie das Zeilenformat in den folgenden Tabellen in „Dynamisch“: %s ."], "MySQL Unicode support" : "MySQL Unicode-Unterstützung", "MySQL is used as database and does support 4-byte characters" : "MySQL wird als Datenbank verwendet und unterstützt 4-Byte-Zeichen", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL wird als Datenbank verwendet, unterstützt jedoch keine 4-Byte-Zeichen. Um 4-Byte-Zeichen (wie Emojis) ohne Probleme z.B. in Dateinamen oder Kommentaren verwenden zu können, wird empfohlen, die 4-Byte-Unterstützung in MySQL zu aktivieren.", diff --git a/apps/settings/l10n/de_DE.json b/apps/settings/l10n/de_DE.json index 96cf4562eed..0c24a711027 100644 --- a/apps/settings/l10n/de_DE.json +++ b/apps/settings/l10n/de_DE.json @@ -207,7 +207,10 @@ "Configured" : "Eingerichtet", "Mimetype migrations available" : "MIME-Type-Migrationen verfügbar", "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "Eine oder mehrere MIME-Type-Migrationen sind verfügbar. Gelegentlich werden neue MIME-Typen hinzugefügt, um bestimmte Dateitypen besser handhaben zu können. Die Migration der MIME-Typen dauert bei größeren Instanzen lange, daher erfolgt sie bei Upgrades nicht automatisch. Verwenden Sie den Befehl `occ maintenance:repair --include-expensive`, um die Migrationen durchzuführen.", + "MySQL row format" : "MySQL-Zeilenformat", "You are not using MySQL" : "Sie verwenden kein MySQL", + "None of your table use ROW_FORMAT=Compressed" : "Keine Ihrer Tabellen verwendet ROW_FORMAT=Compressed", + "_Table %s is not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic._::_Some tables are not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic on the following tables: %s._" : ["Die Tabelle %s verwendet nicht ROW_FORMAT=Dynamic. Dieses Format bietet die beste Datenbankleistung für Nextcloud. Bitte ändern Sie das Zeilenformat in Dynamisch.","Einige Tabellen verwenden nicht ROW_FORMAT=Dynamic. Dieses Format bietet die beste Datenbankleistung für Nextcloud. Bitte ändern Sie das Zeilenformat in den folgenden Tabellen in „Dynamisch“: %s ."], "MySQL Unicode support" : "MySQL Unicode-Unterstützung", "MySQL is used as database and does support 4-byte characters" : "MySQL wird als Datenbank verwendet und unterstützt 4-Byte-Zeichen", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL wird als Datenbank verwendet, unterstützt jedoch keine 4-Byte-Zeichen. Um 4-Byte-Zeichen (wie Emojis) ohne Probleme z.B. in Dateinamen oder Kommentaren verwenden zu können, wird empfohlen, die 4-Byte-Unterstützung in MySQL zu aktivieren.", diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js index b057d511670..8bbedcb9d8a 100644 --- a/apps/settings/l10n/en_GB.js +++ b/apps/settings/l10n/en_GB.js @@ -209,7 +209,10 @@ OC.L10N.register( "Configured" : "Configured", "Mimetype migrations available" : "Mimetype migrations available", "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations.", + "MySQL row format" : "MySQL row format", "You are not using MySQL" : "You are not using MySQL", + "None of your table use ROW_FORMAT=Compressed" : "None of your table use ROW_FORMAT=Compressed", + "_Table %s is not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic._::_Some tables are not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic on the following tables: %s._" : ["Table %s is not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic.","Some tables are not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic on the following tables: %s."], "MySQL Unicode support" : "MySQL Unicode support", "MySQL is used as database and does support 4-byte characters" : "MySQL is used as database and does support 4-byte characters", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL.", @@ -541,6 +544,8 @@ OC.L10N.register( "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 {s}{usage}{/s}" : "You are using {s}{usage}{/s}", + "You are using {s}{usage}{/s} of {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})" : "You are using {s}{usage}{/s} of {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})", "Your full name" : "Your full name", "Primary email for password reset and notifications" : "Primary email for password reset and notifications", "Email options" : "Email options", diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json index d44d8006b6f..a059a7048c5 100644 --- a/apps/settings/l10n/en_GB.json +++ b/apps/settings/l10n/en_GB.json @@ -207,7 +207,10 @@ "Configured" : "Configured", "Mimetype migrations available" : "Mimetype migrations available", "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations.", + "MySQL row format" : "MySQL row format", "You are not using MySQL" : "You are not using MySQL", + "None of your table use ROW_FORMAT=Compressed" : "None of your table use ROW_FORMAT=Compressed", + "_Table %s is not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic._::_Some tables are not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic on the following tables: %s._" : ["Table %s is not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic.","Some tables are not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic on the following tables: %s."], "MySQL Unicode support" : "MySQL Unicode support", "MySQL is used as database and does support 4-byte characters" : "MySQL is used as database and does support 4-byte characters", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL.", @@ -539,6 +542,8 @@ "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 {s}{usage}{/s}" : "You are using {s}{usage}{/s}", + "You are using {s}{usage}{/s} of {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})" : "You are using {s}{usage}{/s} of {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})", "Your full name" : "Your full name", "Primary email for password reset and notifications" : "Primary email for password reset and notifications", "Email options" : "Email options", diff --git a/apps/settings/l10n/gl.js b/apps/settings/l10n/gl.js index 4ba45ae4273..3ebd4fec9d1 100644 --- a/apps/settings/l10n/gl.js +++ b/apps/settings/l10n/gl.js @@ -209,7 +209,10 @@ OC.L10N.register( "Configured" : "Configurado", "Mimetype migrations available" : "Migracións de tipo MIME dispoñíbeis", "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "Están dispoñíbeis unha ou máis migracións de tipo mime. Ocasionalmente engádense novos tipos MIME para xestionar mellor certos tipos de ficheiros. A migración dos tipos MIME leva moito tempo en instancias grandes, polo que non se fai automaticamente durante as actualizacións. Use a orde «occ maintenance:repair --include-expensive» para realizar as migracións.", + "MySQL row format" : "Formato de fila MySQL", "You are not using MySQL" : "Non está a usar MySQL", + "None of your table use ROW_FORMAT=Compressed" : "Ningunha das súas táboas emprega ROW_FORMAT=Compressed", + "_Table %s is not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic._::_Some tables are not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic on the following tables: %s._" : ["A táboa %s non emprega ROW_FORMAT=Dynamic. Este formato ofrece o mellor rendemento da base de datos para Nextcloud. Cambie o formato de fila a Dynamic.","Algunhas táboas non empregan ROW_FORMAT=Dynamic. Este formato ofrece o mellor rendemento da base de datos para Nextcloud. Cambie o formato de fila a Dynamic nas seguintes táboas: %s."], "MySQL Unicode support" : "Compatibilidade con MySQL Unicode", "MySQL is used as database and does support 4-byte characters" : "MySQL úsase como base de datos e admite caracteres de 4 bytes", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL utilízase como base de datos, mais non admite caracteres de 4 bytes. Para poder manexar caracteres de 4 bytes (coma os «emojis») sen problemas nos nomes de ficheiros ou comentarios, por exemplo, recoméndase activar a compatibilidade de 4 bytes en MySQL.", diff --git a/apps/settings/l10n/gl.json b/apps/settings/l10n/gl.json index cda6168fd0f..94f8829e6e8 100644 --- a/apps/settings/l10n/gl.json +++ b/apps/settings/l10n/gl.json @@ -207,7 +207,10 @@ "Configured" : "Configurado", "Mimetype migrations available" : "Migracións de tipo MIME dispoñíbeis", "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "Están dispoñíbeis unha ou máis migracións de tipo mime. Ocasionalmente engádense novos tipos MIME para xestionar mellor certos tipos de ficheiros. A migración dos tipos MIME leva moito tempo en instancias grandes, polo que non se fai automaticamente durante as actualizacións. Use a orde «occ maintenance:repair --include-expensive» para realizar as migracións.", + "MySQL row format" : "Formato de fila MySQL", "You are not using MySQL" : "Non está a usar MySQL", + "None of your table use ROW_FORMAT=Compressed" : "Ningunha das súas táboas emprega ROW_FORMAT=Compressed", + "_Table %s is not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic._::_Some tables are not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic on the following tables: %s._" : ["A táboa %s non emprega ROW_FORMAT=Dynamic. Este formato ofrece o mellor rendemento da base de datos para Nextcloud. Cambie o formato de fila a Dynamic.","Algunhas táboas non empregan ROW_FORMAT=Dynamic. Este formato ofrece o mellor rendemento da base de datos para Nextcloud. Cambie o formato de fila a Dynamic nas seguintes táboas: %s."], "MySQL Unicode support" : "Compatibilidade con MySQL Unicode", "MySQL is used as database and does support 4-byte characters" : "MySQL úsase como base de datos e admite caracteres de 4 bytes", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL utilízase como base de datos, mais non admite caracteres de 4 bytes. Para poder manexar caracteres de 4 bytes (coma os «emojis») sen problemas nos nomes de ficheiros ou comentarios, por exemplo, recoméndase activar a compatibilidade de 4 bytes en MySQL.", diff --git a/apps/settings/l10n/pt_BR.js b/apps/settings/l10n/pt_BR.js index b88bfca4bd3..2f2ab854ece 100644 --- a/apps/settings/l10n/pt_BR.js +++ b/apps/settings/l10n/pt_BR.js @@ -209,7 +209,10 @@ OC.L10N.register( "Configured" : "Configurado", "Mimetype migrations available" : "Migrações de Mimetype disponíveis", "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "Uma ou mais migrações de mimetype estão disponíveis. Ocasionalmente, novos mimetypes são adicionados para lidar melhor com certos tipos de arquivo. A migração dos mimetypes leva muito tempo em instâncias maiores, portanto, isso não é feito automaticamente durante as atualizações. Use o comando 'occ maintenance:repair --include-expensive' para executar as migrações.", + "MySQL row format" : "Formato row MYSQL", "You are not using MySQL" : "Você não está usando MySQL", + "None of your table use ROW_FORMAT=Compressed" : "Nenhuma das suas tabelas usa ROW_FORMAT=Compressed", + "_Table %s is not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic._::_Some tables are not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic on the following tables: %s._" : ["Tabela %s não está usando ROW_FORMAT=Dynamic. Este formato oferece os melhores desempenhos de banco de dados para Nextcloud. Altere o formato da linha para Dynamic.","Algumas tabelas não estão usando ROW_FORMAT=Dynamic. Este formato oferece os melhores desempenhos de banco de dados para Nextcloud. Altere o formato de linha para Dynamic nas seguintes tabelas: %s.","Algumas tabelas não estão usando ROW_FORMAT=Dynamic. Este formato oferece os melhores desempenhos de banco de dados para Nextcloud. Altere o formato de linha para Dynamic nas seguintes tabelas: %s."], "MySQL Unicode support" : "Suporte MySQL Unicode", "MySQL is used as database and does support 4-byte characters" : "MySQL é usado como banco de dados e suporta caracteres de 4 bytes", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL é usado como banco de dados, mas não suporta caracteres de 4 bytes. Para poder lidar com caracteres de 4 bytes (como emojis) sem problemas em nomes de arquivos ou comentários, por exemplo, é recomendado habilitar o suporte de 4 bytes no MySQL.", diff --git a/apps/settings/l10n/pt_BR.json b/apps/settings/l10n/pt_BR.json index a63d8f994d0..c57337abe88 100644 --- a/apps/settings/l10n/pt_BR.json +++ b/apps/settings/l10n/pt_BR.json @@ -207,7 +207,10 @@ "Configured" : "Configurado", "Mimetype migrations available" : "Migrações de Mimetype disponíveis", "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "Uma ou mais migrações de mimetype estão disponíveis. Ocasionalmente, novos mimetypes são adicionados para lidar melhor com certos tipos de arquivo. A migração dos mimetypes leva muito tempo em instâncias maiores, portanto, isso não é feito automaticamente durante as atualizações. Use o comando 'occ maintenance:repair --include-expensive' para executar as migrações.", + "MySQL row format" : "Formato row MYSQL", "You are not using MySQL" : "Você não está usando MySQL", + "None of your table use ROW_FORMAT=Compressed" : "Nenhuma das suas tabelas usa ROW_FORMAT=Compressed", + "_Table %s is not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic._::_Some tables are not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic on the following tables: %s._" : ["Tabela %s não está usando ROW_FORMAT=Dynamic. Este formato oferece os melhores desempenhos de banco de dados para Nextcloud. Altere o formato da linha para Dynamic.","Algumas tabelas não estão usando ROW_FORMAT=Dynamic. Este formato oferece os melhores desempenhos de banco de dados para Nextcloud. Altere o formato de linha para Dynamic nas seguintes tabelas: %s.","Algumas tabelas não estão usando ROW_FORMAT=Dynamic. Este formato oferece os melhores desempenhos de banco de dados para Nextcloud. Altere o formato de linha para Dynamic nas seguintes tabelas: %s."], "MySQL Unicode support" : "Suporte MySQL Unicode", "MySQL is used as database and does support 4-byte characters" : "MySQL é usado como banco de dados e suporta caracteres de 4 bytes", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL é usado como banco de dados, mas não suporta caracteres de 4 bytes. Para poder lidar com caracteres de 4 bytes (como emojis) sem problemas em nomes de arquivos ou comentários, por exemplo, é recomendado habilitar o suporte de 4 bytes no MySQL.", diff --git a/apps/settings/l10n/uk.js b/apps/settings/l10n/uk.js index 20ea076aea2..58030a78812 100644 --- a/apps/settings/l10n/uk.js +++ b/apps/settings/l10n/uk.js @@ -318,6 +318,7 @@ OC.L10N.register( "Enforced groups" : "Примусові групи", "Two-factor authentication is not enforced for members of the following groups." : "Двофакторна авторизації не застосовуватиметься для учасників таких груп.", "Excluded groups" : "Виключені групи", + "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Якщо вибрано/виключено групи, то застосовується така логіка визначення, чи до користувача застосовується двофакторна авторизація: якщо не вибрано жодної групи, двофакторну авторизацію ввімкнено для всіх, крім учасників виключених груп. Якщо вибрано групи, для всіх учасників увімкнено двофакторну авторизацію. Якщо користувач одночасно входить до вибраної групи та виключеної групи, то вибрана група має пріоритет і в такому випадку до цього користувача застосовується двофакторна авторизація.", "Save changes" : "Зберегти зміни", "Show details for {appName} app" : "Показати деталі для застосунку {appName}", "Update to {update}" : "Оновити до {update}", @@ -417,6 +418,7 @@ OC.L10N.register( "Webcron" : "Webcron", "Cron (Recommended)" : "Cron (рекомендовано)", "Use system cron service to call the cron.php file every 5 minutes." : "Використовуйте службу cron для запуску cron.php кожні 5 хвилин.", + "The cron.php needs to be executed by the system account \"{user}\"." : "cron.php має бути виконано під системним обліковим записом \"{user}\".", "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "Потрібне розширення PHP POSIX. Перегляньте {linkstart}документацію PHP{linkend} для уточнення деталей.", "Unable to update background job mode" : "Не вдалося оновити фоновий режим завдання", "Profile" : "Профіль", @@ -741,7 +743,7 @@ OC.L10N.register( "These groups will still be able to receive shares, but not to initiate them." : "Ці групи зможуть отримувати спільні файли, але не зможуть створювати їх.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Дозволити автозаповнення імени користувача в діалоговому вікні спільного доступу, дозволити доступ до системної адресної книги", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двофакторну авторизацію можна примусово визначити як для всіх користувачів, так й для окремих груп. Якщо такі користувачі не визначили постачальника двофакторної авторизації, то вони не зможуть увійти до хмари.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Коли групи вибрано/виключено, вони використовують таку логіку, щоб визначити, чи застосовано для користувача 2FA: якщо не вибрано жодної групи, 2FA ввімкнено для всіх, крім членів виключених груп. Якщо вибрано групи, для всіх учасників увімкнено 2FA. Якщо користувач одночасно входить до вибраної та виключеної групи, вибраний має пріоритет і застосовується 2FA.", + "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Якщо вибрано/виключено групи, то застосовується така логіка визначення, чи до користувача застосовується двофакторна авторизація: якщо не вибрано жодної групи, двофакторну авторизацію ввімкнено для всіх, крім учасників виключених груп. Якщо вибрано групи, для всіх учасників увімкнено двофакторну авторизацію. Якщо користувач одночасно входить до вибраної групи та виключеної групи, то вибрана група має пріоритет і в такому випадку до цього користувача застосовується двофакторна авторизація.", "{license}-licensed" : "Ліцензія: {license}", "Rating: {score}/10" : "Рейтинг: {score}/10", "Username" : "Ім'я користувача", diff --git a/apps/settings/l10n/uk.json b/apps/settings/l10n/uk.json index 6ec6639ce57..60569c92aba 100644 --- a/apps/settings/l10n/uk.json +++ b/apps/settings/l10n/uk.json @@ -316,6 +316,7 @@ "Enforced groups" : "Примусові групи", "Two-factor authentication is not enforced for members of the following groups." : "Двофакторна авторизації не застосовуватиметься для учасників таких груп.", "Excluded groups" : "Виключені групи", + "When groups are selected/excluded, they use the following logic to determine if an account has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If an account is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Якщо вибрано/виключено групи, то застосовується така логіка визначення, чи до користувача застосовується двофакторна авторизація: якщо не вибрано жодної групи, двофакторну авторизацію ввімкнено для всіх, крім учасників виключених груп. Якщо вибрано групи, для всіх учасників увімкнено двофакторну авторизацію. Якщо користувач одночасно входить до вибраної групи та виключеної групи, то вибрана група має пріоритет і в такому випадку до цього користувача застосовується двофакторна авторизація.", "Save changes" : "Зберегти зміни", "Show details for {appName} app" : "Показати деталі для застосунку {appName}", "Update to {update}" : "Оновити до {update}", @@ -415,6 +416,7 @@ "Webcron" : "Webcron", "Cron (Recommended)" : "Cron (рекомендовано)", "Use system cron service to call the cron.php file every 5 minutes." : "Використовуйте службу cron для запуску cron.php кожні 5 хвилин.", + "The cron.php needs to be executed by the system account \"{user}\"." : "cron.php має бути виконано під системним обліковим записом \"{user}\".", "The PHP POSIX extension is required. See {linkstart}PHP documentation{linkend} for more details." : "Потрібне розширення PHP POSIX. Перегляньте {linkstart}документацію PHP{linkend} для уточнення деталей.", "Unable to update background job mode" : "Не вдалося оновити фоновий режим завдання", "Profile" : "Профіль", @@ -739,7 +741,7 @@ "These groups will still be able to receive shares, but not to initiate them." : "Ці групи зможуть отримувати спільні файли, але не зможуть створювати їх.", "Allow username autocompletion in share dialog and allow access to the system address book" : "Дозволити автозаповнення імени користувача в діалоговому вікні спільного доступу, дозволити доступ до системної адресної книги", "Two-factor authentication can be enforced for all users and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "Двофакторну авторизацію можна примусово визначити як для всіх користувачів, так й для окремих груп. Якщо такі користувачі не визначили постачальника двофакторної авторизації, то вони не зможуть увійти до хмари.", - "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Коли групи вибрано/виключено, вони використовують таку логіку, щоб визначити, чи застосовано для користувача 2FA: якщо не вибрано жодної групи, 2FA ввімкнено для всіх, крім членів виключених груп. Якщо вибрано групи, для всіх учасників увімкнено 2FA. Якщо користувач одночасно входить до вибраної та виключеної групи, вибраний має пріоритет і застосовується 2FA.", + "When groups are selected/excluded, they use the following logic to determine if a user has 2FA enforced: If no groups are selected, 2FA is enabled for everyone except members of the excluded groups. If groups are selected, 2FA is enabled for all members of these. If a user is both in a selected and excluded group, the selected takes precedence and 2FA is enforced." : "Якщо вибрано/виключено групи, то застосовується така логіка визначення, чи до користувача застосовується двофакторна авторизація: якщо не вибрано жодної групи, двофакторну авторизацію ввімкнено для всіх, крім учасників виключених груп. Якщо вибрано групи, для всіх учасників увімкнено двофакторну авторизацію. Якщо користувач одночасно входить до вибраної групи та виключеної групи, то вибрана група має пріоритет і в такому випадку до цього користувача застосовується двофакторна авторизація.", "{license}-licensed" : "Ліцензія: {license}", "Rating: {score}/10" : "Рейтинг: {score}/10", "Username" : "Ім'я користувача", diff --git a/apps/settings/l10n/zh_CN.js b/apps/settings/l10n/zh_CN.js index d4492047935..dd6c2a3e239 100644 --- a/apps/settings/l10n/zh_CN.js +++ b/apps/settings/l10n/zh_CN.js @@ -66,7 +66,7 @@ OC.L10N.register( "User documentation" : "用户文档", "Nextcloud help overview" : "Nextcloud 帮助文件预览", "Invalid SMTP password." : "无效的 SMTP 密码", - "Email setting test" : "电子邮件设置测试", + "Email setting test" : "电子邮箱设置测试", "Well done, %s!" : "已完成,%s!", "If you received this email, the email configuration seems to be correct." : "如果您收到了这封邮件,电子邮件配置应该就是正确的。", "Email could not be sent. Check your mail server log" : "邮件无法发送。检查您的邮件服务器日志", @@ -74,7 +74,7 @@ OC.L10N.register( "You need to set your account email before being able to send test emails. Go to %s for that." : "您需要先设置您的帐户电子邮件,然后才能发送测试电子邮件。去 %s 看看吧。", "Recently active" : "最近活跃", "Disabled accounts" : "禁用账号", - "Invalid account" : "无效的账号。", + "Invalid account" : "无效账号", "Invalid mail address" : "无效的电子邮件地址", "Settings saved" : "设置已保存", "Unable to change full name" : "无法修改全名", @@ -172,6 +172,8 @@ OC.L10N.register( "Email test" : "电子邮件测试", "Email test was successfully sent" : "测试电子邮件成功发出", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "您尚未配置电子邮件服务器或尚未验证配置。请在“基本设置”中进行配置。配置完毕后,请点击表单下方的“发送电子邮件”按钮来验证您的设置。", + "Transactional File Locking" : "事务文件锁定", + "Transactional File Locking is disabled. This is not a a supported configuraton. It may lead to difficult to isolate problems including file corruption. Please remove the `'filelocking.enabled' => false` configuration entry from your `config.php` to avoid these problems." : "事务文件锁定已禁用。这不是受支持的配置。这可能会导致难以隔离问题(包括文件损坏)。请从 \"config.php\" 中删除 \"filelocking.enabled\" => false 配置条目以避免这些问题。", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "当前正在使用数据库处理事务性文件锁定。若有内存缓存可用,请进行配置以提升性能。", "Forwarded for headers" : "转发标头", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "您的 trusted_proxy 设置存在错误,应为一个列表。", @@ -265,16 +267,23 @@ 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 %s rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive." : "您的调度对象表中有超过 %s 行。请通过 `occ maintenance:repair --include-expensive` 运行昂贵的维修作业。", + "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`。这可能是潜在的安全或隐私风险,建议调整此设置。", "- The `%1$s` HTTP header does not contain `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- `%1$s` HTTP 标头不包含 `%2$s`。这是一个潜在的安全或隐私风险,建议相应地调整此设置。", + "- The `Strict-Transport-Security` HTTP header is not set (should be at least `%d` seconds). For enhanced security, it is recommended to enable HSTS." : "- 未设置 `Strict-Transport-Security` HTTP 标头(应至少为 `%d` 秒)。为了增强安全性,建议启用 HSTS。", "Some headers are not set correctly on your instance" : "您的实例上的某些标头设置不正确", "Could not check that your web server serves security headers correctly. Please check manually." : "无法检查您的 Web 服务器是否正确提供安全标头。 请手动检查。", "Could not check that your web server serves security headers correctly, unable to query `%s`" : "无法检查您的 Web 服务器是否正确提供安全标头,无法查询 `%s`", "Your server is correctly configured to send security headers." : "您的服务器已正确配置为发送安全标头。", "Database version" : "数据库版本", + "MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "检测到 MariaDB 版本 10.3,此版本已停用,仅作为 Ubuntu 20.04 的一部分受支持。建议使用 MariaDB >=%1$s 和 <=%2$s 以获得此版本 Nextcloud 的最佳性能、稳定性和功能。", + "MariaDB version \"%1$s\" detected. MariaDB >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "检测到 MariaDB 版本\"%1$s\"。建议使用 MariaDB >=%2$s 和 <=%3$s,以获得此版本 Nextcloud 的最佳性能、稳定性和功能。", + "MySQL version \"%1$s\" detected. MySQL >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "检测到 MySQL 版本\"%1$s\"。建议使用 MySQL >=%2$s 和 <=%3$s,以获得此版本 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" : "建筑风格", @@ -282,11 +291,13 @@ OC.L10N.register( "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "您似乎正在使用32位的PHP版本。Nextcloud需要64位的PHP版本以便良好运行。请升级您的系统和PHP版本至64位!", "Temporary space available" : "可用临时空间", "Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "检查临时 PHP 路径时出错 - 未正确设置为目录。 返回值: %s", + "The PHP function \"disk_free_space\" is disabled, which prevents the check for enough space in the temporary directories." : "PHP 函数 \"disk_free_space\" 被禁用,这会阻止检查临时目录中是否有足够的空间。", "Error while checking the available disk space of temporary PHP path or no free disk space returned. Temporary path: %s" : "检查临时 PHP 路径的可用磁盘空间时出错或未返回可用磁盘空间。 临时路径: %s", "- %.1f GiB available in %s (PHP temporary directory)" : "- %.1f GiB 在 %s 中可用(PHP 临时目录)", "- %.1f GiB available in %s (Nextcloud temporary directory)" : "- %.1f GiB 在 %s 中可用(Nextcloud 临时目录)", "Temporary directory is correctly configured:\n%s" : "临时目录配置正确:\n%s", "This instance uses an S3 based object store as primary storage, and has enough space in the temporary directory.\n%s" : "该实例使用基于S3的对象存储作为主存储,并且临时目录中有足够的空间。\n%s", + "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GiB of free space available in the temp directory of PHP. To improve this please change the temporary directory in the php.ini or make more space available in that path. \nChecking the available space in the temporary path resulted in %.1f GiB instead of the recommended 50 GiB. Path: %s" : "此实例使用基于 S3 的对象存储作为主存储。上传的文件临时存储在服务器上,因此建议在 PHP 的临时目录中留出 50 GiB 的可用空间。为了改善这一点,请更改 php.ini 中的临时目录或在该路径中留出更多可用空间。\n检查临时路径中的可用空间为 %.1f GiB,而不是建议的 50 GiB。路径:%s", "Database transaction isolation level" : "数据库事务隔离等级", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "数据库没有运行在“READ COMMITTED”事务隔离级别。当多项操作同时执行时将产生问题。", "Was not able to get transaction isolation level: %s" : "未能获取事务隔离等级:%s", @@ -294,9 +305,12 @@ OC.L10N.register( "Could not check that your web server serves `.well-known` correctly. Please check manually." : "无法检查您的网络服务器是否正确服务 `.well-known`。 请手动检查。", "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`" : "您的网络服务器未正确设置来解析 `.wellknown` URL,失败于:\n`%s`", "Your server is correctly configured to serve `.well-known` URLs." : "您的服务器已正确配置为提供 `.well-known` URL。", + "Could not check for {extension} loading support. Please check manually if your webserver serves `.{extension}` files." : "无法检查 {extension} 加载支持。请手动检查您的网络服务器是否提供 `.{extension}` 文件。", + "Your web server is not properly set up to deliver .{extension} files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustment to also deliver .{extension} files. Compare your Nginx configuration to the recommended configuration in our documentation." : "您的 Web 服务器未正确设置以传送 .{extension} 文件。这通常是 Nginx 配置的问题。对于 Nextcloud 15,需要进行调整才能传送 .{extension} 文件。将您的 Nginx 配置与我们文档中的推荐配置进行比较。", "Profile information" : "个人信息", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "个人资料图片、全名、电子邮件、电话号码、地址、网站、Twitter、组织、角色、标题、个人简介以及您的个人资料是否启用", "Nextcloud settings" : "Nextcloud 设置", + "Unified task processing" : "统一任务处理", "AI tasks can be implemented by different apps. Here you can set which app should be used for which task." : "AI 任务可以由不同的应用程序执行。在这里您可以设置哪个应用程序应该用于哪个任务。", "Task:" : "任务:", "None of your currently installed apps provide Task processing functionality" : "您当前安装的应用程序均不提供任务处理功能", @@ -312,16 +326,16 @@ OC.L10N.register( "None" : "无", "Unable to modify setting" : "无法更改设置", "Allow apps to use the Share API" : "允许应用使用共享 API", - "Allow resharing" : "允许二次共享", + "Allow resharing" : "允许再次共享", "Allow sharing with groups" : "允许群组共享", "Restrict users to only share with users in their groups" : "限制用户只与他们组中的用户共享", "Ignore the following groups when checking group membership" : "检查组成员身份时忽略以下组", - "Allow users to share via link and emails" : "允许用户通过链接和电子邮件分享 ", + "Allow users to share via link and emails" : "允许用户通过链接和电子邮件共享", "Allow public uploads" : "允许公开上传", - "Always ask for a password" : "一直要求输入密码", + "Always ask for a password" : "始终要求输入密码", "Enforce password protection" : "强制密码保护", "Exclude groups from password requirements" : "不对指定的组执行密码要求", - "Exclude groups from creating link shares" : "禁止指定的组创建分享链接", + "Exclude groups from creating link shares" : "禁止指定的组创建共享链接", "Limit sharing based on groups" : "基于组限制共享", "Allow sharing for everyone (default)" : "允许所有人共享(默认)", "Exclude some groups from sharing" : "从共享中排除某些群组", @@ -340,7 +354,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." : "如果启用了“同组”自动完成和“手机号码集成”,则匹配两者中的任何一个都足以显示用户", + "Restrict account name autocompletion and system address book access to users within the same groups" : "限制同一组内的用户访问帐户名称自动完成和系统地址簿", + "Restrict 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" : "免责声明文本", @@ -367,6 +384,7 @@ OC.L10N.register( "Featured" : "精选", "This app is supported via your current Nextcloud subscription." : "根据您的 Nextcloud 订阅,此应用受到支持。", "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "特色应用由社区并在社区内开发。 它们提供了中心功能,并准备投入生产使用。", + "Community rating: {score}/5" : "社区评分:{score}/5", "All apps are up-to-date." : "所有的应用程序都是最新的。", "Icon" : "图标", "Name" : "名称", @@ -562,7 +580,7 @@ OC.L10N.register( "Create" : "创建", "Change" : "修改", "Delete" : "删除", - "Reshare" : "重新共享", + "Reshare" : "再次共享", "No accounts" : "没有账目", "Loading accounts …" : "正在加载账号...", "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "帐户列表。 出于性能原因,此列表未完全呈现。 当您浏览列表时,将呈现帐户。", @@ -570,7 +588,7 @@ OC.L10N.register( "Common languages" : "常用语言", "Other languages" : "其他语言", "Password change is disabled because the master key is disabled" : "密码修改被禁用,因为主密码被禁用", - "New account" : "新建帐号", + "New account" : "新建账号", "Display name" : "显示名称", "Either password or email is required" : "需要密码或者电子邮件地址", "Password (required)" : "密码(必填)", @@ -585,7 +603,7 @@ OC.L10N.register( "Set account quota" : "设置账号配额", "Language" : "语言", "Set default language" : "设置默认语言", - "Add new account" : "添加新帐户", + "Add new account" : "添加新账号", "Manager" : "管理者", "Account name will be autogenerated" : "账号名称将自动生成", "Account name (required)" : "账号名称(必填)", @@ -594,6 +612,7 @@ OC.L10N.register( "Avatar" : "头像", "Account name" : "账号名称", "Group admin for" : "分组管理员", + "Account backend" : "账户后端", "Storage location" : "存储位置", "Last login" : "最后登录", "Account actions" : "账号操作", @@ -601,10 +620,10 @@ OC.L10N.register( "Loading account …" : "正在加载帐户...", "Change display name" : "修改显示名称", "Set new password" : "设置新密码", - "You do not have permissions to see the details of this account" : "您无权查看此帐号的详细信息", + "You do not have permissions to see the details of this account" : "你无权限查看此账号的详情", "Set new email address" : "设置新邮箱地址", "Add account to group" : "将帐户添加到组", - "Set account as admin for" : "将帐号设置为管理员", + "Set account as admin for" : "将账号设置为管理员", "Select account quota" : "选择账号限额", "Set the language" : "设置语言", "{size} used" : "已使用 {size}", @@ -618,13 +637,13 @@ OC.L10N.register( "Wipe {userid}'s devices" : "擦除 {userid} 的设备", "Wiped {userid}'s devices" : "已抹除 {userid} 的设备", "Fully delete {userid}'s account including all their personal files, app data, etc." : "完全删除 {userid} 的账号,包括其所有个人文件,应用程序数据等。", - "Account deletion" : "帐号删除", + "Account deletion" : "账号删除", "Delete {userid}'s account" : "删除 {userid} 的账号", "Display name was successfully changed" : "显示名称更改成功", "Password was successfully changed" : "密码更改成功", "Email was successfully changed" : "邮箱更改成功", "Welcome mail sent!" : "欢迎邮件已经发送!", - "Toggle account actions menu" : "切换帐号操作菜单", + "Toggle account actions menu" : "切换账号操作菜单", "Done" : "完成", "Edit" : "编辑", "Account management settings" : "账号管理设置", @@ -657,6 +676,7 @@ OC.L10N.register( "Loading app list" : "正在加载应用程序列表", "App Store" : "应用商店", "Loading categories" : "正在加载分类", + "Developer documentation ↗" : "开发者文档 ↗", "All accounts" : "所有账号", "Admins" : "管理员", "Create group" : "创建群组", @@ -764,6 +784,7 @@ OC.L10N.register( "Old user imported certificates" : "旧用户导入的证书", "A background job is pending that checks for user imported SSL certificates. Please check back later." : "一个检查用户导入的 SSL 证书的后台工作正在进行中。请稍后再来检查。", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "目前存在一些用户导入的 SSL 证书,这在 Nextcloud 21 中已经不使用了。它们可以通过“occ security:certificates:import”命令在命令行导入。它们在数据目录下的路径如下所示。", + "Missing optional index \"%s\" in table \"%s\"." : "索引 \"%s\" 不存在于表 \"%s\"。", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "数据库丢失了一些索引。由于给大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行“occ db:add-missing-indices”命令修复丢失的索引。索引修复后会大大提高相应表的查询速度。", "File locking" : "文件锁定", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "事务性文件锁定已禁用,可能会引发争用问题。请在 config.php 中启用 filelocking.enabled 以避免这类问题的发生。", diff --git a/apps/settings/l10n/zh_CN.json b/apps/settings/l10n/zh_CN.json index 92d55957984..bfddeba19c7 100644 --- a/apps/settings/l10n/zh_CN.json +++ b/apps/settings/l10n/zh_CN.json @@ -64,7 +64,7 @@ "User documentation" : "用户文档", "Nextcloud help overview" : "Nextcloud 帮助文件预览", "Invalid SMTP password." : "无效的 SMTP 密码", - "Email setting test" : "电子邮件设置测试", + "Email setting test" : "电子邮箱设置测试", "Well done, %s!" : "已完成,%s!", "If you received this email, the email configuration seems to be correct." : "如果您收到了这封邮件,电子邮件配置应该就是正确的。", "Email could not be sent. Check your mail server log" : "邮件无法发送。检查您的邮件服务器日志", @@ -72,7 +72,7 @@ "You need to set your account email before being able to send test emails. Go to %s for that." : "您需要先设置您的帐户电子邮件,然后才能发送测试电子邮件。去 %s 看看吧。", "Recently active" : "最近活跃", "Disabled accounts" : "禁用账号", - "Invalid account" : "无效的账号。", + "Invalid account" : "无效账号", "Invalid mail address" : "无效的电子邮件地址", "Settings saved" : "设置已保存", "Unable to change full name" : "无法修改全名", @@ -170,6 +170,8 @@ "Email test" : "电子邮件测试", "Email test was successfully sent" : "测试电子邮件成功发出", "You have not set or verified your email server configuration, yet. Please head over to the \"Basic settings\" in order to set them. Afterwards, use the \"Send email\" button below the form to verify your settings." : "您尚未配置电子邮件服务器或尚未验证配置。请在“基本设置”中进行配置。配置完毕后,请点击表单下方的“发送电子邮件”按钮来验证您的设置。", + "Transactional File Locking" : "事务文件锁定", + "Transactional File Locking is disabled. This is not a a supported configuraton. It may lead to difficult to isolate problems including file corruption. Please remove the `'filelocking.enabled' => false` configuration entry from your `config.php` to avoid these problems." : "事务文件锁定已禁用。这不是受支持的配置。这可能会导致难以隔离问题(包括文件损坏)。请从 \"config.php\" 中删除 \"filelocking.enabled\" => false 配置条目以避免这些问题。", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available." : "当前正在使用数据库处理事务性文件锁定。若有内存缓存可用,请进行配置以提升性能。", "Forwarded for headers" : "转发标头", "Your \"trusted_proxies\" setting is not correctly set, it should be an array." : "您的 trusted_proxy 设置存在错误,应为一个列表。", @@ -263,16 +265,23 @@ "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 %s rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive." : "您的调度对象表中有超过 %s 行。请通过 `occ maintenance:repair --include-expensive` 运行昂贵的维修作业。", + "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`。这可能是潜在的安全或隐私风险,建议调整此设置。", "- The `%1$s` HTTP header does not contain `%2$s`. This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "- `%1$s` HTTP 标头不包含 `%2$s`。这是一个潜在的安全或隐私风险,建议相应地调整此设置。", + "- The `Strict-Transport-Security` HTTP header is not set (should be at least `%d` seconds). For enhanced security, it is recommended to enable HSTS." : "- 未设置 `Strict-Transport-Security` HTTP 标头(应至少为 `%d` 秒)。为了增强安全性,建议启用 HSTS。", "Some headers are not set correctly on your instance" : "您的实例上的某些标头设置不正确", "Could not check that your web server serves security headers correctly. Please check manually." : "无法检查您的 Web 服务器是否正确提供安全标头。 请手动检查。", "Could not check that your web server serves security headers correctly, unable to query `%s`" : "无法检查您的 Web 服务器是否正确提供安全标头,无法查询 `%s`", "Your server is correctly configured to send security headers." : "您的服务器已正确配置为发送安全标头。", "Database version" : "数据库版本", + "MariaDB version 10.3 detected, this version is end-of-life and only supported as part of Ubuntu 20.04. MariaDB >=%1$s and <=%2$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "检测到 MariaDB 版本 10.3,此版本已停用,仅作为 Ubuntu 20.04 的一部分受支持。建议使用 MariaDB >=%1$s 和 <=%2$s 以获得此版本 Nextcloud 的最佳性能、稳定性和功能。", + "MariaDB version \"%1$s\" detected. MariaDB >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "检测到 MariaDB 版本\"%1$s\"。建议使用 MariaDB >=%2$s 和 <=%3$s,以获得此版本 Nextcloud 的最佳性能、稳定性和功能。", + "MySQL version \"%1$s\" detected. MySQL >=%2$s and <=%3$s is suggested for best performance, stability and functionality with this version of Nextcloud." : "检测到 MySQL 版本\"%1$s\"。建议使用 MySQL >=%2$s 和 <=%3$s,以获得此版本 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" : "建筑风格", @@ -280,11 +289,13 @@ "It seems like you are running a 32-bit PHP version. Nextcloud needs 64-bit to run well. Please upgrade your OS and PHP to 64-bit!" : "您似乎正在使用32位的PHP版本。Nextcloud需要64位的PHP版本以便良好运行。请升级您的系统和PHP版本至64位!", "Temporary space available" : "可用临时空间", "Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "检查临时 PHP 路径时出错 - 未正确设置为目录。 返回值: %s", + "The PHP function \"disk_free_space\" is disabled, which prevents the check for enough space in the temporary directories." : "PHP 函数 \"disk_free_space\" 被禁用,这会阻止检查临时目录中是否有足够的空间。", "Error while checking the available disk space of temporary PHP path or no free disk space returned. Temporary path: %s" : "检查临时 PHP 路径的可用磁盘空间时出错或未返回可用磁盘空间。 临时路径: %s", "- %.1f GiB available in %s (PHP temporary directory)" : "- %.1f GiB 在 %s 中可用(PHP 临时目录)", "- %.1f GiB available in %s (Nextcloud temporary directory)" : "- %.1f GiB 在 %s 中可用(Nextcloud 临时目录)", "Temporary directory is correctly configured:\n%s" : "临时目录配置正确:\n%s", "This instance uses an S3 based object store as primary storage, and has enough space in the temporary directory.\n%s" : "该实例使用基于S3的对象存储作为主存储,并且临时目录中有足够的空间。\n%s", + "This instance uses an S3 based object store as primary storage. The uploaded files are stored temporarily on the server and thus it is recommended to have 50 GiB of free space available in the temp directory of PHP. To improve this please change the temporary directory in the php.ini or make more space available in that path. \nChecking the available space in the temporary path resulted in %.1f GiB instead of the recommended 50 GiB. Path: %s" : "此实例使用基于 S3 的对象存储作为主存储。上传的文件临时存储在服务器上,因此建议在 PHP 的临时目录中留出 50 GiB 的可用空间。为了改善这一点,请更改 php.ini 中的临时目录或在该路径中留出更多可用空间。\n检查临时路径中的可用空间为 %.1f GiB,而不是建议的 50 GiB。路径:%s", "Database transaction isolation level" : "数据库事务隔离等级", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "数据库没有运行在“READ COMMITTED”事务隔离级别。当多项操作同时执行时将产生问题。", "Was not able to get transaction isolation level: %s" : "未能获取事务隔离等级:%s", @@ -292,9 +303,12 @@ "Could not check that your web server serves `.well-known` correctly. Please check manually." : "无法检查您的网络服务器是否正确服务 `.well-known`。 请手动检查。", "Your web server is not properly set up to resolve `.well-known` URLs, failed on:\n`%s`" : "您的网络服务器未正确设置来解析 `.wellknown` URL,失败于:\n`%s`", "Your server is correctly configured to serve `.well-known` URLs." : "您的服务器已正确配置为提供 `.well-known` URL。", + "Could not check for {extension} loading support. Please check manually if your webserver serves `.{extension}` files." : "无法检查 {extension} 加载支持。请手动检查您的网络服务器是否提供 `.{extension}` 文件。", + "Your web server is not properly set up to deliver .{extension} files. This is typically an issue with the Nginx configuration. For Nextcloud 15 it needs an adjustment to also deliver .{extension} files. Compare your Nginx configuration to the recommended configuration in our documentation." : "您的 Web 服务器未正确设置以传送 .{extension} 文件。这通常是 Nginx 配置的问题。对于 Nextcloud 15,需要进行调整才能传送 .{extension} 文件。将您的 Nginx 配置与我们文档中的推荐配置进行比较。", "Profile information" : "个人信息", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "个人资料图片、全名、电子邮件、电话号码、地址、网站、Twitter、组织、角色、标题、个人简介以及您的个人资料是否启用", "Nextcloud settings" : "Nextcloud 设置", + "Unified task processing" : "统一任务处理", "AI tasks can be implemented by different apps. Here you can set which app should be used for which task." : "AI 任务可以由不同的应用程序执行。在这里您可以设置哪个应用程序应该用于哪个任务。", "Task:" : "任务:", "None of your currently installed apps provide Task processing functionality" : "您当前安装的应用程序均不提供任务处理功能", @@ -310,16 +324,16 @@ "None" : "无", "Unable to modify setting" : "无法更改设置", "Allow apps to use the Share API" : "允许应用使用共享 API", - "Allow resharing" : "允许二次共享", + "Allow resharing" : "允许再次共享", "Allow sharing with groups" : "允许群组共享", "Restrict users to only share with users in their groups" : "限制用户只与他们组中的用户共享", "Ignore the following groups when checking group membership" : "检查组成员身份时忽略以下组", - "Allow users to share via link and emails" : "允许用户通过链接和电子邮件分享 ", + "Allow users to share via link and emails" : "允许用户通过链接和电子邮件共享", "Allow public uploads" : "允许公开上传", - "Always ask for a password" : "一直要求输入密码", + "Always ask for a password" : "始终要求输入密码", "Enforce password protection" : "强制密码保护", "Exclude groups from password requirements" : "不对指定的组执行密码要求", - "Exclude groups from creating link shares" : "禁止指定的组创建分享链接", + "Exclude groups from creating link shares" : "禁止指定的组创建共享链接", "Limit sharing based on groups" : "基于组限制共享", "Allow sharing for everyone (default)" : "允许所有人共享(默认)", "Exclude some groups from sharing" : "从共享中排除某些群组", @@ -338,7 +352,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." : "如果启用了“同组”自动完成和“手机号码集成”,则匹配两者中的任何一个都足以显示用户", + "Restrict account name autocompletion and system address book access to users within the same groups" : "限制同一组内的用户访问帐户名称自动完成和系统地址簿", + "Restrict 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" : "免责声明文本", @@ -365,6 +382,7 @@ "Featured" : "精选", "This app is supported via your current Nextcloud subscription." : "根据您的 Nextcloud 订阅,此应用受到支持。", "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "特色应用由社区并在社区内开发。 它们提供了中心功能,并准备投入生产使用。", + "Community rating: {score}/5" : "社区评分:{score}/5", "All apps are up-to-date." : "所有的应用程序都是最新的。", "Icon" : "图标", "Name" : "名称", @@ -560,7 +578,7 @@ "Create" : "创建", "Change" : "修改", "Delete" : "删除", - "Reshare" : "重新共享", + "Reshare" : "再次共享", "No accounts" : "没有账目", "Loading accounts …" : "正在加载账号...", "List of accounts. This list is not fully rendered for performance reasons. The accounts will be rendered as you navigate through the list." : "帐户列表。 出于性能原因,此列表未完全呈现。 当您浏览列表时,将呈现帐户。", @@ -568,7 +586,7 @@ "Common languages" : "常用语言", "Other languages" : "其他语言", "Password change is disabled because the master key is disabled" : "密码修改被禁用,因为主密码被禁用", - "New account" : "新建帐号", + "New account" : "新建账号", "Display name" : "显示名称", "Either password or email is required" : "需要密码或者电子邮件地址", "Password (required)" : "密码(必填)", @@ -583,7 +601,7 @@ "Set account quota" : "设置账号配额", "Language" : "语言", "Set default language" : "设置默认语言", - "Add new account" : "添加新帐户", + "Add new account" : "添加新账号", "Manager" : "管理者", "Account name will be autogenerated" : "账号名称将自动生成", "Account name (required)" : "账号名称(必填)", @@ -592,6 +610,7 @@ "Avatar" : "头像", "Account name" : "账号名称", "Group admin for" : "分组管理员", + "Account backend" : "账户后端", "Storage location" : "存储位置", "Last login" : "最后登录", "Account actions" : "账号操作", @@ -599,10 +618,10 @@ "Loading account …" : "正在加载帐户...", "Change display name" : "修改显示名称", "Set new password" : "设置新密码", - "You do not have permissions to see the details of this account" : "您无权查看此帐号的详细信息", + "You do not have permissions to see the details of this account" : "你无权限查看此账号的详情", "Set new email address" : "设置新邮箱地址", "Add account to group" : "将帐户添加到组", - "Set account as admin for" : "将帐号设置为管理员", + "Set account as admin for" : "将账号设置为管理员", "Select account quota" : "选择账号限额", "Set the language" : "设置语言", "{size} used" : "已使用 {size}", @@ -616,13 +635,13 @@ "Wipe {userid}'s devices" : "擦除 {userid} 的设备", "Wiped {userid}'s devices" : "已抹除 {userid} 的设备", "Fully delete {userid}'s account including all their personal files, app data, etc." : "完全删除 {userid} 的账号,包括其所有个人文件,应用程序数据等。", - "Account deletion" : "帐号删除", + "Account deletion" : "账号删除", "Delete {userid}'s account" : "删除 {userid} 的账号", "Display name was successfully changed" : "显示名称更改成功", "Password was successfully changed" : "密码更改成功", "Email was successfully changed" : "邮箱更改成功", "Welcome mail sent!" : "欢迎邮件已经发送!", - "Toggle account actions menu" : "切换帐号操作菜单", + "Toggle account actions menu" : "切换账号操作菜单", "Done" : "完成", "Edit" : "编辑", "Account management settings" : "账号管理设置", @@ -655,6 +674,7 @@ "Loading app list" : "正在加载应用程序列表", "App Store" : "应用商店", "Loading categories" : "正在加载分类", + "Developer documentation ↗" : "开发者文档 ↗", "All accounts" : "所有账号", "Admins" : "管理员", "Create group" : "创建群组", @@ -762,6 +782,7 @@ "Old user imported certificates" : "旧用户导入的证书", "A background job is pending that checks for user imported SSL certificates. Please check back later." : "一个检查用户导入的 SSL 证书的后台工作正在进行中。请稍后再来检查。", "There are some user imported SSL certificates present, that are not used anymore with Nextcloud 21. They can be imported on the command line via \"occ security:certificates:import\" command. Their paths inside the data directory are shown below." : "目前存在一些用户导入的 SSL 证书,这在 Nextcloud 21 中已经不使用了。它们可以通过“occ security:certificates:import”命令在命令行导入。它们在数据目录下的路径如下所示。", + "Missing optional index \"%s\" in table \"%s\"." : "索引 \"%s\" 不存在于表 \"%s\"。", "The database is missing some indexes. Due to the fact that adding indexes on big tables could take some time they were not added automatically. By running \"occ db:add-missing-indices\" those missing indexes could be added manually while the instance keeps running. Once the indexes are added queries to those tables are usually much faster." : "数据库丢失了一些索引。由于给大的数据表添加索引会耗费一些时间,因此程序没有自动对其进行修复。您可以在 Nextcloud 运行时通过命令行手动执行“occ db:add-missing-indices”命令修复丢失的索引。索引修复后会大大提高相应表的查询速度。", "File locking" : "文件锁定", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems." : "事务性文件锁定已禁用,可能会引发争用问题。请在 config.php 中启用 filelocking.enabled 以避免这类问题的发生。", diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js index 01152328bcc..24aa3ec737d 100644 --- a/apps/settings/l10n/zh_HK.js +++ b/apps/settings/l10n/zh_HK.js @@ -209,7 +209,10 @@ OC.L10N.register( "Configured" : "已配置", "Mimetype migrations available" : "有可用的 MIME 類型遷移", "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "有一個或多個 MIME 類型的遷移可用。有時會添加新的 MIME 類型以更好地處理某些檔案類型。在較大的實例上遷移 MIME 類型需要很長時間,因此在升級過程中不會自動執行。請使用命令 `occ maintenance:repair --include-expensive` 來執行遷移。", + "MySQL row format" : "MySQL 行格式", "You are not using MySQL" : "您並未使用 MySQL", + "None of your table use ROW_FORMAT=Compressed" : "您的數據庫表中沒有使用 ROW_FORMAT=Compressed。", + "_Table %s is not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic._::_Some tables are not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic on the following tables: %s._" : ["某些數據庫表未使用 ROW_FORMAT=Dynamic。此格式為 Nextcloud 提供最佳的數據庫性能。請將以下數據庫表的行格式更改為 Dynamic:%s。"], "MySQL Unicode support" : "MySQL Unicode 支援", "MySQL is used as database and does support 4-byte characters" : "MySQL 用作資料庫並支援 4 位元組字元", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL 用作數據庫,但不支持4-byte字符。為了能夠處理4字節字符(如表情符號)而不會出現文件名或註釋問題,建議在MySQL中啟用4字節支持。", @@ -541,6 +544,8 @@ OC.L10N.register( "Enter your date of birth" : "輸入您的出生日期", "Unable to update date of birth" : "無法更新出生日期", "You are a member of the following groups:" : "你是下列群組的成員︰", + "You are using {s}{usage}{/s}" : "您正在使用 {s}{usage}{/s}", + "You are using {s}{usage}{/s} of {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})" : "您正在使用 {s}{usage}{/s},總儲存空間 {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})", "Your full name" : "您的全名", "Primary email for password reset and notifications" : "用於密碼重設和通告信件的主要電郵地址", "Email options" : "電子郵件通知選項", diff --git a/apps/settings/l10n/zh_HK.json b/apps/settings/l10n/zh_HK.json index d304cc15cac..92c1a222683 100644 --- a/apps/settings/l10n/zh_HK.json +++ b/apps/settings/l10n/zh_HK.json @@ -207,7 +207,10 @@ "Configured" : "已配置", "Mimetype migrations available" : "有可用的 MIME 類型遷移", "One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations." : "有一個或多個 MIME 類型的遷移可用。有時會添加新的 MIME 類型以更好地處理某些檔案類型。在較大的實例上遷移 MIME 類型需要很長時間,因此在升級過程中不會自動執行。請使用命令 `occ maintenance:repair --include-expensive` 來執行遷移。", + "MySQL row format" : "MySQL 行格式", "You are not using MySQL" : "您並未使用 MySQL", + "None of your table use ROW_FORMAT=Compressed" : "您的數據庫表中沒有使用 ROW_FORMAT=Compressed。", + "_Table %s is not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic._::_Some tables are not using ROW_FORMAT=Dynamic. This format offers the best database performances for Nextcloud. Please change the row format to Dynamic on the following tables: %s._" : ["某些數據庫表未使用 ROW_FORMAT=Dynamic。此格式為 Nextcloud 提供最佳的數據庫性能。請將以下數據庫表的行格式更改為 Dynamic:%s。"], "MySQL Unicode support" : "MySQL Unicode 支援", "MySQL is used as database and does support 4-byte characters" : "MySQL 用作資料庫並支援 4 位元組字元", "MySQL is used as database but does not support 4-byte characters. To be able to handle 4-byte characters (like emojis) without issues in filenames or comments for example it is recommended to enable the 4-byte support in MySQL." : "MySQL 用作數據庫,但不支持4-byte字符。為了能夠處理4字節字符(如表情符號)而不會出現文件名或註釋問題,建議在MySQL中啟用4字節支持。", @@ -539,6 +542,8 @@ "Enter your date of birth" : "輸入您的出生日期", "Unable to update date of birth" : "無法更新出生日期", "You are a member of the following groups:" : "你是下列群組的成員︰", + "You are using {s}{usage}{/s}" : "您正在使用 {s}{usage}{/s}", + "You are using {s}{usage}{/s} of {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})" : "您正在使用 {s}{usage}{/s},總儲存空間 {s}{totalSpace}{/s} ({s}{usageRelative}%{/s})", "Your full name" : "您的全名", "Primary email for password reset and notifications" : "用於密碼重設和通告信件的主要電郵地址", "Email options" : "電子郵件通知選項", diff --git a/apps/sharebymail/l10n/zh_CN.js b/apps/sharebymail/l10n/zh_CN.js index 84d1e24043f..a39ed7b81c5 100644 --- a/apps/sharebymail/l10n/zh_CN.js +++ b/apps/sharebymail/l10n/zh_CN.js @@ -14,7 +14,7 @@ OC.L10N.register( "Password to access {file} was sent to {email}" : "访问 {file} 的密码被发送给 {email}", "Password to access {file} was sent to you" : "访问 {file} 的密码已发送给您", "Share by mail" : "通过邮件共享", - "Sharing %1$s failed, because this item is already shared with the account %2$s" : "共享 %1$s 失败,因为该项目已与账号 %2$s 分享", + "Sharing %1$s failed, because this item is already shared with the account %2$s" : "共享 %1$s 失败,因为该项目已与账号 %2$s 共享", "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "我们无法将自动生成的密码发送给您。请在您的个人设置中设置一个有效的电子邮件地址,然后重试。 ", "Failed to send share by email. Got an invalid email address" : "无法通过邮箱发送分享。无效邮箱", "Failed to send share by email" : "通过邮件发送共享失败", diff --git a/apps/sharebymail/l10n/zh_CN.json b/apps/sharebymail/l10n/zh_CN.json index 13f2c609e31..9c36be73bcf 100644 --- a/apps/sharebymail/l10n/zh_CN.json +++ b/apps/sharebymail/l10n/zh_CN.json @@ -12,7 +12,7 @@ "Password to access {file} was sent to {email}" : "访问 {file} 的密码被发送给 {email}", "Password to access {file} was sent to you" : "访问 {file} 的密码已发送给您", "Share by mail" : "通过邮件共享", - "Sharing %1$s failed, because this item is already shared with the account %2$s" : "共享 %1$s 失败,因为该项目已与账号 %2$s 分享", + "Sharing %1$s failed, because this item is already shared with the account %2$s" : "共享 %1$s 失败,因为该项目已与账号 %2$s 共享", "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "我们无法将自动生成的密码发送给您。请在您的个人设置中设置一个有效的电子邮件地址,然后重试。 ", "Failed to send share by email. Got an invalid email address" : "无法通过邮箱发送分享。无效邮箱", "Failed to send share by email" : "通过邮件发送共享失败", diff --git a/apps/theming/l10n/zh_CN.js b/apps/theming/l10n/zh_CN.js index 63ca0504022..f332fb912c4 100644 --- a/apps/theming/l10n/zh_CN.js +++ b/apps/theming/l10n/zh_CN.js @@ -23,7 +23,7 @@ OC.L10N.register( "No file uploaded" : "文件没有上传", "You are already using a custom theme. Theming app settings might be overwritten by that." : "你已经在使用一个自定义的主题。主题应用的设置可能会被其覆盖。", "Theming" : "主题", - "Appearance and accessibility" : "外观和可访问性", + "Appearance and accessibility" : "外观和辅助功能", "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." : "PHP 模块“imagick”没有被启用,尽管已启用了主题程序。为了使收藏图标正常生成,您需要安装并启用这个模块。", "Dark theme with high contrast mode" : "高对比度深色主题", "Enable dark high contrast mode" : "使用高对比度深色模式", @@ -59,7 +59,7 @@ OC.L10N.register( "Web link" : "网站链接", "a safe home for all your data" : "给您所有的数据一个安全的家", "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." : "主要颜色用于突出显示重要按钮等元素。根据当前颜色方案,它可能会有轻微调整。", "Legal notice link" : "法律声明链接", "Privacy policy link" : "隐私政策链接", @@ -70,12 +70,18 @@ OC.L10N.register( "User settings" : "用户设置", "Disable user theming" : "禁用用户自定义主题", "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" : "外观和辅助功能设置", + "Misc accessibility options" : "其他辅助功能选项", + "Enable blur background filter (may increase GPU load)" : "启用模糊背景滤镜(可能会增加 GPU 负载)", "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." : "某些情况下,键盘快捷键会干扰无障碍浏览工具。该设置可禁用所有键盘快捷键,以便您控制这些工具的焦点。启用该设置将同时禁用所有应用中的快捷键。", + "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" : "禁用所有键盘快捷键", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "无障碍访问对我们非常重要。 我们遵循网络标准,并进行检查以确保所有内容都可以在没有鼠标或辅助软件(例如屏幕阅读器)的情况下使用。 我们的目标是达到 {guidelines} Web 内容可访问性指南 {linkend} 2.1 中的 AA 级别,并另外通过高对比度主题达到 AAA 级别。", + "If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "如果你发现任何问题,请随时在{issuetracker}我们的问题跟踪器{linkend}上报告。 如果你想参与其中,请加入{designteam}我们的设计团队{linkend}!", "Move up" : "上移", "Move down" : "下移", "Custom background" : "自定义背景", @@ -83,7 +89,11 @@ OC.L10N.register( "Default background" : "默认背景", "Select a background from your files" : "从文件中选择背景", "Theme selection is enforced" : "主题由管理员指定", - "Navigation bar settings" : "导航栏", + "Navigation bar settings" : "导航栏设置", + "You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo." : "你可以配置用于导航栏的应用程序顺序。第一个条目将是默认应用程序,在登录后或单击徽标时打开。", + "Reset default 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_CN.json b/apps/theming/l10n/zh_CN.json index cd4d9708fa5..4a84c491594 100644 --- a/apps/theming/l10n/zh_CN.json +++ b/apps/theming/l10n/zh_CN.json @@ -21,7 +21,7 @@ "No file uploaded" : "文件没有上传", "You are already using a custom theme. Theming app settings might be overwritten by that." : "你已经在使用一个自定义的主题。主题应用的设置可能会被其覆盖。", "Theming" : "主题", - "Appearance and accessibility" : "外观和可访问性", + "Appearance and accessibility" : "外观和辅助功能", "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." : "PHP 模块“imagick”没有被启用,尽管已启用了主题程序。为了使收藏图标正常生成,您需要安装并启用这个模块。", "Dark theme with high contrast mode" : "高对比度深色主题", "Enable dark high contrast mode" : "使用高对比度深色模式", @@ -57,7 +57,7 @@ "Web link" : "网站链接", "a safe home for all your data" : "给您所有的数据一个安全的家", "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." : "主要颜色用于突出显示重要按钮等元素。根据当前颜色方案,它可能会有轻微调整。", "Legal notice link" : "法律声明链接", "Privacy policy link" : "隐私政策链接", @@ -68,12 +68,18 @@ "User settings" : "用户设置", "Disable user theming" : "禁用用户自定义主题", "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" : "外观和辅助功能设置", + "Misc accessibility options" : "其他辅助功能选项", + "Enable blur background filter (may increase GPU load)" : "启用模糊背景滤镜(可能会增加 GPU 负载)", "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." : "某些情况下,键盘快捷键会干扰无障碍浏览工具。该设置可禁用所有键盘快捷键,以便您控制这些工具的焦点。启用该设置将同时禁用所有应用中的快捷键。", + "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" : "禁用所有键盘快捷键", "Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {guidelines}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "无障碍访问对我们非常重要。 我们遵循网络标准,并进行检查以确保所有内容都可以在没有鼠标或辅助软件(例如屏幕阅读器)的情况下使用。 我们的目标是达到 {guidelines} Web 内容可访问性指南 {linkend} 2.1 中的 AA 级别,并另外通过高对比度主题达到 AAA 级别。", + "If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "如果你发现任何问题,请随时在{issuetracker}我们的问题跟踪器{linkend}上报告。 如果你想参与其中,请加入{designteam}我们的设计团队{linkend}!", "Move up" : "上移", "Move down" : "下移", "Custom background" : "自定义背景", @@ -81,7 +87,11 @@ "Default background" : "默认背景", "Select a background from your files" : "从文件中选择背景", "Theme selection is enforced" : "主题由管理员指定", - "Navigation bar settings" : "导航栏", + "Navigation bar settings" : "导航栏设置", + "You can configure the app order used for the navigation bar. The first entry will be the default app, opened after login or when clicking on the logo." : "你可以配置用于导航栏的应用程序顺序。第一个条目将是默认应用程序,在登录后或单击徽标时打开。", + "Reset default 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/workflowengine/l10n/lt_LT.js b/apps/workflowengine/l10n/lt_LT.js index c73c070e4c5..978ec220ad2 100644 --- a/apps/workflowengine/l10n/lt_LT.js +++ b/apps/workflowengine/l10n/lt_LT.js @@ -46,6 +46,7 @@ OC.L10N.register( "Nextcloud workflow engine" : "Nextcloud darbo eigos modulis", "Select a filter" : "Pasirinkite filtrą", "Select a comparator" : "Pasirinkite palyginimą", + "Remove filter" : "Šalinti filtrą", "Select a file type" : "Pasirinkite failo tipą", "e.g. httpd/unix-directory" : "pvz., httpd/unix-directory", "Folder" : "Aplankas", diff --git a/apps/workflowengine/l10n/lt_LT.json b/apps/workflowengine/l10n/lt_LT.json index fb1570946ea..964c7162588 100644 --- a/apps/workflowengine/l10n/lt_LT.json +++ b/apps/workflowengine/l10n/lt_LT.json @@ -44,6 +44,7 @@ "Nextcloud workflow engine" : "Nextcloud darbo eigos modulis", "Select a filter" : "Pasirinkite filtrą", "Select a comparator" : "Pasirinkite palyginimą", + "Remove filter" : "Šalinti filtrą", "Select a file type" : "Pasirinkite failo tipą", "e.g. httpd/unix-directory" : "pvz., httpd/unix-directory", "Folder" : "Aplankas", diff --git a/core/l10n/pt_PT.js b/core/l10n/pt_PT.js index e5280d3d94a..09704870f1c 100644 --- a/core/l10n/pt_PT.js +++ b/core/l10n/pt_PT.js @@ -86,9 +86,11 @@ OC.L10N.register( "No" : "Não", "Yes" : "Sim", "Failed to add the public link to your Nextcloud" : "Não foi possível adicionar a hiperligação pública ao seu Nextcloud", + "Places" : "Locais", "Date" : "Data", "Today" : "Hoje", "Last year" : "Ultimo ano", + "People" : "Pessoas", "Results" : "Resultados", "Load more results" : "Mostrar mais resultados...", "Searching …" : "À procura …", diff --git a/core/l10n/pt_PT.json b/core/l10n/pt_PT.json index c08f1d39659..c006435ee72 100644 --- a/core/l10n/pt_PT.json +++ b/core/l10n/pt_PT.json @@ -84,9 +84,11 @@ "No" : "Não", "Yes" : "Sim", "Failed to add the public link to your Nextcloud" : "Não foi possível adicionar a hiperligação pública ao seu Nextcloud", + "Places" : "Locais", "Date" : "Data", "Today" : "Hoje", "Last year" : "Ultimo ano", + "People" : "Pessoas", "Results" : "Resultados", "Load more results" : "Mostrar mais resultados...", "Searching …" : "À procura …", diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index c87933b6db5..9ce6bf23c18 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -29,7 +29,7 @@ OC.L10N.register( "Your login token is invalid or has expired" : "您的登录 token 无效或已过期", "This community release of Nextcloud is unsupported and push notifications are limited." : "这个 Nextcloud 的社区版本不受支持,推送通知功能受限。", "Login" : "登录", - "Unsupported email length (>255)" : "不支持的邮箱长度(>255)", + "Unsupported email length (>255)" : "不支持的电子邮箱长度(>255)", "Password reset is disabled" : "重置密码已禁用", "Could not reset password because the token is expired" : "无法重设密码,因为令牌已过期", "Could not reset password because the token is invalid" : "无法重设密码,因为令牌无效", @@ -73,14 +73,14 @@ OC.L10N.register( "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "检查 %s 的数据库结构是否可以更新(这可能需要很长的时间,取决于数据库大小)", "Updated \"%1$s\" to %2$s" : "已经从“%1$s”更新到 %2$s", "Set log level to debug" : "设置日志级别为 调试", - "Reset log level" : "重设日志级别", + "Reset log level" : "重置日志级别", "Starting code integrity check" : "开始代码完整性检查", "Finished code integrity check" : "代码完整性检查已完成", "%s (incompatible)" : "%s (不兼容)", "The following apps have been disabled: %s" : "以下应用已被禁用:%s", "Already up to date" : "已经是最新版本", "Error occurred while checking server setup" : "检查服务器设置时出错", - "For more details see the {linkstart}documentation ↗{linkend}." : "更多细节,请参见{linkstart}文档 ↗{linkend}。", + "For more details see the {linkstart}documentation ↗{linkend}." : "了解更多详情,请参见{linkstart}文档 ↗{linkend}。", "unknown text" : "未知文字", "Hello world!" : "你好,世界!", "sunny" : "晴", @@ -96,7 +96,7 @@ OC.L10N.register( "The update was unsuccessful. For more information check our forum post covering this issue." : "更新失败。有关此问题的更多信息请查看我们的论坛帖子。", "The update was unsuccessful. Please report this issue to the Nextcloud community." : "升级失败。请将此问题报告给 Nextcloud社区。", "Continue to {productName}" : "继续到 {productName}", - "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["更新成功,%n 秒后您将重定向到 {productName}。"], + "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["更新成功,%n 秒后你将重定向到 {productName}。"], "Applications menu" : "应用程序菜单", "Apps" : "应用", "More apps" : "更多的应用程序", @@ -126,7 +126,7 @@ OC.L10N.register( "Last 7 days" : "过去 7 天", "Last 30 days" : "过去 30 天", "This year" : "今年", - "Last year" : "上年", + "Last year" : "去年", "Search people" : "搜索人物", "People" : "人物", "Filter in current view" : "在当前视图中筛选", @@ -139,7 +139,7 @@ OC.L10N.register( "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "介于 ${this.dateFilter.startFrom.toLocaleDateString()} 到 ${this.dateFilter.endAt.toLocaleDateString()} 之间", "Log in" : "登录", "Logging in …" : "正在登录……", - "Server side authentication failed!" : "服务端认证失败!", + "Server side authentication failed!" : "服务器端身份验证失败!", "Please contact your administrator." : "请联系您的管理员。", "Temporary error" : "临时错误", "Please try again." : "请重试。", @@ -147,20 +147,20 @@ OC.L10N.register( "Please try again or contact your administrator." : "请重试或联系您的管理员。", "Password" : "密码", "Log in to {productName}" : "登录到 {productName}", - "Wrong login or password." : "错误的账号或密码", + "Wrong login or password." : "账号或密码错误", "This account is disabled" : "此账号已停用", "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "我们检测到您的IP进行了多次无效登录尝试。因此,您的下一次登录最长会延迟30秒。", "Account name or email" : "账号名称或电子邮箱", "Account name" : "账号名称", "Log in with a device" : "使用设备登录", - "Login or email" : "输入账号或者电子邮件", - "Your account is not setup for passwordless login." : "您的账号未设置无密码登录。", + "Login or email" : "账号或电子邮箱", + "Your account is not setup for passwordless login." : "你的账号未设置无密码登录。", "Browser not supported" : "浏览器不受支持", "Passwordless authentication is not supported in your browser." : "浏览器不支持无密码验证。", "Your connection is not secure" : "您的连接不安全", "Passwordless authentication is only available over a secure connection." : "无密码身份验证仅在安全连接上可用。", "Reset password" : "重置密码", - "If this account exists, a password reset message has been sent to its email address. If you do not receive it, verify your email address and/or Login, check your spam/junk folders or ask your local administration for help." : "如果账号存在,一封密码重置信息将会被发送至你的邮箱账户。如果你没有收到该邮件,请检查你的登录邮箱拼写是否正确,或检查邮件是否被归为垃圾邮件,或请求本地管理员以提供支持。", + "If this account exists, a password reset message has been sent to its email address. If you do not receive it, verify your email address and/or Login, check your spam/junk folders or ask your local administration for help." : "如果账号存在,一封密码重置信息将会被发送至你的电子邮箱地址。如果你没有收到该邮件,请验证你的电子邮箱地址/账号拼写是否正确,或检查邮件是否被归为垃圾邮件文件夹,或请求本地管理员的帮助。", "Couldn't send reset email. Please contact your administrator." : "未能成功发送重置邮件,请联系管理员。", "Password cannot be changed. Please contact your administrator." : "无法更改密码,请联系管理员。", "Back to login" : "返回登录", @@ -202,9 +202,9 @@ OC.L10N.register( "Press Enter to start searching" : "按下Enter开始搜索", "An error occurred while searching for {type}" : "搜索 {type} 时出错", "Forgot password?" : "忘记密码?", - "Back to login form" : "回到登录表格", + "Back to login form" : "回到登录表单", "Back" : "返回", - "Login form is disabled." : "登录表单被禁用", + "Login form is disabled." : "登录表单已禁用", "The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "Nextcloud 登录表单已禁用。如果可以,请使用其他登录选项或联系你的管理人员。", "Edit Profile" : "编辑个人资料", "The headline and about sections will show up here" : "标题和关于部分将显示在此处", @@ -396,7 +396,7 @@ OC.L10N.register( "Currently open" : "当前打开", "Wrong username or password." : "错误的用户名或密码。", "User disabled" : "用户不可用", - "Login with username or email" : "使用用户名或邮箱进行登录", + "Login with username or email" : "使用用户名或电子邮箱进行登录", "Login with username" : "使用用户名登录", "Username or email" : "用户名或邮箱", "If this account exists, a password reset message has been sent to its email address. If you do not receive it, verify your email address and/or account name, check your spam/junk folders or ask your local administration for help." : "如果此账户存在,一封密码重置邮件已发送到其电子邮件地址。如果您未收到,请验证您的电子邮件地址和/或账户名称,并检查您的垃圾邮件文件夹,或向您的本地管理员求助。", diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json index b6bab7006e2..ffe0d63bd66 100644 --- a/core/l10n/zh_CN.json +++ b/core/l10n/zh_CN.json @@ -27,7 +27,7 @@ "Your login token is invalid or has expired" : "您的登录 token 无效或已过期", "This community release of Nextcloud is unsupported and push notifications are limited." : "这个 Nextcloud 的社区版本不受支持,推送通知功能受限。", "Login" : "登录", - "Unsupported email length (>255)" : "不支持的邮箱长度(>255)", + "Unsupported email length (>255)" : "不支持的电子邮箱长度(>255)", "Password reset is disabled" : "重置密码已禁用", "Could not reset password because the token is expired" : "无法重设密码,因为令牌已过期", "Could not reset password because the token is invalid" : "无法重设密码,因为令牌无效", @@ -71,14 +71,14 @@ "Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "检查 %s 的数据库结构是否可以更新(这可能需要很长的时间,取决于数据库大小)", "Updated \"%1$s\" to %2$s" : "已经从“%1$s”更新到 %2$s", "Set log level to debug" : "设置日志级别为 调试", - "Reset log level" : "重设日志级别", + "Reset log level" : "重置日志级别", "Starting code integrity check" : "开始代码完整性检查", "Finished code integrity check" : "代码完整性检查已完成", "%s (incompatible)" : "%s (不兼容)", "The following apps have been disabled: %s" : "以下应用已被禁用:%s", "Already up to date" : "已经是最新版本", "Error occurred while checking server setup" : "检查服务器设置时出错", - "For more details see the {linkstart}documentation ↗{linkend}." : "更多细节,请参见{linkstart}文档 ↗{linkend}。", + "For more details see the {linkstart}documentation ↗{linkend}." : "了解更多详情,请参见{linkstart}文档 ↗{linkend}。", "unknown text" : "未知文字", "Hello world!" : "你好,世界!", "sunny" : "晴", @@ -94,7 +94,7 @@ "The update was unsuccessful. For more information check our forum post covering this issue." : "更新失败。有关此问题的更多信息请查看我们的论坛帖子。", "The update was unsuccessful. Please report this issue to the Nextcloud community." : "升级失败。请将此问题报告给 Nextcloud社区。", "Continue to {productName}" : "继续到 {productName}", - "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["更新成功,%n 秒后您将重定向到 {productName}。"], + "_The update was successful. Redirecting you to {productName} in %n second._::_The update was successful. Redirecting you to {productName} in %n seconds._" : ["更新成功,%n 秒后你将重定向到 {productName}。"], "Applications menu" : "应用程序菜单", "Apps" : "应用", "More apps" : "更多的应用程序", @@ -124,7 +124,7 @@ "Last 7 days" : "过去 7 天", "Last 30 days" : "过去 30 天", "This year" : "今年", - "Last year" : "上年", + "Last year" : "去年", "Search people" : "搜索人物", "People" : "人物", "Filter in current view" : "在当前视图中筛选", @@ -137,7 +137,7 @@ "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "介于 ${this.dateFilter.startFrom.toLocaleDateString()} 到 ${this.dateFilter.endAt.toLocaleDateString()} 之间", "Log in" : "登录", "Logging in …" : "正在登录……", - "Server side authentication failed!" : "服务端认证失败!", + "Server side authentication failed!" : "服务器端身份验证失败!", "Please contact your administrator." : "请联系您的管理员。", "Temporary error" : "临时错误", "Please try again." : "请重试。", @@ -145,20 +145,20 @@ "Please try again or contact your administrator." : "请重试或联系您的管理员。", "Password" : "密码", "Log in to {productName}" : "登录到 {productName}", - "Wrong login or password." : "错误的账号或密码", + "Wrong login or password." : "账号或密码错误", "This account is disabled" : "此账号已停用", "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "我们检测到您的IP进行了多次无效登录尝试。因此,您的下一次登录最长会延迟30秒。", "Account name or email" : "账号名称或电子邮箱", "Account name" : "账号名称", "Log in with a device" : "使用设备登录", - "Login or email" : "输入账号或者电子邮件", - "Your account is not setup for passwordless login." : "您的账号未设置无密码登录。", + "Login or email" : "账号或电子邮箱", + "Your account is not setup for passwordless login." : "你的账号未设置无密码登录。", "Browser not supported" : "浏览器不受支持", "Passwordless authentication is not supported in your browser." : "浏览器不支持无密码验证。", "Your connection is not secure" : "您的连接不安全", "Passwordless authentication is only available over a secure connection." : "无密码身份验证仅在安全连接上可用。", "Reset password" : "重置密码", - "If this account exists, a password reset message has been sent to its email address. If you do not receive it, verify your email address and/or Login, check your spam/junk folders or ask your local administration for help." : "如果账号存在,一封密码重置信息将会被发送至你的邮箱账户。如果你没有收到该邮件,请检查你的登录邮箱拼写是否正确,或检查邮件是否被归为垃圾邮件,或请求本地管理员以提供支持。", + "If this account exists, a password reset message has been sent to its email address. If you do not receive it, verify your email address and/or Login, check your spam/junk folders or ask your local administration for help." : "如果账号存在,一封密码重置信息将会被发送至你的电子邮箱地址。如果你没有收到该邮件,请验证你的电子邮箱地址/账号拼写是否正确,或检查邮件是否被归为垃圾邮件文件夹,或请求本地管理员的帮助。", "Couldn't send reset email. Please contact your administrator." : "未能成功发送重置邮件,请联系管理员。", "Password cannot be changed. Please contact your administrator." : "无法更改密码,请联系管理员。", "Back to login" : "返回登录", @@ -200,9 +200,9 @@ "Press Enter to start searching" : "按下Enter开始搜索", "An error occurred while searching for {type}" : "搜索 {type} 时出错", "Forgot password?" : "忘记密码?", - "Back to login form" : "回到登录表格", + "Back to login form" : "回到登录表单", "Back" : "返回", - "Login form is disabled." : "登录表单被禁用", + "Login form is disabled." : "登录表单已禁用", "The Nextcloud login form is disabled. Use another login option if available or contact your administration." : "Nextcloud 登录表单已禁用。如果可以,请使用其他登录选项或联系你的管理人员。", "Edit Profile" : "编辑个人资料", "The headline and about sections will show up here" : "标题和关于部分将显示在此处", @@ -394,7 +394,7 @@ "Currently open" : "当前打开", "Wrong username or password." : "错误的用户名或密码。", "User disabled" : "用户不可用", - "Login with username or email" : "使用用户名或邮箱进行登录", + "Login with username or email" : "使用用户名或电子邮箱进行登录", "Login with username" : "使用用户名登录", "Username or email" : "用户名或邮箱", "If this account exists, a password reset message has been sent to its email address. If you do not receive it, verify your email address and/or account name, check your spam/junk folders or ask your local administration for help." : "如果此账户存在,一封密码重置邮件已发送到其电子邮件地址。如果您未收到,请验证您的电子邮件地址和/或账户名称,并检查您的垃圾邮件文件夹,或向您的本地管理员求助。", diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index 18aa47d1677..a073277be6d 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -83,6 +83,8 @@ OC.L10N.register( "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "模块:%s不存在。请在 App 设置中开启或联系您的管理员。", "Dot files are not allowed" : "以 . 开头的文件不被允许", "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" 是禁止的文件或文件夹名称。", + "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" 是文件或文件夹名称的禁止前缀。", + "Filenames must not end with \"%1$s\"." : "文件名不能以 “%1$s” 结尾。", "File already exists" : "文件已存在", "Invalid path" : "无效的路径", "Failed to create file from template" : "从模板创建文件失败", @@ -97,7 +99,7 @@ OC.L10N.register( "__language_name__" : "简体中文", "This is an automatically sent email, please do not reply." : "这是一个自动生成的电子邮件,请不要回复。", "Help & privacy" : "帮助&隐私", - "Appearance and accessibility" : "外观和可访问性", + "Appearance and accessibility" : "外观和辅助功能", "Apps" : "应用", "Personal settings" : "个人设置", "Administration settings" : "管理设置", @@ -304,8 +306,13 @@ OC.L10N.register( "Prompt" : "提示", "Describe the image you want to generate" : "描述你想要生成的图像", "Runs an arbitrary prompt through a language model that returns a reply" : "通过语言模型运行任意提示并返回答复", + "Describe a task that you want the assistant to do or ask a question" : "描述你希望助手执行的任务或提出问题", + "The generated text from the assistant" : "助手生成的文本", "Define rules and assumptions that the assistant should follow during the conversation." : "定义助手在对话过程中应遵循的规则和假设。", "The history of chat messages before the current message, starting with a message by the user" : "当前消息之前的聊天消息历史记录,从用户发送的消息开始", + "The generated response as part of the conversation" : "作为对话的一部分生成的响应", + "Takes a text and makes it sound more formal" : "使文本听起来更正式", + "Write a text that you want the assistant to formalize" : "写下你希望助手正式化的文本", "Generate a headline" : "生成标题", "Generates a possible headline for a text." : "为一段文本生成一个可能的标题", "The original text to generate a headline for" : "需要生成标题的原始文本", @@ -315,6 +322,7 @@ OC.L10N.register( "Write a text that you want the assistant to reformulate" : "写下您希望云助手重新表述的文本", "Reformulated text" : "重新表述的文本", "The reformulated text, written by the assistant" : "由云助手撰写的重新表述的文本", + "Write a text that you want the assistant to simplify" : "写下您希望助手简化的文本", "Summarize" : "总结归纳", "Summarizes a text" : "总结一段文本", "The original text to summarize" : "需要总结的原始文本", diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json index 2c9cbd65d1c..4360f8eae3d 100644 --- a/lib/l10n/zh_CN.json +++ b/lib/l10n/zh_CN.json @@ -81,6 +81,8 @@ "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "模块:%s不存在。请在 App 设置中开启或联系您的管理员。", "Dot files are not allowed" : "以 . 开头的文件不被允许", "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" 是禁止的文件或文件夹名称。", + "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" 是文件或文件夹名称的禁止前缀。", + "Filenames must not end with \"%1$s\"." : "文件名不能以 “%1$s” 结尾。", "File already exists" : "文件已存在", "Invalid path" : "无效的路径", "Failed to create file from template" : "从模板创建文件失败", @@ -95,7 +97,7 @@ "__language_name__" : "简体中文", "This is an automatically sent email, please do not reply." : "这是一个自动生成的电子邮件,请不要回复。", "Help & privacy" : "帮助&隐私", - "Appearance and accessibility" : "外观和可访问性", + "Appearance and accessibility" : "外观和辅助功能", "Apps" : "应用", "Personal settings" : "个人设置", "Administration settings" : "管理设置", @@ -302,8 +304,13 @@ "Prompt" : "提示", "Describe the image you want to generate" : "描述你想要生成的图像", "Runs an arbitrary prompt through a language model that returns a reply" : "通过语言模型运行任意提示并返回答复", + "Describe a task that you want the assistant to do or ask a question" : "描述你希望助手执行的任务或提出问题", + "The generated text from the assistant" : "助手生成的文本", "Define rules and assumptions that the assistant should follow during the conversation." : "定义助手在对话过程中应遵循的规则和假设。", "The history of chat messages before the current message, starting with a message by the user" : "当前消息之前的聊天消息历史记录,从用户发送的消息开始", + "The generated response as part of the conversation" : "作为对话的一部分生成的响应", + "Takes a text and makes it sound more formal" : "使文本听起来更正式", + "Write a text that you want the assistant to formalize" : "写下你希望助手正式化的文本", "Generate a headline" : "生成标题", "Generates a possible headline for a text." : "为一段文本生成一个可能的标题", "The original text to generate a headline for" : "需要生成标题的原始文本", @@ -313,6 +320,7 @@ "Write a text that you want the assistant to reformulate" : "写下您希望云助手重新表述的文本", "Reformulated text" : "重新表述的文本", "The reformulated text, written by the assistant" : "由云助手撰写的重新表述的文本", + "Write a text that you want the assistant to simplify" : "写下您希望助手简化的文本", "Summarize" : "总结归纳", "Summarizes a text" : "总结一段文本", "The original text to summarize" : "需要总结的原始文本", -- 2.39.5