diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-12-06 01:12:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-12-06 01:12:21 +0000 |
commit | e772457d6b46161d28d215af197d625504d6cb59 (patch) | |
tree | 3b6a5ee34e4b4e81b39f5567280cace8148fc5ae /apps/sharebymail | |
parent | 50b2115f4e575939e25f2edd1fe9da59a0bde7ba (diff) | |
download | nextcloud-server-e772457d6b46161d28d215af197d625504d6cb59.tar.gz nextcloud-server-e772457d6b46161d28d215af197d625504d6cb59.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/sharebymail')
-rw-r--r-- | apps/sharebymail/l10n/pt_BR.js | 8 | ||||
-rw-r--r-- | apps/sharebymail/l10n/pt_BR.json | 8 | ||||
-rw-r--r-- | apps/sharebymail/l10n/sv.js | 9 | ||||
-rw-r--r-- | apps/sharebymail/l10n/sv.json | 9 | ||||
-rw-r--r-- | apps/sharebymail/l10n/tr.js | 8 | ||||
-rw-r--r-- | apps/sharebymail/l10n/tr.json | 8 |
6 files changed, 50 insertions, 0 deletions
diff --git a/apps/sharebymail/l10n/pt_BR.js b/apps/sharebymail/l10n/pt_BR.js index 9c24cf8324b..bdb07ac8277 100644 --- a/apps/sharebymail/l10n/pt_BR.js +++ b/apps/sharebymail/l10n/pt_BR.js @@ -5,6 +5,10 @@ OC.L10N.register( "Shared with {email}" : "Compartilhado com {email}", "Shared with %1$s by %2$s" : "Compartilhado com %1$s por %2$s", "Shared with {email} by {actor}" : "Compartilhado com {email} por {actor}", + "Unshared from %1$s" : "Descompartilhado de %1$s", + "Unshared from {email}" : "Descompartilhado de {email}", + "Unshared from %1$s by %2$s" : "Descompartilhado de %1$s por %2$s", + "Unshared from {email} by {actor}" : "Descompartilhado de {email} por {actor}", "Password for mail share sent to %1$s" : "Senha para o correio compartilhado enviado para %1$s", "Password for mail share sent to {email}" : "Senha para o correio compartilhado enviado para {email}", "Password for mail share sent to you" : "Senha do compartilhamento por e-mail foi enviado para você", @@ -12,6 +16,10 @@ OC.L10N.register( "You shared {file} with {email} by mail" : "Você compartilhou {file} com {email} por e-mail", "%3$s shared %1$s with %2$s by mail" : "%3$s compartilou %1$s com %2$s por e-mail", "{actor} shared {file} with {email} by mail" : "{actor} compartilhou {file} com {email} por e-mail", + "You unshared %1$s from %2$s by mail" : "Você descompartilhou %1$s de %2$s por email", + "You unshared {file} from {email} by mail" : "Você descompartilhou {file} de {email} por email", + "%3$s unshared %1$s from %2$s by mail" : "%3$s descompartilhou %1$s de %2$s por email", + "{actor} unshared {file} from {email} by mail" : "{actor} descompartilhou {file} de {email} por email", "Password to access %1$s was sent to %2s" : "A senha para acesso %1$s foi enviada para %2s", "Password to access {file} was sent to {email}" : "A senha para acesso {file} foi enviada para {email}", "Password to access %1$s was sent to you" : "A senha para acesso %1$s foi enviada para você", diff --git a/apps/sharebymail/l10n/pt_BR.json b/apps/sharebymail/l10n/pt_BR.json index 256119e0a03..ae2eb35c278 100644 --- a/apps/sharebymail/l10n/pt_BR.json +++ b/apps/sharebymail/l10n/pt_BR.json @@ -3,6 +3,10 @@ "Shared with {email}" : "Compartilhado com {email}", "Shared with %1$s by %2$s" : "Compartilhado com %1$s por %2$s", "Shared with {email} by {actor}" : "Compartilhado com {email} por {actor}", + "Unshared from %1$s" : "Descompartilhado de %1$s", + "Unshared from {email}" : "Descompartilhado de {email}", + "Unshared from %1$s by %2$s" : "Descompartilhado de %1$s por %2$s", + "Unshared from {email} by {actor}" : "Descompartilhado de {email} por {actor}", "Password for mail share sent to %1$s" : "Senha para o correio compartilhado enviado para %1$s", "Password for mail share sent to {email}" : "Senha para o correio compartilhado enviado para {email}", "Password for mail share sent to you" : "Senha do compartilhamento por e-mail foi enviado para você", @@ -10,6 +14,10 @@ "You shared {file} with {email} by mail" : "Você compartilhou {file} com {email} por e-mail", "%3$s shared %1$s with %2$s by mail" : "%3$s compartilou %1$s com %2$s por e-mail", "{actor} shared {file} with {email} by mail" : "{actor} compartilhou {file} com {email} por e-mail", + "You unshared %1$s from %2$s by mail" : "Você descompartilhou %1$s de %2$s por email", + "You unshared {file} from {email} by mail" : "Você descompartilhou {file} de {email} por email", + "%3$s unshared %1$s from %2$s by mail" : "%3$s descompartilhou %1$s de %2$s por email", + "{actor} unshared {file} from {email} by mail" : "{actor} descompartilhou {file} de {email} por email", "Password to access %1$s was sent to %2s" : "A senha para acesso %1$s foi enviada para %2s", "Password to access {file} was sent to {email}" : "A senha para acesso {file} foi enviada para {email}", "Password to access %1$s was sent to you" : "A senha para acesso %1$s foi enviada para você", diff --git a/apps/sharebymail/l10n/sv.js b/apps/sharebymail/l10n/sv.js index a239d10aca1..a09c71ffd0a 100644 --- a/apps/sharebymail/l10n/sv.js +++ b/apps/sharebymail/l10n/sv.js @@ -5,6 +5,10 @@ OC.L10N.register( "Shared with {email}" : "Delad med {email}", "Shared with %1$s by %2$s" : "Delad med %1$s av %2$s", "Shared with {email} by {actor}" : "Delad med {email} av {actor}", + "Unshared from %1$s" : "Sluta dela från %1$s", + "Unshared from {email}" : "Sluta dela från {email}", + "Unshared from %1$s by %2$s" : "Sluta dela från %1$s av %2$s", + "Unshared from {email} by {actor}" : "Sluta dela fån {email} av {actor}", "Password for mail share sent to %1$s" : "Lösenord för e-postdelning sändes till %1$s", "Password for mail share sent to {email}" : "Lösenord för e-postdelning skickat till {email}", "Password for mail share sent to you" : "Lösenord för e-postdelning skickat till dig", @@ -12,6 +16,10 @@ OC.L10N.register( "You shared {file} with {email} by mail" : "Du delade {file} med {email} via e-post", "%3$s shared %1$s with %2$s by mail" : "%3$s delade %1$s med %2$s via e-post", "{actor} shared {file} with {email} by mail" : "{actor} delade {file} med {email} via e-post", + "You unshared %1$s from %2$s by mail" : "Du slutade dela %1$s från %2$s via e-post", + "You unshared {file} from {email} by mail" : "Du slutade dela {file} från {email} via e-post", + "%3$s unshared %1$s from %2$s by mail" : "%3$s slutade dela %1$s från %2$s via e-post", + "{actor} unshared {file} from {email} by mail" : "{actor} slutade dela {file} från {email} via e-post", "Password to access %1$s was sent to %2s" : "Lösenord för tillgång till %1$s sändes till %2s", "Password to access {file} was sent to {email}" : "Lösenord till {file} sändes till {email}", "Password to access %1$s was sent to you" : "Lösenord för att nå %1$s sändes till dig", @@ -38,6 +46,7 @@ OC.L10N.register( "You can choose a different password at any time in the share dialog." : "Du kan välja ett annat lösenord när som helst i delningsdialogen.", "Could not find share" : "Kunde inte hitta delning", "Share by mail" : "Dela via e-post", + "Share provider which allows you to share files by mail" : "Möjliggör delning av filer via e-post", "Allows users to share a personalized link to a file or folder by putting in an email address." : "Tillåt användare att dela en personlig länk till en fil eller mapp genom att ange en e-postadress", "Send password by mail" : "Skicka lösenord via e-post", "Enforce password protection" : "Tvinga lösenordsskydd", diff --git a/apps/sharebymail/l10n/sv.json b/apps/sharebymail/l10n/sv.json index 4916472da5a..8dec54fc6ef 100644 --- a/apps/sharebymail/l10n/sv.json +++ b/apps/sharebymail/l10n/sv.json @@ -3,6 +3,10 @@ "Shared with {email}" : "Delad med {email}", "Shared with %1$s by %2$s" : "Delad med %1$s av %2$s", "Shared with {email} by {actor}" : "Delad med {email} av {actor}", + "Unshared from %1$s" : "Sluta dela från %1$s", + "Unshared from {email}" : "Sluta dela från {email}", + "Unshared from %1$s by %2$s" : "Sluta dela från %1$s av %2$s", + "Unshared from {email} by {actor}" : "Sluta dela fån {email} av {actor}", "Password for mail share sent to %1$s" : "Lösenord för e-postdelning sändes till %1$s", "Password for mail share sent to {email}" : "Lösenord för e-postdelning skickat till {email}", "Password for mail share sent to you" : "Lösenord för e-postdelning skickat till dig", @@ -10,6 +14,10 @@ "You shared {file} with {email} by mail" : "Du delade {file} med {email} via e-post", "%3$s shared %1$s with %2$s by mail" : "%3$s delade %1$s med %2$s via e-post", "{actor} shared {file} with {email} by mail" : "{actor} delade {file} med {email} via e-post", + "You unshared %1$s from %2$s by mail" : "Du slutade dela %1$s från %2$s via e-post", + "You unshared {file} from {email} by mail" : "Du slutade dela {file} från {email} via e-post", + "%3$s unshared %1$s from %2$s by mail" : "%3$s slutade dela %1$s från %2$s via e-post", + "{actor} unshared {file} from {email} by mail" : "{actor} slutade dela {file} från {email} via e-post", "Password to access %1$s was sent to %2s" : "Lösenord för tillgång till %1$s sändes till %2s", "Password to access {file} was sent to {email}" : "Lösenord till {file} sändes till {email}", "Password to access %1$s was sent to you" : "Lösenord för att nå %1$s sändes till dig", @@ -36,6 +44,7 @@ "You can choose a different password at any time in the share dialog." : "Du kan välja ett annat lösenord när som helst i delningsdialogen.", "Could not find share" : "Kunde inte hitta delning", "Share by mail" : "Dela via e-post", + "Share provider which allows you to share files by mail" : "Möjliggör delning av filer via e-post", "Allows users to share a personalized link to a file or folder by putting in an email address." : "Tillåt användare att dela en personlig länk till en fil eller mapp genom att ange en e-postadress", "Send password by mail" : "Skicka lösenord via e-post", "Enforce password protection" : "Tvinga lösenordsskydd", diff --git a/apps/sharebymail/l10n/tr.js b/apps/sharebymail/l10n/tr.js index 5102ebede46..5282a0b00f9 100644 --- a/apps/sharebymail/l10n/tr.js +++ b/apps/sharebymail/l10n/tr.js @@ -5,6 +5,10 @@ OC.L10N.register( "Shared with {email}" : "{email} ile paylaşıldı", "Shared with %1$s by %2$s" : "%1$s ile %2$s tarafından paylaşıldı", "Shared with {email} by {actor}" : "{email} ile {actor} tarafından paylaşıldı", + "Unshared from %1$s" : "%1$s ile paylaşımı kaldırıldı", + "Unshared from {email}" : "{email} ile paylaşımı kaldırıldı", + "Unshared from %1$s by %2$s" : "%1$s ile paylaşımı %2$s tarafından kaldırıldı", + "Unshared from {email} by {actor}" : "{actor} tarafından {email} ile paylaşılması durduruldu", "Password for mail share sent to %1$s" : "E-posta ile paylaşma parolası %1$s adresine gönderildi", "Password for mail share sent to {email}" : "E-posta ile paylaşma parolası {email} adresine gönderildi", "Password for mail share sent to you" : "E-posta ile paylaşma parolası size gönderildi", @@ -12,6 +16,10 @@ OC.L10N.register( "You shared {file} with {email} by mail" : "{file} dosyasını {email} ile e-posta üzerinden paylaştınız", "%3$s shared %1$s with %2$s by mail" : "%3$s, %1$s dosyasını %2$s ile e-posta üzerinden paylaştı", "{actor} shared {file} with {email} by mail" : "{actor}, {file} dosyasını {email} ile e-posta üzerinden paylaştı", + "You unshared %1$s from %2$s by mail" : "%1$s dosyasının %2$s ile paylaşımını e-posta ile kaldırdınız", + "You unshared {file} from {email} by mail" : "{file} dosyasının {email} ile paylaşımını e-posta ile kaldırdınız", + "%3$s unshared %1$s from %2$s by mail" : "%3$s, %1$s dosyasının %2$s ile paylaşımını e-posta ile kaldırdı", + "{actor} unshared {file} from {email} by mail" : "{actor}, {file} dosyasının {email} ile paylaşımını e-posta ile kaldırdı", "Password to access %1$s was sent to %2s" : "%1$s dosyasına erişim parolası %2s adresine gönderildi", "Password to access {file} was sent to {email}" : "{file} dosyasına erişim parolası {email} adresine gönderildi", "Password to access %1$s was sent to you" : "%1$s dosyasına erişim parolası size gönderildi", diff --git a/apps/sharebymail/l10n/tr.json b/apps/sharebymail/l10n/tr.json index 74afc6c1cd7..b69ca0c641c 100644 --- a/apps/sharebymail/l10n/tr.json +++ b/apps/sharebymail/l10n/tr.json @@ -3,6 +3,10 @@ "Shared with {email}" : "{email} ile paylaşıldı", "Shared with %1$s by %2$s" : "%1$s ile %2$s tarafından paylaşıldı", "Shared with {email} by {actor}" : "{email} ile {actor} tarafından paylaşıldı", + "Unshared from %1$s" : "%1$s ile paylaşımı kaldırıldı", + "Unshared from {email}" : "{email} ile paylaşımı kaldırıldı", + "Unshared from %1$s by %2$s" : "%1$s ile paylaşımı %2$s tarafından kaldırıldı", + "Unshared from {email} by {actor}" : "{actor} tarafından {email} ile paylaşılması durduruldu", "Password for mail share sent to %1$s" : "E-posta ile paylaşma parolası %1$s adresine gönderildi", "Password for mail share sent to {email}" : "E-posta ile paylaşma parolası {email} adresine gönderildi", "Password for mail share sent to you" : "E-posta ile paylaşma parolası size gönderildi", @@ -10,6 +14,10 @@ "You shared {file} with {email} by mail" : "{file} dosyasını {email} ile e-posta üzerinden paylaştınız", "%3$s shared %1$s with %2$s by mail" : "%3$s, %1$s dosyasını %2$s ile e-posta üzerinden paylaştı", "{actor} shared {file} with {email} by mail" : "{actor}, {file} dosyasını {email} ile e-posta üzerinden paylaştı", + "You unshared %1$s from %2$s by mail" : "%1$s dosyasının %2$s ile paylaşımını e-posta ile kaldırdınız", + "You unshared {file} from {email} by mail" : "{file} dosyasının {email} ile paylaşımını e-posta ile kaldırdınız", + "%3$s unshared %1$s from %2$s by mail" : "%3$s, %1$s dosyasının %2$s ile paylaşımını e-posta ile kaldırdı", + "{actor} unshared {file} from {email} by mail" : "{actor}, {file} dosyasının {email} ile paylaşımını e-posta ile kaldırdı", "Password to access %1$s was sent to %2s" : "%1$s dosyasına erişim parolası %2s adresine gönderildi", "Password to access {file} was sent to {email}" : "{file} dosyasına erişim parolası {email} adresine gönderildi", "Password to access %1$s was sent to you" : "%1$s dosyasına erişim parolası size gönderildi", |