mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 02:34:12 -04:00
9 lines
157 B
JavaScript
9 lines
157 B
JavaScript
|
|
OC.L10N.register(
|
||
|
|
"comments",
|
||
|
|
{
|
||
|
|
"Cancel" : "منصرف شدن",
|
||
|
|
"Save" : "ذخیره",
|
||
|
|
"Comment" : "نظر"
|
||
|
|
},
|
||
|
|
"nplurals=1; plural=0;");
|