ru_RU - PHP Online

Form of PHP Sandbox

Enter Your PHP code here for testing/debugging in the Online PHP Sandbox. As in the usual PHP files, you can also add HTML, but do not forget to add the tag <?php in the places where the PHP script should be executed.



Your result can be seen below.

Result of php executing





Full code of ru_RU.php

  1. <?php
  2. /**
  3.  * ru_RU (Russia)
  4.  *
  5.  * Machine Translated via Yandex Translate API
  6.  */
  7. return array (
  8.   'num_1' => '1',
  9.   'num_2' => '2',
  10.   'num_3' => '3',
  11.   'num_4' => '4',
  12.   'num_5' => '5',
  13.   'num_6' => '6',
  14.   'num_7' => '7',
  15.   'num_8' => '8',
  16.   'num_9' => '9',
  17.   'num_0' => '0',
  18.   'first' => 'Первый',
  19.   'last' => 'Последний',
  20.   'next' => 'Следующий',
  21.   'prev' => 'Предыдущий.',
  22.   
  23.   'just_now' => 'Только что',
  24.   'second' => 'Второй',
  25.   'second_plural' => 'Второй',
  26.   'minute' => 'Минута',
  27.   'minute_plural' => 'Минута',
  28.   'hour' => 'Час',
  29.   'hour_plural' => 'Час',
  30.   'day' => 'День',
  31.   'day_plural' => 'День',
  32.   'week' => 'Неделя',
  33.   'week_plural' => 'Неделя',
  34.   'month'  => 'Месяяц',
  35.   'month_plural' => 'Месяц',
  36.   'year'  => 'Год',
  37.   'year_plural' => 'Год',
  38.   'decade' => 'десятилетие',
  39.   'decade_plural' => 'десятилетие',
  40.   '%s_ago' => '%s назад',
  41.   'not-yet' => 'еще нет',
  42.   'nothing-found' => 'Ничего не найдено',
  43.   'nothing-found-text' => 'Извините, но по вашему запросу результатов не найдено. Пожалуйста, попробуйте еще раз',
  44.   'nothing-found-category' => 'В этой категории сообщений не найдено. Настройте фиды и импортируйте несколько.',
  45.   'no-posts-found' => 'Сообщений не найдено. Настройте фиды и импортируйте несколько.',
  46.   'refresh' => 'Обновить',
  47.   'homepage' => 'Домашняя страница',
  48.   'home' => 'Домашняя страница',
  49.   '404-heading' => '404 <span class="text-muted">That’s an error.</span>',
  50.   '404-text' => 'The requested URL was not found on the server',
  51.   'thats-all-we-know' => 'Это все, что мы знаем.',
  52.   'return-to-home' => '← Возврат домой',
  53.   'read-entire-article' => 'Прочитайте Всю Статью Целиком',
  54.  
  55.   'site-menu' => 'Меню сайта',
  56.   'latest' => 'Самые последние новости',
  57.   'dashboard' => 'Приборная панель',
  58.   'search-box-placeholder' => 'Искать в Интернете...',
  59.   'trending' => 'В тренде',
  60.   'popular' => 'Популярный',
  61.   'related' => 'Связанный',
  62.   'copyright' => 'Все права защищены',
  63.  
  64.   'register' => 'Связанный',
  65.   'sign-in' => 'Войти в систему',
  66.  
  67.   'theme-options' => 'Параметры темы',
  68.   'theme-options-subheading' => 'Настройка Темы',
  69.   'site-language-label' => 'Язык сайта',
  70.   'site-language-desc' => 'Язык по умолчанию для темы. Язык сайта может отличаться из-за изменения с помощью переключателя интерфейса.',
  71.  
  72.   'custom-css-label' => 'Custom CSS',
  73.   'custom-css-desc' => 'Inject custom css styles to overwrite default theme styles without modifying theme stylesheet.',
  74.  
  75.   'single-layout-label' => 'Макет страницы статьи',
  76.   'single-layout-desc' => 'Выберите предпочтительный макет для страницы статьи.',
  77.   'layout-single' => 'Полная Страница, Без Боковой Панели',
  78.   'layout-with-sidebar' => 'Две боковые панели',
  79.  
  80.   'options-updated-successfully' => 'Параметры были успешно обновлены.',
  81.  
  82.   // Category labels
  83.   // Translate category names by the following manners:
  84.   // category-label-{category_slug}
  85.   'category-label-everything'    => 'Все',
  86.   'category-label-international' => 'Международные',
  87.   'category-label-politics'      => 'Политика',
  88.   'category-label-local'         => 'Местные новости',
  89.   'category-label-finance'       => 'Финансы',
  90.   'category-label-sports'        => 'Спорт',
  91.   'category-label-entertainment' => 'Развлечение',
  92.   'category-label-lifestyle'     => 'Стиль жизни',
  93.   'category-label-technology'    => 'Технологии',
  94.   'category-label-literature'    => 'Литература',
  95.   'category-label-science'       => 'Наука',
  96.   'category-label-health'        => 'Здравоохранение',
  97.   );
  98.  
File Description
  • ru_RU
  • PHP Code
  • 10 Jan-2021
  • 4.28 Kb
You can Share it: