From 18dd1177c74ac6c8e1e4b466653fa1cd6e110a21 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Mon, 17 May 2021 02:26:57 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- apps/dashboard/l10n/ro.js | 34 ++++++++++++++++++++++++++++++++++ apps/dashboard/l10n/ro.json | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) create mode 100644 apps/dashboard/l10n/ro.js create mode 100644 apps/dashboard/l10n/ro.json diff --git a/apps/dashboard/l10n/ro.js b/apps/dashboard/l10n/ro.js new file mode 100644 index 0000000000..7a0c474730 --- /dev/null +++ b/apps/dashboard/l10n/ro.js @@ -0,0 +1,34 @@ +OC.L10N.register( + "dashboard", + { + "Dashboard" : "Panou", + "Dashboard app" : "Panou de bord aplicatie", + "Show something" : "Arata ceva", + "Customize" : "Personalizeaza", + "Edit widgets" : "Editeaza widget", + "Get more widgets from the app store" : "Obtine mai multe widgeturi din Magazinul de Aplicatii", + "Change background image" : "Schimba imaginea de fundal", + "Weather service" : "Serviciu de vreme", + "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Pentru securitatea ta, datele despre vreme sunt cerute de catre serverul Nextcloud din partea ta pentru ca serviciul de vreme sa nu primeasca date confidentiale.", + "Weather data from Met.no" : "Date despre vreme de la Met.no", + "geocoding with Nominatim" : "geocoding cu Nominatim", + "elevation data from OpenTopoData" : "date despre elevatie de la OpenTopoData", + "Weather" : "Vreme", + "Status" : "Stare", + "Good morning" : "Buna dimineata", + "Good morning, {name}" : "Buna dimineata, {nume}", + "Good afternoon" : "Buna ziua", + "Good afternoon, {name}" : "Buna ziua, {nume}", + "Good evening" : "Buna seara", + "Good evening, {name}" : "Buna seara, {nume}", + "Hello" : "Buna", + "Hello, {name}" : "Buna, {nume}", + "Pick from Files" : "Alege din Fisiere", + "Default images" : "Imagini implicite", + "Plain background" : "Fundal simplu", + "Insert from {productName}" : "Introduce din {productName}", + "Good night, {name}" : "Seara buna, {nume}", + "Good night" : "Seara buna", + "Pick from files" : "Alege din fisere" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/apps/dashboard/l10n/ro.json b/apps/dashboard/l10n/ro.json new file mode 100644 index 0000000000..7f8a48d6d4 --- /dev/null +++ b/apps/dashboard/l10n/ro.json @@ -0,0 +1,32 @@ +{ "translations": { + "Dashboard" : "Panou", + "Dashboard app" : "Panou de bord aplicatie", + "Show something" : "Arata ceva", + "Customize" : "Personalizeaza", + "Edit widgets" : "Editeaza widget", + "Get more widgets from the app store" : "Obtine mai multe widgeturi din Magazinul de Aplicatii", + "Change background image" : "Schimba imaginea de fundal", + "Weather service" : "Serviciu de vreme", + "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Pentru securitatea ta, datele despre vreme sunt cerute de catre serverul Nextcloud din partea ta pentru ca serviciul de vreme sa nu primeasca date confidentiale.", + "Weather data from Met.no" : "Date despre vreme de la Met.no", + "geocoding with Nominatim" : "geocoding cu Nominatim", + "elevation data from OpenTopoData" : "date despre elevatie de la OpenTopoData", + "Weather" : "Vreme", + "Status" : "Stare", + "Good morning" : "Buna dimineata", + "Good morning, {name}" : "Buna dimineata, {nume}", + "Good afternoon" : "Buna ziua", + "Good afternoon, {name}" : "Buna ziua, {nume}", + "Good evening" : "Buna seara", + "Good evening, {name}" : "Buna seara, {nume}", + "Hello" : "Buna", + "Hello, {name}" : "Buna, {nume}", + "Pick from Files" : "Alege din Fisiere", + "Default images" : "Imagini implicite", + "Plain background" : "Fundal simplu", + "Insert from {productName}" : "Introduce din {productName}", + "Good night, {name}" : "Seara buna, {nume}", + "Good night" : "Seara buna", + "Pick from files" : "Alege din fisere" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +} \ No newline at end of file