diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-03 00:20:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-03 00:20:27 +0000 |
commit | 290d67778b92484c54167d35beb823a56572eb89 (patch) | |
tree | 4aad56977b3eeeb4fbc86ca96d1ba750c6e05034 /core/l10n | |
parent | 0e8367b100ce4a8a56d1384015b191f8e56be7b3 (diff) | |
download | nextcloud-server-290d67778b92484c54167d35beb823a56572eb89.tar.gz nextcloud-server-290d67778b92484c54167d35beb823a56572eb89.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n')
-rw-r--r-- | core/l10n/es.js | 4 | ||||
-rw-r--r-- | core/l10n/es.json | 4 | ||||
-rw-r--r-- | core/l10n/id.js | 2 | ||||
-rw-r--r-- | core/l10n/id.json | 2 |
4 files changed, 10 insertions, 2 deletions
diff --git a/core/l10n/es.js b/core/l10n/es.js index be79669dde4..ace46ddbfb9 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -202,6 +202,7 @@ OC.L10N.register( "You have not added any info yet" : "Aún no has añadido nada de información", "{user} has not added any info yet" : "{user} no ha añadido aún nada de información", "Error opening the user status modal, try hard refreshing the page" : "Error al abrir la ventana de estado del usuario, intente actualizar la página", + "Unified search" : "Búsqueda unificada", "Search apps, files, tags, messages" : "Buscar en apps, archivos, etiquetas, mensajes", "Search {types} …" : "Buscar {types}…", "Apps and Settings" : "Apps y Ajustes", @@ -214,6 +215,7 @@ OC.L10N.register( "Search people" : "Buscar personas", "Not found" : "No encontrado", "People" : "Personas", + "Filter in current view" : "Filtrar en la vista actual", "Search in" : "Buscar en", "Searching …" : "Buscando …", "No matching results" : "No hay coincidencias", @@ -345,7 +347,9 @@ OC.L10N.register( "Connect to your account" : "Conectar a cuenta", "Please log in before granting %1$s access to your %2$s account." : "Por favor, inicia sesión antes de conceder a %1$s acceso a tu cuenta %2$s.", "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Si no estás intentando añadir un nuevo dispositivo o una nueva app, alguien está intentando engañarte para que proporciones acceso a tus datos. En este caso, no prosigas y en su lugar avisa a tu administrador de sistemas.", + "App password" : "Contraseña de aplicación", "Grant access" : "Conceder acceso", + "Alternative log in using app password" : "Inicio de sesión alternativo usando la contraseña de la aplicación", "Account access" : "Acceso a la cuenta", "Currently logged in as %1$s (%2$s)." : "Actualmente está conectado como %1$s (%2$s).", "You are about to grant %1$s access to your %2$s account." : "Estás a punto de conceder a %1$s acceso a tu cuenta %2$s.", diff --git a/core/l10n/es.json b/core/l10n/es.json index 22415618330..f979a677b84 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -200,6 +200,7 @@ "You have not added any info yet" : "Aún no has añadido nada de información", "{user} has not added any info yet" : "{user} no ha añadido aún nada de información", "Error opening the user status modal, try hard refreshing the page" : "Error al abrir la ventana de estado del usuario, intente actualizar la página", + "Unified search" : "Búsqueda unificada", "Search apps, files, tags, messages" : "Buscar en apps, archivos, etiquetas, mensajes", "Search {types} …" : "Buscar {types}…", "Apps and Settings" : "Apps y Ajustes", @@ -212,6 +213,7 @@ "Search people" : "Buscar personas", "Not found" : "No encontrado", "People" : "Personas", + "Filter in current view" : "Filtrar en la vista actual", "Search in" : "Buscar en", "Searching …" : "Buscando …", "No matching results" : "No hay coincidencias", @@ -343,7 +345,9 @@ "Connect to your account" : "Conectar a cuenta", "Please log in before granting %1$s access to your %2$s account." : "Por favor, inicia sesión antes de conceder a %1$s acceso a tu cuenta %2$s.", "If you are not trying to set up a new device or app, someone is trying to trick you into granting them access to your data. In this case do not proceed and instead contact your system administrator." : "Si no estás intentando añadir un nuevo dispositivo o una nueva app, alguien está intentando engañarte para que proporciones acceso a tus datos. En este caso, no prosigas y en su lugar avisa a tu administrador de sistemas.", + "App password" : "Contraseña de aplicación", "Grant access" : "Conceder acceso", + "Alternative log in using app password" : "Inicio de sesión alternativo usando la contraseña de la aplicación", "Account access" : "Acceso a la cuenta", "Currently logged in as %1$s (%2$s)." : "Actualmente está conectado como %1$s (%2$s).", "You are about to grant %1$s access to your %2$s account." : "Estás a punto de conceder a %1$s acceso a tu cuenta %2$s.", diff --git a/core/l10n/id.js b/core/l10n/id.js index 1d2ef05d109..ac2cee13798 100644 --- a/core/l10n/id.js +++ b/core/l10n/id.js @@ -114,7 +114,7 @@ OC.L10N.register( "Recommended apps" : "Aplikasi terekomendasi", "Loading apps …" : "Memuat aplikasi ...", "Could not fetch list of apps from the App Store." : "Tidak dapat mengambil daftar aplikasi dari App Store.", - "Installing apps …" : "Instalasi aplikasi ...", + "Installing apps …" : "menginstal aplikasi ...", "App download or installation failed" : "Unduh aplikasi atau gagal instalasi", "Cannot install this app because it is not compatible" : "Tidak dapat memasang aplikasi ini karena tidak kompatibel", "Cannot install this app" : "Tidak dapat memasang aplikasi ini", diff --git a/core/l10n/id.json b/core/l10n/id.json index 33271e2f7f3..46c44bc50f1 100644 --- a/core/l10n/id.json +++ b/core/l10n/id.json @@ -112,7 +112,7 @@ "Recommended apps" : "Aplikasi terekomendasi", "Loading apps …" : "Memuat aplikasi ...", "Could not fetch list of apps from the App Store." : "Tidak dapat mengambil daftar aplikasi dari App Store.", - "Installing apps …" : "Instalasi aplikasi ...", + "Installing apps …" : "menginstal aplikasi ...", "App download or installation failed" : "Unduh aplikasi atau gagal instalasi", "Cannot install this app because it is not compatible" : "Tidak dapat memasang aplikasi ini karena tidak kompatibel", "Cannot install this app" : "Tidak dapat memasang aplikasi ini", |