2FAuth/resources/lang/si/commons.php

48 lines
1.8 KiB
PHP
Raw Normal View History

2021-03-04 20:49:22 +01:00
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'cancel' => 'අවලංගු',
'update' => 'යාවත්කාල',
'copy' => 'Copy',
'copy_to_clipboard' => 'පසුරුපුවරුවට පිටපත්',
'copied_to_clipboard' => 'පසුරුපුවරුවට පිටපත් කෙරිණි',
'profile' => 'පැතිකඩ',
'edit' => 'සංස්කරණය',
2021-03-04 20:49:22 +01:00
'delete' => 'Delete',
'disable' => 'Disable',
'enable' => 'Enable',
'create' => 'සාදන්න',
'save' => 'සුරකින්න',
'close' => 'වසන්න',
2021-03-04 20:49:22 +01:00
'demo_do_not_post_sensitive_data' => 'This is a demo app, do not post any sensitive data',
'testing_do_not_post_sensitive_data' => 'This is a testing app, do not post any sensitive data',
2021-03-04 20:49:22 +01:00
'selected' => 'selected',
'name' => 'නම',
2021-03-04 20:49:22 +01:00
'manage' => 'Manage',
'done' => 'Done',
'new' => 'නව',
'back' => 'ආපසු',
2021-03-04 20:49:22 +01:00
'move' => 'Move',
'all' => 'සියල්ල',
'rename' => 'නැවත නම්කරන්න',
'new_name' => 'New name',
'options' => 'විකල්ප',
'reload' => 'නැවත පූරණය',
'some_data_have_changed' => 'Some data have changed. You should',
'generate' => 'Generate',
'open_in_browser' => 'Open in browser',
'continue' => 'Continue',
'discard' => 'Discard'
2021-03-04 20:49:22 +01:00
];