diff --git a/l10n/cs.js b/l10n/cs.js index 4aa7d451c14..bfd9c9972ee 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -303,9 +303,13 @@ OC.L10N.register( "Call recording now available" : "Nahrávání hovoru je nyní k dispozici", "The recording for the call in {call} was uploaded to {file}." : "Nahrávka pro hovor v {call} byla nahrána do {file}.", "Transcript now available" : "Přepis je nyní k dispozici", - "The transcript for the call in {call} was uploaded to {file}." : "Přepis pro hovor v {call} byla nahrána do {file}.", + "The transcript for the call in {call} was uploaded to {file}." : "Přepis hovoru v {call} byl nahrán do {file}.", "Failed to transcript call recording" : "Z nahrávky hovoru se nepodařilo udělat přepis", "The server failed to transcript the recording at {file} for the call in {call}. Please reach out to the administration." : "Serveru se nepodařilo vytvořit přepis nahrávky v {file} pro hovor v {call}. Obraťte se na správu.", + "Call summary now available" : "Souhrn hovoru je nyní k dispozici", + "The summary for the call in {call} was uploaded to {file}." : "Shrnutí hovoru v {call} bylo nahráno do {file}.", + "Failed to summarize call recording" : "Nepodařilo se shrnout nahrávku hovoru", + "The server failed to summarize the recording at {file} for the call in {call}. Please reach out to the administration." : "Serveru se nepodařilo shrnout obsah nahrávky v {file} pro hovor v {call}. Obraťte se na správu.", "{user1} invited you to join {roomName} on {remoteServer}" : "{user1} vás pozval(a) do {roomName} na {remoteServer}", "Accept" : "Přijmout", "Decline" : "Odmítnout", @@ -428,6 +432,8 @@ OC.L10N.register( "Failed to delete the account because the trial server is unreachable. Please check back later." : "Účet se nepodařilo smazat, protože server pro vyzkoušení si není dosažitelný. Prosím vraťte se sem znovu později.", "Note to self" : "Poznámka pro mne", "A place for your private notes, thoughts and ideas" : "M9sto pro vaše soukromé poznámky, myšlenky a nápady", + "Transcript is AI generated and may contain mistakes" : "Přepis je vytvářen AI a může obsahovat chyby", + "Summary is AI generated and may contain mistakes" : "Shrnutí je vytvářeno AI a může obsahovat chyby", "Andorra" : "Andorra", "United Arab Emirates" : "Spojené Arabské Emiráty", "Afghanistan" : "Afgánistán", @@ -1011,6 +1017,7 @@ OC.L10N.register( "Bots" : "Automaty", "Danger zone" : "Nebezpečná zóna", "Archive conversation" : "Zaarchivovat konverzaci", + "Archived conversations are hidden from the conversation list by default. However, they will still appear when you search for the conversation name or access a list of archived conversations." : "Archivované konverzace jsou ve výchozím stavu ze seznamu konverzací skryté. Nicméně objeví se při hledání podle názvu konverzace nebo na seznamu archivovaných konverzací.", "Be careful, these actions cannot be undone." : "Opatrně, tyto kroky nelze vrátit zpět.", "Leave conversation" : "Opustit konverzaci", "Once a conversation is left, to rejoin a closed conversation, an invite is needed. An open conversation can be rejoined at any time." : "Jakmile opustíte konverzaci, budete v případě těch uzavřených potřebovat k opětovnému připojení pozvánku. K otevřené konverzaci se můžete znovu připojit kdykoli.", @@ -1125,6 +1132,7 @@ OC.L10N.register( "Phone number could not be called: {error}" : "Nepodařilo se zavolat na telefonní číslo: {error}", "Phone number could not be called" : "Na telefonní číslo se nepodařilo zavolat", "Conversation actions" : "Akce konverzace", + "Notify about calls" : "Upozorňovat na hovory", "Mark as read" : "Označit jako přečtené", "Mark as unread" : "Označit jako nepřečtené", "Remove from favorites" : "Odebrat z oblíbených", @@ -1216,8 +1224,10 @@ OC.L10N.register( "Select virtual background from file {fileName}" : "Vybrat virtuální pozadí ze souboru {fileName}", "Show or collapse system messages" : "Zobrazit nebo sbalit systémové zprávy", "Unread messages" : "Nepřečtené zprávy", + "Generate summary" : "Vytvořit shrnutí", "Message read by everyone who shares their reading status" : "Všichni, kteří sdílejí oznámení o přečtení, si zprávu přečetli", "Message sent" : "Zpráva odeslána", + "Sent without notification" : "Odeslat bez oznámení", "Deleting message" : "Mazání zprávy", "Message deleted successfully, but a bot or Matterbridge is configured and the message might already be distributed to other services" : "Zpráva úspěšně smazána, ale je nastavený bot nebo Matterbridge, takže mohla už být odeslána do jiných služeb", "Message deleted successfully" : "Zpráva úspěšně smazána", @@ -1323,6 +1333,7 @@ OC.L10N.register( "This conversation has been locked" : "Tato konverzace byla uzamčena", "No permission to post messages in this conversation" : "Nemáte oprávnění posílat zprávy do této konverzace", "Joining conversation …" : "Připojování ke konverzaci…", + "Write a message without notification" : "Napsat zprávu bez oznámení", "Send message silently" : "Poslat zprávu bez upozornění", "Send message" : "Poslat zprávu", "Send without notification" : "Odeslat bez upozornění", @@ -1345,6 +1356,10 @@ OC.L10N.register( "Microphone either not available or disabled in settings" : "Mikrofon buď není k dispozici nebo je vypnutý v nastaveních", "Error while recording audio" : "Chyba při pořizování zvukového záznamu", "Talk recording from {time} ({conversation})" : "Záznam z Talk z {time} ({conversation})", + "Generating summary of unread messages ..." : "Vytváření shrnutí nepřečtených zpráv…", + "This might take a moment" : "Toto může chvíli trvat", + "Summary is AI generated and might contain mistakes" : "Shrnutí je vytvářeno AI a může obsahovat chyby", + "Error occurred during a summary generation" : "Při vytváření shrnutí došlo k chybě", "Create and share a new file" : "Vytvořit a nasdílet nový soubor", "Name of the new file" : "Název pro nový soubor", "Create file" : "Vytvořit soubor", diff --git a/l10n/cs.json b/l10n/cs.json index 7df571287ef..88ea5705315 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -301,9 +301,13 @@ "Call recording now available" : "Nahrávání hovoru je nyní k dispozici", "The recording for the call in {call} was uploaded to {file}." : "Nahrávka pro hovor v {call} byla nahrána do {file}.", "Transcript now available" : "Přepis je nyní k dispozici", - "The transcript for the call in {call} was uploaded to {file}." : "Přepis pro hovor v {call} byla nahrána do {file}.", + "The transcript for the call in {call} was uploaded to {file}." : "Přepis hovoru v {call} byl nahrán do {file}.", "Failed to transcript call recording" : "Z nahrávky hovoru se nepodařilo udělat přepis", "The server failed to transcript the recording at {file} for the call in {call}. Please reach out to the administration." : "Serveru se nepodařilo vytvořit přepis nahrávky v {file} pro hovor v {call}. Obraťte se na správu.", + "Call summary now available" : "Souhrn hovoru je nyní k dispozici", + "The summary for the call in {call} was uploaded to {file}." : "Shrnutí hovoru v {call} bylo nahráno do {file}.", + "Failed to summarize call recording" : "Nepodařilo se shrnout nahrávku hovoru", + "The server failed to summarize the recording at {file} for the call in {call}. Please reach out to the administration." : "Serveru se nepodařilo shrnout obsah nahrávky v {file} pro hovor v {call}. Obraťte se na správu.", "{user1} invited you to join {roomName} on {remoteServer}" : "{user1} vás pozval(a) do {roomName} na {remoteServer}", "Accept" : "Přijmout", "Decline" : "Odmítnout", @@ -426,6 +430,8 @@ "Failed to delete the account because the trial server is unreachable. Please check back later." : "Účet se nepodařilo smazat, protože server pro vyzkoušení si není dosažitelný. Prosím vraťte se sem znovu později.", "Note to self" : "Poznámka pro mne", "A place for your private notes, thoughts and ideas" : "M9sto pro vaše soukromé poznámky, myšlenky a nápady", + "Transcript is AI generated and may contain mistakes" : "Přepis je vytvářen AI a může obsahovat chyby", + "Summary is AI generated and may contain mistakes" : "Shrnutí je vytvářeno AI a může obsahovat chyby", "Andorra" : "Andorra", "United Arab Emirates" : "Spojené Arabské Emiráty", "Afghanistan" : "Afgánistán", @@ -1009,6 +1015,7 @@ "Bots" : "Automaty", "Danger zone" : "Nebezpečná zóna", "Archive conversation" : "Zaarchivovat konverzaci", + "Archived conversations are hidden from the conversation list by default. However, they will still appear when you search for the conversation name or access a list of archived conversations." : "Archivované konverzace jsou ve výchozím stavu ze seznamu konverzací skryté. Nicméně objeví se při hledání podle názvu konverzace nebo na seznamu archivovaných konverzací.", "Be careful, these actions cannot be undone." : "Opatrně, tyto kroky nelze vrátit zpět.", "Leave conversation" : "Opustit konverzaci", "Once a conversation is left, to rejoin a closed conversation, an invite is needed. An open conversation can be rejoined at any time." : "Jakmile opustíte konverzaci, budete v případě těch uzavřených potřebovat k opětovnému připojení pozvánku. K otevřené konverzaci se můžete znovu připojit kdykoli.", @@ -1123,6 +1130,7 @@ "Phone number could not be called: {error}" : "Nepodařilo se zavolat na telefonní číslo: {error}", "Phone number could not be called" : "Na telefonní číslo se nepodařilo zavolat", "Conversation actions" : "Akce konverzace", + "Notify about calls" : "Upozorňovat na hovory", "Mark as read" : "Označit jako přečtené", "Mark as unread" : "Označit jako nepřečtené", "Remove from favorites" : "Odebrat z oblíbených", @@ -1214,8 +1222,10 @@ "Select virtual background from file {fileName}" : "Vybrat virtuální pozadí ze souboru {fileName}", "Show or collapse system messages" : "Zobrazit nebo sbalit systémové zprávy", "Unread messages" : "Nepřečtené zprávy", + "Generate summary" : "Vytvořit shrnutí", "Message read by everyone who shares their reading status" : "Všichni, kteří sdílejí oznámení o přečtení, si zprávu přečetli", "Message sent" : "Zpráva odeslána", + "Sent without notification" : "Odeslat bez oznámení", "Deleting message" : "Mazání zprávy", "Message deleted successfully, but a bot or Matterbridge is configured and the message might already be distributed to other services" : "Zpráva úspěšně smazána, ale je nastavený bot nebo Matterbridge, takže mohla už být odeslána do jiných služeb", "Message deleted successfully" : "Zpráva úspěšně smazána", @@ -1321,6 +1331,7 @@ "This conversation has been locked" : "Tato konverzace byla uzamčena", "No permission to post messages in this conversation" : "Nemáte oprávnění posílat zprávy do této konverzace", "Joining conversation …" : "Připojování ke konverzaci…", + "Write a message without notification" : "Napsat zprávu bez oznámení", "Send message silently" : "Poslat zprávu bez upozornění", "Send message" : "Poslat zprávu", "Send without notification" : "Odeslat bez upozornění", @@ -1343,6 +1354,10 @@ "Microphone either not available or disabled in settings" : "Mikrofon buď není k dispozici nebo je vypnutý v nastaveních", "Error while recording audio" : "Chyba při pořizování zvukového záznamu", "Talk recording from {time} ({conversation})" : "Záznam z Talk z {time} ({conversation})", + "Generating summary of unread messages ..." : "Vytváření shrnutí nepřečtených zpráv…", + "This might take a moment" : "Toto může chvíli trvat", + "Summary is AI generated and might contain mistakes" : "Shrnutí je vytvářeno AI a může obsahovat chyby", + "Error occurred during a summary generation" : "Při vytváření shrnutí došlo k chybě", "Create and share a new file" : "Vytvořit a nasdílet nový soubor", "Name of the new file" : "Název pro nový soubor", "Create file" : "Vytvořit soubor", diff --git a/l10n/ga.js b/l10n/ga.js index d9b01883121..8db1cb9c9e3 100644 --- a/l10n/ga.js +++ b/l10n/ga.js @@ -1133,6 +1133,7 @@ OC.L10N.register( "Phone number could not be called: {error}" : "Níorbh fhéidir uimhir theileafóin a ghlaoch: {error}", "Phone number could not be called" : "Níorbh fhéidir uimhir theileafóin a ghlaoch", "Conversation actions" : "Gníomhartha comhrá", + "Notify about calls" : "Fógra a thabhairt faoi ghlaonna", "Mark as read" : "Marcáil mar léite", "Mark as unread" : "Marcáil mar neamhléite", "Remove from favorites" : "Bain ó cheanáin", diff --git a/l10n/ga.json b/l10n/ga.json index cb78b5bff6c..b907aea3c26 100644 --- a/l10n/ga.json +++ b/l10n/ga.json @@ -1131,6 +1131,7 @@ "Phone number could not be called: {error}" : "Níorbh fhéidir uimhir theileafóin a ghlaoch: {error}", "Phone number could not be called" : "Níorbh fhéidir uimhir theileafóin a ghlaoch", "Conversation actions" : "Gníomhartha comhrá", + "Notify about calls" : "Fógra a thabhairt faoi ghlaonna", "Mark as read" : "Marcáil mar léite", "Mark as unread" : "Marcáil mar neamhléite", "Remove from favorites" : "Bain ó cheanáin", diff --git a/l10n/gl.js b/l10n/gl.js index d840fa451fd..9fcabc7b82e 100644 --- a/l10n/gl.js +++ b/l10n/gl.js @@ -1133,6 +1133,7 @@ OC.L10N.register( "Phone number could not be called: {error}" : "Non foi posíbel chamar ao número de teléfono: {error}", "Phone number could not be called" : "Non foi posíbel chamar ao número de teléfono", "Conversation actions" : "Accións de conversa", + "Notify about calls" : "Notificar sobre as chamadas", "Mark as read" : "Marcar como lido", "Mark as unread" : "Marcar como sen ler", "Remove from favorites" : "Retirar de favoritos", diff --git a/l10n/gl.json b/l10n/gl.json index 2619df25e02..77baad8a4d0 100644 --- a/l10n/gl.json +++ b/l10n/gl.json @@ -1131,6 +1131,7 @@ "Phone number could not be called: {error}" : "Non foi posíbel chamar ao número de teléfono: {error}", "Phone number could not be called" : "Non foi posíbel chamar ao número de teléfono", "Conversation actions" : "Accións de conversa", + "Notify about calls" : "Notificar sobre as chamadas", "Mark as read" : "Marcar como lido", "Mark as unread" : "Marcar como sen ler", "Remove from favorites" : "Retirar de favoritos", diff --git a/l10n/sv.js b/l10n/sv.js index a272daba33b..4340d821f96 100644 --- a/l10n/sv.js +++ b/l10n/sv.js @@ -1133,6 +1133,7 @@ OC.L10N.register( "Phone number could not be called: {error}" : "Kunde inte ringa upp telefonnummer: {error}", "Phone number could not be called" : "Kunde inte ringa upp telefonnummer", "Conversation actions" : "Konversationsåtgärder", + "Notify about calls" : "Meddela om samtal", "Mark as read" : "Markera som läst", "Mark as unread" : "Markera som oläst", "Remove from favorites" : "Ta bort från favoriter", diff --git a/l10n/sv.json b/l10n/sv.json index 218cd4d3395..2ca162a2fbd 100644 --- a/l10n/sv.json +++ b/l10n/sv.json @@ -1131,6 +1131,7 @@ "Phone number could not be called: {error}" : "Kunde inte ringa upp telefonnummer: {error}", "Phone number could not be called" : "Kunde inte ringa upp telefonnummer", "Conversation actions" : "Konversationsåtgärder", + "Notify about calls" : "Meddela om samtal", "Mark as read" : "Markera som läst", "Mark as unread" : "Markera som oläst", "Remove from favorites" : "Ta bort från favoriter",