8 lines
257 B
Lua
8 lines
257 B
Lua
|
|
--- Only modify the value on the right side. Do not change the original text located between the square brackets!
|
||
|
|
|
||
|
|
Locale = {
|
||
|
|
['Press'] = 'Apasa',
|
||
|
|
['to {action}'] = 'pentru a {action}',
|
||
|
|
['Play suggested animation'] = 'Reda animatia sugerata',
|
||
|
|
}
|