diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-11-30 00:21:30 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-11-30 00:21:30 +0000 |
commit | de1cf5c42d9f5acef0119c7e553f412150aaafe7 (patch) | |
tree | 1c5af351a61d6b7b0a6c65650b43d2c5fe68a1e0 /apps/files_sharing | |
parent | 42760dba9e897ed9e1ad68fe05dd479de8a45538 (diff) | |
download | nextcloud-server-de1cf5c42d9f5acef0119c7e553f412150aaafe7.tar.gz nextcloud-server-de1cf5c42d9f5acef0119c7e553f412150aaafe7.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/l10n/fr.js | 4 | ||||
-rw-r--r-- | apps/files_sharing/l10n/fr.json | 4 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ja.js | 1 | ||||
-rw-r--r-- | apps/files_sharing/l10n/ja.json | 1 |
4 files changed, 6 insertions, 4 deletions
diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index 75eeba10b10..577edbfe7c8 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -368,8 +368,8 @@ OC.L10N.register( "Shared with you and the conversation {conversation} by {owner}" : "Partagé avec vous et la conversation {conversation} par {owner}", "Shared with you in a conversation by {owner}" : "Partagé avec vous dans une conversation de {owner}", "Share note" : "Partager la note", - "Show list view" : "Activer l'affichage liste", - "Show grid view" : "Activer l'affichage mosaïque", + "Show list view" : "Afficher la vue en liste", + "Show grid view" : "Afficher la vue en grille", "Upload files to %s" : "Téléversement de fichiers dans %s", "%s shared a folder with you." : "%s a partagé un dossier avec vous.", "Note" : "Note", diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index 626edbb8dc7..df9e4c6489b 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -366,8 +366,8 @@ "Shared with you and the conversation {conversation} by {owner}" : "Partagé avec vous et la conversation {conversation} par {owner}", "Shared with you in a conversation by {owner}" : "Partagé avec vous dans une conversation de {owner}", "Share note" : "Partager la note", - "Show list view" : "Activer l'affichage liste", - "Show grid view" : "Activer l'affichage mosaïque", + "Show list view" : "Afficher la vue en liste", + "Show grid view" : "Afficher la vue en grille", "Upload files to %s" : "Téléversement de fichiers dans %s", "%s shared a folder with you." : "%s a partagé un dossier avec vous.", "Note" : "Note", diff --git a/apps/files_sharing/l10n/ja.js b/apps/files_sharing/l10n/ja.js index 891558b724f..596027c04eb 100644 --- a/apps/files_sharing/l10n/ja.js +++ b/apps/files_sharing/l10n/ja.js @@ -188,6 +188,7 @@ OC.L10N.register( "remote" : "リモート", "remote group" : "リモートグループ", "guest" : "ゲスト", + "by {initiator}" : "{initiator}記載", "Shared with the group {user} by {owner}" : "{owner}によってグループ{user}と共有されました", "Shared with the conversation {user} by {owner}" : "{owner}が{user}との会話を共有しました", "Shared with {user} by {owner}" : "{owner}が{user}と共有", diff --git a/apps/files_sharing/l10n/ja.json b/apps/files_sharing/l10n/ja.json index f3b3c9815d6..5c693399e1f 100644 --- a/apps/files_sharing/l10n/ja.json +++ b/apps/files_sharing/l10n/ja.json @@ -186,6 +186,7 @@ "remote" : "リモート", "remote group" : "リモートグループ", "guest" : "ゲスト", + "by {initiator}" : "{initiator}記載", "Shared with the group {user} by {owner}" : "{owner}によってグループ{user}と共有されました", "Shared with the conversation {user} by {owner}" : "{owner}が{user}との会話を共有しました", "Shared with {user} by {owner}" : "{owner}が{user}と共有", |