diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-24 00:20:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-24 00:20:35 +0000 |
commit | eae454b67f4992d13af73a07ce06a39de23cecb8 (patch) | |
tree | ee84a31f00bbd58974391f3858983e96b42eace9 | |
parent | d5d91436211ec5efe73fc6a6e04561e7983a54b9 (diff) | |
download | nextcloud-server-eae454b67f4992d13af73a07ce06a39de23cecb8.tar.gz nextcloud-server-eae454b67f4992d13af73a07ce06a39de23cecb8.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
46 files changed, 222 insertions, 50 deletions
diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js index 1799b44f854..9eee9c0c55e 100644 --- a/apps/files/l10n/fr.js +++ b/apps/files/l10n/fr.js @@ -365,10 +365,10 @@ OC.L10N.register( "Personal Files" : "Fichiers personnels", "List of your files and folders that are not shared." : "Liste de vos fichiers et dossiers non partagés.", "No personal files found" : "Aucun fichier personnel trouvé", - "Files that are not shared will show up here." : "Les fichiers qui ne sont pas partagés apparaîtront ici", + "Files that are not shared will show up here." : "Les fichiers qui ne sont pas partagés apparaîtront ici.", "List of recently modified files and folders." : "Liste des fichiers et dossiers récemment modifiés.", "No recently modified files" : "Pas de fichiers récemment modifiés", - "Files and folders you recently modified will show up here." : "Les fichiers et dossiers que vous avez récemment modifiés apparaîtront ici.", + "Files and folders you recently modified will show up here." : "Les fichiers et dossiers que vous avez récemment modifiés apparaîtront ici", "No entries found in this folder" : "Aucune entrée trouvée dans ce dossier", "Select all" : "Tout sélectionner", "Upload too large" : "Données envoyées trop volumineuses", diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json index 8d363091929..8d52347e83d 100644 --- a/apps/files/l10n/fr.json +++ b/apps/files/l10n/fr.json @@ -363,10 +363,10 @@ "Personal Files" : "Fichiers personnels", "List of your files and folders that are not shared." : "Liste de vos fichiers et dossiers non partagés.", "No personal files found" : "Aucun fichier personnel trouvé", - "Files that are not shared will show up here." : "Les fichiers qui ne sont pas partagés apparaîtront ici", + "Files that are not shared will show up here." : "Les fichiers qui ne sont pas partagés apparaîtront ici.", "List of recently modified files and folders." : "Liste des fichiers et dossiers récemment modifiés.", "No recently modified files" : "Pas de fichiers récemment modifiés", - "Files and folders you recently modified will show up here." : "Les fichiers et dossiers que vous avez récemment modifiés apparaîtront ici.", + "Files and folders you recently modified will show up here." : "Les fichiers et dossiers que vous avez récemment modifiés apparaîtront ici", "No entries found in this folder" : "Aucune entrée trouvée dans ce dossier", "Select all" : "Tout sélectionner", "Upload too large" : "Données envoyées trop volumineuses", diff --git a/apps/files/l10n/hu.js b/apps/files/l10n/hu.js index c662e45949a..fed3b3721c5 100644 --- a/apps/files/l10n/hu.js +++ b/apps/files/l10n/hu.js @@ -187,6 +187,8 @@ OC.L10N.register( "You don’t have permission to upload or create files here" : "Nincs jogosultsága ahhoz, hogy fájlokat ide töltsön fel vagy hozzon létre", "\"{displayName}\" action executed successfully" : "A(z) „{displayName}” művelet sikeresen végrehajtva", "\"{displayName}\" action failed" : "A(z) „{displayName}” művelet sikertelen", + "Toggle selection for file \"{displayName}\"" : "„{displayName}” fájl kijelölésének átváltása", + "Toggle selection for folder \"{displayName}\"" : "„{displayName}” mappa kijelölésének átváltása", "Rename file" : "Fájl átnevezése", "Filename" : "Fájlnév", "Folder name" : "Mappanév", @@ -202,6 +204,7 @@ OC.L10N.register( "Active filters" : "Aktív szűrők", "Remove filter" : "Szűrő eltávolítása", "Total rows summary" : "Összes sor összegzése", + "Toggle selection for all files and folders" : "Minden fájl és mappa kijelölésének átváltása", "\"{displayName}\" failed on some elements " : "A(z) „{displayName}” sikertelen volt néhány elemen", "\"{displayName}\" batch action executed successfully" : "A(z) „{displayName}” tömeges művelet sikeresen végrehajtva", "{count} selected" : "{count}kiválasztva", @@ -304,6 +307,7 @@ OC.L10N.register( "Copy to {target}" : "Másolás ide: {target}", "Move to {target}" : "Áthelyezés ide: {target}", "Move or copy operation failed" : "Az áthelyezés vagy a másolás művelet sikertelen", + "Cancelled move or copy of \"{filename}\"." : "„{filename}” áthelyezése vagy másolása megszakítva", "Cancelled move or copy operation" : "Az áthelyezés vagy másolás művelet megszakítva", "Open folder {displayName}" : "A(z) {displayName} mappa megnyitása", "Open in Files" : "Megnyitás a Fájlokban", @@ -340,6 +344,7 @@ OC.L10N.register( "Some files could not be moved" : "Néhány fájl nem helyezhető át", "Files copied successfully" : "Fájlmásolás sikeres", "Files moved successfully" : "Fájlmozgatás sikeres", + "Conflicts resolution skipped" : "Konfliktusfeloldás kihagyva", "Upload cancelled" : "Feltöltés megszakítva", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappa","{folderCount} mappa"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fájl","{fileCount} fájl"], diff --git a/apps/files/l10n/hu.json b/apps/files/l10n/hu.json index 96ccfee7381..b1fdc4b4457 100644 --- a/apps/files/l10n/hu.json +++ b/apps/files/l10n/hu.json @@ -185,6 +185,8 @@ "You don’t have permission to upload or create files here" : "Nincs jogosultsága ahhoz, hogy fájlokat ide töltsön fel vagy hozzon létre", "\"{displayName}\" action executed successfully" : "A(z) „{displayName}” művelet sikeresen végrehajtva", "\"{displayName}\" action failed" : "A(z) „{displayName}” művelet sikertelen", + "Toggle selection for file \"{displayName}\"" : "„{displayName}” fájl kijelölésének átváltása", + "Toggle selection for folder \"{displayName}\"" : "„{displayName}” mappa kijelölésének átváltása", "Rename file" : "Fájl átnevezése", "Filename" : "Fájlnév", "Folder name" : "Mappanév", @@ -200,6 +202,7 @@ "Active filters" : "Aktív szűrők", "Remove filter" : "Szűrő eltávolítása", "Total rows summary" : "Összes sor összegzése", + "Toggle selection for all files and folders" : "Minden fájl és mappa kijelölésének átváltása", "\"{displayName}\" failed on some elements " : "A(z) „{displayName}” sikertelen volt néhány elemen", "\"{displayName}\" batch action executed successfully" : "A(z) „{displayName}” tömeges művelet sikeresen végrehajtva", "{count} selected" : "{count}kiválasztva", @@ -302,6 +305,7 @@ "Copy to {target}" : "Másolás ide: {target}", "Move to {target}" : "Áthelyezés ide: {target}", "Move or copy operation failed" : "Az áthelyezés vagy a másolás művelet sikertelen", + "Cancelled move or copy of \"{filename}\"." : "„{filename}” áthelyezése vagy másolása megszakítva", "Cancelled move or copy operation" : "Az áthelyezés vagy másolás művelet megszakítva", "Open folder {displayName}" : "A(z) {displayName} mappa megnyitása", "Open in Files" : "Megnyitás a Fájlokban", @@ -338,6 +342,7 @@ "Some files could not be moved" : "Néhány fájl nem helyezhető át", "Files copied successfully" : "Fájlmásolás sikeres", "Files moved successfully" : "Fájlmozgatás sikeres", + "Conflicts resolution skipped" : "Konfliktusfeloldás kihagyva", "Upload cancelled" : "Feltöltés megszakítva", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappa","{folderCount} mappa"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fájl","{fileCount} fájl"], diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js index 5a9287625cd..3db39acece5 100644 --- a/apps/files/l10n/tr.js +++ b/apps/files/l10n/tr.js @@ -354,7 +354,7 @@ OC.L10N.register( "Filename must not be empty." : "Dosya adı boş olamaz.", "\"{char}\" is not allowed inside a filename." : "Dosya adlarında \"{char}\" kullanılamaz.", "\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" ayrılmış bir ad olduğundan dosya adlarında kullanılamaz.", - "\"{extension}\" is not an allowed filetype." : "\"{extension}\" dosya türüne izin verilmiyor.", + "\"{extension}\" is not an allowed filetype." : "\"{extension}\" dosya uzantısına izin verilmiyor.", "Filenames must not end with \"{extension}\"." : "Dosya adları \"{extension}\" ile bitemez.", "List of favorites files and folders." : "Sık kullanılan dosya ve klasör listesi.", "No favorites yet" : "Henüz sık kullanılan bir öge yok", diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json index ae3618fc0d8..3c0c3acf95c 100644 --- a/apps/files/l10n/tr.json +++ b/apps/files/l10n/tr.json @@ -352,7 +352,7 @@ "Filename must not be empty." : "Dosya adı boş olamaz.", "\"{char}\" is not allowed inside a filename." : "Dosya adlarında \"{char}\" kullanılamaz.", "\"{segment}\" is a reserved name and not allowed for filenames." : "\"{segment}\" ayrılmış bir ad olduğundan dosya adlarında kullanılamaz.", - "\"{extension}\" is not an allowed filetype." : "\"{extension}\" dosya türüne izin verilmiyor.", + "\"{extension}\" is not an allowed filetype." : "\"{extension}\" dosya uzantısına izin verilmiyor.", "Filenames must not end with \"{extension}\"." : "Dosya adları \"{extension}\" ile bitemez.", "List of favorites files and folders." : "Sık kullanılan dosya ve klasör listesi.", "No favorites yet" : "Henüz sık kullanılan bir öge yok", diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index 0558027f79a..3e31f65cb99 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -154,7 +154,7 @@ OC.L10N.register( "Link copied to clipboard" : "Lien copié dans le presse-papier", "Email already added" : "E-mail déjà ajouté", "Invalid email address" : "Adresse e-mail invalide", - "_1 email address already added_::_{count} email addresses already added_" : ["1 adresse mail déjà ajoutée"," {count}adresses email déjà ajoutées","{count} adresses email déjà ajoutées"], + "_1 email address already added_::_{count} email addresses already added_" : ["1 adresse mail déjà ajoutée"," {count}adresses email déjà ajoutées","{count} adresses e-mail déjà ajoutées"], "_1 email address added_::_{count} email addresses added_" : [" 1 adresse mail ajoutée","{count} adresses mail ajoutées","{count} adresses mail ajoutées"], "What are you requesting?" : "Que demandez-vous ?", "Request subject" : "Sujet de la demande", @@ -184,8 +184,8 @@ OC.L10N.register( "Error creating the share: {errorMessage}" : "Erreur à la création du partage : {errorMessage} ", "Error creating the share" : "Erreur lors de la création du partage", "Error sending emails: {errorMessage}" : "Erreur à l'envoi des mails {errorMessage}", - "Error sending emails" : "Erreur à l'envoi des emails", - "_Send email and close_::_Send {count} emails and close_" : ["Envoyer {count} email et fermer","Envoyer {count} emails et fermer","Envoyer {count} emails et fermer"], + "Error sending emails" : "Erreur à l'envoi des e-mails", + "_Send email and close_::_Send {count} emails and close_" : ["Envoyer {count} email et fermer","Envoyer {count} emails et fermer","Envoyer {count} e-mails et fermer"], "_File request created and email sent_::_File request created and {count} emails sent_" : ["Demande de fichier créée et {count} e-mail envoyé","Demande de fichier créée et {count} e-mails envoyés","Demande de fichier créée et {count} e-mails envoyés"], "Accept shares from other accounts and groups by default" : "Accepter par défaut les partages provenant d'autres comptes et groupes", "Error while toggling options" : "Erreur pendant le choix des options", @@ -342,15 +342,15 @@ OC.L10N.register( "File requests" : "Demande de fichier", "List of file requests." : "Liste des demandes de fichiers.", "No file requests" : "Aucune demande de fichier", - "File requests you have created will show up here" : "Les demandes de fichiers que vous avez créées s'affichent ici", + "File requests you have created will show up here" : "Les demandes de fichiers que vous avez créées apparaîtront ici", "Deleted shares" : "Partages supprimés", "List of shares you left." : "Liste des partages que vous avez quittés.", "No deleted shares" : "Aucun partage supprimé", - "Shares you have left will show up here" : "Les partages que vous avez quittés s'afficheront ici", + "Shares you have left will show up here" : "Les partages que vous avez quittés apparaîtront ici", "Pending shares" : "Partages en attente", "List of unapproved shares." : "Liste des partages non approuvés.", "No pending shares" : "Aucun partage en attente", - "Shares you have received but not approved will show up here" : "Les partages que vous avez reçus mais non approuvés apparaîtront ici.", + "Shares you have received but not approved will show up here" : "Les partages que vous avez reçus, mais qui n'ont pas été acceptés apparaîtront ici", "Share note" : "Partager la note", "Upload files to %s" : "Téléversement de fichiers dans %s", "%s shared a folder with you." : "%s a partagé un dossier avec vous.", diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index cc3b95038f9..6b41f502cdc 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -152,7 +152,7 @@ "Link copied to clipboard" : "Lien copié dans le presse-papier", "Email already added" : "E-mail déjà ajouté", "Invalid email address" : "Adresse e-mail invalide", - "_1 email address already added_::_{count} email addresses already added_" : ["1 adresse mail déjà ajoutée"," {count}adresses email déjà ajoutées","{count} adresses email déjà ajoutées"], + "_1 email address already added_::_{count} email addresses already added_" : ["1 adresse mail déjà ajoutée"," {count}adresses email déjà ajoutées","{count} adresses e-mail déjà ajoutées"], "_1 email address added_::_{count} email addresses added_" : [" 1 adresse mail ajoutée","{count} adresses mail ajoutées","{count} adresses mail ajoutées"], "What are you requesting?" : "Que demandez-vous ?", "Request subject" : "Sujet de la demande", @@ -182,8 +182,8 @@ "Error creating the share: {errorMessage}" : "Erreur à la création du partage : {errorMessage} ", "Error creating the share" : "Erreur lors de la création du partage", "Error sending emails: {errorMessage}" : "Erreur à l'envoi des mails {errorMessage}", - "Error sending emails" : "Erreur à l'envoi des emails", - "_Send email and close_::_Send {count} emails and close_" : ["Envoyer {count} email et fermer","Envoyer {count} emails et fermer","Envoyer {count} emails et fermer"], + "Error sending emails" : "Erreur à l'envoi des e-mails", + "_Send email and close_::_Send {count} emails and close_" : ["Envoyer {count} email et fermer","Envoyer {count} emails et fermer","Envoyer {count} e-mails et fermer"], "_File request created and email sent_::_File request created and {count} emails sent_" : ["Demande de fichier créée et {count} e-mail envoyé","Demande de fichier créée et {count} e-mails envoyés","Demande de fichier créée et {count} e-mails envoyés"], "Accept shares from other accounts and groups by default" : "Accepter par défaut les partages provenant d'autres comptes et groupes", "Error while toggling options" : "Erreur pendant le choix des options", @@ -340,15 +340,15 @@ "File requests" : "Demande de fichier", "List of file requests." : "Liste des demandes de fichiers.", "No file requests" : "Aucune demande de fichier", - "File requests you have created will show up here" : "Les demandes de fichiers que vous avez créées s'affichent ici", + "File requests you have created will show up here" : "Les demandes de fichiers que vous avez créées apparaîtront ici", "Deleted shares" : "Partages supprimés", "List of shares you left." : "Liste des partages que vous avez quittés.", "No deleted shares" : "Aucun partage supprimé", - "Shares you have left will show up here" : "Les partages que vous avez quittés s'afficheront ici", + "Shares you have left will show up here" : "Les partages que vous avez quittés apparaîtront ici", "Pending shares" : "Partages en attente", "List of unapproved shares." : "Liste des partages non approuvés.", "No pending shares" : "Aucun partage en attente", - "Shares you have received but not approved will show up here" : "Les partages que vous avez reçus mais non approuvés apparaîtront ici.", + "Shares you have received but not approved will show up here" : "Les partages que vous avez reçus, mais qui n'ont pas été acceptés apparaîtront ici", "Share note" : "Partager la note", "Upload files to %s" : "Téléversement de fichiers dans %s", "%s shared a folder with you." : "%s a partagé un dossier avec vous.", diff --git a/apps/files_sharing/l10n/tr.js b/apps/files_sharing/l10n/tr.js index 5349176ceb9..0379ccc1ce4 100644 --- a/apps/files_sharing/l10n/tr.js +++ b/apps/files_sharing/l10n/tr.js @@ -88,7 +88,7 @@ OC.L10N.register( "Public upload disabled by the administrator" : "Herkese açık yükleme BT yöneticisi tarafından devre dışı bırakılmış", "Public upload is only possible for publicly shared folders" : "Herkese açık yükleme ancak herkese açık paylaşılmış klasörlere yapılabilir", "Please specify a valid email address" : "Lütfen geçerli bir e-posta adresi yazın", - "Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Nextcloud Talk etkinleştirilmemiş olduğundan, %s paylaşım parolası Nextcloud Talk ile gönderilemedi", + "Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Nextcloud Konuş etkinleştirilmemiş olduğundan, %s paylaşım parolası Nextcloud Konuş uygulaması ile gönderilemedi", "Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Yönetim bölümünden %2$s türündeki paylaşımlar yapılamadığından %1$s paylaşılamadı", "Please specify a valid federated account ID" : "Lütfen geçerli bir birleşik hesap kimliği belirtin", "Please specify a valid federated group ID" : "Lütfen geçerli bir birleşik grup kimliği belirtin", @@ -106,7 +106,7 @@ OC.L10N.register( "You are not allowed to edit link shares that you don't own" : "Sahibi olmadığınız bağlantı paylaşımlarını düzenleme izniniz yok", "Share must at least have READ or CREATE permissions" : "Paylaşım için en az OKUMA ve OLUŞTURMA izinleri olmalıdır", "Share must have READ permission if UPDATE or DELETE permission is set" : "UPDATE ya da DELETE izinleri verilmiş ise paylaşıma READ izni verilmelidir", - "\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled." : "Nextcloud Talk etkinleştirilmemiş olduğundan, paylaşım parolası Nextcloud Talk ile gönderilemedi.", + "\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled." : "Nextcloud Konuş etkinleştirilmemiş olduğundan, paylaşım parolası Nextcloud Konuş uygulaması ile gönderilemedi.", "Invalid date. Format must be YYYY-MM-DD" : "Tarih geçersiz. Tarih biçimi YYYY-AA-GG olmalıdır", "No sharing rights on this item" : "Bu ögenin herhangi bir paylaşım izni yok", "Invalid share attributes provided: \"%s\"" : "Belirtilen paylaşım öznitelikleri geçersiz: \"%s\"", @@ -252,7 +252,7 @@ OC.L10N.register( "Group" : "Grup", "Email" : "E-posta", "Team" : "Takım", - "Talk conversation" : "Talk görüşmesi", + "Talk conversation" : "Konuş uygulaması görüşmesi", "Deck board" : "Tahta panosu", "ScienceMesh" : "ScienceMesh", "on {server}" : "{server} üzerinde", diff --git a/apps/files_sharing/l10n/tr.json b/apps/files_sharing/l10n/tr.json index ed9bbce2ea1..6d3b089ed78 100644 --- a/apps/files_sharing/l10n/tr.json +++ b/apps/files_sharing/l10n/tr.json @@ -86,7 +86,7 @@ "Public upload disabled by the administrator" : "Herkese açık yükleme BT yöneticisi tarafından devre dışı bırakılmış", "Public upload is only possible for publicly shared folders" : "Herkese açık yükleme ancak herkese açık paylaşılmış klasörlere yapılabilir", "Please specify a valid email address" : "Lütfen geçerli bir e-posta adresi yazın", - "Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Nextcloud Talk etkinleştirilmemiş olduğundan, %s paylaşım parolası Nextcloud Talk ile gönderilemedi", + "Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Nextcloud Konuş etkinleştirilmemiş olduğundan, %s paylaşım parolası Nextcloud Konuş uygulaması ile gönderilemedi", "Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Yönetim bölümünden %2$s türündeki paylaşımlar yapılamadığından %1$s paylaşılamadı", "Please specify a valid federated account ID" : "Lütfen geçerli bir birleşik hesap kimliği belirtin", "Please specify a valid federated group ID" : "Lütfen geçerli bir birleşik grup kimliği belirtin", @@ -104,7 +104,7 @@ "You are not allowed to edit link shares that you don't own" : "Sahibi olmadığınız bağlantı paylaşımlarını düzenleme izniniz yok", "Share must at least have READ or CREATE permissions" : "Paylaşım için en az OKUMA ve OLUŞTURMA izinleri olmalıdır", "Share must have READ permission if UPDATE or DELETE permission is set" : "UPDATE ya da DELETE izinleri verilmiş ise paylaşıma READ izni verilmelidir", - "\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled." : "Nextcloud Talk etkinleştirilmemiş olduğundan, paylaşım parolası Nextcloud Talk ile gönderilemedi.", + "\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled." : "Nextcloud Konuş etkinleştirilmemiş olduğundan, paylaşım parolası Nextcloud Konuş uygulaması ile gönderilemedi.", "Invalid date. Format must be YYYY-MM-DD" : "Tarih geçersiz. Tarih biçimi YYYY-AA-GG olmalıdır", "No sharing rights on this item" : "Bu ögenin herhangi bir paylaşım izni yok", "Invalid share attributes provided: \"%s\"" : "Belirtilen paylaşım öznitelikleri geçersiz: \"%s\"", @@ -250,7 +250,7 @@ "Group" : "Grup", "Email" : "E-posta", "Team" : "Takım", - "Talk conversation" : "Talk görüşmesi", + "Talk conversation" : "Konuş uygulaması görüşmesi", "Deck board" : "Tahta panosu", "ScienceMesh" : "ScienceMesh", "on {server}" : "{server} üzerinde", diff --git a/apps/files_trashbin/l10n/fr.js b/apps/files_trashbin/l10n/fr.js index e2cb3887b1d..d01a82602c8 100644 --- a/apps/files_trashbin/l10n/fr.js +++ b/apps/files_trashbin/l10n/fr.js @@ -16,7 +16,7 @@ OC.L10N.register( "A long time ago" : "Il y a longtemps", "List of files that have been deleted." : "Liste des fichiers qui ont été supprimés.", "No deleted files" : "Aucun fichier supprimé", - "Files and folders you have deleted will show up here" : "Les fichiers et dossiers que vous avez supprimés s'afficheront ici", + "Files and folders you have deleted will show up here" : "Les fichiers et dossiers que vous avez supprimés apparaîtront ici", "This application enables users to restore files that were deleted from the system." : "Cette application permet aux utilisateurs de restaurer des fichiers qui ont été supprimés du système.", "This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Cette application permet aux utilisateurs de restaurer les fichiers qui ont été supprimés du système. Il affiche une liste de fichiers supprimés dans l'interface Web et dispose d'options pour restaurer ces fichiers supprimés dans les dossiers de fichiers des utilisateurs ou les supprimer définitivement du système. La restauration d'un fichier restaure également les versions de fichiers associées, si l'application de versions est activée. Lorsqu'un fichier est supprimé d'un partage, il peut être restauré de la même manière, bien qu'il ne soit plus partagé. Par défaut, ces fichiers restent dans la corbeille pendant 30 jours.\n\nPour empêcher un utilisateur de manquer d'espace disque, l'application Fichiers supprimés n'utilisera pas plus de 50% du quota gratuit actuellement disponible pour les fichiers supprimés. Si les fichiers supprimés dépassent cette limite, l'application supprime les fichiers les plus anciens jusqu'à ce qu'elle soit inférieure à cette limite. Plus d'informations sont disponibles dans la documentation Fichiers supprimés.", "You will be able to recover deleted files from here" : "Les fichiers supprimés s'afficheront ici et vous pourrez les restaurer.", diff --git a/apps/files_trashbin/l10n/fr.json b/apps/files_trashbin/l10n/fr.json index be0897c5fa2..1af067ae916 100644 --- a/apps/files_trashbin/l10n/fr.json +++ b/apps/files_trashbin/l10n/fr.json @@ -14,7 +14,7 @@ "A long time ago" : "Il y a longtemps", "List of files that have been deleted." : "Liste des fichiers qui ont été supprimés.", "No deleted files" : "Aucun fichier supprimé", - "Files and folders you have deleted will show up here" : "Les fichiers et dossiers que vous avez supprimés s'afficheront ici", + "Files and folders you have deleted will show up here" : "Les fichiers et dossiers que vous avez supprimés apparaîtront ici", "This application enables users to restore files that were deleted from the system." : "Cette application permet aux utilisateurs de restaurer des fichiers qui ont été supprimés du système.", "This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the users file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent a user from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Cette application permet aux utilisateurs de restaurer les fichiers qui ont été supprimés du système. Il affiche une liste de fichiers supprimés dans l'interface Web et dispose d'options pour restaurer ces fichiers supprimés dans les dossiers de fichiers des utilisateurs ou les supprimer définitivement du système. La restauration d'un fichier restaure également les versions de fichiers associées, si l'application de versions est activée. Lorsqu'un fichier est supprimé d'un partage, il peut être restauré de la même manière, bien qu'il ne soit plus partagé. Par défaut, ces fichiers restent dans la corbeille pendant 30 jours.\n\nPour empêcher un utilisateur de manquer d'espace disque, l'application Fichiers supprimés n'utilisera pas plus de 50% du quota gratuit actuellement disponible pour les fichiers supprimés. Si les fichiers supprimés dépassent cette limite, l'application supprime les fichiers les plus anciens jusqu'à ce qu'elle soit inférieure à cette limite. Plus d'informations sont disponibles dans la documentation Fichiers supprimés.", "You will be able to recover deleted files from here" : "Les fichiers supprimés s'afficheront ici et vous pourrez les restaurer.", diff --git a/apps/provisioning_api/l10n/eu.js b/apps/provisioning_api/l10n/eu.js index c062ba4ebe1..9bc5508aa46 100644 --- a/apps/provisioning_api/l10n/eu.js +++ b/apps/provisioning_api/l10n/eu.js @@ -19,6 +19,7 @@ OC.L10N.register( "Setting the password is not supported by the users backend" : "Erabiltzailearen atzeko aldeak ez du onartzen pasahitza ezartzea", "Invalid language" : "Hizkuntza baliogabea", "Invalid locale" : "Eskualde ezarpen baliogabea", + "Invalid first day of week" : "Asteko lehen egun baliogabea", "Cannot remove yourself from the admin group" : "Ezin duzu zeure burua kendu admin taldetik", "Cannot remove yourself from this group as you are a sub-admin" : "Ezin duzu zeure burua talde honetatik kendu, azpi-administratzailea zarelako", "Not viable to remove user from the last group you are sub-admin of" : "Ez dago modurik azpi-administratzaile zaren talde horretatik erabiltzailea kentzeko", diff --git a/apps/provisioning_api/l10n/eu.json b/apps/provisioning_api/l10n/eu.json index b568e921b94..f167dc0b99d 100644 --- a/apps/provisioning_api/l10n/eu.json +++ b/apps/provisioning_api/l10n/eu.json @@ -17,6 +17,7 @@ "Setting the password is not supported by the users backend" : "Erabiltzailearen atzeko aldeak ez du onartzen pasahitza ezartzea", "Invalid language" : "Hizkuntza baliogabea", "Invalid locale" : "Eskualde ezarpen baliogabea", + "Invalid first day of week" : "Asteko lehen egun baliogabea", "Cannot remove yourself from the admin group" : "Ezin duzu zeure burua kendu admin taldetik", "Cannot remove yourself from this group as you are a sub-admin" : "Ezin duzu zeure burua talde honetatik kendu, azpi-administratzailea zarelako", "Not viable to remove user from the last group you are sub-admin of" : "Ez dago modurik azpi-administratzaile zaren talde horretatik erabiltzailea kentzeko", diff --git a/apps/settings/l10n/eu.js b/apps/settings/l10n/eu.js index c98a44df472..9db14c1764e 100644 --- a/apps/settings/l10n/eu.js +++ b/apps/settings/l10n/eu.js @@ -127,6 +127,9 @@ OC.L10N.register( "Verifying" : "Egiaztatzen", "Allowed admin IP ranges" : "Onartzen diren admin IP tarteak", "Admin IP filtering isn’t applied." : "Admin IP-en iragazketa ez dago jarrita.", + "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "\"%1$s\" konfigurazio-gakoak array bat espero du (%2$s aurkitu da). Admin IP barrutiaren baliozkotzea ez da aplikatuko.", + "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "\"%1$s\" konfigurazio-gakoak IP barruti baliogabea(k) d(it)u: \"%2$s\"", + "Admin IP filtering is correctly configured." : "Admin IP iragazkia behar bezala konfiguratuta dago.", "App directories owner" : "App direktorio jabea", "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Zenbait aplikazio direktorioren jabe ez datoz bat web zerbitzariaren erabiltzailearekin. Aplikazio horiek eskuz instalatu direlako izan daiteke hori. Egiaztatu baimenak ondorengo aplikazio direktorioetan:\n%s", "App directories have the correct owner \"%s\"" : "Aplikazio direktorioek jabe zuzena daukate \"%s\"", @@ -248,6 +251,7 @@ OC.L10N.register( "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply \"opcache.interned_strings_buffer\" to your PHP configuration with a value higher than \"%s\"." : "OPcache barneratutako kateen buffer-a ia beteta dago. Errepikatzen diren kateak modu eraginkorrean gorde daitezkeela ziurtatzeko, \"opcache.interned_strings_buffer\" zure PHP konfigurazioan \"%s\" baino balio handiagoarekin aplikatzea gomendatzen da.", "OPcache is configured to remove code comments. With OPcache enabled, \"opcache.save_comments=1\" must be set for Nextcloud to function." : "OPcache kodea iruzkinak kentzeko konfiguratuta dago. OPcache gaituta, \"opcache.save_comments=1\" ezarri behar da Nextcloud-ek funtziona dezan.", "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud-ek ez du onartzen OPcache APIa erabiltzea. OPcache gaituta dagoela, oso gomendagarria da Nextcloud direktorio guztiak \"opcache.restrict_api\"-rekin sartzea edo ezarpen hau desaktibatzea OPcache API-ren murrizketak desgaitzeko, Nextcloud core edo aplikazioen berritze-lanetan akatsak saihesteko.", + "Checking from CLI, OPcache checks have been skipped." : "CLI-tik egiaztatzen, OPcache-ren egiaztapenak saltatu dira.", "The PHP OPcache module is not properly configured. %s." : "PHP OPCache modulua ez dago ondo konfiguratuta. %s.", "Correctly configured" : "Ondo konfiguratuta", "PHP version" : "PHP bertsioa", @@ -266,6 +270,7 @@ OC.L10N.register( "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Irakurtzeko soilik konfigurazioa gaitu da. Honek web interfazetik konfigurazio batzuk ezartzea eragozten du. Gainera, eguneraketa bakoitzean fitxategia idazteko moduan jarri behar da eskuz.", "Nextcloud configuration file is writable" : "Nextcloud konfigurazio fitxategia idazgarria da", "Scheduling objects table size" : "Antolatze-objektuen taularen tamaina", + "You have more than %s rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive." : "Planifikazio-objektuen taulan %s errenkada baino gehiago dituzu. Exekutatu konponketa-lan garestiak occ maintenance:repair --include-expensive bidez.", "Scheduling objects table size is within acceptable range." : "Antolatze-objektuen taularen tamaina tarte onargarrian dago.", "HTTP headers" : "HTTP goiburuak", "- The `%1$s` HTTP header is not set to `%2$s`. Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "`%1$s`HTTP goiburua ez dago `%2$s` baliora ezarria. Baliteke ezaugarri batzuk espero bezala ez funtzionatzea. Ezarpenean dagokion balioa jartzea gomendatzen da.", @@ -280,6 +285,9 @@ OC.L10N.register( "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Ezin izan da egiaztatu zure web zerbitzariak segurtasun-goiburuak behar bezala zerbitzatzen dituela, ezin izan da `%s` kontsultatu", "Your server is correctly configured to send security headers." : "Zure zerbitzaria segurtasun goiburuak bidaltzeko ondo konfiguratuta dago.", "Database version" : "Datu-basearen bertsioa", + "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 bertsioa detektatu da, bertsio hau bizitzaren amaieran dago eta Ubuntu 20.04ren zati gisa soilik onartzen da. MariaDB >= '%1$s' eta <= '%2$s' iradokitzen da Nextcloud-en bertsio honekin errendimendu, egonkortasun eta funtzionalitate onena lortzeko.", + "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' bertsioa detektatu da. MariaDB >= '%2$s' eta <= '%3$s' iradokitzen da Nextcloud-en bertsio honekin errendimendu, egonkortasun eta funtzionalitate onena lortzeko.", + "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' bertsioa detektatu da. MySQL >='%2$s' eta <= '%3$s' iradokitzen da errendimendu, egonkortasun eta funtzionalitate onena lortzeko Nextcloud-en bertsio honekin.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL \"%s\" bertsioa detektatu da. PostgreSQL >=12 eta <=16 iradokitzen da Nextcloud-en bertsio honekin errendimendu, egonkortasun eta funtzionalitate onena lortzeko.", "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\"." : "Une honetan atzeko planoak SQLite datu-base gisa erabiltzen ari da. Instalazio handiagoetarako atzeko planoko datu-base ezberdin batera aldatzea gomendatzen dugu. Hau bereziki gomendatzen da fitxategiak sinkronizatzeko mahaigaineko bezeroa erabiltzean. Beste datu-base batera migratzeko, erabili komando lerroko tresna: \"occ db:convert-type\".", "Unknown database platform" : "Datu-base plataforma ezezaguna", @@ -288,6 +296,7 @@ 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 biteko PHP bertsioa exekutatzen ari zarela dirudi. Nextcloud-ek 64 bitekoa behar du ondo exekutatzeko. Eguneratu zure SE eta PHP 64 bitekora!", "Temporary space available" : "Aldi baterako lekua eskura", "Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Errore bat gertatu da behin-behineko PHP bidea egiaztatzean - ez dago direktorio batera behar bezala ezarrita. Itzulitako balioa: %s", + "The PHP function \"disk_free_space\" is disabled, which prevents the check for enough space in the temporary directories." : "PHP \"disk_free_space\" funtzioa desgaituta dago, eta horrek aldi baterako direktorioetan leku nahikoa egiaztatzea eragozten du.", "Error while checking the available disk space of temporary PHP path or no free disk space returned. Temporary path: %s" : "Errore bat gertatu da aldi baterako PHP bidearen disko-espazioa egiaztatzean edo ez da diskoko leku librerik itzuli. Behin-behineko bidea: %s", "- %.1f GiB available in %s (PHP temporary directory)" : "- %.1f GiB eskuragarri %s(e)n (PHP behin-behineko karpeta)", "- %.1f GiB available in %s (Nextcloud temporary directory)" : "- %.1f GiB eskuragarri %s(e)n (Nextcloud behin-behineko karpeta)", @@ -308,7 +317,10 @@ OC.L10N.register( "Profile information" : "Profilaren informazioa", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profileko argazkia, izen osoa, helbide elektronikoa, telefono zenbakia, helbidea, webgunea, Twitter, erakundea, rola, izenburua, biografia eta zure profila gaituta dagoen ala ez", "Nextcloud settings" : "Nextcloud ezarpenak", + "Unified task processing" : "Zereginen prozesamendu bateratua", + "AI tasks can be implemented by different apps. Here you can set which app should be used for which task." : "AI zereginak aplikazio ezberdinek inplementa ditzakete. Hemen zein aplikazio zein zereginetarako erabili behar den ezar dezakezu.", "Task:" : "Zeregina:", + "None of your currently installed apps provide Task processing functionality" : "Une honetan instalatutako aplikazioetako batek ere ez du Zereginak prozesatzeko funtzionaltasunik eskaintzen", "Machine translation" : "Makina-itzulpena", "Machine translation can be implemented by different apps. Here you can define the precedence of the machine translation apps you have installed at the moment." : "Makinen itzulpena aplikazio ezberdinek inplementatu dezakete. Hemen defini dezakezu zein den instalatu dituzun makina-itzulpeneko aplikazioen lehentasuna.", "Speech-To-Text" : "Ahotsetik testura", @@ -354,6 +366,8 @@ OC.L10N.register( "Privacy settings for sharing" : "Pribatutasun ezarpenak partekatzeko", "Allow account name autocompletion in share dialog and allow access to the system address book" : "Baimendu kontuaren izena automatikoki osatzea elkarrizketa-koadroan eta baimendu sistemako helbide-liburua atzitzea", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Osatze automatikoa \"talde bera\" eta \"telefono zenbakiaren integrazioa\" gaituta badaude, bat-etortzea nahikoa da erabiltzaileari erakusteko.", + "Restrict account name autocompletion and system address book access to users within the same groups" : "Mugatu kontu-izena automatikoki osatzea eta sistemaren helbide-libururako sarbidea talde bereko erabiltzaileei", + "Restrict account name autocompletion to users based on phone number integration" : "Mugatu kontu-izena automatikoki osatzea erabiltzaileei telefono-zenbakien integrazioan oinarrituta", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Baimendu automatikoki osatzea izen osoa edo helbide elektronikoa sartzerakoan (alde batera utziz falta den telefono-liburuarekin bat etortzea eta talde berean egotea)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Ohar mezua igotzeko orriaren esteka publikoan erakutsi (fitxategi zerrenda ezkutatuta dagoenen bakarrik ikusten da.)", "Disclaimer text" : "Ezeztapen testua", @@ -547,6 +561,9 @@ OC.L10N.register( "Unable to delete additional email address" : "Ezin izan da helbide elektroniko gehigarria ezabatu", "No email address set" : "Ez da eposta helbidea ezarri", "Your handle" : "Zure heldulekua", + "Day to use as the first day of week" : "Asteko lehen egun gisa markatzeko eguna", + "Derived from your locale ({weekDayName})" : "Zure lokaletik eratorria: ({weekDayName})", + "Unable to update first day of week" : "Ezin da eguneratu asteko lehen eguna", "Your headline" : "Zure izenburua", "Languages" : "Hizkuntzak", "Help translate" : "Lagundu itzultzen", @@ -683,6 +700,7 @@ OC.L10N.register( "Loading categories" : "Kategoriak kargatzen", "Developer documentation ↗" : "Garatzaileen dokumentazioa ↗", "Version {version}, {license}-licensed" : "{version} bertsioa, {license}-lizentziarekin", + "All accounts" : "Kontu guztiak", "Admins" : "Administratzaileak", "Account group: {group}" : "Kontuaren taldea: {group}", "Account management" : "Kontuen kudeaketa", @@ -708,6 +726,7 @@ OC.L10N.register( "Date of birth" : "Jaioteguna", "Profile visibility" : "Profilaren ikusgarritasuna", "Locale" : "Eskualdeko ezarpenak", + "First day of week" : "Asteko lehen eguna", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Ez dago eskuragarri propietate hau oinarrizko funtzionaltasunentzako beharrezkoa delako, fitxategien partekatze eta egutegien gonbidapenak barne", "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Ez dago erabilgarri federazioa desgaitu delako zure kontuan, jarri harremanetan sistemaren administrazioarekin galderarik baduzu", "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "Ez dago eskuragarri bilaketa zerbitzarira kontuen datu zehatzak argitaratzea ez dagoelako baimenduta, jarri harremanetan sistemaren administrazioarekin galderarik baduzu", diff --git a/apps/settings/l10n/eu.json b/apps/settings/l10n/eu.json index 8ce37db4e6c..80574ee3ed5 100644 --- a/apps/settings/l10n/eu.json +++ b/apps/settings/l10n/eu.json @@ -125,6 +125,9 @@ "Verifying" : "Egiaztatzen", "Allowed admin IP ranges" : "Onartzen diren admin IP tarteak", "Admin IP filtering isn’t applied." : "Admin IP-en iragazketa ez dago jarrita.", + "Configuration key \"%1$s\" expects an array (%2$s found). Admin IP range validation will not be applied." : "\"%1$s\" konfigurazio-gakoak array bat espero du (%2$s aurkitu da). Admin IP barrutiaren baliozkotzea ez da aplikatuko.", + "Configuration key \"%1$s\" contains invalid IP range(s): \"%2$s\"" : "\"%1$s\" konfigurazio-gakoak IP barruti baliogabea(k) d(it)u: \"%2$s\"", + "Admin IP filtering is correctly configured." : "Admin IP iragazkia behar bezala konfiguratuta dago.", "App directories owner" : "App direktorio jabea", "Some app directories are owned by a different user than the web server one. This may be the case if apps have been installed manually. Check the permissions of the following app directories:\n%s" : "Zenbait aplikazio direktorioren jabe ez datoz bat web zerbitzariaren erabiltzailearekin. Aplikazio horiek eskuz instalatu direlako izan daiteke hori. Egiaztatu baimenak ondorengo aplikazio direktorioetan:\n%s", "App directories have the correct owner \"%s\"" : "Aplikazio direktorioek jabe zuzena daukate \"%s\"", @@ -246,6 +249,7 @@ "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply \"opcache.interned_strings_buffer\" to your PHP configuration with a value higher than \"%s\"." : "OPcache barneratutako kateen buffer-a ia beteta dago. Errepikatzen diren kateak modu eraginkorrean gorde daitezkeela ziurtatzeko, \"opcache.interned_strings_buffer\" zure PHP konfigurazioan \"%s\" baino balio handiagoarekin aplikatzea gomendatzen da.", "OPcache is configured to remove code comments. With OPcache enabled, \"opcache.save_comments=1\" must be set for Nextcloud to function." : "OPcache kodea iruzkinak kentzeko konfiguratuta dago. OPcache gaituta, \"opcache.save_comments=1\" ezarri behar da Nextcloud-ek funtziona dezan.", "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud-ek ez du onartzen OPcache APIa erabiltzea. OPcache gaituta dagoela, oso gomendagarria da Nextcloud direktorio guztiak \"opcache.restrict_api\"-rekin sartzea edo ezarpen hau desaktibatzea OPcache API-ren murrizketak desgaitzeko, Nextcloud core edo aplikazioen berritze-lanetan akatsak saihesteko.", + "Checking from CLI, OPcache checks have been skipped." : "CLI-tik egiaztatzen, OPcache-ren egiaztapenak saltatu dira.", "The PHP OPcache module is not properly configured. %s." : "PHP OPCache modulua ez dago ondo konfiguratuta. %s.", "Correctly configured" : "Ondo konfiguratuta", "PHP version" : "PHP bertsioa", @@ -264,6 +268,7 @@ "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Irakurtzeko soilik konfigurazioa gaitu da. Honek web interfazetik konfigurazio batzuk ezartzea eragozten du. Gainera, eguneraketa bakoitzean fitxategia idazteko moduan jarri behar da eskuz.", "Nextcloud configuration file is writable" : "Nextcloud konfigurazio fitxategia idazgarria da", "Scheduling objects table size" : "Antolatze-objektuen taularen tamaina", + "You have more than %s rows in the scheduling objects table. Please run the expensive repair jobs via occ maintenance:repair --include-expensive." : "Planifikazio-objektuen taulan %s errenkada baino gehiago dituzu. Exekutatu konponketa-lan garestiak occ maintenance:repair --include-expensive bidez.", "Scheduling objects table size is within acceptable range." : "Antolatze-objektuen taularen tamaina tarte onargarrian dago.", "HTTP headers" : "HTTP goiburuak", "- The `%1$s` HTTP header is not set to `%2$s`. Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "`%1$s`HTTP goiburua ez dago `%2$s` baliora ezarria. Baliteke ezaugarri batzuk espero bezala ez funtzionatzea. Ezarpenean dagokion balioa jartzea gomendatzen da.", @@ -278,6 +283,9 @@ "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Ezin izan da egiaztatu zure web zerbitzariak segurtasun-goiburuak behar bezala zerbitzatzen dituela, ezin izan da `%s` kontsultatu", "Your server is correctly configured to send security headers." : "Zure zerbitzaria segurtasun goiburuak bidaltzeko ondo konfiguratuta dago.", "Database version" : "Datu-basearen bertsioa", + "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 bertsioa detektatu da, bertsio hau bizitzaren amaieran dago eta Ubuntu 20.04ren zati gisa soilik onartzen da. MariaDB >= '%1$s' eta <= '%2$s' iradokitzen da Nextcloud-en bertsio honekin errendimendu, egonkortasun eta funtzionalitate onena lortzeko.", + "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' bertsioa detektatu da. MariaDB >= '%2$s' eta <= '%3$s' iradokitzen da Nextcloud-en bertsio honekin errendimendu, egonkortasun eta funtzionalitate onena lortzeko.", + "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' bertsioa detektatu da. MySQL >='%2$s' eta <= '%3$s' iradokitzen da errendimendu, egonkortasun eta funtzionalitate onena lortzeko Nextcloud-en bertsio honekin.", "PostgreSQL version \"%s\" detected. PostgreSQL >=12 and <=16 is suggested for best performance, stability and functionality with this version of Nextcloud." : "PostgreSQL \"%s\" bertsioa detektatu da. PostgreSQL >=12 eta <=16 iradokitzen da Nextcloud-en bertsio honekin errendimendu, egonkortasun eta funtzionalitate onena lortzeko.", "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\"." : "Une honetan atzeko planoak SQLite datu-base gisa erabiltzen ari da. Instalazio handiagoetarako atzeko planoko datu-base ezberdin batera aldatzea gomendatzen dugu. Hau bereziki gomendatzen da fitxategiak sinkronizatzeko mahaigaineko bezeroa erabiltzean. Beste datu-base batera migratzeko, erabili komando lerroko tresna: \"occ db:convert-type\".", "Unknown database platform" : "Datu-base plataforma ezezaguna", @@ -286,6 +294,7 @@ "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 biteko PHP bertsioa exekutatzen ari zarela dirudi. Nextcloud-ek 64 bitekoa behar du ondo exekutatzeko. Eguneratu zure SE eta PHP 64 bitekora!", "Temporary space available" : "Aldi baterako lekua eskura", "Error while checking the temporary PHP path - it was not properly set to a directory. Returned value: %s" : "Errore bat gertatu da behin-behineko PHP bidea egiaztatzean - ez dago direktorio batera behar bezala ezarrita. Itzulitako balioa: %s", + "The PHP function \"disk_free_space\" is disabled, which prevents the check for enough space in the temporary directories." : "PHP \"disk_free_space\" funtzioa desgaituta dago, eta horrek aldi baterako direktorioetan leku nahikoa egiaztatzea eragozten du.", "Error while checking the available disk space of temporary PHP path or no free disk space returned. Temporary path: %s" : "Errore bat gertatu da aldi baterako PHP bidearen disko-espazioa egiaztatzean edo ez da diskoko leku librerik itzuli. Behin-behineko bidea: %s", "- %.1f GiB available in %s (PHP temporary directory)" : "- %.1f GiB eskuragarri %s(e)n (PHP behin-behineko karpeta)", "- %.1f GiB available in %s (Nextcloud temporary directory)" : "- %.1f GiB eskuragarri %s(e)n (Nextcloud behin-behineko karpeta)", @@ -306,7 +315,10 @@ "Profile information" : "Profilaren informazioa", "Profile picture, full name, email, phone number, address, website, Twitter, organisation, role, headline, biography, and whether your profile is enabled" : "Profileko argazkia, izen osoa, helbide elektronikoa, telefono zenbakia, helbidea, webgunea, Twitter, erakundea, rola, izenburua, biografia eta zure profila gaituta dagoen ala ez", "Nextcloud settings" : "Nextcloud ezarpenak", + "Unified task processing" : "Zereginen prozesamendu bateratua", + "AI tasks can be implemented by different apps. Here you can set which app should be used for which task." : "AI zereginak aplikazio ezberdinek inplementa ditzakete. Hemen zein aplikazio zein zereginetarako erabili behar den ezar dezakezu.", "Task:" : "Zeregina:", + "None of your currently installed apps provide Task processing functionality" : "Une honetan instalatutako aplikazioetako batek ere ez du Zereginak prozesatzeko funtzionaltasunik eskaintzen", "Machine translation" : "Makina-itzulpena", "Machine translation can be implemented by different apps. Here you can define the precedence of the machine translation apps you have installed at the moment." : "Makinen itzulpena aplikazio ezberdinek inplementatu dezakete. Hemen defini dezakezu zein den instalatu dituzun makina-itzulpeneko aplikazioen lehentasuna.", "Speech-To-Text" : "Ahotsetik testura", @@ -352,6 +364,8 @@ "Privacy settings for sharing" : "Pribatutasun ezarpenak partekatzeko", "Allow account name autocompletion in share dialog and allow access to the system address book" : "Baimendu kontuaren izena automatikoki osatzea elkarrizketa-koadroan eta baimendu sistemako helbide-liburua atzitzea", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Osatze automatikoa \"talde bera\" eta \"telefono zenbakiaren integrazioa\" gaituta badaude, bat-etortzea nahikoa da erabiltzaileari erakusteko.", + "Restrict account name autocompletion and system address book access to users within the same groups" : "Mugatu kontu-izena automatikoki osatzea eta sistemaren helbide-libururako sarbidea talde bereko erabiltzaileei", + "Restrict account name autocompletion to users based on phone number integration" : "Mugatu kontu-izena automatikoki osatzea erabiltzaileei telefono-zenbakien integrazioan oinarrituta", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Baimendu automatikoki osatzea izen osoa edo helbide elektronikoa sartzerakoan (alde batera utziz falta den telefono-liburuarekin bat etortzea eta talde berean egotea)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Ohar mezua igotzeko orriaren esteka publikoan erakutsi (fitxategi zerrenda ezkutatuta dagoenen bakarrik ikusten da.)", "Disclaimer text" : "Ezeztapen testua", @@ -545,6 +559,9 @@ "Unable to delete additional email address" : "Ezin izan da helbide elektroniko gehigarria ezabatu", "No email address set" : "Ez da eposta helbidea ezarri", "Your handle" : "Zure heldulekua", + "Day to use as the first day of week" : "Asteko lehen egun gisa markatzeko eguna", + "Derived from your locale ({weekDayName})" : "Zure lokaletik eratorria: ({weekDayName})", + "Unable to update first day of week" : "Ezin da eguneratu asteko lehen eguna", "Your headline" : "Zure izenburua", "Languages" : "Hizkuntzak", "Help translate" : "Lagundu itzultzen", @@ -681,6 +698,7 @@ "Loading categories" : "Kategoriak kargatzen", "Developer documentation ↗" : "Garatzaileen dokumentazioa ↗", "Version {version}, {license}-licensed" : "{version} bertsioa, {license}-lizentziarekin", + "All accounts" : "Kontu guztiak", "Admins" : "Administratzaileak", "Account group: {group}" : "Kontuaren taldea: {group}", "Account management" : "Kontuen kudeaketa", @@ -706,6 +724,7 @@ "Date of birth" : "Jaioteguna", "Profile visibility" : "Profilaren ikusgarritasuna", "Locale" : "Eskualdeko ezarpenak", + "First day of week" : "Asteko lehen eguna", "Not available as this property is required for core functionality including file sharing and calendar invitations" : "Ez dago eskuragarri propietate hau oinarrizko funtzionaltasunentzako beharrezkoa delako, fitxategien partekatze eta egutegien gonbidapenak barne", "Not available as federation has been disabled for your account, contact your system administration if you have any questions" : "Ez dago erabilgarri federazioa desgaitu delako zure kontuan, jarri harremanetan sistemaren administrazioarekin galderarik baduzu", "Not available as publishing account specific data to the lookup server is not allowed, contact your system administration if you have any questions" : "Ez dago eskuragarri bilaketa zerbitzarira kontuen datu zehatzak argitaratzea ez dagoelako baimenduta, jarri harremanetan sistemaren administrazioarekin galderarik baduzu", diff --git a/apps/settings/l10n/fr.js b/apps/settings/l10n/fr.js index 86b4ce44a86..a5db79268f7 100644 --- a/apps/settings/l10n/fr.js +++ b/apps/settings/l10n/fr.js @@ -365,9 +365,9 @@ OC.L10N.register( "Update to {update}" : "Mettre à jour vers {update}", "Remove" : "Retirer", "Disable" : "Désactiver", - "Featured" : "Mise en avant", + "Featured" : "En vedette", "This app is supported via your current Nextcloud subscription." : "Cette application bénéficie d'un support grâce à votre abonnement Nextcloud.", - "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Les applications mises en avant sont développées par la communauté. Elles proposent des fonctionnalités centrales et sont prêtes pour la production.", + "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Les applications en vedette sont développées par la communauté. Elles proposent des fonctionnalités centrales et sont prêtes pour la production.", "Community rating: {score}/5" : "Note de la communauté : {score}/5", "All apps are up-to-date." : "Toutes les applications sont à jour.", "Icon" : "Icône", @@ -639,7 +639,7 @@ OC.L10N.register( "Toggle account actions menu" : "Afficher / Masquer le menu des actions de compte", "Done" : "Terminé", "Edit" : "Editer", - "Account management settings" : "Paramètres de gestion des comptes", + "Account management settings" : "Paramètres gestion des comptes", "Visibility" : "Visibilité", "Show language" : "Afficher la langue", "Show account backend" : "Afficher l'origine du compte", @@ -684,7 +684,7 @@ OC.L10N.register( "Failed to create group" : "La création du groupe a échoué", "Sending…" : "Envoi en cours...", "Email sent" : "E-mail envoyé", - "Location" : "Emplacement", + "Location" : "Localisation", "Profile picture" : "Image de profil", "About" : "À propos", "Full name" : "Nom complet", @@ -709,7 +709,7 @@ OC.L10N.register( "Disabled apps" : "Applications désactivées", "Updates" : "Mises à jour", "App bundles" : "Packs d'applications", - "Featured apps" : "Applications mises en avant", + "Featured apps" : "Applications en vedette", "Supported apps" : "Applications supportées", "Show to everyone" : "Montrer à tout le monde", "Show to logged in accounts only" : "Montrer seulement aux comptes connectés", diff --git a/apps/settings/l10n/fr.json b/apps/settings/l10n/fr.json index 939a04f44ee..d33279c73b9 100644 --- a/apps/settings/l10n/fr.json +++ b/apps/settings/l10n/fr.json @@ -363,9 +363,9 @@ "Update to {update}" : "Mettre à jour vers {update}", "Remove" : "Retirer", "Disable" : "Désactiver", - "Featured" : "Mise en avant", + "Featured" : "En vedette", "This app is supported via your current Nextcloud subscription." : "Cette application bénéficie d'un support grâce à votre abonnement Nextcloud.", - "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Les applications mises en avant sont développées par la communauté. Elles proposent des fonctionnalités centrales et sont prêtes pour la production.", + "Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Les applications en vedette sont développées par la communauté. Elles proposent des fonctionnalités centrales et sont prêtes pour la production.", "Community rating: {score}/5" : "Note de la communauté : {score}/5", "All apps are up-to-date." : "Toutes les applications sont à jour.", "Icon" : "Icône", @@ -637,7 +637,7 @@ "Toggle account actions menu" : "Afficher / Masquer le menu des actions de compte", "Done" : "Terminé", "Edit" : "Editer", - "Account management settings" : "Paramètres de gestion des comptes", + "Account management settings" : "Paramètres gestion des comptes", "Visibility" : "Visibilité", "Show language" : "Afficher la langue", "Show account backend" : "Afficher l'origine du compte", @@ -682,7 +682,7 @@ "Failed to create group" : "La création du groupe a échoué", "Sending…" : "Envoi en cours...", "Email sent" : "E-mail envoyé", - "Location" : "Emplacement", + "Location" : "Localisation", "Profile picture" : "Image de profil", "About" : "À propos", "Full name" : "Nom complet", @@ -707,7 +707,7 @@ "Disabled apps" : "Applications désactivées", "Updates" : "Mises à jour", "App bundles" : "Packs d'applications", - "Featured apps" : "Applications mises en avant", + "Featured apps" : "Applications en vedette", "Supported apps" : "Applications supportées", "Show to everyone" : "Montrer à tout le monde", "Show to logged in accounts only" : "Montrer seulement aux comptes connectés", diff --git a/apps/settings/l10n/nl.js b/apps/settings/l10n/nl.js index db027e0320d..905ef48b4b0 100644 --- a/apps/settings/l10n/nl.js +++ b/apps/settings/l10n/nl.js @@ -38,6 +38,8 @@ OC.L10N.register( "{actor} changed your email address" : "{actor} wijzigde je e-mailadres", "You changed your email address" : "Je wijzigde je e-mailadres", "Your email address was changed by an administrator" : "Je e-mailadres is gewijzigd door een beheerder", + "You created an app password for a session named \"{token}\"" : "Je creëerde een app wachtwoord voor een sessie genaamd \"{token}\"", + "An administrator created an app password for a session named \"{token}\"" : "Een beheerder maakte een app wachtwoord voor een sessie met de naam \"{token}\"", "You deleted app password \"{token}\"" : "Je verwijderde appwachtwoord \"{token}\"", "You renamed app password \"{token}\" to \"{newToken}\"" : "Je hernoemde appwachtwoord \"{token}\" naar \"{newToken}\"", "You granted filesystem access to app password \"{token}\"" : "Je hebt toegang tot het bestandssysteem verleend aan appwachtwoord \"{token}\"", @@ -49,20 +51,29 @@ OC.L10N.register( "Remote wipe has finished on %1$s" : "Wissen op afstand voltooid op %1$s", "Your <strong>password</strong> or <strong>email</strong> was modified" : "Je <strong>wachtwoord</strong> of <strong>e-mailadres</strong> is gewijzigd", "Settings" : "Instellingen", + "Could not remove app." : "Kon app niet verwijderen", + "Could not update app." : "Kon app niet updaten", "Wrong password" : "Onjuist wachtwoord", "Unable to change personal password" : "Kan persoonlijk wachtwoord niet wijzigen", "Saved" : "Opgeslagen", + "No Login supplied" : "Geen login opgegeven", "Unable to change password. Password too long." : "Kan wachtwoord niet wijzigen. Wachtwoord te lang.", "Authentication error" : "Authenticatiefout", + "Please provide an admin recovery password; otherwise, all account data will be lost." : "Voer een beheerdersherstelwachtwoord in, anders zullen alle account gegevens verloren gaan.", "Wrong admin recovery password. Please check the password and try again." : "Onjuist beheerdersherstelwachtwoord. Controleer het wachtwoord en probeer het opnieuw.", + "Backend does not support password change, but the encryption of the account key was updated." : "Backend ondersteunt geen wachtwoordwijzigingen, maar de versleuteling van de accountsleutel is bijgewerkt.", "Administrator documentation" : "Beheerdersdocumentatie", "User documentation" : "Gebruikersdocumentatie", + "Nextcloud help overview" : "Nextcloud hulpoverzicht", "Invalid SMTP password." : "Ongeldig SMTP wachtwoord", "Email setting test" : "E-mailinstellingen test", "Well done, %s!" : "Goed gedaan, %s!", "If you received this email, the email configuration seems to be correct." : "Als je deze e-mail hebt ontvangen, dan lijken de e-mailinstellingen correct.", "Email could not be sent. Check your mail server log" : "Er kon geen e-mail verstuurd worden. Controleer je server log files", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Er ontstond een probleem bij het versturen van de e-mail. Controleer je instellingen. (Fout: %s)", + "You need to set your account email before being able to send test emails. Go to %s for that." : "Je moet je e-mail voor je account instellen voordat je e-mail kan versturen. Ga hiervoor naar %s.", + "Recently active" : "Recent actief", + "Disabled accounts" : "Uitgeschakelde accounts", "Invalid account" : "Ongeldig account", "Invalid mail address" : "Ongeldig e-mailadres", "Settings saved" : "Instellingen opgeslagen", @@ -89,14 +100,17 @@ OC.L10N.register( "Welcome aboard" : "Welkom aan boord", "Welcome aboard %s" : "Welkom aan boord %s", "Welcome to your %s account, you can add, protect, and share your data." : "Welkom bij je %s account; je kunt nu je bestanden toevoegen en veilig delen.", + "Your Login is: %s" : "Je login is: %s", "Set your password" : "Stel je wachtwoord in", "Go to %s" : "Ga naar %s", "Install Client" : "Installeer Client", + "Logged in account must be a subadmin" : "Aangemeld account moet een subadmin zijn", "Apps" : "Apps", "Personal" : "Persoonlijk", "Administration" : "Beheer", "Users" : "Gebruikers", "Additional settings" : "Aanvullende instellingen", + "Artificial Intelligence" : "Artificiële Intelligentie", "Administration privileges" : "Beheerdersprivileges", "Groupware" : "Groupware", "Overview" : "Overzicht", @@ -111,6 +125,8 @@ OC.L10N.register( "Background jobs" : "Achtergrondtaken", "Unlimited" : "Ongelimiteerd", "Verifying" : "Controleer", + "Allowed admin IP ranges" : "Toegestane beheerder IP-reeksen", + "Admin IP filtering isn’t applied." : "Beheerder IP-filtering is niet toegepast.", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Je datamap en je bestanden zijn waarschijnlijk vanaf het internet bereikbaar. Het .htaccess-bestand werkt niet. We raden ten zeerste aan aan om je webserver zodanig te configureren, dat de datadirectory niet bereikbaar is vanaf het internet of om je datadirectory te verplaatsen naar een locatie buiten de document-root van de webserver.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "De database mist een paar optionele kolommen. Omdat het toevoegen van kolommen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd, omdat dat optioneel kan. Door het draaien van \"occ db:add-missing-columns\" kunnen deze kolommen handmatig worden toegevoegd terwijl de server blijft draaien. Als de kolommen zijn toegevoegd, zullen bepaalde functionaliteiten veel sneller of gemakkelijker plaatsvinden.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "De database mist enkele primaire sleutels. Omdat het toevoegen van primaire sleutels aan grote tabellen enige tijd kan duren, werden ze niet automatisch toegevoegd. Door \"occ db:add-missing-primary-keys\" uit te voeren, kunnen die ontbrekende primaire sleutels handmatig worden toegevoegd terwijl de server blijft draaien.", diff --git a/apps/settings/l10n/nl.json b/apps/settings/l10n/nl.json index 3d039e4faa2..66d44ddcb63 100644 --- a/apps/settings/l10n/nl.json +++ b/apps/settings/l10n/nl.json @@ -36,6 +36,8 @@ "{actor} changed your email address" : "{actor} wijzigde je e-mailadres", "You changed your email address" : "Je wijzigde je e-mailadres", "Your email address was changed by an administrator" : "Je e-mailadres is gewijzigd door een beheerder", + "You created an app password for a session named \"{token}\"" : "Je creëerde een app wachtwoord voor een sessie genaamd \"{token}\"", + "An administrator created an app password for a session named \"{token}\"" : "Een beheerder maakte een app wachtwoord voor een sessie met de naam \"{token}\"", "You deleted app password \"{token}\"" : "Je verwijderde appwachtwoord \"{token}\"", "You renamed app password \"{token}\" to \"{newToken}\"" : "Je hernoemde appwachtwoord \"{token}\" naar \"{newToken}\"", "You granted filesystem access to app password \"{token}\"" : "Je hebt toegang tot het bestandssysteem verleend aan appwachtwoord \"{token}\"", @@ -47,20 +49,29 @@ "Remote wipe has finished on %1$s" : "Wissen op afstand voltooid op %1$s", "Your <strong>password</strong> or <strong>email</strong> was modified" : "Je <strong>wachtwoord</strong> of <strong>e-mailadres</strong> is gewijzigd", "Settings" : "Instellingen", + "Could not remove app." : "Kon app niet verwijderen", + "Could not update app." : "Kon app niet updaten", "Wrong password" : "Onjuist wachtwoord", "Unable to change personal password" : "Kan persoonlijk wachtwoord niet wijzigen", "Saved" : "Opgeslagen", + "No Login supplied" : "Geen login opgegeven", "Unable to change password. Password too long." : "Kan wachtwoord niet wijzigen. Wachtwoord te lang.", "Authentication error" : "Authenticatiefout", + "Please provide an admin recovery password; otherwise, all account data will be lost." : "Voer een beheerdersherstelwachtwoord in, anders zullen alle account gegevens verloren gaan.", "Wrong admin recovery password. Please check the password and try again." : "Onjuist beheerdersherstelwachtwoord. Controleer het wachtwoord en probeer het opnieuw.", + "Backend does not support password change, but the encryption of the account key was updated." : "Backend ondersteunt geen wachtwoordwijzigingen, maar de versleuteling van de accountsleutel is bijgewerkt.", "Administrator documentation" : "Beheerdersdocumentatie", "User documentation" : "Gebruikersdocumentatie", + "Nextcloud help overview" : "Nextcloud hulpoverzicht", "Invalid SMTP password." : "Ongeldig SMTP wachtwoord", "Email setting test" : "E-mailinstellingen test", "Well done, %s!" : "Goed gedaan, %s!", "If you received this email, the email configuration seems to be correct." : "Als je deze e-mail hebt ontvangen, dan lijken de e-mailinstellingen correct.", "Email could not be sent. Check your mail server log" : "Er kon geen e-mail verstuurd worden. Controleer je server log files", "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Er ontstond een probleem bij het versturen van de e-mail. Controleer je instellingen. (Fout: %s)", + "You need to set your account email before being able to send test emails. Go to %s for that." : "Je moet je e-mail voor je account instellen voordat je e-mail kan versturen. Ga hiervoor naar %s.", + "Recently active" : "Recent actief", + "Disabled accounts" : "Uitgeschakelde accounts", "Invalid account" : "Ongeldig account", "Invalid mail address" : "Ongeldig e-mailadres", "Settings saved" : "Instellingen opgeslagen", @@ -87,14 +98,17 @@ "Welcome aboard" : "Welkom aan boord", "Welcome aboard %s" : "Welkom aan boord %s", "Welcome to your %s account, you can add, protect, and share your data." : "Welkom bij je %s account; je kunt nu je bestanden toevoegen en veilig delen.", + "Your Login is: %s" : "Je login is: %s", "Set your password" : "Stel je wachtwoord in", "Go to %s" : "Ga naar %s", "Install Client" : "Installeer Client", + "Logged in account must be a subadmin" : "Aangemeld account moet een subadmin zijn", "Apps" : "Apps", "Personal" : "Persoonlijk", "Administration" : "Beheer", "Users" : "Gebruikers", "Additional settings" : "Aanvullende instellingen", + "Artificial Intelligence" : "Artificiële Intelligentie", "Administration privileges" : "Beheerdersprivileges", "Groupware" : "Groupware", "Overview" : "Overzicht", @@ -109,6 +123,8 @@ "Background jobs" : "Achtergrondtaken", "Unlimited" : "Ongelimiteerd", "Verifying" : "Controleer", + "Allowed admin IP ranges" : "Toegestane beheerder IP-reeksen", + "Admin IP filtering isn’t applied." : "Beheerder IP-filtering is niet toegepast.", "Your data directory and files are probably accessible from the internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Je datamap en je bestanden zijn waarschijnlijk vanaf het internet bereikbaar. Het .htaccess-bestand werkt niet. We raden ten zeerste aan aan om je webserver zodanig te configureren, dat de datadirectory niet bereikbaar is vanaf het internet of om je datadirectory te verplaatsen naar een locatie buiten de document-root van de webserver.", "The database is missing some optional columns. Due to the fact that adding columns on big tables could take some time they were not added automatically when they can be optional. By running \"occ db:add-missing-columns\" those missing columns could be added manually while the instance keeps running. Once the columns are added some features might improve responsiveness or usability." : "De database mist een paar optionele kolommen. Omdat het toevoegen van kolommen op grote tabellen veel tijd kan kosten, zijn ze niet automatisch gecreëerd, omdat dat optioneel kan. Door het draaien van \"occ db:add-missing-columns\" kunnen deze kolommen handmatig worden toegevoegd terwijl de server blijft draaien. Als de kolommen zijn toegevoegd, zullen bepaalde functionaliteiten veel sneller of gemakkelijker plaatsvinden.", "The database is missing some primary keys. Due to the fact that adding primary keys on big tables could take some time they were not added automatically. By running \"occ db:add-missing-primary-keys\" those missing primary keys could be added manually while the instance keeps running." : "De database mist enkele primaire sleutels. Omdat het toevoegen van primaire sleutels aan grote tabellen enige tijd kan duren, werden ze niet automatisch toegevoegd. Door \"occ db:add-missing-primary-keys\" uit te voeren, kunnen die ontbrekende primaire sleutels handmatig worden toegevoegd terwijl de server blijft draaien.", diff --git a/apps/settings/l10n/tr.js b/apps/settings/l10n/tr.js index 5012bcc60ee..66c7af9afea 100644 --- a/apps/settings/l10n/tr.js +++ b/apps/settings/l10n/tr.js @@ -2,7 +2,7 @@ OC.L10N.register( "settings", { "Private" : "Kişisel", - "Only visible to people matched via phone number integration through Talk on mobile" : "Yalnızca mobil aygıt üzerinde Talk telefon numarası bütünleştirmesi ile eşleşen kişiler görebilir", + "Only visible to people matched via phone number integration through Talk on mobile" : "Yalnızca mobil aygıt üzerinde Konuş uygulaması telefon numarası bütünleştirmesi ile eşleşen kişiler görebilir", "Local" : "Yerel", "Only visible to people on this instance and guests" : "Yalnızca bu kopyadaki kişiler ve konuklar görebilir", "Federated" : "Birleşik", @@ -457,8 +457,8 @@ OC.L10N.register( "Google Chrome for Android" : "Android için Google Chrome", "{productName} iOS app" : "{productName} iOS uygulaması", "{productName} Android app" : "{productName} Android uygulaması", - "{productName} Talk for iOS" : "{productName} iOS için Talk", - "{productName} Talk for Android" : "{productName} Android için Talk", + "{productName} Talk for iOS" : "{productName} iOS için Konuş", + "{productName} Talk for Android" : "{productName} Android için Konuş", "Sync client" : "İstemciyi eşitle", "This session" : "Bu oturum", "{client} - {version} ({system})" : "{client} - {version} ({system})", diff --git a/apps/settings/l10n/tr.json b/apps/settings/l10n/tr.json index 747545946f5..6a3117ef95d 100644 --- a/apps/settings/l10n/tr.json +++ b/apps/settings/l10n/tr.json @@ -1,6 +1,6 @@ { "translations": { "Private" : "Kişisel", - "Only visible to people matched via phone number integration through Talk on mobile" : "Yalnızca mobil aygıt üzerinde Talk telefon numarası bütünleştirmesi ile eşleşen kişiler görebilir", + "Only visible to people matched via phone number integration through Talk on mobile" : "Yalnızca mobil aygıt üzerinde Konuş uygulaması telefon numarası bütünleştirmesi ile eşleşen kişiler görebilir", "Local" : "Yerel", "Only visible to people on this instance and guests" : "Yalnızca bu kopyadaki kişiler ve konuklar görebilir", "Federated" : "Birleşik", @@ -455,8 +455,8 @@ "Google Chrome for Android" : "Android için Google Chrome", "{productName} iOS app" : "{productName} iOS uygulaması", "{productName} Android app" : "{productName} Android uygulaması", - "{productName} Talk for iOS" : "{productName} iOS için Talk", - "{productName} Talk for Android" : "{productName} Android için Talk", + "{productName} Talk for iOS" : "{productName} iOS için Konuş", + "{productName} Talk for Android" : "{productName} Android için Konuş", "Sync client" : "İstemciyi eşitle", "This session" : "Bu oturum", "{client} - {version} ({system})" : "{client} - {version} ({system})", diff --git a/apps/sharebymail/l10n/eu.js b/apps/sharebymail/l10n/eu.js index 9b93df28dbf..b1cd112fe0a 100644 --- a/apps/sharebymail/l10n/eu.js +++ b/apps/sharebymail/l10n/eu.js @@ -18,11 +18,25 @@ OC.L10N.register( "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Ezin dizugu bidali automatikoki sortutako pasahitza. Ezarri baliozko helbide elektronikoa ezarpen pertsonaletan eta saiatu berriro.", "Failed to send share by email. Got an invalid email address" : "Ezin izan da partekaturikoa posta elektronikoz bidali. Helbide elektroniko baliogabea lortu du", "Failed to send share by email" : "Ezin izan da e-posta bidez partekatu", + "%1$s shared %2$s with you" : "%1$sk %2$s partekatu du zurekin", + "%1$s shared %2$s with you." : "%1$sk %2$s partekatu du zurekin.", "Note:" : "Oharra:", + "This share is valid until %s at midnight" : "Partaidetza honek %sko gauerdira arte balio du", + "Expiration:" : "Iraungitzea:", "Click the button below to open it." : "Egin klik beheko botoian hura irekitzeko", + "Open %s" : "Ireki %s", "%1$s via %2$s" : "%2$s bidez, %1$s", + "%1$s shared %2$s with you.\nYou should have already received a separate mail with a link to access it.\n" : "%1$s-k »%2$s« partekatu du zurekin.\nBertara iristeko esteka mezu batean eduki behar zenuke dagoeneko zure posta elektronikoan.\n", + "%1$s shared %2$s with you. You should have already received a separate mail with a link to access it." : "%1$s-k »%2$s« partekatu du zurekin. Bertara iristeko esteka mezu batean eduki behar zenuke dagoeneko zure posta elektronikoan.", + "Password to access %1$s shared to you by %2$s" : "%1$s -ra sartzeko pasahitza partekatu du zurekin %2$s-k", + "Password to access %s" : "%s-ra sartzeko pasahitza", "It is protected with the following password:" : "Honako pasahitz honekin babestuta dago:", "This password will expire at %s" : "Pasahitz honek %s(e)(t)an iraungiko du", + "%1$s shared %2$s with you and wants to add:" : "%1$serabiltzaileak %2$s partekatu du zurekin eta hau gehitu nahi du:", + "%1$s shared %2$s with you and wants to add" : "%1$serabiltzaileak %2$s partekatu du zurekin eta hau gehitu nahi du", + "%s added a note to a file shared with you" : "%s erabiltzaileak ohar bat gehitu du partekatu dizun fitxategi batean", + "You just shared %1$s with %2$s. The share was already sent to the recipient. Due to the security policies defined by the administrator of %3$s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "%1$spartekatu duzu %2$s-rekin. Partekatzea dagoeneko hartzaileari bidali zaio. %3$s-ko administratzaileak zehaztutako segurtasun politikak direla eta, partekatze bakoitza pasahitz bidez babestu behar da eta ezin da pasahitza zuzenean hartzaileari bidali. Beraz, pasahitza eskuz birbidali behar diozu hartzaileari.", + "Password to access %1$s shared by you with %2$s" : "%1$s-ra sartzeko pasahitza partekatu duzu %2$s-rekin", "This is the password:" : "Hau da pasahitza:", "You can choose a different password at any time in the share dialog." : "Nahi duzuenan aukeratu dezakezu beste pasahitz bat partekatze-leihoan.", "Could not find share" : "Ezin da partekatzea topatu", diff --git a/apps/sharebymail/l10n/eu.json b/apps/sharebymail/l10n/eu.json index 885fc26a64a..6edc1f542a9 100644 --- a/apps/sharebymail/l10n/eu.json +++ b/apps/sharebymail/l10n/eu.json @@ -16,11 +16,25 @@ "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Ezin dizugu bidali automatikoki sortutako pasahitza. Ezarri baliozko helbide elektronikoa ezarpen pertsonaletan eta saiatu berriro.", "Failed to send share by email. Got an invalid email address" : "Ezin izan da partekaturikoa posta elektronikoz bidali. Helbide elektroniko baliogabea lortu du", "Failed to send share by email" : "Ezin izan da e-posta bidez partekatu", + "%1$s shared %2$s with you" : "%1$sk %2$s partekatu du zurekin", + "%1$s shared %2$s with you." : "%1$sk %2$s partekatu du zurekin.", "Note:" : "Oharra:", + "This share is valid until %s at midnight" : "Partaidetza honek %sko gauerdira arte balio du", + "Expiration:" : "Iraungitzea:", "Click the button below to open it." : "Egin klik beheko botoian hura irekitzeko", + "Open %s" : "Ireki %s", "%1$s via %2$s" : "%2$s bidez, %1$s", + "%1$s shared %2$s with you.\nYou should have already received a separate mail with a link to access it.\n" : "%1$s-k »%2$s« partekatu du zurekin.\nBertara iristeko esteka mezu batean eduki behar zenuke dagoeneko zure posta elektronikoan.\n", + "%1$s shared %2$s with you. You should have already received a separate mail with a link to access it." : "%1$s-k »%2$s« partekatu du zurekin. Bertara iristeko esteka mezu batean eduki behar zenuke dagoeneko zure posta elektronikoan.", + "Password to access %1$s shared to you by %2$s" : "%1$s -ra sartzeko pasahitza partekatu du zurekin %2$s-k", + "Password to access %s" : "%s-ra sartzeko pasahitza", "It is protected with the following password:" : "Honako pasahitz honekin babestuta dago:", "This password will expire at %s" : "Pasahitz honek %s(e)(t)an iraungiko du", + "%1$s shared %2$s with you and wants to add:" : "%1$serabiltzaileak %2$s partekatu du zurekin eta hau gehitu nahi du:", + "%1$s shared %2$s with you and wants to add" : "%1$serabiltzaileak %2$s partekatu du zurekin eta hau gehitu nahi du", + "%s added a note to a file shared with you" : "%s erabiltzaileak ohar bat gehitu du partekatu dizun fitxategi batean", + "You just shared %1$s with %2$s. The share was already sent to the recipient. Due to the security policies defined by the administrator of %3$s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "%1$spartekatu duzu %2$s-rekin. Partekatzea dagoeneko hartzaileari bidali zaio. %3$s-ko administratzaileak zehaztutako segurtasun politikak direla eta, partekatze bakoitza pasahitz bidez babestu behar da eta ezin da pasahitza zuzenean hartzaileari bidali. Beraz, pasahitza eskuz birbidali behar diozu hartzaileari.", + "Password to access %1$s shared by you with %2$s" : "%1$s-ra sartzeko pasahitza partekatu duzu %2$s-rekin", "This is the password:" : "Hau da pasahitza:", "You can choose a different password at any time in the share dialog." : "Nahi duzuenan aukeratu dezakezu beste pasahitz bat partekatze-leihoan.", "Could not find share" : "Ezin da partekatzea topatu", diff --git a/apps/systemtags/l10n/eu.js b/apps/systemtags/l10n/eu.js index a3db0824262..003eabc977e 100644 --- a/apps/systemtags/l10n/eu.js +++ b/apps/systemtags/l10n/eu.js @@ -72,6 +72,7 @@ OC.L10N.register( "Failed to load selected tags" : "Hautatutako etiketa kargatzeak huts egin du", "Failed to select tag" : "Etiketa hautatzeak huts egin du", "Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them." : "Lankidetzazko etiketak erabilgarri daude erabiltzaile guztientzat. Erabiltzaileek etiketa murriztuak ikusgai dituzte baina ezin dituzte haiek esleitu. Etiketa ikusezinak barne erabilerarako dira, erabiltzaileek ezin baitituzte ikusi edo esleitu.", + "Assigned collaborative tags" : "Elkarlaneko etiketak esleituta", "Open in Files" : "Ireki Fitxategiak aplikazioan", "List of tags and their associated files and folders." : "Etiketak eta atxikituta dituzten fitxategi eta karpetak.", "No tags found" : "Ez da etiketarik aurkitu", diff --git a/apps/systemtags/l10n/eu.json b/apps/systemtags/l10n/eu.json index 8a8ef5513d8..a160aabe1cc 100644 --- a/apps/systemtags/l10n/eu.json +++ b/apps/systemtags/l10n/eu.json @@ -70,6 +70,7 @@ "Failed to load selected tags" : "Hautatutako etiketa kargatzeak huts egin du", "Failed to select tag" : "Etiketa hautatzeak huts egin du", "Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them." : "Lankidetzazko etiketak erabilgarri daude erabiltzaile guztientzat. Erabiltzaileek etiketa murriztuak ikusgai dituzte baina ezin dituzte haiek esleitu. Etiketa ikusezinak barne erabilerarako dira, erabiltzaileek ezin baitituzte ikusi edo esleitu.", + "Assigned collaborative tags" : "Elkarlaneko etiketak esleituta", "Open in Files" : "Ireki Fitxategiak aplikazioan", "List of tags and their associated files and folders." : "Etiketak eta atxikituta dituzten fitxategi eta karpetak.", "No tags found" : "Ez da etiketarik aurkitu", diff --git a/apps/systemtags/l10n/fr.js b/apps/systemtags/l10n/fr.js index e3c0cb14efa..bae44b27cb1 100644 --- a/apps/systemtags/l10n/fr.js +++ b/apps/systemtags/l10n/fr.js @@ -75,7 +75,7 @@ OC.L10N.register( "Open in Files" : "Ouvrir dans Fichiers", "List of tags and their associated files and folders." : "Liste des étiquettes et leurs fichiers et dossiers associés.", "No tags found" : "Aucune étiquette trouvée", - "Tags you have created will show up here." : "Les étiquettes que vous avez créées s'afficheront ici", + "Tags you have created will show up here." : "Les étiquettes que vous avez créées apparaîtront ici.", "Failed to load last used tags" : "Impossible de charger les dernières étiquettes utilisées", "Missing \"Content-Location\" header" : "Entête \"Contenu-Localisation\" manquant", "Failed to load tags for file" : "Impossible de charger les étiquettes du fichier", diff --git a/apps/systemtags/l10n/fr.json b/apps/systemtags/l10n/fr.json index 221e6c83933..196b69fe25b 100644 --- a/apps/systemtags/l10n/fr.json +++ b/apps/systemtags/l10n/fr.json @@ -73,7 +73,7 @@ "Open in Files" : "Ouvrir dans Fichiers", "List of tags and their associated files and folders." : "Liste des étiquettes et leurs fichiers et dossiers associés.", "No tags found" : "Aucune étiquette trouvée", - "Tags you have created will show up here." : "Les étiquettes que vous avez créées s'afficheront ici", + "Tags you have created will show up here." : "Les étiquettes que vous avez créées apparaîtront ici.", "Failed to load last used tags" : "Impossible de charger les dernières étiquettes utilisées", "Missing \"Content-Location\" header" : "Entête \"Contenu-Localisation\" manquant", "Failed to load tags for file" : "Impossible de charger les étiquettes du fichier", diff --git a/apps/theming/l10n/eu.js b/apps/theming/l10n/eu.js index 524704fc987..28c854e277a 100644 --- a/apps/theming/l10n/eu.js +++ b/apps/theming/l10n/eu.js @@ -52,6 +52,8 @@ OC.L10N.register( "Privacy policy" : "Pribatutasun politika", "Adjust the Nextcloud theme" : "Doitu Nextcloud gaia", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Gaiak aukera ematen du zure instantziaren eta onartutako bezeroen itxura eta izaera erraz pertsonalizatzeko. Hau erabiltzaile guztientzat ikusgai egongo da.", + "Instead of a background image you can also configure a plain background color. If you use a background image changing this color will influence the color of the app menu icons." : "Atzeko planoko irudi baten ordez atzeko planoko kolore arrunta ezar dezakezu. Atzeko planoko irudi bat erabiltzen baduzu kolore hori aldatzeak aplikazioen menuko ikonoen kolorean eragina izango du.", + "Background color" : "Atzeko planoaren kolorea", "Upload new logo" : "Igo logo berria", "Logo" : "Logoa", "Upload new background and login image" : "Igo atzeko planoa eta saioa hasteko irudi berria", @@ -62,6 +64,8 @@ OC.L10N.register( "Web link" : "Web esteka", "a safe home for all your data" : "zure datu guztientzako toki segurua", "Slogan" : "Eslogana", + "Primary color" : "Kolore nagusia", + "The primary color is used for highlighting elements like important buttons. It might get slightly adjusted depending on the current color schema." : "Kolore nagusia botoi garrantzitsuak bezalako elementuak nabarmentzeko erabiltzen da. Baliteke apur bat doitzea uneko kolore-eskemaren arabera.", "Legal notice link" : "Ohar legalaren esteka", "Privacy policy link" : "Pribatutasun politikaren esteka", "Header logo" : "Goiburuaren logoa", @@ -72,8 +76,12 @@ OC.L10N.register( "Disable user theming" : "Desgaitu erabiltzaile itxura", "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." : "Zure instantzia hautatu eta pertsonaliza dezakezun arren, erabiltzaileek atzeko planoa eta koloreak alda ditzakete. Zure pertsonalizazioa aplikatu nahi baduzu, hau aktibatu dezakezu.", "Appearance and accessibility settings" : "Itxura eta irisgarritasun ezarpenak", + "Misc accessibility options" : "Irisgarritasun-aukera desberdinak", + "Enable blur background filter (may increase GPU load)" : "Gaitu atzeko planoa lausotzeko iragazkia (baliteke GPUaren karga handitzea)", "Customization has been disabled by your administrator" : "Zure administratzaileak pertsonalizazioa desgaitu du", + "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." : "Ezarri kolore nagusi bat elementu garrantzitsuak nabarmentzeko. Botoi nagusiak bezalako elementuetarako erabiltzen den kolorea apur bat desberdina izan daiteke irisgarritasun-baldintzak betetzeko doitzen baita.", "Background and color" : "Atzeko planoa eta kolorea", + "The background can be set to an image from the default set, a custom uploaded image, or a plain color." : "Atzeko planoa multzo lehenetsiko irudi bat, kargatutako irudi pertsonalizatua edo kolore arrunta izan daiteke.", "Keyboard shortcuts" : "Teklatuaren lasterbideak", "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." : "Zenbait kasutan, teklatuko lasterbideek erabilerraztasun-tresnekin oztopatu dezakete. Zure tresna behar bezala zentratu ahal izateko, hemen teklatuko lasterbide guztiak desgaitu ditzakezu. Honek aplikazioetan erabilgarri dauden lasterbide guztiak ere desgaituko ditu.", "Disable all keyboard shortcuts" : "Desgaitu teklatuaren lasterbide guztiak", @@ -96,6 +104,8 @@ OC.L10N.register( "Reset default app order" : "Berrezarri aplikazioen orden lehenetsia", "Could not set the app order" : "Ezin izan da aplikazioaren ordena ezarri", "Could not reset the app order" : "Ezin izan da aplikazioaren ordena berrezarri", + "Reset primary color" : "Berrezarri kolore nagusia", + "Could not set primary color" : "Ezin izan da kolore nagusia ezarri", "Default app" : "Aplikazio lehenetsia", "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "Aplikazio lehenetsia, adibidez, saioa hasi ondoren edo menuko logoan klik egiten denean irekitzen den aplikazioa da.", "Use custom default app" : "Erabili aplikazio lehenetsi pertsonalizatua", diff --git a/apps/theming/l10n/eu.json b/apps/theming/l10n/eu.json index 717add92d8c..aafa96e21f4 100644 --- a/apps/theming/l10n/eu.json +++ b/apps/theming/l10n/eu.json @@ -50,6 +50,8 @@ "Privacy policy" : "Pribatutasun politika", "Adjust the Nextcloud theme" : "Doitu Nextcloud gaia", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Gaiak aukera ematen du zure instantziaren eta onartutako bezeroen itxura eta izaera erraz pertsonalizatzeko. Hau erabiltzaile guztientzat ikusgai egongo da.", + "Instead of a background image you can also configure a plain background color. If you use a background image changing this color will influence the color of the app menu icons." : "Atzeko planoko irudi baten ordez atzeko planoko kolore arrunta ezar dezakezu. Atzeko planoko irudi bat erabiltzen baduzu kolore hori aldatzeak aplikazioen menuko ikonoen kolorean eragina izango du.", + "Background color" : "Atzeko planoaren kolorea", "Upload new logo" : "Igo logo berria", "Logo" : "Logoa", "Upload new background and login image" : "Igo atzeko planoa eta saioa hasteko irudi berria", @@ -60,6 +62,8 @@ "Web link" : "Web esteka", "a safe home for all your data" : "zure datu guztientzako toki segurua", "Slogan" : "Eslogana", + "Primary color" : "Kolore nagusia", + "The primary color is used for highlighting elements like important buttons. It might get slightly adjusted depending on the current color schema." : "Kolore nagusia botoi garrantzitsuak bezalako elementuak nabarmentzeko erabiltzen da. Baliteke apur bat doitzea uneko kolore-eskemaren arabera.", "Legal notice link" : "Ohar legalaren esteka", "Privacy policy link" : "Pribatutasun politikaren esteka", "Header logo" : "Goiburuaren logoa", @@ -70,8 +74,12 @@ "Disable user theming" : "Desgaitu erabiltzaile itxura", "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." : "Zure instantzia hautatu eta pertsonaliza dezakezun arren, erabiltzaileek atzeko planoa eta koloreak alda ditzakete. Zure pertsonalizazioa aplikatu nahi baduzu, hau aktibatu dezakezu.", "Appearance and accessibility settings" : "Itxura eta irisgarritasun ezarpenak", + "Misc accessibility options" : "Irisgarritasun-aukera desberdinak", + "Enable blur background filter (may increase GPU load)" : "Gaitu atzeko planoa lausotzeko iragazkia (baliteke GPUaren karga handitzea)", "Customization has been disabled by your administrator" : "Zure administratzaileak pertsonalizazioa desgaitu du", + "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." : "Ezarri kolore nagusi bat elementu garrantzitsuak nabarmentzeko. Botoi nagusiak bezalako elementuetarako erabiltzen den kolorea apur bat desberdina izan daiteke irisgarritasun-baldintzak betetzeko doitzen baita.", "Background and color" : "Atzeko planoa eta kolorea", + "The background can be set to an image from the default set, a custom uploaded image, or a plain color." : "Atzeko planoa multzo lehenetsiko irudi bat, kargatutako irudi pertsonalizatua edo kolore arrunta izan daiteke.", "Keyboard shortcuts" : "Teklatuaren lasterbideak", "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." : "Zenbait kasutan, teklatuko lasterbideek erabilerraztasun-tresnekin oztopatu dezakete. Zure tresna behar bezala zentratu ahal izateko, hemen teklatuko lasterbide guztiak desgaitu ditzakezu. Honek aplikazioetan erabilgarri dauden lasterbide guztiak ere desgaituko ditu.", "Disable all keyboard shortcuts" : "Desgaitu teklatuaren lasterbide guztiak", @@ -94,6 +102,8 @@ "Reset default app order" : "Berrezarri aplikazioen orden lehenetsia", "Could not set the app order" : "Ezin izan da aplikazioaren ordena ezarri", "Could not reset the app order" : "Ezin izan da aplikazioaren ordena berrezarri", + "Reset primary color" : "Berrezarri kolore nagusia", + "Could not set primary color" : "Ezin izan da kolore nagusia ezarri", "Default app" : "Aplikazio lehenetsia", "The default app is the app that is e.g. opened after login or when the logo in the menu is clicked." : "Aplikazio lehenetsia, adibidez, saioa hasi ondoren edo menuko logoan klik egiten denean irekitzen den aplikazioa da.", "Use custom default app" : "Erabili aplikazio lehenetsi pertsonalizatua", diff --git a/apps/theming/l10n/tr.js b/apps/theming/l10n/tr.js index d62232dc2c2..5b2664a3c2d 100644 --- a/apps/theming/l10n/tr.js +++ b/apps/theming/l10n/tr.js @@ -16,7 +16,7 @@ OC.L10N.register( "Invalid type for setting \"defaultApp\" given" : "belirtilen \"defaultApp\" ayarı türü geçersiz ", "Invalid setting key" : "Ayar tuşu geçersiz", "The file was uploaded" : "Dosya yüklendi", - "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Yüklenen dosya php.ini dosyasındaki yüklenebilecek dosya boyutunu belirten upload_max_filesize değişkeninin değerini aşıyor", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Yüklenen dosya php.ini dosyasındaki yüklenebilecek dosya boyutunu belirten upload_max_filesize değişkeninin değerini aşıyor", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklenen dosya HTML formundaki yüklenebilecek dosya boyutunu belirten MAX_FILE_SIZE değişkeninin değerini aşıyor", "The file was only partially uploaded" : "Dosyanın yalnızca bir bölümü yüklendi", "No file was uploaded" : "Herhangi bir dosya yüklenmedi", diff --git a/apps/theming/l10n/tr.json b/apps/theming/l10n/tr.json index 32f34d66be9..38b98427458 100644 --- a/apps/theming/l10n/tr.json +++ b/apps/theming/l10n/tr.json @@ -14,7 +14,7 @@ "Invalid type for setting \"defaultApp\" given" : "belirtilen \"defaultApp\" ayarı türü geçersiz ", "Invalid setting key" : "Ayar tuşu geçersiz", "The file was uploaded" : "Dosya yüklendi", - "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Yüklenen dosya php.ini dosyasındaki yüklenebilecek dosya boyutunu belirten upload_max_filesize değişkeninin değerini aşıyor", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Yüklenen dosya php.ini dosyasındaki yüklenebilecek dosya boyutunu belirten upload_max_filesize değişkeninin değerini aşıyor", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklenen dosya HTML formundaki yüklenebilecek dosya boyutunu belirten MAX_FILE_SIZE değişkeninin değerini aşıyor", "The file was only partially uploaded" : "Dosyanın yalnızca bir bölümü yüklendi", "No file was uploaded" : "Herhangi bir dosya yüklenmedi", diff --git a/apps/twofactor_backupcodes/l10n/eu.js b/apps/twofactor_backupcodes/l10n/eu.js index d9b32de33c1..4a30d1ad813 100644 --- a/apps/twofactor_backupcodes/l10n/eu.js +++ b/apps/twofactor_backupcodes/l10n/eu.js @@ -10,6 +10,7 @@ OC.L10N.register( "Two factor backup codes" : "Bigarren faktoreko segurtasun kodeak", "A two-factor auth backup codes provider" : "Bigarren faktoreko segurtasun kodeen hornitzailea", "Backup codes have been generated. {used} of {total} codes have been used." : "Sortu den segurtasun kode kopurua. {used} erabili dira {total} segurtasun kodetik.", + "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later." : "Hauexek dira zure segurtasun kodeak. Gorde edo/eta inprimatu itzazu ez baitira berriz agertuko.", "Save backup codes" : "Gorde babeskopia-kodeak", "Print backup codes" : "Segurtasun kodeak inprimatu", "Regenerate backup codes" : "Segurtasun kodeak berriz sortu", diff --git a/apps/twofactor_backupcodes/l10n/eu.json b/apps/twofactor_backupcodes/l10n/eu.json index 1bf414a5f58..b1e5d44e5f3 100644 --- a/apps/twofactor_backupcodes/l10n/eu.json +++ b/apps/twofactor_backupcodes/l10n/eu.json @@ -8,6 +8,7 @@ "Two factor backup codes" : "Bigarren faktoreko segurtasun kodeak", "A two-factor auth backup codes provider" : "Bigarren faktoreko segurtasun kodeen hornitzailea", "Backup codes have been generated. {used} of {total} codes have been used." : "Sortu den segurtasun kode kopurua. {used} erabili dira {total} segurtasun kodetik.", + "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later." : "Hauexek dira zure segurtasun kodeak. Gorde edo/eta inprimatu itzazu ez baitira berriz agertuko.", "Save backup codes" : "Gorde babeskopia-kodeak", "Print backup codes" : "Segurtasun kodeak inprimatu", "Regenerate backup codes" : "Segurtasun kodeak berriz sortu", diff --git a/apps/user_ldap/l10n/eu.js b/apps/user_ldap/l10n/eu.js index 4332114c792..79037ffa8b4 100644 --- a/apps/user_ldap/l10n/eu.js +++ b/apps/user_ldap/l10n/eu.js @@ -212,6 +212,8 @@ OC.L10N.register( "User profile Headline will be set from the specified attribute" : "Erabiltzailearen profilaren Titulua zehaztutako ezaugarritik ezarriko da", "Biography Field" : "Biografia-eremua", "User profile Biography will be set from the specified attribute" : "Erabiltzailearen profilaren Biografia zehaztutako ezaugarritik ezarriko da", + "Birthdate Field" : "Jaiotze data eremua", + "User profile Date of birth will be set from the specified attribute" : "Erabiltzailearen profila Jaiotze data zehaztutako atribututik ezarriko da", "Internal Username" : "Barneko erabiltzaile izena", "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "Modu lehenetsian barneko erabiltzaile-izena UUID atribututik sortuko da. Honek erabiltzaile-izena bakarra dela eta karaktereak bihurtu behar ez direla ziurtatzen du. Barneko erabiltzaile-izenak karaktere hauek soilik izan ditzake: [ a-zA-Z0-9_.@- ]. Beste karaktereak haien ASCII karaktereekin bihurtu edo guztiz kentzen dira. Kolisioa gertatzen den kasuetan zenbaki bat gehitu edo handituko da. Barneko erabiltzaile-izena erabiltzaile bat barnean identifikatzeko erabiltzen da. Erabiltzailearen etxeko karpetaren izen lehenetsia ere da. Kanpoko URLen parte ere da, adibidez DAV zerbitzu guztientzako. Ezarpen honekin, lehenetsitako portaera aldatu daiteke. Aldaketek mapatutako (gehitutako) LDAP erabiltzaile berriengan soilik izango du efektua. Utzi hutsik lehenetsitako portaerarako.", "Internal Username Attribute:" : "Baliogabeko Erabiltzaile Izen atributua", diff --git a/apps/user_ldap/l10n/eu.json b/apps/user_ldap/l10n/eu.json index 3f85de8998e..e6fbcaa9fe8 100644 --- a/apps/user_ldap/l10n/eu.json +++ b/apps/user_ldap/l10n/eu.json @@ -210,6 +210,8 @@ "User profile Headline will be set from the specified attribute" : "Erabiltzailearen profilaren Titulua zehaztutako ezaugarritik ezarriko da", "Biography Field" : "Biografia-eremua", "User profile Biography will be set from the specified attribute" : "Erabiltzailearen profilaren Biografia zehaztutako ezaugarritik ezarriko da", + "Birthdate Field" : "Jaiotze data eremua", + "User profile Date of birth will be set from the specified attribute" : "Erabiltzailearen profila Jaiotze data zehaztutako atribututik ezarriko da", "Internal Username" : "Barneko erabiltzaile izena", "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [a-zA-Z0-9_.@-]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all DAV services. With this setting, the default behavior can be overridden. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "Modu lehenetsian barneko erabiltzaile-izena UUID atribututik sortuko da. Honek erabiltzaile-izena bakarra dela eta karaktereak bihurtu behar ez direla ziurtatzen du. Barneko erabiltzaile-izenak karaktere hauek soilik izan ditzake: [ a-zA-Z0-9_.@- ]. Beste karaktereak haien ASCII karaktereekin bihurtu edo guztiz kentzen dira. Kolisioa gertatzen den kasuetan zenbaki bat gehitu edo handituko da. Barneko erabiltzaile-izena erabiltzaile bat barnean identifikatzeko erabiltzen da. Erabiltzailearen etxeko karpetaren izen lehenetsia ere da. Kanpoko URLen parte ere da, adibidez DAV zerbitzu guztientzako. Ezarpen honekin, lehenetsitako portaera aldatu daiteke. Aldaketek mapatutako (gehitutako) LDAP erabiltzaile berriengan soilik izango du efektua. Utzi hutsik lehenetsitako portaerarako.", "Internal Username Attribute:" : "Baliogabeko Erabiltzaile Izen atributua", diff --git a/apps/user_ldap/l10n/tr.js b/apps/user_ldap/l10n/tr.js index cab562a6f8d..a61ee3ab2fc 100644 --- a/apps/user_ldap/l10n/tr.js +++ b/apps/user_ldap/l10n/tr.js @@ -187,7 +187,7 @@ OC.L10N.register( "Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Kullanıcının varsayılan kotasının kullanılması için boş bırakın ya da bir LDAP/AD özniteliği belirtin.", "Quota Default" : "Varsayılan Kota", "Override default quota for LDAP users who do not have a quota set in the Quota Field." : "Kota Alanına bir kota değeri yazılmamış olan LDAP kullanıcıları için kullanılacak varsayılan kota değerini yazın.", - "Email Field" : "E-posta Alanı", + "Email Field" : "E-posta alanı", "Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Kullanıcı varsayılan e-posta adresinin kullanılması için boş bırakın ya da bir LDAP/AD özniteliği belirtin.", "User Home Folder Naming Rule" : "Kullanıcı Ana Klasörünü Adlandırma Kuralı", "Leave empty for username (default). Otherwise, specify an LDAP/AD attribute." : "Kullanıcı adının kullanılması için boş bırakın (varsayılan) ya da bir LDAP/AD özniteliği belirtin.", diff --git a/apps/user_ldap/l10n/tr.json b/apps/user_ldap/l10n/tr.json index e5d623731f5..c0839679aa3 100644 --- a/apps/user_ldap/l10n/tr.json +++ b/apps/user_ldap/l10n/tr.json @@ -185,7 +185,7 @@ "Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Kullanıcının varsayılan kotasının kullanılması için boş bırakın ya da bir LDAP/AD özniteliği belirtin.", "Quota Default" : "Varsayılan Kota", "Override default quota for LDAP users who do not have a quota set in the Quota Field." : "Kota Alanına bir kota değeri yazılmamış olan LDAP kullanıcıları için kullanılacak varsayılan kota değerini yazın.", - "Email Field" : "E-posta Alanı", + "Email Field" : "E-posta alanı", "Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Kullanıcı varsayılan e-posta adresinin kullanılması için boş bırakın ya da bir LDAP/AD özniteliği belirtin.", "User Home Folder Naming Rule" : "Kullanıcı Ana Klasörünü Adlandırma Kuralı", "Leave empty for username (default). Otherwise, specify an LDAP/AD attribute." : "Kullanıcı adının kullanılması için boş bırakın (varsayılan) ya da bir LDAP/AD özniteliği belirtin.", diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 59a2da4847f..e6ce982a4e1 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -82,6 +82,11 @@ OC.L10N.register( "Empty file" : "Empty file", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator.", "Dot files are not allowed" : "Dot files are not allowed", + "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" is a forbidden file or folder name.", + "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" is a forbidden prefix for file or folder names.", + "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" is not allowed inside a file or folder name.", + "\"%1$s\" is a forbidden file type." : "\"%1$s\" is a forbidden file type.", + "Filenames must not end with \"%1$s\"." : "Filenames must not end with \"%1$s\".", "File already exists" : "File already exists", "Invalid path" : "Invalid path", "Failed to create file from template" : "Failed to create file from template", diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index 6d689d14a73..7d3aca2bb0d 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -80,6 +80,11 @@ "Empty file" : "Empty file", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator.", "Dot files are not allowed" : "Dot files are not allowed", + "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\" is a forbidden file or folder name.", + "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\" is a forbidden prefix for file or folder names.", + "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\" is not allowed inside a file or folder name.", + "\"%1$s\" is a forbidden file type." : "\"%1$s\" is a forbidden file type.", + "Filenames must not end with \"%1$s\"." : "Filenames must not end with \"%1$s\".", "File already exists" : "File already exists", "Invalid path" : "Invalid path", "Failed to create file from template" : "Failed to create file from template", diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 615d4e50365..407654d1251 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -82,6 +82,11 @@ OC.L10N.register( "Empty file" : "空白のファイル", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "ID: %sのモジュールは存在しません。アプリ設定で有効にするか、管理者に問い合わせてください。", "Dot files are not allowed" : "隠しファイルは許可されていません", + "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\"は禁止されているファイル名またはフォルダー名です。", + "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\"は、ファイル名やフォルダー名には使用できない接頭辞です。", + "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\"はファイル名やフォルダー名の中に入れることはできません。", + "\"%1$s\" is a forbidden file type." : "\"%1$s\"は禁止されているファイルタイプです。", + "Filenames must not end with \"%1$s\"." : "ファイル名は \"%1$s\"で終了できません。", "File already exists" : "ファイルが既に存在します", "Invalid path" : "パスが無効", "Failed to create file from template" : "テンプレートからファイルを作成できませんでした", diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json index 152a0659879..999dd01fdf4 100644 --- a/lib/l10n/ja.json +++ b/lib/l10n/ja.json @@ -80,6 +80,11 @@ "Empty file" : "空白のファイル", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "ID: %sのモジュールは存在しません。アプリ設定で有効にするか、管理者に問い合わせてください。", "Dot files are not allowed" : "隠しファイルは許可されていません", + "\"%1$s\" is a forbidden file or folder name." : "\"%1$s\"は禁止されているファイル名またはフォルダー名です。", + "\"%1$s\" is a forbidden prefix for file or folder names." : "\"%1$s\"は、ファイル名やフォルダー名には使用できない接頭辞です。", + "\"%1$s\" is not allowed inside a file or folder name." : "\"%1$s\"はファイル名やフォルダー名の中に入れることはできません。", + "\"%1$s\" is a forbidden file type." : "\"%1$s\"は禁止されているファイルタイプです。", + "Filenames must not end with \"%1$s\"." : "ファイル名は \"%1$s\"で終了できません。", "File already exists" : "ファイルが既に存在します", "Invalid path" : "パスが無効", "Failed to create file from template" : "テンプレートからファイルを作成できませんでした", diff --git a/lib/l10n/sv.js b/lib/l10n/sv.js index 74066d2d0ee..abaa2e42ec9 100644 --- a/lib/l10n/sv.js +++ b/lib/l10n/sv.js @@ -277,7 +277,8 @@ OC.L10N.register( "The audio to transcribe" : "Ljudet att transkribera", "Transcription" : "Transkription", "The transcribed text" : "Den transkriberade texten", - "Writes text in a given style based on the provided source material." : "Skriver text i en given stil baserat på det medföljande källmaterialet.", + "Context write" : "Kontextuell skrivning", + "Writes text in a given style based on the provided source material." : "Skriver text i en given stil baserat på det tillhandahållna källmaterialet.", "Writing style" : "Skrivstil", "Demonstrate a writing style that you would like to immitate" : "Demonstrera en skrivstil som du skulle vilja imitera", "Source material" : "Källmaterial", @@ -350,6 +351,7 @@ OC.L10N.register( "The desired language to translate the origin text in" : "Det önskade språket att översätta ursprungstexten till", "Result" : "Resultat", "The translated text" : "Den översatta texten", + "Free prompt" : "Fri prompt", "Runs an arbitrary prompt through the language model." : "Kör en godtycklig uppmaning genom språkmodellen.", "Generate headline" : "Skapa rubrik", "Summarizes text by reducing its length without losing key information." : "Sammanfattar text genom att minska dess längd utan att förlora viktig information.", diff --git a/lib/l10n/sv.json b/lib/l10n/sv.json index 48257933ca1..90b02d4badf 100644 --- a/lib/l10n/sv.json +++ b/lib/l10n/sv.json @@ -275,7 +275,8 @@ "The audio to transcribe" : "Ljudet att transkribera", "Transcription" : "Transkription", "The transcribed text" : "Den transkriberade texten", - "Writes text in a given style based on the provided source material." : "Skriver text i en given stil baserat på det medföljande källmaterialet.", + "Context write" : "Kontextuell skrivning", + "Writes text in a given style based on the provided source material." : "Skriver text i en given stil baserat på det tillhandahållna källmaterialet.", "Writing style" : "Skrivstil", "Demonstrate a writing style that you would like to immitate" : "Demonstrera en skrivstil som du skulle vilja imitera", "Source material" : "Källmaterial", @@ -348,6 +349,7 @@ "The desired language to translate the origin text in" : "Det önskade språket att översätta ursprungstexten till", "Result" : "Resultat", "The translated text" : "Den översatta texten", + "Free prompt" : "Fri prompt", "Runs an arbitrary prompt through the language model." : "Kör en godtycklig uppmaning genom språkmodellen.", "Generate headline" : "Skapa rubrik", "Summarizes text by reducing its length without losing key information." : "Sammanfattar text genom att minska dess längd utan att förlora viktig information.", diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js index 8fcbd0acc8e..bdb3ce8200d 100644 --- a/lib/l10n/zh_HK.js +++ b/lib/l10n/zh_HK.js @@ -82,6 +82,11 @@ OC.L10N.register( "Empty file" : "空檔案", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "名為 %s 的模組不存在,請在應用程式設定中啟用,或是聯絡系統管理員", "Dot files are not allowed" : "不允許小數點開頭的檔案", + "\"%1$s\" is a forbidden file or folder name." : "「%1$s」是禁止的檔案或資料夾名稱。", + "\"%1$s\" is a forbidden prefix for file or folder names." : "「%1$s」是禁止的檔案或資料夾名稱前綴。", + "\"%1$s\" is not allowed inside a file or folder name." : "「%1$s」不允許出現在檔案或資料夾名稱中。", + "\"%1$s\" is a forbidden file type." : "「%1$s」是禁止的檔案類型。", + "Filenames must not end with \"%1$s\"." : "檔案名稱不能以「%1$s」結尾。", "File already exists" : "檔案已存在", "Invalid path" : "路徑無效", "Failed to create file from template" : "無法從模板創建檔案", diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json index 891f8d3c386..9246e319ee3 100644 --- a/lib/l10n/zh_HK.json +++ b/lib/l10n/zh_HK.json @@ -80,6 +80,11 @@ "Empty file" : "空檔案", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "名為 %s 的模組不存在,請在應用程式設定中啟用,或是聯絡系統管理員", "Dot files are not allowed" : "不允許小數點開頭的檔案", + "\"%1$s\" is a forbidden file or folder name." : "「%1$s」是禁止的檔案或資料夾名稱。", + "\"%1$s\" is a forbidden prefix for file or folder names." : "「%1$s」是禁止的檔案或資料夾名稱前綴。", + "\"%1$s\" is not allowed inside a file or folder name." : "「%1$s」不允許出現在檔案或資料夾名稱中。", + "\"%1$s\" is a forbidden file type." : "「%1$s」是禁止的檔案類型。", + "Filenames must not end with \"%1$s\"." : "檔案名稱不能以「%1$s」結尾。", "File already exists" : "檔案已存在", "Invalid path" : "路徑無效", "Failed to create file from template" : "無法從模板創建檔案", |