diff --git a/l10n/ja.js b/l10n/ja.js index 4cf0c8681..fb736a4b4 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -126,6 +126,7 @@ OC.L10N.register( "No tags yet" : "まだタグがありません", "Photos with tags will show up here" : "タグ付けされた写真がここに表示されます", "Popular tags" : "人気のタグ", + "All tags" : "全てのタグ", "One of the source folders does not exists" : "ソースフォルダーの1つが存在しません", "Add" : "追加", "Add to album" : "アルバムに追加", diff --git a/l10n/ja.json b/l10n/ja.json index c2280e92d..30e38c441 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -124,6 +124,7 @@ "No tags yet" : "まだタグがありません", "Photos with tags will show up here" : "タグ付けされた写真がここに表示されます", "Popular tags" : "人気のタグ", + "All tags" : "全てのタグ", "One of the source folders does not exists" : "ソースフォルダーの1つが存在しません", "Add" : "追加", "Add to album" : "アルバムに追加",