Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_rightclick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-08-23 05:44:04 +0300
committerNextcloud bot <bot@nextcloud.com>2021-08-23 05:44:04 +0300
commitf993cef7aa04d780ebc9a2d48e999f7296a6829c (patch)
tree11b07a16c69b917e1055819c575757c7c0da4aa7
parentd3925e5ee3a20998e9b74761534efdd871be7058 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/ro.js9
-rw-r--r--l10n/ro.json9
2 files changed, 16 insertions, 2 deletions
diff --git a/l10n/ro.js b/l10n/ro.js
index 358fba4..f4a298e 100644
--- a/l10n/ro.js
+++ b/l10n/ro.js
@@ -1,6 +1,13 @@
OC.L10N.register(
"files_rightclick",
{
- "Select" : "Select"
+ "Unselect" : "Neselectat",
+ "Share folder" : "Distribuie dosar",
+ "Share file" : "Distribuie fișier",
+ "Select" : "Selectează",
+ "Copied !" : "Copiat",
+ "Right click" : "Click dreapta",
+ "Right click menu for Nextcloud" : "Meniul click dreapta pentru Nextcloud",
+ "This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Această aplicație permite utilizatorilor și dezvoltatorilor să aibă un meniu de click dreapta. Pur și simplu folosește obiecte ClickDreapta pentru a creea meniuri contextuale. Applicația Files deja arată un meniu cu acțiuni posibile când se apasă click dreapta."
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
diff --git a/l10n/ro.json b/l10n/ro.json
index de3b415..7d1b1f5 100644
--- a/l10n/ro.json
+++ b/l10n/ro.json
@@ -1,4 +1,11 @@
{ "translations": {
- "Select" : "Select"
+ "Unselect" : "Neselectat",
+ "Share folder" : "Distribuie dosar",
+ "Share file" : "Distribuie fișier",
+ "Select" : "Selectează",
+ "Copied !" : "Copiat",
+ "Right click" : "Click dreapta",
+ "Right click menu for Nextcloud" : "Meniul click dreapta pentru Nextcloud",
+ "This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "Această aplicație permite utilizatorilor și dezvoltatorilor să aibă un meniu de click dreapta. Pur și simplu folosește obiecte ClickDreapta pentru a creea meniuri contextuale. Applicația Files deja arată un meniu cu acțiuni posibile când se apasă click dreapta."
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
} \ No newline at end of file