trypost/lang/ru/assets.php
Paulo Castellano 6797706921 Translate the interface into 12 languages
Add full lang/ translations for fr, de, it, nl, pl, el, ja, ko, zh, ru,
tr, and ar — all 23 base files each, with identical key trees to lang/en,
preserved :placeholders and plural forms, and native product terminology.
2026-07-03 15:38:40 -03:00

52 lines
2.1 KiB
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 [
'title' => 'Медиафайлы',
'tabs' => [
'my_uploads' => 'Мои загрузки',
'stock_photos' => 'Стоковые фото',
'gifs' => 'GIF',
],
'upload' => [
'drag_drop' => 'Перетащите файлы сюда или нажмите для выбора',
'formats' => 'JPEG, PNG, GIF, WebP, MP4, PDF',
'uploading' => 'Загрузка...',
'failed' => 'Не удалось загрузить :file. Попробуйте ещё раз.',
],
'empty' => [
'title' => 'Пока нет медиафайлов',
'description' => 'Загружайте изображения и видео, чтобы наполнить медиатеку.',
],
'save_to_assets' => 'Сохранить в медиафайлы',
'saved' => 'Сохранено в медиафайлы!',
'create_post' => 'Создать пост',
'add_to_post' => 'Добавить в пост',
'search_placeholder' => 'Поиск медиа...',
'delete' => [
'title' => 'Удалить файл',
'description' => 'Вы уверены, что хотите удалить этот файл? Это действие нельзя отменить.',
'confirm' => 'Удалить',
'cancel' => 'Отмена',
],
'unsplash' => [
'search_placeholder' => 'Поиск бесплатных фото...',
'no_results' => 'Фото не найдены',
'no_results_description' => 'Попробуйте другой запрос.',
'trending' => 'Популярное на Unsplash',
'start_searching' => 'Ищите бесплатные стоковые фото из Unsplash',
],
'giphy' => [
'trending' => 'Популярное на Giphy',
'search_placeholder' => 'Поиск GIF...',
'no_results' => 'GIF не найдены',
'no_results_description' => 'Попробуйте другой запрос.',
'powered_by' => 'При поддержке GIPHY',
],
];