Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Mar 5, 2024
1 parent a58ed05 commit 80e4193
Show file tree
Hide file tree
Showing 154 changed files with 806 additions and 188 deletions.
4 changes: 2 additions & 2 deletions apps/comments/l10n/he.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ OC.L10N.register(
"No more messages" : "אין יותר הודעות",
"Retry" : "ניסיון חוזר",
"Unable to load the comments list" : "לא ניתן לטעון את רשימת התגובות",
"_1 new comment_::_{unread} new comments_" : ["הערה חדשה אחת","{unread} הערות חדשות","{unread} הערות חדשות","{unread} הערות חדשות"],
"_1 new comment_::_{unread} new comments_" : ["הערה חדשה אחת","{unread} הערות חדשות","{unread} הערות חדשות"],
"Comment" : "תגובה",
"An error occurred while trying to edit the comment" : "אירעה שגיאה בניסיון לערוך את התגובה",
"Comment deleted" : "נמחקה הערה",
Expand All @@ -28,4 +28,4 @@ OC.L10N.register(
"You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "אוזכרת בקובץ „{file}”, בהערה על ידי משתמש שנמחק מאז",
"_%n unread comment_::_%n unread comments_" : ["תגובה אחת שלא נקראה","%n תגובות שלא נקראו","%n תגובות שלא נקראו","%n תגובות שלא נקראו"]
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");
4 changes: 2 additions & 2 deletions apps/comments/l10n/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"No more messages" : "אין יותר הודעות",
"Retry" : "ניסיון חוזר",
"Unable to load the comments list" : "לא ניתן לטעון את רשימת התגובות",
"_1 new comment_::_{unread} new comments_" : ["הערה חדשה אחת","{unread} הערות חדשות","{unread} הערות חדשות","{unread} הערות חדשות"],
"_1 new comment_::_{unread} new comments_" : ["הערה חדשה אחת","{unread} הערות חדשות","{unread} הערות חדשות"],
"Comment" : "תגובה",
"An error occurred while trying to edit the comment" : "אירעה שגיאה בניסיון לערוך את התגובה",
"Comment deleted" : "נמחקה הערה",
"An error occurred while trying to delete the comment" : "אירעה שגיאה בניסיון למחוק את התגובה",
"An error occurred while trying to create the comment" : "אירעה שגיאה בניסיון ליצור את התגובה",
"You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "אוזכרת בקובץ „{file}”, בהערה על ידי משתמש שנמחק מאז",
"_%n unread comment_::_%n unread comments_" : ["תגובה אחת שלא נקראה","%n תגובות שלא נקראו","%n תגובות שלא נקראו","%n תגובות שלא נקראו"]
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
}
2 changes: 2 additions & 0 deletions apps/comments/l10n/pt_BR.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ OC.L10N.register(
"%1$s commented on %2$s" : "%1$s comentaram em %2$s",
"{author} commented on {file}" : "{author} comentou em {file}",
"<strong>Comments</strong> for files" : "<strong>Comentários</strong> para arquivos",
"You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Você foi mencionado em \"{file}\", em um comentário de uma conta que já foi excluída",
"{user} mentioned you in a comment on \"{file}\"" : "{user} mencionou você em um comentário em \"{file}\"",
"Files app plugin to add comments to files" : "Complemento do aplicativo Files para adicionar comentários",
"Edit comment" : "Editar comentário",
"Delete comment" : "Excluir comentário",
"Cancel edit" : "Cancelar edição",
"New comment" : "Novo comentário",
"Write a comment …" : "Escreva um comentário …",
"Post comment" : "Postar comentário",
"@ for mentions, : for emoji, / for smart picker" : "@ para menções, : para emoji, / para seletor inteligente",
"Could not reload comments" : "Não foi possível recarregar comentários",
Expand Down
2 changes: 2 additions & 0 deletions apps/comments/l10n/pt_BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@
"%1$s commented on %2$s" : "%1$s comentaram em %2$s",
"{author} commented on {file}" : "{author} comentou em {file}",
"<strong>Comments</strong> for files" : "<strong>Comentários</strong> para arquivos",
"You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Você foi mencionado em \"{file}\", em um comentário de uma conta que já foi excluída",
"{user} mentioned you in a comment on \"{file}\"" : "{user} mencionou você em um comentário em \"{file}\"",
"Files app plugin to add comments to files" : "Complemento do aplicativo Files para adicionar comentários",
"Edit comment" : "Editar comentário",
"Delete comment" : "Excluir comentário",
"Cancel edit" : "Cancelar edição",
"New comment" : "Novo comentário",
"Write a comment …" : "Escreva um comentário …",
"Post comment" : "Postar comentário",
"@ for mentions, : for emoji, / for smart picker" : "@ para menções, : para emoji, / para seletor inteligente",
"Could not reload comments" : "Não foi possível recarregar comentários",
Expand Down
2 changes: 1 addition & 1 deletion apps/contactsinteraction/l10n/he.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ OC.L10N.register(
"Manages interaction between users and contacts" : "מנהל אינטראקציה בין משתמשים ואנשי קשר",
"Collect data about user and contacts interactions and provide an address book for the data" : "אוסף נתונים על אינטראקציות של משתמשים ואנשי קשר, ומספק פנקס כתובות לנתונים"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;");
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");
2 changes: 1 addition & 1 deletion apps/contactsinteraction/l10n/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"Contacts Interaction" : "אינטראקציה בין אנשי קשר",
"Manages interaction between users and contacts" : "מנהל אינטראקציה בין משתמשים ואנשי קשר",
"Collect data about user and contacts interactions and provide an address book for the data" : "אוסף נתונים על אינטראקציות של משתמשים ואנשי קשר, ומספק פנקס כתובות לנתונים"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
}
2 changes: 2 additions & 0 deletions apps/dav/l10n/pt_BR.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ OC.L10N.register(
"Delete slot" : "Excluir slot",
"No working hours set" : "Sem horário de trabalho definido",
"Add slot" : "Adicionar slot ",
"Weekdays" : "Dias da semana",
"Monday" : "Segunda-feira",
"Tuesday" : "Terça-feira",
"Wednesday" : "Quarta-feira",
Expand All @@ -184,6 +185,7 @@ OC.L10N.register(
"Saved availability" : "Disponibilidade salva",
"Failed to save availability" : "Falha ao salvar a disponibilidade",
"Availability" : "Disponibilidade",
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se você configurar seu horário de trabalho, outras pessoas verão quando você estiver ausente quando agendarem uma reunião.",
"Absence" : "Ausência",
"Configure your next absence period." : "Configure seu próximo período de ausência",
"Calendar server" : "Servidor de calendário",
Expand Down
2 changes: 2 additions & 0 deletions apps/dav/l10n/pt_BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
"Delete slot" : "Excluir slot",
"No working hours set" : "Sem horário de trabalho definido",
"Add slot" : "Adicionar slot ",
"Weekdays" : "Dias da semana",
"Monday" : "Segunda-feira",
"Tuesday" : "Terça-feira",
"Wednesday" : "Quarta-feira",
Expand All @@ -182,6 +183,7 @@
"Saved availability" : "Disponibilidade salva",
"Failed to save availability" : "Falha ao salvar a disponibilidade",
"Availability" : "Disponibilidade",
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Se você configurar seu horário de trabalho, outras pessoas verão quando você estiver ausente quando agendarem uma reunião.",
"Absence" : "Ausência",
"Configure your next absence period." : "Configure seu próximo período de ausência",
"Calendar server" : "Servidor de calendário",
Expand Down
26 changes: 26 additions & 0 deletions apps/dav/l10n/sk.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,14 @@ OC.L10N.register(
"Cancelled: %1$s" : "Zrušené: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" bolo zrušené",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s prijal/a vaše pozvanie",
"%1$s has tentatively accepted your invitation" : "%1$s predbežne prijal vaše pozvanie.",
"%1$s has declined your invitation" : "%1$s odmietol/a vaše pozvanie",
"%1$s has responded to your invitation" : "%1$s zareagoval/a na vašu pozvánku",
"Invitation updated: %1$s" : "Pozvánka aktualizovaná: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s aktualizoval udalosť \"%2$s\"",
"Invitation: %1$s" : "Pozvánka: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s by vás chcel/a pozvať na \"%2$s\"",
"Organizer:" : "Organizátor:",
"Attendees:" : "Účastníci:",
"Title:" : "Názov:",
Expand Down Expand Up @@ -111,6 +118,8 @@ OC.L10N.register(
"{actor} updated contact {card} in address book {addressbook}" : "{actor} upravil kontakt {card} v adresári {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Upravili ste kontakt {card} v adresári {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "<strong>kontakt</strong> alebo <strong>adresár</strong> bol upravený",
"Accounts" : "Účty",
"System address book which holds all accounts" : "Systémový adresár, ktorý obsahuje všetky účty.",
"File is not updatable: %1$s" : "Súbor nie je možné aktualizovať: %1$s",
"Could not write to final file, canceled by hook" : "Nepodarilo sa zapísať do konečného súboru, zrušené háčikom (hook)",
"Could not write file contents" : "Nepodarilo sa zapísať obsah súboru",
Expand Down Expand Up @@ -138,30 +147,47 @@ OC.L10N.register(
"Completed on %s" : "Dokončené %s",
"Due on %s by %s" : "Termín od %s do %s",
"Due on %s" : "Termín do %s",
"DAV system address book" : "Systémový DAV adresár",
"No outstanding DAV system address book sync." : "Žiadna zostávajúca synchronizácia adresára systému DAV.",
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "DAV synchronizácia systémového adresára ešte nebola spustená, pretože vaša inštancia má viac ako 1000 užívateľov alebo sa vyskytla chyba. Prosím, spustite ju manuálne volaním \"occ dav:sync-system-addressbook\".",
"Migrated calendar (%1$s)" : "Migrovaný kalendár (%1$s)",
"Calendars including events, details and attendees" : "Kalendáre vrátane udalostí, podrobností a účastníkov",
"Contacts and groups" : "Kontakty a skupiny",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Koncový bod WebDAV",
"First day" : "Prvý deň",
"Last day (inclusive)" : "Posledný deň (vrátane)",
"Short absence status" : "Status pre Krátku neprítomnosť",
"Long absence Message" : "Sprava pri Dlhej neprítomnosti",
"Save" : "Uložiť",
"Disable absence" : "Zakázať neprítomnosť",
"Absence saved" : "Neprítomnosť uložená",
"Failed to save your absence settings" : "Nepodarilo sa uložiť vaše nastavenia neprítomnosti.",
"Absence cleared" : "Neprítomnosť odstránená",
"Failed to clear your absence settings" : "Nepodarilo sa vymazať vaše nastavenia neprítomnosti.",
"Time zone:" : "Časová zóna:",
"to" : "do",
"Delete slot" : "Odstrániť slot",
"No working hours set" : "Nenastavená pracovná doba",
"Add slot" : "Pridať slot",
"Weekdays" : "Pracovné dni",
"Monday" : "Pondelok",
"Tuesday" : "Utorok",
"Wednesday" : "Streda",
"Thursday" : "Štvrtok",
"Friday" : "Piatok",
"Saturday" : "Sobota",
"Sunday" : "Nedeľa",
"Pick a start time for {dayName}" : "Vyberte začiatočný čas pre {dayName}",
"Pick a end time for {dayName}" : "Vyberte koncový čas pre {dayName}",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Automaticky nastaviť stav používateľa na „Nerušiť“ ak nie ste dostupný, pre stlmenie všetkých upozornení.",
"Failed to load availability" : "Nepodarilo sa načítať dostupnosť",
"Saved availability" : "Dostupnosť bola uložená",
"Failed to save availability" : "Nepodarilo sa uložiť dostupnosť",
"Availability" : "Dostupnosť",
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ak nakonfigurujete svoj pracovný čas, ostatní užívatelia vás uvidia ako neprítomného, keď si rezervujete schôdzku",
"Absence" : "Neprítomnosť",
"Configure your next absence period." : "Nastavte si ďalšie obdobie svojej neprítomnosti.",
"Calendar server" : "Kalendárový server",
"Send invitations to attendees" : "Odoslanie pozvánok účastníkom",
"Automatically generate a birthday calendar" : "Automaticky generovať narodeninový kalendár",
Expand Down
26 changes: 26 additions & 0 deletions apps/dav/l10n/sk.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,14 @@
"Cancelled: %1$s" : "Zrušené: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" bolo zrušené",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s prijal/a vaše pozvanie",
"%1$s has tentatively accepted your invitation" : "%1$s predbežne prijal vaše pozvanie.",
"%1$s has declined your invitation" : "%1$s odmietol/a vaše pozvanie",
"%1$s has responded to your invitation" : "%1$s zareagoval/a na vašu pozvánku",
"Invitation updated: %1$s" : "Pozvánka aktualizovaná: %1$s",
"%1$s updated the event \"%2$s\"" : "%1$s aktualizoval udalosť \"%2$s\"",
"Invitation: %1$s" : "Pozvánka: %1$s",
"%1$s would like to invite you to \"%2$s\"" : "%1$s by vás chcel/a pozvať na \"%2$s\"",
"Organizer:" : "Organizátor:",
"Attendees:" : "Účastníci:",
"Title:" : "Názov:",
Expand Down Expand Up @@ -109,6 +116,8 @@
"{actor} updated contact {card} in address book {addressbook}" : "{actor} upravil kontakt {card} v adresári {addressbook}",
"You updated contact {card} in address book {addressbook}" : "Upravili ste kontakt {card} v adresári {addressbook}",
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "<strong>kontakt</strong> alebo <strong>adresár</strong> bol upravený",
"Accounts" : "Účty",
"System address book which holds all accounts" : "Systémový adresár, ktorý obsahuje všetky účty.",
"File is not updatable: %1$s" : "Súbor nie je možné aktualizovať: %1$s",
"Could not write to final file, canceled by hook" : "Nepodarilo sa zapísať do konečného súboru, zrušené háčikom (hook)",
"Could not write file contents" : "Nepodarilo sa zapísať obsah súboru",
Expand Down Expand Up @@ -136,30 +145,47 @@
"Completed on %s" : "Dokončené %s",
"Due on %s by %s" : "Termín od %s do %s",
"Due on %s" : "Termín do %s",
"DAV system address book" : "Systémový DAV adresár",
"No outstanding DAV system address book sync." : "Žiadna zostávajúca synchronizácia adresára systému DAV.",
"The DAV system address book sync has not run yet as your instance has more than 1000 users or because an error occurred. Please run it manually by calling \"occ dav:sync-system-addressbook\"." : "DAV synchronizácia systémového adresára ešte nebola spustená, pretože vaša inštancia má viac ako 1000 užívateľov alebo sa vyskytla chyba. Prosím, spustite ju manuálne volaním \"occ dav:sync-system-addressbook\".",
"Migrated calendar (%1$s)" : "Migrovaný kalendár (%1$s)",
"Calendars including events, details and attendees" : "Kalendáre vrátane udalostí, podrobností a účastníkov",
"Contacts and groups" : "Kontakty a skupiny",
"WebDAV" : "WebDAV",
"WebDAV endpoint" : "Koncový bod WebDAV",
"First day" : "Prvý deň",
"Last day (inclusive)" : "Posledný deň (vrátane)",
"Short absence status" : "Status pre Krátku neprítomnosť",
"Long absence Message" : "Sprava pri Dlhej neprítomnosti",
"Save" : "Uložiť",
"Disable absence" : "Zakázať neprítomnosť",
"Absence saved" : "Neprítomnosť uložená",
"Failed to save your absence settings" : "Nepodarilo sa uložiť vaše nastavenia neprítomnosti.",
"Absence cleared" : "Neprítomnosť odstránená",
"Failed to clear your absence settings" : "Nepodarilo sa vymazať vaše nastavenia neprítomnosti.",
"Time zone:" : "Časová zóna:",
"to" : "do",
"Delete slot" : "Odstrániť slot",
"No working hours set" : "Nenastavená pracovná doba",
"Add slot" : "Pridať slot",
"Weekdays" : "Pracovné dni",
"Monday" : "Pondelok",
"Tuesday" : "Utorok",
"Wednesday" : "Streda",
"Thursday" : "Štvrtok",
"Friday" : "Piatok",
"Saturday" : "Sobota",
"Sunday" : "Nedeľa",
"Pick a start time for {dayName}" : "Vyberte začiatočný čas pre {dayName}",
"Pick a end time for {dayName}" : "Vyberte koncový čas pre {dayName}",
"Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Automaticky nastaviť stav používateľa na „Nerušiť“ ak nie ste dostupný, pre stlmenie všetkých upozornení.",
"Failed to load availability" : "Nepodarilo sa načítať dostupnosť",
"Saved availability" : "Dostupnosť bola uložená",
"Failed to save availability" : "Nepodarilo sa uložiť dostupnosť",
"Availability" : "Dostupnosť",
"If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Ak nakonfigurujete svoj pracovný čas, ostatní užívatelia vás uvidia ako neprítomného, keď si rezervujete schôdzku",
"Absence" : "Neprítomnosť",
"Configure your next absence period." : "Nastavte si ďalšie obdobie svojej neprítomnosti.",
"Calendar server" : "Kalendárový server",
"Send invitations to attendees" : "Odoslanie pozvánok účastníkom",
"Automatically generate a birthday calendar" : "Automaticky generovať narodeninový kalendár",
Expand Down
1 change: 1 addition & 0 deletions apps/dav/l10n/zh_CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ OC.L10N.register(
"Delete slot" : "删除插槽",
"No working hours set" : "尚未设置工作时间",
"Add slot" : "添加插槽",
"Weekdays" : "工作日",
"Monday" : "周一",
"Tuesday" : "周二",
"Wednesday" : "周三",
Expand Down
1 change: 1 addition & 0 deletions apps/dav/l10n/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
"Delete slot" : "删除插槽",
"No working hours set" : "尚未设置工作时间",
"Add slot" : "添加插槽",
"Weekdays" : "工作日",
"Monday" : "周一",
"Tuesday" : "周二",
"Wednesday" : "周三",
Expand Down
Loading

0 comments on commit 80e4193

Please sign in to comment.