diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-07-06 02:26:02 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-07-06 02:26:02 +0000 |
commit | 17e58f5056f9a0ef1620e6611091a2302fbfed14 (patch) | |
tree | 544a445cde1f9dd3a39da81e7f36b923bda5a288 /core/l10n | |
parent | 26efbe982e634fb4b85b72d1126e994e12e010be (diff) | |
download | nextcloud-server-17e58f5056f9a0ef1620e6611091a2302fbfed14.tar.gz nextcloud-server-17e58f5056f9a0ef1620e6611091a2302fbfed14.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n')
-rw-r--r-- | core/l10n/es.js | 2 | ||||
-rw-r--r-- | core/l10n/es.json | 2 | ||||
-rw-r--r-- | core/l10n/nb.js | 2 | ||||
-rw-r--r-- | core/l10n/nb.json | 2 |
4 files changed, 6 insertions, 2 deletions
diff --git a/core/l10n/es.js b/core/l10n/es.js index 23c6b31fcd6..5d2712ba471 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -330,7 +330,7 @@ OC.L10N.register( "Confirm your password" : "Confirme su contraseña", "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á intentando añadir un nuevo dispositivo o una nueva app, alguien está intentando engañarte para que proporcione acceso a sus datos. En este caso no prosiga y en su lugar avise a su administrador de sistemas.", + "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 token" : "Token de la aplicación", "Grant access" : "Conceder acceso", "Alternative log in using app token" : "Inicio de sesión alternativo usando el token de la aplicación", diff --git a/core/l10n/es.json b/core/l10n/es.json index ea5aceb8d04..9fdfa57d229 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -328,7 +328,7 @@ "Confirm your password" : "Confirme su contraseña", "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á intentando añadir un nuevo dispositivo o una nueva app, alguien está intentando engañarte para que proporcione acceso a sus datos. En este caso no prosiga y en su lugar avise a su administrador de sistemas.", + "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 token" : "Token de la aplicación", "Grant access" : "Conceder acceso", "Alternative log in using app token" : "Inicio de sesión alternativo usando el token de la aplicación", diff --git a/core/l10n/nb.js b/core/l10n/nb.js index f6402e593ed..e7138198dff 100644 --- a/core/l10n/nb.js +++ b/core/l10n/nb.js @@ -5,6 +5,8 @@ OC.L10N.register( "File is too big" : "Filen er for stor", "The selected file is not an image." : "Den valgte filen er ikke et bilde.", "The selected file cannot be read." : "Den valgte filen kan ikke leses.", + "The file was uploaded" : "Filen ble lastet opp", + "The file was only partially uploaded" : "Filen ble kun delvis opplastet", "Invalid file provided" : "Ugyldig fil oppgitt", "No image or file provided" : "Ikke noe bilde eller fil angitt", "Unknown filetype" : "Ukjent filtype", diff --git a/core/l10n/nb.json b/core/l10n/nb.json index 44a6f189b77..518d61bd616 100644 --- a/core/l10n/nb.json +++ b/core/l10n/nb.json @@ -3,6 +3,8 @@ "File is too big" : "Filen er for stor", "The selected file is not an image." : "Den valgte filen er ikke et bilde.", "The selected file cannot be read." : "Den valgte filen kan ikke leses.", + "The file was uploaded" : "Filen ble lastet opp", + "The file was only partially uploaded" : "Filen ble kun delvis opplastet", "Invalid file provided" : "Ugyldig fil oppgitt", "No image or file provided" : "Ikke noe bilde eller fil angitt", "Unknown filetype" : "Ukjent filtype", |