diff --git a/apps/dav/l10n/nl.js b/apps/dav/l10n/nl.js
index e07dc153418..02712c32717 100644
--- a/apps/dav/l10n/nl.js
+++ b/apps/dav/l10n/nl.js
@@ -32,6 +32,7 @@ OC.L10N.register(
"You deleted event {event} from calendar {calendar}" : "Je verwijderde afspraak {event} uit agenda {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} heeft afspraak {event} in agenda {calendar} bijgewerkt",
"You updated event {event} in calendar {calendar}" : "Je hebt afspraak {event} in agenda {calendar} bijgewerkt",
+ "{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} heeft de gebeurtenis {event}verplaatst van de agenda {sourceCalendar} naar de agenda {targetCalendar}.",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Je hebt evenement {event} verplaatst van agenda {sourceCalendar} naar agenda {targetCalendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} herstelde afspraak {event} in agenda {calendar}",
"You restored event {event} of calendar {calendar}" : "Je herstelde afspraak {event} in agenda {calendar}",
@@ -45,13 +46,16 @@ OC.L10N.register(
"{actor} solved to-do {todo} in list {calendar}" : "{actor} voltooide de taak {todo} in de lijst {calendar}",
"You solved to-do {todo} in list {calendar}" : "Jij voltooide de taak {todo} in de lijst {calendar}",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} heropende taak {todo} in lijst {calendar}",
+ "You reopened to-do {todo} in list {calendar}" : "Je heropende taak {todo} in lijst {calendar}",
+ "{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} heeft de taak {todo} van lijst {sourceCalendar} naar lijst {targetCalendar} verplaatst",
+ "You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Je verplaatste taak {todo} van lijst {sourceCalendar} naar lijst {targetCalendar}",
"Calendar, contacts and tasks" : "Agenda, contactpersonen en taken",
"A calendar was modified" : "Een agenda is aangepast",
"A calendar event was modified" : "Een agenda gebeurtenis is aangepast",
"A calendar to-do was modified" : "Een agenda to-do was aangepast",
"Contact birthdays" : "Verjaardagen",
"Death of %s" : "Sterfdatum van %s",
- "Untitled calendar" : "Naamloze calender",
+ "Untitled calendar" : "Naamloze kalender",
"Calendar:" : "Agenda",
"Date:" : "Datum",
"Where:" : "Waar:",
@@ -68,20 +72,73 @@ OC.L10N.register(
"Description: %s" : "Beschrijving: %s",
"Where: %s" : "Waar: %s",
"%1$s via %2$s" : "%1$s via %2$s",
+ "In the past on %1$s for the entire day" : "In het verleden op %1$s gedurende de hele dag",
+ "_In a minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["Over één minuut op %1$s gedurende de hele dag","Over %n minuten op %1$s gedurende de hele dag"],
+ "_In a hour on %1$s for the entire day_::_In %n hours on %1$s for the entire day_" : ["Over een uur op %1$s gedurende de hele dag","Over %n uur op %1$s gedurende de hele dag"],
+ "_In a day on %1$s for the entire day_::_In %n days on %1$s for the entire day_" : ["Over een dag op %1$s gedurende de hele dag","Over %n dagen op %1$s gedurende de hele dag"],
+ "_In a week on %1$s for the entire day_::_In %n weeks on %1$s for the entire day_" : ["Over een week op %1$s gedurende de hele dag","Over %n weken op %1$s gedurende de hele dag"],
+ "_In a month on %1$s for the entire day_::_In %n months on %1$s for the entire day_" : ["Over een maand op %1$s gedurende de hele dag","Over %n maanden op %1$s gedurende de hele dag"],
+ "_In a year on %1$s for the entire day_::_In %n years on %1$s for the entire day_" : ["Over een jaar op %1$s gedurende de hele dag","Over %n jaar op %1$s gedurende de hele dag"],
+ "In the past on %1$s between %2$s - %3$s" : "In het verleden op %1$s van %2$s tot %3$s",
+ "_In a minute on %1$s between %2$s - %3$s_::_In %n minutes on %1$s between %2$s - %3$s_" : ["Over één minuut op %1$s van %2$s tot %3$s","Over %n minuten op %1$s van %2$s tot %3$s"],
+ "_In a hour on %1$s between %2$s - %3$s_::_In %n hours on %1$s between %2$s - %3$s_" : ["Over een uur op %1$s van %2$s tot%3$s","Over %n uur op %1$s van %2$s tot %3$s"],
+ "_In a day on %1$s between %2$s - %3$s_::_In %n days on %1$s between %2$s - %3$s_" : ["Over één dag op %1$s van %2$s tot %3$s","Over %n dagen op %1$s van %2$s tot %3$s"],
+ "_In a week on %1$s between %2$s - %3$s_::_In %n weeks on %1$s between %2$s - %3$s_" : ["Over een week op %1$s van %2$s tot %3$s","Over %n weken op %1$s van %2$s tot %3$s"],
+ "_In a month on %1$s between %2$s - %3$s_::_In %n months on %1$s between %2$s - %3$s_" : ["Over een maand op %1$s van %2$s tot %3$s","Over %n maanden op %1$s van %2$s tot %3$s"],
+ "_In a year on %1$s between %2$s - %3$s_::_In %n years on %1$s between %2$s - %3$s_" : ["Over een jaar op %1$s van %2$s tot %3$s","Over %n jaar op %1$s van %2$s tot %3$s"],
+ "Every Day for the entire day" : "Elke dag gedurende de hele dag",
+ "Every Day for the entire day until %1$s" : "Elke dag gedurende de hele dag tot %1$s",
+ "Every Day between %1$s - %2$s" : "Elke dag van %1$s tot %2$s",
+ "Every Day between %1$s - %2$s until %3$s" : "Elke dag van %1$s tot %2$s, tot %3$s ",
+ "Every %1$d Days for the entire day" : "Elke %1$d dagen gedurende de hele dag",
+ "Every %1$d Days for the entire day until %2$s" : "Elke %1$d dagen gedurende de hele dag tot %2$s",
+ "Every %1$d Days between %2$s - %3$s" : "Elke %1$d dagen van %2$s tot %3$s",
+ "Every %1$d Days between %2$s - %3$s until %4$s" : "Elke %1$d dagen van %2$s tot %3$s, tot %4$s ",
+ "Every Week on %1$s for the entire day" : "Elke week op %1$s gedurende de hele dag",
+ "Every Week on %1$s for the entire day until %2$s" : "Elke week op %1$s gedurende de hele dag tot %2$s",
+ "Every Week on %1$s between %2$s - %3$s" : "Elke week op %1$s van %2$s tot %3$s",
+ "Every Week on %1$s between %2$s - %3$s until %4$s" : "Elke week op %1$s van %2$s tot %3$s, tot %4$s ",
+ "Every %1$d Weeks on %2$s for the entire day" : "Elke %1$d weken op %2$s gedurende de hele dag",
+ "Every %1$d Weeks on %2$s for the entire day until %3$s" : "Elke %1$d weken op %2$s gedurende de hele dag tot %3$s",
+ "Every %1$d Weeks on %2$s between %3$s - %4$s" : "Elke %1$d weken op %2$s van %3$s tot %4$s",
+ "Every %1$d Weeks on %2$s between %3$s - %4$s until %5$s" : "Elke %1$d weken op %2$s van %3$s tot %4$s, tot %5$s",
+ "Every Month on the %1$s for the entire day" : "Elke %1$s van de maand gedurende de hele dag",
+ "Every Month on the %1$s for the entire day until %2$s" : "Elke %1$s van de maand gedurende de hele dag tot %2$s",
+ "Every Month on the %1$s between %2$s - %3$s" : "Elke %1$s van de maand van %2$s tot %3$s",
+ "Every Month on the %1$s between %2$s - %3$s until %4$s" : "Elke %1$s van de maand van %2$s tot %3$s, tot %4$s ",
+ "Every %1$d Months on the %2$s for the entire day" : "Op de %2$s elke %1$d maanden gedurende de hele dag",
+ "Every %1$d Months on the %2$s for the entire day until %3$s" : "Op de %2$s elke %1$d maanden gedurende de hele dag tot %3$s",
+ "Every %1$d Months on the %2$s between %3$s - %4$s" : "Op de %2$s elke %1$d maanden van %3$s tot %4$s",
+ "Every %1$d Months on the %2$s between %3$s - %4$s until %5$s" : "Op de %2$s elke %1$d maanden van %3$s tot %4$s tot %5$s",
+ "Every Year in %1$s on the %2$s for the entire day" : "Elk jaar in %1$s op de %2$s gedurende de hele dag",
+ "Every Year in %1$s on the %2$s for the entire day until %3$s" : "Elk jaar in %1$s op de %2$s gedurende de hele dag tot %3$s",
+ "Every Year in %1$s on the %2$s between %3$s - %4$s" : "Elk jaar in %1$s op de %2$s van %3$s tot %4$s",
+ "Every Year in %1$s on the %2$s between %3$s - %4$s until %5$s" : "Elk jaar in %1$s op de %2$s van %3$s tot %4$s, tot %5$s",
+ "Every %1$d Years in %2$s on the %3$s for the entire day" : "Elke %1$d jaar in %2$s op de %3$s gedurende de hele dag",
+ "Every %1$d Years in %2$s on the %3$s for the entire day until %4$s" : "Elke %1$d jaar in %2$s op de %3$s gedurende de hele dag tot%4$s",
+ "Every %1$d Years in %2$s on the %3$s between %4$s - %5$s" : "Elke %1$d jaar in %2$s op de %3$s van %4$s tot %5$s",
+ "Every %1$d Years in %2$s on the %3$s between %4$s - %5$s until %6$s" : "Elke %1$d jaar in %2$s op de %3$s van %4$s tot %5$s, tot %6$s ",
+ "On specific dates for the entire day until %1$s" : "Op specifieke dagen gedurende de hele dag tot %1$s",
+ "On specific dates between %1$s - %2$s until %3$s" : "Op specifieke dagen van %1$s tot %2$s, tot %3$s",
+ "In the past on %1$s" : "In het verleden op %1$s",
"Cancelled: %1$s" : "Geannuleerd: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" is geannuleerd",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s heeft uw uitnodiging aanvaard",
- "%1$s has declined your invitation" : "%1$s heeft uw uitnodiging afgewezen",
- "%1$s has responded to your invitation" : "%1$s heeft gereageerd op uw uitnodiging",
+ "%1$s has tentatively accepted your invitation" : "%1$s heeft je uitnodiging voorlopig geaccepteerd",
+ "%1$s has declined your invitation" : "%1$s heeft je uitnodiging afgewezen",
+ "%1$s has responded to your invitation" : "%1$s heeft op je uitnodiging gereageerd",
"Invitation updated: %1$s" : "Uitnodiging bijgewerkt: %1$s",
+ "%1$s updated the event \"%2$s\"" : "%1$s heeft de afspraak \"%2$s\" aangepast",
"Invitation: %1$s" : "Uitnodiging: %1$s",
+ "%1$s would like to invite you to \"%2$s\"" : "%1$s heeft je uitgenodigd voor \"%2$s\"",
"Organizer:" : "Organisator:",
"Attendees:" : "Deelnemers:",
"Title:" : "Titel:",
"When:" : "Wanneer:",
"Location:" : "Locatie:",
"Link:" : "Link:",
+ "Occurring:" : "Elke:",
"Accept" : "Accepteren",
"Decline" : "Afwijzen",
"More options …" : "Meer opties …",
@@ -106,7 +163,12 @@ OC.L10N.register(
"November" : "November",
"December" : "December",
"First" : "Eerste",
+ "Second" : "Tweede",
+ "Third" : "Derde",
+ "Fourth" : "Vierde",
+ "Fifth" : "Vijfde",
"Last" : "Laatste",
+ "Second Last" : "Voorlaatste",
"Contacts" : "Contactpersonen",
"{actor} created address book {addressbook}" : "{actor} creëerde adresboek {addressbook}",
"You created address book {addressbook}" : "Je creëerde adresboek {addressbook}",
@@ -133,6 +195,7 @@ OC.L10N.register(
"You updated contact {card} in address book {addressbook}" : "Je wijzigde contact {card} in adresboek {addressbook}",
"A contact or address book was modified" : "Een contact uit adresboek is gewijzigd",
"Accounts" : "Accounts",
+ "System address book which holds all accounts" : "Systeem-adresboek met daarin alle accounts",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "Verwachte bestandsgrootte van %1$s maar gelezen (van Nextcloud-client) en geschreven (naar Nextcloud-opslag) %2$s. Dit kan een netwerkprobleem zijn aan de verzendende kant of een probleem met het schrijven naar de opslag aan de serverkant.",
"Could not rename part file to final file, canceled by hook" : "Kon bestandsdeel niet hernoemen naar definitief bestand, geannuleerd door hook",
@@ -153,6 +216,7 @@ OC.L10N.register(
"Completed on %s" : "Voltooid op %s",
"Due on %s by %s" : "Verwacht op %s door %s",
"Due on %s" : "Verwacht op %s",
+ "Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings." : "Welkom bij Nextcloud Calendar!\n\nDit is een voorbeeldafspraak - ontdek de flexibiliteit van plannen met Nextcloud Calendar door elke aanpassing te maken die je maar wilt!\n\nMet Nextcloud Calendar kun je:\n- Moeiteloos afspraken maken, bewerken en beheren.\n- Meerdere kalenders maken en delen met teamgenoten, vrienden of familie.\n- Beschikbaarheid controleren en aan anderen laten zien wanneer je al bezet bent.\n- Naadloos integreren met apps en apparaten via CalDAV.\n- Je ervaring aanpassen: terugkerende afspraken plannen, meldingen en andere instellingen aanpassen.",
"WebDAV endpoint" : "WebDAV eindpunt",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Je webserver is nog niet goed ingesteld voor bestandssynchronisatie, omdat de WebDAV interface niet goed lijkt te werken.",
"Contacts and groups" : "Contactpersonen en groepen",
diff --git a/apps/dav/l10n/nl.json b/apps/dav/l10n/nl.json
index 161b2287d8e..c9e5588f9a5 100644
--- a/apps/dav/l10n/nl.json
+++ b/apps/dav/l10n/nl.json
@@ -30,6 +30,7 @@
"You deleted event {event} from calendar {calendar}" : "Je verwijderde afspraak {event} uit agenda {calendar}",
"{actor} updated event {event} in calendar {calendar}" : "{actor} heeft afspraak {event} in agenda {calendar} bijgewerkt",
"You updated event {event} in calendar {calendar}" : "Je hebt afspraak {event} in agenda {calendar} bijgewerkt",
+ "{actor} moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "{actor} heeft de gebeurtenis {event}verplaatst van de agenda {sourceCalendar} naar de agenda {targetCalendar}.",
"You moved event {event} from calendar {sourceCalendar} to calendar {targetCalendar}" : "Je hebt evenement {event} verplaatst van agenda {sourceCalendar} naar agenda {targetCalendar}",
"{actor} restored event {event} of calendar {calendar}" : "{actor} herstelde afspraak {event} in agenda {calendar}",
"You restored event {event} of calendar {calendar}" : "Je herstelde afspraak {event} in agenda {calendar}",
@@ -43,13 +44,16 @@
"{actor} solved to-do {todo} in list {calendar}" : "{actor} voltooide de taak {todo} in de lijst {calendar}",
"You solved to-do {todo} in list {calendar}" : "Jij voltooide de taak {todo} in de lijst {calendar}",
"{actor} reopened to-do {todo} in list {calendar}" : "{actor} heropende taak {todo} in lijst {calendar}",
+ "You reopened to-do {todo} in list {calendar}" : "Je heropende taak {todo} in lijst {calendar}",
+ "{actor} moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "{actor} heeft de taak {todo} van lijst {sourceCalendar} naar lijst {targetCalendar} verplaatst",
+ "You moved to-do {todo} from list {sourceCalendar} to list {targetCalendar}" : "Je verplaatste taak {todo} van lijst {sourceCalendar} naar lijst {targetCalendar}",
"Calendar, contacts and tasks" : "Agenda, contactpersonen en taken",
"A calendar was modified" : "Een agenda is aangepast",
"A calendar event was modified" : "Een agenda gebeurtenis is aangepast",
"A calendar to-do was modified" : "Een agenda to-do was aangepast",
"Contact birthdays" : "Verjaardagen",
"Death of %s" : "Sterfdatum van %s",
- "Untitled calendar" : "Naamloze calender",
+ "Untitled calendar" : "Naamloze kalender",
"Calendar:" : "Agenda",
"Date:" : "Datum",
"Where:" : "Waar:",
@@ -66,20 +70,73 @@
"Description: %s" : "Beschrijving: %s",
"Where: %s" : "Waar: %s",
"%1$s via %2$s" : "%1$s via %2$s",
+ "In the past on %1$s for the entire day" : "In het verleden op %1$s gedurende de hele dag",
+ "_In a minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["Over één minuut op %1$s gedurende de hele dag","Over %n minuten op %1$s gedurende de hele dag"],
+ "_In a hour on %1$s for the entire day_::_In %n hours on %1$s for the entire day_" : ["Over een uur op %1$s gedurende de hele dag","Over %n uur op %1$s gedurende de hele dag"],
+ "_In a day on %1$s for the entire day_::_In %n days on %1$s for the entire day_" : ["Over een dag op %1$s gedurende de hele dag","Over %n dagen op %1$s gedurende de hele dag"],
+ "_In a week on %1$s for the entire day_::_In %n weeks on %1$s for the entire day_" : ["Over een week op %1$s gedurende de hele dag","Over %n weken op %1$s gedurende de hele dag"],
+ "_In a month on %1$s for the entire day_::_In %n months on %1$s for the entire day_" : ["Over een maand op %1$s gedurende de hele dag","Over %n maanden op %1$s gedurende de hele dag"],
+ "_In a year on %1$s for the entire day_::_In %n years on %1$s for the entire day_" : ["Over een jaar op %1$s gedurende de hele dag","Over %n jaar op %1$s gedurende de hele dag"],
+ "In the past on %1$s between %2$s - %3$s" : "In het verleden op %1$s van %2$s tot %3$s",
+ "_In a minute on %1$s between %2$s - %3$s_::_In %n minutes on %1$s between %2$s - %3$s_" : ["Over één minuut op %1$s van %2$s tot %3$s","Over %n minuten op %1$s van %2$s tot %3$s"],
+ "_In a hour on %1$s between %2$s - %3$s_::_In %n hours on %1$s between %2$s - %3$s_" : ["Over een uur op %1$s van %2$s tot%3$s","Over %n uur op %1$s van %2$s tot %3$s"],
+ "_In a day on %1$s between %2$s - %3$s_::_In %n days on %1$s between %2$s - %3$s_" : ["Over één dag op %1$s van %2$s tot %3$s","Over %n dagen op %1$s van %2$s tot %3$s"],
+ "_In a week on %1$s between %2$s - %3$s_::_In %n weeks on %1$s between %2$s - %3$s_" : ["Over een week op %1$s van %2$s tot %3$s","Over %n weken op %1$s van %2$s tot %3$s"],
+ "_In a month on %1$s between %2$s - %3$s_::_In %n months on %1$s between %2$s - %3$s_" : ["Over een maand op %1$s van %2$s tot %3$s","Over %n maanden op %1$s van %2$s tot %3$s"],
+ "_In a year on %1$s between %2$s - %3$s_::_In %n years on %1$s between %2$s - %3$s_" : ["Over een jaar op %1$s van %2$s tot %3$s","Over %n jaar op %1$s van %2$s tot %3$s"],
+ "Every Day for the entire day" : "Elke dag gedurende de hele dag",
+ "Every Day for the entire day until %1$s" : "Elke dag gedurende de hele dag tot %1$s",
+ "Every Day between %1$s - %2$s" : "Elke dag van %1$s tot %2$s",
+ "Every Day between %1$s - %2$s until %3$s" : "Elke dag van %1$s tot %2$s, tot %3$s ",
+ "Every %1$d Days for the entire day" : "Elke %1$d dagen gedurende de hele dag",
+ "Every %1$d Days for the entire day until %2$s" : "Elke %1$d dagen gedurende de hele dag tot %2$s",
+ "Every %1$d Days between %2$s - %3$s" : "Elke %1$d dagen van %2$s tot %3$s",
+ "Every %1$d Days between %2$s - %3$s until %4$s" : "Elke %1$d dagen van %2$s tot %3$s, tot %4$s ",
+ "Every Week on %1$s for the entire day" : "Elke week op %1$s gedurende de hele dag",
+ "Every Week on %1$s for the entire day until %2$s" : "Elke week op %1$s gedurende de hele dag tot %2$s",
+ "Every Week on %1$s between %2$s - %3$s" : "Elke week op %1$s van %2$s tot %3$s",
+ "Every Week on %1$s between %2$s - %3$s until %4$s" : "Elke week op %1$s van %2$s tot %3$s, tot %4$s ",
+ "Every %1$d Weeks on %2$s for the entire day" : "Elke %1$d weken op %2$s gedurende de hele dag",
+ "Every %1$d Weeks on %2$s for the entire day until %3$s" : "Elke %1$d weken op %2$s gedurende de hele dag tot %3$s",
+ "Every %1$d Weeks on %2$s between %3$s - %4$s" : "Elke %1$d weken op %2$s van %3$s tot %4$s",
+ "Every %1$d Weeks on %2$s between %3$s - %4$s until %5$s" : "Elke %1$d weken op %2$s van %3$s tot %4$s, tot %5$s",
+ "Every Month on the %1$s for the entire day" : "Elke %1$s van de maand gedurende de hele dag",
+ "Every Month on the %1$s for the entire day until %2$s" : "Elke %1$s van de maand gedurende de hele dag tot %2$s",
+ "Every Month on the %1$s between %2$s - %3$s" : "Elke %1$s van de maand van %2$s tot %3$s",
+ "Every Month on the %1$s between %2$s - %3$s until %4$s" : "Elke %1$s van de maand van %2$s tot %3$s, tot %4$s ",
+ "Every %1$d Months on the %2$s for the entire day" : "Op de %2$s elke %1$d maanden gedurende de hele dag",
+ "Every %1$d Months on the %2$s for the entire day until %3$s" : "Op de %2$s elke %1$d maanden gedurende de hele dag tot %3$s",
+ "Every %1$d Months on the %2$s between %3$s - %4$s" : "Op de %2$s elke %1$d maanden van %3$s tot %4$s",
+ "Every %1$d Months on the %2$s between %3$s - %4$s until %5$s" : "Op de %2$s elke %1$d maanden van %3$s tot %4$s tot %5$s",
+ "Every Year in %1$s on the %2$s for the entire day" : "Elk jaar in %1$s op de %2$s gedurende de hele dag",
+ "Every Year in %1$s on the %2$s for the entire day until %3$s" : "Elk jaar in %1$s op de %2$s gedurende de hele dag tot %3$s",
+ "Every Year in %1$s on the %2$s between %3$s - %4$s" : "Elk jaar in %1$s op de %2$s van %3$s tot %4$s",
+ "Every Year in %1$s on the %2$s between %3$s - %4$s until %5$s" : "Elk jaar in %1$s op de %2$s van %3$s tot %4$s, tot %5$s",
+ "Every %1$d Years in %2$s on the %3$s for the entire day" : "Elke %1$d jaar in %2$s op de %3$s gedurende de hele dag",
+ "Every %1$d Years in %2$s on the %3$s for the entire day until %4$s" : "Elke %1$d jaar in %2$s op de %3$s gedurende de hele dag tot%4$s",
+ "Every %1$d Years in %2$s on the %3$s between %4$s - %5$s" : "Elke %1$d jaar in %2$s op de %3$s van %4$s tot %5$s",
+ "Every %1$d Years in %2$s on the %3$s between %4$s - %5$s until %6$s" : "Elke %1$d jaar in %2$s op de %3$s van %4$s tot %5$s, tot %6$s ",
+ "On specific dates for the entire day until %1$s" : "Op specifieke dagen gedurende de hele dag tot %1$s",
+ "On specific dates between %1$s - %2$s until %3$s" : "Op specifieke dagen van %1$s tot %2$s, tot %3$s",
+ "In the past on %1$s" : "In het verleden op %1$s",
"Cancelled: %1$s" : "Geannuleerd: %1$s",
"\"%1$s\" has been canceled" : "\"%1$s\" is geannuleerd",
"Re: %1$s" : "Re: %1$s",
"%1$s has accepted your invitation" : "%1$s heeft uw uitnodiging aanvaard",
- "%1$s has declined your invitation" : "%1$s heeft uw uitnodiging afgewezen",
- "%1$s has responded to your invitation" : "%1$s heeft gereageerd op uw uitnodiging",
+ "%1$s has tentatively accepted your invitation" : "%1$s heeft je uitnodiging voorlopig geaccepteerd",
+ "%1$s has declined your invitation" : "%1$s heeft je uitnodiging afgewezen",
+ "%1$s has responded to your invitation" : "%1$s heeft op je uitnodiging gereageerd",
"Invitation updated: %1$s" : "Uitnodiging bijgewerkt: %1$s",
+ "%1$s updated the event \"%2$s\"" : "%1$s heeft de afspraak \"%2$s\" aangepast",
"Invitation: %1$s" : "Uitnodiging: %1$s",
+ "%1$s would like to invite you to \"%2$s\"" : "%1$s heeft je uitgenodigd voor \"%2$s\"",
"Organizer:" : "Organisator:",
"Attendees:" : "Deelnemers:",
"Title:" : "Titel:",
"When:" : "Wanneer:",
"Location:" : "Locatie:",
"Link:" : "Link:",
+ "Occurring:" : "Elke:",
"Accept" : "Accepteren",
"Decline" : "Afwijzen",
"More options …" : "Meer opties …",
@@ -104,7 +161,12 @@
"November" : "November",
"December" : "December",
"First" : "Eerste",
+ "Second" : "Tweede",
+ "Third" : "Derde",
+ "Fourth" : "Vierde",
+ "Fifth" : "Vijfde",
"Last" : "Laatste",
+ "Second Last" : "Voorlaatste",
"Contacts" : "Contactpersonen",
"{actor} created address book {addressbook}" : "{actor} creëerde adresboek {addressbook}",
"You created address book {addressbook}" : "Je creëerde adresboek {addressbook}",
@@ -131,6 +193,7 @@
"You updated contact {card} in address book {addressbook}" : "Je wijzigde contact {card} in adresboek {addressbook}",
"A contact or address book was modified" : "Een contact uit adresboek is gewijzigd",
"Accounts" : "Accounts",
+ "System address book which holds all accounts" : "Systeem-adresboek met daarin alle accounts",
"_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
"Expected filesize of %1$s but read (from Nextcloud client) and wrote (to Nextcloud storage) %2$s. Could either be a network problem on the sending side or a problem writing to the storage on the server side." : "Verwachte bestandsgrootte van %1$s maar gelezen (van Nextcloud-client) en geschreven (naar Nextcloud-opslag) %2$s. Dit kan een netwerkprobleem zijn aan de verzendende kant of een probleem met het schrijven naar de opslag aan de serverkant.",
"Could not rename part file to final file, canceled by hook" : "Kon bestandsdeel niet hernoemen naar definitief bestand, geannuleerd door hook",
@@ -151,6 +214,7 @@
"Completed on %s" : "Voltooid op %s",
"Due on %s by %s" : "Verwacht op %s door %s",
"Due on %s" : "Verwacht op %s",
+ "Welcome to Nextcloud Calendar!\n\nThis is a sample event - explore the flexibility of planning with Nextcloud Calendar by making any edits you want!\n\nWith Nextcloud Calendar, you can:\n- Create, edit, and manage events effortlessly.\n- Create multiple calendars and share them with teammates, friends, or family.\n- Check availability and display your busy times to others.\n- Seamlessly integrate with apps and devices via CalDAV.\n- Customize your experience: schedule recurring events, adjust notifications and other settings." : "Welkom bij Nextcloud Calendar!\n\nDit is een voorbeeldafspraak - ontdek de flexibiliteit van plannen met Nextcloud Calendar door elke aanpassing te maken die je maar wilt!\n\nMet Nextcloud Calendar kun je:\n- Moeiteloos afspraken maken, bewerken en beheren.\n- Meerdere kalenders maken en delen met teamgenoten, vrienden of familie.\n- Beschikbaarheid controleren en aan anderen laten zien wanneer je al bezet bent.\n- Naadloos integreren met apps en apparaten via CalDAV.\n- Je ervaring aanpassen: terugkerende afspraken plannen, meldingen en andere instellingen aanpassen.",
"WebDAV endpoint" : "WebDAV eindpunt",
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "Je webserver is nog niet goed ingesteld voor bestandssynchronisatie, omdat de WebDAV interface niet goed lijkt te werken.",
"Contacts and groups" : "Contactpersonen en groepen",
diff --git a/apps/dav/l10n/pl.js b/apps/dav/l10n/pl.js
index 91375ce0304..3edcbb7447f 100644
--- a/apps/dav/l10n/pl.js
+++ b/apps/dav/l10n/pl.js
@@ -77,11 +77,17 @@ OC.L10N.register(
"_In a hour on %1$s for the entire day_::_In %n hours on %1$s for the entire day_" : ["Za godzinę, dnia %1$s, przez cały dzień","Za %n godziny, dnia %1$s, przez cały dzień","Za %n godzin, dnia %1$s, przez cały dzień","Za %n godzin, dnia %1$s, przez cały dzień"],
"_In a day on %1$s for the entire day_::_In %n days on %1$s for the entire day_" : ["Za jeden dzień, dnia %1$s, przez cały dzień","Za %n dni, dnia %1$s, przez cały dzień","Za %n dni, dnia %1$s, przez cały dzień","Za %n dni, dnia %1$s, przez cały dzień"],
"_In a week on %1$s for the entire day_::_In %n weeks on %1$s for the entire day_" : ["Za tydzień, dnia %1$s, przez cały dzień","Za %n tygodnie, dnia %1$s, przez cały dzień","Za %n tygodni, dnia %1$s, przez cały dzień","Za %n tygodni, dnia %1$s, przez cały dzień"],
+ "_In a month on %1$s for the entire day_::_In %n months on %1$s for the entire day_" : ["W ciągu miesiąca, dnia %1$s przez cały dzień","W ciągu %n miesięcy, dnia %1$s przez cały dzień","W ciągu %n miesięcy, dnia %1$s przez cały dzień","W ciągu %n miesięcy, dnia %1$s przez cały dzień"],
"Could not generate when statement" : "Nie można wygenerować instrukcji when",
"Every Day for the entire day" : "Codziennie przez cały dzień",
"Every Day for the entire day until %1$s" : "Codziennie przez cały dzień do %1$s",
"Every Day between %1$s - %2$s" : "Codziennie między %1$s – %2$s",
+ "Every %1$d Days for the entire day" : "Co %1$d dni przez cały dzień",
+ "Every %1$d Days for the entire day until %2$s" : "Co %1$d dni przez cały dzień aż do %2$s",
+ "Every %1$d Days between %2$s - %3$s" : "Co %1$d dni pomiędzy %2$s - %3$s",
+ "Every %1$d Days between %2$s - %3$s until %4$s" : "Co %1$d dni, pomiędzy %2$s - %3$s aż do %4$s",
"Could not generate event recurrence statement" : "Nie można wygenerować zestawienia powtórzeń zdarzenia",
+ "Every Week on %1$s for the entire day" : "Każdego tygodnia w %1$s przez cały dzień",
"In the past on %1$s" : "W przeszłości dnia %1$s",
"_In a minute on %1$s_::_In %n minutes on %1$s_" : ["Za minutę dnia %2$s","Za %1$n minuty dnia %2$s","Za %1$n minut dnia %2$s","Za %1$n minut dnia %2$s"],
"_In a hour on %1$s_::_In %n hours on %1$s_" : ["Za godzinę dnia %2$s","Za %1$n godziny dnia %2$s","Za %1$n godzin dnia %2$s","Za %1$n godzin dnia %2$s"],
diff --git a/apps/dav/l10n/pl.json b/apps/dav/l10n/pl.json
index 229a24cbbe1..8a35719cf92 100644
--- a/apps/dav/l10n/pl.json
+++ b/apps/dav/l10n/pl.json
@@ -75,11 +75,17 @@
"_In a hour on %1$s for the entire day_::_In %n hours on %1$s for the entire day_" : ["Za godzinę, dnia %1$s, przez cały dzień","Za %n godziny, dnia %1$s, przez cały dzień","Za %n godzin, dnia %1$s, przez cały dzień","Za %n godzin, dnia %1$s, przez cały dzień"],
"_In a day on %1$s for the entire day_::_In %n days on %1$s for the entire day_" : ["Za jeden dzień, dnia %1$s, przez cały dzień","Za %n dni, dnia %1$s, przez cały dzień","Za %n dni, dnia %1$s, przez cały dzień","Za %n dni, dnia %1$s, przez cały dzień"],
"_In a week on %1$s for the entire day_::_In %n weeks on %1$s for the entire day_" : ["Za tydzień, dnia %1$s, przez cały dzień","Za %n tygodnie, dnia %1$s, przez cały dzień","Za %n tygodni, dnia %1$s, przez cały dzień","Za %n tygodni, dnia %1$s, przez cały dzień"],
+ "_In a month on %1$s for the entire day_::_In %n months on %1$s for the entire day_" : ["W ciągu miesiąca, dnia %1$s przez cały dzień","W ciągu %n miesięcy, dnia %1$s przez cały dzień","W ciągu %n miesięcy, dnia %1$s przez cały dzień","W ciągu %n miesięcy, dnia %1$s przez cały dzień"],
"Could not generate when statement" : "Nie można wygenerować instrukcji when",
"Every Day for the entire day" : "Codziennie przez cały dzień",
"Every Day for the entire day until %1$s" : "Codziennie przez cały dzień do %1$s",
"Every Day between %1$s - %2$s" : "Codziennie między %1$s – %2$s",
+ "Every %1$d Days for the entire day" : "Co %1$d dni przez cały dzień",
+ "Every %1$d Days for the entire day until %2$s" : "Co %1$d dni przez cały dzień aż do %2$s",
+ "Every %1$d Days between %2$s - %3$s" : "Co %1$d dni pomiędzy %2$s - %3$s",
+ "Every %1$d Days between %2$s - %3$s until %4$s" : "Co %1$d dni, pomiędzy %2$s - %3$s aż do %4$s",
"Could not generate event recurrence statement" : "Nie można wygenerować zestawienia powtórzeń zdarzenia",
+ "Every Week on %1$s for the entire day" : "Każdego tygodnia w %1$s przez cały dzień",
"In the past on %1$s" : "W przeszłości dnia %1$s",
"_In a minute on %1$s_::_In %n minutes on %1$s_" : ["Za minutę dnia %2$s","Za %1$n minuty dnia %2$s","Za %1$n minut dnia %2$s","Za %1$n minut dnia %2$s"],
"_In a hour on %1$s_::_In %n hours on %1$s_" : ["Za godzinę dnia %2$s","Za %1$n godziny dnia %2$s","Za %1$n godzin dnia %2$s","Za %1$n godzin dnia %2$s"],
diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js
index dd10651884b..6d2710cef33 100644
--- a/apps/files/l10n/ar.js
+++ b/apps/files/l10n/ar.js
@@ -192,7 +192,6 @@ OC.L10N.register(
"Show hidden files" : "عرض الملفات المخفية",
"Show file type column" : "عرض عمود نوع الملف",
"Crop image previews" : "اقتصاص صورة العروض",
- "Enable the grid view" : "تمكين العرض الشبكي",
"Enable folder tree" : "تمكين شجرة المجلدات",
"Additional settings" : "الإعدادات المتقدمة",
"WebDAV" : "WebDAV",
@@ -445,6 +444,7 @@ OC.L10N.register(
"Upload (max. %s)" : "الرفع ( حد اقصى. %s ) ",
"Submitting fields…" : "إرسال الحقول...",
"Filter filenames…" : "تصفية باسم الملف...",
+ "Enable the grid view" : "تمكين العرض الشبكي",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} مجلد","{folderCount} مجلد","{folderCount} مجلد","{folderCount} مجلدات","{folderCount} مجلد","{folderCount} مجلد"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ملف","{fileCount} ملف","{fileCount} ملف","{fileCount} ملفات","{fileCount} ملف","{fileCount} ملف"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ملف و {folderCount} مجلد","1 ملف و {folderCount} مجلد","1 ملف و {folderCount} مجلد","1 ملف و{folderCount} مجلدات","1 ملف و {folderCount} مجلد","1 ملف و {folderCount} مجلد"],
diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json
index 3adc3dcb28d..98a56a6c276 100644
--- a/apps/files/l10n/ar.json
+++ b/apps/files/l10n/ar.json
@@ -190,7 +190,6 @@
"Show hidden files" : "عرض الملفات المخفية",
"Show file type column" : "عرض عمود نوع الملف",
"Crop image previews" : "اقتصاص صورة العروض",
- "Enable the grid view" : "تمكين العرض الشبكي",
"Enable folder tree" : "تمكين شجرة المجلدات",
"Additional settings" : "الإعدادات المتقدمة",
"WebDAV" : "WebDAV",
@@ -443,6 +442,7 @@
"Upload (max. %s)" : "الرفع ( حد اقصى. %s ) ",
"Submitting fields…" : "إرسال الحقول...",
"Filter filenames…" : "تصفية باسم الملف...",
+ "Enable the grid view" : "تمكين العرض الشبكي",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} مجلد","{folderCount} مجلد","{folderCount} مجلد","{folderCount} مجلدات","{folderCount} مجلد","{folderCount} مجلد"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ملف","{fileCount} ملف","{fileCount} ملف","{fileCount} ملفات","{fileCount} ملف","{fileCount} ملف"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ملف و {folderCount} مجلد","1 ملف و {folderCount} مجلد","1 ملف و {folderCount} مجلد","1 ملف و{folderCount} مجلدات","1 ملف و {folderCount} مجلد","1 ملف و {folderCount} مجلد"],
diff --git a/apps/files/l10n/ast.js b/apps/files/l10n/ast.js
index 6454bf0e95f..1fb48af6eb2 100644
--- a/apps/files/l10n/ast.js
+++ b/apps/files/l10n/ast.js
@@ -144,7 +144,6 @@ OC.L10N.register(
"Sort folders before files" : "Ordenar les carpetes enantes que los ficheros",
"Show hidden files" : "Amosar los ficheros anubríos",
"Crop image previews" : "Recortar la previsualización d'imáxenes",
- "Enable the grid view" : "Activar la vista de rexáu",
"Additional settings" : "Configuración adicional",
"WebDAV" : "WebDAV",
"WebDAV URL" : "URL de WebDAV",
@@ -331,6 +330,7 @@ OC.L10N.register(
"Upload file" : "Xubir un ficheru",
"An error occurred while trying to update the tags" : "Prodúxose un error al tentar d'anovar les etiquetes",
"Upload (max. %s)" : "Xubir (%s como máximu)",
+ "Enable the grid view" : "Activar la vista de rexáu",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetes"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ficheru","{fileCount} ficheros"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ficheru y {folderCount} carpeta","1 ficheru y {folderCount} carpetes"],
diff --git a/apps/files/l10n/ast.json b/apps/files/l10n/ast.json
index 71439397039..92f4678e29e 100644
--- a/apps/files/l10n/ast.json
+++ b/apps/files/l10n/ast.json
@@ -142,7 +142,6 @@
"Sort folders before files" : "Ordenar les carpetes enantes que los ficheros",
"Show hidden files" : "Amosar los ficheros anubríos",
"Crop image previews" : "Recortar la previsualización d'imáxenes",
- "Enable the grid view" : "Activar la vista de rexáu",
"Additional settings" : "Configuración adicional",
"WebDAV" : "WebDAV",
"WebDAV URL" : "URL de WebDAV",
@@ -329,6 +328,7 @@
"Upload file" : "Xubir un ficheru",
"An error occurred while trying to update the tags" : "Prodúxose un error al tentar d'anovar les etiquetes",
"Upload (max. %s)" : "Xubir (%s como máximu)",
+ "Enable the grid view" : "Activar la vista de rexáu",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetes"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ficheru","{fileCount} ficheros"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ficheru y {folderCount} carpeta","1 ficheru y {folderCount} carpetes"],
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js
index f588cc571a2..3e2df7e84fa 100644
--- a/apps/files/l10n/ca.js
+++ b/apps/files/l10n/ca.js
@@ -186,7 +186,6 @@ OC.L10N.register(
"Sort folders before files" : "Ordena les carpetes abans dels fitxers",
"Show hidden files" : "Mostra els fitxers ocults",
"Crop image previews" : "Retalla les previsualitzacions de les imatges",
- "Enable the grid view" : "Habilita la visualització de quadrícula",
"Enable folder tree" : "Habilita l'arbre de carpetes",
"Additional settings" : "Paràmetres addicionals",
"WebDAV" : "WebDAV",
@@ -439,6 +438,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Puja (màx. %s)",
"Submitting fields…" : "S'estan enviant camps…",
"Filter filenames…" : "Filtra els noms de fitxer…",
+ "Enable the grid view" : "Habilita la visualització de quadrícula",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetes"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fitxer","{fileCount} fitxers"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fitxer i {folderCount} carpeta","1 fitxer i {folderCount} carpetes"],
diff --git a/apps/files/l10n/ca.json b/apps/files/l10n/ca.json
index ecf6b274e49..a9456a5d7e5 100644
--- a/apps/files/l10n/ca.json
+++ b/apps/files/l10n/ca.json
@@ -184,7 +184,6 @@
"Sort folders before files" : "Ordena les carpetes abans dels fitxers",
"Show hidden files" : "Mostra els fitxers ocults",
"Crop image previews" : "Retalla les previsualitzacions de les imatges",
- "Enable the grid view" : "Habilita la visualització de quadrícula",
"Enable folder tree" : "Habilita l'arbre de carpetes",
"Additional settings" : "Paràmetres addicionals",
"WebDAV" : "WebDAV",
@@ -437,6 +436,7 @@
"Upload (max. %s)" : "Puja (màx. %s)",
"Submitting fields…" : "S'estan enviant camps…",
"Filter filenames…" : "Filtra els noms de fitxer…",
+ "Enable the grid view" : "Habilita la visualització de quadrícula",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetes"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fitxer","{fileCount} fitxers"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fitxer i {folderCount} carpeta","1 fitxer i {folderCount} carpetes"],
diff --git a/apps/files/l10n/cs.js b/apps/files/l10n/cs.js
index 2920f31e092..2f593d271c4 100644
--- a/apps/files/l10n/cs.js
+++ b/apps/files/l10n/cs.js
@@ -129,6 +129,7 @@ OC.L10N.register(
"Search globally by filename …" : "Hledat všude podle názvu souboru…",
"Search here by filename …" : "Hledat zde podle názvu souboru…",
"Search scope options" : "Předvolby rozsahu prohledávaného",
+ "Filter and search from this location" : "Filtrovat a hledat z tohoto umístění",
"Search globally" : "Hledat všude",
"{usedQuotaByte} used" : "{usedQuotaByte} využito",
"{used} of {quota} used" : "Využito {used} z {quota} ",
@@ -202,7 +203,6 @@ OC.L10N.register(
"Show hidden files" : "Zobrazit skryté soubory",
"Show file type column" : "Zobrazovat sloupec Typ souboru",
"Crop image previews" : "Oříznout náhledy obrázků",
- "Enable the grid view" : "Zapnout zobrazení v mřížce",
"Enable folder tree" : "Zapnout strom složek",
"Additional settings" : "Další nastavení",
"WebDAV" : "WebDAV",
@@ -457,6 +457,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Nahrát (max. %s)",
"Submitting fields…" : "Odesílání kolonek…",
"Filter filenames…" : "Filtrovat názvy souborů…",
+ "Enable the grid view" : "Zapnout zobrazení v mřížce",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} složka","{folderCount} složky","{folderCount} složek","{folderCount} složky"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} soubor","{fileCount} soubory","{fileCount} souborů","{fileCount} soubory"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 soubor a {folderCount} složka","1 soubor a {folderCount} složky","1 soubor a {folderCount} složek","1 soubor a {folderCount} složky"],
diff --git a/apps/files/l10n/cs.json b/apps/files/l10n/cs.json
index aea0e8d7b95..b565488a6e2 100644
--- a/apps/files/l10n/cs.json
+++ b/apps/files/l10n/cs.json
@@ -127,6 +127,7 @@
"Search globally by filename …" : "Hledat všude podle názvu souboru…",
"Search here by filename …" : "Hledat zde podle názvu souboru…",
"Search scope options" : "Předvolby rozsahu prohledávaného",
+ "Filter and search from this location" : "Filtrovat a hledat z tohoto umístění",
"Search globally" : "Hledat všude",
"{usedQuotaByte} used" : "{usedQuotaByte} využito",
"{used} of {quota} used" : "Využito {used} z {quota} ",
@@ -200,7 +201,6 @@
"Show hidden files" : "Zobrazit skryté soubory",
"Show file type column" : "Zobrazovat sloupec Typ souboru",
"Crop image previews" : "Oříznout náhledy obrázků",
- "Enable the grid view" : "Zapnout zobrazení v mřížce",
"Enable folder tree" : "Zapnout strom složek",
"Additional settings" : "Další nastavení",
"WebDAV" : "WebDAV",
@@ -455,6 +455,7 @@
"Upload (max. %s)" : "Nahrát (max. %s)",
"Submitting fields…" : "Odesílání kolonek…",
"Filter filenames…" : "Filtrovat názvy souborů…",
+ "Enable the grid view" : "Zapnout zobrazení v mřížce",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} složka","{folderCount} složky","{folderCount} složek","{folderCount} složky"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} soubor","{fileCount} soubory","{fileCount} souborů","{fileCount} soubory"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 soubor a {folderCount} složka","1 soubor a {folderCount} složky","1 soubor a {folderCount} složek","1 soubor a {folderCount} složky"],
diff --git a/apps/files/l10n/da.js b/apps/files/l10n/da.js
index afb1341ec27..a50d0670245 100644
--- a/apps/files/l10n/da.js
+++ b/apps/files/l10n/da.js
@@ -186,7 +186,6 @@ OC.L10N.register(
"Sort folders before files" : "Sorter mapper før filer",
"Show hidden files" : "Vis skjulte filer",
"Crop image previews" : "Beskær forhåndsvisninger af billeder",
- "Enable the grid view" : "Aktiver gittervisning",
"Enable folder tree" : "Aktiver mappetræ",
"Additional settings" : "Yderligere indstillinger",
"WebDAV" : "WebDAV",
@@ -439,6 +438,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Upload (max. %s)",
"Submitting fields…" : "Sender felter...",
"Filter filenames…" : "Filtrer filnavne...",
+ "Enable the grid view" : "Aktiver gittervisning",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappe","{folderCount} mapper"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fil","{fileCount} filer"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fil og {folderCount} mapper","1 fil og {folderCount} mapper"],
diff --git a/apps/files/l10n/da.json b/apps/files/l10n/da.json
index cfc5b117990..850e58505d1 100644
--- a/apps/files/l10n/da.json
+++ b/apps/files/l10n/da.json
@@ -184,7 +184,6 @@
"Sort folders before files" : "Sorter mapper før filer",
"Show hidden files" : "Vis skjulte filer",
"Crop image previews" : "Beskær forhåndsvisninger af billeder",
- "Enable the grid view" : "Aktiver gittervisning",
"Enable folder tree" : "Aktiver mappetræ",
"Additional settings" : "Yderligere indstillinger",
"WebDAV" : "WebDAV",
@@ -437,6 +436,7 @@
"Upload (max. %s)" : "Upload (max. %s)",
"Submitting fields…" : "Sender felter...",
"Filter filenames…" : "Filtrer filnavne...",
+ "Enable the grid view" : "Aktiver gittervisning",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappe","{folderCount} mapper"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fil","{fileCount} filer"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fil og {folderCount} mapper","1 fil og {folderCount} mapper"],
diff --git a/apps/files/l10n/de.js b/apps/files/l10n/de.js
index 2a1c19b5bcb..fd2b069ca44 100644
--- a/apps/files/l10n/de.js
+++ b/apps/files/l10n/de.js
@@ -203,7 +203,6 @@ OC.L10N.register(
"Show hidden files" : "Versteckte Dateien anzeigen",
"Show file type column" : "Dateityp-Spalte anzeigen",
"Crop image previews" : "Bildvorschauen zuschneiden",
- "Enable the grid view" : "Kachelansicht aktivieren",
"Enable folder tree" : "Ordnerstruktur aktivieren",
"Additional settings" : "Zusätzliche Einstellungen",
"WebDAV" : "WebDAV",
@@ -458,6 +457,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Hochladen (max. %s)",
"Submitting fields…" : "Felder werden übermittelt…",
"Filter filenames…" : "Dateinamen filtern…",
+ "Enable the grid view" : "Kachelansicht aktivieren",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} Ordner","{folderCount} Ordner"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} Datei","{fileCount} Dateien"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 Datei und {folderCount} Ordner","1 Datei und {folderCount} Ordner"],
diff --git a/apps/files/l10n/de.json b/apps/files/l10n/de.json
index e4985946a94..68938d3bda5 100644
--- a/apps/files/l10n/de.json
+++ b/apps/files/l10n/de.json
@@ -201,7 +201,6 @@
"Show hidden files" : "Versteckte Dateien anzeigen",
"Show file type column" : "Dateityp-Spalte anzeigen",
"Crop image previews" : "Bildvorschauen zuschneiden",
- "Enable the grid view" : "Kachelansicht aktivieren",
"Enable folder tree" : "Ordnerstruktur aktivieren",
"Additional settings" : "Zusätzliche Einstellungen",
"WebDAV" : "WebDAV",
@@ -456,6 +455,7 @@
"Upload (max. %s)" : "Hochladen (max. %s)",
"Submitting fields…" : "Felder werden übermittelt…",
"Filter filenames…" : "Dateinamen filtern…",
+ "Enable the grid view" : "Kachelansicht aktivieren",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} Ordner","{folderCount} Ordner"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} Datei","{fileCount} Dateien"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 Datei und {folderCount} Ordner","1 Datei und {folderCount} Ordner"],
diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js
index f1692e9c92f..a4840c47734 100644
--- a/apps/files/l10n/de_DE.js
+++ b/apps/files/l10n/de_DE.js
@@ -203,7 +203,6 @@ OC.L10N.register(
"Show hidden files" : "Versteckte Dateien anzeigen",
"Show file type column" : "Dateityp-Spalte anzeigen",
"Crop image previews" : "Bildvorschauen zuschneiden",
- "Enable the grid view" : "Kachelansicht aktivieren",
"Enable folder tree" : "Ordnerstruktur aktivieren",
"Additional settings" : "Zusätzliche Einstellungen",
"WebDAV" : "WebDAV",
@@ -458,6 +457,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Hochladen (max. %s)",
"Submitting fields…" : "Felder werden übermittelt…",
"Filter filenames…" : "Dateinamen filtern…",
+ "Enable the grid view" : "Kachelansicht aktivieren",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} Ordner","{folderCount} Ordner"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} Datei","{fileCount} Dateien"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 Datei und {folderCount} Ordner","1 Datei und {folderCount} Ordner"],
diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json
index d434ff96108..7de69cfb18e 100644
--- a/apps/files/l10n/de_DE.json
+++ b/apps/files/l10n/de_DE.json
@@ -201,7 +201,6 @@
"Show hidden files" : "Versteckte Dateien anzeigen",
"Show file type column" : "Dateityp-Spalte anzeigen",
"Crop image previews" : "Bildvorschauen zuschneiden",
- "Enable the grid view" : "Kachelansicht aktivieren",
"Enable folder tree" : "Ordnerstruktur aktivieren",
"Additional settings" : "Zusätzliche Einstellungen",
"WebDAV" : "WebDAV",
@@ -456,6 +455,7 @@
"Upload (max. %s)" : "Hochladen (max. %s)",
"Submitting fields…" : "Felder werden übermittelt…",
"Filter filenames…" : "Dateinamen filtern…",
+ "Enable the grid view" : "Kachelansicht aktivieren",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} Ordner","{folderCount} Ordner"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} Datei","{fileCount} Dateien"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 Datei und {folderCount} Ordner","1 Datei und {folderCount} Ordner"],
diff --git a/apps/files/l10n/el.js b/apps/files/l10n/el.js
index a2d6752c92f..4e506a4d0b0 100644
--- a/apps/files/l10n/el.js
+++ b/apps/files/l10n/el.js
@@ -153,7 +153,6 @@ OC.L10N.register(
"Sort folders before files" : "Ταξινόμηση φακέλων πριν από τα αρχεία",
"Show hidden files" : "Εμφάνιση κρυφών αρχείων",
"Crop image previews" : "Περικοπή προεπισκόπησης εικόνας",
- "Enable the grid view" : "Ενεργοποίηση της προβολής πλέγματος",
"Additional settings" : "Επιπρόσθετες ρυθμίσεις",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Αντιγραφή στο πρόχειρο",
@@ -339,6 +338,7 @@ OC.L10N.register(
"An error occurred while trying to update the tags" : "Ένα σφάλμα προέκυψε κατά τη διάρκεια ενημέρωσης των ετικετών",
"Upload (max. %s)" : "Μεταφόρτωση (max. %s)",
"Filter filenames…" : "Φιλτράρετε τα ονόματα αρχείων...",
+ "Enable the grid view" : "Ενεργοποίηση της προβολής πλέγματος",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} φάκελος","{folderCount} φακέλοι"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} αρχείο","{fileCount} αρχεία"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 αρχείο και {folderCount} φάκελος","1 αρχείο και {folderCount} φακέλοι"],
diff --git a/apps/files/l10n/el.json b/apps/files/l10n/el.json
index d5e186294e9..c0a46a52758 100644
--- a/apps/files/l10n/el.json
+++ b/apps/files/l10n/el.json
@@ -151,7 +151,6 @@
"Sort folders before files" : "Ταξινόμηση φακέλων πριν από τα αρχεία",
"Show hidden files" : "Εμφάνιση κρυφών αρχείων",
"Crop image previews" : "Περικοπή προεπισκόπησης εικόνας",
- "Enable the grid view" : "Ενεργοποίηση της προβολής πλέγματος",
"Additional settings" : "Επιπρόσθετες ρυθμίσεις",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Αντιγραφή στο πρόχειρο",
@@ -337,6 +336,7 @@
"An error occurred while trying to update the tags" : "Ένα σφάλμα προέκυψε κατά τη διάρκεια ενημέρωσης των ετικετών",
"Upload (max. %s)" : "Μεταφόρτωση (max. %s)",
"Filter filenames…" : "Φιλτράρετε τα ονόματα αρχείων...",
+ "Enable the grid view" : "Ενεργοποίηση της προβολής πλέγματος",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} φάκελος","{folderCount} φακέλοι"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} αρχείο","{fileCount} αρχεία"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 αρχείο και {folderCount} φάκελος","1 αρχείο και {folderCount} φακέλοι"],
diff --git a/apps/files/l10n/en_GB.js b/apps/files/l10n/en_GB.js
index 05363b9987d..40183368011 100644
--- a/apps/files/l10n/en_GB.js
+++ b/apps/files/l10n/en_GB.js
@@ -202,7 +202,6 @@ OC.L10N.register(
"Show hidden files" : "Show hidden files",
"Show file type column" : "Show file type column",
"Crop image previews" : "Crop image previews",
- "Enable the grid view" : "Enable the grid view",
"Enable folder tree" : "Enable folder tree",
"Additional settings" : "Additional settings",
"WebDAV" : "WebDAV",
@@ -457,6 +456,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Upload (max. %s)",
"Submitting fields…" : "Submitting fields…",
"Filter filenames…" : "Filter filenames…",
+ "Enable the grid view" : "Enable the grid view",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","{folderCount} folders"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} files"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file and {folderCount} folder","1 file and {folderCount} folders"],
diff --git a/apps/files/l10n/en_GB.json b/apps/files/l10n/en_GB.json
index 263cd37cc20..f1b23c05b19 100644
--- a/apps/files/l10n/en_GB.json
+++ b/apps/files/l10n/en_GB.json
@@ -200,7 +200,6 @@
"Show hidden files" : "Show hidden files",
"Show file type column" : "Show file type column",
"Crop image previews" : "Crop image previews",
- "Enable the grid view" : "Enable the grid view",
"Enable folder tree" : "Enable folder tree",
"Additional settings" : "Additional settings",
"WebDAV" : "WebDAV",
@@ -455,6 +454,7 @@
"Upload (max. %s)" : "Upload (max. %s)",
"Submitting fields…" : "Submitting fields…",
"Filter filenames…" : "Filter filenames…",
+ "Enable the grid view" : "Enable the grid view",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","{folderCount} folders"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} files"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file and {folderCount} folder","1 file and {folderCount} folders"],
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js
index 4e754c828e7..391bbf5b859 100644
--- a/apps/files/l10n/es.js
+++ b/apps/files/l10n/es.js
@@ -202,7 +202,6 @@ OC.L10N.register(
"Show hidden files" : "Mostrar archivos ocultos",
"Show file type column" : "Mostrar la columna de tipo de archivo",
"Crop image previews" : "Recortar la previsualización de las imágenes",
- "Enable the grid view" : "Habilitar vista de cuadrícula",
"Enable folder tree" : "Habilitar el árbol de carpetas",
"Additional settings" : "Ajustes adicionales",
"WebDAV" : "WebDAV",
@@ -457,6 +456,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Subida (máx. %s)",
"Submitting fields…" : "Enviando campos…",
"Filter filenames…" : "Filtrar nombres de archivo…",
+ "Enable the grid view" : "Habilitar vista de cuadrícula",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetas","{folderCount} carpetas"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} archivo","{fileCount} archivos","{fileCount} archivos"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 archivo y {folderCount} carpeta","1 archivo y {folderCount} carpetas","1 archivo y {folderCount} carpetas"],
diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json
index da5d74fa9b9..1498a2fc8b9 100644
--- a/apps/files/l10n/es.json
+++ b/apps/files/l10n/es.json
@@ -200,7 +200,6 @@
"Show hidden files" : "Mostrar archivos ocultos",
"Show file type column" : "Mostrar la columna de tipo de archivo",
"Crop image previews" : "Recortar la previsualización de las imágenes",
- "Enable the grid view" : "Habilitar vista de cuadrícula",
"Enable folder tree" : "Habilitar el árbol de carpetas",
"Additional settings" : "Ajustes adicionales",
"WebDAV" : "WebDAV",
@@ -455,6 +454,7 @@
"Upload (max. %s)" : "Subida (máx. %s)",
"Submitting fields…" : "Enviando campos…",
"Filter filenames…" : "Filtrar nombres de archivo…",
+ "Enable the grid view" : "Habilitar vista de cuadrícula",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetas","{folderCount} carpetas"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} archivo","{fileCount} archivos","{fileCount} archivos"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 archivo y {folderCount} carpeta","1 archivo y {folderCount} carpetas","1 archivo y {folderCount} carpetas"],
diff --git a/apps/files/l10n/es_MX.js b/apps/files/l10n/es_MX.js
index e03394d3904..a1536fc579d 100644
--- a/apps/files/l10n/es_MX.js
+++ b/apps/files/l10n/es_MX.js
@@ -170,7 +170,6 @@ OC.L10N.register(
"Sort folders before files" : "Ordenar carpetas antes que archivos",
"Show hidden files" : "Mostrar archivos ocultos",
"Crop image previews" : "Recortar la previsualización de las imágenes",
- "Enable the grid view" : "Habilitar la vista de cuadrícula",
"Enable folder tree" : "Habilitar el árbol de carpetas",
"Additional settings" : "Configuraciones adicionales",
"WebDAV" : "WebDAV",
@@ -384,6 +383,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Cargar (max. %s)",
"Submitting fields…" : "Enviando campos...",
"Filter filenames…" : "Filtrar nombres de archivos...",
+ "Enable the grid view" : "Habilitar la vista de cuadrícula",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetas","{folderCount} carpetas"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} archivo","{fileCount} archivos","{fileCount} archivos"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 archivo y {folderCount} carpeta","1 archivo y {folderCount} carpetas","1 archivo y {folderCount} carpetas"],
diff --git a/apps/files/l10n/es_MX.json b/apps/files/l10n/es_MX.json
index 6f501a45f58..88da99c2174 100644
--- a/apps/files/l10n/es_MX.json
+++ b/apps/files/l10n/es_MX.json
@@ -168,7 +168,6 @@
"Sort folders before files" : "Ordenar carpetas antes que archivos",
"Show hidden files" : "Mostrar archivos ocultos",
"Crop image previews" : "Recortar la previsualización de las imágenes",
- "Enable the grid view" : "Habilitar la vista de cuadrícula",
"Enable folder tree" : "Habilitar el árbol de carpetas",
"Additional settings" : "Configuraciones adicionales",
"WebDAV" : "WebDAV",
@@ -382,6 +381,7 @@
"Upload (max. %s)" : "Cargar (max. %s)",
"Submitting fields…" : "Enviando campos...",
"Filter filenames…" : "Filtrar nombres de archivos...",
+ "Enable the grid view" : "Habilitar la vista de cuadrícula",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} carpeta","{folderCount} carpetas","{folderCount} carpetas"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} archivo","{fileCount} archivos","{fileCount} archivos"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 archivo y {folderCount} carpeta","1 archivo y {folderCount} carpetas","1 archivo y {folderCount} carpetas"],
diff --git a/apps/files/l10n/et_EE.js b/apps/files/l10n/et_EE.js
index 7aa5c9a2525..707a8404a46 100644
--- a/apps/files/l10n/et_EE.js
+++ b/apps/files/l10n/et_EE.js
@@ -203,7 +203,6 @@ OC.L10N.register(
"Show hidden files" : "Näita peidetud faile",
"Show file type column" : "Näita failitüübi veergu",
"Crop image previews" : "Kadreeri piltide eelvaated",
- "Enable the grid view" : "Võta kasutusele ruudustikuvaade",
"Enable folder tree" : "Võta kasutusele kaustapuu",
"Additional settings" : "Lisaseadistused",
"WebDAV" : "WebDAV",
@@ -458,6 +457,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Üleslaadimine (max. %s)",
"Submitting fields…" : "Saadan välju…",
"Filter filenames…" : "Otsi failinimesid…",
+ "Enable the grid view" : "Võta kasutusele ruudustikuvaade",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} kaust","{folderCount} kausta"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fail","{fileCount} faili"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fail ja {folderCount} kaust","1 fail ja {folderCount} kausta"],
diff --git a/apps/files/l10n/et_EE.json b/apps/files/l10n/et_EE.json
index aa34322b500..76ea17741e1 100644
--- a/apps/files/l10n/et_EE.json
+++ b/apps/files/l10n/et_EE.json
@@ -201,7 +201,6 @@
"Show hidden files" : "Näita peidetud faile",
"Show file type column" : "Näita failitüübi veergu",
"Crop image previews" : "Kadreeri piltide eelvaated",
- "Enable the grid view" : "Võta kasutusele ruudustikuvaade",
"Enable folder tree" : "Võta kasutusele kaustapuu",
"Additional settings" : "Lisaseadistused",
"WebDAV" : "WebDAV",
@@ -456,6 +455,7 @@
"Upload (max. %s)" : "Üleslaadimine (max. %s)",
"Submitting fields…" : "Saadan välju…",
"Filter filenames…" : "Otsi failinimesid…",
+ "Enable the grid view" : "Võta kasutusele ruudustikuvaade",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} kaust","{folderCount} kausta"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fail","{fileCount} faili"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fail ja {folderCount} kaust","1 fail ja {folderCount} kausta"],
diff --git a/apps/files/l10n/eu.js b/apps/files/l10n/eu.js
index f2f625348a6..7ddbb25d5d4 100644
--- a/apps/files/l10n/eu.js
+++ b/apps/files/l10n/eu.js
@@ -177,7 +177,6 @@ OC.L10N.register(
"Sort folders before files" : "Ordenatu karpetak fitxategien aurretik",
"Show hidden files" : "Erakutsi ezkutuko fitxategiak",
"Crop image previews" : "Moztu irudien aurrebistak",
- "Enable the grid view" : "Gaitu sareta ikuspegira",
"Enable folder tree" : "Gaitu karpeta-zuhaitza",
"Additional settings" : "Ezarpen gehiago",
"WebDAV" : "WebDAV",
@@ -411,6 +410,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Igo (%s gehienez)",
"Submitting fields…" : "Eremuak bidaltzen…",
"Filter filenames…" : "Iragazi fitxategi-izenak...",
+ "Enable the grid view" : "Gaitu sareta ikuspegira",
"_{folderCount} folder_::_{folderCount} folders_" : ["Karpeta {folderCount}","{folderCount} karpeta"],
"_{fileCount} file_::_{fileCount} files_" : ["Fitxategi {fileCount}","{fileCount} fitxategi"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["Fitxategi 1 eta karpeta {folderCount}","Fitxategi 1 eta {folderCount} karpeta"],
diff --git a/apps/files/l10n/eu.json b/apps/files/l10n/eu.json
index 3efa5f72655..744fd082680 100644
--- a/apps/files/l10n/eu.json
+++ b/apps/files/l10n/eu.json
@@ -175,7 +175,6 @@
"Sort folders before files" : "Ordenatu karpetak fitxategien aurretik",
"Show hidden files" : "Erakutsi ezkutuko fitxategiak",
"Crop image previews" : "Moztu irudien aurrebistak",
- "Enable the grid view" : "Gaitu sareta ikuspegira",
"Enable folder tree" : "Gaitu karpeta-zuhaitza",
"Additional settings" : "Ezarpen gehiago",
"WebDAV" : "WebDAV",
@@ -409,6 +408,7 @@
"Upload (max. %s)" : "Igo (%s gehienez)",
"Submitting fields…" : "Eremuak bidaltzen…",
"Filter filenames…" : "Iragazi fitxategi-izenak...",
+ "Enable the grid view" : "Gaitu sareta ikuspegira",
"_{folderCount} folder_::_{folderCount} folders_" : ["Karpeta {folderCount}","{folderCount} karpeta"],
"_{fileCount} file_::_{fileCount} files_" : ["Fitxategi {fileCount}","{fileCount} fitxategi"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["Fitxategi 1 eta karpeta {folderCount}","Fitxategi 1 eta {folderCount} karpeta"],
diff --git a/apps/files/l10n/fa.js b/apps/files/l10n/fa.js
index a24a2151214..50a5c76fd91 100644
--- a/apps/files/l10n/fa.js
+++ b/apps/files/l10n/fa.js
@@ -195,7 +195,6 @@ OC.L10N.register(
"Show hidden files" : "نمایش پروندههای مخفی",
"Show file type column" : "Show file type column",
"Crop image previews" : "پیش نمایش تصویر برش",
- "Enable the grid view" : "Enable the grid view",
"Enable folder tree" : "Enable folder tree",
"Additional settings" : "تنظیمات اضافی",
"WebDAV" : "WebDAV",
@@ -446,6 +445,7 @@ OC.L10N.register(
"Upload (max. %s)" : "آپلود (بیشترین سایز %s)",
"Submitting fields…" : "Submitting fields…",
"Filter filenames…" : "Filter filenames…",
+ "Enable the grid view" : "Enable the grid view",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} پوشه","{folderCount} پوشه"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} پرونده","{fileCount} پرونده"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file and {folderCount} folder","1 file and {folderCount} folders"],
diff --git a/apps/files/l10n/fa.json b/apps/files/l10n/fa.json
index 23df4e65b46..b29437755f4 100644
--- a/apps/files/l10n/fa.json
+++ b/apps/files/l10n/fa.json
@@ -193,7 +193,6 @@
"Show hidden files" : "نمایش پروندههای مخفی",
"Show file type column" : "Show file type column",
"Crop image previews" : "پیش نمایش تصویر برش",
- "Enable the grid view" : "Enable the grid view",
"Enable folder tree" : "Enable folder tree",
"Additional settings" : "تنظیمات اضافی",
"WebDAV" : "WebDAV",
@@ -444,6 +443,7 @@
"Upload (max. %s)" : "آپلود (بیشترین سایز %s)",
"Submitting fields…" : "Submitting fields…",
"Filter filenames…" : "Filter filenames…",
+ "Enable the grid view" : "Enable the grid view",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} پوشه","{folderCount} پوشه"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} پرونده","{fileCount} پرونده"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file and {folderCount} folder","1 file and {folderCount} folders"],
diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js
index ed3a3fbf636..603e354950c 100644
--- a/apps/files/l10n/fi.js
+++ b/apps/files/l10n/fi.js
@@ -174,7 +174,6 @@ OC.L10N.register(
"Show hidden files" : "Näytä piilotetut tiedostot",
"Show file type column" : "Näytä tiedostotyypin sarake",
"Crop image previews" : "Rajaa kuvien esikatseluja",
- "Enable the grid view" : "Käytä ruudukkonäkymää",
"Enable folder tree" : "Ota kansiopuu käyttöön",
"Additional settings" : "Lisäasetukset",
"WebDAV" : "WebDAV",
@@ -404,6 +403,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Lähetys (enintään %s)",
"Submitting fields…" : "Lähetetään tietoja...",
"Filter filenames…" : "Suodata tiedostonimiä...",
+ "Enable the grid view" : "Käytä ruudukkonäkymää",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} kansio","{folderCount} kansiota"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} tiedosto","{fileCount} tiedostoa"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 tiedosto ja {folderCount} kansio","1 tiedosto ja {folderCount} kansiota"],
diff --git a/apps/files/l10n/fi.json b/apps/files/l10n/fi.json
index 195af4115ba..d0876aac932 100644
--- a/apps/files/l10n/fi.json
+++ b/apps/files/l10n/fi.json
@@ -172,7 +172,6 @@
"Show hidden files" : "Näytä piilotetut tiedostot",
"Show file type column" : "Näytä tiedostotyypin sarake",
"Crop image previews" : "Rajaa kuvien esikatseluja",
- "Enable the grid view" : "Käytä ruudukkonäkymää",
"Enable folder tree" : "Ota kansiopuu käyttöön",
"Additional settings" : "Lisäasetukset",
"WebDAV" : "WebDAV",
@@ -402,6 +401,7 @@
"Upload (max. %s)" : "Lähetys (enintään %s)",
"Submitting fields…" : "Lähetetään tietoja...",
"Filter filenames…" : "Suodata tiedostonimiä...",
+ "Enable the grid view" : "Käytä ruudukkonäkymää",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} kansio","{folderCount} kansiota"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} tiedosto","{fileCount} tiedostoa"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 tiedosto ja {folderCount} kansio","1 tiedosto ja {folderCount} kansiota"],
diff --git a/apps/files/l10n/fr.js b/apps/files/l10n/fr.js
index 9171318add7..7dd3824136f 100644
--- a/apps/files/l10n/fr.js
+++ b/apps/files/l10n/fr.js
@@ -199,7 +199,6 @@ OC.L10N.register(
"Show hidden files" : "Montrer les fichiers masqués",
"Show file type column" : "Afficher la colonne du type de fichier",
"Crop image previews" : "Afficher en miniatures carrées",
- "Enable the grid view" : "Activer la vue en grille",
"Enable folder tree" : "Activer l'arborescence des dossiers",
"Additional settings" : "Paramètres supplémentaires",
"WebDAV" : "WebDAV",
@@ -454,6 +453,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Envoi (max. %s)",
"Submitting fields…" : "Validation des champs...",
"Filter filenames…" : "Filtrer par nom de fichier…",
+ "Enable the grid view" : "Activer la vue en grille",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} dossier","{folderCount} dossiers","{folderCount} dossiers"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fichier","{fileCount} fichiers","{fileCount} fichiers"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fichier et {folderCount} dossier","1 fichier et {folderCount} dossiers","1 fichier et {folderCount} dossiers"],
diff --git a/apps/files/l10n/fr.json b/apps/files/l10n/fr.json
index a8a78f19c4d..d17f3f0f08b 100644
--- a/apps/files/l10n/fr.json
+++ b/apps/files/l10n/fr.json
@@ -197,7 +197,6 @@
"Show hidden files" : "Montrer les fichiers masqués",
"Show file type column" : "Afficher la colonne du type de fichier",
"Crop image previews" : "Afficher en miniatures carrées",
- "Enable the grid view" : "Activer la vue en grille",
"Enable folder tree" : "Activer l'arborescence des dossiers",
"Additional settings" : "Paramètres supplémentaires",
"WebDAV" : "WebDAV",
@@ -452,6 +451,7 @@
"Upload (max. %s)" : "Envoi (max. %s)",
"Submitting fields…" : "Validation des champs...",
"Filter filenames…" : "Filtrer par nom de fichier…",
+ "Enable the grid view" : "Activer la vue en grille",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} dossier","{folderCount} dossiers","{folderCount} dossiers"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fichier","{fileCount} fichiers","{fileCount} fichiers"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fichier et {folderCount} dossier","1 fichier et {folderCount} dossiers","1 fichier et {folderCount} dossiers"],
diff --git a/apps/files/l10n/ga.js b/apps/files/l10n/ga.js
index f3df683b03c..b872f9b4c48 100644
--- a/apps/files/l10n/ga.js
+++ b/apps/files/l10n/ga.js
@@ -202,7 +202,6 @@ OC.L10N.register(
"Show hidden files" : "Taispeáin comhaid i bhfolach",
"Show file type column" : "Taispeáin colún cineál comhaid",
"Crop image previews" : "Réamhamhairc íomhá barr",
- "Enable the grid view" : "Cumasaigh an radharc greille",
"Enable folder tree" : "Cumasaigh crann fillteáin",
"Additional settings" : "Socruithe breise",
"WebDAV" : "WebDAV",
@@ -457,6 +456,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Uaslódáil (%s ar a mhéad)",
"Submitting fields…" : "Réimsí á gcur isteach…",
"Filter filenames…" : "Scag ainmneacha comhaid…",
+ "Enable the grid view" : "Cumasaigh an radharc greille",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} fillteán","{folderCount} fillteáin","{folderCount} fillteáin","{folderCount} fillteáin","{folderCount} fillteáin"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} comhad","{fileCount} comhaid","{fileCount} comhaid","{fileCount} comhaid","{fileCount} comhaid"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 chomhad agus {folderCount} fillteán","1 chomhad agus {folderCount} fillteáin","1 chomhad agus {folderCount} fillteáin","1 chomhad agus {folderCount} fillteáin","1 chomhad agus {folderCount} fillteáin"],
diff --git a/apps/files/l10n/ga.json b/apps/files/l10n/ga.json
index b4933aa32f2..c71888d8c2b 100644
--- a/apps/files/l10n/ga.json
+++ b/apps/files/l10n/ga.json
@@ -200,7 +200,6 @@
"Show hidden files" : "Taispeáin comhaid i bhfolach",
"Show file type column" : "Taispeáin colún cineál comhaid",
"Crop image previews" : "Réamhamhairc íomhá barr",
- "Enable the grid view" : "Cumasaigh an radharc greille",
"Enable folder tree" : "Cumasaigh crann fillteáin",
"Additional settings" : "Socruithe breise",
"WebDAV" : "WebDAV",
@@ -455,6 +454,7 @@
"Upload (max. %s)" : "Uaslódáil (%s ar a mhéad)",
"Submitting fields…" : "Réimsí á gcur isteach…",
"Filter filenames…" : "Scag ainmneacha comhaid…",
+ "Enable the grid view" : "Cumasaigh an radharc greille",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} fillteán","{folderCount} fillteáin","{folderCount} fillteáin","{folderCount} fillteáin","{folderCount} fillteáin"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} comhad","{fileCount} comhaid","{fileCount} comhaid","{fileCount} comhaid","{fileCount} comhaid"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 chomhad agus {folderCount} fillteán","1 chomhad agus {folderCount} fillteáin","1 chomhad agus {folderCount} fillteáin","1 chomhad agus {folderCount} fillteáin","1 chomhad agus {folderCount} fillteáin"],
diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js
index 404269d4e82..9311626fb89 100644
--- a/apps/files/l10n/gl.js
+++ b/apps/files/l10n/gl.js
@@ -187,7 +187,6 @@ OC.L10N.register(
"Sort folders before files" : "Ordenar os cartafoles diante dos ficheiros",
"Show hidden files" : "Amosar os ficheiros agochados",
"Crop image previews" : "Recortar a vista previa das imaxes",
- "Enable the grid view" : "Activar á vista de grade",
"Enable folder tree" : "Activar a árbore de cartafoles",
"Additional settings" : "Axustes adicionais",
"WebDAV" : "WebDAV",
@@ -438,6 +437,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Envío (máx. %s)",
"Submitting fields…" : "Enviando os campos...",
"Filter filenames…" : "Filtrar os nomes de ficheiro…",
+ "Enable the grid view" : "Activar á vista de grade",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartafol","{folderCount} cartafoles"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ficheiro","{fileCount} ficheiros"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ficheiro e {folderCount} cartafol","1 ficheiro e {folderCount} cartafoles"],
diff --git a/apps/files/l10n/gl.json b/apps/files/l10n/gl.json
index e92c34f4229..a39f32c834d 100644
--- a/apps/files/l10n/gl.json
+++ b/apps/files/l10n/gl.json
@@ -185,7 +185,6 @@
"Sort folders before files" : "Ordenar os cartafoles diante dos ficheiros",
"Show hidden files" : "Amosar os ficheiros agochados",
"Crop image previews" : "Recortar a vista previa das imaxes",
- "Enable the grid view" : "Activar á vista de grade",
"Enable folder tree" : "Activar a árbore de cartafoles",
"Additional settings" : "Axustes adicionais",
"WebDAV" : "WebDAV",
@@ -436,6 +435,7 @@
"Upload (max. %s)" : "Envío (máx. %s)",
"Submitting fields…" : "Enviando os campos...",
"Filter filenames…" : "Filtrar os nomes de ficheiro…",
+ "Enable the grid view" : "Activar á vista de grade",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartafol","{folderCount} cartafoles"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ficheiro","{fileCount} ficheiros"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ficheiro e {folderCount} cartafol","1 ficheiro e {folderCount} cartafoles"],
diff --git a/apps/files/l10n/hu.js b/apps/files/l10n/hu.js
index 7dbe3062d35..bb8ba7e08e6 100644
--- a/apps/files/l10n/hu.js
+++ b/apps/files/l10n/hu.js
@@ -196,7 +196,6 @@ OC.L10N.register(
"Show hidden files" : "Rejtett fájlok megjelenítése",
"Show file type column" : "Fájltípus oszlop megjelenítése",
"Crop image previews" : "Kép előnézetek vágása",
- "Enable the grid view" : "Rácsnézet engedélyezése",
"Enable folder tree" : "Mappafa engedélyezése",
"Additional settings" : "További beállítások",
"WebDAV" : "WebDAV",
@@ -450,6 +449,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Feltöltés (legfeljebb %s)",
"Submitting fields…" : "Mezők beküldése…",
"Filter filenames…" : "Fájlnevek szűrése…",
+ "Enable the grid view" : "Rácsnézet engedélyezése",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappa","{folderCount} mappa"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fájl","{fileCount} fájl"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fájl és {folderCount} mappa","1 fájl és {folderCount} mappa"],
diff --git a/apps/files/l10n/hu.json b/apps/files/l10n/hu.json
index a25db7d06d4..3f4fbe4ce97 100644
--- a/apps/files/l10n/hu.json
+++ b/apps/files/l10n/hu.json
@@ -194,7 +194,6 @@
"Show hidden files" : "Rejtett fájlok megjelenítése",
"Show file type column" : "Fájltípus oszlop megjelenítése",
"Crop image previews" : "Kép előnézetek vágása",
- "Enable the grid view" : "Rácsnézet engedélyezése",
"Enable folder tree" : "Mappafa engedélyezése",
"Additional settings" : "További beállítások",
"WebDAV" : "WebDAV",
@@ -448,6 +447,7 @@
"Upload (max. %s)" : "Feltöltés (legfeljebb %s)",
"Submitting fields…" : "Mezők beküldése…",
"Filter filenames…" : "Fájlnevek szűrése…",
+ "Enable the grid view" : "Rácsnézet engedélyezése",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappa","{folderCount} mappa"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fájl","{fileCount} fájl"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fájl és {folderCount} mappa","1 fájl és {folderCount} mappa"],
diff --git a/apps/files/l10n/is.js b/apps/files/l10n/is.js
index eb9552303d8..6640156031c 100644
--- a/apps/files/l10n/is.js
+++ b/apps/files/l10n/is.js
@@ -178,7 +178,6 @@ OC.L10N.register(
"Sort folders before files" : "Raða möppum á undan skrám",
"Show hidden files" : "Sýna faldar skrár",
"Crop image previews" : "Skera utan af forskoðun mynda",
- "Enable the grid view" : "Virkja reitasýnina",
"Enable folder tree" : "Virkja möppugreinar",
"Additional settings" : "Valfrjálsar stillingar",
"WebDAV" : "WebDAV",
@@ -421,6 +420,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Senda inn (hám. %s)",
"Submitting fields…" : "Sendi inn gögn úr reitum…",
"Filter filenames…" : "Sía skráaheiti…",
+ "Enable the grid view" : "Virkja reitasýnina",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappa","{folderCount} möppur"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} skrá","{fileCount} skrár"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 skrá og {folderCount} mappa","1 skrá og {folderCount} möppur"],
diff --git a/apps/files/l10n/is.json b/apps/files/l10n/is.json
index b93b767f5e7..aa0dcfe4af5 100644
--- a/apps/files/l10n/is.json
+++ b/apps/files/l10n/is.json
@@ -176,7 +176,6 @@
"Sort folders before files" : "Raða möppum á undan skrám",
"Show hidden files" : "Sýna faldar skrár",
"Crop image previews" : "Skera utan af forskoðun mynda",
- "Enable the grid view" : "Virkja reitasýnina",
"Enable folder tree" : "Virkja möppugreinar",
"Additional settings" : "Valfrjálsar stillingar",
"WebDAV" : "WebDAV",
@@ -419,6 +418,7 @@
"Upload (max. %s)" : "Senda inn (hám. %s)",
"Submitting fields…" : "Sendi inn gögn úr reitum…",
"Filter filenames…" : "Sía skráaheiti…",
+ "Enable the grid view" : "Virkja reitasýnina",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappa","{folderCount} möppur"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} skrá","{fileCount} skrár"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 skrá og {folderCount} mappa","1 skrá og {folderCount} möppur"],
diff --git a/apps/files/l10n/it.js b/apps/files/l10n/it.js
index d8e65064c9e..39787e39664 100644
--- a/apps/files/l10n/it.js
+++ b/apps/files/l10n/it.js
@@ -202,7 +202,6 @@ OC.L10N.register(
"Show hidden files" : "Mostra i file nascosti",
"Show file type column" : "Mostra colonna tipo di file",
"Crop image previews" : "Ritaglia le anteprime delle immagini",
- "Enable the grid view" : "Attiva visuale a griglia",
"Enable folder tree" : "Abilita l'albero delle cartelle",
"Additional settings" : "Impostazioni aggiuntive",
"WebDAV" : "WebDAV",
@@ -457,6 +456,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Carica (massimo %s)",
"Submitting fields…" : "Invio dei campi…",
"Filter filenames…" : "Filtra nomi di file…",
+ "Enable the grid view" : "Attiva visuale a griglia",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartella","{folderCount} cartelle","{folderCount} cartelle"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} file","{fileCount} file"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file e {folderCount} cartella","1 file e {folderCount} cartelle","1 file e {folderCount} cartelle"],
diff --git a/apps/files/l10n/it.json b/apps/files/l10n/it.json
index 0f600e435a8..40edb4b3f9a 100644
--- a/apps/files/l10n/it.json
+++ b/apps/files/l10n/it.json
@@ -200,7 +200,6 @@
"Show hidden files" : "Mostra i file nascosti",
"Show file type column" : "Mostra colonna tipo di file",
"Crop image previews" : "Ritaglia le anteprime delle immagini",
- "Enable the grid view" : "Attiva visuale a griglia",
"Enable folder tree" : "Abilita l'albero delle cartelle",
"Additional settings" : "Impostazioni aggiuntive",
"WebDAV" : "WebDAV",
@@ -455,6 +454,7 @@
"Upload (max. %s)" : "Carica (massimo %s)",
"Submitting fields…" : "Invio dei campi…",
"Filter filenames…" : "Filtra nomi di file…",
+ "Enable the grid view" : "Attiva visuale a griglia",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartella","{folderCount} cartelle","{folderCount} cartelle"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} file","{fileCount} file"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file e {folderCount} cartella","1 file e {folderCount} cartelle","1 file e {folderCount} cartelle"],
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js
index 45414b9d43f..86accfd0959 100644
--- a/apps/files/l10n/ja.js
+++ b/apps/files/l10n/ja.js
@@ -201,7 +201,6 @@ OC.L10N.register(
"Show hidden files" : "隠しファイルを表示",
"Show file type column" : "ファイルの種類のカラムを表示する",
"Crop image previews" : "プレビュー画像を切り抜く",
- "Enable the grid view" : "グリッド表示を有効にする",
"Enable folder tree" : "フォルダーツリーを有効にする",
"Additional settings" : "追加設定",
"WebDAV" : "WebDAV",
@@ -456,6 +455,7 @@ OC.L10N.register(
"Upload (max. %s)" : "アップロード ( 最大 %s )",
"Submitting fields…" : "フィールドを送信中…",
"Filter filenames…" : "ファイルネームフィルター…",
+ "Enable the grid view" : "グリッド表示を有効にする",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} フォルダ"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ファイル"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ファイルと {folderCount} フォルダ"],
diff --git a/apps/files/l10n/ja.json b/apps/files/l10n/ja.json
index f563e1ba8b2..0764c1dafa8 100644
--- a/apps/files/l10n/ja.json
+++ b/apps/files/l10n/ja.json
@@ -199,7 +199,6 @@
"Show hidden files" : "隠しファイルを表示",
"Show file type column" : "ファイルの種類のカラムを表示する",
"Crop image previews" : "プレビュー画像を切り抜く",
- "Enable the grid view" : "グリッド表示を有効にする",
"Enable folder tree" : "フォルダーツリーを有効にする",
"Additional settings" : "追加設定",
"WebDAV" : "WebDAV",
@@ -454,6 +453,7 @@
"Upload (max. %s)" : "アップロード ( 最大 %s )",
"Submitting fields…" : "フィールドを送信中…",
"Filter filenames…" : "ファイルネームフィルター…",
+ "Enable the grid view" : "グリッド表示を有効にする",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} フォルダ"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ファイル"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 ファイルと {folderCount} フォルダ"],
diff --git a/apps/files/l10n/ka.js b/apps/files/l10n/ka.js
index df1ec55ba0b..555841ae491 100644
--- a/apps/files/l10n/ka.js
+++ b/apps/files/l10n/ka.js
@@ -134,7 +134,6 @@ OC.L10N.register(
"Sort favorites first" : "Sort favorites first",
"Show hidden files" : "Show hidden files",
"Crop image previews" : "Crop image previews",
- "Enable the grid view" : "Enable the grid view",
"Additional settings" : "Additional settings",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV URL",
@@ -287,6 +286,7 @@ OC.L10N.register(
"Upload file" : "Upload file",
"An error occurred while trying to update the tags" : "An error occurred while trying to update the tags",
"Upload (max. %s)" : "Upload (max. %s)",
+ "Enable the grid view" : "Enable the grid view",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","{folderCount} folders"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} files"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file and {folderCount} folder","1 file and {folderCount} folders"],
diff --git a/apps/files/l10n/ka.json b/apps/files/l10n/ka.json
index a917e65e586..311c45c7a87 100644
--- a/apps/files/l10n/ka.json
+++ b/apps/files/l10n/ka.json
@@ -132,7 +132,6 @@
"Sort favorites first" : "Sort favorites first",
"Show hidden files" : "Show hidden files",
"Crop image previews" : "Crop image previews",
- "Enable the grid view" : "Enable the grid view",
"Additional settings" : "Additional settings",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV URL",
@@ -285,6 +284,7 @@
"Upload file" : "Upload file",
"An error occurred while trying to update the tags" : "An error occurred while trying to update the tags",
"Upload (max. %s)" : "Upload (max. %s)",
+ "Enable the grid view" : "Enable the grid view",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","{folderCount} folders"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","{fileCount} files"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file and {folderCount} folder","1 file and {folderCount} folders"],
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js
index 2f2f692fc2f..0bd515f67a0 100644
--- a/apps/files/l10n/ko.js
+++ b/apps/files/l10n/ko.js
@@ -186,7 +186,6 @@ OC.L10N.register(
"Sort folders before files" : "폴더를 파일보다 먼저 정렬",
"Show hidden files" : "숨김 파일 보이기",
"Crop image previews" : "이미지 미리보기 확대",
- "Enable the grid view" : "바둑판식 보기 활성화",
"Enable folder tree" : "폴더 트리 활성화",
"Additional settings" : "고급 설정",
"WebDAV" : "WebDAV",
@@ -426,6 +425,7 @@ OC.L10N.register(
"Upload (max. %s)" : "업로드(최대 %s)",
"Submitting fields…" : "입력란 제출중...",
"Filter filenames…" : "파일 이름 필터...",
+ "Enable the grid view" : "바둑판식 보기 활성화",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount}개 폴더"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount}개 파일"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1개 파일과 {folderCount}개 폴더"],
diff --git a/apps/files/l10n/ko.json b/apps/files/l10n/ko.json
index 4c33a35210e..13a6a4e0375 100644
--- a/apps/files/l10n/ko.json
+++ b/apps/files/l10n/ko.json
@@ -184,7 +184,6 @@
"Sort folders before files" : "폴더를 파일보다 먼저 정렬",
"Show hidden files" : "숨김 파일 보이기",
"Crop image previews" : "이미지 미리보기 확대",
- "Enable the grid view" : "바둑판식 보기 활성화",
"Enable folder tree" : "폴더 트리 활성화",
"Additional settings" : "고급 설정",
"WebDAV" : "WebDAV",
@@ -424,6 +423,7 @@
"Upload (max. %s)" : "업로드(최대 %s)",
"Submitting fields…" : "입력란 제출중...",
"Filter filenames…" : "파일 이름 필터...",
+ "Enable the grid view" : "바둑판식 보기 활성화",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount}개 폴더"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount}개 파일"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1개 파일과 {folderCount}개 폴더"],
diff --git a/apps/files/l10n/lt_LT.js b/apps/files/l10n/lt_LT.js
index 1eb1100baee..9a2e3004b28 100644
--- a/apps/files/l10n/lt_LT.js
+++ b/apps/files/l10n/lt_LT.js
@@ -137,7 +137,6 @@ OC.L10N.register(
"Personal files" : "Asmeniniai failai",
"Show hidden files" : "Rodyti paslėptus failus",
"Crop image previews" : "Apkirpti paveikslėlių peržiūras",
- "Enable the grid view" : "Įjungti grid peržiūrą",
"Enable folder tree" : "Įjungti direktorijų medį",
"Additional settings" : "Papildomi nustatymai",
"WebDAV" : "WebDAV",
@@ -309,6 +308,7 @@ OC.L10N.register(
"An error occurred while trying to update the tags" : "Įvyko klaida bandant atnaujinti žymas",
"Upload (max. %s)" : "Įkelti (maks. %s)",
"Filter filenames…" : "Filtruoti failų pavadinimus…",
+ "Enable the grid view" : "Įjungti grid peržiūrą",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} aplankas","{folderCount} aplankai","{folderCount} aplankų","{folderCount} aplankas"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} failas","{fileCount} failai","{fileCount} failų","{fileCount} failas"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 failas ir {folderCount} aplankas","1 failas ir {folderCount} aplankai","1 failas ir {folderCount} aplankų","1 failas ir {folderCount} aplankas"],
diff --git a/apps/files/l10n/lt_LT.json b/apps/files/l10n/lt_LT.json
index 92bb263aa58..9b0253a3f82 100644
--- a/apps/files/l10n/lt_LT.json
+++ b/apps/files/l10n/lt_LT.json
@@ -135,7 +135,6 @@
"Personal files" : "Asmeniniai failai",
"Show hidden files" : "Rodyti paslėptus failus",
"Crop image previews" : "Apkirpti paveikslėlių peržiūras",
- "Enable the grid view" : "Įjungti grid peržiūrą",
"Enable folder tree" : "Įjungti direktorijų medį",
"Additional settings" : "Papildomi nustatymai",
"WebDAV" : "WebDAV",
@@ -307,6 +306,7 @@
"An error occurred while trying to update the tags" : "Įvyko klaida bandant atnaujinti žymas",
"Upload (max. %s)" : "Įkelti (maks. %s)",
"Filter filenames…" : "Filtruoti failų pavadinimus…",
+ "Enable the grid view" : "Įjungti grid peržiūrą",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} aplankas","{folderCount} aplankai","{folderCount} aplankų","{folderCount} aplankas"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} failas","{fileCount} failai","{fileCount} failų","{fileCount} failas"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 failas ir {folderCount} aplankas","1 failas ir {folderCount} aplankai","1 failas ir {folderCount} aplankų","1 failas ir {folderCount} aplankas"],
diff --git a/apps/files/l10n/mk.js b/apps/files/l10n/mk.js
index 8acb4705f9c..1b96406fb66 100644
--- a/apps/files/l10n/mk.js
+++ b/apps/files/l10n/mk.js
@@ -160,7 +160,6 @@ OC.L10N.register(
"Sort favorites first" : "Прво омилените",
"Show hidden files" : "Прикажи сокриени датотеки",
"Crop image previews" : "Исечи ја сликата за преглед",
- "Enable the grid view" : "Овозможи поглед во мрежа",
"Additional settings" : "Дополнителни параметри",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV адреса",
@@ -334,6 +333,7 @@ OC.L10N.register(
"Upload file" : "Прикачи датотека",
"An error occurred while trying to update the tags" : "Се случи грешка додека се обидувавте да ги освежите таговите",
"Upload (max. %s)" : "Префрлање (макс. %s)",
+ "Enable the grid view" : "Овозможи поглед во мрежа",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} папка","{folderCount} папки"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} датотека","{fileCount} датотеки"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 датотека и {folderCount} папки","1 датотека и {folderCount} папки"],
diff --git a/apps/files/l10n/mk.json b/apps/files/l10n/mk.json
index f864514352a..7934113ee5b 100644
--- a/apps/files/l10n/mk.json
+++ b/apps/files/l10n/mk.json
@@ -158,7 +158,6 @@
"Sort favorites first" : "Прво омилените",
"Show hidden files" : "Прикажи сокриени датотеки",
"Crop image previews" : "Исечи ја сликата за преглед",
- "Enable the grid view" : "Овозможи поглед во мрежа",
"Additional settings" : "Дополнителни параметри",
"WebDAV" : "WebDAV",
"WebDAV URL" : "WebDAV адреса",
@@ -332,6 +331,7 @@
"Upload file" : "Прикачи датотека",
"An error occurred while trying to update the tags" : "Се случи грешка додека се обидувавте да ги освежите таговите",
"Upload (max. %s)" : "Префрлање (макс. %s)",
+ "Enable the grid view" : "Овозможи поглед во мрежа",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} папка","{folderCount} папки"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} датотека","{fileCount} датотеки"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 датотека и {folderCount} папки","1 датотека и {folderCount} папки"],
diff --git a/apps/files/l10n/nb.js b/apps/files/l10n/nb.js
index c26651b0f69..cd928970711 100644
--- a/apps/files/l10n/nb.js
+++ b/apps/files/l10n/nb.js
@@ -176,7 +176,6 @@ OC.L10N.register(
"Sort folders before files" : "Sorter mapper før filer",
"Show hidden files" : "Vis skjulte filer",
"Crop image previews" : "Beskjær forhåndsvisninger av bilder",
- "Enable the grid view" : "Aktiver rutenettvisningen",
"Enable folder tree" : "Aktiver mappetre",
"Additional settings" : "Flere innstillinger",
"WebDAV" : "WebDAV",
@@ -407,6 +406,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Opplasting (maks %s)",
"Submitting fields…" : "Sender inn felt...",
"Filter filenames…" : "Filtrer filnavn...",
+ "Enable the grid view" : "Aktiver rutenettvisningen",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappe","{folderCount} mapper"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fil","{fileCount} filer"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fil og {folderCount} mappe","1 fil og {folderCount} mapper"],
diff --git a/apps/files/l10n/nb.json b/apps/files/l10n/nb.json
index 2bc71074db4..c036a20f9a1 100644
--- a/apps/files/l10n/nb.json
+++ b/apps/files/l10n/nb.json
@@ -174,7 +174,6 @@
"Sort folders before files" : "Sorter mapper før filer",
"Show hidden files" : "Vis skjulte filer",
"Crop image previews" : "Beskjær forhåndsvisninger av bilder",
- "Enable the grid view" : "Aktiver rutenettvisningen",
"Enable folder tree" : "Aktiver mappetre",
"Additional settings" : "Flere innstillinger",
"WebDAV" : "WebDAV",
@@ -405,6 +404,7 @@
"Upload (max. %s)" : "Opplasting (maks %s)",
"Submitting fields…" : "Sender inn felt...",
"Filter filenames…" : "Filtrer filnavn...",
+ "Enable the grid view" : "Aktiver rutenettvisningen",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappe","{folderCount} mapper"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fil","{fileCount} filer"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fil og {folderCount} mappe","1 fil og {folderCount} mapper"],
diff --git a/apps/files/l10n/nl.js b/apps/files/l10n/nl.js
index f22a143ec21..8794b46fdf1 100644
--- a/apps/files/l10n/nl.js
+++ b/apps/files/l10n/nl.js
@@ -196,7 +196,6 @@ OC.L10N.register(
"Show hidden files" : "Toon verborgen bestanden",
"Show file type column" : "Toon bestandstypekolom",
"Crop image previews" : "Snij afbeeldingvoorbeelden bij",
- "Enable the grid view" : "Roosterweergave inschakelen",
"Enable folder tree" : "Mappenboom inschakelen",
"Additional settings" : "Aanvullende instellingen",
"WebDAV" : "WebDAV",
@@ -447,6 +446,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Upload (max. %s)",
"Submitting fields…" : "Verzenden velden ...",
"Filter filenames…" : "Filter bestandsnamen...",
+ "Enable the grid view" : "Roosterweergave inschakelen",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} map","{folderCount} mappen"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} bestand","{fileCount} bestanden"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 bestand en {folderCount} map","1 bestand en {folderCount} mappen"],
diff --git a/apps/files/l10n/nl.json b/apps/files/l10n/nl.json
index d9f0cd4a4ee..49f9277c7fd 100644
--- a/apps/files/l10n/nl.json
+++ b/apps/files/l10n/nl.json
@@ -194,7 +194,6 @@
"Show hidden files" : "Toon verborgen bestanden",
"Show file type column" : "Toon bestandstypekolom",
"Crop image previews" : "Snij afbeeldingvoorbeelden bij",
- "Enable the grid view" : "Roosterweergave inschakelen",
"Enable folder tree" : "Mappenboom inschakelen",
"Additional settings" : "Aanvullende instellingen",
"WebDAV" : "WebDAV",
@@ -445,6 +444,7 @@
"Upload (max. %s)" : "Upload (max. %s)",
"Submitting fields…" : "Verzenden velden ...",
"Filter filenames…" : "Filter bestandsnamen...",
+ "Enable the grid view" : "Roosterweergave inschakelen",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} map","{folderCount} mappen"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} bestand","{fileCount} bestanden"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 bestand en {folderCount} map","1 bestand en {folderCount} mappen"],
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js
index 48f4d5ad43f..3da5bfecf09 100644
--- a/apps/files/l10n/pl.js
+++ b/apps/files/l10n/pl.js
@@ -201,7 +201,6 @@ OC.L10N.register(
"Show hidden files" : "Pokaż ukryte pliki",
"Show file type column" : "Pokaż kolumnę typu pliku",
"Crop image previews" : "Przytnij podglądy obrazów",
- "Enable the grid view" : "Włącz widok siatki",
"Enable folder tree" : "Włącz drzewo katalogów",
"Additional settings" : "Ustawienia dodatkowe",
"WebDAV" : "WebDAV",
@@ -456,6 +455,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Wysyłanie (maks. %s)",
"Submitting fields…" : "Przesyłanie pól…",
"Filter filenames…" : "Filtruj nazwy plików…",
+ "Enable the grid view" : "Włącz widok siatki",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} katalog","{folderCount} katalogi","{folderCount} katalogów","{folderCount} katalogów"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} plik","{fileCount} pliki","{fileCount} plików","{fileCount} plików"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 plik i {folderCount} katalog","1 plik i {folderCount} katalogi","1 plik i {folderCount} katalogów","1 plik i {folderCount} katalogów"],
diff --git a/apps/files/l10n/pl.json b/apps/files/l10n/pl.json
index a6bd73f4bff..317d56d6744 100644
--- a/apps/files/l10n/pl.json
+++ b/apps/files/l10n/pl.json
@@ -199,7 +199,6 @@
"Show hidden files" : "Pokaż ukryte pliki",
"Show file type column" : "Pokaż kolumnę typu pliku",
"Crop image previews" : "Przytnij podglądy obrazów",
- "Enable the grid view" : "Włącz widok siatki",
"Enable folder tree" : "Włącz drzewo katalogów",
"Additional settings" : "Ustawienia dodatkowe",
"WebDAV" : "WebDAV",
@@ -454,6 +453,7 @@
"Upload (max. %s)" : "Wysyłanie (maks. %s)",
"Submitting fields…" : "Przesyłanie pól…",
"Filter filenames…" : "Filtruj nazwy plików…",
+ "Enable the grid view" : "Włącz widok siatki",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} katalog","{folderCount} katalogi","{folderCount} katalogów","{folderCount} katalogów"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} plik","{fileCount} pliki","{fileCount} plików","{fileCount} plików"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 plik i {folderCount} katalog","1 plik i {folderCount} katalogi","1 plik i {folderCount} katalogów","1 plik i {folderCount} katalogów"],
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js
index fdd036b89e2..bd800c6b1ba 100644
--- a/apps/files/l10n/pt_BR.js
+++ b/apps/files/l10n/pt_BR.js
@@ -203,7 +203,6 @@ OC.L10N.register(
"Show hidden files" : "Mostrar arquivos ocultos",
"Show file type column" : "Mostrar coluna de tipo de arquivo",
"Crop image previews" : "Cortar visualizações de imagem",
- "Enable the grid view" : "Ativar a visualização em grade",
"Enable folder tree" : "Ativar árvore de pastas",
"Additional settings" : "Configurações adicionais",
"WebDAV" : "WebDAV",
@@ -458,6 +457,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Upload (max. %s)",
"Submitting fields…" : "Enviando campos…",
"Filter filenames…" : "Filtrar nomes de arquivos…",
+ "Enable the grid view" : "Ativar a visualização em grade",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} pasta","{folderCount} de pastas","{folderCount} pastas"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} arquivo","{fileCount} de arquivos","{fileCount} arquivos"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 arquivo e {folderCount} pasta","1 arquivo e {folderCount} de pastas","1 arquivo e {folderCount} pastas"],
diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json
index f07cb51ced8..3936b108eed 100644
--- a/apps/files/l10n/pt_BR.json
+++ b/apps/files/l10n/pt_BR.json
@@ -201,7 +201,6 @@
"Show hidden files" : "Mostrar arquivos ocultos",
"Show file type column" : "Mostrar coluna de tipo de arquivo",
"Crop image previews" : "Cortar visualizações de imagem",
- "Enable the grid view" : "Ativar a visualização em grade",
"Enable folder tree" : "Ativar árvore de pastas",
"Additional settings" : "Configurações adicionais",
"WebDAV" : "WebDAV",
@@ -456,6 +455,7 @@
"Upload (max. %s)" : "Upload (max. %s)",
"Submitting fields…" : "Enviando campos…",
"Filter filenames…" : "Filtrar nomes de arquivos…",
+ "Enable the grid view" : "Ativar a visualização em grade",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} pasta","{folderCount} de pastas","{folderCount} pastas"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} arquivo","{fileCount} de arquivos","{fileCount} arquivos"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 arquivo e {folderCount} pasta","1 arquivo e {folderCount} de pastas","1 arquivo e {folderCount} pastas"],
diff --git a/apps/files/l10n/ro.js b/apps/files/l10n/ro.js
index e1263189ce5..29655d9be9b 100644
--- a/apps/files/l10n/ro.js
+++ b/apps/files/l10n/ro.js
@@ -130,7 +130,6 @@ OC.L10N.register(
"Sort favorites first" : "Sortați favoritele primele",
"Show hidden files" : "Arată fișierele ascunse",
"Crop image previews" : "Previzualizarea imaginii decupate",
- "Enable the grid view" : "Activați organizarea tip grilă",
"Additional settings" : "Setări adiționale",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Copiază în clipboard",
@@ -273,6 +272,7 @@ OC.L10N.register(
"Upload file" : "Încarcă fișier",
"An error occurred while trying to update the tags" : "A apărut o eroare în timpul actualizării etichetelor",
"Upload (max. %s)" : "Încarcă (max. %s)",
+ "Enable the grid view" : "Activați organizarea tip grilă",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","{folderCount} foldere","{folderCount} foldere"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fișier","{fileCount} fișiere","{fileCount} fișiere"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fișier și {folderCount} folder","1 fișier și {folderCount} foldere","1 fișier și {folderCount} foldere"],
diff --git a/apps/files/l10n/ro.json b/apps/files/l10n/ro.json
index 7827ad111dc..b36afb204f3 100644
--- a/apps/files/l10n/ro.json
+++ b/apps/files/l10n/ro.json
@@ -128,7 +128,6 @@
"Sort favorites first" : "Sortați favoritele primele",
"Show hidden files" : "Arată fișierele ascunse",
"Crop image previews" : "Previzualizarea imaginii decupate",
- "Enable the grid view" : "Activați organizarea tip grilă",
"Additional settings" : "Setări adiționale",
"WebDAV" : "WebDAV",
"Copy to clipboard" : "Copiază în clipboard",
@@ -271,6 +270,7 @@
"Upload file" : "Încarcă fișier",
"An error occurred while trying to update the tags" : "A apărut o eroare în timpul actualizării etichetelor",
"Upload (max. %s)" : "Încarcă (max. %s)",
+ "Enable the grid view" : "Activați organizarea tip grilă",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","{folderCount} foldere","{folderCount} foldere"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fișier","{fileCount} fișiere","{fileCount} fișiere"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fișier și {folderCount} folder","1 fișier și {folderCount} foldere","1 fișier și {folderCount} foldere"],
diff --git a/apps/files/l10n/ru.js b/apps/files/l10n/ru.js
index 10e4123e5ed..2939700b02a 100644
--- a/apps/files/l10n/ru.js
+++ b/apps/files/l10n/ru.js
@@ -195,7 +195,6 @@ OC.L10N.register(
"Show hidden files" : "Показывать скрытые файлы",
"Show file type column" : "Показать колонку с типом файла",
"Crop image previews" : "Обрезать пред. просмотр",
- "Enable the grid view" : "Включить режим просмотра сеткой",
"Enable folder tree" : "Включить дерево папок",
"Additional settings" : "Дополнительные параметры",
"WebDAV" : "WebDAV",
@@ -449,6 +448,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Загрузка (максимум %s)",
"Submitting fields…" : "Отправка полей…",
"Filter filenames…" : "Фильтровать имена файлов…",
+ "Enable the grid view" : "Включить режим просмотра сеткой",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} папка","{folderCount} папки","{folderCount} папок","{folderCount} папки"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} файл","{fileCount} файла","{fileCount} файлов","{fileCount} файла"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["один файл и {folderCount} папка","один файл и {folderCount} папки","один файл и {folderCount} папок","один файл и {folderCount} папки"],
diff --git a/apps/files/l10n/ru.json b/apps/files/l10n/ru.json
index ecf83ba7217..fe17b8b93d3 100644
--- a/apps/files/l10n/ru.json
+++ b/apps/files/l10n/ru.json
@@ -193,7 +193,6 @@
"Show hidden files" : "Показывать скрытые файлы",
"Show file type column" : "Показать колонку с типом файла",
"Crop image previews" : "Обрезать пред. просмотр",
- "Enable the grid view" : "Включить режим просмотра сеткой",
"Enable folder tree" : "Включить дерево папок",
"Additional settings" : "Дополнительные параметры",
"WebDAV" : "WebDAV",
@@ -447,6 +446,7 @@
"Upload (max. %s)" : "Загрузка (максимум %s)",
"Submitting fields…" : "Отправка полей…",
"Filter filenames…" : "Фильтровать имена файлов…",
+ "Enable the grid view" : "Включить режим просмотра сеткой",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} папка","{folderCount} папки","{folderCount} папок","{folderCount} папки"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} файл","{fileCount} файла","{fileCount} файлов","{fileCount} файла"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["один файл и {folderCount} папка","один файл и {folderCount} папки","один файл и {folderCount} папок","один файл и {folderCount} папки"],
diff --git a/apps/files/l10n/sc.js b/apps/files/l10n/sc.js
index 3e59b491f2b..a0033763251 100644
--- a/apps/files/l10n/sc.js
+++ b/apps/files/l10n/sc.js
@@ -122,7 +122,6 @@ OC.L10N.register(
"Sort folders before files" : "Assenta cun is cartellas in antis de is archìvios",
"Show hidden files" : "Mustra archìvios cuados",
"Crop image previews" : "Retàllia anteprimas de s'immàgine",
- "Enable the grid view" : "Ativa sa visualizatzione de mosàicu",
"Additional settings" : "Cunfiguratziones in agiunta",
"WebDAV" : "WebDAV",
"WebDAV URL" : "URL WebDAV",
@@ -282,6 +281,7 @@ OC.L10N.register(
"An error occurred while trying to update the tags" : "B'at àpidu un'errore proende a agiornare is etichetas",
"Upload (max. %s)" : "Càrriga (max. %s)",
"Filter filenames…" : "Filtra nùmenes de archìviu...",
+ "Enable the grid view" : "Ativa sa visualizatzione de mosàicu",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartella","{folderCount} cartellas"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} archìviu","{fileCount} archìvios"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 archìviu e {folderCount} cartella","1 archìviu e {folderCount} cartellas"],
diff --git a/apps/files/l10n/sc.json b/apps/files/l10n/sc.json
index 9fe2e138dce..468d8b34fcb 100644
--- a/apps/files/l10n/sc.json
+++ b/apps/files/l10n/sc.json
@@ -120,7 +120,6 @@
"Sort folders before files" : "Assenta cun is cartellas in antis de is archìvios",
"Show hidden files" : "Mustra archìvios cuados",
"Crop image previews" : "Retàllia anteprimas de s'immàgine",
- "Enable the grid view" : "Ativa sa visualizatzione de mosàicu",
"Additional settings" : "Cunfiguratziones in agiunta",
"WebDAV" : "WebDAV",
"WebDAV URL" : "URL WebDAV",
@@ -280,6 +279,7 @@
"An error occurred while trying to update the tags" : "B'at àpidu un'errore proende a agiornare is etichetas",
"Upload (max. %s)" : "Càrriga (max. %s)",
"Filter filenames…" : "Filtra nùmenes de archìviu...",
+ "Enable the grid view" : "Ativa sa visualizatzione de mosàicu",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartella","{folderCount} cartellas"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} archìviu","{fileCount} archìvios"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 archìviu e {folderCount} cartella","1 archìviu e {folderCount} cartellas"],
diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js
index eddc3b4439b..0483a5b142a 100644
--- a/apps/files/l10n/sk.js
+++ b/apps/files/l10n/sk.js
@@ -187,7 +187,6 @@ OC.L10N.register(
"Sort folders before files" : "Zoradiť adresáre pred súbormi",
"Show hidden files" : "Zobraziť skryté súbory",
"Crop image previews" : "Orezať náhľady obrázkov",
- "Enable the grid view" : "Povoliť zobrazenie v mriežke",
"Enable folder tree" : "Povoliť adresárový strom",
"Additional settings" : "Ďalšie nastavenia",
"WebDAV" : "WebDAV",
@@ -440,6 +439,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Nahrať (max. %s)",
"Submitting fields…" : "Položky sa odosielajú ...",
"Filter filenames…" : "Filtrovať názvy súborov...",
+ "Enable the grid view" : "Povoliť zobrazenie v mriežke",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} priečinok","{folderCount} priečinky","{folderCount} priečinkov","{folderCount} priečinkov"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} súbor","{fileCount} súbory","{fileCount} súborov","{fileCount} súborov"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 súbor a {folderCount} priečinok","1 súbor a {folderCount} priečinky","1 súbor a {folderCount} priečinky","1 súbor a {folderCount} priečinky"],
diff --git a/apps/files/l10n/sk.json b/apps/files/l10n/sk.json
index 9a620f95d89..caa39defeaa 100644
--- a/apps/files/l10n/sk.json
+++ b/apps/files/l10n/sk.json
@@ -185,7 +185,6 @@
"Sort folders before files" : "Zoradiť adresáre pred súbormi",
"Show hidden files" : "Zobraziť skryté súbory",
"Crop image previews" : "Orezať náhľady obrázkov",
- "Enable the grid view" : "Povoliť zobrazenie v mriežke",
"Enable folder tree" : "Povoliť adresárový strom",
"Additional settings" : "Ďalšie nastavenia",
"WebDAV" : "WebDAV",
@@ -438,6 +437,7 @@
"Upload (max. %s)" : "Nahrať (max. %s)",
"Submitting fields…" : "Položky sa odosielajú ...",
"Filter filenames…" : "Filtrovať názvy súborov...",
+ "Enable the grid view" : "Povoliť zobrazenie v mriežke",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} priečinok","{folderCount} priečinky","{folderCount} priečinkov","{folderCount} priečinkov"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} súbor","{fileCount} súbory","{fileCount} súborov","{fileCount} súborov"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 súbor a {folderCount} priečinok","1 súbor a {folderCount} priečinky","1 súbor a {folderCount} priečinky","1 súbor a {folderCount} priečinky"],
diff --git a/apps/files/l10n/sl.js b/apps/files/l10n/sl.js
index 076d292fd38..e80e779ffb0 100644
--- a/apps/files/l10n/sl.js
+++ b/apps/files/l10n/sl.js
@@ -188,7 +188,6 @@ OC.L10N.register(
"Sort folders before files" : "Razvrsti mape pred datotekami",
"Show hidden files" : "Pokaži skrite datoteke",
"Crop image previews" : "Obreži slike predogleda",
- "Enable the grid view" : "Omogoči mrežni pogled",
"Enable folder tree" : "Omogoči drevesno strukturo map",
"Additional settings" : "Dodatne nastavitve",
"WebDAV" : "WebDAV",
@@ -439,6 +438,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Pošiljanje (omejitev %s)",
"Submitting fields…" : "Poteka objavljanje vsebine polj ...",
"Filter filenames…" : "Filtriraj imena datotek ...",
+ "Enable the grid view" : "Omogoči mrežni pogled",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mapa","{folderCount} mapi","{folderCount} mape","{folderCount} map"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} datoteka","{fileCount} datoteki","{fileCount} datoteke","{fileCount} datotek"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 datoteka in {folderCount} mapa","1 datoteka in {folderCount} mapi","1 datoteka in {folderCount} mape","1 datoteka in {folderCount} map"],
diff --git a/apps/files/l10n/sl.json b/apps/files/l10n/sl.json
index ebce87f35e2..80ee3a57508 100644
--- a/apps/files/l10n/sl.json
+++ b/apps/files/l10n/sl.json
@@ -186,7 +186,6 @@
"Sort folders before files" : "Razvrsti mape pred datotekami",
"Show hidden files" : "Pokaži skrite datoteke",
"Crop image previews" : "Obreži slike predogleda",
- "Enable the grid view" : "Omogoči mrežni pogled",
"Enable folder tree" : "Omogoči drevesno strukturo map",
"Additional settings" : "Dodatne nastavitve",
"WebDAV" : "WebDAV",
@@ -437,6 +436,7 @@
"Upload (max. %s)" : "Pošiljanje (omejitev %s)",
"Submitting fields…" : "Poteka objavljanje vsebine polj ...",
"Filter filenames…" : "Filtriraj imena datotek ...",
+ "Enable the grid view" : "Omogoči mrežni pogled",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mapa","{folderCount} mapi","{folderCount} mape","{folderCount} map"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} datoteka","{fileCount} datoteki","{fileCount} datoteke","{fileCount} datotek"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 datoteka in {folderCount} mapa","1 datoteka in {folderCount} mapi","1 datoteka in {folderCount} mape","1 datoteka in {folderCount} map"],
diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js
index d9b59d4e2b0..052b1c504e0 100644
--- a/apps/files/l10n/sr.js
+++ b/apps/files/l10n/sr.js
@@ -129,6 +129,7 @@ OC.L10N.register(
"Search globally by filename …" : "Претражи глобално по имену фајла…",
"Search here by filename …" : "Претражи овде по имену фајла…",
"Search scope options" : "Опције опсега претраге",
+ "Filter and search from this location" : "Филтрирај и претражи од ове локације",
"Search globally" : "Претражите глобално",
"{usedQuotaByte} used" : "{usedQuotaByte} искоришћено",
"{used} of {quota} used" : "{used} од {quota} искоришћено",
@@ -202,7 +203,6 @@ OC.L10N.register(
"Show hidden files" : "Прикажи скривене фајлове",
"Show file type column" : "Прикажи колону са типом фајла",
"Crop image previews" : "Опсецање прегледа слика",
- "Enable the grid view" : "Укључи приказ мреже",
"Enable folder tree" : "Укључи стабло фолдера",
"Additional settings" : "Додатне поставке",
"WebDAV" : "ВебДАВ",
@@ -457,6 +457,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Отпремање (макс. %s)",
"Submitting fields…" : "Поља се подносе…",
"Filter filenames…" : "Филтрирање имена фајлова…",
+ "Enable the grid view" : "Укључи приказ мреже",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} фолдер","{folderCount} фолдера","{folderCount} фолдера"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} фајл","{fileCount} фајла","{fileCount} фајлова"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 фајл и {folderCount} фолдер","1 фајл и {folderCount} фолдера","1 фајл и {folderCount} фолдера"],
diff --git a/apps/files/l10n/sr.json b/apps/files/l10n/sr.json
index d3dcc266f9f..2a686f75d2e 100644
--- a/apps/files/l10n/sr.json
+++ b/apps/files/l10n/sr.json
@@ -127,6 +127,7 @@
"Search globally by filename …" : "Претражи глобално по имену фајла…",
"Search here by filename …" : "Претражи овде по имену фајла…",
"Search scope options" : "Опције опсега претраге",
+ "Filter and search from this location" : "Филтрирај и претражи од ове локације",
"Search globally" : "Претражите глобално",
"{usedQuotaByte} used" : "{usedQuotaByte} искоришћено",
"{used} of {quota} used" : "{used} од {quota} искоришћено",
@@ -200,7 +201,6 @@
"Show hidden files" : "Прикажи скривене фајлове",
"Show file type column" : "Прикажи колону са типом фајла",
"Crop image previews" : "Опсецање прегледа слика",
- "Enable the grid view" : "Укључи приказ мреже",
"Enable folder tree" : "Укључи стабло фолдера",
"Additional settings" : "Додатне поставке",
"WebDAV" : "ВебДАВ",
@@ -455,6 +455,7 @@
"Upload (max. %s)" : "Отпремање (макс. %s)",
"Submitting fields…" : "Поља се подносе…",
"Filter filenames…" : "Филтрирање имена фајлова…",
+ "Enable the grid view" : "Укључи приказ мреже",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} фолдер","{folderCount} фолдера","{folderCount} фолдера"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} фајл","{fileCount} фајла","{fileCount} фајлова"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 фајл и {folderCount} фолдер","1 фајл и {folderCount} фолдера","1 фајл и {folderCount} фолдера"],
diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js
index 584fcb1489a..81193813275 100644
--- a/apps/files/l10n/sv.js
+++ b/apps/files/l10n/sv.js
@@ -203,7 +203,6 @@ OC.L10N.register(
"Show hidden files" : "Visa dolda filer",
"Show file type column" : "Visa kolumn för filtyp",
"Crop image previews" : "Beskär förhandsgranskningar för bilder",
- "Enable the grid view" : "Aktivera rutnätsvy",
"Enable folder tree" : "Aktivera mappträd",
"Additional settings" : "Övriga inställningar",
"WebDAV" : "WebDAV",
@@ -458,6 +457,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Ladda upp (högst %s)",
"Submitting fields…" : "Skickar fält...",
"Filter filenames…" : "Filtrera filnamn...",
+ "Enable the grid view" : "Aktivera rutnätsvy",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mapp","{folderCount} mappar"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fil","{fileCount} filer"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fil och {folderCount} mapp","1 fil och {folderCount} mappar"],
diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json
index 88cd2c4ec8b..fd4d1744158 100644
--- a/apps/files/l10n/sv.json
+++ b/apps/files/l10n/sv.json
@@ -201,7 +201,6 @@
"Show hidden files" : "Visa dolda filer",
"Show file type column" : "Visa kolumn för filtyp",
"Crop image previews" : "Beskär förhandsgranskningar för bilder",
- "Enable the grid view" : "Aktivera rutnätsvy",
"Enable folder tree" : "Aktivera mappträd",
"Additional settings" : "Övriga inställningar",
"WebDAV" : "WebDAV",
@@ -456,6 +455,7 @@
"Upload (max. %s)" : "Ladda upp (högst %s)",
"Submitting fields…" : "Skickar fält...",
"Filter filenames…" : "Filtrera filnamn...",
+ "Enable the grid view" : "Aktivera rutnätsvy",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mapp","{folderCount} mappar"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fil","{fileCount} filer"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fil och {folderCount} mapp","1 fil och {folderCount} mappar"],
diff --git a/apps/files/l10n/sw.js b/apps/files/l10n/sw.js
index ffcf67a7651..52564cc3bb8 100644
--- a/apps/files/l10n/sw.js
+++ b/apps/files/l10n/sw.js
@@ -202,7 +202,6 @@ OC.L10N.register(
"Show hidden files" : "Onesha mafaili yaliyofichwa",
"Show file type column" : "Onyesha safu wima ya aina ya faili",
"Crop image previews" : "Punguza onyesho la kukagua picha",
- "Enable the grid view" : "Wezesha mwonekano wa gridi",
"Enable folder tree" : "Wezesha faili la tatu",
"Additional settings" : "Mipangilio ya nyongeza",
"WebDAV" : "WavutiDAV",
@@ -457,6 +456,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Pakia (kiwango cha juu. %s)",
"Submitting fields…" : "Inawasilisha migunda",
"Filter filenames…" : "Chuja majina ya faili",
+ "Enable the grid view" : "Wezesha mwonekano wa gridi",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","Visandiku {folderCount} "],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","Faili {fileCount} "],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file and {folderCount} folder","Faili 1 na {folderCount} makasha"],
diff --git a/apps/files/l10n/sw.json b/apps/files/l10n/sw.json
index a6b56eb38b4..8338d077f77 100644
--- a/apps/files/l10n/sw.json
+++ b/apps/files/l10n/sw.json
@@ -200,7 +200,6 @@
"Show hidden files" : "Onesha mafaili yaliyofichwa",
"Show file type column" : "Onyesha safu wima ya aina ya faili",
"Crop image previews" : "Punguza onyesho la kukagua picha",
- "Enable the grid view" : "Wezesha mwonekano wa gridi",
"Enable folder tree" : "Wezesha faili la tatu",
"Additional settings" : "Mipangilio ya nyongeza",
"WebDAV" : "WavutiDAV",
@@ -455,6 +454,7 @@
"Upload (max. %s)" : "Pakia (kiwango cha juu. %s)",
"Submitting fields…" : "Inawasilisha migunda",
"Filter filenames…" : "Chuja majina ya faili",
+ "Enable the grid view" : "Wezesha mwonekano wa gridi",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} folder","Visandiku {folderCount} "],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} file","Faili {fileCount} "],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 file and {folderCount} folder","Faili 1 na {folderCount} makasha"],
diff --git a/apps/files/l10n/tr.js b/apps/files/l10n/tr.js
index 263b41f7f5d..06851221df4 100644
--- a/apps/files/l10n/tr.js
+++ b/apps/files/l10n/tr.js
@@ -201,7 +201,6 @@ OC.L10N.register(
"Show hidden files" : "Gizli dosyaları görüntüle",
"Show file type column" : "Dosya türü sütunu görüntülensin",
"Crop image previews" : "Görsel ön izlemeleri kırpılsın",
- "Enable the grid view" : "Tablo görünümü kullanılsın",
"Enable folder tree" : "Klasör ağacını aç",
"Additional settings" : "Ek ayarlar",
"WebDAV" : "WebDAV",
@@ -456,6 +455,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Yükle (en büyük: %s)",
"Submitting fields…" : "Alanlar gönderiliyor…",
"Filter filenames…" : "Dosya adlarını süz…",
+ "Enable the grid view" : "Tablo görünümü kullanılsın",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} klasör","{folderCount} klasör"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} dosya","{fileCount} dosya"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 dosya ve {folderCount} klasör","1 dosya ve {folderCount} klasör"],
diff --git a/apps/files/l10n/tr.json b/apps/files/l10n/tr.json
index eae21bf048d..4114ac386c4 100644
--- a/apps/files/l10n/tr.json
+++ b/apps/files/l10n/tr.json
@@ -199,7 +199,6 @@
"Show hidden files" : "Gizli dosyaları görüntüle",
"Show file type column" : "Dosya türü sütunu görüntülensin",
"Crop image previews" : "Görsel ön izlemeleri kırpılsın",
- "Enable the grid view" : "Tablo görünümü kullanılsın",
"Enable folder tree" : "Klasör ağacını aç",
"Additional settings" : "Ek ayarlar",
"WebDAV" : "WebDAV",
@@ -454,6 +453,7 @@
"Upload (max. %s)" : "Yükle (en büyük: %s)",
"Submitting fields…" : "Alanlar gönderiliyor…",
"Filter filenames…" : "Dosya adlarını süz…",
+ "Enable the grid view" : "Tablo görünümü kullanılsın",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} klasör","{folderCount} klasör"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} dosya","{fileCount} dosya"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 dosya ve {folderCount} klasör","1 dosya ve {folderCount} klasör"],
diff --git a/apps/files/l10n/ug.js b/apps/files/l10n/ug.js
index 468b1e18790..20f8dd1f1bc 100644
--- a/apps/files/l10n/ug.js
+++ b/apps/files/l10n/ug.js
@@ -163,7 +163,6 @@ OC.L10N.register(
"Sort folders before files" : "ھۆججەتلەرنى ھۆججەتتىن بۇرۇن تەرتىپلەڭ",
"Show hidden files" : "يوشۇرۇن ھۆججەتلەرنى كۆرسەت",
"Crop image previews" : "رەسىمنى ئالدىن كۆرۈش",
- "Enable the grid view" : "كاتەكچە كۆرۈنۈشىنى قوزغىتىڭ",
"Enable folder tree" : "ھۆججەت قىسقۇچنى قوزغىتىڭ",
"Additional settings" : "قوشۇمچە تەڭشەكلەر",
"WebDAV" : "WebDAV",
@@ -367,6 +366,7 @@ OC.L10N.register(
"Upload (max. %s)" : "يۈكلەش (max.% S)",
"Submitting fields…" : "يول يوللاش…",
"Filter filenames…" : "ھۆججەت نامىنى سۈزۈڭ…",
+ "Enable the grid view" : "كاتەكچە كۆرۈنۈشىنى قوزغىتىڭ",
"{fileCount} files and {folderCount} folders" : "{fileCount} ھۆججەتلىرى ۋە {folderCount} ھۆججەت قىسقۇچلىرى",
"Personal Files" : "شەخسىي ھۆججەتلەر",
"Text file" : "تېكىست ھۆججەت",
diff --git a/apps/files/l10n/ug.json b/apps/files/l10n/ug.json
index 98f89963ae3..754d1873cff 100644
--- a/apps/files/l10n/ug.json
+++ b/apps/files/l10n/ug.json
@@ -161,7 +161,6 @@
"Sort folders before files" : "ھۆججەتلەرنى ھۆججەتتىن بۇرۇن تەرتىپلەڭ",
"Show hidden files" : "يوشۇرۇن ھۆججەتلەرنى كۆرسەت",
"Crop image previews" : "رەسىمنى ئالدىن كۆرۈش",
- "Enable the grid view" : "كاتەكچە كۆرۈنۈشىنى قوزغىتىڭ",
"Enable folder tree" : "ھۆججەت قىسقۇچنى قوزغىتىڭ",
"Additional settings" : "قوشۇمچە تەڭشەكلەر",
"WebDAV" : "WebDAV",
@@ -365,6 +364,7 @@
"Upload (max. %s)" : "يۈكلەش (max.% S)",
"Submitting fields…" : "يول يوللاش…",
"Filter filenames…" : "ھۆججەت نامىنى سۈزۈڭ…",
+ "Enable the grid view" : "كاتەكچە كۆرۈنۈشىنى قوزغىتىڭ",
"{fileCount} files and {folderCount} folders" : "{fileCount} ھۆججەتلىرى ۋە {folderCount} ھۆججەت قىسقۇچلىرى",
"Personal Files" : "شەخسىي ھۆججەتلەر",
"Text file" : "تېكىست ھۆججەت",
diff --git a/apps/files/l10n/uk.js b/apps/files/l10n/uk.js
index e90f680e72e..3534cb51210 100644
--- a/apps/files/l10n/uk.js
+++ b/apps/files/l10n/uk.js
@@ -202,7 +202,6 @@ OC.L10N.register(
"Show hidden files" : "Показувати приховані файли",
"Show file type column" : "Показувати стовпець з типом файлу",
"Crop image previews" : "Попередній перегляд перед кадруванням",
- "Enable the grid view" : "Увімкнути подання сіткою",
"Enable folder tree" : "Увімкнути дерево каталогів",
"Additional settings" : "Додатково",
"WebDAV" : "WebDAV",
@@ -457,6 +456,7 @@ OC.L10N.register(
"Upload (max. %s)" : "Завантаження (макс. %s)",
"Submitting fields…" : "Поля для надсилання...",
"Filter filenames…" : "Вибрати файли за ім'ям ...",
+ "Enable the grid view" : "Увімкнути подання сіткою",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} каталог","{folderCount} каталоги","{folderCount} каталогів","{folderCount} каталогів"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} файл","{fileCount} файли","{fileCount} файлів","{fileCount} файлів"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 файл та {folderCount} каталог","1 файл та {folderCount} каталоги","1 файл та {folderCount} каталогів","1 файл та {folderCount} каталогів"],
diff --git a/apps/files/l10n/uk.json b/apps/files/l10n/uk.json
index d78a88a0835..445ffc948e0 100644
--- a/apps/files/l10n/uk.json
+++ b/apps/files/l10n/uk.json
@@ -200,7 +200,6 @@
"Show hidden files" : "Показувати приховані файли",
"Show file type column" : "Показувати стовпець з типом файлу",
"Crop image previews" : "Попередній перегляд перед кадруванням",
- "Enable the grid view" : "Увімкнути подання сіткою",
"Enable folder tree" : "Увімкнути дерево каталогів",
"Additional settings" : "Додатково",
"WebDAV" : "WebDAV",
@@ -455,6 +454,7 @@
"Upload (max. %s)" : "Завантаження (макс. %s)",
"Submitting fields…" : "Поля для надсилання...",
"Filter filenames…" : "Вибрати файли за ім'ям ...",
+ "Enable the grid view" : "Увімкнути подання сіткою",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} каталог","{folderCount} каталоги","{folderCount} каталогів","{folderCount} каталогів"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} файл","{fileCount} файли","{fileCount} файлів","{fileCount} файлів"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 файл та {folderCount} каталог","1 файл та {folderCount} каталоги","1 файл та {folderCount} каталогів","1 файл та {folderCount} каталогів"],
diff --git a/apps/files/l10n/vi.js b/apps/files/l10n/vi.js
index ffcd94cccd4..875e668a622 100644
--- a/apps/files/l10n/vi.js
+++ b/apps/files/l10n/vi.js
@@ -163,7 +163,6 @@ OC.L10N.register(
"Sort folders before files" : "Sắp xếp thư mục trước tập tin",
"Show hidden files" : "Hiển thị các tệp ẩn",
"Crop image previews" : "Xén ảnh xem trước",
- "Enable the grid view" : "Bật chế độ xem lưới",
"Enable folder tree" : "Bật cây thư mục",
"Additional settings" : "Cài đặt bổ sung",
"Copy to clipboard" : "Sao chép vào bộ nhớ tạm",
@@ -366,6 +365,7 @@ OC.L10N.register(
"An error occurred while trying to update the tags" : "Đã xảy ra lỗi khi cố gắng cập nhật tags",
"Upload (max. %s)" : "Tải lên (tối đa %s)",
"Filter filenames…" : "Lọc tên tệp…",
+ "Enable the grid view" : "Bật chế độ xem lưới",
"_{folderCount} folder_::_{folderCount} folders_" : ["thư mục {folderCount}"],
"_{fileCount} file_::_{fileCount} files_" : ["tệp {fileCount}"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 tệp và thư mục {folderCount}"],
diff --git a/apps/files/l10n/vi.json b/apps/files/l10n/vi.json
index b79dbb52f60..85b46410eef 100644
--- a/apps/files/l10n/vi.json
+++ b/apps/files/l10n/vi.json
@@ -161,7 +161,6 @@
"Sort folders before files" : "Sắp xếp thư mục trước tập tin",
"Show hidden files" : "Hiển thị các tệp ẩn",
"Crop image previews" : "Xén ảnh xem trước",
- "Enable the grid view" : "Bật chế độ xem lưới",
"Enable folder tree" : "Bật cây thư mục",
"Additional settings" : "Cài đặt bổ sung",
"Copy to clipboard" : "Sao chép vào bộ nhớ tạm",
@@ -364,6 +363,7 @@
"An error occurred while trying to update the tags" : "Đã xảy ra lỗi khi cố gắng cập nhật tags",
"Upload (max. %s)" : "Tải lên (tối đa %s)",
"Filter filenames…" : "Lọc tên tệp…",
+ "Enable the grid view" : "Bật chế độ xem lưới",
"_{folderCount} folder_::_{folderCount} folders_" : ["thư mục {folderCount}"],
"_{fileCount} file_::_{fileCount} files_" : ["tệp {fileCount}"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 tệp và thư mục {folderCount}"],
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js
index 1c356b96c33..76d9628dd35 100644
--- a/apps/files/l10n/zh_CN.js
+++ b/apps/files/l10n/zh_CN.js
@@ -203,7 +203,6 @@ OC.L10N.register(
"Show hidden files" : "显示隐藏文件",
"Show file type column" : "显示文件类型列",
"Crop image previews" : "裁剪图片预览",
- "Enable the grid view" : "启用网格视图",
"Enable folder tree" : "启用文件夹树",
"Additional settings" : "其他设置",
"WebDAV" : "WebDAV",
@@ -458,6 +457,7 @@ OC.L10N.register(
"Upload (max. %s)" : "上传 (最大 %s)",
"Submitting fields…" : "提交字段...",
"Filter filenames…" : "过滤文件名...",
+ "Enable the grid view" : "启用网格视图",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 个文件夹"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 个文件"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 个文件夹及 {folderCount} 个文件夹"],
diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json
index deb7c282b98..a626974fef3 100644
--- a/apps/files/l10n/zh_CN.json
+++ b/apps/files/l10n/zh_CN.json
@@ -201,7 +201,6 @@
"Show hidden files" : "显示隐藏文件",
"Show file type column" : "显示文件类型列",
"Crop image previews" : "裁剪图片预览",
- "Enable the grid view" : "启用网格视图",
"Enable folder tree" : "启用文件夹树",
"Additional settings" : "其他设置",
"WebDAV" : "WebDAV",
@@ -456,6 +455,7 @@
"Upload (max. %s)" : "上传 (最大 %s)",
"Submitting fields…" : "提交字段...",
"Filter filenames…" : "过滤文件名...",
+ "Enable the grid view" : "启用网格视图",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 个文件夹"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 个文件"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 个文件夹及 {folderCount} 个文件夹"],
diff --git a/apps/files/l10n/zh_HK.js b/apps/files/l10n/zh_HK.js
index da3069d3699..9c8e590f71c 100644
--- a/apps/files/l10n/zh_HK.js
+++ b/apps/files/l10n/zh_HK.js
@@ -129,6 +129,7 @@ OC.L10N.register(
"Search globally by filename …" : "按檔案名稱全局地搜尋 …",
"Search here by filename …" : "按檔案名稱搜尋此處 …",
"Search scope options" : "搜尋範圍選項",
+ "Filter and search from this location" : "從此位置過濾並搜尋",
"Search globally" : "全域搜尋",
"{usedQuotaByte} used" : "已使用 {usedQuotaByte} ",
"{used} of {quota} used" : "已使用 {quota} 當中的 {used}",
@@ -202,7 +203,6 @@ OC.L10N.register(
"Show hidden files" : "顯示隱藏檔案",
"Show file type column" : "顯示檔案類型縱列",
"Crop image previews" : "圖片裁剪預覽",
- "Enable the grid view" : "啟用網格檢視",
"Enable folder tree" : "啟用資料夾樹狀結構",
"Additional settings" : "其他設定",
"WebDAV" : "WebDAV",
@@ -457,6 +457,7 @@ OC.L10N.register(
"Upload (max. %s)" : "上傳(上限 %s)",
"Submitting fields…" : "正在遞交欄位 …",
"Filter filenames…" : "過濾檔案名 ...",
+ "Enable the grid view" : "啟用網格檢視",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 個資料夾"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 個檔案"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 個檔案與 {folderCount} 個資料夾"],
diff --git a/apps/files/l10n/zh_HK.json b/apps/files/l10n/zh_HK.json
index a54852b44b3..3a97fee81e9 100644
--- a/apps/files/l10n/zh_HK.json
+++ b/apps/files/l10n/zh_HK.json
@@ -127,6 +127,7 @@
"Search globally by filename …" : "按檔案名稱全局地搜尋 …",
"Search here by filename …" : "按檔案名稱搜尋此處 …",
"Search scope options" : "搜尋範圍選項",
+ "Filter and search from this location" : "從此位置過濾並搜尋",
"Search globally" : "全域搜尋",
"{usedQuotaByte} used" : "已使用 {usedQuotaByte} ",
"{used} of {quota} used" : "已使用 {quota} 當中的 {used}",
@@ -200,7 +201,6 @@
"Show hidden files" : "顯示隱藏檔案",
"Show file type column" : "顯示檔案類型縱列",
"Crop image previews" : "圖片裁剪預覽",
- "Enable the grid view" : "啟用網格檢視",
"Enable folder tree" : "啟用資料夾樹狀結構",
"Additional settings" : "其他設定",
"WebDAV" : "WebDAV",
@@ -455,6 +455,7 @@
"Upload (max. %s)" : "上傳(上限 %s)",
"Submitting fields…" : "正在遞交欄位 …",
"Filter filenames…" : "過濾檔案名 ...",
+ "Enable the grid view" : "啟用網格檢視",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 個資料夾"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 個檔案"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 個檔案與 {folderCount} 個資料夾"],
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js
index 34d771c8512..c25c837ee5a 100644
--- a/apps/files/l10n/zh_TW.js
+++ b/apps/files/l10n/zh_TW.js
@@ -203,7 +203,6 @@ OC.L10N.register(
"Show hidden files" : "顯示隱藏檔",
"Show file type column" : "顯示檔案類型欄位",
"Crop image previews" : "圖片裁剪預覽",
- "Enable the grid view" : "啟用格狀檢視",
"Enable folder tree" : "啟用資料夾樹",
"Additional settings" : "其他設定",
"WebDAV" : "WebDAV",
@@ -458,6 +457,7 @@ OC.L10N.register(
"Upload (max. %s)" : "上傳(最多 %s)",
"Submitting fields…" : "正在遞交欄位……",
"Filter filenames…" : "篩選檔案名稱……",
+ "Enable the grid view" : "啟用格狀檢視",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 個資料夾"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 個檔案"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 個檔案與 {folderCount} 個資料夾"],
diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json
index 4330d2c91bb..b9f94ef8634 100644
--- a/apps/files/l10n/zh_TW.json
+++ b/apps/files/l10n/zh_TW.json
@@ -201,7 +201,6 @@
"Show hidden files" : "顯示隱藏檔",
"Show file type column" : "顯示檔案類型欄位",
"Crop image previews" : "圖片裁剪預覽",
- "Enable the grid view" : "啟用格狀檢視",
"Enable folder tree" : "啟用資料夾樹",
"Additional settings" : "其他設定",
"WebDAV" : "WebDAV",
@@ -456,6 +455,7 @@
"Upload (max. %s)" : "上傳(最多 %s)",
"Submitting fields…" : "正在遞交欄位……",
"Filter filenames…" : "篩選檔案名稱……",
+ "Enable the grid view" : "啟用格狀檢視",
"_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} 個資料夾"],
"_{fileCount} file_::_{fileCount} files_" : ["{fileCount} 個檔案"],
"_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 個檔案與 {folderCount} 個資料夾"],
diff --git a/apps/files_external/l10n/sk.js b/apps/files_external/l10n/sk.js
index 54c7ccfb70c..5c0530cbfa2 100644
--- a/apps/files_external/l10n/sk.js
+++ b/apps/files_external/l10n/sk.js
@@ -79,7 +79,7 @@ OC.L10N.register(
"Root" : "Root",
"SFTP with secret key login" : "SFTP prihlásenie pomocou tajného kľúča",
"SMB/CIFS" : "SMB/CIFS",
- "Share" : "Sprístupniť",
+ "Share" : "Zdieľaný priečinok",
"Show hidden files" : "Zobraziť skryté súbory",
"Case sensitive file system" : "Súborový systém rozlišujúci veľkosti písmen",
"Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "Zakázaním, bude možné používať súborový systém bez ohľadu na veľkosť písmen, ale s tým je spojený pokles výkonu.",
diff --git a/apps/files_external/l10n/sk.json b/apps/files_external/l10n/sk.json
index 83731a6ed00..3a7b5775e1b 100644
--- a/apps/files_external/l10n/sk.json
+++ b/apps/files_external/l10n/sk.json
@@ -77,7 +77,7 @@
"Root" : "Root",
"SFTP with secret key login" : "SFTP prihlásenie pomocou tajného kľúča",
"SMB/CIFS" : "SMB/CIFS",
- "Share" : "Sprístupniť",
+ "Share" : "Zdieľaný priečinok",
"Show hidden files" : "Zobraziť skryté súbory",
"Case sensitive file system" : "Súborový systém rozlišujúci veľkosti písmen",
"Disabling it will allow to use a case insensitive file system, but comes with a performance penalty" : "Zakázaním, bude možné používať súborový systém bez ohľadu na veľkosť písmen, ale s tým je spojený pokles výkonu.",
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js
index 7b14ebad90e..3818699087f 100644
--- a/lib/l10n/cs.js
+++ b/lib/l10n/cs.js
@@ -326,18 +326,36 @@ OC.L10N.register(
"Storage is temporarily not available" : "Úložiště je dočasně nedostupné",
"Storage connection timeout. %s" : "Překročen časový limit připojování k úložišti. %s",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Aby bylo možné možné povolit spuštění této kontroly je třeba zajistit, aby se webový server mohl připojit sám na sebe. Proto je třeba, aby bylo možné přeložit na IP adresu a připojit se k alespoň jedné z `trusted_domains` nebo `overwrite.cli.url`. Tento nezdar může být výsledkem neshody DNS na serveru nebo odchozího pravidla na bráně firewall.",
+ "Analyze images" : "Analyzovat obrázky",
+ "Ask a question about the given images." : "Zeptejte se ohledně daných obrázků.",
"Images" : "Obrázky",
+ "Images to ask a question about" : "Obrázky ohledně kterých se zeptat",
"Question" : "Otázka",
+ "What to ask about the images." : "Na co se zeptat ohledně obrázků.",
"Generated response" : "Vygenerovaná odpověď",
+ "The answer to the question" : "Odpověď na dotaz",
+ "Audio chat" : "Zvukový chat",
+ "Voice chat with the assistant" : "Hlasový chat s asistentem",
"System prompt" : "Systémový prompt",
"Define rules and assumptions that the assistant should follow during the conversation." : "Definujte pravidla a předpoklady která by měl asistent v konverzaci následovat.",
+ "Chat voice message" : "Hlasová zpráva v chatu",
+ "Describe a task that you want the assistant to do or ask a question." : "Popište úkol který chcete aby asistent udělal nebo položte dotaz.",
"Chat history" : "Historie chatu",
+ "The history of chat messages before the current message, starting with a message by the user." : "Historie zpráv v chatu před stávající zprávou, počínaje zprávou od uživatele.",
+ "Input transcript" : "Přepis vstupu",
+ "Transcription of the audio input" : "Přepis zvukového vstupu",
+ "Response voice message" : "Odpovědět na zvukovou zprávu",
+ "The generated voice response as part of the conversation" : "Vytvořená hlasová odpověď jako součást konverzace",
+ "Output transcript" : "Výstup přepisu",
+ "Transcription of the audio output" : "Přepis zvukového výstupu",
"Transcribe audio" : "Vytvořit text ze zvukové nahrávky",
"Transcribe the things said in an audio" : "Vytvořit zápis věcí řečených ve zvukovém záznamu",
"Audio input" : "Zvukový vstup",
"The audio to transcribe" : "Nahrávka k přepisu",
"Transcription" : "Přepis do textu",
"The transcribed text" : "Přepsaný text",
+ "Chat by voice with an agent" : "Hlasový chat s agentem",
+ "Describe a task that you want the agent to do or ask a question." : "Popište úkol který chcete aby agent udělal nebo položte dotaz",
"Confirmation" : "Potvrzení",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Zda potvrdit dříve vyžádané akce: 0 (nula) pro odepření a 1 pro potvrzení.",
"Conversation token" : "Token konverzace",
diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json
index 59ebf642d35..049907d6455 100644
--- a/lib/l10n/cs.json
+++ b/lib/l10n/cs.json
@@ -324,18 +324,36 @@
"Storage is temporarily not available" : "Úložiště je dočasně nedostupné",
"Storage connection timeout. %s" : "Překročen časový limit připojování k úložišti. %s",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Aby bylo možné možné povolit spuštění této kontroly je třeba zajistit, aby se webový server mohl připojit sám na sebe. Proto je třeba, aby bylo možné přeložit na IP adresu a připojit se k alespoň jedné z `trusted_domains` nebo `overwrite.cli.url`. Tento nezdar může být výsledkem neshody DNS na serveru nebo odchozího pravidla na bráně firewall.",
+ "Analyze images" : "Analyzovat obrázky",
+ "Ask a question about the given images." : "Zeptejte se ohledně daných obrázků.",
"Images" : "Obrázky",
+ "Images to ask a question about" : "Obrázky ohledně kterých se zeptat",
"Question" : "Otázka",
+ "What to ask about the images." : "Na co se zeptat ohledně obrázků.",
"Generated response" : "Vygenerovaná odpověď",
+ "The answer to the question" : "Odpověď na dotaz",
+ "Audio chat" : "Zvukový chat",
+ "Voice chat with the assistant" : "Hlasový chat s asistentem",
"System prompt" : "Systémový prompt",
"Define rules and assumptions that the assistant should follow during the conversation." : "Definujte pravidla a předpoklady která by měl asistent v konverzaci následovat.",
+ "Chat voice message" : "Hlasová zpráva v chatu",
+ "Describe a task that you want the assistant to do or ask a question." : "Popište úkol který chcete aby asistent udělal nebo položte dotaz.",
"Chat history" : "Historie chatu",
+ "The history of chat messages before the current message, starting with a message by the user." : "Historie zpráv v chatu před stávající zprávou, počínaje zprávou od uživatele.",
+ "Input transcript" : "Přepis vstupu",
+ "Transcription of the audio input" : "Přepis zvukového vstupu",
+ "Response voice message" : "Odpovědět na zvukovou zprávu",
+ "The generated voice response as part of the conversation" : "Vytvořená hlasová odpověď jako součást konverzace",
+ "Output transcript" : "Výstup přepisu",
+ "Transcription of the audio output" : "Přepis zvukového výstupu",
"Transcribe audio" : "Vytvořit text ze zvukové nahrávky",
"Transcribe the things said in an audio" : "Vytvořit zápis věcí řečených ve zvukovém záznamu",
"Audio input" : "Zvukový vstup",
"The audio to transcribe" : "Nahrávka k přepisu",
"Transcription" : "Přepis do textu",
"The transcribed text" : "Přepsaný text",
+ "Chat by voice with an agent" : "Hlasový chat s agentem",
+ "Describe a task that you want the agent to do or ask a question." : "Popište úkol který chcete aby agent udělal nebo položte dotaz",
"Confirmation" : "Potvrzení",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Zda potvrdit dříve vyžádané akce: 0 (nula) pro odepření a 1 pro potvrzení.",
"Conversation token" : "Token konverzace",
diff --git a/lib/l10n/de.js b/lib/l10n/de.js
index 718797ee887..b6ff331a923 100644
--- a/lib/l10n/de.js
+++ b/lib/l10n/de.js
@@ -326,15 +326,22 @@ OC.L10N.register(
"Storage is temporarily not available" : "Speicher ist vorübergehend nicht verfügbar",
"Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Damit diese Prüfung ausgeführt werden kann, muß sichergestellt sein, dass der Webserver eine Verbindung zu sich selbst herstellen kann. Daher muss er in der Lage sein, mindestens eine seiner `trusted_domains` oder `overwrite.cli.url` aufzulösen und eine Verbindung zu ihnen herzustellen. Dieser Fehler kann das Ergebnis einer serverseitigen DNS-Nichtübereinstimmung oder einer ausgehenden Firewall-Regel sein.",
+ "Analyze images" : "Bilder analysieren",
+ "Ask a question about the given images." : "Eine Frage zu den gewählten Bildern stellen.",
"Images" : "Bilder",
+ "Images to ask a question about" : "Bilder, zu denen eine Frage gestellt werden soll",
"Question" : "Frage",
+ "What to ask about the images." : "Was alles zu den Bildern gefragt werden kann.",
"Generated response" : "Erzeugte Antwort",
+ "The answer to the question" : "Die Antwort auf die Frage",
"Audio chat" : "Audio-Chat",
"Voice chat with the assistant" : "Sprachchat mit dem Assistenten",
"System prompt" : "Systemaufforderung",
"Define rules and assumptions that the assistant should follow during the conversation." : "Regeln und Annahmen definieren, die der Assistent während des Gesprächs befolgen soll.",
"Chat voice message" : "Chat-Sprachnachricht",
+ "Describe a task that you want the assistant to do or ask a question." : "Eine Aufgabe, die der Assistent erledigen soll, beschreiben, oder eine Frage stellen.",
"Chat history" : "Chatverlauf",
+ "The history of chat messages before the current message, starting with a message by the user." : "Chatverlauf vor der aktuellen Nachricht, beginnend mit einer Nachricht des Benutzers.",
"Input transcript" : "Eingabetranskript",
"Transcription of the audio input" : "Transkription der Audio-Eingabe",
"Response voice message" : "Antwort-Sprachnachricht",
@@ -347,6 +354,8 @@ OC.L10N.register(
"The audio to transcribe" : "Die Audio-Datei zum Transkribieren",
"Transcription" : "Transkription",
"The transcribed text" : "Der transkribierte Text",
+ "Chat by voice with an agent" : "Per Stimme mit einem Agenten chatten",
+ "Describe a task that you want the agent to do or ask a question." : "Eine Aufgabe, die der Assistent erledigen soll, beschreiben, oder eine Frage stellen.",
"Confirmation" : "Bestätigung",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Ob zuvor angeforderte Aktionen bestätigt werden sollen: 0 für Verweigerung und 1 für Bestätigung.",
"Conversation token" : "Unterhaltungstoken",
diff --git a/lib/l10n/de.json b/lib/l10n/de.json
index 27107fda6ba..43c1a295dbe 100644
--- a/lib/l10n/de.json
+++ b/lib/l10n/de.json
@@ -324,15 +324,22 @@
"Storage is temporarily not available" : "Speicher ist vorübergehend nicht verfügbar",
"Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Damit diese Prüfung ausgeführt werden kann, muß sichergestellt sein, dass der Webserver eine Verbindung zu sich selbst herstellen kann. Daher muss er in der Lage sein, mindestens eine seiner `trusted_domains` oder `overwrite.cli.url` aufzulösen und eine Verbindung zu ihnen herzustellen. Dieser Fehler kann das Ergebnis einer serverseitigen DNS-Nichtübereinstimmung oder einer ausgehenden Firewall-Regel sein.",
+ "Analyze images" : "Bilder analysieren",
+ "Ask a question about the given images." : "Eine Frage zu den gewählten Bildern stellen.",
"Images" : "Bilder",
+ "Images to ask a question about" : "Bilder, zu denen eine Frage gestellt werden soll",
"Question" : "Frage",
+ "What to ask about the images." : "Was alles zu den Bildern gefragt werden kann.",
"Generated response" : "Erzeugte Antwort",
+ "The answer to the question" : "Die Antwort auf die Frage",
"Audio chat" : "Audio-Chat",
"Voice chat with the assistant" : "Sprachchat mit dem Assistenten",
"System prompt" : "Systemaufforderung",
"Define rules and assumptions that the assistant should follow during the conversation." : "Regeln und Annahmen definieren, die der Assistent während des Gesprächs befolgen soll.",
"Chat voice message" : "Chat-Sprachnachricht",
+ "Describe a task that you want the assistant to do or ask a question." : "Eine Aufgabe, die der Assistent erledigen soll, beschreiben, oder eine Frage stellen.",
"Chat history" : "Chatverlauf",
+ "The history of chat messages before the current message, starting with a message by the user." : "Chatverlauf vor der aktuellen Nachricht, beginnend mit einer Nachricht des Benutzers.",
"Input transcript" : "Eingabetranskript",
"Transcription of the audio input" : "Transkription der Audio-Eingabe",
"Response voice message" : "Antwort-Sprachnachricht",
@@ -345,6 +352,8 @@
"The audio to transcribe" : "Die Audio-Datei zum Transkribieren",
"Transcription" : "Transkription",
"The transcribed text" : "Der transkribierte Text",
+ "Chat by voice with an agent" : "Per Stimme mit einem Agenten chatten",
+ "Describe a task that you want the agent to do or ask a question." : "Eine Aufgabe, die der Assistent erledigen soll, beschreiben, oder eine Frage stellen.",
"Confirmation" : "Bestätigung",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Ob zuvor angeforderte Aktionen bestätigt werden sollen: 0 für Verweigerung und 1 für Bestätigung.",
"Conversation token" : "Unterhaltungstoken",
diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js
index 5f59cb5c44b..a8413c1b832 100644
--- a/lib/l10n/de_DE.js
+++ b/lib/l10n/de_DE.js
@@ -326,15 +326,22 @@ OC.L10N.register(
"Storage is temporarily not available" : "Speicher ist vorübergehend nicht verfügbar",
"Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Damit diese Prüfung ausgeführt werden kann, müssen Sie sicherstellen, dass Ihr Webserver eine Verbindung zu sich selbst herstellen kann. Daher muss er in der Lage sein, mindestens eine seiner `trusted_domains` oder `overwrite.cli.url` aufzulösen und eine Verbindung zu ihnen herzustellen. Dieser Fehler kann das Ergebnis einer serverseitigen DNS-Nichtübereinstimmung oder einer ausgehenden Firewall-Regel sein.",
+ "Analyze images" : "Bilder analysieren",
+ "Ask a question about the given images." : "Eine Frage zu den gewählten Bildern stellen.",
"Images" : "Bilder",
+ "Images to ask a question about" : "Bilder, zu denen eine Frage gestellt werden soll",
"Question" : "Frage",
+ "What to ask about the images." : "Was alles zu den Bildern gefragt werden kann.",
"Generated response" : "Erzeugte Antwort",
+ "The answer to the question" : "Die Antwort auf die Frage",
"Audio chat" : "Audio-Chat",
"Voice chat with the assistant" : "Sprachchat mit dem Assistenten",
"System prompt" : "Systemaufforderung",
"Define rules and assumptions that the assistant should follow during the conversation." : "Regeln und Annahmen definieren, die der Assistent während des Gesprächs befolgen soll.",
"Chat voice message" : "Chat-Sprachnachricht",
+ "Describe a task that you want the assistant to do or ask a question." : "Eine Aufgabe, die der Assistent erledigen soll, beschreiben, oder eine Frage stellen.",
"Chat history" : "Chatverlauf",
+ "The history of chat messages before the current message, starting with a message by the user." : "Chatverlauf vor der aktuellen Nachricht, beginnend mit einer Nachricht des Benutzers.",
"Input transcript" : "Eingabetranskript",
"Transcription of the audio input" : "Transkription der Audio-Eingabe",
"Response voice message" : "Antwort-Sprachnachricht",
@@ -347,6 +354,8 @@ OC.L10N.register(
"The audio to transcribe" : "Die Audio-Datei zum Transkribieren",
"Transcription" : "Transkription",
"The transcribed text" : "Der transkribierte Text",
+ "Chat by voice with an agent" : "Per Stimme mit einem Agenten chatten",
+ "Describe a task that you want the agent to do or ask a question." : "Eine Aufgabe, die der Assistent erledigen soll, beschreiben, oder eine Frage stellen.",
"Confirmation" : "Bestätigung",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Ob zuvor angeforderte Aktionen bestätigt werden sollen: 0 für Verweigerung und 1 für Bestätigung.",
"Conversation token" : "Unterhaltungstoken",
diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json
index 1f95fb7f1de..38dfa7071bb 100644
--- a/lib/l10n/de_DE.json
+++ b/lib/l10n/de_DE.json
@@ -324,15 +324,22 @@
"Storage is temporarily not available" : "Speicher ist vorübergehend nicht verfügbar",
"Storage connection timeout. %s" : "Zeitüberschreitung der Verbindung zum Speicherplatz. %s",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Damit diese Prüfung ausgeführt werden kann, müssen Sie sicherstellen, dass Ihr Webserver eine Verbindung zu sich selbst herstellen kann. Daher muss er in der Lage sein, mindestens eine seiner `trusted_domains` oder `overwrite.cli.url` aufzulösen und eine Verbindung zu ihnen herzustellen. Dieser Fehler kann das Ergebnis einer serverseitigen DNS-Nichtübereinstimmung oder einer ausgehenden Firewall-Regel sein.",
+ "Analyze images" : "Bilder analysieren",
+ "Ask a question about the given images." : "Eine Frage zu den gewählten Bildern stellen.",
"Images" : "Bilder",
+ "Images to ask a question about" : "Bilder, zu denen eine Frage gestellt werden soll",
"Question" : "Frage",
+ "What to ask about the images." : "Was alles zu den Bildern gefragt werden kann.",
"Generated response" : "Erzeugte Antwort",
+ "The answer to the question" : "Die Antwort auf die Frage",
"Audio chat" : "Audio-Chat",
"Voice chat with the assistant" : "Sprachchat mit dem Assistenten",
"System prompt" : "Systemaufforderung",
"Define rules and assumptions that the assistant should follow during the conversation." : "Regeln und Annahmen definieren, die der Assistent während des Gesprächs befolgen soll.",
"Chat voice message" : "Chat-Sprachnachricht",
+ "Describe a task that you want the assistant to do or ask a question." : "Eine Aufgabe, die der Assistent erledigen soll, beschreiben, oder eine Frage stellen.",
"Chat history" : "Chatverlauf",
+ "The history of chat messages before the current message, starting with a message by the user." : "Chatverlauf vor der aktuellen Nachricht, beginnend mit einer Nachricht des Benutzers.",
"Input transcript" : "Eingabetranskript",
"Transcription of the audio input" : "Transkription der Audio-Eingabe",
"Response voice message" : "Antwort-Sprachnachricht",
@@ -345,6 +352,8 @@
"The audio to transcribe" : "Die Audio-Datei zum Transkribieren",
"Transcription" : "Transkription",
"The transcribed text" : "Der transkribierte Text",
+ "Chat by voice with an agent" : "Per Stimme mit einem Agenten chatten",
+ "Describe a task that you want the agent to do or ask a question." : "Eine Aufgabe, die der Assistent erledigen soll, beschreiben, oder eine Frage stellen.",
"Confirmation" : "Bestätigung",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Ob zuvor angeforderte Aktionen bestätigt werden sollen: 0 für Verweigerung und 1 für Bestätigung.",
"Conversation token" : "Unterhaltungstoken",
diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js
index f29326a431a..504aced0d05 100644
--- a/lib/l10n/en_GB.js
+++ b/lib/l10n/en_GB.js
@@ -326,6 +326,7 @@ OC.L10N.register(
"Storage is temporarily not available" : "Storage is temporarily not available",
"Storage connection timeout. %s" : "Storage connection timeout. %s",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule.",
+ "Analyze images" : "Analyse images",
"Images" : "Images",
"Question" : "Question",
"Generated response" : "Generated response",
diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json
index 26a84f4e313..0f8b19c3b07 100644
--- a/lib/l10n/en_GB.json
+++ b/lib/l10n/en_GB.json
@@ -324,6 +324,7 @@
"Storage is temporarily not available" : "Storage is temporarily not available",
"Storage connection timeout. %s" : "Storage connection timeout. %s",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule.",
+ "Analyze images" : "Analyse images",
"Images" : "Images",
"Question" : "Question",
"Generated response" : "Generated response",
diff --git a/lib/l10n/et_EE.js b/lib/l10n/et_EE.js
index e1246314e6c..fd281e9a057 100644
--- a/lib/l10n/et_EE.js
+++ b/lib/l10n/et_EE.js
@@ -319,14 +319,21 @@ OC.L10N.register(
"Storage connection error. %s" : "Viga andmeruumi ühenduse loomisel. %s",
"Storage is temporarily not available" : "Salvestusruum pole ajutiselt kättesaadav",
"Storage connection timeout. %s" : "Aegumine andmeruumi ühenduse loomisel. %s",
+ "Analyze images" : "Piltide analüüs",
+ "Ask a question about the given images." : "Küsi antud piltide kohta",
"Images" : "Pildid",
+ "Images to ask a question about" : "Pildid, mille kohta soovid küsida",
"Question" : "Küsimus",
+ "What to ask about the images." : "Seda saad pildi kohta küsida.",
"Generated response" : "Loodud vastus",
+ "The answer to the question" : "Vastus küsimusele",
"Audio chat" : "Häälvestlus",
"Voice chat with the assistant" : "Häälvestlus Abilisega",
"System prompt" : "Süsteemi viip",
"Chat voice message" : "Vestluse häälsõnum",
+ "Describe a task that you want the assistant to do or ask a question." : "Kirjelda seda, mida soovid Abilisele ülesandeks teha või lihtsalt küsi midagi.",
"Chat history" : "Vestluse ajalugu",
+ "The history of chat messages before the current message, starting with a message by the user." : "Kasutaja sõnumiga algav vestluse ajalugu enne praegust sõnumit.",
"Input transcript" : "Sisendi üleskirjutus",
"Transcription of the audio input" : "Helisisendi üleskirjutus",
"Response voice message" : "Vastuse häälsõnum",
@@ -339,6 +346,8 @@ OC.L10N.register(
"The audio to transcribe" : "Üleskirjutatav helifail",
"Transcription" : "Üleskirjutus",
"The transcribed text" : "Üleskirjutatud tekst",
+ "Chat by voice with an agent" : "Räägi agendiga",
+ "Describe a task that you want the agent to do or ask a question." : "Kirjelda seda, mida soovid agendile ülesandeks teha või lihtsalt küsi midagi.",
"Confirmation" : "Kinnitus",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Kas peaksime eelmised tegevuse kinnitama: keeldumist märgib 0 ja nõustumist 1.",
"Conversation token" : "Vestluse tunnusluba",
diff --git a/lib/l10n/et_EE.json b/lib/l10n/et_EE.json
index 1aa9ecee942..725845111a9 100644
--- a/lib/l10n/et_EE.json
+++ b/lib/l10n/et_EE.json
@@ -317,14 +317,21 @@
"Storage connection error. %s" : "Viga andmeruumi ühenduse loomisel. %s",
"Storage is temporarily not available" : "Salvestusruum pole ajutiselt kättesaadav",
"Storage connection timeout. %s" : "Aegumine andmeruumi ühenduse loomisel. %s",
+ "Analyze images" : "Piltide analüüs",
+ "Ask a question about the given images." : "Küsi antud piltide kohta",
"Images" : "Pildid",
+ "Images to ask a question about" : "Pildid, mille kohta soovid küsida",
"Question" : "Küsimus",
+ "What to ask about the images." : "Seda saad pildi kohta küsida.",
"Generated response" : "Loodud vastus",
+ "The answer to the question" : "Vastus küsimusele",
"Audio chat" : "Häälvestlus",
"Voice chat with the assistant" : "Häälvestlus Abilisega",
"System prompt" : "Süsteemi viip",
"Chat voice message" : "Vestluse häälsõnum",
+ "Describe a task that you want the assistant to do or ask a question." : "Kirjelda seda, mida soovid Abilisele ülesandeks teha või lihtsalt küsi midagi.",
"Chat history" : "Vestluse ajalugu",
+ "The history of chat messages before the current message, starting with a message by the user." : "Kasutaja sõnumiga algav vestluse ajalugu enne praegust sõnumit.",
"Input transcript" : "Sisendi üleskirjutus",
"Transcription of the audio input" : "Helisisendi üleskirjutus",
"Response voice message" : "Vastuse häälsõnum",
@@ -337,6 +344,8 @@
"The audio to transcribe" : "Üleskirjutatav helifail",
"Transcription" : "Üleskirjutus",
"The transcribed text" : "Üleskirjutatud tekst",
+ "Chat by voice with an agent" : "Räägi agendiga",
+ "Describe a task that you want the agent to do or ask a question." : "Kirjelda seda, mida soovid agendile ülesandeks teha või lihtsalt küsi midagi.",
"Confirmation" : "Kinnitus",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Kas peaksime eelmised tegevuse kinnitama: keeldumist märgib 0 ja nõustumist 1.",
"Conversation token" : "Vestluse tunnusluba",
diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js
index ee41ec964e1..7be586070a1 100644
--- a/lib/l10n/pl.js
+++ b/lib/l10n/pl.js
@@ -326,18 +326,36 @@ OC.L10N.register(
"Storage is temporarily not available" : "Magazyn jest tymczasowo niedostępny",
"Storage connection timeout. %s" : "Limit czasu połączenia do magazynu. %s",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Aby umożliwić wykonanie tego sprawdzenia, upewnij się, że serwer WWW może połączyć się sam ze sobą. Musi on być w stanie rozpoznać i połączyć się przynajmniej z jedną z wartości 'trusted_domains' lub 'overwrite.cli.url'. Błąd ten może być wynikiem niezgodności DNS po stronie serwera lub reguły zapory sieciowej wychodzącej.",
+ "Analyze images" : "Analizuj obrazy",
+ "Ask a question about the given images." : "Zadaj pytanie dotyczące podanych obrazów.",
"Images" : "Obrazy",
+ "Images to ask a question about" : "Obrazy, o które chcesz zadać pytanie",
"Question" : "Pytanie",
+ "What to ask about the images." : "O co zapytać na temat obrazów.",
"Generated response" : "Wygenerowana odpowiedź",
+ "The answer to the question" : "Odpowiedź na pytanie",
+ "Audio chat" : "Rozmowa audio",
+ "Voice chat with the assistant" : "Rozmowa głosowa z asystentem",
"System prompt" : "Polecenie systemowe",
"Define rules and assumptions that the assistant should follow during the conversation." : "Określ zasady i założenia, których asystent powinien przestrzegać podczas rozmowy",
+ "Chat voice message" : "Wiadomość głosowa w czacie",
+ "Describe a task that you want the assistant to do or ask a question." : "Opisz zadanie, które chcesz, aby asystent wykonał, lub zadaj pytanie.",
"Chat history" : "Historia rozmów",
+ "The history of chat messages before the current message, starting with a message by the user." : "Historia wiadomości czatu przed bieżącą wiadomością, zaczynając od wiadomości użytkownika.",
+ "Input transcript" : "Transkrypcja wejściowa",
+ "Transcription of the audio input" : "Transkrypcja audio danych wejściowych",
+ "Response voice message" : "Wiadomość głosowa w odpowiedzi",
+ "The generated voice response as part of the conversation" : "Wygenerowana odpowiedź głosowa jako część rozmowy",
+ "Output transcript" : "Transkrypcja wyjściowa",
+ "Transcription of the audio output" : "Transkrypcja audio danych wyjściowych",
"Transcribe audio" : "Transkrypcja dźwięku",
"Transcribe the things said in an audio" : "Transkrypcja wypowiedzi w formie audio",
"Audio input" : "Wejście dźwięku",
"The audio to transcribe" : "Dźwięk do transkrypcji",
"Transcription" : "Transkrypcja",
"The transcribed text" : "Tekst transkrypcji",
+ "Chat by voice with an agent" : "Rozmowa głosowa z agentem",
+ "Describe a task that you want the agent to do or ask a question." : "Opisz zadanie, które chcesz, aby agent wykonał, lub zadaj pytanie.",
"Confirmation" : "Potwierdzenie",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Czy potwierdzić wcześniej żądane działania: 0 — odmowa, 1 — potwierdzenie.",
"Conversation token" : "Token konwersacji",
diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json
index eba73d5631c..79ae1965268 100644
--- a/lib/l10n/pl.json
+++ b/lib/l10n/pl.json
@@ -324,18 +324,36 @@
"Storage is temporarily not available" : "Magazyn jest tymczasowo niedostępny",
"Storage connection timeout. %s" : "Limit czasu połączenia do magazynu. %s",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Aby umożliwić wykonanie tego sprawdzenia, upewnij się, że serwer WWW może połączyć się sam ze sobą. Musi on być w stanie rozpoznać i połączyć się przynajmniej z jedną z wartości 'trusted_domains' lub 'overwrite.cli.url'. Błąd ten może być wynikiem niezgodności DNS po stronie serwera lub reguły zapory sieciowej wychodzącej.",
+ "Analyze images" : "Analizuj obrazy",
+ "Ask a question about the given images." : "Zadaj pytanie dotyczące podanych obrazów.",
"Images" : "Obrazy",
+ "Images to ask a question about" : "Obrazy, o które chcesz zadać pytanie",
"Question" : "Pytanie",
+ "What to ask about the images." : "O co zapytać na temat obrazów.",
"Generated response" : "Wygenerowana odpowiedź",
+ "The answer to the question" : "Odpowiedź na pytanie",
+ "Audio chat" : "Rozmowa audio",
+ "Voice chat with the assistant" : "Rozmowa głosowa z asystentem",
"System prompt" : "Polecenie systemowe",
"Define rules and assumptions that the assistant should follow during the conversation." : "Określ zasady i założenia, których asystent powinien przestrzegać podczas rozmowy",
+ "Chat voice message" : "Wiadomość głosowa w czacie",
+ "Describe a task that you want the assistant to do or ask a question." : "Opisz zadanie, które chcesz, aby asystent wykonał, lub zadaj pytanie.",
"Chat history" : "Historia rozmów",
+ "The history of chat messages before the current message, starting with a message by the user." : "Historia wiadomości czatu przed bieżącą wiadomością, zaczynając od wiadomości użytkownika.",
+ "Input transcript" : "Transkrypcja wejściowa",
+ "Transcription of the audio input" : "Transkrypcja audio danych wejściowych",
+ "Response voice message" : "Wiadomość głosowa w odpowiedzi",
+ "The generated voice response as part of the conversation" : "Wygenerowana odpowiedź głosowa jako część rozmowy",
+ "Output transcript" : "Transkrypcja wyjściowa",
+ "Transcription of the audio output" : "Transkrypcja audio danych wyjściowych",
"Transcribe audio" : "Transkrypcja dźwięku",
"Transcribe the things said in an audio" : "Transkrypcja wypowiedzi w formie audio",
"Audio input" : "Wejście dźwięku",
"The audio to transcribe" : "Dźwięk do transkrypcji",
"Transcription" : "Transkrypcja",
"The transcribed text" : "Tekst transkrypcji",
+ "Chat by voice with an agent" : "Rozmowa głosowa z agentem",
+ "Describe a task that you want the agent to do or ask a question." : "Opisz zadanie, które chcesz, aby agent wykonał, lub zadaj pytanie.",
"Confirmation" : "Potwierdzenie",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Czy potwierdzić wcześniej żądane działania: 0 — odmowa, 1 — potwierdzenie.",
"Conversation token" : "Token konwersacji",
diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js
index ef8fe6dcf8f..98778c86166 100644
--- a/lib/l10n/pt_BR.js
+++ b/lib/l10n/pt_BR.js
@@ -326,15 +326,22 @@ OC.L10N.register(
"Storage is temporarily not available" : "Armazenamento temporariamente indisponível",
"Storage connection timeout. %s" : "Atingido o tempo limite de conexão ao armazenamento. %s",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Para permitir que esta verificação seja executada, você deve certificar-se de que seu servidor web pode se conectar a si mesmo. Portanto, ele deve ser capaz de resolver e conectar a pelo menos um de seus `trusted_domains` ou `overwrite.cli.url`. Esta falha pode ser o resultado de uma incompatibilidade de DNS no servidor ou de uma regra de firewall de saída.",
+ "Analyze images" : "Analisar imagens",
+ "Ask a question about the given images." : "Faça uma pergunta sobre as imagens fornecidas.",
"Images" : "Imagens",
+ "Images to ask a question about" : "Imagens sobre as quais fazer uma pergunta",
"Question" : "Pergunta",
+ "What to ask about the images." : "O que perguntar sobre as imagens.",
"Generated response" : "Resposta gerada",
+ "The answer to the question" : "A resposta à pergunta",
"Audio chat" : "Conversa por áudio",
"Voice chat with the assistant" : "Conversa por voz com o assistente",
"System prompt" : "Prompt do sistema",
"Define rules and assumptions that the assistant should follow during the conversation." : "Defina regras e suposições que o assistente deve seguir durante a conversa.",
"Chat voice message" : "Mensagem de voz no chat",
+ "Describe a task that you want the assistant to do or ask a question." : "Descreva uma tarefa que você deseja que o assistente faça ou faça uma pergunta.",
"Chat history" : "Histórico de bate-papo",
+ "The history of chat messages before the current message, starting with a message by the user." : "O histórico de mensagens de bate-papo antes da mensagem atual, começando com uma mensagem do usuário.",
"Input transcript" : "Transcrição da entrada",
"Transcription of the audio input" : "Transcrição da entrada de áudio",
"Response voice message" : "Mensagem de voz de resposta",
@@ -347,6 +354,8 @@ OC.L10N.register(
"The audio to transcribe" : "O áudio a ser transcrito",
"Transcription" : "Transcrição",
"The transcribed text" : "O texto transcrito",
+ "Chat by voice with an agent" : "Bate-papo por voz com um agente",
+ "Describe a task that you want the agent to do or ask a question." : "Descreva uma tarefa que você deseja que o agente faça ou faça uma pergunta.",
"Confirmation" : "Confirmação",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Se deve confirmar as ações solicitadas anteriormente: 0 para negação e 1 para confirmação.",
"Conversation token" : "Token de conversação",
diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json
index 81fe418ac55..c840d704f30 100644
--- a/lib/l10n/pt_BR.json
+++ b/lib/l10n/pt_BR.json
@@ -324,15 +324,22 @@
"Storage is temporarily not available" : "Armazenamento temporariamente indisponível",
"Storage connection timeout. %s" : "Atingido o tempo limite de conexão ao armazenamento. %s",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Para permitir que esta verificação seja executada, você deve certificar-se de que seu servidor web pode se conectar a si mesmo. Portanto, ele deve ser capaz de resolver e conectar a pelo menos um de seus `trusted_domains` ou `overwrite.cli.url`. Esta falha pode ser o resultado de uma incompatibilidade de DNS no servidor ou de uma regra de firewall de saída.",
+ "Analyze images" : "Analisar imagens",
+ "Ask a question about the given images." : "Faça uma pergunta sobre as imagens fornecidas.",
"Images" : "Imagens",
+ "Images to ask a question about" : "Imagens sobre as quais fazer uma pergunta",
"Question" : "Pergunta",
+ "What to ask about the images." : "O que perguntar sobre as imagens.",
"Generated response" : "Resposta gerada",
+ "The answer to the question" : "A resposta à pergunta",
"Audio chat" : "Conversa por áudio",
"Voice chat with the assistant" : "Conversa por voz com o assistente",
"System prompt" : "Prompt do sistema",
"Define rules and assumptions that the assistant should follow during the conversation." : "Defina regras e suposições que o assistente deve seguir durante a conversa.",
"Chat voice message" : "Mensagem de voz no chat",
+ "Describe a task that you want the assistant to do or ask a question." : "Descreva uma tarefa que você deseja que o assistente faça ou faça uma pergunta.",
"Chat history" : "Histórico de bate-papo",
+ "The history of chat messages before the current message, starting with a message by the user." : "O histórico de mensagens de bate-papo antes da mensagem atual, começando com uma mensagem do usuário.",
"Input transcript" : "Transcrição da entrada",
"Transcription of the audio input" : "Transcrição da entrada de áudio",
"Response voice message" : "Mensagem de voz de resposta",
@@ -345,6 +352,8 @@
"The audio to transcribe" : "O áudio a ser transcrito",
"Transcription" : "Transcrição",
"The transcribed text" : "O texto transcrito",
+ "Chat by voice with an agent" : "Bate-papo por voz com um agente",
+ "Describe a task that you want the agent to do or ask a question." : "Descreva uma tarefa que você deseja que o agente faça ou faça uma pergunta.",
"Confirmation" : "Confirmação",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Se deve confirmar as ações solicitadas anteriormente: 0 para negação e 1 para confirmação.",
"Conversation token" : "Token de conversação",
diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js
index a53e5588da6..3e561efd49c 100644
--- a/lib/l10n/sr.js
+++ b/lib/l10n/sr.js
@@ -326,18 +326,36 @@ OC.L10N.register(
"Storage is temporarily not available" : "Складиште привремено није доступно",
"Storage connection timeout. %s" : "Истекло је време за повезивање на складиште. %s",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Ако желите да се ова провера изврши, морате обезбедити да ваш веб сервер може да се повеже на самог себе. То значи да мора бити у стању да разреши и да се повеже барем на један од својих `trusted_domains` или `overwrite.cli.url`. Ова грешка може да буде резултат DNS неподударања на страни сервера или одлазно правило заштитног зида.",
+ "Analyze images" : "Анализирај слике",
+ "Ask a question about the given images." : "Поставите питање у вези са датим сликама.",
"Images" : "Слике",
+ "Images to ask a question about" : "Слике о којим се постављају питања",
"Question" : "Питање",
+ "What to ask about the images." : "Шта да се пита у вези са сликама.",
"Generated response" : "Генерисани одговор",
+ "The answer to the question" : "Одговор на питање",
+ "Audio chat" : "Аудио чет",
+ "Voice chat with the assistant" : "Гласовни чет са асистентом",
"System prompt" : "Кориснички захтев",
"Define rules and assumptions that the assistant should follow during the conversation." : "Дефинишите правила и претпоставке које би асистент требало да следи током разговора.",
+ "Chat voice message" : "Чет говорна порука",
+ "Describe a task that you want the assistant to do or ask a question." : "Опишите задатак који желите да асистент обави или поставите питање.",
"Chat history" : "Историју чета",
+ "The history of chat messages before the current message, starting with a message by the user." : "Историја чет порука пре текуће поруке, почевши са поруком корисника.",
+ "Input transcript" : "Транскрипт уноса",
+ "Transcription of the audio input" : "Транскрипт аудио улаза",
+ "Response voice message" : "Гласовна порука одговора",
+ "The generated voice response as part of the conversation" : "Генерисани гласовни одговор као део разговора",
+ "Output transcript" : "Транскрипт излаза",
+ "Transcription of the audio output" : "Транскрипција аудио излаза",
"Transcribe audio" : "Транскрибуј звук",
"Transcribe the things said in an audio" : "Транскрибује оно што се каже у звуку",
"Audio input" : "Аудио улаз",
"The audio to transcribe" : "Звук који треба да се транскрибује",
"Transcription" : "Транскрипција",
"The transcribed text" : "Транскрибовани текст",
+ "Chat by voice with an agent" : "Гласовни чет са агентом",
+ "Describe a task that you want the agent to do or ask a question." : "Опишите задатак који желите да агент обави или поставите питање.",
"Confirmation" : "Потврда",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Да ли да се потврде претходно затражене акције: 0 за одбијање и 1 за потврђивње.",
"Conversation token" : "Жетон разговора",
diff --git a/lib/l10n/sr.json b/lib/l10n/sr.json
index b2b86c827cc..e7b23d25039 100644
--- a/lib/l10n/sr.json
+++ b/lib/l10n/sr.json
@@ -324,18 +324,36 @@
"Storage is temporarily not available" : "Складиште привремено није доступно",
"Storage connection timeout. %s" : "Истекло је време за повезивање на складиште. %s",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Ако желите да се ова провера изврши, морате обезбедити да ваш веб сервер може да се повеже на самог себе. То значи да мора бити у стању да разреши и да се повеже барем на један од својих `trusted_domains` или `overwrite.cli.url`. Ова грешка може да буде резултат DNS неподударања на страни сервера или одлазно правило заштитног зида.",
+ "Analyze images" : "Анализирај слике",
+ "Ask a question about the given images." : "Поставите питање у вези са датим сликама.",
"Images" : "Слике",
+ "Images to ask a question about" : "Слике о којим се постављају питања",
"Question" : "Питање",
+ "What to ask about the images." : "Шта да се пита у вези са сликама.",
"Generated response" : "Генерисани одговор",
+ "The answer to the question" : "Одговор на питање",
+ "Audio chat" : "Аудио чет",
+ "Voice chat with the assistant" : "Гласовни чет са асистентом",
"System prompt" : "Кориснички захтев",
"Define rules and assumptions that the assistant should follow during the conversation." : "Дефинишите правила и претпоставке које би асистент требало да следи током разговора.",
+ "Chat voice message" : "Чет говорна порука",
+ "Describe a task that you want the assistant to do or ask a question." : "Опишите задатак који желите да асистент обави или поставите питање.",
"Chat history" : "Историју чета",
+ "The history of chat messages before the current message, starting with a message by the user." : "Историја чет порука пре текуће поруке, почевши са поруком корисника.",
+ "Input transcript" : "Транскрипт уноса",
+ "Transcription of the audio input" : "Транскрипт аудио улаза",
+ "Response voice message" : "Гласовна порука одговора",
+ "The generated voice response as part of the conversation" : "Генерисани гласовни одговор као део разговора",
+ "Output transcript" : "Транскрипт излаза",
+ "Transcription of the audio output" : "Транскрипција аудио излаза",
"Transcribe audio" : "Транскрибуј звук",
"Transcribe the things said in an audio" : "Транскрибује оно што се каже у звуку",
"Audio input" : "Аудио улаз",
"The audio to transcribe" : "Звук који треба да се транскрибује",
"Transcription" : "Транскрипција",
"The transcribed text" : "Транскрибовани текст",
+ "Chat by voice with an agent" : "Гласовни чет са агентом",
+ "Describe a task that you want the agent to do or ask a question." : "Опишите задатак који желите да агент обави или поставите питање.",
"Confirmation" : "Потврда",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Да ли да се потврде претходно затражене акције: 0 за одбијање и 1 за потврђивње.",
"Conversation token" : "Жетон разговора",
diff --git a/lib/l10n/zh_HK.js b/lib/l10n/zh_HK.js
index 159a8c44ef8..3adf5313aec 100644
--- a/lib/l10n/zh_HK.js
+++ b/lib/l10n/zh_HK.js
@@ -326,18 +326,36 @@ OC.L10N.register(
"Storage is temporarily not available" : "儲存空間暫時無法使用",
"Storage connection timeout. %s" : "儲存空間連線逾時。%s",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "若要允許執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須可以解析並連線到 `trusted_domains` 或 `overwrite.cli.url` 至少其中一個。此失敗可能是因為伺服器端 DNS 不符或連出防火牆規則造成的。",
+ "Analyze images" : "分析圖像",
+ "Ask a question about the given images." : "請問您能對所提供的圖片提出一個問題嗎?",
"Images" : "圖像",
+ "Images to ask a question about" : "要提出問題的圖像",
"Question" : "問題",
+ "What to ask about the images." : "要問什麼關於圖像的問題。",
"Generated response" : "已產生的回應",
+ "The answer to the question" : "問題的答案",
+ "Audio chat" : "語音聊天",
+ "Voice chat with the assistant" : "與小幫手使用語音聊天",
"System prompt" : "系統提示詞",
"Define rules and assumptions that the assistant should follow during the conversation." : "定義小幫手在對話期間應遵守的規則與假設。",
+ "Chat voice message" : "聊天語音訊息",
+ "Describe a task that you want the assistant to do or ask a question." : "描述您希望小幫手執行的任務或提出問題。",
"Chat history" : "聊天紀錄",
+ "The history of chat messages before the current message, starting with a message by the user." : "在目前訊息之前的聊天記錄,從用戶的訊息開始。",
+ "Input transcript" : "輸入轉錄",
+ "Transcription of the audio input" : "語音輸入轉錄",
+ "Response voice message" : "回應語音訊息",
+ "The generated voice response as part of the conversation" : "産生的語音回應作為對話的一部分",
+ "Output transcript" : "輸出轉錄",
+ "Transcription of the audio output" : "音訊輸出轉錄",
"Transcribe audio" : "抄錄音頻為文字",
"Transcribe the things said in an audio" : "轉錄音訊中所說的話",
"Audio input" : "音頻輸入",
"The audio to transcribe" : "要轉錄的音頻",
"Transcription" : "轉錄",
"The transcribed text" : "已轉錄的文字",
+ "Chat by voice with an agent" : "與 agent 語音聊天",
+ "Describe a task that you want the agent to do or ask a question." : "描述您希望 agent 執行的任務或提出問題。",
"Confirmation" : "確認",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "是否確認之前請求的操作:0 表示拒絕,1 表示確認。",
"Conversation token" : "對話權杖",
diff --git a/lib/l10n/zh_HK.json b/lib/l10n/zh_HK.json
index 35986233f97..fe108f9017c 100644
--- a/lib/l10n/zh_HK.json
+++ b/lib/l10n/zh_HK.json
@@ -324,18 +324,36 @@
"Storage is temporarily not available" : "儲存空間暫時無法使用",
"Storage connection timeout. %s" : "儲存空間連線逾時。%s",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "若要允許執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須可以解析並連線到 `trusted_domains` 或 `overwrite.cli.url` 至少其中一個。此失敗可能是因為伺服器端 DNS 不符或連出防火牆規則造成的。",
+ "Analyze images" : "分析圖像",
+ "Ask a question about the given images." : "請問您能對所提供的圖片提出一個問題嗎?",
"Images" : "圖像",
+ "Images to ask a question about" : "要提出問題的圖像",
"Question" : "問題",
+ "What to ask about the images." : "要問什麼關於圖像的問題。",
"Generated response" : "已產生的回應",
+ "The answer to the question" : "問題的答案",
+ "Audio chat" : "語音聊天",
+ "Voice chat with the assistant" : "與小幫手使用語音聊天",
"System prompt" : "系統提示詞",
"Define rules and assumptions that the assistant should follow during the conversation." : "定義小幫手在對話期間應遵守的規則與假設。",
+ "Chat voice message" : "聊天語音訊息",
+ "Describe a task that you want the assistant to do or ask a question." : "描述您希望小幫手執行的任務或提出問題。",
"Chat history" : "聊天紀錄",
+ "The history of chat messages before the current message, starting with a message by the user." : "在目前訊息之前的聊天記錄,從用戶的訊息開始。",
+ "Input transcript" : "輸入轉錄",
+ "Transcription of the audio input" : "語音輸入轉錄",
+ "Response voice message" : "回應語音訊息",
+ "The generated voice response as part of the conversation" : "産生的語音回應作為對話的一部分",
+ "Output transcript" : "輸出轉錄",
+ "Transcription of the audio output" : "音訊輸出轉錄",
"Transcribe audio" : "抄錄音頻為文字",
"Transcribe the things said in an audio" : "轉錄音訊中所說的話",
"Audio input" : "音頻輸入",
"The audio to transcribe" : "要轉錄的音頻",
"Transcription" : "轉錄",
"The transcribed text" : "已轉錄的文字",
+ "Chat by voice with an agent" : "與 agent 語音聊天",
+ "Describe a task that you want the agent to do or ask a question." : "描述您希望 agent 執行的任務或提出問題。",
"Confirmation" : "確認",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "是否確認之前請求的操作:0 表示拒絕,1 表示確認。",
"Conversation token" : "對話權杖",
diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js
index 00475a41d92..f04db439d86 100644
--- a/lib/l10n/zh_TW.js
+++ b/lib/l10n/zh_TW.js
@@ -326,15 +326,22 @@ OC.L10N.register(
"Storage is temporarily not available" : "儲存空間暫時無法使用",
"Storage connection timeout. %s" : "儲存空間連線逾時。%s",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "若要允許執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須可以解析並連線到 `trusted_domains` 或 `overwrite.cli.url` 至少其中一個。此失敗可能是因為伺服器端 DNS 不符或連出防火牆規則造成的。",
+ "Analyze images" : "分析影像",
+ "Ask a question about the given images." : "詢問關於指定影像的問題。",
"Images" : "圖片",
+ "Images to ask a question about" : "要提出問題的影像",
"Question" : "問題",
+ "What to ask about the images." : "要問什麼關於影像的問題。",
"Generated response" : "已產生的回應",
+ "The answer to the question" : "問題的答案",
"Audio chat" : "語音聊天",
"Voice chat with the assistant" : "與小幫手使用語音聊天",
"System prompt" : "系統提示詞",
"Define rules and assumptions that the assistant should follow during the conversation." : "定義小幫手在對話期間應遵守的規則與假設。",
"Chat voice message" : "聊天語音訊息",
+ "Describe a task that you want the assistant to do or ask a question." : "描述您希望助理執行的任務或提出問題。",
"Chat history" : "聊天歷史紀錄",
+ "The history of chat messages before the current message, starting with a message by the user." : "目前訊息開始之前的聊天歷史紀錄,從使用者的訊息開始。",
"Input transcript" : "輸入轉錄",
"Transcription of the audio input" : "語音輸入轉錄",
"Response voice message" : "回應語音訊息",
@@ -347,6 +354,8 @@ OC.L10N.register(
"The audio to transcribe" : "要轉錄的音訊",
"Transcription" : "轉錄",
"The transcribed text" : "已轉錄的文字",
+ "Chat by voice with an agent" : "與 agent 語音聊天",
+ "Describe a task that you want the agent to do or ask a question." : "描述您希望 agent執行的任務或提出問題。",
"Confirmation" : "確認",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "是否確認先前要求的動作:0 代表拒絕,1 代表確認。",
"Conversation token" : "對話權杖",
diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json
index 3c64a72a747..77ee2dd45ce 100644
--- a/lib/l10n/zh_TW.json
+++ b/lib/l10n/zh_TW.json
@@ -324,15 +324,22 @@
"Storage is temporarily not available" : "儲存空間暫時無法使用",
"Storage connection timeout. %s" : "儲存空間連線逾時。%s",
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "若要允許執行此檢查,您必須確保您的網路伺服器可以連線到其自身。因此,其必須可以解析並連線到 `trusted_domains` 或 `overwrite.cli.url` 至少其中一個。此失敗可能是因為伺服器端 DNS 不符或連出防火牆規則造成的。",
+ "Analyze images" : "分析影像",
+ "Ask a question about the given images." : "詢問關於指定影像的問題。",
"Images" : "圖片",
+ "Images to ask a question about" : "要提出問題的影像",
"Question" : "問題",
+ "What to ask about the images." : "要問什麼關於影像的問題。",
"Generated response" : "已產生的回應",
+ "The answer to the question" : "問題的答案",
"Audio chat" : "語音聊天",
"Voice chat with the assistant" : "與小幫手使用語音聊天",
"System prompt" : "系統提示詞",
"Define rules and assumptions that the assistant should follow during the conversation." : "定義小幫手在對話期間應遵守的規則與假設。",
"Chat voice message" : "聊天語音訊息",
+ "Describe a task that you want the assistant to do or ask a question." : "描述您希望助理執行的任務或提出問題。",
"Chat history" : "聊天歷史紀錄",
+ "The history of chat messages before the current message, starting with a message by the user." : "目前訊息開始之前的聊天歷史紀錄,從使用者的訊息開始。",
"Input transcript" : "輸入轉錄",
"Transcription of the audio input" : "語音輸入轉錄",
"Response voice message" : "回應語音訊息",
@@ -345,6 +352,8 @@
"The audio to transcribe" : "要轉錄的音訊",
"Transcription" : "轉錄",
"The transcribed text" : "已轉錄的文字",
+ "Chat by voice with an agent" : "與 agent 語音聊天",
+ "Describe a task that you want the agent to do or ask a question." : "描述您希望 agent執行的任務或提出問題。",
"Confirmation" : "確認",
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "是否確認先前要求的動作:0 代表拒絕,1 代表確認。",
"Conversation token" : "對話權杖",