diff --git a/l10n/es.js b/l10n/es.js index 5bac5011..0e8ba303 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -265,6 +265,7 @@ OC.L10N.register( "Failed to move {name}." : "Fallo al mover {name}.", "Move selected photos to person" : "Mover fotos seleccionadas a persona", "Are you sure you want to move the selected photos from {name} to {target}?" : "¿Está seguro de que desea mover las fotos seleccionadas de {name} a {target}?", + "An error occurred while moving photos from {name}." : "Ocurrió un error al mover fotos desde {name}.", "Choose a folder" : "Elija una carpeta", "_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} ítem movidos a la carpeta","{n} ítems movidos a la carpeta","{n} ítems movidos a la carpeta"], "Remove" : "Quitar", diff --git a/l10n/es.json b/l10n/es.json index 4a231f08..418e2b0a 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -263,6 +263,7 @@ "Failed to move {name}." : "Fallo al mover {name}.", "Move selected photos to person" : "Mover fotos seleccionadas a persona", "Are you sure you want to move the selected photos from {name} to {target}?" : "¿Está seguro de que desea mover las fotos seleccionadas de {name} a {target}?", + "An error occurred while moving photos from {name}." : "Ocurrió un error al mover fotos desde {name}.", "Choose a folder" : "Elija una carpeta", "_{n} item moved to folder_::_{n} items moved to folder_" : ["{n} ítem movidos a la carpeta","{n} ítems movidos a la carpeta","{n} ítems movidos a la carpeta"], "Remove" : "Quitar", diff --git a/l10n/gl.js b/l10n/gl.js index 15638c99..ccc38ed9 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -25,6 +25,7 @@ OC.L10N.register( "Add to album" : "Engadir ao álbum", "General" : "Xeral", "Account" : "Conta", + "Logged in as {user}" : "Accedeu como {user}", "Close" : "Pechar", "Performance" : "Rendemento", "Unknown" : "Descoñecido", @@ -87,7 +88,7 @@ OC.L10N.register( "Sort by date" : "Ordenar pola data", "Sort by name" : "Ordenar polo nome", "Delete album" : "Eliminar álbum", - "Merge with different person" : "Combinar con unha persoa diferente", + "Merge with different person" : "Combinar cunha persoa diferente", "Share folder" : "Compartir cartafol", "Error saving image" : "Produciuse un erro ao gardar a imaxe", "Unsaved changes" : "Cambios sen gardar", @@ -97,7 +98,7 @@ OC.L10N.register( "Next" : "Seguinte", "Save as" : "Gardar como", "All changes will be lost." : "Perderanse todos os cambios.", - "Are you sure you want to continue?" : "Estás seguro de que queres continuar?", + "Are you sure you want to continue?" : "Confirma que quere continuar?", "Continue" : "Continuar", "Undo" : "Desfacer", "Redo" : "Refacer", diff --git a/l10n/gl.json b/l10n/gl.json index 2842a798..d43025e0 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -23,6 +23,7 @@ "Add to album" : "Engadir ao álbum", "General" : "Xeral", "Account" : "Conta", + "Logged in as {user}" : "Accedeu como {user}", "Close" : "Pechar", "Performance" : "Rendemento", "Unknown" : "Descoñecido", @@ -85,7 +86,7 @@ "Sort by date" : "Ordenar pola data", "Sort by name" : "Ordenar polo nome", "Delete album" : "Eliminar álbum", - "Merge with different person" : "Combinar con unha persoa diferente", + "Merge with different person" : "Combinar cunha persoa diferente", "Share folder" : "Compartir cartafol", "Error saving image" : "Produciuse un erro ao gardar a imaxe", "Unsaved changes" : "Cambios sen gardar", @@ -95,7 +96,7 @@ "Next" : "Seguinte", "Save as" : "Gardar como", "All changes will be lost." : "Perderanse todos os cambios.", - "Are you sure you want to continue?" : "Estás seguro de que queres continuar?", + "Are you sure you want to continue?" : "Confirma que quere continuar?", "Continue" : "Continuar", "Undo" : "Desfacer", "Redo" : "Refacer", diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index 3db279ef..a658d404 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -13,6 +13,8 @@ OC.L10N.register( "Albums" : "专辑", "Archive" : "归档", "On this day" : "当年今日", + "Places" : "地点", + "Map" : "地图", "Tags" : "标签", "Recognize" : "识别", "Edit" : "编辑", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index d0b27f95..2d845b1b 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -11,6 +11,8 @@ "Albums" : "专辑", "Archive" : "归档", "On this day" : "当年今日", + "Places" : "地点", + "Map" : "地图", "Tags" : "标签", "Recognize" : "识别", "Edit" : "编辑",