diff --git a/apps/comments/l10n/nl.js b/apps/comments/l10n/nl.js index bcd7d47fbda..ab1c88ceb9f 100644 --- a/apps/comments/l10n/nl.js +++ b/apps/comments/l10n/nl.js @@ -10,23 +10,27 @@ OC.L10N.register( "{author} commented on {file}" : "{author} reageerde op {file}", "Comments for files" : "Reacties voor bestanden", "Files" : "Bestanden", + "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Je werd genoemd op \"{file}\", in een opmerking van een account dat intussen is verwijderd", "{user} mentioned you in a comment on \"{file}\"" : "{user} noemde jou in een reactie op \"{file}\"", "Files app plugin to add comments to files" : "Bestanden app plugin om reacties aan bestanden toe te voegen", - "Edit comment" : "Bewerk reactie", - "Delete comment" : "Verwijder reactie", - "Cancel edit" : "Annuleer bewerking", + "Edit comment" : "Reactie bewerken", + "Delete comment" : "Reactie verwijderen", + "Cancel edit" : "Bewerking annuleren", "New comment" : "Nieuwe reactie", - "Post comment" : "Plaats reactie", + "Write a comment …" : "Schrijf een reactie…", + "Post comment" : "Reactie plaatsen", "@ for mentions, : for emoji, / for smart picker" : "@ voor vermeldingen, : voor emoji, / voor smart picker", + "Could not reload comments" : "Kon reactie niet opnieuw laden", + "Failed to mark comments as read" : "Kon reacties niet als gelezen markeren", "Unable to load the comments list" : "Kan reactielijst niet laden", "No comments yet, start the conversation!" : "Nog geen reacties, start de discussie!", "No more messages" : "Geen berichten meer", "Retry" : "Opnieuw proberen", "_1 new comment_::_{unread} new comments_" : ["1 nieuwe reactie","{unread} nieuwe reacties"], "Comment" : "Reactie", - "An error occurred while trying to edit the comment" : "Er trad een fout op bij het bewerken van de reactie", + "An error occurred while trying to edit the comment" : "Er is een fout opgetreden bij het bewerken van de reactie", "Comment deleted" : "Reactie verwijderd", - "An error occurred while trying to delete the comment" : "Er trad een fout op bij het verwijderen van de reactie", - "An error occurred while trying to create the comment" : "Er trad een fout op bij het creëren van de reactie" + "An error occurred while trying to delete the comment" : "Er is een fout opgetreden bij het verwijderen van de reactie", + "An error occurred while trying to create the comment" : "Er is een fout opgetreden bij het aanmaken van de reactie" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/nl.json b/apps/comments/l10n/nl.json index 89026ab81f0..5d40bb6ee35 100644 --- a/apps/comments/l10n/nl.json +++ b/apps/comments/l10n/nl.json @@ -8,23 +8,27 @@ "{author} commented on {file}" : "{author} reageerde op {file}", "Comments for files" : "Reacties voor bestanden", "Files" : "Bestanden", + "You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Je werd genoemd op \"{file}\", in een opmerking van een account dat intussen is verwijderd", "{user} mentioned you in a comment on \"{file}\"" : "{user} noemde jou in een reactie op \"{file}\"", "Files app plugin to add comments to files" : "Bestanden app plugin om reacties aan bestanden toe te voegen", - "Edit comment" : "Bewerk reactie", - "Delete comment" : "Verwijder reactie", - "Cancel edit" : "Annuleer bewerking", + "Edit comment" : "Reactie bewerken", + "Delete comment" : "Reactie verwijderen", + "Cancel edit" : "Bewerking annuleren", "New comment" : "Nieuwe reactie", - "Post comment" : "Plaats reactie", + "Write a comment …" : "Schrijf een reactie…", + "Post comment" : "Reactie plaatsen", "@ for mentions, : for emoji, / for smart picker" : "@ voor vermeldingen, : voor emoji, / voor smart picker", + "Could not reload comments" : "Kon reactie niet opnieuw laden", + "Failed to mark comments as read" : "Kon reacties niet als gelezen markeren", "Unable to load the comments list" : "Kan reactielijst niet laden", "No comments yet, start the conversation!" : "Nog geen reacties, start de discussie!", "No more messages" : "Geen berichten meer", "Retry" : "Opnieuw proberen", "_1 new comment_::_{unread} new comments_" : ["1 nieuwe reactie","{unread} nieuwe reacties"], "Comment" : "Reactie", - "An error occurred while trying to edit the comment" : "Er trad een fout op bij het bewerken van de reactie", + "An error occurred while trying to edit the comment" : "Er is een fout opgetreden bij het bewerken van de reactie", "Comment deleted" : "Reactie verwijderd", - "An error occurred while trying to delete the comment" : "Er trad een fout op bij het verwijderen van de reactie", - "An error occurred while trying to create the comment" : "Er trad een fout op bij het creëren van de reactie" + "An error occurred while trying to delete the comment" : "Er is een fout opgetreden bij het verwijderen van de reactie", + "An error occurred while trying to create the comment" : "Er is een fout opgetreden bij het aanmaken van de reactie" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/contactsinteraction/l10n/nl.js b/apps/contactsinteraction/l10n/nl.js index b351704e257..3c33fb3c464 100644 --- a/apps/contactsinteraction/l10n/nl.js +++ b/apps/contactsinteraction/l10n/nl.js @@ -2,6 +2,8 @@ OC.L10N.register( "contactsinteraction", { "Recently contacted" : "Recentelijk gecontacteerd", - "Contacts Interaction" : "Contactpersoneninteractie" + "Contacts Interaction" : "Contactpersoneninteractie", + "Manages interaction between accounts and contacts" : "Beheert de interactie tussen accounts en contacten", + "Collect data about accounts and contacts interactions and provide an address book for the data" : "Verzamel gegevens over interacties van accounts en contacten en bied een adresboek voor de gegevens" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/contactsinteraction/l10n/nl.json b/apps/contactsinteraction/l10n/nl.json index b573d989642..648a52aa99d 100644 --- a/apps/contactsinteraction/l10n/nl.json +++ b/apps/contactsinteraction/l10n/nl.json @@ -1,5 +1,7 @@ { "translations": { "Recently contacted" : "Recentelijk gecontacteerd", - "Contacts Interaction" : "Contactpersoneninteractie" + "Contacts Interaction" : "Contactpersoneninteractie", + "Manages interaction between accounts and contacts" : "Beheert de interactie tussen accounts en contacten", + "Collect data about accounts and contacts interactions and provide an address book for the data" : "Verzamel gegevens over interacties van accounts en contacten en bied een adresboek voor de gegevens" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/ar.js b/apps/dashboard/l10n/ar.js index abe91d4bf28..0f470b39637 100644 --- a/apps/dashboard/l10n/ar.js +++ b/apps/dashboard/l10n/ar.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "للحفاظ على خصوصيتك، يتم استدعاء بيانات حالة الطقس عبر خادم NextCloud الخاص بك نيابه عنك، وبالتالي فإن خدمة حالة الطقس لا تشارك معلوماتك الشخصية.", "Weather data from Met.no" : "بيانات الطقس من Met.no", "geocoding with Nominatim" : "الترميز الجغرافي مع Nominatim", - "elevation data from OpenTopoData" : "بيانات التقييم من OpenTopoData", - "\"{title} icon\"" : "\"{title} أيقونة\"" + "elevation data from OpenTopoData" : "بيانات التقييم من OpenTopoData" }, "nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/apps/dashboard/l10n/ar.json b/apps/dashboard/l10n/ar.json index caad4cc7e32..45a0facbe46 100644 --- a/apps/dashboard/l10n/ar.json +++ b/apps/dashboard/l10n/ar.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "للحفاظ على خصوصيتك، يتم استدعاء بيانات حالة الطقس عبر خادم NextCloud الخاص بك نيابه عنك، وبالتالي فإن خدمة حالة الطقس لا تشارك معلوماتك الشخصية.", "Weather data from Met.no" : "بيانات الطقس من Met.no", "geocoding with Nominatim" : "الترميز الجغرافي مع Nominatim", - "elevation data from OpenTopoData" : "بيانات التقييم من OpenTopoData", - "\"{title} icon\"" : "\"{title} أيقونة\"" + "elevation data from OpenTopoData" : "بيانات التقييم من OpenTopoData" },"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" } \ No newline at end of file diff --git a/apps/dashboard/l10n/ast.js b/apps/dashboard/l10n/ast.js index 2817983e456..30325efa25e 100644 --- a/apps/dashboard/l10n/ast.js +++ b/apps/dashboard/l10n/ast.js @@ -21,7 +21,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Pa la to privacidá, los datos del clima solicítense dende esta instancia de Nextcloud y, polo tanto, el serviciu del clima no recibe nenguna información personal.", "Weather data from Met.no" : "datos del clima de Met.no", "geocoding with Nominatim" : "xeocodificación con Nominatim", - "elevation data from OpenTopoData" : "datos d'elevaciones d'OpenTopoData", - "\"{title} icon\"" : "«Iconu de: {title}»" + "elevation data from OpenTopoData" : "datos d'elevaciones d'OpenTopoData" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/ast.json b/apps/dashboard/l10n/ast.json index 1f194cf8b54..65ddc086f24 100644 --- a/apps/dashboard/l10n/ast.json +++ b/apps/dashboard/l10n/ast.json @@ -19,7 +19,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Pa la to privacidá, los datos del clima solicítense dende esta instancia de Nextcloud y, polo tanto, el serviciu del clima no recibe nenguna información personal.", "Weather data from Met.no" : "datos del clima de Met.no", "geocoding with Nominatim" : "xeocodificación con Nominatim", - "elevation data from OpenTopoData" : "datos d'elevaciones d'OpenTopoData", - "\"{title} icon\"" : "«Iconu de: {title}»" + "elevation data from OpenTopoData" : "datos d'elevaciones d'OpenTopoData" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/bg.js b/apps/dashboard/l10n/bg.js index aa438921262..52bf79b3acc 100644 --- a/apps/dashboard/l10n/bg.js +++ b/apps/dashboard/l10n/bg.js @@ -20,7 +20,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "За вашата поверителност данните за времето се изискват от Nextcloud сървъра ви от ваше име, така че метеорологичната служба не получава лична информация.", "Weather data from Met.no" : "Данни за времето от Met.no", "geocoding with Nominatim" : "геокодиране с Nominatim", - "elevation data from OpenTopoData" : " кота данни от OpenTopoData", - "\"{title} icon\"" : "„икона {title}“" + "elevation data from OpenTopoData" : " кота данни от OpenTopoData" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/bg.json b/apps/dashboard/l10n/bg.json index 4917c61e5f2..1d240b3440e 100644 --- a/apps/dashboard/l10n/bg.json +++ b/apps/dashboard/l10n/bg.json @@ -18,7 +18,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "За вашата поверителност данните за времето се изискват от Nextcloud сървъра ви от ваше име, така че метеорологичната служба не получава лична информация.", "Weather data from Met.no" : "Данни за времето от Met.no", "geocoding with Nominatim" : "геокодиране с Nominatim", - "elevation data from OpenTopoData" : " кота данни от OpenTopoData", - "\"{title} icon\"" : "„икона {title}“" + "elevation data from OpenTopoData" : " кота данни от OpenTopoData" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/ca.js b/apps/dashboard/l10n/ca.js index 333cdbac223..e1c49734018 100644 --- a/apps/dashboard/l10n/ca.js +++ b/apps/dashboard/l10n/ca.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Per a la vostra privadesa, les dades meteorològiques les sol·licita el servidor del Nextcloud en nom vostre perquè el servei meteorològic no rebi cap informació personal.", "Weather data from Met.no" : "Dades meteorològiques de Met.no", "geocoding with Nominatim" : "codis geogràfics amb Nominatim", - "elevation data from OpenTopoData" : "dades d'altitud d'OpenTopoData", - "\"{title} icon\"" : "\"icona de {title}\"" + "elevation data from OpenTopoData" : "dades d'altitud d'OpenTopoData" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/ca.json b/apps/dashboard/l10n/ca.json index 0c54b9c57ad..1a96361720c 100644 --- a/apps/dashboard/l10n/ca.json +++ b/apps/dashboard/l10n/ca.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Per a la vostra privadesa, les dades meteorològiques les sol·licita el servidor del Nextcloud en nom vostre perquè el servei meteorològic no rebi cap informació personal.", "Weather data from Met.no" : "Dades meteorològiques de Met.no", "geocoding with Nominatim" : "codis geogràfics amb Nominatim", - "elevation data from OpenTopoData" : "dades d'altitud d'OpenTopoData", - "\"{title} icon\"" : "\"icona de {title}\"" + "elevation data from OpenTopoData" : "dades d'altitud d'OpenTopoData" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/cs.js b/apps/dashboard/l10n/cs.js index 6c390e5a041..a50199ce469 100644 --- a/apps/dashboard/l10n/cs.js +++ b/apps/dashboard/l10n/cs.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Vaše soukromí je chráněno tím, že komunikaci se službou předpovědi počasí zprostředkovává vámi využívaný Nextcloud server. Díky tomu služba, která tyto údaje poskytuje, neobdrží z vašeho počítače žádné osobní údaje.", "Weather data from Met.no" : "Údaje o počasí z Met.no", "geocoding with Nominatim" : "z popisu polohy na souřadnice převáděno službou Nominatim", - "elevation data from OpenTopoData" : "data o nadmořských výškách z OpenTopoData", - "\"{title} icon\"" : "„ikona {title}“" + "elevation data from OpenTopoData" : "data o nadmořských výškách z OpenTopoData" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/dashboard/l10n/cs.json b/apps/dashboard/l10n/cs.json index 6252d433e6f..8e0d2b79295 100644 --- a/apps/dashboard/l10n/cs.json +++ b/apps/dashboard/l10n/cs.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Vaše soukromí je chráněno tím, že komunikaci se službou předpovědi počasí zprostředkovává vámi využívaný Nextcloud server. Díky tomu služba, která tyto údaje poskytuje, neobdrží z vašeho počítače žádné osobní údaje.", "Weather data from Met.no" : "Údaje o počasí z Met.no", "geocoding with Nominatim" : "z popisu polohy na souřadnice převáděno službou Nominatim", - "elevation data from OpenTopoData" : "data o nadmořských výškách z OpenTopoData", - "\"{title} icon\"" : "„ikona {title}“" + "elevation data from OpenTopoData" : "data o nadmořských výškách z OpenTopoData" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" } \ No newline at end of file diff --git a/apps/dashboard/l10n/da.js b/apps/dashboard/l10n/da.js index c118af726c4..b3ca5bae9a2 100644 --- a/apps/dashboard/l10n/da.js +++ b/apps/dashboard/l10n/da.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Af hensyn til dit privatliv, er det din Nextcloud-server der henter vejr-data og udbyderen modtager således ingen oplysninger om dig.", "Weather data from Met.no" : "Vejr-data leveres af Met.no", "geocoding with Nominatim" : "Geocoding med Nominatim", - "elevation data from OpenTopoData" : "Højde-data fra OpenTopoData", - "\"{title} icon\"" : "\"{title} ikon\"" + "elevation data from OpenTopoData" : "Højde-data fra OpenTopoData" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/da.json b/apps/dashboard/l10n/da.json index 71fcc7bc9c9..5b729416648 100644 --- a/apps/dashboard/l10n/da.json +++ b/apps/dashboard/l10n/da.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Af hensyn til dit privatliv, er det din Nextcloud-server der henter vejr-data og udbyderen modtager således ingen oplysninger om dig.", "Weather data from Met.no" : "Vejr-data leveres af Met.no", "geocoding with Nominatim" : "Geocoding med Nominatim", - "elevation data from OpenTopoData" : "Højde-data fra OpenTopoData", - "\"{title} icon\"" : "\"{title} ikon\"" + "elevation data from OpenTopoData" : "Højde-data fra OpenTopoData" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/de.js b/apps/dashboard/l10n/de.js index 2885e6a657a..b7cbd1adb43 100644 --- a/apps/dashboard/l10n/de.js +++ b/apps/dashboard/l10n/de.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Zu deinem Datenschutz werden die Wetterdaten von deinem Nextcloud-Server für dich angefordert, so dass der Wetterdienst keine persönlichen Informationen erhält.", "Weather data from Met.no" : "Wetterdaten von Met.no", "geocoding with Nominatim" : "Geokodierung mit Nominatim", - "elevation data from OpenTopoData" : "Höhendaten von OpenTopoData", - "\"{title} icon\"" : "\"{title}-Symbol\"" + "elevation data from OpenTopoData" : "Höhendaten von OpenTopoData" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/de.json b/apps/dashboard/l10n/de.json index d3ff6b42dda..bb44568bf30 100644 --- a/apps/dashboard/l10n/de.json +++ b/apps/dashboard/l10n/de.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Zu deinem Datenschutz werden die Wetterdaten von deinem Nextcloud-Server für dich angefordert, so dass der Wetterdienst keine persönlichen Informationen erhält.", "Weather data from Met.no" : "Wetterdaten von Met.no", "geocoding with Nominatim" : "Geokodierung mit Nominatim", - "elevation data from OpenTopoData" : "Höhendaten von OpenTopoData", - "\"{title} icon\"" : "\"{title}-Symbol\"" + "elevation data from OpenTopoData" : "Höhendaten von OpenTopoData" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/de_DE.js b/apps/dashboard/l10n/de_DE.js index 3d18e6f7837..4b9b21e1a34 100644 --- a/apps/dashboard/l10n/de_DE.js +++ b/apps/dashboard/l10n/de_DE.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Zu Ihrem Datenschutz werden die Wetterdaten von Ihrem Nextcloud-Server für Sie angefordert, so dass der Wetterdienst keine persönlichen Informationen erhält.", "Weather data from Met.no" : "Wetterdaten von Met.no", "geocoding with Nominatim" : "Geokodierung mit Nominatim", - "elevation data from OpenTopoData" : "Höhendaten von OpenTopoData", - "\"{title} icon\"" : "\"{title}-Symbol\"" + "elevation data from OpenTopoData" : "Höhendaten von OpenTopoData" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/de_DE.json b/apps/dashboard/l10n/de_DE.json index edfbc1c1273..4c8ffbec68d 100644 --- a/apps/dashboard/l10n/de_DE.json +++ b/apps/dashboard/l10n/de_DE.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Zu Ihrem Datenschutz werden die Wetterdaten von Ihrem Nextcloud-Server für Sie angefordert, so dass der Wetterdienst keine persönlichen Informationen erhält.", "Weather data from Met.no" : "Wetterdaten von Met.no", "geocoding with Nominatim" : "Geokodierung mit Nominatim", - "elevation data from OpenTopoData" : "Höhendaten von OpenTopoData", - "\"{title} icon\"" : "\"{title}-Symbol\"" + "elevation data from OpenTopoData" : "Höhendaten von OpenTopoData" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/en_GB.js b/apps/dashboard/l10n/en_GB.js index 9c160f2b279..0a277fddf96 100644 --- a/apps/dashboard/l10n/en_GB.js +++ b/apps/dashboard/l10n/en_GB.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.", "Weather data from Met.no" : "Weather data from Met.no", "geocoding with Nominatim" : "geocoding with Nominatim", - "elevation data from OpenTopoData" : "elevation data from OpenTopoData", - "\"{title} icon\"" : "\"{title} icon\"" + "elevation data from OpenTopoData" : "elevation data from OpenTopoData" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/en_GB.json b/apps/dashboard/l10n/en_GB.json index 5ca0a16478b..456645e9a65 100644 --- a/apps/dashboard/l10n/en_GB.json +++ b/apps/dashboard/l10n/en_GB.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.", "Weather data from Met.no" : "Weather data from Met.no", "geocoding with Nominatim" : "geocoding with Nominatim", - "elevation data from OpenTopoData" : "elevation data from OpenTopoData", - "\"{title} icon\"" : "\"{title} icon\"" + "elevation data from OpenTopoData" : "elevation data from OpenTopoData" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/es.js b/apps/dashboard/l10n/es.js index 850943a86de..e8c266813f6 100644 --- a/apps/dashboard/l10n/es.js +++ b/apps/dashboard/l10n/es.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Por privacidad, los datos meteorológicos son solicitados por tu servidor Nextcloud en tu nombre de tal forma que el servicio no recibe información personal.", "Weather data from Met.no" : "Datos meteorológicos de Met.no", "geocoding with Nominatim" : "geocoding con Nominatim", - "elevation data from OpenTopoData" : "datos de elevación de OpenTopoData", - "\"{title} icon\"" : "\"icono {title}\"" + "elevation data from OpenTopoData" : "datos de elevación de OpenTopoData" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/dashboard/l10n/es.json b/apps/dashboard/l10n/es.json index 44bda12c440..07776366228 100644 --- a/apps/dashboard/l10n/es.json +++ b/apps/dashboard/l10n/es.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Por privacidad, los datos meteorológicos son solicitados por tu servidor Nextcloud en tu nombre de tal forma que el servicio no recibe información personal.", "Weather data from Met.no" : "Datos meteorológicos de Met.no", "geocoding with Nominatim" : "geocoding con Nominatim", - "elevation data from OpenTopoData" : "datos de elevación de OpenTopoData", - "\"{title} icon\"" : "\"icono {title}\"" + "elevation data from OpenTopoData" : "datos de elevación de OpenTopoData" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/dashboard/l10n/es_EC.js b/apps/dashboard/l10n/es_EC.js index 215599661a9..4a68faffe73 100644 --- a/apps/dashboard/l10n/es_EC.js +++ b/apps/dashboard/l10n/es_EC.js @@ -20,7 +20,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Por privacidad, los datos meteorológicos son solicitados por tu servidor Nextcloud en tu nombre de tal forma que el servicio no recibe información personal.", "Weather data from Met.no" : "Datos meteorológicos de Met.no", "geocoding with Nominatim" : "geocoding con Nominatim", - "elevation data from OpenTopoData" : "datos de elevación de OpenTopoData", - "\"{title} icon\"" : "\"icono {title}\"" + "elevation data from OpenTopoData" : "datos de elevación de OpenTopoData" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/dashboard/l10n/es_EC.json b/apps/dashboard/l10n/es_EC.json index 1a5496448e0..fd17cc8eb02 100644 --- a/apps/dashboard/l10n/es_EC.json +++ b/apps/dashboard/l10n/es_EC.json @@ -18,7 +18,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Por privacidad, los datos meteorológicos son solicitados por tu servidor Nextcloud en tu nombre de tal forma que el servicio no recibe información personal.", "Weather data from Met.no" : "Datos meteorológicos de Met.no", "geocoding with Nominatim" : "geocoding con Nominatim", - "elevation data from OpenTopoData" : "datos de elevación de OpenTopoData", - "\"{title} icon\"" : "\"icono {title}\"" + "elevation data from OpenTopoData" : "datos de elevación de OpenTopoData" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/dashboard/l10n/es_MX.js b/apps/dashboard/l10n/es_MX.js index 641db816eaa..48520d3066e 100644 --- a/apps/dashboard/l10n/es_MX.js +++ b/apps/dashboard/l10n/es_MX.js @@ -21,7 +21,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Por privacidad, los datos meteorológicos son solicitados por tu servidor Nextcloud en tu nombre de tal forma que el servicio no recibe información personal.", "Weather data from Met.no" : "Datos meteorológicos de Met.no", "geocoding with Nominatim" : "geocoding con Nominatim", - "elevation data from OpenTopoData" : "datos de elevación de OpenTopoData", - "\"{title} icon\"" : "\"ícono de {title}\"" + "elevation data from OpenTopoData" : "datos de elevación de OpenTopoData" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/dashboard/l10n/es_MX.json b/apps/dashboard/l10n/es_MX.json index 6f86e0dad2c..737d4e16add 100644 --- a/apps/dashboard/l10n/es_MX.json +++ b/apps/dashboard/l10n/es_MX.json @@ -19,7 +19,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Por privacidad, los datos meteorológicos son solicitados por tu servidor Nextcloud en tu nombre de tal forma que el servicio no recibe información personal.", "Weather data from Met.no" : "Datos meteorológicos de Met.no", "geocoding with Nominatim" : "geocoding con Nominatim", - "elevation data from OpenTopoData" : "datos de elevación de OpenTopoData", - "\"{title} icon\"" : "\"ícono de {title}\"" + "elevation data from OpenTopoData" : "datos de elevación de OpenTopoData" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/dashboard/l10n/et_EE.js b/apps/dashboard/l10n/et_EE.js index 1b5d84af336..79a06f64026 100644 --- a/apps/dashboard/l10n/et_EE.js +++ b/apps/dashboard/l10n/et_EE.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Sinu privaatsuse huvides küsib su nimel ilmaandmeid Nextcloudi server, nii et ilmateenistus ei saa isiklikku teavet.", "Weather data from Met.no" : "Ilmaandmed Met.no-st", "geocoding with Nominatim" : "geoprogrammeerimine Nominatimiga", - "elevation data from OpenTopoData" : "kõrgusandmed OpenTopoDatast", - "\"{title} icon\"" : "„{title} ikoon“" + "elevation data from OpenTopoData" : "kõrgusandmed OpenTopoDatast" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/et_EE.json b/apps/dashboard/l10n/et_EE.json index 39bd54a58fa..377fdae425e 100644 --- a/apps/dashboard/l10n/et_EE.json +++ b/apps/dashboard/l10n/et_EE.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Sinu privaatsuse huvides küsib su nimel ilmaandmeid Nextcloudi server, nii et ilmateenistus ei saa isiklikku teavet.", "Weather data from Met.no" : "Ilmaandmed Met.no-st", "geocoding with Nominatim" : "geoprogrammeerimine Nominatimiga", - "elevation data from OpenTopoData" : "kõrgusandmed OpenTopoDatast", - "\"{title} icon\"" : "„{title} ikoon“" + "elevation data from OpenTopoData" : "kõrgusandmed OpenTopoDatast" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/eu.js b/apps/dashboard/l10n/eu.js index 7a911ec279f..b448a10cc77 100644 --- a/apps/dashboard/l10n/eu.js +++ b/apps/dashboard/l10n/eu.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Zure pribatutasunaren mesedetan, eguraldiaren datuak Nextcloud zerbitzariak eskatzen ditu zure izenean, eguraldi zerbitzuak informazio pertsonalik ez jasotzeko.", "Weather data from Met.no" : "Met.no-ko eguraldiaren datuak", "geocoding with Nominatim" : "geokodetzea Nominatim-ekin", - "elevation data from OpenTopoData" : "altitude datuak OpenTopoData-tik", - "\"{title} icon\"" : "\"{title} ikonoa\"" + "elevation data from OpenTopoData" : "altitude datuak OpenTopoData-tik" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/eu.json b/apps/dashboard/l10n/eu.json index 9d3c3d08214..7aa15665f4a 100644 --- a/apps/dashboard/l10n/eu.json +++ b/apps/dashboard/l10n/eu.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Zure pribatutasunaren mesedetan, eguraldiaren datuak Nextcloud zerbitzariak eskatzen ditu zure izenean, eguraldi zerbitzuak informazio pertsonalik ez jasotzeko.", "Weather data from Met.no" : "Met.no-ko eguraldiaren datuak", "geocoding with Nominatim" : "geokodetzea Nominatim-ekin", - "elevation data from OpenTopoData" : "altitude datuak OpenTopoData-tik", - "\"{title} icon\"" : "\"{title} ikonoa\"" + "elevation data from OpenTopoData" : "altitude datuak OpenTopoData-tik" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/fa.js b/apps/dashboard/l10n/fa.js index e184f76c85c..919a62e38b7 100644 --- a/apps/dashboard/l10n/fa.js +++ b/apps/dashboard/l10n/fa.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "برای محرمانگیتان، داده‌های آب و هوا از طرف کارساز نکست‌کلودتان درخواست می‌شود تا خدمت آب و هوا هیچ اطّلاعات شخصی‌ای دریافت نکند.", "Weather data from Met.no" : "اطلاعات هواشناسی از Met.no", "geocoding with Nominatim" : "کدگذاری جغرافیایی با Nominatim", - "elevation data from OpenTopoData" : "داده‌های ارتفاع از OpenTopoData", - "\"{title} icon\"" : "«نقشک {title}»" + "elevation data from OpenTopoData" : "داده‌های ارتفاع از OpenTopoData" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/dashboard/l10n/fa.json b/apps/dashboard/l10n/fa.json index 6120f6657c4..4f199569778 100644 --- a/apps/dashboard/l10n/fa.json +++ b/apps/dashboard/l10n/fa.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "برای محرمانگیتان، داده‌های آب و هوا از طرف کارساز نکست‌کلودتان درخواست می‌شود تا خدمت آب و هوا هیچ اطّلاعات شخصی‌ای دریافت نکند.", "Weather data from Met.no" : "اطلاعات هواشناسی از Met.no", "geocoding with Nominatim" : "کدگذاری جغرافیایی با Nominatim", - "elevation data from OpenTopoData" : "داده‌های ارتفاع از OpenTopoData", - "\"{title} icon\"" : "«نقشک {title}»" + "elevation data from OpenTopoData" : "داده‌های ارتفاع از OpenTopoData" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/fr.js b/apps/dashboard/l10n/fr.js index 3a1afaf8326..1d4000fb4da 100644 --- a/apps/dashboard/l10n/fr.js +++ b/apps/dashboard/l10n/fr.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Afin de protéger votre vie privée, les données météorologiques sont demandées par votre serveur Nextcloud à votre place afin que le service météo ne reçoive aucune information personnelle.", "Weather data from Met.no" : "Données météo fournies par Met.no", "geocoding with Nominatim" : "Géocodage avec Nominatim", - "elevation data from OpenTopoData" : "Données d’altitude provenant d’OpenTopoData", - "\"{title} icon\"" : "« Icône {title} »" + "elevation data from OpenTopoData" : "Données d’altitude provenant d’OpenTopoData" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/dashboard/l10n/fr.json b/apps/dashboard/l10n/fr.json index 8ca7aff83f4..d8a3a6c2a3d 100644 --- a/apps/dashboard/l10n/fr.json +++ b/apps/dashboard/l10n/fr.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Afin de protéger votre vie privée, les données météorologiques sont demandées par votre serveur Nextcloud à votre place afin que le service météo ne reçoive aucune information personnelle.", "Weather data from Met.no" : "Données météo fournies par Met.no", "geocoding with Nominatim" : "Géocodage avec Nominatim", - "elevation data from OpenTopoData" : "Données d’altitude provenant d’OpenTopoData", - "\"{title} icon\"" : "« Icône {title} »" + "elevation data from OpenTopoData" : "Données d’altitude provenant d’OpenTopoData" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/dashboard/l10n/ga.js b/apps/dashboard/l10n/ga.js index 9fbee59ddd1..822af0b13b6 100644 --- a/apps/dashboard/l10n/ga.js +++ b/apps/dashboard/l10n/ga.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Ar mhaithe le do phríobháideachas, iarrann do fhreastalaí Nextcloud na sonraí aimsire ar do shon agus mar sin ní fhaigheann an tseirbhís aimsire aon fhaisnéis phearsanta.", "Weather data from Met.no" : "Sonraí aimsire ó Met.no", "geocoding with Nominatim" : "geochódú le Nominatim", - "elevation data from OpenTopoData" : "sonraí ardaithe ó OpenTopoData", - "\"{title} icon\"" : "\"{title} deilbhín\"" + "elevation data from OpenTopoData" : "sonraí ardaithe ó OpenTopoData" }, "nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);"); diff --git a/apps/dashboard/l10n/ga.json b/apps/dashboard/l10n/ga.json index 69e239a1d01..15a81edad3a 100644 --- a/apps/dashboard/l10n/ga.json +++ b/apps/dashboard/l10n/ga.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Ar mhaithe le do phríobháideachas, iarrann do fhreastalaí Nextcloud na sonraí aimsire ar do shon agus mar sin ní fhaigheann an tseirbhís aimsire aon fhaisnéis phearsanta.", "Weather data from Met.no" : "Sonraí aimsire ó Met.no", "geocoding with Nominatim" : "geochódú le Nominatim", - "elevation data from OpenTopoData" : "sonraí ardaithe ó OpenTopoData", - "\"{title} icon\"" : "\"{title} deilbhín\"" + "elevation data from OpenTopoData" : "sonraí ardaithe ó OpenTopoData" },"pluralForm" :"nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/gl.js b/apps/dashboard/l10n/gl.js index c332320e538..7fadf650ba6 100644 --- a/apps/dashboard/l10n/gl.js +++ b/apps/dashboard/l10n/gl.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Para a súa privacidade, o servidor de Nextcloud solicita os datos meteorolóxicos no seu nome para que o servizo meteorolóxico non reciba información persoal.", "Weather data from Met.no" : "Datos meteorolóxicos de Met.no", "geocoding with Nominatim" : "xeocodificación con Nominatim", - "elevation data from OpenTopoData" : "datos de elevación de OpenTopoData", - "\"{title} icon\"" : "«icona {title}»" + "elevation data from OpenTopoData" : "datos de elevación de OpenTopoData" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/gl.json b/apps/dashboard/l10n/gl.json index 9a3d57da111..16691d49cf4 100644 --- a/apps/dashboard/l10n/gl.json +++ b/apps/dashboard/l10n/gl.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Para a súa privacidade, o servidor de Nextcloud solicita os datos meteorolóxicos no seu nome para que o servizo meteorolóxico non reciba información persoal.", "Weather data from Met.no" : "Datos meteorolóxicos de Met.no", "geocoding with Nominatim" : "xeocodificación con Nominatim", - "elevation data from OpenTopoData" : "datos de elevación de OpenTopoData", - "\"{title} icon\"" : "«icona {title}»" + "elevation data from OpenTopoData" : "datos de elevación de OpenTopoData" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/hu.js b/apps/dashboard/l10n/hu.js index b4564e6a2ce..1d0666068f2 100644 --- a/apps/dashboard/l10n/hu.js +++ b/apps/dashboard/l10n/hu.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Az adatvédelem érdekében az információt a Nextcloud kiszolgáló kéri le az Ön nevében, így az Ön személyes adatai nem kerülnek az időjárási adatok szolgáltatójához.", "Weather data from Met.no" : "Időjárási adatok a Met.no-tól", "geocoding with Nominatim" : "geokódolás a Nominatimmal", - "elevation data from OpenTopoData" : "magassági adatok az OpenTopoDatától", - "\"{title} icon\"" : "„{title} ikon”" + "elevation data from OpenTopoData" : "magassági adatok az OpenTopoDatától" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/hu.json b/apps/dashboard/l10n/hu.json index 36b2b3de0de..97fa9de655c 100644 --- a/apps/dashboard/l10n/hu.json +++ b/apps/dashboard/l10n/hu.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Az adatvédelem érdekében az információt a Nextcloud kiszolgáló kéri le az Ön nevében, így az Ön személyes adatai nem kerülnek az időjárási adatok szolgáltatójához.", "Weather data from Met.no" : "Időjárási adatok a Met.no-tól", "geocoding with Nominatim" : "geokódolás a Nominatimmal", - "elevation data from OpenTopoData" : "magassági adatok az OpenTopoDatától", - "\"{title} icon\"" : "„{title} ikon”" + "elevation data from OpenTopoData" : "magassági adatok az OpenTopoDatától" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/is.js b/apps/dashboard/l10n/is.js index 16e91b972a2..dd76d9f206b 100644 --- a/apps/dashboard/l10n/is.js +++ b/apps/dashboard/l10n/is.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Til að vernda friðhelgi þína, eru veðurgögn sótt af Nextcloud-þjóninum fyrir þína hönd, þannig að veðurþjónustan fær engin persónuleg gögn.", "Weather data from Met.no" : "Veðurgögn frá Met.no", "geocoding with Nominatim" : "staðsetningarkóðun með Nominatim", - "elevation data from OpenTopoData" : "hæðargögn frá OpenTopoData", - "\"{title} icon\"" : "\"{title} táknmynd\"" + "elevation data from OpenTopoData" : "hæðargögn frá OpenTopoData" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/dashboard/l10n/is.json b/apps/dashboard/l10n/is.json index 1e5c30add7d..3ff21287fd0 100644 --- a/apps/dashboard/l10n/is.json +++ b/apps/dashboard/l10n/is.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Til að vernda friðhelgi þína, eru veðurgögn sótt af Nextcloud-þjóninum fyrir þína hönd, þannig að veðurþjónustan fær engin persónuleg gögn.", "Weather data from Met.no" : "Veðurgögn frá Met.no", "geocoding with Nominatim" : "staðsetningarkóðun með Nominatim", - "elevation data from OpenTopoData" : "hæðargögn frá OpenTopoData", - "\"{title} icon\"" : "\"{title} táknmynd\"" + "elevation data from OpenTopoData" : "hæðargögn frá OpenTopoData" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/it.js b/apps/dashboard/l10n/it.js index c77e8a25ec5..99e14e72265 100644 --- a/apps/dashboard/l10n/it.js +++ b/apps/dashboard/l10n/it.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Per la tua riservatezza, i dati meteorologici sono richiesti dal tuo server Nextcloud per tuo conto, per cui il servizio meteo non riceve informazioni personali.", "Weather data from Met.no" : "Dati meteo da Met.no", "geocoding with Nominatim" : "geocodifica conh Nominatim", - "elevation data from OpenTopoData" : "dati di elevazione da OpenTopoData", - "\"{title} icon\"" : "\"Icona {title}\"" + "elevation data from OpenTopoData" : "dati di elevazione da OpenTopoData" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/dashboard/l10n/it.json b/apps/dashboard/l10n/it.json index ff05385033a..bd8d7040eb5 100644 --- a/apps/dashboard/l10n/it.json +++ b/apps/dashboard/l10n/it.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Per la tua riservatezza, i dati meteorologici sono richiesti dal tuo server Nextcloud per tuo conto, per cui il servizio meteo non riceve informazioni personali.", "Weather data from Met.no" : "Dati meteo da Met.no", "geocoding with Nominatim" : "geocodifica conh Nominatim", - "elevation data from OpenTopoData" : "dati di elevazione da OpenTopoData", - "\"{title} icon\"" : "\"Icona {title}\"" + "elevation data from OpenTopoData" : "dati di elevazione da OpenTopoData" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/dashboard/l10n/ja.js b/apps/dashboard/l10n/ja.js index 2ed45a7ac08..68bd7d2c15c 100644 --- a/apps/dashboard/l10n/ja.js +++ b/apps/dashboard/l10n/ja.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "あなたのプライバシーを保護するため、あなたに変わって Nextcloud サーバーが気象データをウェザーサービスに要求します。そのため、ウェザーサービスはあなたの個人情報を受け取ることはありません。", "Weather data from Met.no" : "気象データ提供元は Met.no", "geocoding with Nominatim" : "Nominatim でジオコーディング", - "elevation data from OpenTopoData" : "標高データ提供元は OpenTopoData です", - "\"{title} icon\"" : "\"{title} アイコン\"" + "elevation data from OpenTopoData" : "標高データ提供元は OpenTopoData です" }, "nplurals=1; plural=0;"); diff --git a/apps/dashboard/l10n/ja.json b/apps/dashboard/l10n/ja.json index eb5f9a75715..a62e26cdddd 100644 --- a/apps/dashboard/l10n/ja.json +++ b/apps/dashboard/l10n/ja.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "あなたのプライバシーを保護するため、あなたに変わって Nextcloud サーバーが気象データをウェザーサービスに要求します。そのため、ウェザーサービスはあなたの個人情報を受け取ることはありません。", "Weather data from Met.no" : "気象データ提供元は Met.no", "geocoding with Nominatim" : "Nominatim でジオコーディング", - "elevation data from OpenTopoData" : "標高データ提供元は OpenTopoData です", - "\"{title} icon\"" : "\"{title} アイコン\"" + "elevation data from OpenTopoData" : "標高データ提供元は OpenTopoData です" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/dashboard/l10n/lt_LT.js b/apps/dashboard/l10n/lt_LT.js index 04c14b11924..7552e456c5d 100644 --- a/apps/dashboard/l10n/lt_LT.js +++ b/apps/dashboard/l10n/lt_LT.js @@ -22,7 +22,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Dėl jūsų privatumo, orų duomenys yra jūsų vardu užklausiami jūsų Nextcloud serverio, todėl orų tarnyba negauna jokios asmeninės informacijos.", "Weather data from Met.no" : "Orų duomenys iš Met.no", "geocoding with Nominatim" : "geografinis kodavimas naudojant Nominatim", - "elevation data from OpenTopoData" : "aukščio duomenys iš OpenTopoData", - "\"{title} icon\"" : "„{title} piktograma“" + "elevation data from OpenTopoData" : "aukščio duomenys iš OpenTopoData" }, "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/dashboard/l10n/lt_LT.json b/apps/dashboard/l10n/lt_LT.json index d3711e0f743..535d6f28253 100644 --- a/apps/dashboard/l10n/lt_LT.json +++ b/apps/dashboard/l10n/lt_LT.json @@ -20,7 +20,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Dėl jūsų privatumo, orų duomenys yra jūsų vardu užklausiami jūsų Nextcloud serverio, todėl orų tarnyba negauna jokios asmeninės informacijos.", "Weather data from Met.no" : "Orų duomenys iš Met.no", "geocoding with Nominatim" : "geografinis kodavimas naudojant Nominatim", - "elevation data from OpenTopoData" : "aukščio duomenys iš OpenTopoData", - "\"{title} icon\"" : "„{title} piktograma“" + "elevation data from OpenTopoData" : "aukščio duomenys iš OpenTopoData" },"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/mk.js b/apps/dashboard/l10n/mk.js index 5c985bcdcc8..576e9a45c02 100644 --- a/apps/dashboard/l10n/mk.js +++ b/apps/dashboard/l10n/mk.js @@ -20,7 +20,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "За ваша приватност, податоците за времето ги бара вашиот сервер во ваше име, така што метеоролошката служба не добива лични информации.", "Weather data from Met.no" : "Податоци за временето од Met.no", "geocoding with Nominatim" : "Геокодирање со Nominatim", - "elevation data from OpenTopoData" : "Податоци за височина од OpenTopoData", - "\"{title} icon\"" : "\"{title} икона\"" + "elevation data from OpenTopoData" : "Податоци за височина од OpenTopoData" }, "nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;"); diff --git a/apps/dashboard/l10n/mk.json b/apps/dashboard/l10n/mk.json index f225e912978..c3c5e0e1f68 100644 --- a/apps/dashboard/l10n/mk.json +++ b/apps/dashboard/l10n/mk.json @@ -18,7 +18,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "За ваша приватност, податоците за времето ги бара вашиот сервер во ваше име, така што метеоролошката служба не добива лични информации.", "Weather data from Met.no" : "Податоци за временето од Met.no", "geocoding with Nominatim" : "Геокодирање со Nominatim", - "elevation data from OpenTopoData" : "Податоци за височина од OpenTopoData", - "\"{title} icon\"" : "\"{title} икона\"" + "elevation data from OpenTopoData" : "Податоци за височина од OpenTopoData" },"pluralForm" :"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;" } \ No newline at end of file diff --git a/apps/dashboard/l10n/nb.js b/apps/dashboard/l10n/nb.js index 7091be8f0ee..4bcb04b188d 100644 --- a/apps/dashboard/l10n/nb.js +++ b/apps/dashboard/l10n/nb.js @@ -21,7 +21,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Av hensyn til personvernet ditt blir værdataene bedt om av Nextcloud-serveren din på dine vegne, slik at værtjenesten ikke mottar personlig informasjon.", "Weather data from Met.no" : "Værmelding fra Met.no", "geocoding with Nominatim" : "geokoding med Nominatim", - "elevation data from OpenTopoData" : "høydedata fra OpenTopoData", - "\"{title} icon\"" : "\"{title} ikon\"" + "elevation data from OpenTopoData" : "høydedata fra OpenTopoData" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/nb.json b/apps/dashboard/l10n/nb.json index 95f68c74a9c..9f1ad8bc524 100644 --- a/apps/dashboard/l10n/nb.json +++ b/apps/dashboard/l10n/nb.json @@ -19,7 +19,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Av hensyn til personvernet ditt blir værdataene bedt om av Nextcloud-serveren din på dine vegne, slik at værtjenesten ikke mottar personlig informasjon.", "Weather data from Met.no" : "Værmelding fra Met.no", "geocoding with Nominatim" : "geokoding med Nominatim", - "elevation data from OpenTopoData" : "høydedata fra OpenTopoData", - "\"{title} icon\"" : "\"{title} ikon\"" + "elevation data from OpenTopoData" : "høydedata fra OpenTopoData" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/nl.js b/apps/dashboard/l10n/nl.js index bc4ca77bd69..7fc3bdc2177 100644 --- a/apps/dashboard/l10n/nl.js +++ b/apps/dashboard/l10n/nl.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Dashboard" : "Dashboard", "Dashboard app" : "Dashboard-app", + "Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an overview of your upcoming appointments, urgent emails, chat messages, incoming tickets, latest tweets and much more! People can add the widgets they like and change the background to their liking." : "Begin je dag geïnformeerd\n\nHet Nextcloud Dashboard is je startpunt van de dag en biedt je een overzicht van je aankomende afspraken, dringende e-mails, chatberichten, binnenkomende tickets, laatste tweets en nog veel meer! Mensen kunnen de widgets toevoegen die ze leuk vinden en de achtergrond naar wens aanpassen.", "Weather" : "Weer", "Status" : "Status", "Good morning" : "Goedemorgen", @@ -13,6 +14,8 @@ OC.L10N.register( "Good evening, {name}" : "Goedenavond, {name}", "Hello" : "Hallo", "Hello, {name}" : "Hallo, {name}", + "Happy birthday 🥳🤩🎂🎉" : "Fijne verjaardag 🥳🤩🎂🎉", + "Happy birthday, {name} 🥳🤩🎂🎉" : "Fijne verjaardag, {name} 🥳🤩🎂🎉", "Customize" : "Aanpassen", "Edit widgets" : "Widgets bewerken", "Get more widgets from the App Store" : "Haal meer widgets op uit de App Store", diff --git a/apps/dashboard/l10n/nl.json b/apps/dashboard/l10n/nl.json index bce68caa408..5b56e7b0cb9 100644 --- a/apps/dashboard/l10n/nl.json +++ b/apps/dashboard/l10n/nl.json @@ -1,6 +1,7 @@ { "translations": { "Dashboard" : "Dashboard", "Dashboard app" : "Dashboard-app", + "Start your day informed\n\nThe Nextcloud Dashboard is your starting point of the day, giving you an overview of your upcoming appointments, urgent emails, chat messages, incoming tickets, latest tweets and much more! People can add the widgets they like and change the background to their liking." : "Begin je dag geïnformeerd\n\nHet Nextcloud Dashboard is je startpunt van de dag en biedt je een overzicht van je aankomende afspraken, dringende e-mails, chatberichten, binnenkomende tickets, laatste tweets en nog veel meer! Mensen kunnen de widgets toevoegen die ze leuk vinden en de achtergrond naar wens aanpassen.", "Weather" : "Weer", "Status" : "Status", "Good morning" : "Goedemorgen", @@ -11,6 +12,8 @@ "Good evening, {name}" : "Goedenavond, {name}", "Hello" : "Hallo", "Hello, {name}" : "Hallo, {name}", + "Happy birthday 🥳🤩🎂🎉" : "Fijne verjaardag 🥳🤩🎂🎉", + "Happy birthday, {name} 🥳🤩🎂🎉" : "Fijne verjaardag, {name} 🥳🤩🎂🎉", "Customize" : "Aanpassen", "Edit widgets" : "Widgets bewerken", "Get more widgets from the App Store" : "Haal meer widgets op uit de App Store", diff --git a/apps/dashboard/l10n/pl.js b/apps/dashboard/l10n/pl.js index 8c0dd99508f..e82dafdff97 100644 --- a/apps/dashboard/l10n/pl.js +++ b/apps/dashboard/l10n/pl.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Ze względu na Twoją prywatność dane pogodowe są pobierane przez serwer Nextcloud w Twoim imieniu. Usługa pogodowa nie otrzymuje żadnych danych osobowych.", "Weather data from Met.no" : "Dane pogodowe z Met.no", "geocoding with Nominatim" : "geokodowanie z Nominatim", - "elevation data from OpenTopoData" : "dane wysokościowe z OpenTopoData", - "\"{title} icon\"" : "\"ikona {title}\"" + "elevation data from OpenTopoData" : "dane wysokościowe z OpenTopoData" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/apps/dashboard/l10n/pl.json b/apps/dashboard/l10n/pl.json index cdd254abf25..5659df99fc7 100644 --- a/apps/dashboard/l10n/pl.json +++ b/apps/dashboard/l10n/pl.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Ze względu na Twoją prywatność dane pogodowe są pobierane przez serwer Nextcloud w Twoim imieniu. Usługa pogodowa nie otrzymuje żadnych danych osobowych.", "Weather data from Met.no" : "Dane pogodowe z Met.no", "geocoding with Nominatim" : "geokodowanie z Nominatim", - "elevation data from OpenTopoData" : "dane wysokościowe z OpenTopoData", - "\"{title} icon\"" : "\"ikona {title}\"" + "elevation data from OpenTopoData" : "dane wysokościowe z OpenTopoData" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/pt_BR.js b/apps/dashboard/l10n/pt_BR.js index dbfe53359f7..ebdafb1859f 100644 --- a/apps/dashboard/l10n/pt_BR.js +++ b/apps/dashboard/l10n/pt_BR.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Para sua privacidade, as informações de Tempo são solicitadas pelo servidor Nextcloud de forma que o serviço de Tempo não receba suas informações pessoais.", "Weather data from Met.no" : "Dados de Tempo do Met.no", "geocoding with Nominatim" : "geocodificado com Nominatim", - "elevation data from OpenTopoData" : "dados topográficos de OpenTopoData", - "\"{title} icon\"" : "\"ícone de {title} \"" + "elevation data from OpenTopoData" : "dados topográficos de OpenTopoData" }, "nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/dashboard/l10n/pt_BR.json b/apps/dashboard/l10n/pt_BR.json index a9715dc07f2..d0f5b67d72f 100644 --- a/apps/dashboard/l10n/pt_BR.json +++ b/apps/dashboard/l10n/pt_BR.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Para sua privacidade, as informações de Tempo são solicitadas pelo servidor Nextcloud de forma que o serviço de Tempo não receba suas informações pessoais.", "Weather data from Met.no" : "Dados de Tempo do Met.no", "geocoding with Nominatim" : "geocodificado com Nominatim", - "elevation data from OpenTopoData" : "dados topográficos de OpenTopoData", - "\"{title} icon\"" : "\"ícone de {title} \"" + "elevation data from OpenTopoData" : "dados topográficos de OpenTopoData" },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" } \ No newline at end of file diff --git a/apps/dashboard/l10n/ru.js b/apps/dashboard/l10n/ru.js index 724f9c70712..6666ebdcf6c 100644 --- a/apps/dashboard/l10n/ru.js +++ b/apps/dashboard/l10n/ru.js @@ -21,7 +21,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "В целях вашей конфиденциальности данные о погоде запрашиваются вашим сервером Nextcloud от вашего имени, поэтому служба погоды не получает никакой личной информации.", "Weather data from Met.no" : "Погода от Met.no", "geocoding with Nominatim" : "геокодирование с Nominatim", - "elevation data from OpenTopoData" : "данные о высоте из OpenTopoData", - "\"{title} icon\"" : "\"{title} иконка\"" + "elevation data from OpenTopoData" : "данные о высоте из OpenTopoData" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/dashboard/l10n/ru.json b/apps/dashboard/l10n/ru.json index f2949da650b..4f8a58f2d7c 100644 --- a/apps/dashboard/l10n/ru.json +++ b/apps/dashboard/l10n/ru.json @@ -19,7 +19,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "В целях вашей конфиденциальности данные о погоде запрашиваются вашим сервером Nextcloud от вашего имени, поэтому служба погоды не получает никакой личной информации.", "Weather data from Met.no" : "Погода от Met.no", "geocoding with Nominatim" : "геокодирование с Nominatim", - "elevation data from OpenTopoData" : "данные о высоте из OpenTopoData", - "\"{title} icon\"" : "\"{title} иконка\"" + "elevation data from OpenTopoData" : "данные о высоте из OpenTopoData" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/sk.js b/apps/dashboard/l10n/sk.js index d254adbb5b5..2716325c7e8 100644 --- a/apps/dashboard/l10n/sk.js +++ b/apps/dashboard/l10n/sk.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "V záujme vášho súkromia údaje o počasí vyžaduje váš server Nextcloud vo vašom mene, aby meteorologická služba nedostávala žiadne osobné informácie.", "Weather data from Met.no" : "Dáta počasia z Met.no", "geocoding with Nominatim" : "geokódovanie pomocou Nominatim", - "elevation data from OpenTopoData" : "dáta o nadmorskej výške z OpenTopoData", - "\"{title} icon\"" : "\"{title} ikona\"" + "elevation data from OpenTopoData" : "dáta o nadmorskej výške z OpenTopoData" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); diff --git a/apps/dashboard/l10n/sk.json b/apps/dashboard/l10n/sk.json index 0193916f3e3..c74b055cb5d 100644 --- a/apps/dashboard/l10n/sk.json +++ b/apps/dashboard/l10n/sk.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "V záujme vášho súkromia údaje o počasí vyžaduje váš server Nextcloud vo vašom mene, aby meteorologická služba nedostávala žiadne osobné informácie.", "Weather data from Met.no" : "Dáta počasia z Met.no", "geocoding with Nominatim" : "geokódovanie pomocou Nominatim", - "elevation data from OpenTopoData" : "dáta o nadmorskej výške z OpenTopoData", - "\"{title} icon\"" : "\"{title} ikona\"" + "elevation data from OpenTopoData" : "dáta o nadmorskej výške z OpenTopoData" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/sl.js b/apps/dashboard/l10n/sl.js index 9422670f2ed..9ee87af3e6e 100644 --- a/apps/dashboard/l10n/sl.js +++ b/apps/dashboard/l10n/sl.js @@ -21,7 +21,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Za večjo zasebnost so podatki vremena pridobljeni prek strežnika Nextcloud, zato tretje osebe ne pridobijo nobenega vašega osebnega podatka.", "Weather data from Met.no" : "Podatke vremena omogoča Met.no", "geocoding with Nominatim" : "geokodiranje Nominatim", - "elevation data from OpenTopoData" : "podatke nadmorske višine OpenTopoData", - "\"{title} icon\"" : "»Ikona {title}«" + "elevation data from OpenTopoData" : "podatke nadmorske višine OpenTopoData" }, "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/dashboard/l10n/sl.json b/apps/dashboard/l10n/sl.json index 7d3de876695..fd64b0e1b56 100644 --- a/apps/dashboard/l10n/sl.json +++ b/apps/dashboard/l10n/sl.json @@ -19,7 +19,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Za večjo zasebnost so podatki vremena pridobljeni prek strežnika Nextcloud, zato tretje osebe ne pridobijo nobenega vašega osebnega podatka.", "Weather data from Met.no" : "Podatke vremena omogoča Met.no", "geocoding with Nominatim" : "geokodiranje Nominatim", - "elevation data from OpenTopoData" : "podatke nadmorske višine OpenTopoData", - "\"{title} icon\"" : "»Ikona {title}«" + "elevation data from OpenTopoData" : "podatke nadmorske višine OpenTopoData" },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/sr.js b/apps/dashboard/l10n/sr.js index 7ba1ba4ed65..e647f915fe7 100644 --- a/apps/dashboard/l10n/sr.js +++ b/apps/dashboard/l10n/sr.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Ради чувања ваше приватности, временске податке са метеоролошког сервиса у ваше име захтева Nextcloud сервер, тако да се метеоролошком сервису не шаљу лични подаци.", "Weather data from Met.no" : "Метеоролошки подаци са Met.no", "geocoding with Nominatim" : "геокодирање са Nominatim", - "elevation data from OpenTopoData" : "висински подаци са OpenTopoData", - "\"{title} icon\"" : "„{title} икона”" + "elevation data from OpenTopoData" : "висински подаци са OpenTopoData" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); diff --git a/apps/dashboard/l10n/sr.json b/apps/dashboard/l10n/sr.json index d835955518a..05f1f7dda72 100644 --- a/apps/dashboard/l10n/sr.json +++ b/apps/dashboard/l10n/sr.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Ради чувања ваше приватности, временске податке са метеоролошког сервиса у ваше име захтева Nextcloud сервер, тако да се метеоролошком сервису не шаљу лични подаци.", "Weather data from Met.no" : "Метеоролошки подаци са Met.no", "geocoding with Nominatim" : "геокодирање са Nominatim", - "elevation data from OpenTopoData" : "висински подаци са OpenTopoData", - "\"{title} icon\"" : "„{title} икона”" + "elevation data from OpenTopoData" : "висински подаци са OpenTopoData" },"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/sv.js b/apps/dashboard/l10n/sv.js index ed82166c66d..8e7c46e93c4 100644 --- a/apps/dashboard/l10n/sv.js +++ b/apps/dashboard/l10n/sv.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "För din integritet skull hämtas väderdata av din Nextcloud-server på dina vägnar så att vädertjänsten inte får någon personlig information.", "Weather data from Met.no" : "Väderdata från Met.no", "geocoding with Nominatim" : "geokodning med Nominatim", - "elevation data from OpenTopoData" : "höjddata från OpenTopoData", - "\"{title} icon\"" : "\"{title}-ikon\"" + "elevation data from OpenTopoData" : "höjddata från OpenTopoData" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/sv.json b/apps/dashboard/l10n/sv.json index 0b06dcbcccc..4c6b6d239c4 100644 --- a/apps/dashboard/l10n/sv.json +++ b/apps/dashboard/l10n/sv.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "För din integritet skull hämtas väderdata av din Nextcloud-server på dina vägnar så att vädertjänsten inte får någon personlig information.", "Weather data from Met.no" : "Väderdata från Met.no", "geocoding with Nominatim" : "geokodning med Nominatim", - "elevation data from OpenTopoData" : "höjddata från OpenTopoData", - "\"{title} icon\"" : "\"{title}-ikon\"" + "elevation data from OpenTopoData" : "höjddata från OpenTopoData" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/tr.js b/apps/dashboard/l10n/tr.js index 1cd70679514..0ca94d0a5d0 100644 --- a/apps/dashboard/l10n/tr.js +++ b/apps/dashboard/l10n/tr.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Kişisel gizliliğinizi korumak için Nextcloud sunucunuz hava durumu verilerini sizin adınıza ister. Böylece hava durumu hizmetine hiçbir kişisel bilgi aktarılmaz.", "Weather data from Met.no" : "Hava durumu verileri Met.no tarafından sağlanıyor", "geocoding with Nominatim" : "Nominatim ile coğrafi kodlama", - "elevation data from OpenTopoData" : "yükseklik verileri OpenTopoData tarafından sağlanıyor", - "\"{title} icon\"" : "\"{title} simgesi\"" + "elevation data from OpenTopoData" : "yükseklik verileri OpenTopoData tarafından sağlanıyor" }, "nplurals=2; plural=(n > 1);"); diff --git a/apps/dashboard/l10n/tr.json b/apps/dashboard/l10n/tr.json index 4f8759f5261..714f1c70745 100644 --- a/apps/dashboard/l10n/tr.json +++ b/apps/dashboard/l10n/tr.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Kişisel gizliliğinizi korumak için Nextcloud sunucunuz hava durumu verilerini sizin adınıza ister. Böylece hava durumu hizmetine hiçbir kişisel bilgi aktarılmaz.", "Weather data from Met.no" : "Hava durumu verileri Met.no tarafından sağlanıyor", "geocoding with Nominatim" : "Nominatim ile coğrafi kodlama", - "elevation data from OpenTopoData" : "yükseklik verileri OpenTopoData tarafından sağlanıyor", - "\"{title} icon\"" : "\"{title} simgesi\"" + "elevation data from OpenTopoData" : "yükseklik verileri OpenTopoData tarafından sağlanıyor" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/ug.js b/apps/dashboard/l10n/ug.js index 75ca90442a9..40ef3144e77 100644 --- a/apps/dashboard/l10n/ug.js +++ b/apps/dashboard/l10n/ug.js @@ -21,7 +21,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "شەخسىي مەخپىيەتلىكىڭىز ئۈچۈن ھاۋارايى سانلىق مەلۇماتلىرىڭىزنى Nextcloud مۇلازىمېتىرىڭىز تەلەپ قىلىدۇ ، شۇڭا ھاۋارايى مۇلازىمىتى ھېچقانداق شەخسىي ئۇچۇرغا ئېرىشەلمەيدۇ.", "Weather data from Met.no" : "Met.no دىن كەلگەن ھاۋارايى سانلىق مەلۇماتلىرى", "geocoding with Nominatim" : "Nominatim بىلەن جۇغراپىيىلىك كودلاش", - "elevation data from OpenTopoData" : "OpenTopoData دىن ئېگىزلىك سانلىق مەلۇماتلىرى", - "\"{title} icon\"" : "\"{title} سىنبەلگىسى\"" + "elevation data from OpenTopoData" : "OpenTopoData دىن ئېگىزلىك سانلىق مەلۇماتلىرى" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/dashboard/l10n/ug.json b/apps/dashboard/l10n/ug.json index cecbee79dbc..3b551538828 100644 --- a/apps/dashboard/l10n/ug.json +++ b/apps/dashboard/l10n/ug.json @@ -19,7 +19,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "شەخسىي مەخپىيەتلىكىڭىز ئۈچۈن ھاۋارايى سانلىق مەلۇماتلىرىڭىزنى Nextcloud مۇلازىمېتىرىڭىز تەلەپ قىلىدۇ ، شۇڭا ھاۋارايى مۇلازىمىتى ھېچقانداق شەخسىي ئۇچۇرغا ئېرىشەلمەيدۇ.", "Weather data from Met.no" : "Met.no دىن كەلگەن ھاۋارايى سانلىق مەلۇماتلىرى", "geocoding with Nominatim" : "Nominatim بىلەن جۇغراپىيىلىك كودلاش", - "elevation data from OpenTopoData" : "OpenTopoData دىن ئېگىزلىك سانلىق مەلۇماتلىرى", - "\"{title} icon\"" : "\"{title} سىنبەلگىسى\"" + "elevation data from OpenTopoData" : "OpenTopoData دىن ئېگىزلىك سانلىق مەلۇماتلىرى" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/uk.js b/apps/dashboard/l10n/uk.js index 7cccfefbc78..c611c807349 100644 --- a/apps/dashboard/l10n/uk.js +++ b/apps/dashboard/l10n/uk.js @@ -22,7 +22,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Для забезпечення вашої конфіденційності дані про погоду запитуються вашим сервером Nextcloud від вашого імені, тому служба погоди не отримує особисту інформацію.", "Weather data from Met.no" : "Дані про погоду з Met.no", "geocoding with Nominatim" : "геокодування за допомогою Nominatim", - "elevation data from OpenTopoData" : "дані про висоту з OpenTopoData", - "\"{title} icon\"" : "\"{title} \"іконка\"" + "elevation data from OpenTopoData" : "дані про висоту з OpenTopoData" }, "nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);"); diff --git a/apps/dashboard/l10n/uk.json b/apps/dashboard/l10n/uk.json index 09438fdc22c..d3f3c712dc3 100644 --- a/apps/dashboard/l10n/uk.json +++ b/apps/dashboard/l10n/uk.json @@ -20,7 +20,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Для забезпечення вашої конфіденційності дані про погоду запитуються вашим сервером Nextcloud від вашого імені, тому служба погоди не отримує особисту інформацію.", "Weather data from Met.no" : "Дані про погоду з Met.no", "geocoding with Nominatim" : "геокодування за допомогою Nominatim", - "elevation data from OpenTopoData" : "дані про висоту з OpenTopoData", - "\"{title} icon\"" : "\"{title} \"іконка\"" + "elevation data from OpenTopoData" : "дані про висоту з OpenTopoData" },"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);" } \ No newline at end of file diff --git a/apps/dashboard/l10n/uz.js b/apps/dashboard/l10n/uz.js index 2140c308e7d..23282080b47 100644 --- a/apps/dashboard/l10n/uz.js +++ b/apps/dashboard/l10n/uz.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Maxfiyligingiz uchun ob-havo maʼlumotlari sizning nomingizdan Nextcloud serveringiz tomonidan soʻraladi, shuning uchun ob-havo xizmati shaxsiy maʼlumotlarni olmaydi.", "Weather data from Met.no" : "Met.no dan ob-havo ma'lumotlari", "geocoding with Nominatim" : "Nominatim bilan geokodlash", - "elevation data from OpenTopoData" : "OpenTopoData dan balandlik ma'lumotlari", - "\"{title} icon\"" : "\"{title} belgisi\"" + "elevation data from OpenTopoData" : "OpenTopoData dan balandlik ma'lumotlari" }, "nplurals=1; plural=0;"); diff --git a/apps/dashboard/l10n/uz.json b/apps/dashboard/l10n/uz.json index 912c35d409f..b2b24b7dcdb 100644 --- a/apps/dashboard/l10n/uz.json +++ b/apps/dashboard/l10n/uz.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Maxfiyligingiz uchun ob-havo maʼlumotlari sizning nomingizdan Nextcloud serveringiz tomonidan soʻraladi, shuning uchun ob-havo xizmati shaxsiy maʼlumotlarni olmaydi.", "Weather data from Met.no" : "Met.no dan ob-havo ma'lumotlari", "geocoding with Nominatim" : "Nominatim bilan geokodlash", - "elevation data from OpenTopoData" : "OpenTopoData dan balandlik ma'lumotlari", - "\"{title} icon\"" : "\"{title} belgisi\"" + "elevation data from OpenTopoData" : "OpenTopoData dan balandlik ma'lumotlari" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/dashboard/l10n/vi.js b/apps/dashboard/l10n/vi.js index 05d2d143c9c..dbe1b126d44 100644 --- a/apps/dashboard/l10n/vi.js +++ b/apps/dashboard/l10n/vi.js @@ -20,7 +20,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Vì quyền riêng tư của bạn, dữ liệu thời tiết được yêu cầu bởi máy chủ Nextcloud thay mặt bạn để dịch vụ thời tiết không nhận được thông tin cá nhân.", "Weather data from Met.no" : "Dữ liệu thời tiết từ Met.no", "geocoding with Nominatim" : "mã hóa địa lý với Nominatim", - "elevation data from OpenTopoData" : "dữ liệu độ cao từ OpenTopoData", - "\"{title} icon\"" : "\"{title} icon\"" + "elevation data from OpenTopoData" : "dữ liệu độ cao từ OpenTopoData" }, "nplurals=1; plural=0;"); diff --git a/apps/dashboard/l10n/vi.json b/apps/dashboard/l10n/vi.json index d3da5f426e8..7b302629c4a 100644 --- a/apps/dashboard/l10n/vi.json +++ b/apps/dashboard/l10n/vi.json @@ -18,7 +18,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Vì quyền riêng tư của bạn, dữ liệu thời tiết được yêu cầu bởi máy chủ Nextcloud thay mặt bạn để dịch vụ thời tiết không nhận được thông tin cá nhân.", "Weather data from Met.no" : "Dữ liệu thời tiết từ Met.no", "geocoding with Nominatim" : "mã hóa địa lý với Nominatim", - "elevation data from OpenTopoData" : "dữ liệu độ cao từ OpenTopoData", - "\"{title} icon\"" : "\"{title} icon\"" + "elevation data from OpenTopoData" : "dữ liệu độ cao từ OpenTopoData" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/dashboard/l10n/zh_CN.js b/apps/dashboard/l10n/zh_CN.js index dcaad44161e..0f6c8dcd4c3 100644 --- a/apps/dashboard/l10n/zh_CN.js +++ b/apps/dashboard/l10n/zh_CN.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "为了您的隐私,天气数据由您的 Nextcloud 服务器为您获取,这样天气服务就无法获得您的个人信息。", "Weather data from Met.no" : "天气数据来自 Met.no", "geocoding with Nominatim" : "使用 Nominatim 地理编码", - "elevation data from OpenTopoData" : "海拔数据来自 OpenTopoData", - "\"{title} icon\"" : "{title} 图标" + "elevation data from OpenTopoData" : "海拔数据来自 OpenTopoData" }, "nplurals=1; plural=0;"); diff --git a/apps/dashboard/l10n/zh_CN.json b/apps/dashboard/l10n/zh_CN.json index 4569ab5ec98..49d2e660723 100644 --- a/apps/dashboard/l10n/zh_CN.json +++ b/apps/dashboard/l10n/zh_CN.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "为了您的隐私,天气数据由您的 Nextcloud 服务器为您获取,这样天气服务就无法获得您的个人信息。", "Weather data from Met.no" : "天气数据来自 Met.no", "geocoding with Nominatim" : "使用 Nominatim 地理编码", - "elevation data from OpenTopoData" : "海拔数据来自 OpenTopoData", - "\"{title} icon\"" : "{title} 图标" + "elevation data from OpenTopoData" : "海拔数据来自 OpenTopoData" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/dashboard/l10n/zh_HK.js b/apps/dashboard/l10n/zh_HK.js index 557ec2bedc0..3ec3def4cc4 100644 --- a/apps/dashboard/l10n/zh_HK.js +++ b/apps/dashboard/l10n/zh_HK.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "為了保護您的隱私,Nextcloud 會代您請求氣象資料,因此天氣服務不會收到您的個人資訊。", "Weather data from Met.no" : "氣象資訊來自 Met.no", "geocoding with Nominatim" : "使用 Nominatim 來進行地理編碼", - "elevation data from OpenTopoData" : "來自 OpenTopoData 的海拔資料", - "\"{title} icon\"" : "\"{title} 圖示\"" + "elevation data from OpenTopoData" : "來自 OpenTopoData 的海拔資料" }, "nplurals=1; plural=0;"); diff --git a/apps/dashboard/l10n/zh_HK.json b/apps/dashboard/l10n/zh_HK.json index a7cede02590..6efb17e03a4 100644 --- a/apps/dashboard/l10n/zh_HK.json +++ b/apps/dashboard/l10n/zh_HK.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "為了保護您的隱私,Nextcloud 會代您請求氣象資料,因此天氣服務不會收到您的個人資訊。", "Weather data from Met.no" : "氣象資訊來自 Met.no", "geocoding with Nominatim" : "使用 Nominatim 來進行地理編碼", - "elevation data from OpenTopoData" : "來自 OpenTopoData 的海拔資料", - "\"{title} icon\"" : "\"{title} 圖示\"" + "elevation data from OpenTopoData" : "來自 OpenTopoData 的海拔資料" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/dashboard/l10n/zh_TW.js b/apps/dashboard/l10n/zh_TW.js index 10aa30c9fe7..274caee814d 100644 --- a/apps/dashboard/l10n/zh_TW.js +++ b/apps/dashboard/l10n/zh_TW.js @@ -23,7 +23,6 @@ OC.L10N.register( "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "為了保護您的隱私,Nextcloud 伺服器會代您請求氣象資料,因此天氣服務不會收到您的個人資訊。", "Weather data from Met.no" : "氣象資訊來自 Met.no", "geocoding with Nominatim" : "地理編碼使用 Nominatim", - "elevation data from OpenTopoData" : "海拔資料來自 OpenTopoData", - "\"{title} icon\"" : "「{title} 圖示」" + "elevation data from OpenTopoData" : "海拔資料來自 OpenTopoData" }, "nplurals=1; plural=0;"); diff --git a/apps/dashboard/l10n/zh_TW.json b/apps/dashboard/l10n/zh_TW.json index 3b8a8776418..381dc1b6254 100644 --- a/apps/dashboard/l10n/zh_TW.json +++ b/apps/dashboard/l10n/zh_TW.json @@ -21,7 +21,6 @@ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "為了保護您的隱私,Nextcloud 伺服器會代您請求氣象資料,因此天氣服務不會收到您的個人資訊。", "Weather data from Met.no" : "氣象資訊來自 Met.no", "geocoding with Nominatim" : "地理編碼使用 Nominatim", - "elevation data from OpenTopoData" : "海拔資料來自 OpenTopoData", - "\"{title} icon\"" : "「{title} 圖示」" + "elevation data from OpenTopoData" : "海拔資料來自 OpenTopoData" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/apps/dav/l10n/et_EE.js b/apps/dav/l10n/et_EE.js index 37ab7a4e3c0..25cf3b104a1 100644 --- a/apps/dav/l10n/et_EE.js +++ b/apps/dav/l10n/et_EE.js @@ -72,6 +72,20 @@ OC.L10N.register( "Description: %s" : "Kirjeldus: %s", "Where: %s" : "Kus: %s", "%1$s via %2$s" : "%1$s %2$s kaudu", + "In the past on %1$s for the entire day" : "Minevikus kogu päeva: %1$s", + "_In a minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["%n minuti pärast kogu päeva: %1$s","%n minuti pärast kogu päeva: %1$s"], + "_In a hour on %1$s for the entire day_::_In %n hours on %1$s for the entire day_" : ["%n tunni pärast kogu päeva: %1$s","%n tunni pärast kogu päeva: %1$s"], + "_In a day on %1$s for the entire day_::_In %n days on %1$s for the entire day_" : ["%n päeva pärast kogu päeva: %1$s","%n päeva pärast kogu päeva: %1$s"], + "_In a week on %1$s for the entire day_::_In %n weeks on %1$s for the entire day_" : ["%n nädala pärast kogu päeva: %1$s","%n nädala pärast kogu päeva: %1$s"], + "_In a month on %1$s for the entire day_::_In %n months on %1$s for the entire day_" : ["%n kuu pärast kogu päeva: %1$s","%n kuu pärast kogu päeva: %1$s"], + "_In a year on %1$s for the entire day_::_In %n years on %1$s for the entire day_" : ["%n aasta pärast kogu päeva: %1$s","%n aasta pärast kogu päeva: %1$s"], + "In the past on %1$s between %2$s - %3$s" : "Minevikus: %1$s ajavahemikus %2$s - %3$s", + "_In a minute on %1$s between %2$s - %3$s_::_In %n minutes on %1$s between %2$s - %3$s_" : ["%n minuti pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s","%n minuti pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s"], + "_In a hour on %1$s between %2$s - %3$s_::_In %n hours on %1$s between %2$s - %3$s_" : ["%n tunni pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s","%n tunni pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s"], + "_In a day on %1$s between %2$s - %3$s_::_In %n days on %1$s between %2$s - %3$s_" : ["%n päeva pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s","%n päeva pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s"], + "_In a week on %1$s between %2$s - %3$s_::_In %n weeks on %1$s between %2$s - %3$s_" : ["%n nädala pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s","%n nädala pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s"], + "_In a month on %1$s between %2$s - %3$s_::_In %n months on %1$s between %2$s - %3$s_" : ["%n kuu pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s","%n kuu pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s"], + "_In a year on %1$s between %2$s - %3$s_::_In %n years on %1$s between %2$s - %3$s_" : ["%n aasta pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s","%n aasta pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s"], "Could not generate when statement" : "Ei õnnestunud koostada tingimuslikku „when“ lausendit", "Every Day for the entire day" : "Iga päev kogu päeva jooksul", "Every Day for the entire day until %1$s" : "Iga päev kogu päeva jooksul kuni %1$s", @@ -108,6 +122,27 @@ OC.L10N.register( "Every %1$d Years in %2$s on the %3$s between %4$s - %5$s until %6$s" : "Igal %1$d-l aastal kuni %6$s ajavahemikus %4$s - %5$s: %2$s, %3$s", "On specific dates for the entire day until %1$s" : "Kindlatel päevadel kogu päeva jooksul kuni %1$s", "On specific dates between %1$s - %2$s until %3$s" : "Kindlatel päevadel ajavahemikus %1$s - %2$s kuni %3$s", + "In the past on %1$s" : "Minevikus %1$s", + "_In a minute on %1$s_::_In %n minutes on %1$s_" : ["Ühe minuti pärast: %1$s","%n minuti pärast: %1$s"], + "_In a hour on %1$s_::_In %n hours on %1$s_" : ["Tunni pärast: %1$s","%n tunni pärast: %1$s"], + "_In a day on %1$s_::_In %n days on %1$s_" : ["Päeva möödudes: %1$s","%n päeva möödudes: %1$s"], + "_In a week on %1$s_::_In %n weeks on %1$s_" : ["Nädala möödudes: %1$s","%n nädala möödudes: %1$s"], + "_In a month on %1$s_::_In %n months on %1$s_" : ["Kuu möödudes: %1$s","%n kuu möödudes: %1$s"], + "_In a year on %1$s_::_In %n years on %1$s_" : ["Aasta möödudes: %1$s","%n aasta möödudes: %1$s"], + "In the past on %1$s then on %2$s" : "Minevikus: %1$s ja siis %2$s", + "_In a minute on %1$s then on %2$s_::_In %n minutes on %1$s then on %2$s_" : ["Minuti pärast: %1$s ja siis %2$s","%n minuti pärast: %1$s ja siis %2$s"], + "_In a hour on %1$s then on %2$s_::_In %n hours on %1$s then on %2$s_" : ["Tunni pärast: %1$s ja siis %2$s","%n tunni pärast: %1$s ja siis %2$s"], + "_In a day on %1$s then on %2$s_::_In %n days on %1$s then on %2$s_" : ["Päeva möödudes: %1$s ja siis %2$s","%n päeva möödudes: %1$s ja siis %2$s"], + "_In a week on %1$s then on %2$s_::_In %n weeks on %1$s then on %2$s_" : ["Nädala möödudes: %1$s ja siis %2$s","%n nädala möödudes: %1$s ja siis %2$s"], + "_In a month on %1$s then on %2$s_::_In %n months on %1$s then on %2$s_" : ["Kuu möödudes: %1$s ja siis %2$s","%n kuu möödudes: %1$s ja siis %2$s"], + "_In a year on %1$s then on %2$s_::_In %n years on %1$s then on %2$s_" : ["Aasta möödudes: %1$s ja siis %2$s","%n aasta möödudes: %1$s ja siis %2$s"], + "In the past on %1$s then on %2$s and %3$s" : "Minevikus: %1$s ja siis %2$s ning %3$s", + "_In a minute on %1$s then on %2$s and %3$s_::_In %n minutes on %1$s then on %2$s and %3$s_" : ["Minuti pärast: %1$s ja siis %2$s ning %3$s","%n minuti pärast: %1$s ja siis %2$s ning %3$s"], + "_In a hour on %1$s then on %2$s and %3$s_::_In %n hours on %1$s then on %2$s and %3$s_" : ["Tunni pärast: %1$s ja siis %2$s ning %3$s","%n tunni pärast: %1$s ja siis %2$s ning %3$s"], + "_In a day on %1$s then on %2$s and %3$s_::_In %n days on %1$s then on %2$s and %3$s_" : ["Päeva möödudes: %1$s ja siis %2$s ning %3$s","%n päeva möödudes: %1$s ja siis %2$s ning %3$s"], + "_In a week on %1$s then on %2$s and %3$s_::_In %n weeks on %1$s then on %2$s and %3$s_" : ["Nädala möödudes: %1$s ja siis %2$s ning %3$s","%n nädala möödudes: %1$s ja siis %2$s ning %3$s"], + "_In a month on %1$s then on %2$s and %3$s_::_In %n months on %1$s then on %2$s and %3$s_" : ["Kuu möödudes: %1$s ja siis %2$s ning %3$s","%n kuu möödudes: %1$s ja siis %2$s ning %3$s"], + "_In a year on %1$s then on %2$s and %3$s_::_In %n years on %1$s then on %2$s and %3$s_" : ["Aasta möödudes: %1$s ja siis %2$s ning %3$s","%n aasta möödudes: %1$s ja siis %2$s ning %3$s"], "Could not generate next recurrence statement" : "Ei õnnestunud koostada korduva ürituse järgmise toimumise lausendit", "Cancelled: %1$s" : "Tühistatud: %1$s", "\"%1$s\" has been canceled" : "„%1$s“ on tühistatud", @@ -126,6 +161,7 @@ OC.L10N.register( "When:" : "Millal:", "Location:" : "Asukoht:", "Link:" : "Link:", + "Occurring:" : "Toimub:", "Accept" : "Nõustu", "Decline" : "Keeldu", "More options …" : "Täiendavad valikud…", @@ -155,12 +191,33 @@ OC.L10N.register( "Fourth" : "Neljas", "Fifth" : "Viies", "Last" : "Viimane", + "Second Last" : "Teiseks viimane", + "Third Last" : "Kolmandks viimane", + "Fourth Last" : "Neljandaks viimane", + "Fifth Last" : "Viiendaks viimane", "Contacts" : "Kontaktid", + "{actor} created address book {addressbook}" : "{actor} lõi aadressiraamatu „{addressbook}“", "You created address book {addressbook}" : "Sa lõid aadressiraamatu „{addressbook}“", "{actor} deleted address book {addressbook}" : "„{actor}“ kustutas „{addressbook}“ aadressiraamatu", "You deleted address book {addressbook}" : "Sa kustutasid aadressiraamatu „{addressbook}“", + "{actor} updated address book {addressbook}" : "{actor} uuendasaadressiraamatut „{addressbook}“", + "You updated address book {addressbook}" : "Sa uuendasid aadressiraamatut „{addressbook}“", + "{actor} shared address book {addressbook} with you" : "{actor} jagas „{addressbook}“ aadressiraamatut sinuga", "You shared address book {addressbook} with {user}" : "Sa jagasid „{addressbook}“ aadressiraamatut kasutajaga „{user}“", + "{actor} shared address book {addressbook} with {user}" : "{actor} jagas „{addressbook}“ aadressiraamatut kasutajaga „{user}“", + "{actor} unshared address book {addressbook} from you" : "{actor} lõpetas „{addressbook}“ aadressiraamatu jagamise sinult", + "You unshared address book {addressbook} from {user}" : "Sina lõpetasid „{addressbook}“ aadressiraamatu jagamise kasutajalt {user}", + "{actor} unshared address book {addressbook} from {user}" : "{actor} lõpetas „{addressbook}“ aadressiraamatu kasutajalt {user}", + "{actor} unshared address book {addressbook} from themselves" : "{actor} lõpetas „{addressbook}“ aadressiraamatu jagamise iseendalt", + "You shared address book {addressbook} with group {group}" : "Sina jagasid „{addressbook}“ aadressiraamatut grupiga {group}", + "{actor} shared address book {addressbook} with group {group}" : "{actor} jagas „{addressbook}“ aadressiraamatut grupiga {group}", + "You unshared address book {addressbook} from group {group}" : "Sina lõpetasid „{addressbook}“ aadressiraamatu jagamise grupiga {group}", + "{actor} unshared address book {addressbook} from group {group}" : "{actor} lõpetas „{addressbook}“ aadressiraamatu jagamise grupiga {group}", + "{actor} created contact {card} in address book {addressbook}" : "{actor} lisas „{card}“ kontakti „{addressbook}“ aadressiraamatusse", + "You created contact {card} in address book {addressbook}" : "Sina lisasid „{card}“ kontakti „{addressbook}“ aadressiraamatusse", + "{actor} deleted contact {card} from address book {addressbook}" : "{actor} kustutas „{card}“ kontakti „{addressbook}“ aadressiraamatus", "You deleted contact {card} from address book {addressbook}" : "Sa kustutasid „{card}“ kontakti „{addressbook}“ aadressiraamatus", + "{actor} updated contact {card} in address book {addressbook}" : "{actor} uuendas „{card}“ kontakti „{addressbook}“ aadressiraamatus", "You updated contact {card} in address book {addressbook}" : "Sa uuendasid „{card}“ kontakti „{addressbook}“ aadressiraamatus", "A contact or address book was modified" : "Kontakti või aadressiraamatut muudeti", "Accounts" : "Kasutajakontod", @@ -230,8 +287,11 @@ OC.L10N.register( "No working hours set" : "Tööajad on sisestamata", "Add slot" : "Lisa ajavahemik", "Weekdays" : "Nädalapäevad", + "Pick a start time for {dayName}" : "Vali algusaeg: {dayName}", + "Pick a end time for {dayName}" : "Vali lõpuaeg: {dayName}", "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Kõikide teavituste summutamiseks määra automaatselt kasutajale olek „Ära sega“ nendele aegadele, kus ta vaba ei ole.", "Availability" : "Saadavus", + "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Kui seadistad oma tööajad, siis teised saavad kohtumise broneerimisel arvestada sellega, millal sind kohal pole.", "Absence" : "Äraolek", "Configure your next absence period." : "Seadista järgmise äraoleku ajavahemik.", "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Palun paigalda ka {calendarappstoreopen}Kalendrirakendus{linkclose} või {calendardocopen}lisa sünkroniseerimine oma töölaule ja nutiseadmesse ↗{linkclose}.", diff --git a/apps/dav/l10n/et_EE.json b/apps/dav/l10n/et_EE.json index 8a332127cb8..72a36787328 100644 --- a/apps/dav/l10n/et_EE.json +++ b/apps/dav/l10n/et_EE.json @@ -70,6 +70,20 @@ "Description: %s" : "Kirjeldus: %s", "Where: %s" : "Kus: %s", "%1$s via %2$s" : "%1$s %2$s kaudu", + "In the past on %1$s for the entire day" : "Minevikus kogu päeva: %1$s", + "_In a minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["%n minuti pärast kogu päeva: %1$s","%n minuti pärast kogu päeva: %1$s"], + "_In a hour on %1$s for the entire day_::_In %n hours on %1$s for the entire day_" : ["%n tunni pärast kogu päeva: %1$s","%n tunni pärast kogu päeva: %1$s"], + "_In a day on %1$s for the entire day_::_In %n days on %1$s for the entire day_" : ["%n päeva pärast kogu päeva: %1$s","%n päeva pärast kogu päeva: %1$s"], + "_In a week on %1$s for the entire day_::_In %n weeks on %1$s for the entire day_" : ["%n nädala pärast kogu päeva: %1$s","%n nädala pärast kogu päeva: %1$s"], + "_In a month on %1$s for the entire day_::_In %n months on %1$s for the entire day_" : ["%n kuu pärast kogu päeva: %1$s","%n kuu pärast kogu päeva: %1$s"], + "_In a year on %1$s for the entire day_::_In %n years on %1$s for the entire day_" : ["%n aasta pärast kogu päeva: %1$s","%n aasta pärast kogu päeva: %1$s"], + "In the past on %1$s between %2$s - %3$s" : "Minevikus: %1$s ajavahemikus %2$s - %3$s", + "_In a minute on %1$s between %2$s - %3$s_::_In %n minutes on %1$s between %2$s - %3$s_" : ["%n minuti pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s","%n minuti pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s"], + "_In a hour on %1$s between %2$s - %3$s_::_In %n hours on %1$s between %2$s - %3$s_" : ["%n tunni pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s","%n tunni pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s"], + "_In a day on %1$s between %2$s - %3$s_::_In %n days on %1$s between %2$s - %3$s_" : ["%n päeva pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s","%n päeva pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s"], + "_In a week on %1$s between %2$s - %3$s_::_In %n weeks on %1$s between %2$s - %3$s_" : ["%n nädala pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s","%n nädala pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s"], + "_In a month on %1$s between %2$s - %3$s_::_In %n months on %1$s between %2$s - %3$s_" : ["%n kuu pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s","%n kuu pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s"], + "_In a year on %1$s between %2$s - %3$s_::_In %n years on %1$s between %2$s - %3$s_" : ["%n aasta pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s","%n aasta pärast ajavahemikus %2$s -%3$s kogu päeva: %1$s"], "Could not generate when statement" : "Ei õnnestunud koostada tingimuslikku „when“ lausendit", "Every Day for the entire day" : "Iga päev kogu päeva jooksul", "Every Day for the entire day until %1$s" : "Iga päev kogu päeva jooksul kuni %1$s", @@ -106,6 +120,27 @@ "Every %1$d Years in %2$s on the %3$s between %4$s - %5$s until %6$s" : "Igal %1$d-l aastal kuni %6$s ajavahemikus %4$s - %5$s: %2$s, %3$s", "On specific dates for the entire day until %1$s" : "Kindlatel päevadel kogu päeva jooksul kuni %1$s", "On specific dates between %1$s - %2$s until %3$s" : "Kindlatel päevadel ajavahemikus %1$s - %2$s kuni %3$s", + "In the past on %1$s" : "Minevikus %1$s", + "_In a minute on %1$s_::_In %n minutes on %1$s_" : ["Ühe minuti pärast: %1$s","%n minuti pärast: %1$s"], + "_In a hour on %1$s_::_In %n hours on %1$s_" : ["Tunni pärast: %1$s","%n tunni pärast: %1$s"], + "_In a day on %1$s_::_In %n days on %1$s_" : ["Päeva möödudes: %1$s","%n päeva möödudes: %1$s"], + "_In a week on %1$s_::_In %n weeks on %1$s_" : ["Nädala möödudes: %1$s","%n nädala möödudes: %1$s"], + "_In a month on %1$s_::_In %n months on %1$s_" : ["Kuu möödudes: %1$s","%n kuu möödudes: %1$s"], + "_In a year on %1$s_::_In %n years on %1$s_" : ["Aasta möödudes: %1$s","%n aasta möödudes: %1$s"], + "In the past on %1$s then on %2$s" : "Minevikus: %1$s ja siis %2$s", + "_In a minute on %1$s then on %2$s_::_In %n minutes on %1$s then on %2$s_" : ["Minuti pärast: %1$s ja siis %2$s","%n minuti pärast: %1$s ja siis %2$s"], + "_In a hour on %1$s then on %2$s_::_In %n hours on %1$s then on %2$s_" : ["Tunni pärast: %1$s ja siis %2$s","%n tunni pärast: %1$s ja siis %2$s"], + "_In a day on %1$s then on %2$s_::_In %n days on %1$s then on %2$s_" : ["Päeva möödudes: %1$s ja siis %2$s","%n päeva möödudes: %1$s ja siis %2$s"], + "_In a week on %1$s then on %2$s_::_In %n weeks on %1$s then on %2$s_" : ["Nädala möödudes: %1$s ja siis %2$s","%n nädala möödudes: %1$s ja siis %2$s"], + "_In a month on %1$s then on %2$s_::_In %n months on %1$s then on %2$s_" : ["Kuu möödudes: %1$s ja siis %2$s","%n kuu möödudes: %1$s ja siis %2$s"], + "_In a year on %1$s then on %2$s_::_In %n years on %1$s then on %2$s_" : ["Aasta möödudes: %1$s ja siis %2$s","%n aasta möödudes: %1$s ja siis %2$s"], + "In the past on %1$s then on %2$s and %3$s" : "Minevikus: %1$s ja siis %2$s ning %3$s", + "_In a minute on %1$s then on %2$s and %3$s_::_In %n minutes on %1$s then on %2$s and %3$s_" : ["Minuti pärast: %1$s ja siis %2$s ning %3$s","%n minuti pärast: %1$s ja siis %2$s ning %3$s"], + "_In a hour on %1$s then on %2$s and %3$s_::_In %n hours on %1$s then on %2$s and %3$s_" : ["Tunni pärast: %1$s ja siis %2$s ning %3$s","%n tunni pärast: %1$s ja siis %2$s ning %3$s"], + "_In a day on %1$s then on %2$s and %3$s_::_In %n days on %1$s then on %2$s and %3$s_" : ["Päeva möödudes: %1$s ja siis %2$s ning %3$s","%n päeva möödudes: %1$s ja siis %2$s ning %3$s"], + "_In a week on %1$s then on %2$s and %3$s_::_In %n weeks on %1$s then on %2$s and %3$s_" : ["Nädala möödudes: %1$s ja siis %2$s ning %3$s","%n nädala möödudes: %1$s ja siis %2$s ning %3$s"], + "_In a month on %1$s then on %2$s and %3$s_::_In %n months on %1$s then on %2$s and %3$s_" : ["Kuu möödudes: %1$s ja siis %2$s ning %3$s","%n kuu möödudes: %1$s ja siis %2$s ning %3$s"], + "_In a year on %1$s then on %2$s and %3$s_::_In %n years on %1$s then on %2$s and %3$s_" : ["Aasta möödudes: %1$s ja siis %2$s ning %3$s","%n aasta möödudes: %1$s ja siis %2$s ning %3$s"], "Could not generate next recurrence statement" : "Ei õnnestunud koostada korduva ürituse järgmise toimumise lausendit", "Cancelled: %1$s" : "Tühistatud: %1$s", "\"%1$s\" has been canceled" : "„%1$s“ on tühistatud", @@ -124,6 +159,7 @@ "When:" : "Millal:", "Location:" : "Asukoht:", "Link:" : "Link:", + "Occurring:" : "Toimub:", "Accept" : "Nõustu", "Decline" : "Keeldu", "More options …" : "Täiendavad valikud…", @@ -153,12 +189,33 @@ "Fourth" : "Neljas", "Fifth" : "Viies", "Last" : "Viimane", + "Second Last" : "Teiseks viimane", + "Third Last" : "Kolmandks viimane", + "Fourth Last" : "Neljandaks viimane", + "Fifth Last" : "Viiendaks viimane", "Contacts" : "Kontaktid", + "{actor} created address book {addressbook}" : "{actor} lõi aadressiraamatu „{addressbook}“", "You created address book {addressbook}" : "Sa lõid aadressiraamatu „{addressbook}“", "{actor} deleted address book {addressbook}" : "„{actor}“ kustutas „{addressbook}“ aadressiraamatu", "You deleted address book {addressbook}" : "Sa kustutasid aadressiraamatu „{addressbook}“", + "{actor} updated address book {addressbook}" : "{actor} uuendasaadressiraamatut „{addressbook}“", + "You updated address book {addressbook}" : "Sa uuendasid aadressiraamatut „{addressbook}“", + "{actor} shared address book {addressbook} with you" : "{actor} jagas „{addressbook}“ aadressiraamatut sinuga", "You shared address book {addressbook} with {user}" : "Sa jagasid „{addressbook}“ aadressiraamatut kasutajaga „{user}“", + "{actor} shared address book {addressbook} with {user}" : "{actor} jagas „{addressbook}“ aadressiraamatut kasutajaga „{user}“", + "{actor} unshared address book {addressbook} from you" : "{actor} lõpetas „{addressbook}“ aadressiraamatu jagamise sinult", + "You unshared address book {addressbook} from {user}" : "Sina lõpetasid „{addressbook}“ aadressiraamatu jagamise kasutajalt {user}", + "{actor} unshared address book {addressbook} from {user}" : "{actor} lõpetas „{addressbook}“ aadressiraamatu kasutajalt {user}", + "{actor} unshared address book {addressbook} from themselves" : "{actor} lõpetas „{addressbook}“ aadressiraamatu jagamise iseendalt", + "You shared address book {addressbook} with group {group}" : "Sina jagasid „{addressbook}“ aadressiraamatut grupiga {group}", + "{actor} shared address book {addressbook} with group {group}" : "{actor} jagas „{addressbook}“ aadressiraamatut grupiga {group}", + "You unshared address book {addressbook} from group {group}" : "Sina lõpetasid „{addressbook}“ aadressiraamatu jagamise grupiga {group}", + "{actor} unshared address book {addressbook} from group {group}" : "{actor} lõpetas „{addressbook}“ aadressiraamatu jagamise grupiga {group}", + "{actor} created contact {card} in address book {addressbook}" : "{actor} lisas „{card}“ kontakti „{addressbook}“ aadressiraamatusse", + "You created contact {card} in address book {addressbook}" : "Sina lisasid „{card}“ kontakti „{addressbook}“ aadressiraamatusse", + "{actor} deleted contact {card} from address book {addressbook}" : "{actor} kustutas „{card}“ kontakti „{addressbook}“ aadressiraamatus", "You deleted contact {card} from address book {addressbook}" : "Sa kustutasid „{card}“ kontakti „{addressbook}“ aadressiraamatus", + "{actor} updated contact {card} in address book {addressbook}" : "{actor} uuendas „{card}“ kontakti „{addressbook}“ aadressiraamatus", "You updated contact {card} in address book {addressbook}" : "Sa uuendasid „{card}“ kontakti „{addressbook}“ aadressiraamatus", "A contact or address book was modified" : "Kontakti või aadressiraamatut muudeti", "Accounts" : "Kasutajakontod", @@ -228,8 +285,11 @@ "No working hours set" : "Tööajad on sisestamata", "Add slot" : "Lisa ajavahemik", "Weekdays" : "Nädalapäevad", + "Pick a start time for {dayName}" : "Vali algusaeg: {dayName}", + "Pick a end time for {dayName}" : "Vali lõpuaeg: {dayName}", "Automatically set user status to \"Do not disturb\" outside of availability to mute all notifications." : "Kõikide teavituste summutamiseks määra automaatselt kasutajale olek „Ära sega“ nendele aegadele, kus ta vaba ei ole.", "Availability" : "Saadavus", + "If you configure your working hours, other people will see when you are out of office when they book a meeting." : "Kui seadistad oma tööajad, siis teised saavad kohtumise broneerimisel arvestada sellega, millal sind kohal pole.", "Absence" : "Äraolek", "Configure your next absence period." : "Seadista järgmise äraoleku ajavahemik.", "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Palun paigalda ka {calendarappstoreopen}Kalendrirakendus{linkclose} või {calendardocopen}lisa sünkroniseerimine oma töölaule ja nutiseadmesse ↗{linkclose}.", diff --git a/apps/federatedfilesharing/l10n/pl.js b/apps/federatedfilesharing/l10n/pl.js index 7f9022ee881..65e4da152b4 100644 --- a/apps/federatedfilesharing/l10n/pl.js +++ b/apps/federatedfilesharing/l10n/pl.js @@ -22,7 +22,7 @@ OC.L10N.register( "Federated Cloud Sharing" : "Udostępnianie Chmury Federacyjnej", "Sharing" : "Udostępnianie", "Federated file sharing" : "Udostępnianie federacyjne plików", - "Provide federated file sharing across servers" : "Zezwól na udostępnianie federacyjne plików na serwerach", + "Provide federated file sharing across servers" : "Zezwalaj na udostępnianie federacyjne plików na serwerach", "This is used to retrieve the federated cloud ID to make federated sharing easier." : "Służy do pobierania ID Chmury Federacyjnej, aby ułatwić udostępnianie federacyjne.", "Unable to update federated files sharing config" : "Nie można zaktualizować konfiguracji udostępniania federacyjnego plików", "Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "Dostosuj sposób udostępniania między serwerami. Obejmuje to również udostępnianie między ludźmi na tym serwerze, jeśli korzystają z udostępniania federacyjnego.", diff --git a/apps/federatedfilesharing/l10n/pl.json b/apps/federatedfilesharing/l10n/pl.json index af0c9d9c059..4136a53d1cd 100644 --- a/apps/federatedfilesharing/l10n/pl.json +++ b/apps/federatedfilesharing/l10n/pl.json @@ -20,7 +20,7 @@ "Federated Cloud Sharing" : "Udostępnianie Chmury Federacyjnej", "Sharing" : "Udostępnianie", "Federated file sharing" : "Udostępnianie federacyjne plików", - "Provide federated file sharing across servers" : "Zezwól na udostępnianie federacyjne plików na serwerach", + "Provide federated file sharing across servers" : "Zezwalaj na udostępnianie federacyjne plików na serwerach", "This is used to retrieve the federated cloud ID to make federated sharing easier." : "Służy do pobierania ID Chmury Federacyjnej, aby ułatwić udostępnianie federacyjne.", "Unable to update federated files sharing config" : "Nie można zaktualizować konfiguracji udostępniania federacyjnego plików", "Adjust how people can share between servers. This includes shares between people on this server as well if they are using federated sharing." : "Dostosuj sposób udostępniania między serwerami. Obejmuje to również udostępnianie między ludźmi na tym serwerze, jeśli korzystają z udostępniania federacyjnego.", diff --git a/apps/files_sharing/l10n/ar.js b/apps/files_sharing/l10n/ar.js index 8e82b8d51a8..a81b50bb40b 100644 --- a/apps/files_sharing/l10n/ar.js +++ b/apps/files_sharing/l10n/ar.js @@ -382,6 +382,7 @@ OC.L10N.register( "Share note for recipient saved" : "تمّ حفظ ملاحظة المشاركة الموجهة إلى المستلم", "Share password saved" : "تمّ حفظ كلمة مرور المشاركة", "Share permissions saved" : "تمّ حفظ إذونات المشاركة", + "Filename must not be empty." : "يجب ألّا يكون اسم الملف فارغاً.", "Shared by" : "تمّت مشاركته من قِبَل", "Shared with" : "تمّت مشاركته مع", "Password created successfully" : "تمّ إنشاء كلمة المرور بنجاح", diff --git a/apps/files_sharing/l10n/ar.json b/apps/files_sharing/l10n/ar.json index b405a93ab41..2a0970beab0 100644 --- a/apps/files_sharing/l10n/ar.json +++ b/apps/files_sharing/l10n/ar.json @@ -380,6 +380,7 @@ "Share note for recipient saved" : "تمّ حفظ ملاحظة المشاركة الموجهة إلى المستلم", "Share password saved" : "تمّ حفظ كلمة مرور المشاركة", "Share permissions saved" : "تمّ حفظ إذونات المشاركة", + "Filename must not be empty." : "يجب ألّا يكون اسم الملف فارغاً.", "Shared by" : "تمّت مشاركته من قِبَل", "Shared with" : "تمّت مشاركته مع", "Password created successfully" : "تمّ إنشاء كلمة المرور بنجاح", diff --git a/apps/files_sharing/l10n/ca.js b/apps/files_sharing/l10n/ca.js index 5901003ff36..50efa66bfc9 100644 --- a/apps/files_sharing/l10n/ca.js +++ b/apps/files_sharing/l10n/ca.js @@ -382,6 +382,7 @@ OC.L10N.register( "Share note for recipient saved" : "S’ha desat la nota de compartició per al destinatari", "Share password saved" : "S’ha desat la contrasenya de compartició", "Share permissions saved" : "S’han desat els permisos de compartició", + "Filename must not be empty." : "El nom del fitxer no ha d'estar buit.", "Shared by" : "Compartit per", "Shared with" : "S'ha compartit amb", "Password created successfully" : "La contrasenya s'ha creat correctament", diff --git a/apps/files_sharing/l10n/ca.json b/apps/files_sharing/l10n/ca.json index 881762e3e5f..a3f4f9cd9a0 100644 --- a/apps/files_sharing/l10n/ca.json +++ b/apps/files_sharing/l10n/ca.json @@ -380,6 +380,7 @@ "Share note for recipient saved" : "S’ha desat la nota de compartició per al destinatari", "Share password saved" : "S’ha desat la contrasenya de compartició", "Share permissions saved" : "S’han desat els permisos de compartició", + "Filename must not be empty." : "El nom del fitxer no ha d'estar buit.", "Shared by" : "Compartit per", "Shared with" : "S'ha compartit amb", "Password created successfully" : "La contrasenya s'ha creat correctament", diff --git a/apps/files_sharing/l10n/cs.js b/apps/files_sharing/l10n/cs.js index 97cb49425d6..f68eef6ec4d 100644 --- a/apps/files_sharing/l10n/cs.js +++ b/apps/files_sharing/l10n/cs.js @@ -385,6 +385,7 @@ OC.L10N.register( "Share note for recipient saved" : "Poznámka pro příjemce sdílení uložena", "Share password saved" : "Heslo ke sdílení uloženo", "Share permissions saved" : "Oprávnění ke sdílení uložena", + "Filename must not be empty." : "Je třeba vyplnit název souboru.", "Shared by" : "Sdílí", "Shared with" : "Sdíleno s", "Password created successfully" : "Heslo úspěšně vytvořeno", diff --git a/apps/files_sharing/l10n/cs.json b/apps/files_sharing/l10n/cs.json index b5f512d20e7..184f34fb0c6 100644 --- a/apps/files_sharing/l10n/cs.json +++ b/apps/files_sharing/l10n/cs.json @@ -383,6 +383,7 @@ "Share note for recipient saved" : "Poznámka pro příjemce sdílení uložena", "Share password saved" : "Heslo ke sdílení uloženo", "Share permissions saved" : "Oprávnění ke sdílení uložena", + "Filename must not be empty." : "Je třeba vyplnit název souboru.", "Shared by" : "Sdílí", "Shared with" : "Sdíleno s", "Password created successfully" : "Heslo úspěšně vytvořeno", diff --git a/apps/files_sharing/l10n/da.js b/apps/files_sharing/l10n/da.js index 9ca72b6a943..ce3b6ef5490 100644 --- a/apps/files_sharing/l10n/da.js +++ b/apps/files_sharing/l10n/da.js @@ -382,6 +382,7 @@ OC.L10N.register( "Share note for recipient saved" : "Delingsbemærkning for modtagere gemt", "Share password saved" : "Delingsadgangskode delt", "Share permissions saved" : "Delingsrettigheder gemt", + "Filename must not be empty." : "Filnavnet må ikke være tomt.", "Shared by" : "Delt af", "Shared with" : "Delt med", "Password created successfully" : "Adgangskode oprettet", diff --git a/apps/files_sharing/l10n/da.json b/apps/files_sharing/l10n/da.json index 193190e35ed..87d6cf330fb 100644 --- a/apps/files_sharing/l10n/da.json +++ b/apps/files_sharing/l10n/da.json @@ -380,6 +380,7 @@ "Share note for recipient saved" : "Delingsbemærkning for modtagere gemt", "Share password saved" : "Delingsadgangskode delt", "Share permissions saved" : "Delingsrettigheder gemt", + "Filename must not be empty." : "Filnavnet må ikke være tomt.", "Shared by" : "Delt af", "Shared with" : "Delt med", "Password created successfully" : "Adgangskode oprettet", diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js index b2fb1dc3159..d0981e12c12 100644 --- a/apps/files_sharing/l10n/de.js +++ b/apps/files_sharing/l10n/de.js @@ -385,6 +385,7 @@ OC.L10N.register( "Share note for recipient saved" : "Freigabe-Notiz für Empfänger gespeichert", "Share password saved" : "Freigabe-Passwort gespeichert", "Share permissions saved" : "Freigabeberechtigungen gespeichert", + "Filename must not be empty." : "Dateiname darf nicht leer sein.", "Shared by" : "Geteilt von", "Shared with" : "Geteilt mit", "Password created successfully" : "Passwort erstellt", diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json index 5edc31fe79c..8f10682c4e4 100644 --- a/apps/files_sharing/l10n/de.json +++ b/apps/files_sharing/l10n/de.json @@ -383,6 +383,7 @@ "Share note for recipient saved" : "Freigabe-Notiz für Empfänger gespeichert", "Share password saved" : "Freigabe-Passwort gespeichert", "Share permissions saved" : "Freigabeberechtigungen gespeichert", + "Filename must not be empty." : "Dateiname darf nicht leer sein.", "Shared by" : "Geteilt von", "Shared with" : "Geteilt mit", "Password created successfully" : "Passwort erstellt", diff --git a/apps/files_sharing/l10n/de_DE.js b/apps/files_sharing/l10n/de_DE.js index 69abf34bd75..6b28c447adb 100644 --- a/apps/files_sharing/l10n/de_DE.js +++ b/apps/files_sharing/l10n/de_DE.js @@ -385,6 +385,7 @@ OC.L10N.register( "Share note for recipient saved" : "Freigabe-Notiz für Empfänger gespeichert", "Share password saved" : "Freigabe-Passwort gespeichert", "Share permissions saved" : "Freigabeberechtigungen gespeichert", + "Filename must not be empty." : "Dateiname darf nicht leer sein.", "Shared by" : "Geteilt von", "Shared with" : "Geteilt mit", "Password created successfully" : "Passwort erstellt", diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json index 33b5d08bade..1ea854f52af 100644 --- a/apps/files_sharing/l10n/de_DE.json +++ b/apps/files_sharing/l10n/de_DE.json @@ -383,6 +383,7 @@ "Share note for recipient saved" : "Freigabe-Notiz für Empfänger gespeichert", "Share password saved" : "Freigabe-Passwort gespeichert", "Share permissions saved" : "Freigabeberechtigungen gespeichert", + "Filename must not be empty." : "Dateiname darf nicht leer sein.", "Shared by" : "Geteilt von", "Shared with" : "Geteilt mit", "Password created successfully" : "Passwort erstellt", diff --git a/apps/files_sharing/l10n/el.js b/apps/files_sharing/l10n/el.js index b285913d0b5..6dc5aadbaaa 100644 --- a/apps/files_sharing/l10n/el.js +++ b/apps/files_sharing/l10n/el.js @@ -238,6 +238,7 @@ OC.L10N.register( "Error updating the share" : "Σφάλμα κατά την ενημέρωση του κοινόχρηστου", "Share label saved" : "Διαμοιρασμένη ετικέτα αποθηκεύτηκε ", "Share password saved" : "Διαμοιρασμένο συνθηματικό αποθηκεύτηκε ", + "Filename must not be empty." : "Το όνομα αρχείου δεν πρέπει να είναι κενό.", "Shared by" : "Διαμοιράστηκε από", "Shared with" : "Διαμοιράστηκε με", "Password created successfully" : "Συνθηματικό δημιουργήθηκε με επιτυχία", diff --git a/apps/files_sharing/l10n/el.json b/apps/files_sharing/l10n/el.json index 7d7c628da45..ea0edab689f 100644 --- a/apps/files_sharing/l10n/el.json +++ b/apps/files_sharing/l10n/el.json @@ -236,6 +236,7 @@ "Error updating the share" : "Σφάλμα κατά την ενημέρωση του κοινόχρηστου", "Share label saved" : "Διαμοιρασμένη ετικέτα αποθηκεύτηκε ", "Share password saved" : "Διαμοιρασμένο συνθηματικό αποθηκεύτηκε ", + "Filename must not be empty." : "Το όνομα αρχείου δεν πρέπει να είναι κενό.", "Shared by" : "Διαμοιράστηκε από", "Shared with" : "Διαμοιράστηκε με", "Password created successfully" : "Συνθηματικό δημιουργήθηκε με επιτυχία", diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js index bfef88bf61a..dd033caead8 100644 --- a/apps/files_sharing/l10n/en_GB.js +++ b/apps/files_sharing/l10n/en_GB.js @@ -385,6 +385,7 @@ OC.L10N.register( "Share note for recipient saved" : "Share note for recipient saved", "Share password saved" : "Share password saved", "Share permissions saved" : "Share permissions saved", + "Filename must not be empty." : "Filename must not be empty.", "Shared by" : "Shared by", "Shared with" : "Shared with", "Password created successfully" : "Password created successfully", diff --git a/apps/files_sharing/l10n/en_GB.json b/apps/files_sharing/l10n/en_GB.json index 202aa25d2ad..be24bd277eb 100644 --- a/apps/files_sharing/l10n/en_GB.json +++ b/apps/files_sharing/l10n/en_GB.json @@ -383,6 +383,7 @@ "Share note for recipient saved" : "Share note for recipient saved", "Share password saved" : "Share password saved", "Share permissions saved" : "Share permissions saved", + "Filename must not be empty." : "Filename must not be empty.", "Shared by" : "Shared by", "Shared with" : "Shared with", "Password created successfully" : "Password created successfully", diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index 3d1d784541d..bdcae5a04da 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -382,6 +382,7 @@ OC.L10N.register( "Share note for recipient saved" : "Nota para el destinatario del recurso compartido guardada", "Share password saved" : "Se ha guardado la contraseña del recurso compartido", "Share permissions saved" : "Permisos del recurso compartido guardados", + "Filename must not be empty." : "El nombre de archivo no debe estar vacío.", "Shared by" : "Compartido por", "Shared with" : "Compartido con", "Password created successfully" : "Contraseña creada exitosamente", diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json index 10a9b0db88d..7edde8df64a 100644 --- a/apps/files_sharing/l10n/es.json +++ b/apps/files_sharing/l10n/es.json @@ -380,6 +380,7 @@ "Share note for recipient saved" : "Nota para el destinatario del recurso compartido guardada", "Share password saved" : "Se ha guardado la contraseña del recurso compartido", "Share permissions saved" : "Permisos del recurso compartido guardados", + "Filename must not be empty." : "El nombre de archivo no debe estar vacío.", "Shared by" : "Compartido por", "Shared with" : "Compartido con", "Password created successfully" : "Contraseña creada exitosamente", diff --git a/apps/files_sharing/l10n/es_MX.js b/apps/files_sharing/l10n/es_MX.js index ed1ec8ea136..b8f4eb72a43 100644 --- a/apps/files_sharing/l10n/es_MX.js +++ b/apps/files_sharing/l10n/es_MX.js @@ -325,6 +325,7 @@ OC.L10N.register( "Error updating the share" : "Error al actualizar el recurso compartido", "File \"{path}\" has been unshared" : "Se dejó de compartir el archivo \"{path}\"", "Folder \"{path}\" has been unshared" : "Se dejó de compartir la carpeta \"{path}\"", + "Filename must not be empty." : "El nombre de archivo no puede estar vacío.", "Shared by" : "Compartido por", "Shared with" : "Compartido con", "Password created successfully" : "Contraseña creada exitosamente", diff --git a/apps/files_sharing/l10n/es_MX.json b/apps/files_sharing/l10n/es_MX.json index e8ada97c045..e36eeadb718 100644 --- a/apps/files_sharing/l10n/es_MX.json +++ b/apps/files_sharing/l10n/es_MX.json @@ -323,6 +323,7 @@ "Error updating the share" : "Error al actualizar el recurso compartido", "File \"{path}\" has been unshared" : "Se dejó de compartir el archivo \"{path}\"", "Folder \"{path}\" has been unshared" : "Se dejó de compartir la carpeta \"{path}\"", + "Filename must not be empty." : "El nombre de archivo no puede estar vacío.", "Shared by" : "Compartido por", "Shared with" : "Compartido con", "Password created successfully" : "Contraseña creada exitosamente", diff --git a/apps/files_sharing/l10n/et_EE.js b/apps/files_sharing/l10n/et_EE.js index 3ab0c7c797b..b3813b6b0bd 100644 --- a/apps/files_sharing/l10n/et_EE.js +++ b/apps/files_sharing/l10n/et_EE.js @@ -379,6 +379,7 @@ OC.L10N.register( "Share note for recipient saved" : "Jaosmeedia märge saajale on salvestatud", "Share password saved" : "Jaosmeedia salasõna on salvestatud", "Share permissions saved" : "Jaosmeedia õigused on salvestatud", + "Filename must not be empty." : "Failinimi ei saa olla tühi.", "Shared by" : "Jagas", "Shared with" : "Jagatud", "Password created successfully" : "Salasõna loomine õnnestus", diff --git a/apps/files_sharing/l10n/et_EE.json b/apps/files_sharing/l10n/et_EE.json index e746432509a..96d04274828 100644 --- a/apps/files_sharing/l10n/et_EE.json +++ b/apps/files_sharing/l10n/et_EE.json @@ -377,6 +377,7 @@ "Share note for recipient saved" : "Jaosmeedia märge saajale on salvestatud", "Share password saved" : "Jaosmeedia salasõna on salvestatud", "Share permissions saved" : "Jaosmeedia õigused on salvestatud", + "Filename must not be empty." : "Failinimi ei saa olla tühi.", "Shared by" : "Jagas", "Shared with" : "Jagatud", "Password created successfully" : "Salasõna loomine õnnestus", diff --git a/apps/files_sharing/l10n/eu.js b/apps/files_sharing/l10n/eu.js index 5c933b4fec9..8e09f3dd1be 100644 --- a/apps/files_sharing/l10n/eu.js +++ b/apps/files_sharing/l10n/eu.js @@ -385,6 +385,7 @@ OC.L10N.register( "Share note for recipient saved" : "Partekatutako oharra hartzailearentzat gordeta", "Share password saved" : "Partekatu pasahitza gorde da", "Share permissions saved" : "Partekatze baimenak gordeta", + "Filename must not be empty." : "Fitxategi-izenak ez du hutsik egon behar.", "Shared by" : "Honek partekatua", "Shared with" : "Honekin partekatua", "Password created successfully" : "Pasahitza ongi sortu da", diff --git a/apps/files_sharing/l10n/eu.json b/apps/files_sharing/l10n/eu.json index 40eac16d694..d61440a6b32 100644 --- a/apps/files_sharing/l10n/eu.json +++ b/apps/files_sharing/l10n/eu.json @@ -383,6 +383,7 @@ "Share note for recipient saved" : "Partekatutako oharra hartzailearentzat gordeta", "Share password saved" : "Partekatu pasahitza gorde da", "Share permissions saved" : "Partekatze baimenak gordeta", + "Filename must not be empty." : "Fitxategi-izenak ez du hutsik egon behar.", "Shared by" : "Honek partekatua", "Shared with" : "Honekin partekatua", "Password created successfully" : "Pasahitza ongi sortu da", diff --git a/apps/files_sharing/l10n/fa.js b/apps/files_sharing/l10n/fa.js index e2148a257d0..c9f954a870b 100644 --- a/apps/files_sharing/l10n/fa.js +++ b/apps/files_sharing/l10n/fa.js @@ -194,6 +194,7 @@ OC.L10N.register( "Error updating the share" : "خطایی در به روزرسانی اشتراک", "File \"{path}\" has been unshared" : "File \"{path}\" has been unshared", "Folder \"{path}\" has been unshared" : "Folder \"{path}\" has been unshared", + "Filename must not be empty." : "Filename must not be empty.", "Shared by" : "اشتراک گذاشته شده به وسیله", "Shared with" : "مشترک با", "Password created successfully" : "Password created successfully", diff --git a/apps/files_sharing/l10n/fa.json b/apps/files_sharing/l10n/fa.json index 03df10efc91..9b8a151e947 100644 --- a/apps/files_sharing/l10n/fa.json +++ b/apps/files_sharing/l10n/fa.json @@ -192,6 +192,7 @@ "Error updating the share" : "خطایی در به روزرسانی اشتراک", "File \"{path}\" has been unshared" : "File \"{path}\" has been unshared", "Folder \"{path}\" has been unshared" : "Folder \"{path}\" has been unshared", + "Filename must not be empty." : "Filename must not be empty.", "Shared by" : "اشتراک گذاشته شده به وسیله", "Shared with" : "مشترک با", "Password created successfully" : "Password created successfully", diff --git a/apps/files_sharing/l10n/fi.js b/apps/files_sharing/l10n/fi.js index 2df3320fb13..9f2cf2fc4a0 100644 --- a/apps/files_sharing/l10n/fi.js +++ b/apps/files_sharing/l10n/fi.js @@ -272,6 +272,7 @@ OC.L10N.register( "File \"{path}\" has been unshared" : "Tiedoston \"{path}\" jakaminen on lopetettu", "Folder \"{path}\" has been unshared" : "Kansion \"{path}\" jakaminen on lopetettu", "Share saved" : "Jako tallennettu", + "Filename must not be empty." : "Tiedostonimi ei voi olla tyhjä.", "Shared by" : "Jakanut", "Shared with" : "Jaettu", "Password created successfully" : "Salasana luotu onnistuneesti", diff --git a/apps/files_sharing/l10n/fi.json b/apps/files_sharing/l10n/fi.json index 34c7552c95b..98df9a76f47 100644 --- a/apps/files_sharing/l10n/fi.json +++ b/apps/files_sharing/l10n/fi.json @@ -270,6 +270,7 @@ "File \"{path}\" has been unshared" : "Tiedoston \"{path}\" jakaminen on lopetettu", "Folder \"{path}\" has been unshared" : "Kansion \"{path}\" jakaminen on lopetettu", "Share saved" : "Jako tallennettu", + "Filename must not be empty." : "Tiedostonimi ei voi olla tyhjä.", "Shared by" : "Jakanut", "Shared with" : "Jaettu", "Password created successfully" : "Salasana luotu onnistuneesti", diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index f99ebfc1530..37d12fc14da 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -385,6 +385,7 @@ OC.L10N.register( "Share note for recipient saved" : "Partager la note pour le destinataire enregistré", "Share password saved" : "Mot de passe de partage enregistré", "Share permissions saved" : "Permissions de partage sauvegardées", + "Filename must not be empty." : "Le nom du fichier ne doit pas être vide.", "Shared by" : "Partagé par", "Shared with" : "Partagé avec", "Password created successfully" : "Mot de passe créé avec succès", diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index ecec9e15f07..61574093885 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -383,6 +383,7 @@ "Share note for recipient saved" : "Partager la note pour le destinataire enregistré", "Share password saved" : "Mot de passe de partage enregistré", "Share permissions saved" : "Permissions de partage sauvegardées", + "Filename must not be empty." : "Le nom du fichier ne doit pas être vide.", "Shared by" : "Partagé par", "Shared with" : "Partagé avec", "Password created successfully" : "Mot de passe créé avec succès", diff --git a/apps/files_sharing/l10n/ga.js b/apps/files_sharing/l10n/ga.js index 445b3c6a568..db3ee3f36fe 100644 --- a/apps/files_sharing/l10n/ga.js +++ b/apps/files_sharing/l10n/ga.js @@ -385,6 +385,7 @@ OC.L10N.register( "Share note for recipient saved" : "Comhroinn nóta don fhaighteoir sábháilte", "Share password saved" : "Comhroinn pasfhocal sábháilte", "Share permissions saved" : "Sábháladh ceadanna comhroinnte", + "Filename must not be empty." : "Ní ceadmhach ainm an chomhaid a bheith folamh.", "Shared by" : "Roinnte ag", "Shared with" : "Roinnte le", "Password created successfully" : "Pasfhocal cruthaithe go rathúil", diff --git a/apps/files_sharing/l10n/ga.json b/apps/files_sharing/l10n/ga.json index cf552448a1d..b3510dcbdf4 100644 --- a/apps/files_sharing/l10n/ga.json +++ b/apps/files_sharing/l10n/ga.json @@ -383,6 +383,7 @@ "Share note for recipient saved" : "Comhroinn nóta don fhaighteoir sábháilte", "Share password saved" : "Comhroinn pasfhocal sábháilte", "Share permissions saved" : "Sábháladh ceadanna comhroinnte", + "Filename must not be empty." : "Ní ceadmhach ainm an chomhaid a bheith folamh.", "Shared by" : "Roinnte ag", "Shared with" : "Roinnte le", "Password created successfully" : "Pasfhocal cruthaithe go rathúil", diff --git a/apps/files_sharing/l10n/gl.js b/apps/files_sharing/l10n/gl.js index b4ad49b06b4..163b9b71db3 100644 --- a/apps/files_sharing/l10n/gl.js +++ b/apps/files_sharing/l10n/gl.js @@ -380,6 +380,7 @@ OC.L10N.register( "Share note for recipient saved" : "Gardouse a nota de compartición para o destinatario", "Share password saved" : "Gardouse o contrasinal para compartir", "Share permissions saved" : "Gardáronse os permisos para compartir", + "Filename must not be empty." : "O nome de ficheiro non debe estar baleiro", "Shared by" : "Compartido por", "Shared with" : "Compartido con", "Password created successfully" : "O contrasinal foi creado correctamente", diff --git a/apps/files_sharing/l10n/gl.json b/apps/files_sharing/l10n/gl.json index f0e48527d98..8c5733dad9c 100644 --- a/apps/files_sharing/l10n/gl.json +++ b/apps/files_sharing/l10n/gl.json @@ -378,6 +378,7 @@ "Share note for recipient saved" : "Gardouse a nota de compartición para o destinatario", "Share password saved" : "Gardouse o contrasinal para compartir", "Share permissions saved" : "Gardáronse os permisos para compartir", + "Filename must not be empty." : "O nome de ficheiro non debe estar baleiro", "Shared by" : "Compartido por", "Shared with" : "Compartido con", "Password created successfully" : "O contrasinal foi creado correctamente", diff --git a/apps/files_sharing/l10n/hu.js b/apps/files_sharing/l10n/hu.js index 35d12f82b3c..18fc9ce2728 100644 --- a/apps/files_sharing/l10n/hu.js +++ b/apps/files_sharing/l10n/hu.js @@ -259,6 +259,7 @@ OC.L10N.register( "Folder \"{path}\" has been unshared" : "A(z) „{path}” mappa megosztása leállítva", "Share label saved" : "A megosztás címkéje mentve", "Share password saved" : "A megosztás jelszava mentve", + "Filename must not be empty." : "A fájlnév nem lehet üres.", "Shared by" : "Megosztotta:", "Shared with" : "Megosztva vele:", "Password created successfully" : "A jelszó sikeresen létrehozva", diff --git a/apps/files_sharing/l10n/hu.json b/apps/files_sharing/l10n/hu.json index 007a0979db6..89b6db9998b 100644 --- a/apps/files_sharing/l10n/hu.json +++ b/apps/files_sharing/l10n/hu.json @@ -257,6 +257,7 @@ "Folder \"{path}\" has been unshared" : "A(z) „{path}” mappa megosztása leállítva", "Share label saved" : "A megosztás címkéje mentve", "Share password saved" : "A megosztás jelszava mentve", + "Filename must not be empty." : "A fájlnév nem lehet üres.", "Shared by" : "Megosztotta:", "Shared with" : "Megosztva vele:", "Password created successfully" : "A jelszó sikeresen létrehozva", diff --git a/apps/files_sharing/l10n/is.js b/apps/files_sharing/l10n/is.js index bdf5bed2474..f3990c4279f 100644 --- a/apps/files_sharing/l10n/is.js +++ b/apps/files_sharing/l10n/is.js @@ -354,6 +354,7 @@ OC.L10N.register( "Share note for recipient saved" : "Minnispunktur til viðtakanda sameignar vistaður", "Share password saved" : "Lykilorð sameignar vistað", "Share permissions saved" : "Heimildir sameignar vistaðar", + "Filename must not be empty." : "Skráarheiti má ekki vera tómt.", "Shared by" : "Deilt af", "Shared with" : "Deilt með", "Password created successfully" : "Tókst að búa til lykilorð", diff --git a/apps/files_sharing/l10n/is.json b/apps/files_sharing/l10n/is.json index 09a189a437c..9ef08e9b16e 100644 --- a/apps/files_sharing/l10n/is.json +++ b/apps/files_sharing/l10n/is.json @@ -352,6 +352,7 @@ "Share note for recipient saved" : "Minnispunktur til viðtakanda sameignar vistaður", "Share password saved" : "Lykilorð sameignar vistað", "Share permissions saved" : "Heimildir sameignar vistaðar", + "Filename must not be empty." : "Skráarheiti má ekki vera tómt.", "Shared by" : "Deilt af", "Shared with" : "Deilt með", "Password created successfully" : "Tókst að búa til lykilorð", diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js index 237433cda2a..ed794e4fdc7 100644 --- a/apps/files_sharing/l10n/it.js +++ b/apps/files_sharing/l10n/it.js @@ -384,6 +384,7 @@ OC.L10N.register( "Share note for recipient saved" : "Condividi nota salvata per il destinatario", "Share password saved" : "Condividi la password salvata", "Share permissions saved" : "Condivisione dei permessi salvati", + "Filename must not be empty." : "Il nome del file non può essere vuoto.", "Shared by" : "Condiviso da", "Shared with" : "Condiviso con", "Password created successfully" : "Password creata correttamente", diff --git a/apps/files_sharing/l10n/it.json b/apps/files_sharing/l10n/it.json index 9fe18f100b2..f0f0026e910 100644 --- a/apps/files_sharing/l10n/it.json +++ b/apps/files_sharing/l10n/it.json @@ -382,6 +382,7 @@ "Share note for recipient saved" : "Condividi nota salvata per il destinatario", "Share password saved" : "Condividi la password salvata", "Share permissions saved" : "Condivisione dei permessi salvati", + "Filename must not be empty." : "Il nome del file non può essere vuoto.", "Shared by" : "Condiviso da", "Shared with" : "Condiviso con", "Password created successfully" : "Password creata correttamente", diff --git a/apps/files_sharing/l10n/ja.js b/apps/files_sharing/l10n/ja.js index 6185d4fcfc2..afa15d4d2d6 100644 --- a/apps/files_sharing/l10n/ja.js +++ b/apps/files_sharing/l10n/ja.js @@ -385,6 +385,7 @@ OC.L10N.register( "Share note for recipient saved" : "共有の受取人への注意が保存されました", "Share password saved" : "共有パスワードが保存されました", "Share permissions saved" : "共有権限が保存されました", + "Filename must not be empty." : "ファイル名は空白にできません。", "Shared by" : "共有者:", "Shared with" : "と共有", "Password created successfully" : "パスワードが正常に作成されました", diff --git a/apps/files_sharing/l10n/ja.json b/apps/files_sharing/l10n/ja.json index fe3629aa4da..2f36ebcf832 100644 --- a/apps/files_sharing/l10n/ja.json +++ b/apps/files_sharing/l10n/ja.json @@ -383,6 +383,7 @@ "Share note for recipient saved" : "共有の受取人への注意が保存されました", "Share password saved" : "共有パスワードが保存されました", "Share permissions saved" : "共有権限が保存されました", + "Filename must not be empty." : "ファイル名は空白にできません。", "Shared by" : "共有者:", "Shared with" : "と共有", "Password created successfully" : "パスワードが正常に作成されました", diff --git a/apps/files_sharing/l10n/ko.js b/apps/files_sharing/l10n/ko.js index 453c11ed892..9d7eb295cd9 100644 --- a/apps/files_sharing/l10n/ko.js +++ b/apps/files_sharing/l10n/ko.js @@ -384,6 +384,7 @@ OC.L10N.register( "Share note for recipient saved" : "받는이를 위한 공유 메모 저장됨", "Share password saved" : "공유 암호 저장됨", "Share permissions saved" : "공유 권한 저장됨", + "Filename must not be empty." : "파일 이름을 비울 수 없습니다.", "Shared by" : "공유한 사용자:", "Shared with" : "다음 사용자와 공유함", "Password created successfully" : "암호가 성공적으로 생성됨", diff --git a/apps/files_sharing/l10n/ko.json b/apps/files_sharing/l10n/ko.json index 38de0993c90..c4110496def 100644 --- a/apps/files_sharing/l10n/ko.json +++ b/apps/files_sharing/l10n/ko.json @@ -382,6 +382,7 @@ "Share note for recipient saved" : "받는이를 위한 공유 메모 저장됨", "Share password saved" : "공유 암호 저장됨", "Share permissions saved" : "공유 권한 저장됨", + "Filename must not be empty." : "파일 이름을 비울 수 없습니다.", "Shared by" : "공유한 사용자:", "Shared with" : "다음 사용자와 공유함", "Password created successfully" : "암호가 성공적으로 생성됨", diff --git a/apps/files_sharing/l10n/lt_LT.js b/apps/files_sharing/l10n/lt_LT.js index 7ec2789ba80..01e2eb98e30 100644 --- a/apps/files_sharing/l10n/lt_LT.js +++ b/apps/files_sharing/l10n/lt_LT.js @@ -248,6 +248,7 @@ OC.L10N.register( "Share label saved" : "Viešinio etiketė įrašyta", "Share password saved" : "Viešinio slaptažodis įrašytas", "Share permissions saved" : "Viešinio leidimai įrašyti", + "Filename must not be empty." : "Failo pavadinimas negali būti tuščias.", "Shared by" : "Bendrina", "Shared with" : "Bendrinama su", "Password created successfully" : "Slaptažodis sėkmingai sukurtas", diff --git a/apps/files_sharing/l10n/lt_LT.json b/apps/files_sharing/l10n/lt_LT.json index 6a607d58e2c..982bfd8d8b4 100644 --- a/apps/files_sharing/l10n/lt_LT.json +++ b/apps/files_sharing/l10n/lt_LT.json @@ -246,6 +246,7 @@ "Share label saved" : "Viešinio etiketė įrašyta", "Share password saved" : "Viešinio slaptažodis įrašytas", "Share permissions saved" : "Viešinio leidimai įrašyti", + "Filename must not be empty." : "Failo pavadinimas negali būti tuščias.", "Shared by" : "Bendrina", "Shared with" : "Bendrinama su", "Password created successfully" : "Slaptažodis sėkmingai sukurtas", diff --git a/apps/files_sharing/l10n/nb.js b/apps/files_sharing/l10n/nb.js index 3914fe2ce52..f3f3732169b 100644 --- a/apps/files_sharing/l10n/nb.js +++ b/apps/files_sharing/l10n/nb.js @@ -339,6 +339,7 @@ OC.L10N.register( "Error updating the share" : "Feil under oppdatering av delingen", "File \"{path}\" has been unshared" : "Deling av filen \"{path}\" er opphevd", "Folder \"{path}\" has been unshared" : "Deling av mappen \"{path}\" er opphevd", + "Filename must not be empty." : "Filnavn kan ikke være tomt.", "Shared by" : "Delt av", "Shared with" : "Delt med", "Password created successfully" : "Passord opprettet", diff --git a/apps/files_sharing/l10n/nb.json b/apps/files_sharing/l10n/nb.json index b4de1bef445..4a4a720610d 100644 --- a/apps/files_sharing/l10n/nb.json +++ b/apps/files_sharing/l10n/nb.json @@ -337,6 +337,7 @@ "Error updating the share" : "Feil under oppdatering av delingen", "File \"{path}\" has been unshared" : "Deling av filen \"{path}\" er opphevd", "Folder \"{path}\" has been unshared" : "Deling av mappen \"{path}\" er opphevd", + "Filename must not be empty." : "Filnavn kan ikke være tomt.", "Shared by" : "Delt av", "Shared with" : "Delt med", "Password created successfully" : "Passord opprettet", diff --git a/apps/files_sharing/l10n/nl.js b/apps/files_sharing/l10n/nl.js index 2d4a4f2ad9a..b1830d4b084 100644 --- a/apps/files_sharing/l10n/nl.js +++ b/apps/files_sharing/l10n/nl.js @@ -328,6 +328,7 @@ OC.L10N.register( "Share note for recipient saved" : "Share notitie voor ontvanger opgeslagen", "Share password saved" : "Share wachtwoord opgeslagen", "Share permissions saved" : "Share machtigingen opgeslagen", + "Filename must not be empty." : "Bestandsnaam mag niet leeg zijn", "Shared by" : "Gedeeld door", "Shared with" : "Gedeeld met", "Password created successfully" : "Wachtwoord succesvol gemaakt", diff --git a/apps/files_sharing/l10n/nl.json b/apps/files_sharing/l10n/nl.json index 65eab7781c4..6f70d27f1e4 100644 --- a/apps/files_sharing/l10n/nl.json +++ b/apps/files_sharing/l10n/nl.json @@ -326,6 +326,7 @@ "Share note for recipient saved" : "Share notitie voor ontvanger opgeslagen", "Share password saved" : "Share wachtwoord opgeslagen", "Share permissions saved" : "Share machtigingen opgeslagen", + "Filename must not be empty." : "Bestandsnaam mag niet leeg zijn", "Shared by" : "Gedeeld door", "Shared with" : "Gedeeld met", "Password created successfully" : "Wachtwoord succesvol gemaakt", diff --git a/apps/files_sharing/l10n/pl.js b/apps/files_sharing/l10n/pl.js index 5cc16317018..6aa9d5f06db 100644 --- a/apps/files_sharing/l10n/pl.js +++ b/apps/files_sharing/l10n/pl.js @@ -298,7 +298,7 @@ OC.L10N.register( "Expiration date (enforced)" : "Data ważności (wymuszona)", "Set expiration date" : "Ustaw datę wygaśnięcia", "Hide download" : "Ukryj pobieranie", - "Allow download and sync" : "Zezwól na pobieranie i synchronizację", + "Allow download and sync" : "Zezwalaj na pobieranie i synchronizację", "Note to recipient" : "Informacja dla odbiorcy", "Enter a note for the share recipient" : "Napisz notatkę dla odbiorcy udostępnienia", "Show files in grid view" : "Pokaż pliki w widoku siatki", @@ -382,6 +382,7 @@ OC.L10N.register( "Share note for recipient saved" : "Zapisano udostępnianą notatkę dla odbiorcy", "Share password saved" : "Hasło udostępnienia zapisane", "Share permissions saved" : "Zapisano uprawnienia udostępniania", + "Filename must not be empty." : "Nazwa pliku nie może być pusta.", "Shared by" : "Udostępnione przez", "Shared with" : "Udostępnione", "Password created successfully" : "Hasło utworzone pomyślnie", diff --git a/apps/files_sharing/l10n/pl.json b/apps/files_sharing/l10n/pl.json index f0b204e5e91..72a6f05ce71 100644 --- a/apps/files_sharing/l10n/pl.json +++ b/apps/files_sharing/l10n/pl.json @@ -296,7 +296,7 @@ "Expiration date (enforced)" : "Data ważności (wymuszona)", "Set expiration date" : "Ustaw datę wygaśnięcia", "Hide download" : "Ukryj pobieranie", - "Allow download and sync" : "Zezwól na pobieranie i synchronizację", + "Allow download and sync" : "Zezwalaj na pobieranie i synchronizację", "Note to recipient" : "Informacja dla odbiorcy", "Enter a note for the share recipient" : "Napisz notatkę dla odbiorcy udostępnienia", "Show files in grid view" : "Pokaż pliki w widoku siatki", @@ -380,6 +380,7 @@ "Share note for recipient saved" : "Zapisano udostępnianą notatkę dla odbiorcy", "Share password saved" : "Hasło udostępnienia zapisane", "Share permissions saved" : "Zapisano uprawnienia udostępniania", + "Filename must not be empty." : "Nazwa pliku nie może być pusta.", "Shared by" : "Udostępnione przez", "Shared with" : "Udostępnione", "Password created successfully" : "Hasło utworzone pomyślnie", diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js index 4eaf00302d5..c70186e95b9 100644 --- a/apps/files_sharing/l10n/pt_BR.js +++ b/apps/files_sharing/l10n/pt_BR.js @@ -385,6 +385,7 @@ OC.L10N.register( "Share note for recipient saved" : "Nota para o destinatário do compartilhamento salva", "Share password saved" : "Senha do compartilhamento salva", "Share permissions saved" : "Permissões do compartilhamento salvas", + "Filename must not be empty." : "O nome do arquivo não pode estar vazio.", "Shared by" : "Compartilhado por", "Shared with" : "Compartilhado com", "Password created successfully" : "Senha criada com sucesso", diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json index 0a76f7ad1a6..6afdfb64054 100644 --- a/apps/files_sharing/l10n/pt_BR.json +++ b/apps/files_sharing/l10n/pt_BR.json @@ -383,6 +383,7 @@ "Share note for recipient saved" : "Nota para o destinatário do compartilhamento salva", "Share password saved" : "Senha do compartilhamento salva", "Share permissions saved" : "Permissões do compartilhamento salvas", + "Filename must not be empty." : "O nome do arquivo não pode estar vazio.", "Shared by" : "Compartilhado por", "Shared with" : "Compartilhado com", "Password created successfully" : "Senha criada com sucesso", diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index eadfd9b0ab7..7c826b19290 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -299,6 +299,8 @@ OC.L10N.register( "Use this method to share files with individuals or teams within your organization. If the recipient already has access to the share but cannot locate it, you can send them the internal share link for easy access." : "Используйте этот метод для обмена файлами с отдельными лицами или группами в вашей организации. Если получатель уже имеет доступ к ресурсу, но не может его найти, вы можете отправить ему внутреннюю ссылку на ресурс для легкого доступа.", "Use this method to share files with individuals or organizations outside your organization. Files and folders can be shared via public share links and email addresses. You can also share to other Nextcloud accounts hosted on different instances using their federated cloud ID." : "Используйте этот метод для обмена файлами с отдельными лицами или организациями за пределами вашей организации. Файлы и папки можно делить через публичные ссылки и адреса электронной почты. Вы также можете делиться с другими учетными записями Nextcloud, размещенными на разных экземплярах, используя их идентификатор федеративного облака.", "Shares that are not part of the internal or external shares. This can be shares from apps or other sources." : "Ссылки, которые не являются частью внутренних или внешних ссылок. Это могут быть ссылки из приложений или других источников.", + "Share with accounts, teams, federated cloud IDs" : "Поделиться с учетными записями, командами, идентификаторами федеративного облака", + "Share with accounts and teams" : "Поделиться с аккаунтами и командами", "Unable to load the shares list" : "Невозможно загрузить список общих ресурсов", "Expires {relativetime}" : "Истекает {relativetime}", "this share just expired." : "срок действия этого общего ресурса только что истёк.", @@ -363,6 +365,7 @@ OC.L10N.register( "Share label saved" : "Метка общего доступа сохранена", "Share password saved" : "Пароль общего доступа сохранен", "Share permissions saved" : "Разрешения общего доступа сохранены", + "Filename must not be empty." : "Имя файла не должно быть пустым.", "Shared by" : "Поделился", "Shared with" : "Общий доступ", "Password created successfully" : "Пароль создан", @@ -397,6 +400,7 @@ OC.L10N.register( "Download all files" : "Скачать все файлы", "Search for share recipients" : "Найти больше получателей общего ресурса", "No recommendations. Start typing." : "Рекомендации отсутствуют, начните вводить символы", + "Share with accounts, teams, federated cloud id" : "Поделиться с учетными записями, командами, идентификатором федеративного облака", "Email, federated cloud id" : "Электронная почта, идентификатор федеративного облака" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/files_sharing/l10n/ru.json b/apps/files_sharing/l10n/ru.json index 5906872ad3c..2d70a065bd0 100644 --- a/apps/files_sharing/l10n/ru.json +++ b/apps/files_sharing/l10n/ru.json @@ -297,6 +297,8 @@ "Use this method to share files with individuals or teams within your organization. If the recipient already has access to the share but cannot locate it, you can send them the internal share link for easy access." : "Используйте этот метод для обмена файлами с отдельными лицами или группами в вашей организации. Если получатель уже имеет доступ к ресурсу, но не может его найти, вы можете отправить ему внутреннюю ссылку на ресурс для легкого доступа.", "Use this method to share files with individuals or organizations outside your organization. Files and folders can be shared via public share links and email addresses. You can also share to other Nextcloud accounts hosted on different instances using their federated cloud ID." : "Используйте этот метод для обмена файлами с отдельными лицами или организациями за пределами вашей организации. Файлы и папки можно делить через публичные ссылки и адреса электронной почты. Вы также можете делиться с другими учетными записями Nextcloud, размещенными на разных экземплярах, используя их идентификатор федеративного облака.", "Shares that are not part of the internal or external shares. This can be shares from apps or other sources." : "Ссылки, которые не являются частью внутренних или внешних ссылок. Это могут быть ссылки из приложений или других источников.", + "Share with accounts, teams, federated cloud IDs" : "Поделиться с учетными записями, командами, идентификаторами федеративного облака", + "Share with accounts and teams" : "Поделиться с аккаунтами и командами", "Unable to load the shares list" : "Невозможно загрузить список общих ресурсов", "Expires {relativetime}" : "Истекает {relativetime}", "this share just expired." : "срок действия этого общего ресурса только что истёк.", @@ -361,6 +363,7 @@ "Share label saved" : "Метка общего доступа сохранена", "Share password saved" : "Пароль общего доступа сохранен", "Share permissions saved" : "Разрешения общего доступа сохранены", + "Filename must not be empty." : "Имя файла не должно быть пустым.", "Shared by" : "Поделился", "Shared with" : "Общий доступ", "Password created successfully" : "Пароль создан", @@ -395,6 +398,7 @@ "Download all files" : "Скачать все файлы", "Search for share recipients" : "Найти больше получателей общего ресурса", "No recommendations. Start typing." : "Рекомендации отсутствуют, начните вводить символы", + "Share with accounts, teams, federated cloud id" : "Поделиться с учетными записями, командами, идентификатором федеративного облака", "Email, federated cloud id" : "Электронная почта, идентификатор федеративного облака" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" } \ No newline at end of file diff --git a/apps/files_sharing/l10n/sk.js b/apps/files_sharing/l10n/sk.js index 632a12a769a..e1791dead1d 100644 --- a/apps/files_sharing/l10n/sk.js +++ b/apps/files_sharing/l10n/sk.js @@ -382,6 +382,7 @@ OC.L10N.register( "Share note for recipient saved" : "Poznámka pre príjemcu zdieľania bola uložená", "Share password saved" : "Heslo zdieľania bolo uložené", "Share permissions saved" : "Práva zdieľania boli uložené", + "Filename must not be empty." : "Názov súboru nesmie byť prázdny.", "Shared by" : "Zdieľané od", "Shared with" : "Sprístupnené používateľovi", "Password created successfully" : "Heslo úspešne vytvorené.", diff --git a/apps/files_sharing/l10n/sk.json b/apps/files_sharing/l10n/sk.json index 4aa9418eb8f..eca5228e102 100644 --- a/apps/files_sharing/l10n/sk.json +++ b/apps/files_sharing/l10n/sk.json @@ -380,6 +380,7 @@ "Share note for recipient saved" : "Poznámka pre príjemcu zdieľania bola uložená", "Share password saved" : "Heslo zdieľania bolo uložené", "Share permissions saved" : "Práva zdieľania boli uložené", + "Filename must not be empty." : "Názov súboru nesmie byť prázdny.", "Shared by" : "Zdieľané od", "Shared with" : "Sprístupnené používateľovi", "Password created successfully" : "Heslo úspešne vytvorené.", diff --git a/apps/files_sharing/l10n/sl.js b/apps/files_sharing/l10n/sl.js index 63689efb9dc..dc0438d744e 100644 --- a/apps/files_sharing/l10n/sl.js +++ b/apps/files_sharing/l10n/sl.js @@ -242,6 +242,7 @@ OC.L10N.register( "Error updating the share" : "Napaka posodabljanja mesta souporabe", "File \"{path}\" has been unshared" : "Souporaba datoteke »{path}« je odstranjena", "Folder \"{path}\" has been unshared" : "Souporaba mape »{path}« je odstranjena", + "Filename must not be empty." : "Ime datoteke ne sme biti prazno.", "Shared by" : "Souporabo omogoča", "Shared with" : "V skupni rabi z uporabnikom", "Password created successfully" : "Geslo je uspešno ustvarjeno", diff --git a/apps/files_sharing/l10n/sl.json b/apps/files_sharing/l10n/sl.json index 13521a035f5..2ad96b4fe48 100644 --- a/apps/files_sharing/l10n/sl.json +++ b/apps/files_sharing/l10n/sl.json @@ -240,6 +240,7 @@ "Error updating the share" : "Napaka posodabljanja mesta souporabe", "File \"{path}\" has been unshared" : "Souporaba datoteke »{path}« je odstranjena", "Folder \"{path}\" has been unshared" : "Souporaba mape »{path}« je odstranjena", + "Filename must not be empty." : "Ime datoteke ne sme biti prazno.", "Shared by" : "Souporabo omogoča", "Shared with" : "V skupni rabi z uporabnikom", "Password created successfully" : "Geslo je uspešno ustvarjeno", diff --git a/apps/files_sharing/l10n/sr.js b/apps/files_sharing/l10n/sr.js index 4a2c7230e0e..058a92ab001 100644 --- a/apps/files_sharing/l10n/sr.js +++ b/apps/files_sharing/l10n/sr.js @@ -385,6 +385,7 @@ OC.L10N.register( "Share note for recipient saved" : "Сачувана је напомена за примаоца дељења", "Share password saved" : "Сачувана је лозинка дељења", "Share permissions saved" : "Сачуване су дозволе дељења", + "Filename must not be empty." : "Назив фајла не може бити празан.", "Shared by" : "Поделио", "Shared with" : "Подељено са", "Password created successfully" : "Лозинка је успешно креирана", diff --git a/apps/files_sharing/l10n/sr.json b/apps/files_sharing/l10n/sr.json index 64fb1ab2187..714a209e4b4 100644 --- a/apps/files_sharing/l10n/sr.json +++ b/apps/files_sharing/l10n/sr.json @@ -383,6 +383,7 @@ "Share note for recipient saved" : "Сачувана је напомена за примаоца дељења", "Share password saved" : "Сачувана је лозинка дељења", "Share permissions saved" : "Сачуване су дозволе дељења", + "Filename must not be empty." : "Назив фајла не може бити празан.", "Shared by" : "Поделио", "Shared with" : "Подељено са", "Password created successfully" : "Лозинка је успешно креирана", diff --git a/apps/files_sharing/l10n/sv.js b/apps/files_sharing/l10n/sv.js index afd677b187b..4bf564d3b40 100644 --- a/apps/files_sharing/l10n/sv.js +++ b/apps/files_sharing/l10n/sv.js @@ -385,6 +385,7 @@ OC.L10N.register( "Share note for recipient saved" : "Delningens notering för mottagare sparad", "Share password saved" : "Lösenord för delning sparad", "Share permissions saved" : "Delningsbehörighet sparad", + "Filename must not be empty." : "Filnamn får inte vara tomt.", "Shared by" : "Delad av", "Shared with" : "Delad med", "Password created successfully" : "Lösenordet har skapats", diff --git a/apps/files_sharing/l10n/sv.json b/apps/files_sharing/l10n/sv.json index 89e44650c43..293d796647d 100644 --- a/apps/files_sharing/l10n/sv.json +++ b/apps/files_sharing/l10n/sv.json @@ -383,6 +383,7 @@ "Share note for recipient saved" : "Delningens notering för mottagare sparad", "Share password saved" : "Lösenord för delning sparad", "Share permissions saved" : "Delningsbehörighet sparad", + "Filename must not be empty." : "Filnamn får inte vara tomt.", "Shared by" : "Delad av", "Shared with" : "Delad med", "Password created successfully" : "Lösenordet har skapats", diff --git a/apps/files_sharing/l10n/tr.js b/apps/files_sharing/l10n/tr.js index c5f4b7113e4..ef9440c870e 100644 --- a/apps/files_sharing/l10n/tr.js +++ b/apps/files_sharing/l10n/tr.js @@ -382,6 +382,7 @@ OC.L10N.register( "Share note for recipient saved" : "Alıcı için paylaşım notu kaydedildi", "Share password saved" : "Paylaşım parolası kaydedildi", "Share permissions saved" : "Paylaşım izinleri kaydedildi", + "Filename must not be empty." : "Dosya adı boş olamaz.", "Shared by" : "Paylaşan", "Shared with" : "Şunlarla paylaşılmış", "Password created successfully" : "Parola oluşturuldu", diff --git a/apps/files_sharing/l10n/tr.json b/apps/files_sharing/l10n/tr.json index f8862d5ca55..a49d62defa3 100644 --- a/apps/files_sharing/l10n/tr.json +++ b/apps/files_sharing/l10n/tr.json @@ -380,6 +380,7 @@ "Share note for recipient saved" : "Alıcı için paylaşım notu kaydedildi", "Share password saved" : "Paylaşım parolası kaydedildi", "Share permissions saved" : "Paylaşım izinleri kaydedildi", + "Filename must not be empty." : "Dosya adı boş olamaz.", "Shared by" : "Paylaşan", "Shared with" : "Şunlarla paylaşılmış", "Password created successfully" : "Parola oluşturuldu", diff --git a/apps/files_sharing/l10n/ug.js b/apps/files_sharing/l10n/ug.js index 265c0a4d60e..26a05b02c45 100644 --- a/apps/files_sharing/l10n/ug.js +++ b/apps/files_sharing/l10n/ug.js @@ -345,6 +345,7 @@ OC.L10N.register( "Share note for recipient saved" : "تاپشۇرۇۋالغۇچى ئۈچۈن خاتىرە قالدۇرۇڭ", "Share password saved" : "پارولنى ئورتاقلاشتى", "Share permissions saved" : "ئورتاقلىشىش ئىجازەتلىرى ساقلاندى", + "Filename must not be empty." : "ھۆججەت ئىسمى بوش بولماسلىقى كېرەك.", "Shared by" : "ھەمبەھىرلىگۈچى", "Shared with" : "بىلەن ئورتاقلاشتى", "Password created successfully" : "پارول مۇۋەپپەقىيەتلىك قۇرۇلدى", diff --git a/apps/files_sharing/l10n/ug.json b/apps/files_sharing/l10n/ug.json index 073cdd91545..9a5fc9cd384 100644 --- a/apps/files_sharing/l10n/ug.json +++ b/apps/files_sharing/l10n/ug.json @@ -343,6 +343,7 @@ "Share note for recipient saved" : "تاپشۇرۇۋالغۇچى ئۈچۈن خاتىرە قالدۇرۇڭ", "Share password saved" : "پارولنى ئورتاقلاشتى", "Share permissions saved" : "ئورتاقلىشىش ئىجازەتلىرى ساقلاندى", + "Filename must not be empty." : "ھۆججەت ئىسمى بوش بولماسلىقى كېرەك.", "Shared by" : "ھەمبەھىرلىگۈچى", "Shared with" : "بىلەن ئورتاقلاشتى", "Password created successfully" : "پارول مۇۋەپپەقىيەتلىك قۇرۇلدى", diff --git a/apps/files_sharing/l10n/uk.js b/apps/files_sharing/l10n/uk.js index 7b21bc01420..5e002a545f6 100644 --- a/apps/files_sharing/l10n/uk.js +++ b/apps/files_sharing/l10n/uk.js @@ -381,6 +381,7 @@ OC.L10N.register( "Share note for recipient saved" : "Збережено примітку отримувачеві спільного ресурсу", "Share password saved" : "Пароль до спільного ресурсу збережено", "Share permissions saved" : "Дозволи доступу до спільного ресурсу збережено", + "Filename must not be empty." : "Імена файлів не мають бути порожні.", "Shared by" : "Поділилися", "Shared with" : "Спільний доступ з", "Password created successfully" : "Успішно створено пароль", diff --git a/apps/files_sharing/l10n/uk.json b/apps/files_sharing/l10n/uk.json index ca322676107..cbfed6f5f4b 100644 --- a/apps/files_sharing/l10n/uk.json +++ b/apps/files_sharing/l10n/uk.json @@ -379,6 +379,7 @@ "Share note for recipient saved" : "Збережено примітку отримувачеві спільного ресурсу", "Share password saved" : "Пароль до спільного ресурсу збережено", "Share permissions saved" : "Дозволи доступу до спільного ресурсу збережено", + "Filename must not be empty." : "Імена файлів не мають бути порожні.", "Shared by" : "Поділилися", "Shared with" : "Спільний доступ з", "Password created successfully" : "Успішно створено пароль", diff --git a/apps/files_sharing/l10n/vi.js b/apps/files_sharing/l10n/vi.js index cef460aac68..785f0158f5e 100644 --- a/apps/files_sharing/l10n/vi.js +++ b/apps/files_sharing/l10n/vi.js @@ -233,6 +233,7 @@ OC.L10N.register( "Error updating the share" : "Lỗi cập nhật chia sẻ", "File \"{path}\" has been unshared" : "Tệp \"{path}\" đã không được chia sẻ", "Folder \"{path}\" has been unshared" : "Thư mục \"{path}\" đã không được chia sẻ", + "Filename must not be empty." : "Tên tập tin không thể trống", "Shared by" : "Chia sẻ bởi", "Shared with" : "Chia sẽ với", "Password created successfully" : "Đã tạo mật khẩu thành công", diff --git a/apps/files_sharing/l10n/vi.json b/apps/files_sharing/l10n/vi.json index d8e1eef3c7e..f272bdfbbd4 100644 --- a/apps/files_sharing/l10n/vi.json +++ b/apps/files_sharing/l10n/vi.json @@ -231,6 +231,7 @@ "Error updating the share" : "Lỗi cập nhật chia sẻ", "File \"{path}\" has been unshared" : "Tệp \"{path}\" đã không được chia sẻ", "Folder \"{path}\" has been unshared" : "Thư mục \"{path}\" đã không được chia sẻ", + "Filename must not be empty." : "Tên tập tin không thể trống", "Shared by" : "Chia sẻ bởi", "Shared with" : "Chia sẽ với", "Password created successfully" : "Đã tạo mật khẩu thành công", diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js index 5d051eb9950..8ddfdb27b98 100644 --- a/apps/files_sharing/l10n/zh_CN.js +++ b/apps/files_sharing/l10n/zh_CN.js @@ -385,6 +385,7 @@ OC.L10N.register( "Share note for recipient saved" : "接收者的共享备注已保存", "Share password saved" : "共享密码已保存", "Share permissions saved" : "共享权限已保存", + "Filename must not be empty." : "文件名不能为空。", "Shared by" : "共享人", "Shared with" : "共享给", "Password created successfully" : "密码已创建成功", diff --git a/apps/files_sharing/l10n/zh_CN.json b/apps/files_sharing/l10n/zh_CN.json index 5cd693a66be..c6446ead493 100644 --- a/apps/files_sharing/l10n/zh_CN.json +++ b/apps/files_sharing/l10n/zh_CN.json @@ -383,6 +383,7 @@ "Share note for recipient saved" : "接收者的共享备注已保存", "Share password saved" : "共享密码已保存", "Share permissions saved" : "共享权限已保存", + "Filename must not be empty." : "文件名不能为空。", "Shared by" : "共享人", "Shared with" : "共享给", "Password created successfully" : "密码已创建成功", diff --git a/apps/files_sharing/l10n/zh_HK.js b/apps/files_sharing/l10n/zh_HK.js index b06485d52ae..ce16e42612e 100644 --- a/apps/files_sharing/l10n/zh_HK.js +++ b/apps/files_sharing/l10n/zh_HK.js @@ -385,6 +385,7 @@ OC.L10N.register( "Share note for recipient saved" : "已儲存給收件者的分享備註", "Share password saved" : "已保存分享密碼", "Share permissions saved" : "已儲存分享權限", + "Filename must not be empty." : "檔案名稱不能為空。", "Shared by" : "分享自", "Shared with" : "分享給", "Password created successfully" : "成功創建了密碼", diff --git a/apps/files_sharing/l10n/zh_HK.json b/apps/files_sharing/l10n/zh_HK.json index 67d1f31894f..a461f998e67 100644 --- a/apps/files_sharing/l10n/zh_HK.json +++ b/apps/files_sharing/l10n/zh_HK.json @@ -383,6 +383,7 @@ "Share note for recipient saved" : "已儲存給收件者的分享備註", "Share password saved" : "已保存分享密碼", "Share permissions saved" : "已儲存分享權限", + "Filename must not be empty." : "檔案名稱不能為空。", "Shared by" : "分享自", "Shared with" : "分享給", "Password created successfully" : "成功創建了密碼", diff --git a/apps/files_sharing/l10n/zh_TW.js b/apps/files_sharing/l10n/zh_TW.js index 9f2a7ae3b85..70cc1b0eade 100644 --- a/apps/files_sharing/l10n/zh_TW.js +++ b/apps/files_sharing/l10n/zh_TW.js @@ -385,6 +385,7 @@ OC.L10N.register( "Share note for recipient saved" : "已儲存給收件者的分享備註", "Share password saved" : "分享密碼已儲存", "Share permissions saved" : "已儲存分享權限", + "Filename must not be empty." : "檔案名稱不能為空。", "Shared by" : "分享者", "Shared with" : "分享給", "Password created successfully" : "成功建立密碼", diff --git a/apps/files_sharing/l10n/zh_TW.json b/apps/files_sharing/l10n/zh_TW.json index 35e7ec603d5..8645a0c87eb 100644 --- a/apps/files_sharing/l10n/zh_TW.json +++ b/apps/files_sharing/l10n/zh_TW.json @@ -383,6 +383,7 @@ "Share note for recipient saved" : "已儲存給收件者的分享備註", "Share password saved" : "分享密碼已儲存", "Share permissions saved" : "已儲存分享權限", + "Filename must not be empty." : "檔案名稱不能為空。", "Shared by" : "分享者", "Shared with" : "分享給", "Password created successfully" : "成功建立密碼", diff --git a/apps/settings/l10n/pl.js b/apps/settings/l10n/pl.js index 81751a36bd0..470368174ef 100644 --- a/apps/settings/l10n/pl.js +++ b/apps/settings/l10n/pl.js @@ -293,6 +293,8 @@ OC.L10N.register( "Enforce password protection" : "Wymuszaj zabezpieczenie hasłem", "Exclude groups from password requirements" : "Wyklucz grupy z wymagań dotyczących haseł", "Exclude groups from creating link shares" : "Wyklucz grupy z tworzenia udostępnień linków", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Udostępnienia z niestandardowymi tokenami będą nadal dostępne po wyłączeniu tego ustawienia", + "Shares with guessable tokens may be accessed easily" : "Dostęp do udostępnień z tokenami, które można zgadywać, jest łatwy", "Limit sharing based on groups" : "Ogranicz udostępnianie w oparciu o grupy", "Allow sharing for everyone (default)" : "Zezwalaj wszystkim na udostępnianie (domyślnie)", "Exclude some groups from sharing" : "Wyklucz niektóre grupy z udostępniania", @@ -311,7 +313,7 @@ OC.L10N.register( "Set default expiration date for shares via link or mail" : "Ustaw domyślną datę wygaśnięcia udostępnień za pośrednictwem linku lub poczty", "Default expiration time of shares in days" : "Domyślny czas wygaśnięcia udostępnień w dniach", "Privacy settings for sharing" : "Ustawienia prywatności dotyczące udostępniania", - "Allow account name autocompletion in share dialog and allow access to the system address book" : "Zezwól na automatyczne uzupełnianie nazwy konta w oknie udostępniania i zezwól na dostęp do systemowej książki adresowej", + "Allow account name autocompletion in share dialog and allow access to the system address book" : "Zezwalaj na automatyczne uzupełnianie nazwy konta w oknie udostępniania i zezwalaj na dostęp do systemowej książki adresowej", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Jeśli automatyczne uzupełnianie \"ta sama grupa\" i \"integracja numeru telefonu\" są włączone, wystarczy dopasowanie w jednej z nich, aby pokazać użytkownikowi.", "Restrict account name autocompletion and system address book access to users within the same groups" : "Ogranicz autouzupełnianie nazwy konta i dostęp do systemowej książki adresowej do użytkowników w tych samych grupach", "Restrict account name autocompletion to users based on phone number integration" : "Ogranicz automatyczne uzupełnianie nazwy konta do użytkowników w oparciu o integrację numeru telefonu", @@ -692,7 +694,7 @@ OC.L10N.register( "Deploy and Enable" : "Wdróż i włącz", "Download and enable" : "Pobierz i włącz", "Disable" : "Wyłącz", - "Allow untested app" : "Zezwól na nietestowane aplikacje", + "Allow untested app" : "Zezwalaj na nietestowane aplikacje", "The app will be downloaded from the App Store" : "Aplikacja zostanie pobrana ze sklepu z aplikacjami", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ta aplikacja jest niezgodna z wersją Nextcloud. Przy dalszej kontynuacji, możesz pozwolić na zainstalowanie tej aplikacji. Pamiętaj, że aplikacja może nie działać zgodnie z oczekiwaniami.", "Unknown" : "Nieznany", diff --git a/apps/settings/l10n/pl.json b/apps/settings/l10n/pl.json index 975d96f7654..4ae48245ad9 100644 --- a/apps/settings/l10n/pl.json +++ b/apps/settings/l10n/pl.json @@ -291,6 +291,8 @@ "Enforce password protection" : "Wymuszaj zabezpieczenie hasłem", "Exclude groups from password requirements" : "Wyklucz grupy z wymagań dotyczących haseł", "Exclude groups from creating link shares" : "Wyklucz grupy z tworzenia udostępnień linków", + "Shares with custom tokens will continue to be accessible after this setting has been disabled" : "Udostępnienia z niestandardowymi tokenami będą nadal dostępne po wyłączeniu tego ustawienia", + "Shares with guessable tokens may be accessed easily" : "Dostęp do udostępnień z tokenami, które można zgadywać, jest łatwy", "Limit sharing based on groups" : "Ogranicz udostępnianie w oparciu o grupy", "Allow sharing for everyone (default)" : "Zezwalaj wszystkim na udostępnianie (domyślnie)", "Exclude some groups from sharing" : "Wyklucz niektóre grupy z udostępniania", @@ -309,7 +311,7 @@ "Set default expiration date for shares via link or mail" : "Ustaw domyślną datę wygaśnięcia udostępnień za pośrednictwem linku lub poczty", "Default expiration time of shares in days" : "Domyślny czas wygaśnięcia udostępnień w dniach", "Privacy settings for sharing" : "Ustawienia prywatności dotyczące udostępniania", - "Allow account name autocompletion in share dialog and allow access to the system address book" : "Zezwól na automatyczne uzupełnianie nazwy konta w oknie udostępniania i zezwól na dostęp do systemowej książki adresowej", + "Allow account name autocompletion in share dialog and allow access to the system address book" : "Zezwalaj na automatyczne uzupełnianie nazwy konta w oknie udostępniania i zezwalaj na dostęp do systemowej książki adresowej", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Jeśli automatyczne uzupełnianie \"ta sama grupa\" i \"integracja numeru telefonu\" są włączone, wystarczy dopasowanie w jednej z nich, aby pokazać użytkownikowi.", "Restrict account name autocompletion and system address book access to users within the same groups" : "Ogranicz autouzupełnianie nazwy konta i dostęp do systemowej książki adresowej do użytkowników w tych samych grupach", "Restrict account name autocompletion to users based on phone number integration" : "Ogranicz automatyczne uzupełnianie nazwy konta do użytkowników w oparciu o integrację numeru telefonu", @@ -690,7 +692,7 @@ "Deploy and Enable" : "Wdróż i włącz", "Download and enable" : "Pobierz i włącz", "Disable" : "Wyłącz", - "Allow untested app" : "Zezwól na nietestowane aplikacje", + "Allow untested app" : "Zezwalaj na nietestowane aplikacje", "The app will be downloaded from the App Store" : "Aplikacja zostanie pobrana ze sklepu z aplikacjami", "This app is not marked as compatible with your Nextcloud version. If you continue you will still be able to install the app. Note that the app might not work as expected." : "Ta aplikacja jest niezgodna z wersją Nextcloud. Przy dalszej kontynuacji, możesz pozwolić na zainstalowanie tej aplikacji. Pamiętaj, że aplikacja może nie działać zgodnie z oczekiwaniami.", "Unknown" : "Nieznany", diff --git a/apps/theming/l10n/nl.js b/apps/theming/l10n/nl.js index 11fc3447b1e..46a95ffa9d6 100644 --- a/apps/theming/l10n/nl.js +++ b/apps/theming/l10n/nl.js @@ -54,8 +54,8 @@ OC.L10N.register( "Privacy policy link" : "Privacybeleid link", "Header logo" : "Top logo", "Upload new header logo" : "Upload een nieuwe top afbeelding", - "Favicon" : "Favorietenpictogram", - "Upload new favicon" : "Upload een nieuwe favorietenpictogram", + "Favicon" : "Favicon", + "Upload new favicon" : "Nieuw favicon uploaden", "User settings" : "Instellingen gebruiker", "Disable user theming" : "Gebruiker thema's uitschakelen", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Thematiseren maakt het mogelijk om uiterlijk en gevoel van je systeem en ondersteunde clients aan te passen. Dit wordt zichtbaar voor alle gebruikers.", diff --git a/apps/theming/l10n/nl.json b/apps/theming/l10n/nl.json index 272ce9ff916..9871f78bbf2 100644 --- a/apps/theming/l10n/nl.json +++ b/apps/theming/l10n/nl.json @@ -52,8 +52,8 @@ "Privacy policy link" : "Privacybeleid link", "Header logo" : "Top logo", "Upload new header logo" : "Upload een nieuwe top afbeelding", - "Favicon" : "Favorietenpictogram", - "Upload new favicon" : "Upload een nieuwe favorietenpictogram", + "Favicon" : "Favicon", + "Upload new favicon" : "Nieuw favicon uploaden", "User settings" : "Instellingen gebruiker", "Disable user theming" : "Gebruiker thema's uitschakelen", "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "Thematiseren maakt het mogelijk om uiterlijk en gevoel van je systeem en ondersteunde clients aan te passen. Dit wordt zichtbaar voor alle gebruikers.", diff --git a/core/l10n/cs.js b/core/l10n/cs.js index 64be7a140aa..01c92f3e330 100644 --- a/core/l10n/cs.js +++ b/core/l10n/cs.js @@ -35,7 +35,7 @@ OC.L10N.register( "Could not reset password because the token is expired" : "Heslo není možné resetovat, protože platnost tokenu skončila", "Could not reset password because the token is invalid" : "Heslo není možné resetovat, protože token není platný", "Password is too long. Maximum allowed length is 469 characters." : "Heslo je příliš dlouhé. Délka může být nejvýše 469 znaků.", - "%s password reset" : "reset hesla %s", + "%s password reset" : "Reset hesla uživatele %s", "Password reset" : "Reset hesla", "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Pokud chcete resetovat své heslo, klikněte na tlačítko níže. Pokud jste o resetování hesla nežádali, tento e-mail ignorujte.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Pokud chcete resetovat své heslo, klikněte na následující odkaz. Pokud jste o reset nežádali, tento e-mail ignorujte.", diff --git a/core/l10n/cs.json b/core/l10n/cs.json index 8a6dddc30b0..a298854f035 100644 --- a/core/l10n/cs.json +++ b/core/l10n/cs.json @@ -33,7 +33,7 @@ "Could not reset password because the token is expired" : "Heslo není možné resetovat, protože platnost tokenu skončila", "Could not reset password because the token is invalid" : "Heslo není možné resetovat, protože token není platný", "Password is too long. Maximum allowed length is 469 characters." : "Heslo je příliš dlouhé. Délka může být nejvýše 469 znaků.", - "%s password reset" : "reset hesla %s", + "%s password reset" : "Reset hesla uživatele %s", "Password reset" : "Reset hesla", "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Pokud chcete resetovat své heslo, klikněte na tlačítko níže. Pokud jste o resetování hesla nežádali, tento e-mail ignorujte.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Pokud chcete resetovat své heslo, klikněte na následující odkaz. Pokud jste o reset nežádali, tento e-mail ignorujte.", diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index cac68508a34..2537e53034c 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -44,6 +44,7 @@ OC.L10N.register( "Task not found" : "Task not found", "Internal error" : "Internal error", "Not found" : "Not found", + "Node is locked" : "Node is locked", "Bad request" : "Bad request", "Requested task type does not exist" : "Requested task type does not exist", "Necessary language model provider is not available" : "Necessary language model provider is not available", diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json index 1b5a523b3f1..0b96f6b2cc3 100644 --- a/core/l10n/en_GB.json +++ b/core/l10n/en_GB.json @@ -42,6 +42,7 @@ "Task not found" : "Task not found", "Internal error" : "Internal error", "Not found" : "Not found", + "Node is locked" : "Node is locked", "Bad request" : "Bad request", "Requested task type does not exist" : "Requested task type does not exist", "Necessary language model provider is not available" : "Necessary language model provider is not available", diff --git a/core/l10n/nl.js b/core/l10n/nl.js index 05494e38852..8e9a08c540f 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -81,6 +81,7 @@ OC.L10N.register( "Already up to date" : "Al bijgewerkt", "Unknown" : "Onbekend", "PNG image" : "PNG afbeelding", + "Windows Icon" : "Windows pictogram", "Error occurred while checking server setup" : "Een fout trad op bij controleren van serverconfiguratie", "For more details see the {linkstart}documentation ↗{linkend}." : "Voor meer informatie word je verwezen naar de {linkstart}documentatie↗{linkend}.", "unknown text" : "onbekende tekst", diff --git a/core/l10n/nl.json b/core/l10n/nl.json index 84d8e7a4ad5..05e95e94b97 100644 --- a/core/l10n/nl.json +++ b/core/l10n/nl.json @@ -79,6 +79,7 @@ "Already up to date" : "Al bijgewerkt", "Unknown" : "Onbekend", "PNG image" : "PNG afbeelding", + "Windows Icon" : "Windows pictogram", "Error occurred while checking server setup" : "Een fout trad op bij controleren van serverconfiguratie", "For more details see the {linkstart}documentation ↗{linkend}." : "Voor meer informatie word je verwezen naar de {linkstart}documentatie↗{linkend}.", "unknown text" : "onbekende tekst", diff --git a/core/l10n/zh_HK.js b/core/l10n/zh_HK.js index d3cfb6bd9b9..213ed00b2e0 100644 --- a/core/l10n/zh_HK.js +++ b/core/l10n/zh_HK.js @@ -44,6 +44,7 @@ OC.L10N.register( "Task not found" : "找不到任務", "Internal error" : "內部錯誤", "Not found" : "找不到", + "Node is locked" : "節點已上鎖", "Bad request" : "請求無效", "Requested task type does not exist" : "請求的任務類型不存在", "Necessary language model provider is not available" : "沒有可用的語言模型提供者", diff --git a/core/l10n/zh_HK.json b/core/l10n/zh_HK.json index 98b4cc39b88..f66b70ba942 100644 --- a/core/l10n/zh_HK.json +++ b/core/l10n/zh_HK.json @@ -42,6 +42,7 @@ "Task not found" : "找不到任務", "Internal error" : "內部錯誤", "Not found" : "找不到", + "Node is locked" : "節點已上鎖", "Bad request" : "請求無效", "Requested task type does not exist" : "請求的任務類型不存在", "Necessary language model provider is not available" : "沒有可用的語言模型提供者",