From 41069a3abd4442d6ba775630c31b5c582a54d44c Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 27 Oct 2023 01:31:28 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ja.js | 1 + l10n/ja.json | 1 + l10n/zh_CN.js | 1 + l10n/zh_CN.json | 1 + 4 files changed, 4 insertions(+) diff --git a/l10n/ja.js b/l10n/ja.js index 38797f70..5551a600 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -9,6 +9,7 @@ OC.L10N.register( "Recommendations" : "おすすめ", "Shows recommended files" : "おすすめファイルの表示", "Shows recommended files for quick access of files and folders with recent activity" : "最近の利用したファイルやフォルダーにすばやくアクセスできるようにおすすめファイルを表示します", + "Path name {path}" : "パス名 {path}", "Show recommendations" : "おすすめを表示" }, "nplurals=1; plural=0;"); diff --git a/l10n/ja.json b/l10n/ja.json index 71703eb9..1935de30 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -7,6 +7,7 @@ "Recommendations" : "おすすめ", "Shows recommended files" : "おすすめファイルの表示", "Shows recommended files for quick access of files and folders with recent activity" : "最近の利用したファイルやフォルダーにすばやくアクセスできるようにおすすめファイルを表示します", + "Path name {path}" : "パス名 {path}", "Show recommendations" : "おすすめを表示" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index 2f4a02af..312246f0 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -9,6 +9,7 @@ OC.L10N.register( "Recommendations" : "推荐", "Shows recommended files" : "显示推荐的文件", "Shows recommended files for quick access of files and folders with recent activity" : "显示推荐的文件可快速访问最近有活动的文件及文件夹", + "Path name {path}" : "路径名称 {path}", "Show recommendations" : "显示推荐" }, "nplurals=1; plural=0;"); diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index 813a090b..dbec182b 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -7,6 +7,7 @@ "Recommendations" : "推荐", "Shows recommended files" : "显示推荐的文件", "Shows recommended files for quick access of files and folders with recent activity" : "显示推荐的文件可快速访问最近有活动的文件及文件夹", + "Path name {path}" : "路径名称 {path}", "Show recommendations" : "显示推荐" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file