diff options
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/ar.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/ar.json | 2 | ||||
-rw-r--r-- | apps/files/l10n/ja.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/ja.json | 2 | ||||
-rw-r--r-- | apps/files/l10n/zh_CN.js | 4 | ||||
-rw-r--r-- | apps/files/l10n/zh_CN.json | 4 |
6 files changed, 10 insertions, 6 deletions
diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js index a69b05d0fb7..a44d015346f 100644 --- a/apps/files/l10n/ar.js +++ b/apps/files/l10n/ar.js @@ -95,7 +95,7 @@ OC.L10N.register( "Active filters" : "فلاتر نشطة", "Remove filter" : "إزالة عامل التصفية ", "Total rows summary" : "ملخص مجموع الأسطر", - "Name" : "الإسم", + "Name" : "الاسم", "Size" : "الحجم", "Toggle selection for all files and folders" : "تبديل الاختيار لكل الملفات و المجلدات", "Actions" : "الإجراءات", diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json index 127fa712905..643a1779c2c 100644 --- a/apps/files/l10n/ar.json +++ b/apps/files/l10n/ar.json @@ -93,7 +93,7 @@ "Active filters" : "فلاتر نشطة", "Remove filter" : "إزالة عامل التصفية ", "Total rows summary" : "ملخص مجموع الأسطر", - "Name" : "الإسم", + "Name" : "الاسم", "Size" : "الحجم", "Toggle selection for all files and folders" : "تبديل الاختيار لكل الملفات و المجلدات", "Actions" : "الإجراءات", diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 461833f3c8c..1c7e8a4b7c0 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -207,6 +207,8 @@ OC.L10N.register( "Edit online" : "オンラインで編集", "Failed to redirect to client" : "クライアントへリダイレクトできませんでした", "Edit locally" : "ローカルで編集", + "Moving \"{source}\" to \"{destination}\" …" : "\"{source}\" を \"{destination}\"に移動", + "Copying \"{source}\" to \"{destination}\" …" : "\"{source}\" を \"{destination}\"にコピー", "You cannot move a file/folder onto itself or into a subfolder of itself" : "ファイル/フォルダをそれ自身の上に移動したり、それ自身のサブフォルダに移動したりすることはできません。", "(copy)" : "(copy)", "(copy %n)" : "(copy %n)", diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json index 7ea31e83dcd..bd9889dc572 100644 --- a/apps/files/l10n/ja.json +++ b/apps/files/l10n/ja.json @@ -205,6 +205,8 @@ "Edit online" : "オンラインで編集", "Failed to redirect to client" : "クライアントへリダイレクトできませんでした", "Edit locally" : "ローカルで編集", + "Moving \"{source}\" to \"{destination}\" …" : "\"{source}\" を \"{destination}\"に移動", + "Copying \"{source}\" to \"{destination}\" …" : "\"{source}\" を \"{destination}\"にコピー", "You cannot move a file/folder onto itself or into a subfolder of itself" : "ファイル/フォルダをそれ自身の上に移動したり、それ自身のサブフォルダに移動したりすることはできません。", "(copy)" : "(copy)", "(copy %n)" : "(copy %n)", diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 09ebcf5810e..da4dcb329cf 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -240,8 +240,8 @@ OC.L10N.register( "Presentations" : "幻灯片", "PDFs" : "PDF", "Folders" : "文件夹", - "Audio" : "声音提醒", - "Photos and images" : "照片和影像", + "Audio" : "音频", + "Photos and images" : "照片和图像", "Videos" : "视频", "New folder creation cancelled" : "取消创建新文件夹", "Created new folder \"{name}\"" : "创建了新文件夹「{name}」", diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json index 4e46b9e0961..7436ec065f8 100644 --- a/apps/files/l10n/zh_CN.json +++ b/apps/files/l10n/zh_CN.json @@ -238,8 +238,8 @@ "Presentations" : "幻灯片", "PDFs" : "PDF", "Folders" : "文件夹", - "Audio" : "声音提醒", - "Photos and images" : "照片和影像", + "Audio" : "音频", + "Photos and images" : "照片和图像", "Videos" : "视频", "New folder creation cancelled" : "取消创建新文件夹", "Created new folder \"{name}\"" : "创建了新文件夹「{name}」", |