Skip to content

Commit 9525868

Browse files
committed
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent b6edd43 commit 9525868

File tree

154 files changed

+806
-188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+806
-188
lines changed

apps/comments/l10n/he.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ OC.L10N.register(
1919
"No more messages" : "אין יותר הודעות",
2020
"Retry" : "ניסיון חוזר",
2121
"Unable to load the comments list" : "לא ניתן לטעון את רשימת התגובות",
22-
"_1 new comment_::_{unread} new comments_" : ["הערה חדשה אחת","{unread} הערות חדשות","{unread} הערות חדשות","{unread} הערות חדשות"],
22+
"_1 new comment_::_{unread} new comments_" : ["הערה חדשה אחת","{unread} הערות חדשות","{unread} הערות חדשות"],
2323
"Comment" : "תגובה",
2424
"An error occurred while trying to edit the comment" : "אירעה שגיאה בניסיון לערוך את התגובה",
2525
"Comment deleted" : "נמחקה הערה",
@@ -28,4 +28,4 @@ OC.L10N.register(
2828
"You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "אוזכרת בקובץ „{file}”, בהערה על ידי משתמש שנמחק מאז",
2929
"_%n unread comment_::_%n unread comments_" : ["תגובה אחת שלא נקראה","%n תגובות שלא נקראו","%n תגובות שלא נקראו","%n תגובות שלא נקראו"]
3030
},
31-
"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;");
31+
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");

apps/comments/l10n/he.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"No more messages" : "אין יותר הודעות",
1818
"Retry" : "ניסיון חוזר",
1919
"Unable to load the comments list" : "לא ניתן לטעון את רשימת התגובות",
20-
"_1 new comment_::_{unread} new comments_" : ["הערה חדשה אחת","{unread} הערות חדשות","{unread} הערות חדשות","{unread} הערות חדשות"],
20+
"_1 new comment_::_{unread} new comments_" : ["הערה חדשה אחת","{unread} הערות חדשות","{unread} הערות חדשות"],
2121
"Comment" : "תגובה",
2222
"An error occurred while trying to edit the comment" : "אירעה שגיאה בניסיון לערוך את התגובה",
2323
"Comment deleted" : "נמחקה הערה",
2424
"An error occurred while trying to delete the comment" : "אירעה שגיאה בניסיון למחוק את התגובה",
2525
"An error occurred while trying to create the comment" : "אירעה שגיאה בניסיון ליצור את התגובה",
2626
"You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "אוזכרת בקובץ „{file}”, בהערה על ידי משתמש שנמחק מאז",
2727
"_%n unread comment_::_%n unread comments_" : ["תגובה אחת שלא נקראה","%n תגובות שלא נקראו","%n תגובות שלא נקראו","%n תגובות שלא נקראו"]
28-
},"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;"
28+
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
2929
}

apps/comments/l10n/pt_BR.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ OC.L10N.register(
99
"%1$s commented on %2$s" : "%1$s comentaram em %2$s",
1010
"{author} commented on {file}" : "{author} comentou em {file}",
1111
"<strong>Comments</strong> for files" : "<strong>Comentários</strong> para arquivos",
12+
"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",
1213
"{user} mentioned you in a comment on \"{file}\"" : "{user} mencionou você em um comentário em \"{file}\"",
1314
"Files app plugin to add comments to files" : "Complemento do aplicativo Files para adicionar comentários",
1415
"Edit comment" : "Editar comentário",
1516
"Delete comment" : "Excluir comentário",
1617
"Cancel edit" : "Cancelar edição",
1718
"New comment" : "Novo comentário",
19+
"Write a comment …" : "Escreva um comentário …",
1820
"Post comment" : "Postar comentário",
1921
"@ for mentions, : for emoji, / for smart picker" : "@ para menções, : para emoji, / para seletor inteligente",
2022
"Could not reload comments" : "Não foi possível recarregar comentários",

apps/comments/l10n/pt_BR.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@
77
"%1$s commented on %2$s" : "%1$s comentaram em %2$s",
88
"{author} commented on {file}" : "{author} comentou em {file}",
99
"<strong>Comments</strong> for files" : "<strong>Comentários</strong> para arquivos",
10+
"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",
1011
"{user} mentioned you in a comment on \"{file}\"" : "{user} mencionou você em um comentário em \"{file}\"",
1112
"Files app plugin to add comments to files" : "Complemento do aplicativo Files para adicionar comentários",
1213
"Edit comment" : "Editar comentário",
1314
"Delete comment" : "Excluir comentário",
1415
"Cancel edit" : "Cancelar edição",
1516
"New comment" : "Novo comentário",
17+
"Write a comment …" : "Escreva um comentário …",
1618
"Post comment" : "Postar comentário",
1719
"@ for mentions, : for emoji, / for smart picker" : "@ para menções, : para emoji, / para seletor inteligente",
1820
"Could not reload comments" : "Não foi possível recarregar comentários",

apps/contactsinteraction/l10n/he.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ OC.L10N.register(
66
"Manages interaction between users and contacts" : "מנהל אינטראקציה בין משתמשים ואנשי קשר",
77
"Collect data about user and contacts interactions and provide an address book for the data" : "אוסף נתונים על אינטראקציות של משתמשים ואנשי קשר, ומספק פנקס כתובות לנתונים"
88
},
9-
"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;");
9+
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");

