mirror of
https://github.com/chenasraf/nextcloud-autocurrency.git
synced 2026-05-18 01:29:05 +00:00
10 lines
231 B
JavaScript
10 lines
231 B
JavaScript
OC.L10N.register(
|
|
"autocurrency",
|
|
{
|
|
"Loading…" : "පූරණය වෙමින්…",
|
|
"Search" : "සොයන්න",
|
|
"Name" : "නම",
|
|
"Time" : "වේලාව"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|