parent
e02c9ec1bf
commit
7e784afa65
@ -0,0 +1,7 @@ |
||||
OC.L10N.register( |
||||
"admin_audit", |
||||
{ |
||||
"Auditing / Logging" : "稽核 / 記錄", |
||||
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "提供 Nextcloud 的記錄功能,例如記錄檔存取或其他敏感操作。" |
||||
}, |
||||
"nplurals=1; plural=0;"); |
||||
@ -0,0 +1,5 @@ |
||||
{ "translations": { |
||||
"Auditing / Logging" : "稽核 / 記錄", |
||||
"Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "提供 Nextcloud 的記錄功能,例如記錄檔存取或其他敏感操作。" |
||||
},"pluralForm" :"nplurals=1; plural=0;" |
||||
} |
||||
@ -0,0 +1,8 @@ |
||||
OC.L10N.register( |
||||
"cloud_federation_api", |
||||
{ |
||||
"Cloud Federation API" : "API облачной федерации", |
||||
"Enable clouds to communicate with each other and exchange data" : "Позволяют облакам связываться друг с другом и обмениваться данными", |
||||
"The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API облачной федерации позволяет разным экземплярам Nextcloud связываться друг с другом и обмениваться данными." |
||||
}, |
||||
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); |
||||
@ -0,0 +1,6 @@ |
||||
{ "translations": { |
||||
"Cloud Federation API" : "API облачной федерации", |
||||
"Enable clouds to communicate with each other and exchange data" : "Позволяют облакам связываться друг с другом и обмениваться данными", |
||||
"The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API облачной федерации позволяет разным экземплярам Nextcloud связываться друг с другом и обмениваться данными." |
||||
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" |
||||
} |
||||
Loading…
Reference in new issue