diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-01-13 02:26:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-01-13 02:26:50 +0000 |
commit | c1cf9adfe0e510cb6b3e91e1959de9a2bb98baa1 (patch) | |
tree | 5090b7fed0e0134d6d4de51637fa983063960ade /apps/federatedfilesharing | |
parent | 2e67962e30d40a345ceb35a41d692344e2657b88 (diff) | |
download | nextcloud-server-c1cf9adfe0e510cb6b3e91e1959de9a2bb98baa1.tar.gz nextcloud-server-c1cf9adfe0e510cb6b3e91e1959de9a2bb98baa1.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/federatedfilesharing')
-rw-r--r-- | apps/federatedfilesharing/l10n/ro.js | 16 | ||||
-rw-r--r-- | apps/federatedfilesharing/l10n/ro.json | 16 |
2 files changed, 18 insertions, 14 deletions
diff --git a/apps/federatedfilesharing/l10n/ro.js b/apps/federatedfilesharing/l10n/ro.js index 6a243d2614a..5e3556bedb9 100644 --- a/apps/federatedfilesharing/l10n/ro.js +++ b/apps/federatedfilesharing/l10n/ro.js @@ -5,11 +5,6 @@ OC.L10N.register( "Remote share password" : "Parolă element partajat la distanță", "Cancel" : "Anulează", "Add remote share" : "Adaugă element partajat la distanță", - "Copy" : "Copiază", - "Copied!" : "S-a copiat!", - "Not supported!" : "Nu este suportat!", - "Press ⌘-C to copy." : "Apasă ⌘-C pentru copiere.", - "Press Ctrl-C to copy." : "Apasă Ctrl-C pentru copiere.", "Invalid Federated Cloud ID" : "ID invalid cloud federalizat", "Server to server sharing is not enabled on this server" : "Partajarea server-server nu este activată pe acest server", "Not allowed to create a federated share with the same user" : "Nu este permisă crearea unei partajări federalizate cu acelaşi utilizator", @@ -24,10 +19,17 @@ OC.L10N.register( "Sharing" : "Partajare", "Allow users on this server to receive shares from other servers" : "Permite utilizatorilor acestui server să primească partajări de la alte servere", "Federated Cloud" : "Cloud federalizat", - "Open documentation" : "Deschide documentația", "Your Federated Cloud ID:" : "ID Cloud federalizat:", + "Twitter" : "Twitter", "Add to your website" : "Adaugă la site-ul tău Web", "Share with me via Nextcloud" : "Partajează cu mine via Nextcloud", - "HTML Code:" : "Cod HTML:" + "HTML Code:" : "Cod HTML:", + "Copy to clipboard" : "Copiază în clipboard", + "Copy" : "Copiază", + "Copied!" : "S-a copiat!", + "Not supported!" : "Nu este suportat!", + "Press ⌘-C to copy." : "Apasă ⌘-C pentru copiere.", + "Press Ctrl-C to copy." : "Apasă Ctrl-C pentru copiere.", + "Open documentation" : "Deschide documentația" }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/apps/federatedfilesharing/l10n/ro.json b/apps/federatedfilesharing/l10n/ro.json index b18fc91b09a..65c3026e46e 100644 --- a/apps/federatedfilesharing/l10n/ro.json +++ b/apps/federatedfilesharing/l10n/ro.json @@ -3,11 +3,6 @@ "Remote share password" : "Parolă element partajat la distanță", "Cancel" : "Anulează", "Add remote share" : "Adaugă element partajat la distanță", - "Copy" : "Copiază", - "Copied!" : "S-a copiat!", - "Not supported!" : "Nu este suportat!", - "Press ⌘-C to copy." : "Apasă ⌘-C pentru copiere.", - "Press Ctrl-C to copy." : "Apasă Ctrl-C pentru copiere.", "Invalid Federated Cloud ID" : "ID invalid cloud federalizat", "Server to server sharing is not enabled on this server" : "Partajarea server-server nu este activată pe acest server", "Not allowed to create a federated share with the same user" : "Nu este permisă crearea unei partajări federalizate cu acelaşi utilizator", @@ -22,10 +17,17 @@ "Sharing" : "Partajare", "Allow users on this server to receive shares from other servers" : "Permite utilizatorilor acestui server să primească partajări de la alte servere", "Federated Cloud" : "Cloud federalizat", - "Open documentation" : "Deschide documentația", "Your Federated Cloud ID:" : "ID Cloud federalizat:", + "Twitter" : "Twitter", "Add to your website" : "Adaugă la site-ul tău Web", "Share with me via Nextcloud" : "Partajează cu mine via Nextcloud", - "HTML Code:" : "Cod HTML:" + "HTML Code:" : "Cod HTML:", + "Copy to clipboard" : "Copiază în clipboard", + "Copy" : "Copiază", + "Copied!" : "S-a copiat!", + "Not supported!" : "Nu este suportat!", + "Press ⌘-C to copy." : "Apasă ⌘-C pentru copiere.", + "Press Ctrl-C to copy." : "Apasă Ctrl-C pentru copiere.", + "Open documentation" : "Deschide documentația" },"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" }
\ No newline at end of file |