зеркало из https://github.com/nextcloud/text.git
13 строки
509 B
JavaScript
13 строки
509 B
JavaScript
OC.L10N.register(
|
|
"text",
|
|
{
|
|
"No file was uploaded" : "කිසිදු ගොනුවක් උඩුගත කර නොමැත",
|
|
"Missing a temporary folder" : "තාවකාලික බහාලුමක් අස්ථානගත වී ඇත",
|
|
"Undo" : "පෙරසේ",
|
|
"Info" : "තොරතුරු",
|
|
"Success" : "සාර්ථකයි",
|
|
"Warning" : "අවවාදයයි",
|
|
"Edit" : "සංස්කරණය"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|