nextcloud/apps/dashboard/l10n/et_EE.js
Nextcloud bot 600351c4cf
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-30 00:26:19 +00:00

19 lines
586 B
JavaScript

OC.L10N.register(
"dashboard",
{
"Dashboard" : "Töölaud",
"Dashboard app" : "Töölaua rakendus",
"\"{title} icon\"" : "\"{title} ikoon\"",
"Weather" : "Ilm",
"Status" : "Staatus",
"Good morning" : "Tere hommikust",
"Good morning, {name}" : "Tere hommikust, {name}",
"Good afternoon" : "Tere päevast",
"Good afternoon, {name}" : "Tere päevast, {name}",
"Good evening" : "Tere õhtust",
"Good evening, {name}" : "Tere õhtust, {name}",
"Hello" : "Tere",
"Hello, {name}" : "Tere, {name}"
},
"nplurals=2; plural=(n != 1);");