Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Oct 24, 2023
1 parent f90a175 commit 0495ad9
Show file tree
Hide file tree
Showing 38 changed files with 106 additions and 8 deletions.
1 change: 1 addition & 0 deletions apps/comments/l10n/zh_CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ OC.L10N.register(
"Delete comment" : "删除评论",
"Cancel edit" : "取消编辑",
"Post comment" : "发表评论",
"\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "「@」表示提及、「:」表示表情符号、「/」表示智能拾取",
"No comments yet, start the conversation!" : "还没有评论,开始对话吧!",
"No more messages" : "没有更多消息",
"Retry" : "重试",
Expand Down
1 change: 1 addition & 0 deletions apps/comments/l10n/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"Delete comment" : "删除评论",
"Cancel edit" : "取消编辑",
"Post comment" : "发表评论",
"\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "「@」表示提及、「:」表示表情符号、「/」表示智能拾取",
"No comments yet, start the conversation!" : "还没有评论,开始对话吧!",
"No more messages" : "没有更多消息",
"Retry" : "重试",
Expand Down
3 changes: 3 additions & 0 deletions apps/dav/l10n/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ OC.L10N.register(
"Completed on %s" : "Erledigt am %s",
"Due on %s by %s" : "Fällig am %s von %s",
"Due on %s" : "Fällig am %s",
"Checking for DAV system address book" : "Suche nach DAV-Systemadressbuch",
"No outstanding DAV system address book sync." : "Keine ausstehende Synchronisierung des DAV-Systemadressbuchs",
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling occ dav:sync-system-addressbook." : "Die Synchronisierung des DAV-Systemadressbuchs wurde noch nicht ausgeführt, da deine Instanz mehr als 1000 Benutzer hat oder weil ein Fehler aufgetreten ist. Bitte führe sie manuell aus, indem du \"occ dav:sync-system-addressbook\" auf der Komandozeile ausführst.",
"Migrated calendar (%1$s)" : "Migrierter Kalender (%1$s)",
"Calendars including events, details and attendees" : "Kalender mit Terminen, Details und Teilnehmern",
"Contacts and groups" : "Kontakte und Gruppen",
Expand Down
3 changes: 3 additions & 0 deletions apps/dav/l10n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@
"Completed on %s" : "Erledigt am %s",
"Due on %s by %s" : "Fällig am %s von %s",
"Due on %s" : "Fällig am %s",
"Checking for DAV system address book" : "Suche nach DAV-Systemadressbuch",
"No outstanding DAV system address book sync." : "Keine ausstehende Synchronisierung des DAV-Systemadressbuchs",
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling occ dav:sync-system-addressbook." : "Die Synchronisierung des DAV-Systemadressbuchs wurde noch nicht ausgeführt, da deine Instanz mehr als 1000 Benutzer hat oder weil ein Fehler aufgetreten ist. Bitte führe sie manuell aus, indem du \"occ dav:sync-system-addressbook\" auf der Komandozeile ausführst.",
"Migrated calendar (%1$s)" : "Migrierter Kalender (%1$s)",
"Calendars including events, details and attendees" : "Kalender mit Terminen, Details und Teilnehmern",
"Contacts and groups" : "Kontakte und Gruppen",
Expand Down
2 changes: 2 additions & 0 deletions apps/dav/l10n/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ OC.L10N.register(
"Completed on %s" : "Terminé le %s",
"Due on %s by %s" : "Echéance le %s pour %s",
"Due on %s" : "Echéance le %s",
"Checking for DAV system address book" : "Vérification du carnet d'adresses système DAV",
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling occ dav:sync-system-addressbook." : "Le carnet d'adresses système n'a pas encore été synchronisé car votre instance contient plus de 1000 utilisateurs ou parce qu'une erreur est survenue. Merci de lancer la synchronisation manuellement en exécutant : occ dav:sync-system-addressbook.",
"Migrated calendar (%1$s)" : "Agenda migré (%1$s)",
"Calendars including events, details and attendees" : "Calendriers incluant des événements, détails et participants",
"Contacts and groups" : "Contacts et groupes",
Expand Down
2 changes: 2 additions & 0 deletions apps/dav/l10n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@
"Completed on %s" : "Terminé le %s",
"Due on %s by %s" : "Echéance le %s pour %s",
"Due on %s" : "Echéance le %s",
"Checking for DAV system address book" : "Vérification du carnet d'adresses système DAV",
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling occ dav:sync-system-addressbook." : "Le carnet d'adresses système n'a pas encore été synchronisé car votre instance contient plus de 1000 utilisateurs ou parce qu'une erreur est survenue. Merci de lancer la synchronisation manuellement en exécutant : occ dav:sync-system-addressbook.",
"Migrated calendar (%1$s)" : "Agenda migré (%1$s)",
"Calendars including events, details and attendees" : "Calendriers incluant des événements, détails et participants",
"Contacts and groups" : "Contacts et groupes",
Expand Down
3 changes: 3 additions & 0 deletions apps/dav/l10n/sr.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ OC.L10N.register(
"Completed on %s" : "Завршено %s",
"Due on %s by %s" : "Рок је %s од стране %s",
"Due on %s" : "Рок је %s",
"Checking for DAV system address book" : "Проверава се DAV системски адресар",
"No outstanding DAV system address book sync." : "Не постоји ниједна синхронизација DAV системског адресара која треба да се обави.",
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV синхронизација системског адресара се још увек није покренула јер ваша инстанца има више од 1000 корисника или јер је дошло до грешке. Молимо вас да га ручно покренете командом occ dav:sync-system-addressbook.",
"Migrated calendar (%1$s)" : "Мигрирани календар (%1$s)",
"Calendars including events, details and attendees" : "Календари који укључују догађаје, детаље и учеснике",
"Contacts and groups" : "Контакти и групе",
Expand Down
3 changes: 3 additions & 0 deletions apps/dav/l10n/sr.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@
"Completed on %s" : "Завршено %s",
"Due on %s by %s" : "Рок је %s од стране %s",
"Due on %s" : "Рок је %s",
"Checking for DAV system address book" : "Проверава се DAV системски адресар",
"No outstanding DAV system address book sync." : "Не постоји ниједна синхронизација DAV системског адресара која треба да се обави.",
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling occ dav:sync-system-addressbook." : "DAV синхронизација системског адресара се још увек није покренула јер ваша инстанца има више од 1000 корисника или јер је дошло до грешке. Молимо вас да га ручно покренете командом occ dav:sync-system-addressbook.",
"Migrated calendar (%1$s)" : "Мигрирани календар (%1$s)",
"Calendars including events, details and attendees" : "Календари који укључују догађаје, детаље и учеснике",
"Contacts and groups" : "Контакти и групе",
Expand Down
3 changes: 3 additions & 0 deletions apps/files/l10n/sr.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ OC.L10N.register(
"Unselect all" : "Поништи цео избор",
"\"{displayName}\" failed on some elements " : "„{displayName}” није успело на неким елементима",
"\"{displayName}\" batch action executed successfully" : "Пакетна акција „{displayName}” се успешно извршила",
"Sort list by {column}" : "Поређај листу по {column}",
"List of files and folders." : "Листа фајлова и фолдера.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Ова листа није у потпуности приказана из разлога перформанси. Фајлови ће се приказивати како се крећете кроз листу.",
"{summaryFile} and {summaryFolder}" : "{summaryFile} и {summaryFolder}",
Expand Down Expand Up @@ -229,13 +230,15 @@ OC.L10N.register(
"Shared by link" : "Дељени путем везе",
"Shared" : "Подељено",
"Switch to list view" : "Пређи на поглед листе",
"Switch to grid view" : "Пређи на поглед мреже",
"Open the files app settings" : "Отвори подешавања апликације фајлови",
"Files settings" : "Подешавања фајлова",
"File cannot be accessed" : "Фајлу не може да се приступи",
"You might not have have permissions to view it, ask the sender to share it" : "Можда немате дозволе да га погледате, затражите од пошиљаоца да га подели са вама",
"Sort favorites first" : "Сортирај прво омиљене",
"Show hidden files" : "Прикажи скривене фајлове",
"Crop image previews" : "Опсецање прегледа слика",
"Enable the grid view" : "Укључи приказ мреже",
"Additional settings" : "Додатне поставке",
"WebDAV" : "ВебДАВ",
"Copy to clipboard" : "Копирај у оставу",
Expand Down
3 changes: 3 additions & 0 deletions apps/files/l10n/sr.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
"Unselect all" : "Поништи цео избор",
"\"{displayName}\" failed on some elements " : "„{displayName}” није успело на неким елементима",
"\"{displayName}\" batch action executed successfully" : "Пакетна акција „{displayName}” се успешно извршила",
"Sort list by {column}" : "Поређај листу по {column}",
"List of files and folders." : "Листа фајлова и фолдера.",
"This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Ова листа није у потпуности приказана из разлога перформанси. Фајлови ће се приказивати како се крећете кроз листу.",
"{summaryFile} and {summaryFolder}" : "{summaryFile} и {summaryFolder}",
Expand Down Expand Up @@ -227,13 +228,15 @@
"Shared by link" : "Дељени путем везе",
"Shared" : "Подељено",
"Switch to list view" : "Пређи на поглед листе",
"Switch to grid view" : "Пређи на поглед мреже",
"Open the files app settings" : "Отвори подешавања апликације фајлови",
"Files settings" : "Подешавања фајлова",
"File cannot be accessed" : "Фајлу не може да се приступи",
"You might not have have permissions to view it, ask the sender to share it" : "Можда немате дозволе да га погледате, затражите од пошиљаоца да га подели са вама",
"Sort favorites first" : "Сортирај прво омиљене",
"Show hidden files" : "Прикажи скривене фајлове",
"Crop image previews" : "Опсецање прегледа слика",
"Enable the grid view" : "Укључи приказ мреже",
"Additional settings" : "Додатне поставке",
"WebDAV" : "ВебДАВ",
"Copy to clipboard" : "Копирај у оставу",
Expand Down
4 changes: 4 additions & 0 deletions apps/files_external/l10n/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,17 @@ OC.L10N.register(
"Adds basic external storage support" : "Ajoute la prise en charge de base du stockage externe",
"This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administrators can choose which types of storage to enable and can mount these storage locations for a user, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows users to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the advanced user with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Cette application permet aux administrateurs de configurer des connexions à des stockage externes, tels que des serveurs FTP, des magasins d'objets S3 ou SWIFT, d'autres serveurs Nextcloud, des serveurs WebDAV, etc. Les administrateurs peuvent choisir les types de stockage à activer et peuvent monter ces emplacements de stockage pour un utilisateur, un groupe ou l'ensemble du système. Les utilisateurs verront apparaître un nouveau dossier dans leur répertoire racine Nextcloud, auquel ils pourront accéder et utiliser comme n'importe quel autre dossier Nextcloud. Le stockage externe permet également aux utilisateurs de partager des fichiers stockés dans ces emplacements externes. Dans ce cas, les informations d'identification du propriétaire du fichier sont utilisées lorsque le destinataire demande le fichier à partir du stockage externe, garantissant ainsi que le destinataire peut accéder au fichier partagé.\n\nLe stockage externe peut être configuré à l'aide de l'interface graphique ou via l'interface en ligne de commande. Cette deuxième option offre àaux utilisateurs avancés une plus grande flexibilité pour configurer les montages de stockage externes en masse et définir les priorités de montage. D'autres informations sont disponibles dans la documentation de l'interface graphique de stockage externe et la documentation du fichier de configuration de stockage externe.",
"Enter missing credentials" : "Saisissez les identifiants de connexion manquants",
"Unable to update this external storage config. {statusMessage}" : "Impossible de mettre à jour la configuration de ce stockage externe. {statusMessage}",
"New configuration successfully saved" : "Nouvelle configuration entrée avec succès",
"There was an error with this external storage." : "Il y a eu une erreur avec ce stockage externe.",
"We were unable to check the external storage {basename}" : "Nous n'avons pas pu vérifier le stockage externe {basename}",
"Examine this faulty external storage configuration" : "Examiner la configuration de ce stockage externe défaillant",
"Open in files" : "Ouvrir dans Fichiers",
"There was an error with this external storage. Do you want to review this mount point config in the settings page?" : "Il y a eu une erreur avec ce stockage externe. Voulez-vous examiner la configuration de ce point de montage sur la page des paramètres ?",
"External mount error" : "Erreur de point de montage externe",
"List of external storage." : "Liste du stockage externe.",
"There is no external storage configured. You can configure them in your Personal settings." : "Aucun stockage externe n'est configuré. Vous pouvez le configurer dans votre paramètres personnels.",
"There is no external storage configured and you don't have the permission to configure them." : "Il n'y a aucun stockage externe configuré et vous n'avez pas l'autorisation pour les configurer.",
"No external storage" : "Aucun stockage externe",
"Storage type" : "Type de stockage",
"Unknown" : "Inconnu",
Expand Down
Loading

0 comments on commit 0495ad9

Please sign in to comment.