diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-03-19 02:27:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-03-19 02:27:27 +0000 |
commit | c0cddec224ee561152c918c31a91c98e5958621c (patch) | |
tree | 8e3b14c0981bb8e725ece8b2d2c1bc45ecf9c8b4 /apps/provisioning_api | |
parent | a37519cf9ab9704dd435cbd285e8710fefb7c48f (diff) | |
download | nextcloud-server-c0cddec224ee561152c918c31a91c98e5958621c.tar.gz nextcloud-server-c0cddec224ee561152c918c31a91c98e5958621c.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/provisioning_api')
-rw-r--r-- | apps/provisioning_api/l10n/gl.js | 4 | ||||
-rw-r--r-- | apps/provisioning_api/l10n/gl.json | 4 | ||||
-rw-r--r-- | apps/provisioning_api/l10n/sv.js | 12 | ||||
-rw-r--r-- | apps/provisioning_api/l10n/sv.json | 10 |
4 files changed, 26 insertions, 4 deletions
diff --git a/apps/provisioning_api/l10n/gl.js b/apps/provisioning_api/l10n/gl.js index 3f53376f226..5cd7afb12b3 100644 --- a/apps/provisioning_api/l10n/gl.js +++ b/apps/provisioning_api/l10n/gl.js @@ -7,8 +7,8 @@ OC.L10N.register( "To enable the email address %s please click the button below." : "Para activar o enderezo de correo electrónico %s, faga clic no botón de abaixo.", "Confirm" : "Confirmar", "Email was already removed from account and cannot be confirmed anymore." : "O correo electrónico xa se eliminou da conta e xa non se pode confirmar.", - "Could not verify mail because the token is expired." : "Non se puido verificar o correo porque o token caducou.", - "Could not verify mail because the token is invalid." : "Non se puido verificar o correo porque o token non é válido.", + "Could not verify mail because the token is expired." : "Non foi posíbel verificar o correo porque o testemuño caducou.", + "Could not verify mail because the token is invalid." : "Non foi posíbel verificar o correo porque o testemuño non é válido.", "An unexpected error occurred. Please contact your admin." : "Produciuse un erro inesperado. Ponte en contacto co teu administrador.", "Email confirmation successful" : "Confirmación do correo electrónico exitosa", "Provisioning API" : "API de aprovisionamento", diff --git a/apps/provisioning_api/l10n/gl.json b/apps/provisioning_api/l10n/gl.json index 0038e85abd6..5714dac5304 100644 --- a/apps/provisioning_api/l10n/gl.json +++ b/apps/provisioning_api/l10n/gl.json @@ -5,8 +5,8 @@ "To enable the email address %s please click the button below." : "Para activar o enderezo de correo electrónico %s, faga clic no botón de abaixo.", "Confirm" : "Confirmar", "Email was already removed from account and cannot be confirmed anymore." : "O correo electrónico xa se eliminou da conta e xa non se pode confirmar.", - "Could not verify mail because the token is expired." : "Non se puido verificar o correo porque o token caducou.", - "Could not verify mail because the token is invalid." : "Non se puido verificar o correo porque o token non é válido.", + "Could not verify mail because the token is expired." : "Non foi posíbel verificar o correo porque o testemuño caducou.", + "Could not verify mail because the token is invalid." : "Non foi posíbel verificar o correo porque o testemuño non é válido.", "An unexpected error occurred. Please contact your admin." : "Produciuse un erro inesperado. Ponte en contacto co teu administrador.", "Email confirmation successful" : "Confirmación do correo electrónico exitosa", "Provisioning API" : "API de aprovisionamento", diff --git a/apps/provisioning_api/l10n/sv.js b/apps/provisioning_api/l10n/sv.js new file mode 100644 index 00000000000..9ebea94b3ab --- /dev/null +++ b/apps/provisioning_api/l10n/sv.js @@ -0,0 +1,12 @@ +OC.L10N.register( + "provisioning_api", + { + "Logged in user must be an administrator or have authorization to edit this setting." : "Inloggad användare måste vara en administratör eller ha auktorisering för att ändra denna inställning.", + "User already exists" : "Användaren finns redan", + "Email confirmation" : "E-postverifikation", + "To enable the email address %s please click the button below." : "För att aktivera e-postadressen %s vänligen klicka på knappen nedanför.", + "Confirm" : "Bekräfta", + "Email was already removed from account and cannot be confirmed anymore." : "E-postadress har redan tagits bort från konto och kan inte längre verifieras.", + "Email confirmation successful" : "E-postbekräftelsen lyckades" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/provisioning_api/l10n/sv.json b/apps/provisioning_api/l10n/sv.json new file mode 100644 index 00000000000..f556a78ea3e --- /dev/null +++ b/apps/provisioning_api/l10n/sv.json @@ -0,0 +1,10 @@ +{ "translations": { + "Logged in user must be an administrator or have authorization to edit this setting." : "Inloggad användare måste vara en administratör eller ha auktorisering för att ändra denna inställning.", + "User already exists" : "Användaren finns redan", + "Email confirmation" : "E-postverifikation", + "To enable the email address %s please click the button below." : "För att aktivera e-postadressen %s vänligen klicka på knappen nedanför.", + "Confirm" : "Bekräfta", + "Email was already removed from account and cannot be confirmed anymore." : "E-postadress har redan tagits bort från konto och kan inte längre verifieras.", + "Email confirmation successful" : "E-postbekräftelsen lyckades" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |