diff options
Diffstat (limited to 'apps')
28 files changed, 58 insertions, 30 deletions
diff --git a/apps/dav/l10n/de.js b/apps/dav/l10n/de.js index 42c595cb58c..5c17326c648 100644 --- a/apps/dav/l10n/de.js +++ b/apps/dav/l10n/de.js @@ -98,6 +98,7 @@ OC.L10N.register( "Hence they will not be available immediately after enabling but will show up after some time." : "Die Einträge werden nicht sofort angezeigt. Nach der Aktivierung wird es ein wenig dauern bis zur Anzeige.", "Send notifications for events" : "Sende Benachrichtigungen für Ereignisse", "Notifications will be send through background jobs, so these need to happen often enough." : "Benachrichtigungen werden von Hintergrundjobs erstellt, sodass diese häufig genug ausgeführt werden müssen.", + "Enable notifications for events via push" : "Benachrichtigungen für Ereignisse per Push aktivieren", "%s via %s" : "%s über %s", "The meeting »%s« with %s was canceled." : "Der Termin »%s« mit %s wurde abgesagt.", "The meeting »%s« with %s was updated." : "Der Termin »%s« mit %s wurde aktualisiert.", diff --git a/apps/dav/l10n/de.json b/apps/dav/l10n/de.json index 67cb548cb74..9938b7d8029 100644 --- a/apps/dav/l10n/de.json +++ b/apps/dav/l10n/de.json @@ -96,6 +96,7 @@ "Hence they will not be available immediately after enabling but will show up after some time." : "Die Einträge werden nicht sofort angezeigt. Nach der Aktivierung wird es ein wenig dauern bis zur Anzeige.", "Send notifications for events" : "Sende Benachrichtigungen für Ereignisse", "Notifications will be send through background jobs, so these need to happen often enough." : "Benachrichtigungen werden von Hintergrundjobs erstellt, sodass diese häufig genug ausgeführt werden müssen.", + "Enable notifications for events via push" : "Benachrichtigungen für Ereignisse per Push aktivieren", "%s via %s" : "%s über %s", "The meeting »%s« with %s was canceled." : "Der Termin »%s« mit %s wurde abgesagt.", "The meeting »%s« with %s was updated." : "Der Termin »%s« mit %s wurde aktualisiert.", diff --git a/apps/dav/l10n/de_DE.js b/apps/dav/l10n/de_DE.js index deb50292ca0..1bd03acbeeb 100644 --- a/apps/dav/l10n/de_DE.js +++ b/apps/dav/l10n/de_DE.js @@ -98,6 +98,7 @@ OC.L10N.register( "Hence they will not be available immediately after enabling but will show up after some time." : "Die Einträge werden nicht sofort angezeigt. Nach der Aktivierung wird es ein wenig dauern bis zur Anzeige.", "Send notifications for events" : "Sende Benachrichtigungen für Ereignisse", "Notifications will be send through background jobs, so these need to happen often enough." : "Benachrichtigungen werden von Hintergrundjobs erstellt, sodass diese häufig genug ausgeführt werden müssen.", + "Enable notifications for events via push" : "Benachrichtigungen für Ereignisse per Push aktivieren", "%s via %s" : "%s über %s", "The meeting »%s« with %s was canceled." : "Der Termin »%s« mit %s wurde abgesagt.", "The meeting »%s« with %s was updated." : "Der Termin »%s« mit %s wurde aktualisiert.", diff --git a/apps/dav/l10n/de_DE.json b/apps/dav/l10n/de_DE.json index 4340cd90087..02bce4db7c4 100644 --- a/apps/dav/l10n/de_DE.json +++ b/apps/dav/l10n/de_DE.json @@ -96,6 +96,7 @@ "Hence they will not be available immediately after enabling but will show up after some time." : "Die Einträge werden nicht sofort angezeigt. Nach der Aktivierung wird es ein wenig dauern bis zur Anzeige.", "Send notifications for events" : "Sende Benachrichtigungen für Ereignisse", "Notifications will be send through background jobs, so these need to happen often enough." : "Benachrichtigungen werden von Hintergrundjobs erstellt, sodass diese häufig genug ausgeführt werden müssen.", + "Enable notifications for events via push" : "Benachrichtigungen für Ereignisse per Push aktivieren", "%s via %s" : "%s über %s", "The meeting »%s« with %s was canceled." : "Der Termin »%s« mit %s wurde abgesagt.", "The meeting »%s« with %s was updated." : "Der Termin »%s« mit %s wurde aktualisiert.", diff --git a/apps/dav/l10n/fr.js b/apps/dav/l10n/fr.js index 7c02c3cc8f2..f8ea6c8f2c0 100644 --- a/apps/dav/l10n/fr.js +++ b/apps/dav/l10n/fr.js @@ -98,6 +98,7 @@ OC.L10N.register( "Hence they will not be available immediately after enabling but will show up after some time." : "Par conséquent, ils ne seront pas disponibles immédiatement après l'activation mais apparaîtront après un certain temps.", "Send notifications for events" : "Envoyer une notification pour les évènements", "Notifications will be send through background jobs, so these need to happen often enough." : "Les notifications seront envoyées par des tâches de fond, qui doivent par conséquent être exécutées régulièrement.", + "Enable notifications for events via push" : "Activer les notifications push pour les évènements", "%s via %s" : "%s via %s", "The meeting »%s« with %s was canceled." : "La réunion «%s» avec %s a été annulée.", "The meeting »%s« with %s was updated." : "La réunion «%s» avec %s a été mise à jour.", diff --git a/apps/dav/l10n/fr.json b/apps/dav/l10n/fr.json index af3014a8d72..40918a9d987 100644 --- a/apps/dav/l10n/fr.json +++ b/apps/dav/l10n/fr.json @@ -96,6 +96,7 @@ "Hence they will not be available immediately after enabling but will show up after some time." : "Par conséquent, ils ne seront pas disponibles immédiatement après l'activation mais apparaîtront après un certain temps.", "Send notifications for events" : "Envoyer une notification pour les évènements", "Notifications will be send through background jobs, so these need to happen often enough." : "Les notifications seront envoyées par des tâches de fond, qui doivent par conséquent être exécutées régulièrement.", + "Enable notifications for events via push" : "Activer les notifications push pour les évènements", "%s via %s" : "%s via %s", "The meeting »%s« with %s was canceled." : "La réunion «%s» avec %s a été annulée.", "The meeting »%s« with %s was updated." : "La réunion «%s» avec %s a été mise à jour.", diff --git a/apps/dav/l10n/gl.js b/apps/dav/l10n/gl.js index 7a8073504f3..b188979b1f5 100644 --- a/apps/dav/l10n/gl.js +++ b/apps/dav/l10n/gl.js @@ -98,6 +98,7 @@ OC.L10N.register( "Hence they will not be available immediately after enabling but will show up after some time." : "Por isto, non estarán dispoñíbeis inmediatamente tras activalos, senón que aparecerán após certo tempo", "Send notifications for events" : "Enviar notificacións para eventos", "Notifications will be send through background jobs, so these need to happen often enough." : "As notificacións enviaranse mediante procesos en segundo plano, polo que estes teñen que suceder bastante a miúdo.", + "Enable notifications for events via push" : "Enviar notificacións para eventos mediante «push»", "%s via %s" : "%s mediante %s", "The meeting »%s« with %s was canceled." : "A xuntanza «%s» con %s foi cancelada.", "The meeting »%s« with %s was updated." : "A xuntanza «%s» con %s foi actualizada.", diff --git a/apps/dav/l10n/gl.json b/apps/dav/l10n/gl.json index c6c08281cf6..d28e47b2acd 100644 --- a/apps/dav/l10n/gl.json +++ b/apps/dav/l10n/gl.json @@ -96,6 +96,7 @@ "Hence they will not be available immediately after enabling but will show up after some time." : "Por isto, non estarán dispoñíbeis inmediatamente tras activalos, senón que aparecerán após certo tempo", "Send notifications for events" : "Enviar notificacións para eventos", "Notifications will be send through background jobs, so these need to happen often enough." : "As notificacións enviaranse mediante procesos en segundo plano, polo que estes teñen que suceder bastante a miúdo.", + "Enable notifications for events via push" : "Enviar notificacións para eventos mediante «push»", "%s via %s" : "%s mediante %s", "The meeting »%s« with %s was canceled." : "A xuntanza «%s» con %s foi cancelada.", "The meeting »%s« with %s was updated." : "A xuntanza «%s» con %s foi actualizada.", diff --git a/apps/dav/l10n/pl.js b/apps/dav/l10n/pl.js index 1be3c7b4309..ddc28711e3c 100644 --- a/apps/dav/l10n/pl.js +++ b/apps/dav/l10n/pl.js @@ -98,6 +98,7 @@ OC.L10N.register( "Hence they will not be available immediately after enabling but will show up after some time." : "Dlatego nie będą dostępne natychmiast po włączeniu, ale pojawią się po pewnym czasie.", "Send notifications for events" : "Wysyłaj powiadomienia o wydarzeniach", "Notifications will be send through background jobs, so these need to happen often enough." : "Powiadomienia będą wysyłane za pośrednictwem zadań w tle, więc mogą pojawiać się one dosyć często.", + "Enable notifications for events via push" : "Włącz powiadomienia o zdarzeniach poprzez push", "%s via %s" : "%s przez %s", "The meeting »%s« with %s was canceled." : "Spotkanie »%s« z %s zostało anulowane.", "The meeting »%s« with %s was updated." : "Spotkanie »%s« z %s zostało zaktualizowane.", diff --git a/apps/dav/l10n/pl.json b/apps/dav/l10n/pl.json index 61fbc7684e2..cf75c43e5f6 100644 --- a/apps/dav/l10n/pl.json +++ b/apps/dav/l10n/pl.json @@ -96,6 +96,7 @@ "Hence they will not be available immediately after enabling but will show up after some time." : "Dlatego nie będą dostępne natychmiast po włączeniu, ale pojawią się po pewnym czasie.", "Send notifications for events" : "Wysyłaj powiadomienia o wydarzeniach", "Notifications will be send through background jobs, so these need to happen often enough." : "Powiadomienia będą wysyłane za pośrednictwem zadań w tle, więc mogą pojawiać się one dosyć często.", + "Enable notifications for events via push" : "Włącz powiadomienia o zdarzeniach poprzez push", "%s via %s" : "%s przez %s", "The meeting »%s« with %s was canceled." : "Spotkanie »%s« z %s zostało anulowane.", "The meeting »%s« with %s was updated." : "Spotkanie »%s« z %s zostało zaktualizowane.", diff --git a/apps/dav/l10n/pt_BR.js b/apps/dav/l10n/pt_BR.js index b3fd25d7dfa..271c82c59d1 100644 --- a/apps/dav/l10n/pt_BR.js +++ b/apps/dav/l10n/pt_BR.js @@ -98,6 +98,7 @@ OC.L10N.register( "Hence they will not be available immediately after enabling but will show up after some time." : "Portanto, eles não estarão disponíveis imediatamente após a ativação, mas depois de algum tempo.", "Send notifications for events" : "Enviar notificações para eventos", "Notifications will be send through background jobs, so these need to happen often enough." : "As notificações serão enviadas por meio de tarefas em segundo plano. Portanto, elas precisam acontecer com frequência suficiente.", + "Enable notifications for events via push" : "Ativar notificações para eventos via push", "%s via %s" : "%s via %s", "The meeting »%s« with %s was canceled." : "A reunião »%s« com %s foi cancelada.", "The meeting »%s« with %s was updated." : "A reunião »%s« com %s foi atualizada..", diff --git a/apps/dav/l10n/pt_BR.json b/apps/dav/l10n/pt_BR.json index d7173f759f6..bf7cb6486f2 100644 --- a/apps/dav/l10n/pt_BR.json +++ b/apps/dav/l10n/pt_BR.json @@ -96,6 +96,7 @@ "Hence they will not be available immediately after enabling but will show up after some time." : "Portanto, eles não estarão disponíveis imediatamente após a ativação, mas depois de algum tempo.", "Send notifications for events" : "Enviar notificações para eventos", "Notifications will be send through background jobs, so these need to happen often enough." : "As notificações serão enviadas por meio de tarefas em segundo plano. Portanto, elas precisam acontecer com frequência suficiente.", + "Enable notifications for events via push" : "Ativar notificações para eventos via push", "%s via %s" : "%s via %s", "The meeting »%s« with %s was canceled." : "A reunião »%s« com %s foi cancelada.", "The meeting »%s« with %s was updated." : "A reunião »%s« com %s foi atualizada..", diff --git a/apps/dav/l10n/sv.js b/apps/dav/l10n/sv.js index fbe4c2dbe24..4b1b8b2201f 100644 --- a/apps/dav/l10n/sv.js +++ b/apps/dav/l10n/sv.js @@ -98,6 +98,7 @@ OC.L10N.register( "Hence they will not be available immediately after enabling but will show up after some time." : "Därför kommer de inte vara tillgängliga direkt efter aktivering men kommer dyka upp efter en tid.", "Send notifications for events" : "Skicka aviseringar för händelser", "Notifications will be send through background jobs, so these need to happen often enough." : "Meddelanden skickas genom bakgrundsjobb, så dessa måste ske tillräckligt ofta.", + "Enable notifications for events via push" : "Aktivera aviseringar för händelser via push", "%s via %s" : "%s via %s", "The meeting »%s« with %s was canceled." : "Mötet »%s« med%s avbröts.", "The meeting »%s« with %s was updated." : "Mötet »%s« med %s uppdaterades.", diff --git a/apps/dav/l10n/sv.json b/apps/dav/l10n/sv.json index 81d17e97505..9e168a33ab1 100644 --- a/apps/dav/l10n/sv.json +++ b/apps/dav/l10n/sv.json @@ -96,6 +96,7 @@ "Hence they will not be available immediately after enabling but will show up after some time." : "Därför kommer de inte vara tillgängliga direkt efter aktivering men kommer dyka upp efter en tid.", "Send notifications for events" : "Skicka aviseringar för händelser", "Notifications will be send through background jobs, so these need to happen often enough." : "Meddelanden skickas genom bakgrundsjobb, så dessa måste ske tillräckligt ofta.", + "Enable notifications for events via push" : "Aktivera aviseringar för händelser via push", "%s via %s" : "%s via %s", "The meeting »%s« with %s was canceled." : "Mötet »%s« med%s avbröts.", "The meeting »%s« with %s was updated." : "Mötet »%s« med %s uppdaterades.", diff --git a/apps/dav/l10n/tr.js b/apps/dav/l10n/tr.js index 36076f6aa3b..f156fd0f939 100644 --- a/apps/dav/l10n/tr.js +++ b/apps/dav/l10n/tr.js @@ -98,6 +98,7 @@ OC.L10N.register( "Hence they will not be available immediately after enabling but will show up after some time." : "Etkinleştirildikten hemen sonra görüntülenmez, bir süre sonra görüntülenir.", "Send notifications for events" : "Etkinlik bildirimleri gönderilsin", "Notifications will be send through background jobs, so these need to happen often enough." : "Bildirimler arka plan işlemleri tarafından gönderilir. Bu nedenle sıklık değeri uygun şekilde ayarlanmalıdır.", + "Enable notifications for events via push" : "Anında etkinlik bildirimleri kullanılsın", "%s via %s" : "%s, %s aracılığıyla", "The meeting »%s« with %s was canceled." : "Bu »%s« görüşmesi %s ile yapılacakken iptal edildi.", "The meeting »%s« with %s was updated." : "Bu »%s« görüşmesi %s ile yapılacakken güncellendi.", diff --git a/apps/dav/l10n/tr.json b/apps/dav/l10n/tr.json index c93e37b8aad..368a3665ca7 100644 --- a/apps/dav/l10n/tr.json +++ b/apps/dav/l10n/tr.json @@ -96,6 +96,7 @@ "Hence they will not be available immediately after enabling but will show up after some time." : "Etkinleştirildikten hemen sonra görüntülenmez, bir süre sonra görüntülenir.", "Send notifications for events" : "Etkinlik bildirimleri gönderilsin", "Notifications will be send through background jobs, so these need to happen often enough." : "Bildirimler arka plan işlemleri tarafından gönderilir. Bu nedenle sıklık değeri uygun şekilde ayarlanmalıdır.", + "Enable notifications for events via push" : "Anında etkinlik bildirimleri kullanılsın", "%s via %s" : "%s, %s aracılığıyla", "The meeting »%s« with %s was canceled." : "Bu »%s« görüşmesi %s ile yapılacakken iptal edildi.", "The meeting »%s« with %s was updated." : "Bu »%s« görüşmesi %s ile yapılacakken güncellendi.", diff --git a/apps/files/l10n/lv.js b/apps/files/l10n/lv.js index d91367265d7..eecb13b7a6b 100644 --- a/apps/files/l10n/lv.js +++ b/apps/files/l10n/lv.js @@ -16,7 +16,7 @@ OC.L10N.register( "Could not create folder \"{dir}\"" : "Nevarēja izveidot mapi \"{dir}\"", "This will stop your current uploads." : "Tādējādi tiks pārtraukta jūsu pašreizējā augšupielāde.", "Upload cancelled." : "Augšupielāde ir atcelta.", - "Processing files …" : "Notiek failu apstrāde …", + "Processing files …" : "Notiek datņu apstrāde …", "…" : "…", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Neizdodas augšupielādēt {filename}, jo tā ir vai nu mape vai 0 baitu saturoša datne.", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nav pietiekami daudz brīvas vietas. Tiek augšupielādēti {size1}, bet pieejami tikai {size2}", @@ -118,7 +118,7 @@ OC.L10N.register( "Upload too large" : "Datne ir par lielu, lai to augšupielādētu", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Augšupielādējamās datnes pārsniedz servera pieļaujamo datņu augšupielādes apjomu", "Files and folders you mark as favorite will show up here" : "Datnes un mapes, ko atzīmēsiet kā favorītus, tiks rādīti šeit", - "Tags" : "Atzīmes", + "Tags" : "Birkas", "Deleted files" : "Dzēstās datnes", "Shares" : "Koplietots", "Shared with others" : "Koplietots ar citiem", diff --git a/apps/files/l10n/lv.json b/apps/files/l10n/lv.json index 406265ab6b2..1ed51659bf7 100644 --- a/apps/files/l10n/lv.json +++ b/apps/files/l10n/lv.json @@ -14,7 +14,7 @@ "Could not create folder \"{dir}\"" : "Nevarēja izveidot mapi \"{dir}\"", "This will stop your current uploads." : "Tādējādi tiks pārtraukta jūsu pašreizējā augšupielāde.", "Upload cancelled." : "Augšupielāde ir atcelta.", - "Processing files …" : "Notiek failu apstrāde …", + "Processing files …" : "Notiek datņu apstrāde …", "…" : "…", "Unable to upload {filename} as it is a directory or has 0 bytes" : "Neizdodas augšupielādēt {filename}, jo tā ir vai nu mape vai 0 baitu saturoša datne.", "Not enough free space, you are uploading {size1} but only {size2} is left" : "Nav pietiekami daudz brīvas vietas. Tiek augšupielādēti {size1}, bet pieejami tikai {size2}", @@ -116,7 +116,7 @@ "Upload too large" : "Datne ir par lielu, lai to augšupielādētu", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Augšupielādējamās datnes pārsniedz servera pieļaujamo datņu augšupielādes apjomu", "Files and folders you mark as favorite will show up here" : "Datnes un mapes, ko atzīmēsiet kā favorītus, tiks rādīti šeit", - "Tags" : "Atzīmes", + "Tags" : "Birkas", "Deleted files" : "Dzēstās datnes", "Shares" : "Koplietots", "Shared with others" : "Koplietots ar citiem", diff --git a/apps/files_external/l10n/lv.js b/apps/files_external/l10n/lv.js index 5cee75b5348..d23b83a8084 100644 --- a/apps/files_external/l10n/lv.js +++ b/apps/files_external/l10n/lv.js @@ -6,7 +6,7 @@ OC.L10N.register( "System" : "Sistēma", "Grant access" : "Piešķirt pieeju", "Error configuring OAuth1" : "Konfigurēšanas kļūda OAuth1", - "Please provide a valid app key and secret." : "Lūdzu, norādiet derīgu programmas atslēgu un noslēpumu.", + "Please provide a valid app key and secret." : "Lūdzu, norādiet derīgu lietotnes atslēgu un noslēpumu.", "Error configuring OAuth2" : "Konfigurēšanas kļūda OAuth2", "Generate keys" : "Izveidot atslēgas", "Error generating key pair" : "Kļūda, ģenerējot atslēgu pāri", @@ -36,7 +36,7 @@ OC.L10N.register( "Secret key" : "Slepenā atslēga", "None" : "Nav", "OAuth1" : "OAuth1", - "App key" : "Programmas atslēga", + "App key" : "Lietotnes atslēga", "OAuth2" : "OAuth2", "Client ID" : "Klienta ID", "Domain" : "Domain", diff --git a/apps/files_external/l10n/lv.json b/apps/files_external/l10n/lv.json index f4f0beebb0a..6cced8de42e 100644 --- a/apps/files_external/l10n/lv.json +++ b/apps/files_external/l10n/lv.json @@ -4,7 +4,7 @@ "System" : "Sistēma", "Grant access" : "Piešķirt pieeju", "Error configuring OAuth1" : "Konfigurēšanas kļūda OAuth1", - "Please provide a valid app key and secret." : "Lūdzu, norādiet derīgu programmas atslēgu un noslēpumu.", + "Please provide a valid app key and secret." : "Lūdzu, norādiet derīgu lietotnes atslēgu un noslēpumu.", "Error configuring OAuth2" : "Konfigurēšanas kļūda OAuth2", "Generate keys" : "Izveidot atslēgas", "Error generating key pair" : "Kļūda, ģenerējot atslēgu pāri", @@ -34,7 +34,7 @@ "Secret key" : "Slepenā atslēga", "None" : "Nav", "OAuth1" : "OAuth1", - "App key" : "Programmas atslēga", + "App key" : "Lietotnes atslēga", "OAuth2" : "OAuth2", "Client ID" : "Klienta ID", "Domain" : "Domain", diff --git a/apps/files_sharing/l10n/lv.js b/apps/files_sharing/l10n/lv.js index d68700fe23d..7b04f02c35e 100644 --- a/apps/files_sharing/l10n/lv.js +++ b/apps/files_sharing/l10n/lv.js @@ -4,12 +4,17 @@ OC.L10N.register( "Shared with others" : "Koplietots ar citiem", "Shared with you" : "Koplietots ar tevi", "Shared by link" : "Koplietots ar saiti", + "Deleted shares" : "Dzēstās koplietotnes", + "Shares" : "Koplietots", "Nothing shared with you yet" : "Nekas vēl nav koplietots", "Files and folders others share with you will show up here" : "Datnes un mapes, ko citi koplietos ar tevi, tiks rādīti šeit", "Nothing shared yet" : "Nekas vēl nav koplietots", "Files and folders you share will show up here" : "Datnes un mapes, ko koplietosi ar citiem, tiks rādīti šeit", "No shared links" : "Nav koplietotu saišu", "Files and folders you share by link will show up here" : "Datnes un mapes, ko koplietosi ar saitēm, tiks rādīti šeit", + "No deleted shares" : "Nav dzēstu koplietotņu", + "Shares you deleted will show up here" : "Koplietotnes, kuras izdzēsīsi, tiks rādītas šeit", + "No shares" : "Nav koplietotnes", "Download" : "Lejupielādēt", "You can upload into this folder" : "Jūs variet augšuplādēt šajā mapē", "No compatible server found at {remote}" : "Nav atrasts neviens saderīgs serveris {remote}", @@ -54,6 +59,7 @@ OC.L10N.register( "Direct link" : "Tiešā saite", "Add to your Nextcloud" : "Pievienot savam Nextcloud", "Share API is disabled" : "Koplietošanas API ir atslēgta", + "File sharing" : "Datņu koplietošana", "Share" : "Koplietot", "Sharing" : "Koplietošana", "No entries found in this folder" : "Šajā mapē nekas nav atrasts", diff --git a/apps/files_sharing/l10n/lv.json b/apps/files_sharing/l10n/lv.json index 5d42acfc870..89d17c81842 100644 --- a/apps/files_sharing/l10n/lv.json +++ b/apps/files_sharing/l10n/lv.json @@ -2,12 +2,17 @@ "Shared with others" : "Koplietots ar citiem", "Shared with you" : "Koplietots ar tevi", "Shared by link" : "Koplietots ar saiti", + "Deleted shares" : "Dzēstās koplietotnes", + "Shares" : "Koplietots", "Nothing shared with you yet" : "Nekas vēl nav koplietots", "Files and folders others share with you will show up here" : "Datnes un mapes, ko citi koplietos ar tevi, tiks rādīti šeit", "Nothing shared yet" : "Nekas vēl nav koplietots", "Files and folders you share will show up here" : "Datnes un mapes, ko koplietosi ar citiem, tiks rādīti šeit", "No shared links" : "Nav koplietotu saišu", "Files and folders you share by link will show up here" : "Datnes un mapes, ko koplietosi ar saitēm, tiks rādīti šeit", + "No deleted shares" : "Nav dzēstu koplietotņu", + "Shares you deleted will show up here" : "Koplietotnes, kuras izdzēsīsi, tiks rādītas šeit", + "No shares" : "Nav koplietotnes", "Download" : "Lejupielādēt", "You can upload into this folder" : "Jūs variet augšuplādēt šajā mapē", "No compatible server found at {remote}" : "Nav atrasts neviens saderīgs serveris {remote}", @@ -52,6 +57,7 @@ "Direct link" : "Tiešā saite", "Add to your Nextcloud" : "Pievienot savam Nextcloud", "Share API is disabled" : "Koplietošanas API ir atslēgta", + "File sharing" : "Datņu koplietošana", "Share" : "Koplietot", "Sharing" : "Koplietošana", "No entries found in this folder" : "Šajā mapē nekas nav atrasts", diff --git a/apps/sharebymail/l10n/pt_BR.js b/apps/sharebymail/l10n/pt_BR.js index 81adc75a1d8..317984dccba 100644 --- a/apps/sharebymail/l10n/pt_BR.js +++ b/apps/sharebymail/l10n/pt_BR.js @@ -16,10 +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", + "You unshared %1$s from %2$s by mail" : "Você descompartilhou %1$s de %2$s por e-mail", + "You unshared {file} from {email} by mail" : "Você descompartilhou {file} de {email} por e-mail", + "%3$s unshared %1$s from %2$s by mail" : "%3$s descompartilhou %1$s de %2$s por e-mail", + "{actor} unshared {file} from {email} by mail" : "{actor} descompartilhou {file} de {email} por e-mail", "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 bbb943c7eb4..f5c27c1e864 100644 --- a/apps/sharebymail/l10n/pt_BR.json +++ b/apps/sharebymail/l10n/pt_BR.json @@ -14,10 +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", + "You unshared %1$s from %2$s by mail" : "Você descompartilhou %1$s de %2$s por e-mail", + "You unshared {file} from {email} by mail" : "Você descompartilhou {file} de {email} por e-mail", + "%3$s unshared %1$s from %2$s by mail" : "%3$s descompartilhou %1$s de %2$s por e-mail", + "{actor} unshared {file} from {email} by mail" : "{actor} descompartilhou {file} de {email} por e-mail", "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/systemtags/l10n/lv.js b/apps/systemtags/l10n/lv.js index d50b77044da..575756aa8cd 100644 --- a/apps/systemtags/l10n/lv.js +++ b/apps/systemtags/l10n/lv.js @@ -1,7 +1,7 @@ OC.L10N.register( "systemtags", { - "Tags" : "Atzīmes", + "Tags" : "Birkas", "Update" : "Atjaunināt", "Create" : "Izveidot", "Select tag…" : "Izvēlies atzīmi...", @@ -35,12 +35,12 @@ OC.L10N.register( "{actor} removed system tag {systemtag} from {file}" : "{actor} noņēma sistēmas atzīmi {systemtag} no {file}", "%s (restricted)" : "%s (ierobežots)", "%s (invisible)" : "%s (neredzams)", - "<strong>System tags</strong> for a file have been modified" : "<strong>Sistēmas atzīmes</strong> failam tikušas mainītas", - "Collaborative tags" : "Sadarbības atzīmes", + "<strong>System tags</strong> for a file have been modified" : "<strong>Sistēmas birkas</strong> datnei tikušas mainītas", + "Collaborative tags" : "Sadarbības birkas", "Tagged files" : "Atzīmētās datnes", - "Select tags to filter by" : "Izvēlies atzīmes pēc kā filtrēt", + "Select tags to filter by" : "Izvēlies birkas pēc kā filtrēt", "No tags found" : "Netika atrasta neviena atzīme", - "Please select tags to filter by" : "Lūdzu izvēlies atzīmes pēc kā filtrēt", + "Please select tags to filter by" : "Lūdzu izvēlies birkas pēc kā filtrēt", "No files found for the selected tags" : "Datnes ar atlasītām atzīmēm netika atrastas", "Select tag …" : "Izvēlies atzīmi...", "Name" : "Nosaukums", diff --git a/apps/systemtags/l10n/lv.json b/apps/systemtags/l10n/lv.json index 806f1cdb06f..3aedc234c2b 100644 --- a/apps/systemtags/l10n/lv.json +++ b/apps/systemtags/l10n/lv.json @@ -1,5 +1,5 @@ { "translations": { - "Tags" : "Atzīmes", + "Tags" : "Birkas", "Update" : "Atjaunināt", "Create" : "Izveidot", "Select tag…" : "Izvēlies atzīmi...", @@ -33,12 +33,12 @@ "{actor} removed system tag {systemtag} from {file}" : "{actor} noņēma sistēmas atzīmi {systemtag} no {file}", "%s (restricted)" : "%s (ierobežots)", "%s (invisible)" : "%s (neredzams)", - "<strong>System tags</strong> for a file have been modified" : "<strong>Sistēmas atzīmes</strong> failam tikušas mainītas", - "Collaborative tags" : "Sadarbības atzīmes", + "<strong>System tags</strong> for a file have been modified" : "<strong>Sistēmas birkas</strong> datnei tikušas mainītas", + "Collaborative tags" : "Sadarbības birkas", "Tagged files" : "Atzīmētās datnes", - "Select tags to filter by" : "Izvēlies atzīmes pēc kā filtrēt", + "Select tags to filter by" : "Izvēlies birkas pēc kā filtrēt", "No tags found" : "Netika atrasta neviena atzīme", - "Please select tags to filter by" : "Lūdzu izvēlies atzīmes pēc kā filtrēt", + "Please select tags to filter by" : "Lūdzu izvēlies birkas pēc kā filtrēt", "No files found for the selected tags" : "Datnes ar atlasītām atzīmēm netika atrastas", "Select tag …" : "Izvēlies atzīmi...", "Name" : "Nosaukums", diff --git a/apps/workflowengine/l10n/lv.js b/apps/workflowengine/l10n/lv.js index 96e6916c069..5303d0c4bf4 100644 --- a/apps/workflowengine/l10n/lv.js +++ b/apps/workflowengine/l10n/lv.js @@ -12,7 +12,7 @@ OC.L10N.register( "less or equals" : "mazāks vai vienāds ar", "greater or equals" : "lielāks vai vienāds ar", "greater" : "lielāks", - "File system tag" : "Failu sistēmas atzīme", + "File system tag" : "Failu sistēmas birka", "is tagged with" : "atzīmēts ar", "is not tagged with" : "nav atzīmēts ar", "Select tag…" : "Izvēlies atzīmi...", @@ -50,7 +50,7 @@ OC.L10N.register( "Add rule group" : "Pievienot kārtulu grupas", "The given operator is invalid" : "Norādītais operators ir nederīgs", "The given regular expression is invalid" : "Norādītā regulārā izteiksme nav derīga.", - "The given file size is invalid" : "Norādītais faila formāts nav derīgs", + "The given file size is invalid" : "Norādītais datnes formāts nav derīgs", "The given tag id is invalid" : "Norādītais birkas id ir nederīgs", "The given IP range is invalid" : "Norādītais IP diapazons ir nederīgs", "The given IP range is not valid for IPv4" : "Norādītais IP diapazons nav derīgs IPv4", diff --git a/apps/workflowengine/l10n/lv.json b/apps/workflowengine/l10n/lv.json index 3a501b7df90..826a73e4483 100644 --- a/apps/workflowengine/l10n/lv.json +++ b/apps/workflowengine/l10n/lv.json @@ -10,7 +10,7 @@ "less or equals" : "mazāks vai vienāds ar", "greater or equals" : "lielāks vai vienāds ar", "greater" : "lielāks", - "File system tag" : "Failu sistēmas atzīme", + "File system tag" : "Failu sistēmas birka", "is tagged with" : "atzīmēts ar", "is not tagged with" : "nav atzīmēts ar", "Select tag…" : "Izvēlies atzīmi...", @@ -48,7 +48,7 @@ "Add rule group" : "Pievienot kārtulu grupas", "The given operator is invalid" : "Norādītais operators ir nederīgs", "The given regular expression is invalid" : "Norādītā regulārā izteiksme nav derīga.", - "The given file size is invalid" : "Norādītais faila formāts nav derīgs", + "The given file size is invalid" : "Norādītais datnes formāts nav derīgs", "The given tag id is invalid" : "Norādītais birkas id ir nederīgs", "The given IP range is invalid" : "Norādītais IP diapazons ir nederīgs", "The given IP range is not valid for IPv4" : "Norādītais IP diapazons nav derīgs IPv4", |