ADD: Локализация для будущих функций

This commit is contained in:
Evg 2022-07-31 10:08:49 +03:00
parent 4d30956a19
commit 8502379927
5 changed files with 15 additions and 0 deletions

View file

@ -32,6 +32,9 @@ return [
'status' => 'Link Status',
'there_program' => 'There is a program?',
'there_forum' => 'The site has a forum?',
'there_portal' => 'Is this a portal?',
'there_blog' => 'Is this a personal blog?',
'there_reference' => 'Is this a reference site (encyclopedia)?',
'hosted_github' => 'The program is hosted on GitHub?',
'url_github' => 'GitHub repository URL',
'related_posts' => 'Related posts',

View file

@ -32,6 +32,9 @@ return [
'status' => 'Stare link',
'there_program' => 'Există vreun program?',
'there_forum' => 'Site-ul are forum?',
'there_portal' => 'Acesta este un portal?',
'there_blog' => 'Acesta este un blog personal?',
'there_reference' => 'Este acesta un site de referință (enciclopedie)?',
'hosted_github' => 'Programul este găzduit pe GitHub?',
'url_github' => 'Adresa URL a depozitului GitHub',
'related_posts' => 'Postări asemănatoare',

View file

@ -32,6 +32,9 @@ return [
'status' => 'Статус ссылки',
'there_program' => 'Есть программа?',
'there_forum' => 'На сайте есть форум?',
'there_portal' => 'Это портал?',
'there_blog' => 'Это личный блог?',
'there_reference' => 'Это справочный сайт (энциклопедия)?',
'hosted_github' => 'Программа размещена на GitHub?',
'url_github' => 'URL адрес репозитория на GitHub',
'related_posts' => 'Связанные посты',

View file

@ -32,6 +32,9 @@ return [
'status' => '链接状态',
'there_program' => '有一个项目?',
'there_forum' => '该网站有一个论坛?',
'there_portal' => '这是传送门吗?',
'there_blog' => '这是个人博客吗?',
'there_reference' => '这是一个参考网站(百科全书)吗?',
'hosted_github' => '程序托管在GitHub上',
'url_github' => 'GitHub存储库URL',
'related_posts' => '相关帖子',

View file

@ -32,6 +32,9 @@ return [
'status' => '链接状态',
'there_program' => '有计划吗?',
'there_forum' => '网站上有论坛吗?',
'there_portal' => '这是传送门吗?',
'there_blog' => '这是个人博客吗?',
'there_reference' => '这是一个参考网站(百科全书)吗?',
'hosted_github' => '程序是否托管在GitHub上',
'url_github' => 'GitHub上存储库的URL',
'related_posts' => '相关职位',