apps/contactsinteraction/l10n/he.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"Contacts Interaction" : "אינטראקציה בין אנשי קשר",
44
"Manages interaction between users and contacts" : "מנהל אינטראקציה בין משתמשים ואנשי קשר",
55
"Collect data about user and contacts interactions and provide an address book for the data" : "אוסף נתונים על אינטראקציות של משתמשים ואנשי קשר, ומספק פנקס כתובות לנתונים"
6-
},"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;"
6+
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
77
}

apps/dav/l10n/pt_BR.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ OC.L10N.register(
170170
"Delete slot" : "Excluir slot",
171171
"No working hours set" : "Sem horário de trabalho definido",
172172
"Add slot" : "Adicionar slot ",
173+
"Weekdays" : "Dias da semana",
173174
"Monday" : "Segunda-feira",
174175
"Tuesday" : "Terça-feira",
175176
"Wednesday" : "Quarta-feira",
@@ -184,6 +185,7 @@ OC.L10N.register(
184185
"Saved availability" : "Disponibilidade salva",
185186
"Failed to save availability" : "Falha ao salvar a disponibilidade",
186187
"Availability" : "Disponibilidade",
188+
"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.",
187189
"Absence" : "Ausência",
188190
"Configure your next absence period." : "Configure seu próximo período de ausência",
189191
"Calendar server" : "Servidor de calendário",

apps/dav/l10n/pt_BR.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
"Delete slot" : "Excluir slot",
169169
"No working hours set" : "Sem horário de trabalho definido",
170170
"Add slot" : "Adicionar slot ",
171+
"Weekdays" : "Dias da semana",
171172
"Monday" : "Segunda-feira",
172173
"Tuesday" : "Terça-feira",
173174
"Wednesday" : "Quarta-feira",
@@ -182,6 +183,7 @@
182183
"Saved availability" : "Disponibilidade salva",
183184
"Failed to save availability" : "Falha ao salvar a disponibilidade",
184185
"Availability" : "Disponibilidade",
186+
"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.",
185187
"Absence" : "Ausência",
186188
"Configure your next absence period." : "Configure seu próximo período de ausência",
187189
"Calendar server" : "Servidor de calendário",

apps/dav/l10n/sk.js

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,14 @@ OC.L10N.register(
7575
"Cancelled: %1$s" : "Zrušené: %1$s",
7676
"\"%1$s\" has been canceled" : "\"%1$s\" bolo zrušené",
7777
"Re: %1$s" : "Re: %1$s",
78+
"%1$s has accepted your invitation" : "%1$s prijal/a vaše pozvanie",
79+
"%1$s has tentatively accepted your invitation" : "%1$s predbežne prijal vaše pozvanie.",
80+
"%1$s has declined your invitation" : "%1$s odmietol/a vaše pozvanie",
81+
"%1$s has responded to your invitation" : "%1$s zareagoval/a na vašu pozvánku",
82+
"Invitation updated: %1$s" : "Pozvánka aktualizovaná: %1$s",
83+
"%1$s updated the event \"%2$s\"" : "%1$s aktualizoval udalosť \"%2$s\"",
7884
"Invitation: %1$s" : "Pozvánka: %1$s",
85+
"%1$s would like to invite you to \"%2$s\"" : "%1$s by vás chcel/a pozvať na \"%2$s\"",
7986
"Organizer:" : "Organizátor:",
8087
"Attendees:" : "Účastníci:",
8188
"Title:" : "Názov:",
@@ -111,6 +118,8 @@ OC.L10N.register(
111118
"{actor} updated contact {card} in address book {addressbook}" : "{actor} upravil kontakt {card} v adresári {addressbook}",
112119
"You updated contact {card} in address book {addressbook}" : "Upravili ste kontakt {card} v adresári {addressbook}",
113120
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "<strong>kontakt</strong> alebo <strong>adresár</strong> bol upravený",
121+
"Accounts" : "Účty",
122+
"System address book which holds all accounts" : "Systémový adresár, ktorý obsahuje všetky účty.",
114123
"File is not updatable: %1$s" : "Súbor nie je možné aktualizovať: %1$s",
115124
"Could not write to final file, canceled by hook" : "Nepodarilo sa zapísať do konečného súboru, zrušené háčikom (hook)",
116125
"Could not write file contents" : "Nepodarilo sa zapísať obsah súboru",
@@ -138,30 +147,47 @@ OC.L10N.register(
138147
"Completed on %s" : "Dokončené %s",
139148
"Due on %s by %s" : "Termín od %s do %s",
140149
"Due on %s" : "Termín do %s",
150+
"DAV system address book" : "Systémový DAV adresár",
151+
"No outstanding DAV system address book sync." : "Žiadna zostávajúca synchronizácia adresára systému DAV.",
152+
"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\".",
141153
"Migrated calendar (%1$s)" : "Migrovaný kalendár (%1$s)",
142154
"Calendars including events, details and attendees" : "Kalendáre vrátane udalostí, podrobností a účastníkov",
143155
"Contacts and groups" : "Kontakty a skupiny",
144156
"WebDAV" : "WebDAV",
145157
"WebDAV endpoint" : "Koncový bod WebDAV",
146158
"First day" : "Prvý deň",
159+
"Last day (inclusive)" : "Posledný deň (vrátane)",
160+
"Short absence status" : "Status pre Krátku neprítomnosť",
161+
"Long absence Message" : "Sprava pri Dlhej neprítomnosti",
147162
"Save" : "Uložiť",
163+
"Disable absence" : "Zakázať neprítomnosť",
164+
"Absence saved" : "Neprítomnosť uložená",
165+
"Failed to save your absence settings" : "Nepodarilo sa uložiť vaše nastavenia neprítomnosti.",
166+
"Absence cleared" : "Neprítomnosť odstránená",
167+
"Failed to clear your absence settings" : "Nepodarilo sa vymazať vaše nastavenia neprítomnosti.",
148168
"Time zone:" : "Časová zóna:",
149169
"to" : "do",
150170
"Delete slot" : "Odstrániť slot",
151171
"No working hours set" : "Nenastavená pracovná doba",
152172
"Add slot" : "Pridať slot",
173+
"Weekdays" : "Pracovné dni",
153174
"Monday" : "Pondelok",
154175
"Tuesday" : "Utorok",
155176
"Wednesday" : "Streda",
156177
"Thursday" : "Štvrtok",
157178
"Friday" : "Piatok",
158179
"Saturday" : "Sobota",
159180
"Sunday" : "Nedeľa",
181+
"Pick a start time for {dayName}" : "Vyberte začiatočný čas pre {dayName}",
182+
"Pick a end time for {dayName}" : "Vyberte koncový čas pre {dayName}",
160183
"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í.",
161184
"Failed to load availability" : "Nepodarilo sa načítať dostupnosť",
162185
"Saved availability" : "Dostupnosť bola uložená",
163186
"Failed to save availability" : "Nepodarilo sa uložiť dostupnosť",
164187
"Availability" : "Dostupnosť",
188+
"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",
189+
"Absence" : "Neprítomnosť",
190+
"Configure your next absence period." : "Nastavte si ďalšie obdobie svojej neprítomnosti.",
165191
"Calendar server" : "Kalendárový server",
166192
"Send invitations to attendees" : "Odoslanie pozvánok účastníkom",
167193
"Automatically generate a birthday calendar" : "Automaticky generovať narodeninový kalendár",

apps/dav/l10n/sk.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,14 @@
7373
"Cancelled: %1$s" : "Zrušené: %1$s",
7474
"\"%1$s\" has been canceled" : "\"%1$s\" bolo zrušené",
7575
"Re: %1$s" : "Re: %1$s",
76+
"%1$s has accepted your invitation" : "%1$s prijal/a vaše pozvanie",
77+
"%1$s has tentatively accepted your invitation" : "%1$s predbežne prijal vaše pozvanie.",
78+
"%1$s has declined your invitation" : "%1$s odmietol/a vaše pozvanie",
79+
"%1$s has responded to your invitation" : "%1$s zareagoval/a na vašu pozvánku",
80+
"Invitation updated: %1$s" : "Pozvánka aktualizovaná: %1$s",
81+
"%1$s updated the event \"%2$s\"" : "%1$s aktualizoval udalosť \"%2$s\"",
7682
"Invitation: %1$s" : "Pozvánka: %1$s",
83+
"%1$s would like to invite you to \"%2$s\"" : "%1$s by vás chcel/a pozvať na \"%2$s\"",
7784
"Organizer:" : "Organizátor:",
7885
"Attendees:" : "Účastníci:",
7986
"Title:" : "Názov:",
@@ -109,6 +116,8 @@
109116
"{actor} updated contact {card} in address book {addressbook}" : "{actor} upravil kontakt {card} v adresári {addressbook}",
110117
"You updated contact {card} in address book {addressbook}" : "Upravili ste kontakt {card} v adresári {addressbook}",
111118
"A <strong>contact</strong> or <strong>address book</strong> was modified" : "<strong>kontakt</strong> alebo <strong>adresár</strong> bol upravený",
119+
"Accounts" : "Účty",
120+
"System address book which holds all accounts" : "Systémový adresár, ktorý obsahuje všetky účty.",
112121
"File is not updatable: %1$s" : "Súbor nie je možné aktualizovať: %1$s",
113122
"Could not write to final file, canceled by hook" : "Nepodarilo sa zapísať do konečného súboru, zrušené háčikom (hook)",
114123
"Could not write file contents" : "Nepodarilo sa zapísať obsah súboru",
@@ -136,30 +145,47 @@
136145
"Completed on %s" : "Dokončené %s",
137146
"Due on %s by %s" : "Termín od %s do %s",
138147
"Due on %s" : "Termín do %s",
148+
"DAV system address book" : "Systémový DAV adresár",
149+
"No outstanding DAV system address book sync." : "Žiadna zostávajúca synchronizácia adresára systému DAV.",
150+
"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\".",
139151
"Migrated calendar (%1$s)" : "Migrovaný kalendár (%1$s)",
140152
"Calendars including events, details and attendees" : "Kalendáre vrátane udalostí, podrobností a účastníkov",
141153
"Contacts and groups" : "Kontakty a skupiny",
142154
"WebDAV" : "WebDAV",
143155
"WebDAV endpoint" : "Koncový bod WebDAV",
144156
"First day" : "Prvý deň",
157+
"Last day (inclusive)" : "Posledný deň (vrátane)",
158+
"Short absence status" : "Status pre Krátku neprítomnosť",
159+
"Long absence Message" : "Sprava pri Dlhej neprítomnosti",
145160
"Save" : "Uložiť",
161+
"Disable absence" : "Zakázať neprítomnosť",
162+
"Absence saved" : "Neprítomnosť uložená",
163+
"Failed to save your absence settings" : "Nepodarilo sa uložiť vaše nastavenia neprítomnosti.",
164+
"Absence cleared" : "Neprítomnosť odstránená",
165+
"Failed to clear your absence settings" : "Nepodarilo sa vymazať vaše nastavenia neprítomnosti.",
146166
"Time zone:" : "Časová zóna:",
147167
"to" : "do",
148168
"Delete slot" : "Odstrániť slot",
149169
"No working hours set" : "Nenastavená pracovná doba",
150170
"Add slot" : "Pridať slot",
171+
"Weekdays" : "Pracovné dni",
151172
"Monday" : "Pondelok",
152173
"Tuesday" : "Utorok",
153174
"Wednesday" : "Streda",
154175
"Thursday" : "Štvrtok",
155176
"Friday" : "Piatok",
156177
"Saturday" : "Sobota",
157178
"Sunday" : "Nedeľa",
179+
"Pick a start time for {dayName}" : "Vyberte začiatočný čas pre {dayName}",
180+
"Pick a end time for {dayName}" : "Vyberte koncový čas pre {dayName}",
158181
"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í.",
159182
"Failed to load availability" : "Nepodarilo sa načítať dostupnosť",
160183
"Saved availability" : "Dostupnosť bola uložená",
161184
"Failed to save availability" : "Nepodarilo sa uložiť dostupnosť",
162185
"Availability" : "Dostupnosť",
186+
"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",
187+
"Absence" : "Neprítomnosť",
188+
"Configure your next absence period." : "Nastavte si ďalšie obdobie svojej neprítomnosti.",
163189
"Calendar server" : "Kalendárový server",
164190
"Send invitations to attendees" : "Odoslanie pozvánok účastníkom",
165191
"Automatically generate a birthday calendar" : "Automaticky generovať narodeninový kalendár",

0 commit comments

Comments
 (0)