diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-25 00:25:54 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-25 00:25:54 +0000 |
commit | 28e0ccfed906525183306ff3d38b67075d688773 (patch) | |
tree | 814bb9da20ac29123400fb75396207514225d26b /apps/sharebymail/l10n/ro.js | |
parent | 3b9c24022ce657074a4fd1246d403a29162f9f3d (diff) | |
download | nextcloud-server-28e0ccfed906525183306ff3d38b67075d688773.tar.gz nextcloud-server-28e0ccfed906525183306ff3d38b67075d688773.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/sharebymail/l10n/ro.js')
-rw-r--r-- | apps/sharebymail/l10n/ro.js | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/apps/sharebymail/l10n/ro.js b/apps/sharebymail/l10n/ro.js new file mode 100644 index 00000000000..de9e18007be --- /dev/null +++ b/apps/sharebymail/l10n/ro.js @@ -0,0 +1,26 @@ +OC.L10N.register( + "sharebymail", + { + "Shared with {email}" : "Partajat cu {email}", + "Shared with {email} by {actor}" : "Partajat cu {email} de {actor}", + "Unshared from {email}" : "Partajarea cu {email} eliminată", + "Unshared from {email} by {actor}" : "Partajarea cu {email} eliminată de {actor}", + "Password for mail share sent to {email}" : "Parola pentru partajare a fost trimisă către {email}", + "Password for mail share sent to you" : "V-s fot trimisă parola pentru partajare", + "Share by mail" : "Partajază prin mail", + "%1$s shared »%2$s« with you" : "%1$s a partajat »%2$s« cu tine", + "%1$s shared »%2$s« with you." : "%1$sa partajat »%2$s« cu tine.", + "Click the button below to open it." : "Apasă pe butonul de jos pentru a deschide.", + "Open »%s«" : "Deschide »%s«", + "%1$s via %2$s" : "%1$sprin %2$s", + "Password to access »%1$s« shared to you by %2$s" : "Parola pentru a accesa »%1$s« partajată cu tine de către %2$s", + "Password to access »%s«" : "Parola pentru access »%s«", + "It is protected with the following password:" : "Este protejat cu urmatoarea parolă:", + "%1$s shared »%2$s« with you and wants to add:" : "%1$s a partajat »%2$s« cu tine și vrea să adauge", + "%1$s shared »%2$s« with you and wants to add" : "%1$s a partajat »%2$s« cu tine și vrea să adauge", + "»%s« added a note to a file shared with you" : "%s« a adaugat un comentariu la un fișier partajat cu tine", + "This is the password:" : "Aceasta este parola:", + "Could not find share" : "Nu am putut găsi partajarea", + "Send password by mail" : "Trimite parola prin mail" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); |