From 996d6ce99496b258576c3ab1e79de235fb743387 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 16 Jan 2021 02:20:15 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- apps/contactsinteraction/l10n/sc.js | 9 +++++++++ apps/contactsinteraction/l10n/sc.json | 7 +++++++ apps/dashboard/l10n/es.js | 6 +++--- apps/dashboard/l10n/es.json | 6 +++--- apps/provisioning_api/l10n/sc.js | 7 +++++++ apps/provisioning_api/l10n/sc.json | 5 +++++ 6 files changed, 34 insertions(+), 6 deletions(-) create mode 100644 apps/contactsinteraction/l10n/sc.js create mode 100644 apps/contactsinteraction/l10n/sc.json create mode 100644 apps/provisioning_api/l10n/sc.js create mode 100644 apps/provisioning_api/l10n/sc.json diff --git a/apps/contactsinteraction/l10n/sc.js b/apps/contactsinteraction/l10n/sc.js new file mode 100644 index 0000000000..9a619ba3f1 --- /dev/null +++ b/apps/contactsinteraction/l10n/sc.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "contactsinteraction", + { + "Recently contacted" : "Cuntatos reghentes", + "Contacts Interaction" : "Interatzione cun is cuntatos", + "Manages interaction between users and contacts" : "Organizat is interatziones tra impitadores e cuntatos", + "Collect data about user and contacts interactions and provide an address book for the data" : "Acàbidat datos dae s'interatzione impitadore-cuntatos e aparitzat una rubrica " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/contactsinteraction/l10n/sc.json b/apps/contactsinteraction/l10n/sc.json new file mode 100644 index 0000000000..1ed6d8ad6b --- /dev/null +++ b/apps/contactsinteraction/l10n/sc.json @@ -0,0 +1,7 @@ +{ "translations": { + "Recently contacted" : "Cuntatos reghentes", + "Contacts Interaction" : "Interatzione cun is cuntatos", + "Manages interaction between users and contacts" : "Organizat is interatziones tra impitadores e cuntatos", + "Collect data about user and contacts interactions and provide an address book for the data" : "Acàbidat datos dae s'interatzione impitadore-cuntatos e aparitzat una rubrica " +},"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 4db6d80d93..788858f43d 100644 --- a/apps/dashboard/l10n/es.js +++ b/apps/dashboard/l10n/es.js @@ -8,9 +8,9 @@ OC.L10N.register( "Edit widgets" : "Editar widgets", "Get more widgets from the app store" : "Conseguir más widgets desde la app store", "Change background image" : "Cambiar imagen de fondo", - "Weather service" : "Servicio climatológico", - "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 climatoló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 climatológicos de Met.no", + "Weather service" : "Servicio metereológico", + "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", "Weather" : "El tiempo", diff --git a/apps/dashboard/l10n/es.json b/apps/dashboard/l10n/es.json index dab0b266d1..e89cce6d22 100644 --- a/apps/dashboard/l10n/es.json +++ b/apps/dashboard/l10n/es.json @@ -6,9 +6,9 @@ "Edit widgets" : "Editar widgets", "Get more widgets from the app store" : "Conseguir más widgets desde la app store", "Change background image" : "Cambiar imagen de fondo", - "Weather service" : "Servicio climatológico", - "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 climatoló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 climatológicos de Met.no", + "Weather service" : "Servicio metereológico", + "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", "Weather" : "El tiempo", diff --git a/apps/provisioning_api/l10n/sc.js b/apps/provisioning_api/l10n/sc.js new file mode 100644 index 0000000000..1b5b8de2de --- /dev/null +++ b/apps/provisioning_api/l10n/sc.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "provisioning_api", + { + "Provisioning API" : "Frunidura API", + "This application enables a set of APIs that external systems can use to manage users, groups and apps." : "Custa aplicatzione ativat unas cantas API chi is sistemas esternos podint impreare pro organizare impitadores, grupos e aplicatziones." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/provisioning_api/l10n/sc.json b/apps/provisioning_api/l10n/sc.json new file mode 100644 index 0000000000..32116cb275 --- /dev/null +++ b/apps/provisioning_api/l10n/sc.json @@ -0,0 +1,5 @@ +{ "translations": { + "Provisioning API" : "Frunidura API", + "This application enables a set of APIs that external systems can use to manage users, groups and apps." : "Custa aplicatzione ativat unas cantas API chi is sistemas esternos podint impreare pro organizare impitadores, grupos e aplicatziones." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file