add lang de/pl/pt/ro/ru/sv

This commit is contained in:
xiaomlove
2025-04-22 19:35:05 +07:00
parent ca33cbacfe
commit 2b970305a5
940 changed files with 48796 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
<?php
return [
'global_search' => 'Búsqueda global',
'search_keyword' => 'Keyword',
'search_area' => 'Range',
'search_area_options' => [
'0' => 'Título',
'1' => 'Descripción',
'3' => 'Cargador',
'4' => 'URL IMDB'
],
'search_modes' => [
'and' => 'Y',
'exact' => 'Exacto',
],
];