diff --git a/l10n/es.js b/l10n/es.js index 489692793..50b27707d 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -130,6 +130,7 @@ OC.L10N.register( "Tagged photos" : "Fotos etiquetadas", "Tagged photo {title}" : "Foto etiquetada {title}", "{title}'s face" : "Rostro de {title}", + "{startDate} to {endDate}" : "{startDate} a {endDate}", "Failed to rename {oldName} to {faceName}." : "Fallo al renombrar {oldName} a {faceName}", "Failed to delete {faceName}." : "Fallo al borrar {faceName}", "Failed to delete {fileId}." : "Fallo al borrar {fileId}.", diff --git a/l10n/es.json b/l10n/es.json index ddb78909f..1e551eaeb 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -128,6 +128,7 @@ "Tagged photos" : "Fotos etiquetadas", "Tagged photo {title}" : "Foto etiquetada {title}", "{title}'s face" : "Rostro de {title}", + "{startDate} to {endDate}" : "{startDate} a {endDate}", "Failed to rename {oldName} to {faceName}." : "Fallo al renombrar {oldName} a {faceName}", "Failed to delete {faceName}." : "Fallo al borrar {faceName}", "Failed to delete {fileId}." : "Fallo al borrar {fileId}.", diff --git a/l10n/ja.js b/l10n/ja.js index 9b8089e22..8895bc01f 100644 --- a/l10n/ja.js +++ b/l10n/ja.js @@ -40,6 +40,7 @@ OC.L10N.register( "Enable squared photos view" : "写真を矩形での表示を有効化", "Invalid location selected" : "選択した場所が無効", "View" : "表示", + "Unselect all" : "すべて選択解除", "Favorite" : "お気に入り", "Remove from favorites" : "お気に入りから削除", "This folder does not exist" : "このフォルダーは存在しません", diff --git a/l10n/ja.json b/l10n/ja.json index 2d2ae96c1..3dfd47676 100644 --- a/l10n/ja.json +++ b/l10n/ja.json @@ -38,6 +38,7 @@ "Enable squared photos view" : "写真を矩形での表示を有効化", "Invalid location selected" : "選択した場所が無効", "View" : "表示", + "Unselect all" : "すべて選択解除", "Favorite" : "お気に入り", "Remove from favorites" : "お気に入りから削除", "This folder does not exist" : "このフォルダーは存在しません",