diff --git a/l10n/es.js b/l10n/es.js index d26cc376..4212ea14 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -75,6 +75,7 @@ OC.L10N.register( "Boost" : "Refuerzo", "Like" : "Me gusta", "Undo Like" : "Deshacer Me gusta", + "Choose a visibility" : "Seleccione su visibilidad", "Go to Social app" : "Ir a la app Social", "Error getting Social notifications" : "Error obteniendo las notificaciones Social", "No Social notifications!" : "¡No hay notificaciones de Social!", @@ -102,8 +103,12 @@ OC.L10N.register( "Since you are new to Social, start by following the official Nextcloud account so you don't miss any news" : "Dado que es eres nuevo en Social, empieza siguiendo la cuenta oficial de Nextcloud para no perderte ninguna noticia", "Follow Nextcloud on mastodon.xyz" : "Seguir a Nextcloud en mastodon.xyz", "Public" : "Público", + "Visible for all" : "Visible para todos", "Unlisted" : "Sin listar", + "Visible for all, but opted-out of discovery features" : "Visible para todos, pero excluyendo las características de descubrimiento", "Followers" : "Seguidores", - "Direct" : "Directo" + "Visible to followers only" : "Visible únicamente para seguidores", + "Direct" : "Directo", + "Visible to mentioned users only" : "Visible únicamente para usuarios mencionados" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es.json b/l10n/es.json index 4210201f..227d7d84 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -73,6 +73,7 @@ "Boost" : "Refuerzo", "Like" : "Me gusta", "Undo Like" : "Deshacer Me gusta", + "Choose a visibility" : "Seleccione su visibilidad", "Go to Social app" : "Ir a la app Social", "Error getting Social notifications" : "Error obteniendo las notificaciones Social", "No Social notifications!" : "¡No hay notificaciones de Social!", @@ -100,8 +101,12 @@ "Since you are new to Social, start by following the official Nextcloud account so you don't miss any news" : "Dado que es eres nuevo en Social, empieza siguiendo la cuenta oficial de Nextcloud para no perderte ninguna noticia", "Follow Nextcloud on mastodon.xyz" : "Seguir a Nextcloud en mastodon.xyz", "Public" : "Público", + "Visible for all" : "Visible para todos", "Unlisted" : "Sin listar", + "Visible for all, but opted-out of discovery features" : "Visible para todos, pero excluyendo las características de descubrimiento", "Followers" : "Seguidores", - "Direct" : "Directo" + "Visible to followers only" : "Visible únicamente para seguidores", + "Direct" : "Directo", + "Visible to mentioned users only" : "Visible únicamente para usuarios mencionados" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/l10n/tr.js b/l10n/tr.js index 70b0adfb..4bc49329 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -75,6 +75,7 @@ OC.L10N.register( "Boost" : "Yükselt", "Like" : "Beğen", "Undo Like" : "Beğenmeyi geri al", + "Choose a visibility" : "Bir görünürlük seçin", "Go to Social app" : "Sosyal ağ uygulamasına git", "Error getting Social notifications" : "Sosyal ağ bildirimleri alınırken sorun çıktı", "No Social notifications!" : "Herhangi bir Sosyal ağ bildirimi yok!", @@ -102,8 +103,12 @@ OC.L10N.register( "Since you are new to Social, start by following the official Nextcloud account so you don't miss any news" : "Sosyal ağ kullanmaya yeni başladığınızdan, haberleri kaçırmamak için resmi Nextcloud hesabını takibe başlayın", "Follow Nextcloud on mastodon.xyz" : "mastodon.xyz üzerindeki Nextcloud hesabını takip et", "Public" : "Herkese açık", + "Visible for all" : "Herkese görünür", "Unlisted" : "Listelenmemiş", + "Visible for all, but opted-out of discovery features" : "Herkese görünür ancak keşif özellikleri kullanılamaz", "Followers" : "Takipçiler", - "Direct" : "Doğrudan" + "Visible to followers only" : "Yalnızca takipçilere görüntülenir", + "Direct" : "Doğrudan", + "Visible to mentioned users only" : "Yalnızca anılan kullanıcılara görüntülenir" }, "nplurals=2; plural=(n > 1);"); diff --git a/l10n/tr.json b/l10n/tr.json index 62d1612b..2b153527 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -73,6 +73,7 @@ "Boost" : "Yükselt", "Like" : "Beğen", "Undo Like" : "Beğenmeyi geri al", + "Choose a visibility" : "Bir görünürlük seçin", "Go to Social app" : "Sosyal ağ uygulamasına git", "Error getting Social notifications" : "Sosyal ağ bildirimleri alınırken sorun çıktı", "No Social notifications!" : "Herhangi bir Sosyal ağ bildirimi yok!", @@ -100,8 +101,12 @@ "Since you are new to Social, start by following the official Nextcloud account so you don't miss any news" : "Sosyal ağ kullanmaya yeni başladığınızdan, haberleri kaçırmamak için resmi Nextcloud hesabını takibe başlayın", "Follow Nextcloud on mastodon.xyz" : "mastodon.xyz üzerindeki Nextcloud hesabını takip et", "Public" : "Herkese açık", + "Visible for all" : "Herkese görünür", "Unlisted" : "Listelenmemiş", + "Visible for all, but opted-out of discovery features" : "Herkese görünür ancak keşif özellikleri kullanılamaz", "Followers" : "Takipçiler", - "Direct" : "Doğrudan" + "Visible to followers only" : "Yalnızca takipçilere görüntülenir", + "Direct" : "Doğrudan", + "Visible to mentioned users only" : "Yalnızca anılan kullanıcılara görüntülenir" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file