зеркало из https://github.com/nextcloud/approval.git
13 строки
326 B
JavaScript
13 строки
326 B
JavaScript
|
OC.L10N.register(
|
||
|
"approval",
|
||
|
{
|
||
|
"Create" : "Create",
|
||
|
"Cancel" : "Cancel",
|
||
|
"Approve" : "Approve",
|
||
|
"Reject" : "Reject",
|
||
|
"No recommendations. Start typing." : "No recommendations. Start typing.",
|
||
|
"Pending approval" : "Pending approval",
|
||
|
"Warning" : "Warning"
|
||
|
},
|
||
|
"nplurals=2; plural=(n!=1);");
|