mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-22 16:23:18 +01:00
95 lines
3.6 KiB
PHP
95 lines
3.6 KiB
PHP
<?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' => 'සංස්කරණය',
|
|
'delete' => 'Delete',
|
|
'disable' => 'Disable',
|
|
'enable' => 'Enable',
|
|
'create' => 'සාදන්න',
|
|
'save' => 'සුරකින්න',
|
|
'close' => 'වසන්න',
|
|
'clear' => 'Clear',
|
|
'clear_search' => 'Clear search',
|
|
'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',
|
|
'x_selected' => ':count selected',
|
|
'name' => 'නම',
|
|
'manage' => 'Manage',
|
|
'done' => 'Done',
|
|
'new' => 'නව',
|
|
'back' => 'ආපසු',
|
|
'move' => 'Move',
|
|
'export' => 'Export',
|
|
'all' => 'සියල්ල',
|
|
'check_all' => 'All',
|
|
'select_all' => 'Select all',
|
|
'clear_selection' => 'Clear selection',
|
|
'sort_descending' => 'Sort descending',
|
|
'sort_ascending' => 'Sort ascending',
|
|
'rename' => 'නැවත නම්කරන්න',
|
|
'new_name' => 'New name',
|
|
'options' => 'විකල්ප',
|
|
'reload' => 'නැවත පූරණය',
|
|
'refresh' => 'Refresh',
|
|
'data_refreshed_to_reflect_server_changes' => 'Data has been refresh to reflect server-side changes',
|
|
'generate' => 'Generate',
|
|
'generating_otp' => 'Generating OTP',
|
|
'open_in_browser' => 'Open in browser',
|
|
'continue' => 'Continue',
|
|
'discard' => 'Discard',
|
|
'about' => 'About',
|
|
'usefull_links' => 'Usefull links',
|
|
'environment' => 'Environment',
|
|
'credits' => 'Credits',
|
|
'2fauth_teaser' => 'A web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes',
|
|
'made_with' => 'Made with',
|
|
'ui_icons_by' => 'UI Icons by',
|
|
'logos_by' => 'Logos by',
|
|
'search' => 'Search',
|
|
'resources' => 'Resources',
|
|
'check_for_update' => 'Check for new version',
|
|
'check_for_update_help' => 'Automatically check (once a week) and warn when a new release of 2FAuth is published on Github',
|
|
'you_are_up_to_date' => 'This instance is up-to-date',
|
|
'2fauth_description' => 'A web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes',
|
|
'image_of_qrcode_to_scan' => 'Image of a QR code to scan',
|
|
'file' => 'File',
|
|
'or' => 'OR',
|
|
'close_the_x_page' => 'Close the :pagetitle page',
|
|
'submit' => 'Submit',
|
|
'default' => 'Default',
|
|
'back_to_home' => 'Back to home',
|
|
'nothing' => 'nothing',
|
|
'no_result' => 'No result',
|
|
'information' => 'Information',
|
|
'send' => 'Send',
|
|
'optimize' => 'Optimize',
|
|
'IP' => 'IP',
|
|
'browser' => 'Browser',
|
|
'operating_system_short' => 'OS',
|
|
'no_entry_yet' => 'No entry yet',
|
|
'time' => 'Time',
|
|
'ip_address' => 'IP Address',
|
|
'device' => 'Device',
|
|
'one_month' => '1 mo.',
|
|
'x_month' => ':x mos.',
|
|
'one_year' => '1 yr.',
|
|
];
|