Browse Source

Update Estonian translation (#17394) [skip ci]

tags/2.0.22
stevekr 5 years ago committed by Alexander Makarov
parent
commit
c70a2eb0d6
  1. 85
      framework/messages/et/yii.php

85
framework/messages/et/yii.php

@ -30,13 +30,11 @@ return [
'Error' => 'Viga',
'File upload failed.' => 'Faili üleslaadimine ebaõnnestus.',
'Home' => 'Avaleht',
'Invalid data received for parameter "{param}".' => 'Parameetri "{param}" jaoks võeti vastu vigased andmed.',
'Invalid data received for parameter "{param}".' => 'Parameetri "{param}" jaoks võeti vastu sobimatud andmed.',
'Login Required' => 'Vajalik on sisse logimine',
'Missing required arguments: {params}' => 'Puuduvad nõutud argumendid: {params}',
'Missing required parameters: {params}' => 'Puuduvad nõutud parameetrid: {params}',
'No' => 'Ei',
'No help for unknown command "{command}".' => 'Tundmatu käsu "{command}" jaoks puudub abi.',
'No help for unknown sub-command "{command}".' => 'Tundmatu alamkäsu "{command}" jaoks puudub abi.',
'No results found.' => 'Ei leitud ühtegi tulemust.',
'Only files with these MIME types are allowed: {mimeTypes}.' => 'Lubatud on ainult nende MIME tüüpidega failid: {mimeTypes}.',
'Only files with these extensions are allowed: {extensions}.' => 'Lubatud on ainult nende faililaienditega failid: {extensions}.',
@ -56,7 +54,6 @@ return [
'The verification code is incorrect.' => 'Kontrollkood on vale.',
'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => 'Kokku <b>{count, number}</b> {count, plural, one{üksus} other{üksust}}.',
'Unable to verify your data submission.' => 'Ei suuda edastatud andmete õigsuses veenduda.',
'Unknown command "{command}".' => 'Tundmatu käsklus "{command}".',
'Unknown option: --{name}' => 'Tundmatu valik: --{name}',
'Update' => 'Muuda',
'View' => 'Vaata',
@ -72,7 +69,7 @@ return [
'the input value' => 'sisendväärtus',
'{attribute} "{value}" has already been taken.' => '{attribute} "{value}" on juba kasutuses.',
'{attribute} cannot be blank.' => '{attribute} ei tohi olla tühi.',
'{attribute} is invalid.' => '{attribute} on vigane.',
'{attribute} is invalid.' => '{attribute} on sobimatu.',
'{attribute} is not a valid URL.' => '{attribute} ei ole korrektne URL.',
'{attribute} is not a valid email address.' => '{attribute} ei ole korrektne e-posti aadress.',
'{attribute} must be "{requiredValue}".' => '{attribute} peab olema "{requiredValue}".',
@ -80,33 +77,69 @@ return [
'{attribute} must be a string.' => '{attribute} peab olema tekst.',
'{attribute} must be an integer.' => '{attribute} peab olema täisarv.',
'{attribute} must be either "{true}" or "{false}".' => '{attribute} peab olema kas "{true}" või "{false}".',
'{attribute} must be greater than "{compareValue}".' => '{attribute} peab olema suurem kui "{compareValue}".',
'{attribute} must be greater than or equal to "{compareValue}".' => '{attribute} peab olema suurem või võrdne "{compareValue}".',
'{attribute} must be less than "{compareValue}".' => '{attribute} peab olema väiksem kui "{compareValue}".',
'{attribute} must be less than or equal to "{compareValue}".' => '{attribute} peab olema väiksem või võrdne "{compareValue}".',
'{attribute} must be no greater than {max}.' => '{attribute} ei tohi olla suurem kui {max}.',
'{attribute} must be no less than {min}.' => '{attribute} ei tohi olla väiksem kui {min}.',
'{attribute} must be repeated exactly.' => '{attribute} peab täpselt kattuma.',
'{attribute} must not be equal to "{compareValue}".' => '{attribute} ei tohi olla "{compareValue}".',
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} peab sisaldama vähemalt {min, number} {min, plural, one{tähemärki} other{tähemärki}}.',
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} tohib sisaldada maksimaalselt {max, number} {max, plural, one{tähemärki} other{tähemärki}}.',
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} peab sisaldama {length, number} {length, plural, one{tähemärki} other{tähemärki}}.',
'{delta, plural, =1{a day} other{# days}} ago' => '{delta, plural, =1{üks päev} other{# päeva}} tagasi',
'{delta, plural, =1{a minute} other{# minutes}} ago' => '{delta, plural, =1{üks minut} other{# minutit}} tagasi',
'{delta, plural, =1{a day} other{# days}} ago' => '{delta, plural, =1{1 päev} other{# päeva}} tagasi',
'{delta, plural, =1{a minute} other{# minutes}} ago' => '{delta, plural, =1{1 minut} other{# minutit}} tagasi',
'{delta, plural, =1{a month} other{# months}} ago' => '{delta, plural, =1{kuu aega} other{# kuud}} tagasi',
'{delta, plural, =1{a second} other{# seconds}} ago' => '{delta, plural, =1{üks sekund} other{# sekundit}} tagasi',
'{delta, plural, =1{a second} other{# seconds}} ago' => '{delta, plural, =1{1 sekund} other{# sekundit}} tagasi',
'{delta, plural, =1{a year} other{# years}} ago' => '{delta, plural, =1{aasta} other{# aastat}} tagasi',
'{delta, plural, =1{an hour} other{# hours}} ago' => '{delta, plural, =1{tund aega} other{# tundi}} tagasi',
'{n, plural, =1{# byte} other{# bytes}}' => '{n, plural, =1{# bait} other{# baiti}}',
'{n, plural, =1{# gigabyte} other{# gigabytes}}' => '{n, plural, =1{# gigabait} other{# gigabaiti}}',
'{n, plural, =1{# kilobyte} other{# kilobytes}}' => '{n, plural, =1{# kilobait} other{# kilobaiti}}',
'{n, plural, =1{# megabyte} other{# megabytes}}' => '{n, plural, =1{# megabait} other{# megabaiti}}',
'{n, plural, =1{# petabyte} other{# petabytes}}' => '{n, plural, =1{# petabait} other{# petabaiti}}',
'{n, plural, =1{# terabyte} other{# terabytes}}' => '{n, plural, =1{# terabait} other{# terabaiti}}',
'{n} B' => '{n} B',
'{n} GB' => '{n} GB',
'{n} KB' => '{n} KB',
'{n} MB' => '{n} MB',
'{n} PB' => '{n} PB',
'{n} TB' => '{n} TB',
' and ' => ' ja ',
'"{attribute}" does not support operator "{operator}".' => '"{attribute}" ei toeta tehtemärki "{operator}".',
'Condition for "{attribute}" should be either a value or valid operator specification.' => 'Atribuudi "{attribute}" tingimus peaks olema kas väärtus või korrektne tehtemärgi spetsifikatsioon.',
'Operator "{operator}" must be used with a search attribute.' => 'Tehtemärki "{operator}" peab kasutama koos otsinguatribuudiga.',
'Operator "{operator}" requires multiple operands.' => 'Tehtemärk "{operator}" nõuab mitut operandi.',
'Powered by {yii}' => '',
'The combination {values} of {attributes} has already been taken.' => 'Atribuutide {attributes} väärtuste kombinatsioon {values} on juba võetud.',
'The format of {filter} is invalid.' => 'Filtri {filter} formaat on sobimatu.',
'Unknown alias: -{name}' => 'Tundmatu alias: -{name}',
'Unknown filter attribute "{attribute}"' => 'Tundmatu filtri atribuut "{attribute}"',
'Yii Framework' => 'Yii raamistik',
'You should upload at least {limit, number} {limit, plural, one{file} other{files}}.' => 'Peaksid üles laadima vähemalt {limit, number} {limit, plural, one{faili} other{faili}}.',
'just now' => 'just nüüd',
'{attribute} contains wrong subnet mask.' => '{attribute} sisaldab valet alamvõrgumaski.',
'{attribute} is not in the allowed range.' => '{attribute} ei ole lubatud vahemikus.',
'{attribute} must be a valid IP address.' => '{attribute} peab olema õige IP-aadress',
'{attribute} must be an IP address with specified subnet.' => '{attribute} peab olema võrgumaskiga IP-aadress.',
'{attribute} must be equal to "{compareValueOrAttribute}".' => '{attribute} peab olema "{compareValueOrAttribute}".',
'{attribute} must be greater than "{compareValueOrAttribute}".' => '{attribute} peab olema suurem kui "{compareValueOrAttribute}".',
'{attribute} must be greater than or equal to "{compareValueOrAttribute}".' => '{attribute} peab olema suurem või võrdne "{compareValueOrAttribute}".',
'{attribute} must be less than "{compareValueOrAttribute}".' => '{attribute} peab olema väiksem kui "{compareValueOrAttribute}".',
'{attribute} must be less than or equal to "{compareValueOrAttribute}".' => '{attribute} peab olema väiksem või võrdne "{compareValueOrAttribute}".',
'{attribute} must not be a subnet.' => '{attribute} ei tohi olla alamvõrk.',
'{attribute} must not be an IPv4 address.' => '{attribute} ei tohi olla IPv4 aadress.',
'{attribute} must not be an IPv6 address.' => '{attribute} ei tohi olla IPv6 aadress.',
'{attribute} must not be equal to "{compareValueOrAttribute}".' => '{attribute} ei tohi olla "{compareValueOrAttribute}".',
'{delta, plural, =1{1 day} other{# days}}' => '{delta, plural, =1{1 päev} other{# päeva}}',
'{delta, plural, =1{1 hour} other{# hours}}' => '{delta, plural, =1{1 tund} other{# tundi}}',
'{delta, plural, =1{1 minute} other{# minutes}}' => '{delta, plural, =1{1 minut} other{# minutit}}',
'{delta, plural, =1{1 month} other{# months}}' => '{delta, plural, =1{1 kuu} other{# kuud}}',
'{delta, plural, =1{1 second} other{# seconds}}' => '{delta, plural, =1{1 sekund} other{# sekundit}}',
'{delta, plural, =1{1 year} other{# years}}' => '{delta, plural, =1{1 aasta} other{# aastat}}',
'{nFormatted} B' => '{nFormatted} B',
'{nFormatted} GB' => '{nFormatted} GB',
'{nFormatted} GiB' => '{nFormatted} GiB',
'{nFormatted} KiB' => '{nFormatted} KiB',
'{nFormatted} MB' => '{nFormatted} MB',
'{nFormatted} MiB' => '{nFormatted} MiB',
'{nFormatted} PB' => '{nFormatted} PB',
'{nFormatted} PiB' => '{nFormatted} PiB',
'{nFormatted} TB' => '{nFormatted} TB',
'{nFormatted} TiB' => '{nFormatted} TiB',
'{nFormatted} kB' => '{nFormatted} kB',
'{nFormatted} {n, plural, =1{byte} other{bytes}}' => '{nFormatted} {n, plural, =1{bait} other{baiti}}',
'{nFormatted} {n, plural, =1{gibibyte} other{gibibytes}}' => '{nFormatted} {n, plural, =1{gibibait} other{gibibaiti}}',
'{nFormatted} {n, plural, =1{gigabyte} other{gigabytes}}' => '{nFormatted} {n, plural, =1{gigabait} other{gigabaiti}}',
'{nFormatted} {n, plural, =1{kibibyte} other{kibibytes}}' => '{nFormatted} {n, plural, =1{kibibait} other{kibibaiti}}',
'{nFormatted} {n, plural, =1{kilobyte} other{kilobytes}}' => '{nFormatted} {n, plural, =1{kilobait} other{kilobaiti}}',
'{nFormatted} {n, plural, =1{mebibyte} other{mebibytes}}' => '{nFormatted} {n, plural, =1{mebibait} other{mebibaiti}}',
'{nFormatted} {n, plural, =1{megabyte} other{megabytes}}' => '{nFormatted} {n, plural, =1{megabait} other{megabaiti}}',
'{nFormatted} {n, plural, =1{pebibyte} other{pebibytes}}' => '{nFormatted} {n, plural, =1{pebibait} other{pebibaiti}}',
'{nFormatted} {n, plural, =1{petabyte} other{petabytes}}' => '{nFormatted} {n, plural, =1{petabait} other{petabaiti}}',
'{nFormatted} {n, plural, =1{tebibyte} other{tebibytes}}' => '{nFormatted} {n, plural, =1{tebibait} other{tebibaiti}}',
'{nFormatted} {n, plural, =1{terabyte} other{terabytes}}' => '{nFormatted} {n, plural, =1{terabait} other{terabaiti}}',
];

Loading…
Cancel
Save