mirror of
https://github.com/nextcloud/server.git
synced 2025-05-02 21:10:39 +00:00
32 lines
2.2 KiB
JavaScript
32 lines
2.2 KiB
JavaScript
OC.L10N.register(
|
|
"sharebymail",
|
|
{
|
|
"Shared with {email}" : "Jagatud aadressile {email}",
|
|
"Shared with {email} by {actor}" : "Jagatud aadressile {email} {actor} poolt",
|
|
"Password for mail share sent to {email}" : "Meiliga jagamise parool saadetud aadressile {email}",
|
|
"Password for mail share sent to you" : "Meiliga jagamise parool sulle saadetud",
|
|
"Password to access {file} was sent to {email}" : "Parool {file} ligipääsuks saadeti aadressile {email}",
|
|
"Password to access {file} was sent to you" : "Sulle saadeti {file} ligipääsuparool",
|
|
"Share by mail" : "Jaga e-postiga",
|
|
"Sharing %1$s failed, because this item is already shared with the account %2$s" : "%1$s jagamine ebaõnnestus, kuna seda üksust on juba jagatud kontoga %2$s",
|
|
"%1$s shared %2$s with you" : "%1$s jagas sinuga: %2$s",
|
|
"Note:" : "Märkus:",
|
|
"Open %s" : "Ava %s ",
|
|
"%1$s via %2$s" : "%1$s %2$s kaudu",
|
|
"It is protected with the following password:" : "See on kaitstud järgneva parooliga:",
|
|
"%1$s shared %2$s with you and wants to add:" : "%1$s jagas sinuga %2$s ning soovib lisada:",
|
|
"%1$s shared %2$s with you and wants to add" : "%1$s jagas sinuga %2$s ning soovib lisada",
|
|
"%s added a note to a file shared with you" : "%s jagas koos sulle jagatud failiga ka märget",
|
|
"Could not find share" : "Jagamist ei leitud.",
|
|
"Send password by mail" : "Saada parool e-postiga",
|
|
"%1$s shared »%2$s« with you" : "„%1$s“ jagas sinuga „%2$s“",
|
|
"%1$s shared »%2$s« with you." : "%1$s jagas sinuga „%2$s“ faili.",
|
|
"Click the button below to open it." : "Vajuta allolevat nuppu, et see avada.",
|
|
"Open »%s«" : "Ava »%s«",
|
|
"Password to access »%1$s« shared to you by %2$s" : "»%1$s« ligipääsu parool jagati sulle %2$s poolt",
|
|
"Password to access »%s«" : "Parool ligipääsuks: %s",
|
|
"%1$s shared »%2$s« with you and wants to add:" : "„%1$s“ jagas sinuga „%2$s“ ning soovib lisada:",
|
|
"%1$s shared »%2$s« with you and wants to add" : "„%1$s“ jagas sinuga „%2$s“ ning soovib lisada",
|
|
"»%s« added a note to a file shared with you" : "„%s“ jagas koos sulle jagatud failiga ka märget"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|