kopia lustrzana https://github.com/nextcloud/social
Merge remote-tracking branch 'origin/master'
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>pull/270/head
commit
e8f60f5e1d
|
@ -17,6 +17,8 @@ Some requirements in this alpha stage are that your Nextcloud:
|
|||
- **🕸 Open standards:** We use the established [ActivityPub](https://en.wikipedia.org/wiki/ActivityPub) standard!
|
||||
- **🎨 Nice illustrations:** Made by [Katerina Limpitsouni of unDraw](https://undraw.co).
|
||||
|
||||
## Reset app
|
||||
If you want to reset all Social app data e.g. to change the domain used for Social, you can use `occ social:reset` (For how to use occ commands see documentation: [using the occ command](https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html)).
|
||||
|
||||
## Development setup
|
||||
|
||||
|
|
|
@ -45,6 +45,8 @@ OC.L10N.register(
|
|||
"Posts from other people on this instance will show up here" : "Posts von anderen Personen dieser Instanz werden hier angezeigt",
|
||||
"No global posts found" : "Keine globalen Posts gefunden",
|
||||
"Posts from federated instances will show up here" : "Posts von federierten Instanzen werden hier angezeigt",
|
||||
"User not found" : "Benutzer nicht gefunden",
|
||||
"Sorry, we could not find the account of {userId}" : "Das Konto von {userId} konnte nicht gefunden werden",
|
||||
"Nextcloud becomes part of the federated social networks!" : "Nextcloud wird Teil des Verbundes sozialer Netzwerke!",
|
||||
"We automatically created a Social account for you. Your Social ID is the same as your federated cloud ID:" : "Wir erstellen automatisch ein Social-Konto für Dich. Deine Social-ID ist die gleiche wie Deine Federated-Cloud-ID:",
|
||||
"Since you are new to Social, start by following the official Nextcloud account so you don't miss any news" : "Du bist neu bei Social, von daher empfehlen wir Dir dem Nextcloud-Konto zu folgen und so keine Neuigkeiten zu verpassen",
|
||||
|
|
|
@ -43,6 +43,8 @@
|
|||
"Posts from other people on this instance will show up here" : "Posts von anderen Personen dieser Instanz werden hier angezeigt",
|
||||
"No global posts found" : "Keine globalen Posts gefunden",
|
||||
"Posts from federated instances will show up here" : "Posts von federierten Instanzen werden hier angezeigt",
|
||||
"User not found" : "Benutzer nicht gefunden",
|
||||
"Sorry, we could not find the account of {userId}" : "Das Konto von {userId} konnte nicht gefunden werden",
|
||||
"Nextcloud becomes part of the federated social networks!" : "Nextcloud wird Teil des Verbundes sozialer Netzwerke!",
|
||||
"We automatically created a Social account for you. Your Social ID is the same as your federated cloud ID:" : "Wir erstellen automatisch ein Social-Konto für Dich. Deine Social-ID ist die gleiche wie Deine Federated-Cloud-ID:",
|
||||
"Since you are new to Social, start by following the official Nextcloud account so you don't miss any news" : "Du bist neu bei Social, von daher empfehlen wir Dir dem Nextcloud-Konto zu folgen und so keine Neuigkeiten zu verpassen",
|
||||
|
|
|
@ -45,6 +45,8 @@ OC.L10N.register(
|
|||
"Posts from other people on this instance will show up here" : "Posts von anderen Personen dieser Instanz werden hier angezeigt",
|
||||
"No global posts found" : "Keine globalen Posts gefunden",
|
||||
"Posts from federated instances will show up here" : "Posts von federierten Instanzen werden hier angezeigt",
|
||||
"User not found" : "Benutzer nicht gefunden",
|
||||
"Sorry, we could not find the account of {userId}" : "Das Konto von {userId} konnte nicht gefunden werden",
|
||||
"Nextcloud becomes part of the federated social networks!" : "Nextcloud wird Teil des Verbundes sozialer Netzwerke! ",
|
||||
"We automatically created a Social account for you. Your Social ID is the same as your federated cloud ID:" : "Wir erstellen automatisch ein Social-Konto für Sie. Ihre Social-ID ist die gleiche wie Ihre Federated-Cloud-ID:",
|
||||
"Since you are new to Social, start by following the official Nextcloud account so you don't miss any news" : "Sie sind neu bei Social, von daher empfehlen wir Ihnen dem Nextcloud-Konto zu folgen und so keine Neuigkeiten zu verpassen",
|
||||
|
|
|
@ -43,6 +43,8 @@
|
|||
"Posts from other people on this instance will show up here" : "Posts von anderen Personen dieser Instanz werden hier angezeigt",
|
||||
"No global posts found" : "Keine globalen Posts gefunden",
|
||||
"Posts from federated instances will show up here" : "Posts von federierten Instanzen werden hier angezeigt",
|
||||
"User not found" : "Benutzer nicht gefunden",
|
||||
"Sorry, we could not find the account of {userId}" : "Das Konto von {userId} konnte nicht gefunden werden",
|
||||
"Nextcloud becomes part of the federated social networks!" : "Nextcloud wird Teil des Verbundes sozialer Netzwerke! ",
|
||||
"We automatically created a Social account for you. Your Social ID is the same as your federated cloud ID:" : "Wir erstellen automatisch ein Social-Konto für Sie. Ihre Social-ID ist die gleiche wie Ihre Federated-Cloud-ID:",
|
||||
"Since you are new to Social, start by following the official Nextcloud account so you don't miss any news" : "Sie sind neu bei Social, von daher empfehlen wir Ihnen dem Nextcloud-Konto zu folgen und so keine Neuigkeiten zu verpassen",
|
||||
|
|
|
@ -2,17 +2,24 @@ OC.L10N.register(
|
|||
"social",
|
||||
{
|
||||
"Social" : "Social",
|
||||
".well-known/webfinger isn't properly set up!" : ".well-known/webfinger n'est pas paramétré correctement !",
|
||||
"Open documentation" : "Ouvrir la documentation",
|
||||
"Finish setup" : "Terminer la configuration",
|
||||
"Home" : "Accueil",
|
||||
"Direct messages" : "Messages directs",
|
||||
"Profile" : "Profil",
|
||||
"Followers" : "Abonnés",
|
||||
"Public" : "Public",
|
||||
"Unfollow" : "Ne plus suivre",
|
||||
"Following" : "Suivi",
|
||||
"Follow" : "Suivre",
|
||||
"following" : "suivi",
|
||||
"followers" : "abonnés",
|
||||
"Searching for" : "Recherche de",
|
||||
"No direct messages found" : "Aucun message direct",
|
||||
"No local posts found" : "Aucun message local trouvé",
|
||||
"User not found" : "Utilisateur non trouvé",
|
||||
"Sorry, we could not find the account of {userId}" : "Désolé, impossible de trouver le compte {userId}",
|
||||
"Follow Nextcloud on mastodon.xyz" : "Suivez Nextcloud sur mastodon.xyz"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
|
|
@ -1,16 +1,23 @@
|
|||
{ "translations": {
|
||||
"Social" : "Social",
|
||||
".well-known/webfinger isn't properly set up!" : ".well-known/webfinger n'est pas paramétré correctement !",
|
||||
"Open documentation" : "Ouvrir la documentation",
|
||||
"Finish setup" : "Terminer la configuration",
|
||||
"Home" : "Accueil",
|
||||
"Direct messages" : "Messages directs",
|
||||
"Profile" : "Profil",
|
||||
"Followers" : "Abonnés",
|
||||
"Public" : "Public",
|
||||
"Unfollow" : "Ne plus suivre",
|
||||
"Following" : "Suivi",
|
||||
"Follow" : "Suivre",
|
||||
"following" : "suivi",
|
||||
"followers" : "abonnés",
|
||||
"Searching for" : "Recherche de",
|
||||
"No direct messages found" : "Aucun message direct",
|
||||
"No local posts found" : "Aucun message local trouvé",
|
||||
"User not found" : "Utilisateur non trouvé",
|
||||
"Sorry, we could not find the account of {userId}" : "Désolé, impossible de trouver le compte {userId}",
|
||||
"Follow Nextcloud on mastodon.xyz" : "Suivez Nextcloud sur mastodon.xyz"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
|
@ -45,6 +45,8 @@ OC.L10N.register(
|
|||
"Posts from other people on this instance will show up here" : "Commenti da altre persone su questa istanza saranno mostrati qui",
|
||||
"No global posts found" : "Nessun commento locale trovato",
|
||||
"Posts from federated instances will show up here" : "Commenti da istanze federate saranno mostrati qui",
|
||||
"User not found" : "Utente non trovato",
|
||||
"Sorry, we could not find the account of {userId}" : "Spiacenti, impossibile trovare l'account di {userId}",
|
||||
"Nextcloud becomes part of the federated social networks!" : "Nextcloud diventa parte delle reti sociali federate!",
|
||||
"We automatically created a Social account for you. Your Social ID is the same as your federated cloud ID:" : "Abbiamo creato automaticamente un account di Sociale per te. Il tuo ID di Sociale è lo stesso ID del cloud federato:",
|
||||
"Since you are new to Social, start by following the official Nextcloud account so you don't miss any news" : "Poiché sei nuovo di Sociale, inizia seguendo l'account ufficiale di Nextcloud in modo da non perdere le novità",
|
||||
|
|
|
@ -43,6 +43,8 @@
|
|||
"Posts from other people on this instance will show up here" : "Commenti da altre persone su questa istanza saranno mostrati qui",
|
||||
"No global posts found" : "Nessun commento locale trovato",
|
||||
"Posts from federated instances will show up here" : "Commenti da istanze federate saranno mostrati qui",
|
||||
"User not found" : "Utente non trovato",
|
||||
"Sorry, we could not find the account of {userId}" : "Spiacenti, impossibile trovare l'account di {userId}",
|
||||
"Nextcloud becomes part of the federated social networks!" : "Nextcloud diventa parte delle reti sociali federate!",
|
||||
"We automatically created a Social account for you. Your Social ID is the same as your federated cloud ID:" : "Abbiamo creato automaticamente un account di Sociale per te. Il tuo ID di Sociale è lo stesso ID del cloud federato:",
|
||||
"Since you are new to Social, start by following the official Nextcloud account so you don't miss any news" : "Poiché sei nuovo di Sociale, inizia seguendo l'account ufficiale di Nextcloud in modo da non perdere le novità",
|
||||
|
|
|
@ -45,6 +45,8 @@ OC.L10N.register(
|
|||
"Posts from other people on this instance will show up here" : "Postagens de outras pessoas desta instância aparecerão aqui",
|
||||
"No global posts found" : "Nenhuma postagem global encontrada",
|
||||
"Posts from federated instances will show up here" : "Postagens de instâncias federadas aparecerão aqui",
|
||||
"User not found" : "Usuário não encontrado",
|
||||
"Sorry, we could not find the account of {userId}" : "Não foi possível encontrar a conta de {userId}",
|
||||
"Nextcloud becomes part of the federated social networks!" : "O Nextcloud torna-se parte de redes sociais federadas!",
|
||||
"We automatically created a Social account for you. Your Social ID is the same as your federated cloud ID:" : "Criamos automaticamente uma conta social para você. Seu ID social é o mesmo que seu ID da nuvem federada:",
|
||||
"Since you are new to Social, start by following the official Nextcloud account so you don't miss any news" : "Como você é novo no Social, comece seguindo a conta oficial do Nextcloud para não perder nenhuma notícia",
|
||||
|
|
|
@ -43,6 +43,8 @@
|
|||
"Posts from other people on this instance will show up here" : "Postagens de outras pessoas desta instância aparecerão aqui",
|
||||
"No global posts found" : "Nenhuma postagem global encontrada",
|
||||
"Posts from federated instances will show up here" : "Postagens de instâncias federadas aparecerão aqui",
|
||||
"User not found" : "Usuário não encontrado",
|
||||
"Sorry, we could not find the account of {userId}" : "Não foi possível encontrar a conta de {userId}",
|
||||
"Nextcloud becomes part of the federated social networks!" : "O Nextcloud torna-se parte de redes sociais federadas!",
|
||||
"We automatically created a Social account for you. Your Social ID is the same as your federated cloud ID:" : "Criamos automaticamente uma conta social para você. Seu ID social é o mesmo que seu ID da nuvem federada:",
|
||||
"Since you are new to Social, start by following the official Nextcloud account so you don't miss any news" : "Como você é novo no Social, comece seguindo a conta oficial do Nextcloud para não perder nenhuma notícia",
|
||||
|
|
|
@ -45,6 +45,8 @@ OC.L10N.register(
|
|||
"Posts from other people on this instance will show up here" : "Bu sunucuyu kullanan diğer kişilerin gönderdiği iletiler burada görüntülenir",
|
||||
"No global posts found" : "Herhangi bir genel ileti bulunamadı",
|
||||
"Posts from federated instances will show up here" : "Birleşmiş sunuculara gönderilmiş iletiler burada görüntülenir",
|
||||
"User not found" : "Kullanıcı bulunamadı",
|
||||
"Sorry, we could not find the account of {userId}" : "Maalesef, {userId} hesabını bulamadık",
|
||||
"Nextcloud becomes part of the federated social networks!" : "Nextcloud birleşmiş sosyal ağların bir parçası haline geliyor!",
|
||||
"We automatically created a Social account for you. Your Social ID is the same as your federated cloud ID:" : "Sizin için otomatik olarak bir sosyal ağ hesabı oluşturduk. Sosyal ağ kodunuz birleşmiş bulut kodunuz ile aynıdır:",
|
||||
"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",
|
||||
|
|
|
@ -43,6 +43,8 @@
|
|||
"Posts from other people on this instance will show up here" : "Bu sunucuyu kullanan diğer kişilerin gönderdiği iletiler burada görüntülenir",
|
||||
"No global posts found" : "Herhangi bir genel ileti bulunamadı",
|
||||
"Posts from federated instances will show up here" : "Birleşmiş sunuculara gönderilmiş iletiler burada görüntülenir",
|
||||
"User not found" : "Kullanıcı bulunamadı",
|
||||
"Sorry, we could not find the account of {userId}" : "Maalesef, {userId} hesabını bulamadık",
|
||||
"Nextcloud becomes part of the federated social networks!" : "Nextcloud birleşmiş sosyal ağların bir parçası haline geliyor!",
|
||||
"We automatically created a Social account for you. Your Social ID is the same as your federated cloud ID:" : "Sizin için otomatik olarak bir sosyal ağ hesabı oluşturduk. Sosyal ağ kodunuz birleşmiş bulut kodunuz ile aynıdır:",
|
||||
"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",
|
||||
|
|
Ładowanie…
Reference in New Issue