Apply fixes from StyleCI
This commit is contained in:
parent
6331a29962
commit
920ed824d6
98 changed files with 1634 additions and 1536 deletions
|
@ -1,29 +1,30 @@
|
|||
<?php
|
||||
return array(
|
||||
"again" => "Uuesti",
|
||||
"close" => "Sulge",
|
||||
"connection" => "Ühendus",
|
||||
"cpu" => "CPU",
|
||||
"current_password" => "Praegune salasõna",
|
||||
"disabled" => "Välja lülitatud",
|
||||
"email" => "Email",
|
||||
"enabled" => "Lubatud",
|
||||
"language" => "Keel",
|
||||
"location" => "Asukoht",
|
||||
"login" => "Logi sisse",
|
||||
"memory" => "Mälu",
|
||||
"no" => "Ei",
|
||||
"node" => "Node",
|
||||
"players" => "Mängijad",
|
||||
"registered" => "Registreeritud",
|
||||
"restart" => "Taaskäivita",
|
||||
"root_administrator" => "Juur Administraator",
|
||||
"save" => "Salvesta",
|
||||
"start" => "Start",
|
||||
"status" => "Staatus",
|
||||
"stop" => "Peata",
|
||||
"submit" => "Sisesta",
|
||||
"success" => "Õnnestus",
|
||||
"whoops" => "Oihhh",
|
||||
"yes" => "Jah",
|
||||
);
|
||||
|
||||
return [
|
||||
'again' => 'Uuesti',
|
||||
'close' => 'Sulge',
|
||||
'connection' => 'Ühendus',
|
||||
'cpu' => 'CPU',
|
||||
'current_password' => 'Praegune salasõna',
|
||||
'disabled' => 'Välja lülitatud',
|
||||
'email' => 'Email',
|
||||
'enabled' => 'Lubatud',
|
||||
'language' => 'Keel',
|
||||
'location' => 'Asukoht',
|
||||
'login' => 'Logi sisse',
|
||||
'memory' => 'Mälu',
|
||||
'no' => 'Ei',
|
||||
'node' => 'Node',
|
||||
'players' => 'Mängijad',
|
||||
'registered' => 'Registreeritud',
|
||||
'restart' => 'Taaskäivita',
|
||||
'root_administrator' => 'Juur Administraator',
|
||||
'save' => 'Salvesta',
|
||||
'start' => 'Start',
|
||||
'status' => 'Staatus',
|
||||
'stop' => 'Peata',
|
||||
'submit' => 'Sisesta',
|
||||
'success' => 'Õnnestus',
|
||||
'whoops' => 'Oihhh',
|
||||
'yes' => 'Jah',
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue