From 2d86ede1bb7cd67314fe249824f6a20a5a951b65 Mon Sep 17 00:00:00 2001 From: Maria-Sukhova Date: Tue, 7 Dec 2021 11:03:08 +0300 Subject: [PATCH] add ja --- .../Client/public/locales/ja/Article.json | 4 ++-- .../Client/public/locales/ja/SelectFile.json | 4 ++++ .../public/locales/ja/Translations.json | 24 +++++++++---------- 3 files changed, 18 insertions(+), 14 deletions(-) create mode 100644 products/ASC.Files/Client/public/locales/ja/SelectFile.json diff --git a/products/ASC.Files/Client/public/locales/ja/Article.json b/products/ASC.Files/Client/public/locales/ja/Article.json index b18e58f3dc..a2d86d2951 100644 --- a/products/ASC.Files/Client/public/locales/ja/Article.json +++ b/products/ASC.Files/Client/public/locales/ja/Article.json @@ -8,6 +8,6 @@ "NewForm": "フォーム テンプレート", "NewFormFile": "ファイルからのフォームテンプレート", "CreateMasterFormFromFile": "ファイルからフォームテンプレートを作成する", - "SubNewForm": "From blank", - "SubNewFormFile": "From an existing text file" + "SubNewForm": "白紙から作成", + "SubNewFormFile": "既存のテキストファイルから" } \ No newline at end of file diff --git a/products/ASC.Files/Client/public/locales/ja/SelectFile.json b/products/ASC.Files/Client/public/locales/ja/SelectFile.json new file mode 100644 index 0000000000..c011060fd2 --- /dev/null +++ b/products/ASC.Files/Client/public/locales/ja/SelectFile.json @@ -0,0 +1,4 @@ +{ + "SelectFile": "ファイルを選択", + "SelectDOCXFormat": ".DOCX形式のファイルを選択する" +} diff --git a/products/ASC.Files/Client/public/locales/ja/Translations.json b/products/ASC.Files/Client/public/locales/ja/Translations.json index 86eaa22205..6e02a6fde9 100644 --- a/products/ASC.Files/Client/public/locales/ja/Translations.json +++ b/products/ASC.Files/Client/public/locales/ja/Translations.json @@ -8,23 +8,23 @@ "DeleteOperation": "削除中", "DeleteSelectedElem": "選択された要素が削除されました。", "DeleteThirdParty": "第三者機関の削除", - "DownloadApps": "Download applications", + "DownloadApps": "アプリをダウンロードする", "DownloadAs": "としてダウンロード", "EncryptedFileSaving": "暗号化ファイルの保存", "Files": "ファイル", "Folders": "フォルダー", - "FolderSelection": "Folder selection", - "FolderTitleBoxNet": "Box directory", - "FolderTitleDocuSign": "DocuSign account", - "FolderTitleDropBox": "Dropbox directory", - "FolderTitleGoogle": "Google directory", - "FolderTitlekDrive": "kDrive directory", - "FolderTitleSharePoint": "SharePoint directory", - "FolderTitleSkyDrive": "OneDrive directory", - "FolderTitleWebDav": "WebDAV Directory", - "FolderTitleYandex": "Yandex Directory", + "FolderSelection": "フォルダの選択", + "FolderTitleBoxNet": "ボックス ディレクトリ", + "FolderTitleDocuSign": "DocuSignアカウント", + "FolderTitleDropBox": "Dropboxディレクトリ", + "FolderTitleGoogle": "Googleディレクトリ", + "FolderTitlekDrive": "kDriveディレクトリ", + "FolderTitleSharePoint": "SharePointディレクトリ", + "FolderTitleSkyDrive": "OneDriveディレクトリ", + "FolderTitleWebDav": "WebDAVディレクトリ", + "FolderTitleYandex": "Yandexディレクトリ", "LinkCopySuccess": "リンクがクリップボードにコピーされました", - "MediaLoadError": "Media file could not be loaded", + "MediaLoadError": "メディアファイルを読み込めませんでした", "Move": "移動", "MoveToOperation": "移動中", "OwnerChange": "オーナー変更",