Because of the order we merged PRs, this line was not removed while the
value is not used anymore, let’s cleanup.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Previously $fileInfo->getPath() and $fileInfo['path'] would return
different things. The [] version was not consistent, being sometimes
relative and sometimes kind of absolute, and sometimes plenty wrong
(like when used from occ commands, because there is no user in
session).
So this is always returning absolute now.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This has been implicitely deprecated for a while with Share20 containing
the new implementation.
The only use was to determine whether remote sharing was enabled or not,
which we can do much more easily.
Signed-off-by: Carl Schwan <carlschwan@kde.org>
- Add more extensive explanation
- Explain interaction/relation to more commonly used option: `filesystem_check_changes`
- Add warning
Signed-off-by: Josh <josh.t.richards@gmail.com>
API response sometimes includes `null` for unset, but unset
(`undefined`) is something different than `null`.
So if `null` is passed we mean `undefined` instead.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
getContentLength() and getLastModified() are dead code. Originally added in PR #11518 and made defunct in PR #29220.
Signed-off-by: Josh <josh.t.richards@gmail.com>
- Registers the files_sharing_raw app as a root-URL app so that its routes are served under /raw/{token} and /rss instead of the default /apps/files_sharing_raw/... prefix.
This is required for the files_sharing_raw app to generate correct canonical raw URLs via PublicUrlBuilder.
Signed-off-by: ernolf <raphael.gradenwitz@googlemail.com>
Some S3-compatible object storage hosts don't like the ETag being included in
the request and return a MalformedXML response. In the AWS API documentation,
only the object key is required so just pass that in.
Signed-off-by: Kent Delante <kent.delante@proton.me>
To check if there are no missing required dependencies we need to check
if the required dependencies are **empty** because `!array` is still
true.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
First check which users have a shares and for which providers and then
only load these shares.
Avoid doing at most 5 SQL queries for each users a share was shared with if
there are no shares.
Signed-off-by: Carl Schwan <carlschwan@kde.org>
The occ files_external_backends command is supposed to list available backends along with their configuration options.
For the SMB backend, only the timeout option is currently shown, while options like host, share, root, and domain are missing. This makes configuring external storage via occ complicated.
Since the timeout option is marked as hidden but still shown, while the other options are not, the logic needs to be inverted so that all relevant configuration options are displayed correctly.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Update expected values in ManagerTest to reflect the new behavior
where share expiration dates are set to 23:59:59 instead of 00:00:00.
Signed-off-by: nfebe <fenn25.fn@gmail.com>
Shares now expire at the end of the selected day instead of the
beginning, allowing access throughout the entire expiration day.
Also return actual stored time in API response instead of hardcoded
00:00:00 to prevent timezone-related display issues in the UI.
Signed-off-by: nfebe <fenn25.fn@gmail.com>
This avoids errors like 'Cannot modify header information - headers already sent',
when using --debug-log with occ.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
- app info was not valid according to XSD (missing `<bugs>`)
- license info for l10n was missing
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This needs to be able to directly download files if specified to only
download a single file and not a folder.
Also it was possible to either pass a files array json encoded or a
single file not encoded at all.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
"jQuery is deprecated and will be removed with Nextcloud 19"
Well... At least it is removed now 😉
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
It is deprecated since 29.0.0.
Instead use `openConflictPicker` from the `@nextcloud/upload` (Vue 2).
Or from `@nextcloud/dialogs` (every other framework like Vue 3 etc).
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
The condition to sort by order was missing, so the views were only
sorted by name. Added the most important order condition and proper
tests for this.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This fixes invalid error messages if the action has an empty
displayname, often the case for inline actions
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
When the activity integration is used we need to open the `activity` tab
not the comments tab.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Root attributes must not be accessed by the internal `attributes`.
Trying to do so will return `undefined`, so instead use the root `id`
property of nodes.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Initialize the folder tree based on the current directory.
Also only include views needed.
If possible reuse nodes from files store to prevent API call.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Added in #52175 but only to the missing indices listener. Resulted in new installations trigger warnings about database missing indices unnecessary.
Signed-off-by: Josh <josh.t.richards@gmail.com>
"Enable clouds to communicate with each other and exchange data":"Үүлнүүдийг хоорондоо холбогдож өгөгдөл солилцох боломжтой болгох",
"The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data.":"Cloud Federation API нь янз бүрийн Nextcloud инстанцуудад хоорондоо харилцах болон өгөгдөл солилцох боломжийг олгодог."
"Enable clouds to communicate with each other and exchange data":"Үүлнүүдийг хоорондоо холбогдож өгөгдөл солилцох боломжтой болгох",
"The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data.":"Cloud Federation API нь янз бүрийн Nextcloud инстанцуудад хоорондоо харилцах болон өгөгдөл солилцох боломжийг олгодог."
"You commented on %1$s":"Та %1$s нийтлэл дээр сэтгэгдэл бичсэн байна",
"You commented on {file}":"Та {file} сэтгэгдэл бичсэн байна",
"%1$s commented on %2$s":"%1$s нь %2$s-д сэтгэгдэл бичсэн",
"{author} commented on {file}":"{author} нь {file}-д сэтгэгдэл бичсэн",
"<strong>Comments</strong> for files":"Файлууд дахь<strong>Сэтгэгдэлүүд</strong>",
"Files":"Файлууд",
"You were mentioned on \"{file}\", in a comment by an account that has since been deleted":"Та \"{file}\" дээр, устгагдсан акаунтын сэтгэгдэлд дурдагдсан байна",
"{user} mentioned you in a comment on \"{file}\"":"{user} таныг \"{file}\" дээрх сэтгэгдэлд дурдсан",
"Files app plugin to add comments to files":"Файлд сэтгэгдэл нэмэх Файлын апп плагин",
"Edit comment":"Сэтгэгдэл засах",
"Delete comment":"Сэтгэгдэл устгах",
"Cancel edit":"Засварлахыг болих",
"New comment":"Шинэ сэтгэгдэл",
"Write a comment …":"Сэтгэгдэл бичих …",
"Post comment":"Сэтгэгдэл илгээх",
"@ for mentions, : for emoji, / for smart picker":"@ дурдахад, : эможид, / ухаалаг сонгогчид",
"Could not reload comments":"Сэтгэгдлүүдийг дахин ачаалж чадсангүй",
"Failed to mark comments as read":"Сэтгэгдлүүдийг уншсан гэж тэмдэглэж чадсангүй",
"Unable to load the comments list":"Сэтгэгдлүүдийн жагсаалтыг ачаалж чадсангүй",
"No comments yet, start the conversation!":"Сэтгэгдэл байхгүй байна",
"No more messages":"Илүү мессеж байхгүй",
"Retry":"Дахин оролдох",
"_1 new comment_::_{unread} new comments_":["1 шинэ сэтгэгдэл","{unread} шинэ сэтгэгдэл"],
"Comment":"Сэтгэгдэл",
"An error occurred while trying to edit the comment":"Сэтгэгдэл засварлах үед алдаа гарлаа",
"Comment deleted":"Сэтгэгдэл устгагдсан",
"An error occurred while trying to delete the comment":"Сэтгэгдэл устгах үед алдаа гарлаа",
"An error occurred while trying to create the comment":"Сэтгэгдэл үүсгэх үед алдаа гарлаа",
"You commented on %1$s":"Та %1$s нийтлэл дээр сэтгэгдэл бичсэн байна",
"You commented on {file}":"Та {file} сэтгэгдэл бичсэн байна",
"%1$s commented on %2$s":"%1$s нь %2$s-д сэтгэгдэл бичсэн",
"{author} commented on {file}":"{author} нь {file}-д сэтгэгдэл бичсэн",
"<strong>Comments</strong> for files":"Файлууд дахь<strong>Сэтгэгдэлүүд</strong>",
"Files":"Файлууд",
"You were mentioned on \"{file}\", in a comment by an account that has since been deleted":"Та \"{file}\" дээр, устгагдсан акаунтын сэтгэгдэлд дурдагдсан байна",
"{user} mentioned you in a comment on \"{file}\"":"{user} таныг \"{file}\" дээрх сэтгэгдэлд дурдсан",
"Files app plugin to add comments to files":"Файлд сэтгэгдэл нэмэх Файлын апп плагин",
"Edit comment":"Сэтгэгдэл засах",
"Delete comment":"Сэтгэгдэл устгах",
"Cancel edit":"Засварлахыг болих",
"New comment":"Шинэ сэтгэгдэл",
"Write a comment …":"Сэтгэгдэл бичих …",
"Post comment":"Сэтгэгдэл илгээх",
"@ for mentions, : for emoji, / for smart picker":"@ дурдахад, : эможид, / ухаалаг сонгогчид",
"Could not reload comments":"Сэтгэгдлүүдийг дахин ачаалж чадсангүй",
"Failed to mark comments as read":"Сэтгэгдлүүдийг уншсан гэж тэмдэглэж чадсангүй",
"Unable to load the comments list":"Сэтгэгдлүүдийн жагсаалтыг ачаалж чадсангүй",
"No comments yet, start the conversation!":"Сэтгэгдэл байхгүй байна",
"No more messages":"Илүү мессеж байхгүй",
"Retry":"Дахин оролдох",
"_1 new comment_::_{unread} new comments_":["1 шинэ сэтгэгдэл","{unread} шинэ сэтгэгдэл"],
"Comment":"Сэтгэгдэл",
"An error occurred while trying to edit the comment":"Сэтгэгдэл засварлах үед алдаа гарлаа",
"Comment deleted":"Сэтгэгдэл устгагдсан",
"An error occurred while trying to delete the comment":"Сэтгэгдэл устгах үед алдаа гарлаа",
"An error occurred while trying to create the comment":"Сэтгэгдэл үүсгэх үед алдаа гарлаа",
"Manages interaction between accounts and contacts":"Бүртгэл ба харилцагчдын хоорондын харилцааг удирддаг",
"Collect data about accounts and contacts interactions and provide an address book for the data":"Бүртгэл болон харилцагчдын харилцан үйлчлэлийн өгөгдлийг цуглуулж, тэдгээр өгөгдлийн хаягийн дэвтрийг хангана"
"Manages interaction between accounts and contacts":"Бүртгэл ба харилцагчдын хоорондын харилцааг удирддаг",
"Collect data about accounts and contacts interactions and provide an address book for the data":"Бүртгэл болон харилцагчдын харилцан үйлчлэлийн өгөгдлийг цуглуулж, тэдгээр өгөгдлийн хаягийн дэвтрийг хангана"
"Weather data from Met.no":"بيانات الطقس من Met.no",
"geocoding with Nominatim":"الترميز الجغرافي مع Nominatim",
"elevation data from OpenTopoData":"بيانات التقييم من OpenTopoData",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"للحفاظ على خصوصيتك، يتم استدعاء بيانات حالة الطقس عبر خادم NextCloud الخاص بك نيابه عنك، وبالتالي فإن خدمة حالة الطقس لا تشارك معلوماتك الشخصية."
"elevation data from OpenTopoData":"بيانات التقييم من OpenTopoData"
"Weather data from Met.no":"بيانات الطقس من Met.no",
"geocoding with Nominatim":"الترميز الجغرافي مع Nominatim",
"elevation data from OpenTopoData":"بيانات التقييم من OpenTopoData",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"للحفاظ على خصوصيتك، يتم استدعاء بيانات حالة الطقس عبر خادم NextCloud الخاص بك نيابه عنك، وبالتالي فإن خدمة حالة الطقس لا تشارك معلوماتك الشخصية."
"elevation data from OpenTopoData":"بيانات التقييم من OpenTopoData"
"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",
"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."
"elevation data from OpenTopoData":"datos d'elevaciones d'OpenTopoData"
"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",
"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."
"elevation data from OpenTopoData":"datos d'elevaciones d'OpenTopoData"
"Weather data from Met.no":"Данни за времето от Met.no",
"geocoding with Nominatim":"геокодиране с Nominatim",
"elevation data from OpenTopoData":" кота данни от OpenTopoData",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"За вашата поверителност данните за времето се изискват от Nextcloud сървъра ви от ваше име, така че метеорологичната служба не получава лична информация."
"elevation data from OpenTopoData":" кота данни от OpenTopoData"
"Weather data from Met.no":"Данни за времето от Met.no",
"geocoding with Nominatim":"геокодиране с Nominatim",
"elevation data from OpenTopoData":" кота данни от OpenTopoData",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"За вашата поверителност данните за времето се изискват от Nextcloud сървъра ви от ваше име, така че метеорологичната служба не получава лична информация."
"elevation data from OpenTopoData":" кота данни от OpenTopoData"
"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",
"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."
"elevation data from OpenTopoData":"dades d'altitud d'OpenTopoData"
"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",
"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."
"elevation data from OpenTopoData":"dades d'altitud d'OpenTopoData"
"For your privacy, the weather data is requested by your {productName} 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ý {productName} 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",
"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."
"elevation data from OpenTopoData":"data o nadmořských výškách z OpenTopoData"
"For your privacy, the weather data is requested by your {productName} 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ý {productName} 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",
"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."
"elevation data from OpenTopoData":"data o nadmořských výškách z OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Af hensyn til dit privatliv anmoder din {productName} server om vejrdata på dine vegne, så vejrtjenesten ikke modtager personlige oplysninger.",
"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",
"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."
"elevation data from OpenTopoData":"Højde-data fra OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Af hensyn til dit privatliv anmoder din {productName} server om vejrdata på dine vegne, så vejrtjenesten ikke modtager personlige oplysninger.",
"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",
"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."
"elevation data from OpenTopoData":"Højde-data fra OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Zu deinem Datenschutz werden die Wetterdaten von deinem {productName}-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",
"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."
"elevation data from OpenTopoData":"Höhendaten von OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Zu deinem Datenschutz werden die Wetterdaten von deinem {productName}-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",
"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."
"elevation data from OpenTopoData":"Höhendaten von OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Zu Ihrem Datenschutz werden die Wetterdaten von Ihrem {productName}-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",
"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."
"elevation data from OpenTopoData":"Höhendaten von OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Zu Ihrem Datenschutz werden die Wetterdaten von Ihrem {productName}-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",
"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."
"elevation data from OpenTopoData":"Höhendaten von OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Για το απόρρητό σας, τα δεδομένα καιρού ζητούνται από τον διακομιστή {productName} εκ μέρους σας, ώστε η υπηρεσία καιρού να μην λαμβάνει προσωπικές πληροφορίες.",
"Weather data from Met.no":"Δεδομένα καιρού από το Met.no",
"geocoding with Nominatim":"γεωκωδικοποίηση με Nominatim",
"elevation data from OpenTopoData":"δεδομένα υψομέτρου από OpenTopoData",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"Για το απόρρητό σας, τα δεδομένα καιρού ζητούνται από τον διακομιστή Nextcloud για λογαριασμό σας, ώστε η υπηρεσία καιρού να μην λαμβάνει προσωπικά στοιχεία."
"elevation data from OpenTopoData":"δεδομένα υψομέτρου από OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Για το απόρρητό σας, τα δεδομένα καιρού ζητούνται από τον διακομιστή {productName} εκ μέρους σας, ώστε η υπηρεσία καιρού να μην λαμβάνει προσωπικές πληροφορίες.",
"Weather data from Met.no":"Δεδομένα καιρού από το Met.no",
"geocoding with Nominatim":"γεωκωδικοποίηση με Nominatim",
"elevation data from OpenTopoData":"δεδομένα υψομέτρου από OpenTopoData",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"Για το απόρρητό σας, τα δεδομένα καιρού ζητούνται από τον διακομιστή Nextcloud για λογαριασμό σας, ώστε η υπηρεσία καιρού να μην λαμβάνει προσωπικά στοιχεία."
"elevation data from OpenTopoData":"δεδομένα υψομέτρου από OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"For your privacy, the weather data is requested by your {productName} 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",
"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."
"elevation data from OpenTopoData":"elevation data from OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"For your privacy, the weather data is requested by your {productName} 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",
"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."
"elevation data from OpenTopoData":"elevation data from OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Para su privacidad, los datos meteorológicos son solicitados por su servidor {productName} en su nombre, de tal forma que el servicio no reciba 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",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"Para su privacidad, los datos meteorológicos son solicitados por su servidor Nextcloud en su nombre, de tal forma que el servicio no reciba información personal."
"elevation data from OpenTopoData":"datos de elevación de OpenTopoData"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Para su privacidad, los datos meteorológicos son solicitados por su servidor {productName} en su nombre, de tal forma que el servicio no reciba 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",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"Para su privacidad, los datos meteorológicos son solicitados por su servidor Nextcloud en su nombre, de tal forma que el servicio no reciba información personal."
"elevation data from OpenTopoData":"datos de elevación de OpenTopoData"
},"pluralForm":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
"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",
"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."
"elevation data from OpenTopoData":"datos de elevación de OpenTopoData"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"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",
"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."
"elevation data from OpenTopoData":"datos de elevación de OpenTopoData"
},"pluralForm":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
"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",
"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."
"elevation data from OpenTopoData":"datos de elevación de OpenTopoData"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"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",
"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."
"elevation data from OpenTopoData":"datos de elevación de OpenTopoData"
},"pluralForm":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Sinu privaatsuse huvides küsib su nimel ilmaandmeid {productName}i server, nii et ilmateenistus ei saa sinu kohta isiklikku teavet.",
"Weather data from Met.no":"Met.no ilmaennustus",
"geocoding with Nominatim":"geoprogrammeerimine Nominatimiga",
"elevation data from OpenTopoData":"kõrgusandmed OpenTopoDatast",
"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."
"elevation data from OpenTopoData":"kõrgusandmed OpenTopoDatast"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Sinu privaatsuse huvides küsib su nimel ilmaandmeid {productName}i server, nii et ilmateenistus ei saa sinu kohta isiklikku teavet.",
"Weather data from Met.no":"Met.no ilmaennustus",
"geocoding with Nominatim":"geoprogrammeerimine Nominatimiga",
"elevation data from OpenTopoData":"kõrgusandmed OpenTopoDatast",
"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."
"elevation data from OpenTopoData":"kõrgusandmed OpenTopoDatast"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Zure pribatutasunerako, eguraldiaren datuak zure {productName}zerbitzariak eskatzen ditu zure izenean, beraz, meteorologia zerbitzuak ez du informazio pertsonalik jasotzen.",
"Weather data from Met.no":"Met.no-ko eguraldiaren datuak",
"geocoding with Nominatim":"geokodetzea Nominatim-ekin",
"elevation data from OpenTopoData":"altitude datuak OpenTopoData-tik",
"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."
"elevation data from OpenTopoData":"altitude datuak OpenTopoData-tik"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Zure pribatutasunerako, eguraldiaren datuak zure {productName}zerbitzariak eskatzen ditu zure izenean, beraz, meteorologia zerbitzuak ez du informazio pertsonalik jasotzen.",
"Weather data from Met.no":"Met.no-ko eguraldiaren datuak",
"geocoding with Nominatim":"geokodetzea Nominatim-ekin",
"elevation data from OpenTopoData":"altitude datuak OpenTopoData-tik",
"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."
"elevation data from OpenTopoData":"altitude datuak OpenTopoData-tik"
"Weather data from Met.no":"اطلاعات هواشناسی از Met.no",
"geocoding with Nominatim":"کدگذاری جغرافیایی با Nominatim",
"elevation data from OpenTopoData":"دادههای ارتفاع از OpenTopoData",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"برای محرمانگیتان، دادههای آب و هوا از طرف کارساز نکستکلودتان درخواست میشود تا خدمت آب و هوا هیچ اطّلاعات شخصیای دریافت نکند."
"elevation data from OpenTopoData":"دادههای ارتفاع از OpenTopoData"
"Weather data from Met.no":"اطلاعات هواشناسی از Met.no",
"geocoding with Nominatim":"کدگذاری جغرافیایی با Nominatim",
"elevation data from OpenTopoData":"دادههای ارتفاع از OpenTopoData",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"برای محرمانگیتان، دادههای آب و هوا از طرف کارساز نکستکلودتان درخواست میشود تا خدمت آب و هوا هیچ اطّلاعات شخصیای دریافت نکند."
"elevation data from OpenTopoData":"دادههای ارتفاع از OpenTopoData"
"Weather data from Met.no":"Säätiedot tarjoaa Met.no",
"geocoding with Nominatim":"geokoodauksen Nominatim",
"elevation data from OpenTopoData":"korkeustiedot OpenTopoData",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"Yksityisyytesi vuoksi Nextcloud-palvelin hakee säätiedot, joten sääpalvelulle ei lähetetä henkilökohtaisia tietojasi."
"elevation data from OpenTopoData":"korkeustiedot OpenTopoData"
"Weather data from Met.no":"Säätiedot tarjoaa Met.no",
"geocoding with Nominatim":"geokoodauksen Nominatim",
"elevation data from OpenTopoData":"korkeustiedot OpenTopoData",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"Yksityisyytesi vuoksi Nextcloud-palvelin hakee säätiedot, joten sääpalvelulle ei lähetetä henkilökohtaisia tietojasi."
"elevation data from OpenTopoData":"korkeustiedot OpenTopoData"
"For your privacy, the weather data is requested by your {productName} 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 {productName} à 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",
"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."
"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;");
"For your privacy, the weather data is requested by your {productName} 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 {productName} à 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",
"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."
"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;"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Ar mhaithe le do phríobháideacht, iarrann do fhreastalaí {productName} 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",
"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."
"elevation data from OpenTopoData":"sonraí ardaithe ó OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Ar mhaithe le do phríobháideacht, iarrann do fhreastalaí {productName} 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",
"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."
"elevation data from OpenTopoData":"sonraí ardaithe ó OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Para a súa privacidade, o servidor de {productName} 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",
"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."
"elevation data from OpenTopoData":"datos de elevación de OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Para a súa privacidade, o servidor de {productName} 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",
"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."
"elevation data from OpenTopoData":"datos de elevación de OpenTopoData"
"Weather data from Met.no":"נתוני מזג אוויר מ- Met.no",
"geocoding with Nominatim":"קידוד גיאוגרפי עם Nominatim",
"elevation data from OpenTopoData":"נתוני גובה מ- OpenTopoData",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"למען פרטיותך, נתוני מזג האוויר מתבקשים על ידי שרת Nextcloud עבורך, כך ששירות מזג האוויר אינו מקבל מידע אישי."
"elevation data from OpenTopoData":"נתוני גובה מ- OpenTopoData"
"Weather data from Met.no":"נתוני מזג אוויר מ- Met.no",
"geocoding with Nominatim":"קידוד גיאוגרפי עם Nominatim",
"elevation data from OpenTopoData":"נתוני גובה מ- OpenTopoData",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"למען פרטיותך, נתוני מזג האוויר מתבקשים על ידי שרת Nextcloud עבורך, כך ששירות מזג האוויר אינו מקבל מידע אישי."
"elevation data from OpenTopoData":"נתוני גובה מ- OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Radi vaše privatnosti, podatke o vremenu u vaše ime dohvaća vaš {productName} poslužitelj, tako da vremenska usluga ne prima nikakve osobne podatke.",
"Weather data from Met.no":"Podaci o vremenskoj prognozi iz Met.no",
"geocoding with Nominatim":"geokodiranje uz Nominatim",
"elevation data from OpenTopoData":"podaci o nadmorskoj visini iz OpenTopoData",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"Radi zaštite vaše privatnosti, podatke o vremenskoj prognozi zahtijeva vaš Nextcloud poslužitelj u vaše ime kako davatelj vremenske prognoze ne bi primio vaše osobne podatke."
"elevation data from OpenTopoData":"podaci o nadmorskoj visini iz OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Radi vaše privatnosti, podatke o vremenu u vaše ime dohvaća vaš {productName} poslužitelj, tako da vremenska usluga ne prima nikakve osobne podatke.",
"Weather data from Met.no":"Podaci o vremenskoj prognozi iz Met.no",
"geocoding with Nominatim":"geokodiranje uz Nominatim",
"elevation data from OpenTopoData":"podaci o nadmorskoj visini iz OpenTopoData",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"Radi zaštite vaše privatnosti, podatke o vremenskoj prognozi zahtijeva vaš Nextcloud poslužitelj u vaše ime kako davatelj vremenske prognoze ne bi primio vaše osobne podatke."
"elevation data from OpenTopoData":"podaci o nadmorskoj visini iz OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Az adatvédelem érdekében az információt a {productName}-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",
"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."
"elevation data from OpenTopoData":"magassági adatok az OpenTopoDatától"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Az adatvédelem érdekében az információt a {productName}-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",
"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."
"elevation data from OpenTopoData":"magassági adatok az OpenTopoDatától"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Demi privasi Anda, data cuaca diminta oleh server {productName} Anda atas nama Anda sehingga layanan cuaca tidak menerima informasi pribadi apa pun.",
"Weather data from Met.no":"Data cuaca dari Met.no",
"geocoding with Nominatim":"Secara khusus, dengan geocoding",
"elevation data from OpenTopoData":"data ketinggian dari OpenTopoData",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"Untuk privasi Anda, data cuaca diminta oleh server Nextcloud Anda atas nama Anda sehingga layanan cuaca tidak menerima informasi pribadi."
"elevation data from OpenTopoData":"data ketinggian dari OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Demi privasi Anda, data cuaca diminta oleh server {productName} Anda atas nama Anda sehingga layanan cuaca tidak menerima informasi pribadi apa pun.",
"Weather data from Met.no":"Data cuaca dari Met.no",
"geocoding with Nominatim":"Secara khusus, dengan geocoding",
"elevation data from OpenTopoData":"data ketinggian dari OpenTopoData",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"Untuk privasi Anda, data cuaca diminta oleh server Nextcloud Anda atas nama Anda sehingga layanan cuaca tidak menerima informasi pribadi."
"elevation data from OpenTopoData":"data ketinggian dari OpenTopoData"
"For your privacy, the weather data is requested by your {productName} 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 {productName}-þ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",
"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."
"elevation data from OpenTopoData":"hæðargögn frá OpenTopoData"
"For your privacy, the weather data is requested by your {productName} 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 {productName}-þ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",
"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."
"elevation data from OpenTopoData":"hæðargögn frá OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Per la tua riservatezza, i dati meteorologici sono richiesti dal tuo server {productName} 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",
"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."
"elevation data from OpenTopoData":"dati di elevazione da OpenTopoData"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Per la tua riservatezza, i dati meteorologici sono richiesti dal tuo server {productName} 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",
"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."
"elevation data from OpenTopoData":"dati di elevazione da OpenTopoData"
},"pluralForm":"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"プライバシー保護のため、気象データはユーザに代わって{productName}サーバーによって要求されるため気象サービスが個人情報を受け取ることはありません。",
"Weather data from Met.no":"気象データ提供元は Met.no",
"geocoding with Nominatim":"Nominatim でジオコーディング",
"elevation data from OpenTopoData":"標高データ提供元は OpenTopoData です",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"あなたのプライバシーを保護するため、あなたに変わって Nextcloud サーバーが気象データをウェザーサービスに要求します。そのため、ウェザーサービスはあなたの個人情報を受け取ることはありません。"
"elevation data from OpenTopoData":"標高データ提供元は OpenTopoData です"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"プライバシー保護のため、気象データはユーザに代わって{productName}サーバーによって要求されるため気象サービスが個人情報を受け取ることはありません。",
"Weather data from Met.no":"気象データ提供元は Met.no",
"geocoding with Nominatim":"Nominatim でジオコーディング",
"elevation data from OpenTopoData":"標高データ提供元は OpenTopoData です",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"あなたのプライバシーを保護するため、あなたに変わって Nextcloud サーバーが気象データをウェザーサービスに要求します。そのため、ウェザーサービスはあなたの個人情報を受け取ることはありません。"
"elevation data from OpenTopoData":"標高データ提供元は OpenTopoData です"
"Weather data from Met.no":"ამინდის პროგნოზი Met.no-დან",
"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-დან"
"Weather data from Met.no":"ამინდის პროგნოზი Met.no-დან",
"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-დან"
"elevation data from OpenTopoData":"OpenTopoData의 고도 데이터",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"개인정보 보호를 위해 사용자를 대신해 Nextcloud 서버에서 요청하므로 개인정보를 수신하지 않습니다."
"elevation data from OpenTopoData":"OpenTopoData의 고도 데이터"
"elevation data from OpenTopoData":"OpenTopoData의 고도 데이터",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"개인정보 보호를 위해 사용자를 대신해 Nextcloud 서버에서 요청하므로 개인정보를 수신하지 않습니다."
"elevation data from OpenTopoData":"OpenTopoData의 고도 데이터"
"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",
"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."
"elevation data from OpenTopoData":"aukščio duomenys iš OpenTopoData"
"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",
"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."
"elevation data from OpenTopoData":"aukščio duomenys iš OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"За ваша приватност, податоците за времето ги бара вашиот {productName} сервер во ваше име, така што метеоролошката служба не добива лични информации. ",
"Weather data from Met.no":"Податоци за временето од Met.no",
"geocoding with Nominatim":"Геокодирање со Nominatim",
"elevation data from OpenTopoData":"Податоци за височина од OpenTopoData",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"За ваша приватност, податоците за времето ги бара вашиот сервер во ваше име, така што метеоролошката служба не добива лични информации."
"elevation data from OpenTopoData":"Податоци за височина од OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"За ваша приватност, податоците за времето ги бара вашиот {productName} сервер во ваше име, така што метеоролошката служба не добива лични информации. ",
"Weather data from Met.no":"Податоци за временето од Met.no",
"geocoding with Nominatim":"Геокодирање со Nominatim",
"elevation data from OpenTopoData":"Податоци за височина од OpenTopoData",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"За ваша приватност, податоците за времето ги бара вашиот сервер во ваше име, така што метеоролошката служба не добива лични информации."
"elevation data from OpenTopoData":"Податоци за височина од OpenTopoData"
"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.":"Өдрөө мэдлэгтэйгээр эхлүүл\n\nNextcloud Dashboard нь таны өдрийн эхлэх цэг бөгөөд ирэх уулзалтууд, яаралтай имэйлүүд, чат мессежүүд, ирсэн тикетүүд, сүүлийн tweet-үүд болон бусад олон зүйлийн тоймыг өгдөг! Хэрэглэгчид өөрт таалагдах widget-үүдийг нэмж, арын дэвсгэрийг өөрчлөх боломжтой.",
"Get more widgets from the App Store":"App Store-оос илүү олон виджет авах",
"Weather service":"Цаг агаарын үйлчилгээ",
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Таны нууцлалын үүднээс цаг агаарын мэдээллийг таны {productName} сервер таны өмнөөс хүсэлт гаргадаг тул цаг агаарын үйлчилгээнд хувийн мэдээлэл дамждаггүй.",
"Weather data from Met.no":"Met.no-оос цаг агаарын өгөгдөл",
"geocoding with Nominatim":"Nominatim-ээр геокодчилол",
"elevation data from OpenTopoData":"OpenTopoData-аас өндрийн өгөгдөл"
"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.":"Өдрөө мэдлэгтэйгээр эхлүүл\n\nNextcloud Dashboard нь таны өдрийн эхлэх цэг бөгөөд ирэх уулзалтууд, яаралтай имэйлүүд, чат мессежүүд, ирсэн тикетүүд, сүүлийн tweet-үүд болон бусад олон зүйлийн тоймыг өгдөг! Хэрэглэгчид өөрт таалагдах widget-үүдийг нэмж, арын дэвсгэрийг өөрчлөх боломжтой.",
"Get more widgets from the App Store":"App Store-оос илүү олон виджет авах",
"Weather service":"Цаг агаарын үйлчилгээ",
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Таны нууцлалын үүднээс цаг агаарын мэдээллийг таны {productName} сервер таны өмнөөс хүсэлт гаргадаг тул цаг агаарын үйлчилгээнд хувийн мэдээлэл дамждаггүй.",
"Weather data from Met.no":"Met.no-оос цаг агаарын өгөгдөл",
"geocoding with Nominatim":"Nominatim-ээр геокодчилол",
"elevation data from OpenTopoData":"OpenTopoData-аас өндрийн өгөгдөл"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Av hensyn til personvernet ditt blir værdataene bedt om av {productName}-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",
"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."
"elevation data from OpenTopoData":"høydedata fra OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Av hensyn til personvernet ditt blir værdataene bedt om av {productName}-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",
"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."
"elevation data from OpenTopoData":"høydedata fra OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Voor je privacy worden de weergegevens namens jou opgevraagd door je {productName} server, zodat de weer dienst geen persoonlijke informatie ontvangt.",
"Weather data from Met.no":"Weerbericht via Met.no",
"geocoding with Nominatim":"geocoding met Nominatim",
"elevation data from OpenTopoData":"hoogtedata via OpenTopoData",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"Voor je privacy worden de weergegevens namens jou opgevraagd door je Nextcloud-server, zodat de weerservice geen persoonlijke informatie ontvangt."
"elevation data from OpenTopoData":"hoogtedata via OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Voor je privacy worden de weergegevens namens jou opgevraagd door je {productName} server, zodat de weer dienst geen persoonlijke informatie ontvangt.",
"Weather data from Met.no":"Weerbericht via Met.no",
"geocoding with Nominatim":"geocoding met Nominatim",
"elevation data from OpenTopoData":"hoogtedata via OpenTopoData",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"Voor je privacy worden de weergegevens namens jou opgevraagd door je Nextcloud-server, zodat de weerservice geen persoonlijke informatie ontvangt."
"elevation data from OpenTopoData":"hoogtedata via OpenTopoData"
"Get more widgets from the App Store":"Obténer mai de widgets sus l’App Store",
"Weather service":"Servici de metèo",
"Weather data from Met.no":"Donadas meteorologica de Met.no",
"geocoding with Nominatim":"geocoding amb Nominatim",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"Per vòstre confidencialitat, las donadas de metèo son demandadas per vòstre servidor Nextcloud per vos per que lo servici de metèo aja pas cap de vòstras donadas personalas."
"geocoding with Nominatim":"geocoding amb Nominatim"
"Get more widgets from the App Store":"Obténer mai de widgets sus l’App Store",
"Weather service":"Servici de metèo",
"Weather data from Met.no":"Donadas meteorologica de Met.no",
"geocoding with Nominatim":"geocoding amb Nominatim",
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information.":"Per vòstre confidencialitat, las donadas de metèo son demandadas per vòstre servidor Nextcloud per vos per que lo servici de metèo aja pas cap de vòstras donadas personalas."
"geocoding with Nominatim":"geocoding amb Nominatim"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Dla ochrony Twojej prywatności dane pogodowe są pobierane w Twoim imieniu przez serwer {productName}, dzięki czemu 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",
"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."
"elevation data from OpenTopoData":"dane wysokościowe z OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Dla ochrony Twojej prywatności dane pogodowe są pobierane w Twoim imieniu przez serwer {productName}, dzięki czemu 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",
"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."
"elevation data from OpenTopoData":"dane wysokościowe z OpenTopoData"
"For your privacy, the weather data is requested by your {productName} server on your behalf so the weather service receives no personal information.":"Para sua privacidade, os dados meteorológicos são solicitados pelo seu servidor {productName} em seu nome, para que o serviço meteorológico não receba nenhuma informação pessoal.",
"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",
"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."
"elevation data from OpenTopoData":"dados topográficos de OpenTopoData"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
Some files were not shown because too many files have changed in this diff
Show More
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.