From b3ccbf3ad6a1d5af701b7b0bb5669cf119948d51 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 14 Sep 2024 00:53:37 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/de.js | 2 ++ l10n/de.json | 2 ++ l10n/de_DE.js | 2 ++ l10n/de_DE.json | 2 ++ l10n/en_GB.js | 2 ++ l10n/en_GB.json | 2 ++ l10n/fr.js | 16 +++++++++------- l10n/fr.json | 16 +++++++++------- l10n/gl.js | 4 +++- l10n/gl.json | 4 +++- l10n/ja.js | 2 ++ l10n/ja.json | 2 ++ l10n/sv.js | 4 +++- l10n/sv.json | 4 +++- l10n/zh_TW.js | 2 ++ l10n/zh_TW.json | 2 ++ 16 files changed, 50 insertions(+), 18 deletions(-) diff --git a/l10n/de.js b/l10n/de.js index dad3c0f0..d73820f7 100644 --- a/l10n/de.js +++ b/l10n/de.js @@ -23,6 +23,8 @@ OC.L10N.register( "Smart media tagging for Nextcloud" : "Intelligentes Media-Tagging für Nextcloud", "App recommendation: Group folders" : "App-Empfehlung: Group folders", "Admin-configured folders shared by everyone in a group." : "Vom Administrator konfigurierte Ordner, die mit jedem Gruppenmitglied geteilt sind.", + "App recommendation: Whiteboard" : "App-Empfehlung: Whiteboard", + "Create and share whiteboards with others and collaborate in real-time." : "Erstelle und teile Whiteboards mit anderen und arbeite in Echtzeit zusammen.", "Connect your calendar" : "Verbinde deinen Kalender ", "Connect your contacts" : "Verbinde deine Kontakte", "Access files via WebDAV" : "Greife auf Dateien über WebDAV zu", diff --git a/l10n/de.json b/l10n/de.json index 1f36dea6..b24eced1 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -21,6 +21,8 @@ "Smart media tagging for Nextcloud" : "Intelligentes Media-Tagging für Nextcloud", "App recommendation: Group folders" : "App-Empfehlung: Group folders", "Admin-configured folders shared by everyone in a group." : "Vom Administrator konfigurierte Ordner, die mit jedem Gruppenmitglied geteilt sind.", + "App recommendation: Whiteboard" : "App-Empfehlung: Whiteboard", + "Create and share whiteboards with others and collaborate in real-time." : "Erstelle und teile Whiteboards mit anderen und arbeite in Echtzeit zusammen.", "Connect your calendar" : "Verbinde deinen Kalender ", "Connect your contacts" : "Verbinde deine Kontakte", "Access files via WebDAV" : "Greife auf Dateien über WebDAV zu", diff --git a/l10n/de_DE.js b/l10n/de_DE.js index fb2d24e3..8205c0bb 100644 --- a/l10n/de_DE.js +++ b/l10n/de_DE.js @@ -23,6 +23,8 @@ OC.L10N.register( "Smart media tagging for Nextcloud" : "Intelligente Media-Verschlagwortung für Nextcloud", "App recommendation: Group folders" : "App-Empfehlung: Group folders", "Admin-configured folders shared by everyone in a group." : "Vom Administrator konfigurierte Ordner, die mit jedem Gruppenmitglied geteilt sind.", + "App recommendation: Whiteboard" : "App-Empfehlung: Whiteboard", + "Create and share whiteboards with others and collaborate in real-time." : "Erstellen und teilen Sie Whiteboards mit anderen und arbeiten Sie in Echtzeit zusammen.", "Connect your calendar" : "Verbinden Sie Ihren Kalender ", "Connect your contacts" : "Verbinden Sie Ihre Kontakte", "Access files via WebDAV" : "Greifen Sie auf Dateien über WebDAV zu", diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 17f05485..a18cf02c 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -21,6 +21,8 @@ "Smart media tagging for Nextcloud" : "Intelligente Media-Verschlagwortung für Nextcloud", "App recommendation: Group folders" : "App-Empfehlung: Group folders", "Admin-configured folders shared by everyone in a group." : "Vom Administrator konfigurierte Ordner, die mit jedem Gruppenmitglied geteilt sind.", + "App recommendation: Whiteboard" : "App-Empfehlung: Whiteboard", + "Create and share whiteboards with others and collaborate in real-time." : "Erstellen und teilen Sie Whiteboards mit anderen und arbeiten Sie in Echtzeit zusammen.", "Connect your calendar" : "Verbinden Sie Ihren Kalender ", "Connect your contacts" : "Verbinden Sie Ihre Kontakte", "Access files via WebDAV" : "Greifen Sie auf Dateien über WebDAV zu", diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 64c09f58..1092568f 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -23,6 +23,8 @@ OC.L10N.register( "Smart media tagging for Nextcloud" : "Smart media tagging for Nextcloud", "App recommendation: Group folders" : "App recommendation: Group folders", "Admin-configured folders shared by everyone in a group." : "Admin-configured folders shared by everyone in a group.", + "App recommendation: Whiteboard" : "App recommendation: Whiteboard", + "Create and share whiteboards with others and collaborate in real-time." : "Create and share whiteboards with others and collaborate in real-time.", "Connect your calendar" : "Connect your calendar", "Connect your contacts" : "Connect your contacts", "Access files via WebDAV" : "Access files via WebDAV", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 38762c68..344befc8 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -21,6 +21,8 @@ "Smart media tagging for Nextcloud" : "Smart media tagging for Nextcloud", "App recommendation: Group folders" : "App recommendation: Group folders", "Admin-configured folders shared by everyone in a group." : "Admin-configured folders shared by everyone in a group.", + "App recommendation: Whiteboard" : "App recommendation: Whiteboard", + "Create and share whiteboards with others and collaborate in real-time." : "Create and share whiteboards with others and collaborate in real-time.", "Connect your calendar" : "Connect your calendar", "Connect your contacts" : "Connect your contacts", "Access files via WebDAV" : "Access files via WebDAV", diff --git a/l10n/fr.js b/l10n/fr.js index 20ca85df..e33e3da8 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -7,22 +7,24 @@ OC.L10N.register( "Add your profile information! Set a profile picture and full name for easier recognition across all features." : "Ajoutez vos informations de profil ! Renseignez une photo de profil et un nom complet pour une reconnaissance plus facile à travers toutes les fonctionnalités.", "Add your profile information! Set a full name for easier recognition across all features." : "Ajoutez vos informations de profil ! Renseignez un nom complet pour une reconnaissance plus facile à travers toutes les fonctionnalités.", "Add your profile information! Set a profile picture for easier recognition across all features." : "Ajoutez vos informations de profil ! Renseignez une photo de profil pour une reconnaissance plus facile à travers toutes les fonctionnalités.", - "App recommendation: Nextcloud Calendar" : "App recommandée : Nextcloud Calendar", + "App recommendation: Nextcloud Calendar" : "Recommandation d'application : Calendar", "Schedule work & meetings, synced with all your devices." : "Planifiez votre travail et des réunions, synchronisées avec tous vos appareils.", - "App recommendation: Nextcloud Contacts" : "App recommandée : Nextcloud Contacts", + "App recommendation: Nextcloud Contacts" : "Recommandation d'application : Contacts", "Keep your colleagues and friends in one place without leaking their private info." : "Gardez les contacts de vos collègues et amis au même endroit sans divulguer leurs informations personnelles.", - "App recommendation: Nextcloud Mail" : "App recommandée : Nextcloud Mail", + "App recommendation: Nextcloud Mail" : "Recommandation d'application : Mail", "Simple email app nicely integrated with Files, Contacts and Calendar." : "Application de messagerie électronique simple et bien intégrée avec Fichiers, Contacts et Calendar.", - "App recommendation: Tasks" : "Application recommandée : Tâches", + "App recommendation: Tasks" : "Recommandation d'application : Tasks", "Sync tasks from various devices with your Nextcloud and edit them online." : "Synchronisez des tâches entre vos appareils et Nextcloud et modifiez les en ligne.", - "App recommendation: Deck" : "Application recommandée : Deck", + "App recommendation: Deck" : "Recommandation d'application : Deck", "Kanban style organization for personal planning and team projects." : "Organiseur de style Kanban pour planning personnel et projets d'équipe.", "App recommendation: Forms" : "Recommandation d’application : Forms", "Simple surveys and questionnaires, self-hosted" : "Simples enquêtes et questionnaires, auto-hébergés", "App recommendation: Recognize" : "Recommandation d’application : Recognize", "Smart media tagging for Nextcloud" : "Étiquetage intelligent des médias pour Nextcloud", - "App recommendation: Group folders" : "Application recommandée : Dossiers de groupe", + "App recommendation: Group folders" : "Recommandation d'application : Group folders", "Admin-configured folders shared by everyone in a group." : "Dossiers configurés par l'administrateur accessibles à tous les membres d'un groupe.", + "App recommendation: Whiteboard" : "Recommandation d'application : Whiteboard", + "Create and share whiteboards with others and collaborate in real-time." : "Créez et partagez des tableaux blancs avec d'autres personnes et collaborez en temps réel.", "Connect your calendar" : "Connectez votre agenda", "Connect your contacts" : "Connectez vos contacts", "Access files via WebDAV" : "Accédez à vos fichiers via WebDAV", @@ -92,7 +94,7 @@ OC.L10N.register( "Office and PDF templates" : "Modèles bureautiques et PDF", "Chat mode for Nextcloud Assistant" : "Mode conversation pour Nextcloud Assistant", "Get to know the new features of Hub 9" : "Découvrez les nouvelles fonctionnalités de Hub 9", - "What's new?" : "Quoi de neuf ?", + "What's new?" : "Quoi de neuf ?", "Nextcloud on all your devices" : "Nextcloud sur tous vos appareils", "Nextcloud Hub {version}" : "Nextcloud Hub {version}", "Read more" : "En savoir plus", diff --git a/l10n/fr.json b/l10n/fr.json index 131b2fe4..1bc3ea8a 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -5,22 +5,24 @@ "Add your profile information! Set a profile picture and full name for easier recognition across all features." : "Ajoutez vos informations de profil ! Renseignez une photo de profil et un nom complet pour une reconnaissance plus facile à travers toutes les fonctionnalités.", "Add your profile information! Set a full name for easier recognition across all features." : "Ajoutez vos informations de profil ! Renseignez un nom complet pour une reconnaissance plus facile à travers toutes les fonctionnalités.", "Add your profile information! Set a profile picture for easier recognition across all features." : "Ajoutez vos informations de profil ! Renseignez une photo de profil pour une reconnaissance plus facile à travers toutes les fonctionnalités.", - "App recommendation: Nextcloud Calendar" : "App recommandée : Nextcloud Calendar", + "App recommendation: Nextcloud Calendar" : "Recommandation d'application : Calendar", "Schedule work & meetings, synced with all your devices." : "Planifiez votre travail et des réunions, synchronisées avec tous vos appareils.", - "App recommendation: Nextcloud Contacts" : "App recommandée : Nextcloud Contacts", + "App recommendation: Nextcloud Contacts" : "Recommandation d'application : Contacts", "Keep your colleagues and friends in one place without leaking their private info." : "Gardez les contacts de vos collègues et amis au même endroit sans divulguer leurs informations personnelles.", - "App recommendation: Nextcloud Mail" : "App recommandée : Nextcloud Mail", + "App recommendation: Nextcloud Mail" : "Recommandation d'application : Mail", "Simple email app nicely integrated with Files, Contacts and Calendar." : "Application de messagerie électronique simple et bien intégrée avec Fichiers, Contacts et Calendar.", - "App recommendation: Tasks" : "Application recommandée : Tâches", + "App recommendation: Tasks" : "Recommandation d'application : Tasks", "Sync tasks from various devices with your Nextcloud and edit them online." : "Synchronisez des tâches entre vos appareils et Nextcloud et modifiez les en ligne.", - "App recommendation: Deck" : "Application recommandée : Deck", + "App recommendation: Deck" : "Recommandation d'application : Deck", "Kanban style organization for personal planning and team projects." : "Organiseur de style Kanban pour planning personnel et projets d'équipe.", "App recommendation: Forms" : "Recommandation d’application : Forms", "Simple surveys and questionnaires, self-hosted" : "Simples enquêtes et questionnaires, auto-hébergés", "App recommendation: Recognize" : "Recommandation d’application : Recognize", "Smart media tagging for Nextcloud" : "Étiquetage intelligent des médias pour Nextcloud", - "App recommendation: Group folders" : "Application recommandée : Dossiers de groupe", + "App recommendation: Group folders" : "Recommandation d'application : Group folders", "Admin-configured folders shared by everyone in a group." : "Dossiers configurés par l'administrateur accessibles à tous les membres d'un groupe.", + "App recommendation: Whiteboard" : "Recommandation d'application : Whiteboard", + "Create and share whiteboards with others and collaborate in real-time." : "Créez et partagez des tableaux blancs avec d'autres personnes et collaborez en temps réel.", "Connect your calendar" : "Connectez votre agenda", "Connect your contacts" : "Connectez vos contacts", "Access files via WebDAV" : "Accédez à vos fichiers via WebDAV", @@ -90,7 +92,7 @@ "Office and PDF templates" : "Modèles bureautiques et PDF", "Chat mode for Nextcloud Assistant" : "Mode conversation pour Nextcloud Assistant", "Get to know the new features of Hub 9" : "Découvrez les nouvelles fonctionnalités de Hub 9", - "What's new?" : "Quoi de neuf ?", + "What's new?" : "Quoi de neuf ?", "Nextcloud on all your devices" : "Nextcloud sur tous vos appareils", "Nextcloud Hub {version}" : "Nextcloud Hub {version}", "Read more" : "En savoir plus", diff --git a/l10n/gl.js b/l10n/gl.js index 39de7012..43338e3f 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -19,10 +19,12 @@ OC.L10N.register( "Kanban style organization for personal planning and team projects." : "Organización de estilo Kanban para planificación persoal e proxectos de equipos.", "App recommendation: Forms" : "Aplicación recomendada: Formularios", "Simple surveys and questionnaires, self-hosted" : "Enquisas e cuestionarios sinxelos, en aloxamento autónomo", - "App recommendation: Recognize" : "Recomendación de aplicación: Recognize", + "App recommendation: Recognize" : "Aplicación recomendada: Recognize", "Smart media tagging for Nextcloud" : "Etiquetado multimedia intelixente para Nextcloud", "App recommendation: Group folders" : "Aplicación recomendada: Cartafoles de grupo", "Admin-configured folders shared by everyone in a group." : "Cartafoles configurados polos administradores compartidos por todos os participantes nun grupo.", + "App recommendation: Whiteboard" : "Aplicación recomendada: Encerado", + "Create and share whiteboards with others and collaborate in real-time." : "Crear e compartir encerados con outras persoas e colaborar en tempo real.", "Connect your calendar" : "Conecte o seu calendario", "Connect your contacts" : "Conecte os seus contactos", "Access files via WebDAV" : "Acceda aos ficheiros empregando WebDAV", diff --git a/l10n/gl.json b/l10n/gl.json index 8c8b2ba8..4ebec779 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -17,10 +17,12 @@ "Kanban style organization for personal planning and team projects." : "Organización de estilo Kanban para planificación persoal e proxectos de equipos.", "App recommendation: Forms" : "Aplicación recomendada: Formularios", "Simple surveys and questionnaires, self-hosted" : "Enquisas e cuestionarios sinxelos, en aloxamento autónomo", - "App recommendation: Recognize" : "Recomendación de aplicación: Recognize", + "App recommendation: Recognize" : "Aplicación recomendada: Recognize", "Smart media tagging for Nextcloud" : "Etiquetado multimedia intelixente para Nextcloud", "App recommendation: Group folders" : "Aplicación recomendada: Cartafoles de grupo", "Admin-configured folders shared by everyone in a group." : "Cartafoles configurados polos administradores compartidos por todos os participantes nun grupo.", + "App recommendation: Whiteboard" : "Aplicación recomendada: Encerado", + "Create and share whiteboards with others and collaborate in real-time." : "Crear e compartir encerados con outras persoas e colaborar en tempo real.", "Connect your calendar" : "Conecte o seu calendario", "Connect your contacts" : "Conecte os seus contactos", "Access files via WebDAV" : "Acceda aos ficheiros empregando WebDAV", diff --git a/l10n/ja.js b/l10n/ja.js index 25b75370..b9720c20 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -23,6 +23,8 @@ OC.L10N.register( "Smart media tagging for Nextcloud" : "Nextcloud向けのスマートメディアへのタグ付け", "App recommendation: Group folders" : "アプリのおすすめ:グループフォルダー", "Admin-configured folders shared by everyone in a group." : "管理者が設定したフォルダーをグループの全員で共有", + "App recommendation: Whiteboard" : "アプリのおすすめ:Whiteboard", + "Create and share whiteboards with others and collaborate in real-time." : "ホワイトボードを作成して他のユーザーと共有し、リアルタイムでコラボレーションできます。", "Connect your calendar" : "カレンダーに接続", "Connect your contacts" : "連絡先に接続", "Access files via WebDAV" : "WebDAV 経由でファイルにアクセス", diff --git a/l10n/ja.json b/l10n/ja.json index 8c2dd001..e23aa5f9 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -21,6 +21,8 @@ "Smart media tagging for Nextcloud" : "Nextcloud向けのスマートメディアへのタグ付け", "App recommendation: Group folders" : "アプリのおすすめ:グループフォルダー", "Admin-configured folders shared by everyone in a group." : "管理者が設定したフォルダーをグループの全員で共有", + "App recommendation: Whiteboard" : "アプリのおすすめ:Whiteboard", + "Create and share whiteboards with others and collaborate in real-time." : "ホワイトボードを作成して他のユーザーと共有し、リアルタイムでコラボレーションできます。", "Connect your calendar" : "カレンダーに接続", "Connect your contacts" : "連絡先に接続", "Access files via WebDAV" : "WebDAV 経由でファイルにアクセス", diff --git a/l10n/sv.js b/l10n/sv.js index b1bff909..3d010e51 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -15,7 +15,7 @@ OC.L10N.register( "Simple email app nicely integrated with Files, Contacts and Calendar." : "Enkel e-post app integrerad med filer, kontakter och kalender.", "App recommendation: Tasks" : "Rekommenderad app: Uppgifter (Tasks)", "Sync tasks from various devices with your Nextcloud and edit them online." : "Synkronisera uppgifter från olika enheter med ditt Nextcloud och redigera dem online.", - "App recommendation: Deck" : "Rekommenderad app: Kortlek", + "App recommendation: Deck" : "Rekommenderad app: Deck", "Kanban style organization for personal planning and team projects." : "Kanban-baserad planering för egna projekt eller i grupp.", "App recommendation: Forms" : "Apprekommendation: Formulär", "Simple surveys and questionnaires, self-hosted" : "Enkla undersökningar och enkäter, själv-hostad", @@ -23,6 +23,8 @@ OC.L10N.register( "Smart media tagging for Nextcloud" : "Smart taggning för media i Nextcloud", "App recommendation: Group folders" : "Rekommenderad app: Gruppmappar (Group folders)", "Admin-configured folders shared by everyone in a group." : "Admin-konfigurerade mappar som delas av alla i en grupp.", + "App recommendation: Whiteboard" : "Rekommenderad app: Whiteboard", + "Create and share whiteboards with others and collaborate in real-time." : "Skapa och dela whiteboards med andra och samarbeta i realtid.", "Connect your calendar" : "Anslut din kalender", "Connect your contacts" : "Anslut dina kontakter", "Access files via WebDAV" : "Åtkomst till filer via WebDAV", diff --git a/l10n/sv.json b/l10n/sv.json index 7c7c6e59..aed5a639 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -13,7 +13,7 @@ "Simple email app nicely integrated with Files, Contacts and Calendar." : "Enkel e-post app integrerad med filer, kontakter och kalender.", "App recommendation: Tasks" : "Rekommenderad app: Uppgifter (Tasks)", "Sync tasks from various devices with your Nextcloud and edit them online." : "Synkronisera uppgifter från olika enheter med ditt Nextcloud och redigera dem online.", - "App recommendation: Deck" : "Rekommenderad app: Kortlek", + "App recommendation: Deck" : "Rekommenderad app: Deck", "Kanban style organization for personal planning and team projects." : "Kanban-baserad planering för egna projekt eller i grupp.", "App recommendation: Forms" : "Apprekommendation: Formulär", "Simple surveys and questionnaires, self-hosted" : "Enkla undersökningar och enkäter, själv-hostad", @@ -21,6 +21,8 @@ "Smart media tagging for Nextcloud" : "Smart taggning för media i Nextcloud", "App recommendation: Group folders" : "Rekommenderad app: Gruppmappar (Group folders)", "Admin-configured folders shared by everyone in a group." : "Admin-konfigurerade mappar som delas av alla i en grupp.", + "App recommendation: Whiteboard" : "Rekommenderad app: Whiteboard", + "Create and share whiteboards with others and collaborate in real-time." : "Skapa och dela whiteboards med andra och samarbeta i realtid.", "Connect your calendar" : "Anslut din kalender", "Connect your contacts" : "Anslut dina kontakter", "Access files via WebDAV" : "Åtkomst till filer via WebDAV", diff --git a/l10n/zh_TW.js b/l10n/zh_TW.js index 65e8c269..82e6af2b 100644 --- a/l10n/zh_TW.js +++ b/l10n/zh_TW.js @@ -23,6 +23,8 @@ OC.L10N.register( "Smart media tagging for Nextcloud" : "Nextcloud 的智慧型媒體標記", "App recommendation: Group folders" : "推薦功能: Group folders", "Admin-configured folders shared by everyone in a group." : "管理員設定的資料夾,與群組中的所有人分享。", + "App recommendation: Whiteboard" : "應用程式推薦:Whiteboard", + "Create and share whiteboards with others and collaborate in real-time." : "建立與其他人分享白板並即時協作。", "Connect your calendar" : "連結您的日曆", "Connect your contacts" : "連結您的聯絡人", "Access files via WebDAV" : "透過 WebDAV 存取檔案", diff --git a/l10n/zh_TW.json b/l10n/zh_TW.json index 85faa3bb..6d37dcc1 100644 --- a/l10n/zh_TW.json +++ b/l10n/zh_TW.json @@ -21,6 +21,8 @@ "Smart media tagging for Nextcloud" : "Nextcloud 的智慧型媒體標記", "App recommendation: Group folders" : "推薦功能: Group folders", "Admin-configured folders shared by everyone in a group." : "管理員設定的資料夾,與群組中的所有人分享。", + "App recommendation: Whiteboard" : "應用程式推薦:Whiteboard", + "Create and share whiteboards with others and collaborate in real-time." : "建立與其他人分享白板並即時協作。", "Connect your calendar" : "連結您的日曆", "Connect your contacts" : "連結您的聯絡人", "Access files via WebDAV" : "透過 WebDAV 存取檔案",