No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
20 changed files with 100 additions and 48 deletions
-
2apps/accessibility/l10n/bg.js
-
2apps/accessibility/l10n/bg.json
-
3apps/admin_audit/l10n/bg.js
-
3apps/admin_audit/l10n/bg.json
-
8apps/cloud_federation_api/l10n/ro.js
-
6apps/cloud_federation_api/l10n/ro.json
-
8apps/comments/l10n/ro.js
-
8apps/comments/l10n/ro.json
-
9apps/contactsinteraction/l10n/ro.js
-
7apps/contactsinteraction/l10n/ro.json
-
16apps/settings/l10n/zh_HK.js
-
16apps/settings/l10n/zh_HK.json
-
2apps/user_ldap/l10n/gl.js
-
2apps/user_ldap/l10n/gl.json
-
4apps/user_ldap/l10n/zh_HK.js
-
4apps/user_ldap/l10n/zh_HK.json
-
2lib/l10n/eu.js
-
2lib/l10n/eu.json
-
22lib/l10n/zh_HK.js
-
22lib/l10n/zh_HK.json
@ -1,6 +1,7 @@ |
|||
OC.L10N.register( |
|||
"admin_audit", |
|||
{ |
|||
"Auditing / Logging" : "Одитиране/създаване на регистри" |
|||
"Auditing / Logging" : "Одитиране/създаване на регистри", |
|||
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Предоставя възможности за регистриране в Nextcloud, като например достъп до файлове за регистриране или други чувствителни действия." |
|||
}, |
|||
"nplurals=2; plural=(n != 1);"); |
@ -1,4 +1,5 @@ |
|||
{ "translations": { |
|||
"Auditing / Logging" : "Одитиране/създаване на регистри" |
|||
"Auditing / Logging" : "Одитиране/създаване на регистри", |
|||
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Предоставя възможности за регистриране в Nextcloud, като например достъп до файлове за регистриране или други чувствителни действия." |
|||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
|||
} |
@ -0,0 +1,8 @@ |
|||
OC.L10N.register( |
|||
"cloud_federation_api", |
|||
{ |
|||
"Cloud Federation API" : "API-ul Cloud Federation", |
|||
"Enable clouds to communicate with each other and exchange data" : "Permiteți serviciilor de cloud să comunice între ele și să facă schimb de date", |
|||
"The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API-ul Cloud Federation permite diferitelor instanțe Nextcloud să comunice între ele și să facă schimb de date." |
|||
}, |
|||
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); |
@ -0,0 +1,6 @@ |
|||
{ "translations": { |
|||
"Cloud Federation API" : "API-ul Cloud Federation", |
|||
"Enable clouds to communicate with each other and exchange data" : "Permiteți serviciilor de cloud să comunice între ele și să facă schimb de date", |
|||
"The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API-ul Cloud Federation permite diferitelor instanțe Nextcloud să comunice între ele și să facă schimb de date." |
|||
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" |
|||
} |
@ -0,0 +1,9 @@ |
|||
OC.L10N.register( |
|||
"contactsinteraction", |
|||
{ |
|||
"Recently contacted" : "Contactat recent", |
|||
"Contacts Interaction" : "Interacțiunea contactelor", |
|||
"Manages interaction between users and contacts" : "Gestionează interacțiunea dintre utilizatori și contacte", |
|||
"Collect data about user and contacts interactions and provide an address book for the data" : "Colectați date despre interacțiunile dintre utilizatori și contacte și furnizați o agendă pentru date" |
|||
}, |
|||
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); |
@ -0,0 +1,7 @@ |
|||
{ "translations": { |
|||
"Recently contacted" : "Contactat recent", |
|||
"Contacts Interaction" : "Interacțiunea contactelor", |
|||
"Manages interaction between users and contacts" : "Gestionează interacțiunea dintre utilizatori și contacte", |
|||
"Collect data about user and contacts interactions and provide an address book for the data" : "Colectați date despre interacțiunile dintre utilizatori și contacte și furnizați o agendă pentru date" |
|||
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue