diff options
Diffstat (limited to 'apps/files/l10n/ja.js')
-rw-r--r-- | apps/files/l10n/ja.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 6290a172a0b..f784be49b52 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -6,13 +6,13 @@ OC.L10N.register( "Unknown error" : "不明なエラー", "All files" : "すべてのファイル", "Recent" : "最新", + "Favorites" : "お気に入り", "File could not be found" : "ファイルを見つけられませんでした", "Move or copy" : "移動またはコピー", "Download" : "ダウンロード", "Delete" : "削除", "Home" : "ホーム", "Close" : "閉じる", - "Favorites" : "お気に入り", "Could not create folder \"{dir}\"" : "フォルダー \"{dir}\" を作成できませんでした", "Upload cancelled." : "アップロードはキャンセルされました。", "Unable to upload {filename} as it is a directory or has 0 bytes" : "ディレクトリであるか、または0バイトのため {filename} をアップロードできません", @@ -138,13 +138,13 @@ OC.L10N.register( "The files you are trying to upload exceed the maximum size for file uploads on this server." : "アップロードしようとしているファイルは、このサーバーのファイルアップロード時の最大サイズを超えています。", "No favorites yet" : "まだお気に入りはありません", "Files and folders you mark as favorite will show up here" : "お気に入りに登録されたファイルやフォルダーは、ここに表示されます。", - "Shared with you" : "他ユーザーがあなたと共有中", - "Shared with others" : "他ユーザーと共有中", - "Shared by link" : "URLリンクで共有中", "Tags" : "タグ", "Deleted files" : "ゴミ箱", "Text file" : "テキストファイル", "New text file.txt" : "新規のテキストファイル作成", - "Move" : "移動" + "Move" : "移動", + "Shared with you" : "他ユーザーがあなたと共有中", + "Shared with others" : "他ユーザーと共有中", + "Shared by link" : "URLリンクで共有中" }, "nplurals=1; plural=0;"); |