diff --git a/l10n/pl.js b/l10n/pl.js index 5dbb29036..b8fc20d7c 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -2,6 +2,11 @@ OC.L10N.register( "circles", { "Teams" : "Zespoły", + "Teams' files" : "Pliki zespołów", + "Select team to filter by" : "Wybierz zespół, według którego chcesz filtrować", + "No teams found" : "Nie znaleziono żadnych zespołów", + "Please select teams to filter by" : "Wybierz zespoły, według których chcesz filtrować", + "No files found for the selected teams" : "Nie znaleziono plików dla wybranych zespołów", "You deleted {circle}" : "Usunąłeś {circle}", "{author} deleted {circle}" : "{author} usunął {circle}", "You removed {member} from {circle}" : "Usunąłeś {member} z {circle}", @@ -49,6 +54,7 @@ OC.L10N.register( "Visible" : "Widoczny", "Open" : "Otwórz", "Invite" : "Zaproś", + "Join request" : "Prośba o dołączenie", "Friends" : "Przyjaciele", "Password protected" : "Zabezpieczone hasłem", "No Owner" : "Brak właściciela", @@ -56,6 +62,7 @@ OC.L10N.register( "Backend" : "Zaplecze", "Local" : "Lokalny", "Root" : "Root", + "Team invite" : "Zaproszenie do zespołu", "Federated" : "Sfederowany", "Mount point" : "Punkt montowania", "Nextcloud Account" : "Konto Nextcloud", @@ -92,16 +99,22 @@ OC.L10N.register( "Building Local Database" : "Tworzenie lokalnej bazy danych", "Testing Basic Circle Creation" : "Testowanie tworzenia podstawowego kręgu", "Adding local users and moderators" : "Dodawanie lokalnych użytkowników i moderatorów", + "Show all teams" : "Pokaż wszystkie zespoły", + "Create a new team" : "Utwórz nowy zespół", "Files" : "Pliki", "This feature is not available for personal circles" : "Ta funkcja nie jest dostępna dla kręgów osobistych", + "The team is not federated" : "Zespół nie jest sfederowany", + "You cannot join this team" : "Nie możesz dołączyć do tego zespołu", "This member is not a moderator" : "Ten członek nie jest moderatorem", "Insufficient privileges" : "Niewystarczające uprawnienia", "This member does not exist" : "Ten członek nie istnieje", + "This member is the owner of the team" : "Ten członek jest właścicielem zespołu", "Level cannot be changed for this type of member" : "Nie można zmienić poziomu dla tego typu członka", "You are already a member of this circle" : "Już jesteś członkiem tego kręgu", "You have been blocked from this circle" : "Zostałeś zablokowany w tym kręgu", "The account is already a member of this circle" : "Konto jest już członkiem tego kręgu", "The account has already been invited into this circle" : "Konto zostało już zaproszone do tego kręgu", + "%s (Team owned by %s)" : "%s (Zespół należący do %s)", "You are now a member of the Circle \"%2$s\"" : "Jesteś teraz członkiem Kręgu \"%2$s\"", "You have been invited by %1$s into the Circle \"%2$s\"" : "Zostałeś zaproszony przez %1$s do Kręgu \"%2$s\"", "%1$s sent a request to be a member of the Circle \"%2$s\"" : "%1$s wysłał prośbę o członkostwo w Kręgu \"%2$s\"", @@ -109,14 +122,18 @@ OC.L10N.register( "Refuse" : "Odrzuć", "Leave the circle" : "Opuść krąg", "%s" : "%s", + "Personal team" : "Zespół osobisty", "%s owned by %s" : "%s należący do %s", + "You have no permission to create a new team" : "Nie masz uprawnień do tworzenia nowego zespołu", "%s shared a file with \"%s\"." : "%s udostępnił plik z \"%s\".", "%s shared a file with you." : "%s udostępnił Tobie plik.", "%1$s shared some content with you.\nYou should have already received a separate email with a link to access it.\n" : "%1$s udostępnił Tobie niektóre treści.\nPowinieneś już otrzymać osobną wiadomość e-mail z linkiem, aby uzyskać do niego dostęp.\n", "%1$s shared some content with you. You should have already received a separate email with a link to access it." : "%1$s udostępnił Tobie niektóre treści. Powinieneś już otrzymać osobną wiadomość e-mail z linkiem, aby uzyskać do niego dostęp.", "Password to access content shared with you by %1$s" : "Hasło dostępu do treści udostępnionej Tobie przez %1$s", "Password to access content" : "Hasło dostępu do treści", + "This item is already shared with this team" : "Ten element został już udostępniony temu zespołowi", "Bring cloud-users closer together." : "Integruje użytkowników chmury.", + "Teams allows people to create their own groups of people/colleagues/friends.\nThose groups of people can then be used by any other app for sharing purpose." : "Zespoły umożliwiają tworzenie własnych grup osób/współpracowników/przyjaciół.\nTe grupy osób mogą być następnie wykorzystywane przez dowolną inną aplikację do celów udostępniania.", "No files in here" : "Brak plików tutaj", "No entries found in this folder" : "Brak wpisów w tym katalogu", "Name" : "Nazwa", diff --git a/l10n/pl.json b/l10n/pl.json index 4596fc9a6..13f239d92 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -1,5 +1,10 @@ { "translations": { "Teams" : "Zespoły", + "Teams' files" : "Pliki zespołów", + "Select team to filter by" : "Wybierz zespół, według którego chcesz filtrować", + "No teams found" : "Nie znaleziono żadnych zespołów", + "Please select teams to filter by" : "Wybierz zespoły, według których chcesz filtrować", + "No files found for the selected teams" : "Nie znaleziono plików dla wybranych zespołów", "You deleted {circle}" : "Usunąłeś {circle}", "{author} deleted {circle}" : "{author} usunął {circle}", "You removed {member} from {circle}" : "Usunąłeś {member} z {circle}", @@ -47,6 +52,7 @@ "Visible" : "Widoczny", "Open" : "Otwórz", "Invite" : "Zaproś", + "Join request" : "Prośba o dołączenie", "Friends" : "Przyjaciele", "Password protected" : "Zabezpieczone hasłem", "No Owner" : "Brak właściciela", @@ -54,6 +60,7 @@ "Backend" : "Zaplecze", "Local" : "Lokalny", "Root" : "Root", + "Team invite" : "Zaproszenie do zespołu", "Federated" : "Sfederowany", "Mount point" : "Punkt montowania", "Nextcloud Account" : "Konto Nextcloud", @@ -90,16 +97,22 @@ "Building Local Database" : "Tworzenie lokalnej bazy danych", "Testing Basic Circle Creation" : "Testowanie tworzenia podstawowego kręgu", "Adding local users and moderators" : "Dodawanie lokalnych użytkowników i moderatorów", + "Show all teams" : "Pokaż wszystkie zespoły", + "Create a new team" : "Utwórz nowy zespół", "Files" : "Pliki", "This feature is not available for personal circles" : "Ta funkcja nie jest dostępna dla kręgów osobistych", + "The team is not federated" : "Zespół nie jest sfederowany", + "You cannot join this team" : "Nie możesz dołączyć do tego zespołu", "This member is not a moderator" : "Ten członek nie jest moderatorem", "Insufficient privileges" : "Niewystarczające uprawnienia", "This member does not exist" : "Ten członek nie istnieje", + "This member is the owner of the team" : "Ten członek jest właścicielem zespołu", "Level cannot be changed for this type of member" : "Nie można zmienić poziomu dla tego typu członka", "You are already a member of this circle" : "Już jesteś członkiem tego kręgu", "You have been blocked from this circle" : "Zostałeś zablokowany w tym kręgu", "The account is already a member of this circle" : "Konto jest już członkiem tego kręgu", "The account has already been invited into this circle" : "Konto zostało już zaproszone do tego kręgu", + "%s (Team owned by %s)" : "%s (Zespół należący do %s)", "You are now a member of the Circle \"%2$s\"" : "Jesteś teraz członkiem Kręgu \"%2$s\"", "You have been invited by %1$s into the Circle \"%2$s\"" : "Zostałeś zaproszony przez %1$s do Kręgu \"%2$s\"", "%1$s sent a request to be a member of the Circle \"%2$s\"" : "%1$s wysłał prośbę o członkostwo w Kręgu \"%2$s\"", @@ -107,14 +120,18 @@ "Refuse" : "Odrzuć", "Leave the circle" : "Opuść krąg", "%s" : "%s", + "Personal team" : "Zespół osobisty", "%s owned by %s" : "%s należący do %s", + "You have no permission to create a new team" : "Nie masz uprawnień do tworzenia nowego zespołu", "%s shared a file with \"%s\"." : "%s udostępnił plik z \"%s\".", "%s shared a file with you." : "%s udostępnił Tobie plik.", "%1$s shared some content with you.\nYou should have already received a separate email with a link to access it.\n" : "%1$s udostępnił Tobie niektóre treści.\nPowinieneś już otrzymać osobną wiadomość e-mail z linkiem, aby uzyskać do niego dostęp.\n", "%1$s shared some content with you. You should have already received a separate email with a link to access it." : "%1$s udostępnił Tobie niektóre treści. Powinieneś już otrzymać osobną wiadomość e-mail z linkiem, aby uzyskać do niego dostęp.", "Password to access content shared with you by %1$s" : "Hasło dostępu do treści udostępnionej Tobie przez %1$s", "Password to access content" : "Hasło dostępu do treści", + "This item is already shared with this team" : "Ten element został już udostępniony temu zespołowi", "Bring cloud-users closer together." : "Integruje użytkowników chmury.", + "Teams allows people to create their own groups of people/colleagues/friends.\nThose groups of people can then be used by any other app for sharing purpose." : "Zespoły umożliwiają tworzenie własnych grup osób/współpracowników/przyjaciół.\nTe grupy osób mogą być następnie wykorzystywane przez dowolną inną aplikację do celów udostępniania.", "No files in here" : "Brak plików tutaj", "No entries found in this folder" : "Brak wpisów w tym katalogu", "Name" : "Nazwa", diff --git a/l10n/sk.js b/l10n/sk.js index 602080a00..680006853 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -2,8 +2,21 @@ OC.L10N.register( "circles", { "Teams" : "Tímy", + "Teams' files" : "Súbory tímov", + "Select team to filter by" : "Vybrať tím pre filtrovanie", + "No teams found" : "Žiadne tímy sa nenašli", + "Please select teams to filter by" : "Prosím, vyberte tímy pre filtrovanie", + "No files found for the selected teams" : "Pre vybrané tímy neboli nájdené žiadne súbory", + "You created the team {circle}" : "Vytvorili ste tím {circle}", + "{author} created the team {circle}" : "{author} vytvoril tím {circle}", "You deleted {circle}" : "Vymazali ste {circle}", "{author} deleted {circle}" : "{author} zmazal {circle}", + "You made {member} join {circle}" : "Užívateľa {member} ste pripojili k {circle}", + "{author} made {member} join {circle}" : "{author} pripojil užívateľa {member} k {circle}", + "You added team {member} as member to {circle}" : "Pridali ste tím {member} ako člena k {circle}", + "{author} added team {member} has been added as member to {circle}" : "{author} pridal tím {member} ako člena k {circle}", + "You made {member} leave {circle}" : "Užívateľa {member} ste odpojili od {circle}", + "{author} made {member} leave {circle}" : "{author} odpojil užívateľa {member} od {circle}", "You removed {member} from {circle}" : "Odstranili ste {member} z {circle}", "You joined {circle}" : "Pripojili ste sa ku kruhu {circle}", "{member} joined {circle}" : "{member} sa pripojil o kruhu {circle}", @@ -22,6 +35,7 @@ OC.L10N.register( "You declined the invitation to join {circle}" : "Odmietli ste pozvánku pre pripojenie ku kruhu {circle}", "{member} declined an invitation to join {circle}" : "Používateľ {member} odmietol pozvánku pre pripojenie sa ku kruhu {circle}", "You cancelled your request to join {circle}" : "Zrušili ste vašu požiadavku o pripojenie k {circle}", + "{member} cancelled a request to join {circle}" : "{member} zrušil žiadosť o pripojeni k {circle}", "You have been removed from {circle} by {author}" : "{author} vás odstránil(a) z {circle}", "{member} has been removed from {circle} by {author}" : "{author} odstránil(a) {member} z {circle}", "You removed {external} from {circle}" : "Odstránili ste {external} z {circle}", @@ -42,6 +56,9 @@ OC.L10N.register( "{member} sent a request to join {circle}" : "{member} odoslal(a) požiadavku na pripojenie k {circle}", "You are the new owner of {circle}" : "Ste novým vlastníkom {circle}", "{member} is the new owner of {circle}" : "{member} je novým vlastníkom {circle}", + "On events happening in a team of which you are a member" : "Pri udalostiach odohrávajúcich sa v tíme, ktorého ste členom/členkou", + "Any important event in a team you are moderating" : "Dôležité udalosti v tíme, ktorý moderujete", + "On global events happening in any team" : "Pri globálnych udalostiach, ktoré sa odohrávajú v ktoromkoľvek tíme", "Shared to Circles" : "Zdieľané v kruhoch", "Single" : "Slobodný", "Personal" : "Osobný", @@ -49,6 +66,7 @@ OC.L10N.register( "Visible" : "Viditeľné", "Open" : "Otvoriť", "Invite" : "Pozvať", + "Join request" : "Žiadosť o pripojenie", "Friends" : "Priatelia", "Password protected" : "Chránené heslom", "No Owner" : "Žiadny vlastník", @@ -56,6 +74,7 @@ OC.L10N.register( "Backend" : "Backend", "Local" : "Lokálny", "Root" : "Koreň", + "Team invite" : "Pozvánka do tímu", "Federated" : "Združený", "Mount point" : "Prípojný bod", "Nextcloud Account" : "Účet Nextcloud", @@ -86,20 +105,28 @@ OC.L10N.register( "%s shared multiple files with \"%s\"." : "%s zdieľa viacero súborov s \"%s\".", "%s shared multiple files with you." : "%s s vami zdieľa súbory.", "Boot up" : "Štart", + "Nextcloud Initialization" : "Inicializácia Nextcloudu", + "Circles App Initialization" : "Inicializácia Aplikácie Kruhy", "Fresh installation status" : "Stav čistej inštalácie", "Building Local Database" : "Vytváram Lokálnu Databázu", "Testing Basic Circle Creation" : "Testujem základné pridávanie Kruhov", "Adding local users and moderators" : "Pridávam lokálnych užívateľov a moderátorov", + "Show all teams" : "Zobraziť všetky tímy", + "Create a new team" : "Vytvoriť nový tím", "Files" : "Súbory", "This feature is not available for personal circles" : "Táto funkcia nie je k dispozícii pre osobné kruhy", + "The team is not federated" : "Tím nie je združený", + "You cannot join this team" : "Nemôžete sa pripojiť k tomuto tímu", "This member is not a moderator" : "Tento člen nie je moderátor", "Insufficient privileges" : "Nedostatočné oprávnenia", "This member does not exist" : "Tento používateľ neexistuje", + "This member is the owner of the team" : "Tento člen je vlastníkom tímu", "Level cannot be changed for this type of member" : "Pre tento typ člena, úroveň nemôže byť zmenená.", "You are already a member of this circle" : "Už ste členom tohto kruhu", "You have been blocked from this circle" : "Boli ste zablokovaný z tohto kruhu", "The account is already a member of this circle" : "Tento užívateľ už je členom kruhu", "The account has already been invited into this circle" : "Užívateľ už bol pozvaný do tohto kruhu", + "%s (Team owned by %s)" : "%s (Tím vlastnený %s)", "You are now a member of the Circle \"%2$s\"" : "Teraz ste členom kruhu \"%2$s\"", "You have been invited by %1$s into the Circle \"%2$s\"" : "Do kruhu \"%2$s\" vás pozval(a) %1$s", "%1$s sent a request to be a member of the Circle \"%2$s\"" : "Požiadavku, stať sa členom kruhu \"%2$s\", zaslal(a) %1$s", @@ -107,14 +134,18 @@ OC.L10N.register( "Refuse" : "Odmietnuť", "Leave the circle" : "Opustiť kruh", "%s" : "%s", + "Personal team" : "Osobný tím", "%s owned by %s" : "%s vlastnené %s", + "You have no permission to create a new team" : "Nemáte oprávnenia pre vytváranie nového tímu", "%s shared a file with \"%s\"." : "%s zozdieľal súbor s \"%s\".", "%s shared a file with you." : "%s vám nazdieľal súbor.", "%1$s shared some content with you.\nYou should have already received a separate email with a link to access it.\n" : "%1$s s vami zdieľa nejaký obsah. Už ste mali dostať e-mail so samostatným odkazom na prístup k nemu.\n", "%1$s shared some content with you. You should have already received a separate email with a link to access it." : "%1$s s vami zdieľa nejaký obsah. Už ste mali dostať e-mail s odkazom na prístup k ním.", "Password to access content shared with you by %1$s" : "Heslo pre prístup k obsahu, ktorý s vami zdieľa %1$s", "Password to access content" : "Heslo pre prístup k obsahu", + "This item is already shared with this team" : "Táto položka je už zdieľaná s týmto tímom", "Bring cloud-users closer together." : "Zblížte používateľov cloudu.", + "Teams allows people to create their own groups of people/colleagues/friends.\nThose groups of people can then be used by any other app for sharing purpose." : "Tímy umožňujú vašim užívateľom vytvárať ich vlastné skupiny užívateľov/kolegov/priateľov.\nTieto skupiny užívateľov môžu byť potom používané akoukoľvek inou aplikáciou pre potreby zdieľania.", "No files in here" : "Nie sú tu žiadne súbory", "No entries found in this folder" : "V tomto priečinku sa nič nenašlo", "Name" : "Názov", @@ -128,7 +159,10 @@ OC.L10N.register( "No files found for the selected circles" : "Pre vybrané kruhy neboli nájdené žiadne súbory", "You created the circle {circle}" : "Vytvorili ste kruh {circle}", "{author} created the circle {circle}" : "{author} vytvoril kruh {circle}", - "On events happening in a Circle of which you are a member" : "Pri udalostiach odohrávajúcich sa v okrhu, ktorého ste členom/členkou", + "You added circle {member} as member to {circle}" : "Pridali ste kruh {member} ako člena k {circle}", + "{author} added circle {member} has been added as member to {circle}" : "{author} pridal kruh {member} ako člena k {circle}", + "You removed {member} leave {circle}" : "Užívateľa {member} ste odpojili od {circle}", + "On events happening in a Circle of which you are a member" : "Pri udalostiach odohrávajúcich sa v kruhu, ktorého ste členom/členkou", "Any important event in a Circle you are moderating" : "Dôležité udalosti v kruhu, ktorý moderujete", "On global events happening in any Circle" : "Pri globálnych udalostiach, ktoré sa odohrávajú v ktoromkoľvek kruhu", "Join Request" : "Žiadosť o pripojenie", diff --git a/l10n/sk.json b/l10n/sk.json index dd7965ca7..05bc60f3b 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -1,7 +1,20 @@ { "translations": { "Teams" : "Tímy", + "Teams' files" : "Súbory tímov", + "Select team to filter by" : "Vybrať tím pre filtrovanie", + "No teams found" : "Žiadne tímy sa nenašli", + "Please select teams to filter by" : "Prosím, vyberte tímy pre filtrovanie", + "No files found for the selected teams" : "Pre vybrané tímy neboli nájdené žiadne súbory", + "You created the team {circle}" : "Vytvorili ste tím {circle}", + "{author} created the team {circle}" : "{author} vytvoril tím {circle}", "You deleted {circle}" : "Vymazali ste {circle}", "{author} deleted {circle}" : "{author} zmazal {circle}", + "You made {member} join {circle}" : "Užívateľa {member} ste pripojili k {circle}", + "{author} made {member} join {circle}" : "{author} pripojil užívateľa {member} k {circle}", + "You added team {member} as member to {circle}" : "Pridali ste tím {member} ako člena k {circle}", + "{author} added team {member} has been added as member to {circle}" : "{author} pridal tím {member} ako člena k {circle}", + "You made {member} leave {circle}" : "Užívateľa {member} ste odpojili od {circle}", + "{author} made {member} leave {circle}" : "{author} odpojil užívateľa {member} od {circle}", "You removed {member} from {circle}" : "Odstranili ste {member} z {circle}", "You joined {circle}" : "Pripojili ste sa ku kruhu {circle}", "{member} joined {circle}" : "{member} sa pripojil o kruhu {circle}", @@ -20,6 +33,7 @@ "You declined the invitation to join {circle}" : "Odmietli ste pozvánku pre pripojenie ku kruhu {circle}", "{member} declined an invitation to join {circle}" : "Používateľ {member} odmietol pozvánku pre pripojenie sa ku kruhu {circle}", "You cancelled your request to join {circle}" : "Zrušili ste vašu požiadavku o pripojenie k {circle}", + "{member} cancelled a request to join {circle}" : "{member} zrušil žiadosť o pripojeni k {circle}", "You have been removed from {circle} by {author}" : "{author} vás odstránil(a) z {circle}", "{member} has been removed from {circle} by {author}" : "{author} odstránil(a) {member} z {circle}", "You removed {external} from {circle}" : "Odstránili ste {external} z {circle}", @@ -40,6 +54,9 @@ "{member} sent a request to join {circle}" : "{member} odoslal(a) požiadavku na pripojenie k {circle}", "You are the new owner of {circle}" : "Ste novým vlastníkom {circle}", "{member} is the new owner of {circle}" : "{member} je novým vlastníkom {circle}", + "On events happening in a team of which you are a member" : "Pri udalostiach odohrávajúcich sa v tíme, ktorého ste členom/členkou", + "Any important event in a team you are moderating" : "Dôležité udalosti v tíme, ktorý moderujete", + "On global events happening in any team" : "Pri globálnych udalostiach, ktoré sa odohrávajú v ktoromkoľvek tíme", "Shared to Circles" : "Zdieľané v kruhoch", "Single" : "Slobodný", "Personal" : "Osobný", @@ -47,6 +64,7 @@ "Visible" : "Viditeľné", "Open" : "Otvoriť", "Invite" : "Pozvať", + "Join request" : "Žiadosť o pripojenie", "Friends" : "Priatelia", "Password protected" : "Chránené heslom", "No Owner" : "Žiadny vlastník", @@ -54,6 +72,7 @@ "Backend" : "Backend", "Local" : "Lokálny", "Root" : "Koreň", + "Team invite" : "Pozvánka do tímu", "Federated" : "Združený", "Mount point" : "Prípojný bod", "Nextcloud Account" : "Účet Nextcloud", @@ -84,20 +103,28 @@ "%s shared multiple files with \"%s\"." : "%s zdieľa viacero súborov s \"%s\".", "%s shared multiple files with you." : "%s s vami zdieľa súbory.", "Boot up" : "Štart", + "Nextcloud Initialization" : "Inicializácia Nextcloudu", + "Circles App Initialization" : "Inicializácia Aplikácie Kruhy", "Fresh installation status" : "Stav čistej inštalácie", "Building Local Database" : "Vytváram Lokálnu Databázu", "Testing Basic Circle Creation" : "Testujem základné pridávanie Kruhov", "Adding local users and moderators" : "Pridávam lokálnych užívateľov a moderátorov", + "Show all teams" : "Zobraziť všetky tímy", + "Create a new team" : "Vytvoriť nový tím", "Files" : "Súbory", "This feature is not available for personal circles" : "Táto funkcia nie je k dispozícii pre osobné kruhy", + "The team is not federated" : "Tím nie je združený", + "You cannot join this team" : "Nemôžete sa pripojiť k tomuto tímu", "This member is not a moderator" : "Tento člen nie je moderátor", "Insufficient privileges" : "Nedostatočné oprávnenia", "This member does not exist" : "Tento používateľ neexistuje", + "This member is the owner of the team" : "Tento člen je vlastníkom tímu", "Level cannot be changed for this type of member" : "Pre tento typ člena, úroveň nemôže byť zmenená.", "You are already a member of this circle" : "Už ste členom tohto kruhu", "You have been blocked from this circle" : "Boli ste zablokovaný z tohto kruhu", "The account is already a member of this circle" : "Tento užívateľ už je členom kruhu", "The account has already been invited into this circle" : "Užívateľ už bol pozvaný do tohto kruhu", + "%s (Team owned by %s)" : "%s (Tím vlastnený %s)", "You are now a member of the Circle \"%2$s\"" : "Teraz ste členom kruhu \"%2$s\"", "You have been invited by %1$s into the Circle \"%2$s\"" : "Do kruhu \"%2$s\" vás pozval(a) %1$s", "%1$s sent a request to be a member of the Circle \"%2$s\"" : "Požiadavku, stať sa členom kruhu \"%2$s\", zaslal(a) %1$s", @@ -105,14 +132,18 @@ "Refuse" : "Odmietnuť", "Leave the circle" : "Opustiť kruh", "%s" : "%s", + "Personal team" : "Osobný tím", "%s owned by %s" : "%s vlastnené %s", + "You have no permission to create a new team" : "Nemáte oprávnenia pre vytváranie nového tímu", "%s shared a file with \"%s\"." : "%s zozdieľal súbor s \"%s\".", "%s shared a file with you." : "%s vám nazdieľal súbor.", "%1$s shared some content with you.\nYou should have already received a separate email with a link to access it.\n" : "%1$s s vami zdieľa nejaký obsah. Už ste mali dostať e-mail so samostatným odkazom na prístup k nemu.\n", "%1$s shared some content with you. You should have already received a separate email with a link to access it." : "%1$s s vami zdieľa nejaký obsah. Už ste mali dostať e-mail s odkazom na prístup k ním.", "Password to access content shared with you by %1$s" : "Heslo pre prístup k obsahu, ktorý s vami zdieľa %1$s", "Password to access content" : "Heslo pre prístup k obsahu", + "This item is already shared with this team" : "Táto položka je už zdieľaná s týmto tímom", "Bring cloud-users closer together." : "Zblížte používateľov cloudu.", + "Teams allows people to create their own groups of people/colleagues/friends.\nThose groups of people can then be used by any other app for sharing purpose." : "Tímy umožňujú vašim užívateľom vytvárať ich vlastné skupiny užívateľov/kolegov/priateľov.\nTieto skupiny užívateľov môžu byť potom používané akoukoľvek inou aplikáciou pre potreby zdieľania.", "No files in here" : "Nie sú tu žiadne súbory", "No entries found in this folder" : "V tomto priečinku sa nič nenašlo", "Name" : "Názov", @@ -126,7 +157,10 @@ "No files found for the selected circles" : "Pre vybrané kruhy neboli nájdené žiadne súbory", "You created the circle {circle}" : "Vytvorili ste kruh {circle}", "{author} created the circle {circle}" : "{author} vytvoril kruh {circle}", - "On events happening in a Circle of which you are a member" : "Pri udalostiach odohrávajúcich sa v okrhu, ktorého ste členom/členkou", + "You added circle {member} as member to {circle}" : "Pridali ste kruh {member} ako člena k {circle}", + "{author} added circle {member} has been added as member to {circle}" : "{author} pridal kruh {member} ako člena k {circle}", + "You removed {member} leave {circle}" : "Užívateľa {member} ste odpojili od {circle}", + "On events happening in a Circle of which you are a member" : "Pri udalostiach odohrávajúcich sa v kruhu, ktorého ste členom/členkou", "Any important event in a Circle you are moderating" : "Dôležité udalosti v kruhu, ktorý moderujete", "On global events happening in any Circle" : "Pri globálnych udalostiach, ktoré sa odohrávajú v ktoromkoľvek kruhu", "Join Request" : "Žiadosť o pripojenie",