diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-06-24 02:16:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-06-24 02:16:44 +0000 |
commit | 54c716ec8fb5e8774384fb2a023ea1a74116c09e (patch) | |
tree | 00bd5ad882f5a2cb1004b29b2b03911ef767cb07 /apps/files/l10n/ja.js | |
parent | c5c3d04fa1c56b0998cec47f652a29fbf13e1bde (diff) | |
download | nextcloud-server-54c716ec8fb5e8774384fb2a023ea1a74116c09e.tar.gz nextcloud-server-54c716ec8fb5e8774384fb2a023ea1a74116c09e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/ja.js')
-rw-r--r-- | apps/files/l10n/ja.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index 2b56b1f92bf..a54ca5c92cc 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -4,15 +4,13 @@ OC.L10N.register( "Storage is temporarily not available" : "ストレージは一時的に利用できません", "Storage invalid" : "ストレージが無効です", "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}\" を作成できませんでした", "This will stop your current uploads." : "現在のアップロードが停止されます。", "Upload cancelled." : "アップロードはキャンセルされました。", @@ -94,6 +92,7 @@ OC.L10N.register( "You can only favorite a single file or folder at a time" : "お気に入りに追加できるファイルまたはフォルダーは一度に1つまでです", "New folder" : "新しいフォルダー", "Upload file" : "ファイルをアップロード", + "Recent" : "最新", "Not favorited" : "お気に入りではありません", "Remove from favorites" : "お気に入りから削除", "Add to favorites" : "お気に入りに追加", @@ -135,6 +134,7 @@ OC.L10N.register( "A file or folder has been <strong>deleted</strong>" : "ファイルまたはフォルダーが<strong>削除</strong>されたとき", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "<strong>お気に入りファイル</strong>の作成と変更の通知を制限する<em>(ストリームのみ)</em>", "A file or folder has been <strong>restored</strong>" : "ファイルまたはフォルダーが<strong>復元</strong>されたとき", + "All files" : "すべてのファイル", "Unlimited" : "無制限", "Upload (max. %s)" : "アップロード ( 最大 %s )", "Accept" : "承諾", |