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