notifications/l10n/et_EE.js

18 строки
626 B
JavaScript
Исходник Постоянная ссылка Обычный вид История

2018-10-04 03:31:19 +03:00
OC.L10N.register(
"notifications",
{
"Hello %s" : "Tere %s",
"Hello %s," : "Tere %s,",
2018-10-04 03:31:19 +03:00
"Notifications" : "Märguanded",
2018-11-17 04:37:29 +03:00
"Dismiss" : "Jäta vahele",
2020-09-18 05:48:49 +03:00
"seconds ago" : "sekundit tagasi",
"in {path}" : "rajal {path}",
"No notifications" : "Märguandeid pole",
"Never" : "Mitte kunagi",
"1 hour" : "1 tund",
"Your settings have been updated." : "Seaded on uuendatud.",
"You need to set up your email address before you can receive notification emails." : "Enne teavituskirjade saamist pead sa lisama oma e-posti aadressi.",
"None" : "Pole"
2018-10-04 03:31:19 +03:00
},
"nplurals=2; plural=(n != 1);");