2FAuth/resources/lang/ko/languages.php
2024-09-25 17:56:22 +02:00

24 lines
689 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
/*
|--------------------------------------------------------------------------
| Language names
|--------------------------------------------------------------------------
|
|
*/
'browser_preference' => '브라우저 설정',
'en' => 'English (영어)',
'fr' => 'Français (프랑스어)',
'de' => 'Deutsch (독일어)',
'es' => 'Español (스페인어)',
'zh' => '简体中文 (중국어 간체)',
'ru' => 'Pусский (러시아어)',
'bg' => 'Български (불가리아어)',
'ja' => '日本語 (일본어)',
'hi' => 'हिंदी (힌디어)',
'tr' => 'Türkçe (튀르키예어)',
];