From 30b5a391f91145061cf10b0ed98110589a95fad7 Mon Sep 17 00:00:00 2001 From: Exerra Date: Tue, 4 Apr 2023 00:39:42 +0300 Subject: Latvian localizations (#5254) * first lv translations * LV translation for index.php * LV translation for install.php * LV translation for feedback.php * LV translation for sub.php * LV translation for gen.php (not fully done) Will need to get a few more info to determine correct declension * LV translations for conf.php (maybe not finished?) * Fixed an issue with an array in app/i18n/lv/gen.php * Fix new translation * Fix LTR * Fixed incorrect LV translations * Removed "// DIRTY" from LV i18n --------- Co-authored-by: Alexandre Alapetite --- app/i18n/lv/index.php | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 app/i18n/lv/index.php (limited to 'app/i18n/lv/index.php') diff --git a/app/i18n/lv/index.php b/app/i18n/lv/index.php new file mode 100644 index 000000000..6dab5acdc --- /dev/null +++ b/app/i18n/lv/index.php @@ -0,0 +1,76 @@ + array( + '_' => 'Par vietni', + 'agpl3' => 'AGPL 3', // IGNORE + 'bugs_reports' => 'Ziņojumi par kļūdām', + 'credits' => 'Kredīti', + 'credits_content' => 'Daži dizaina elementi nāk no Bootstrap, lai gan FreshRSS neizmanto šo ietvaru. Ikonas ir no GNOME projekta. Open Sans fontu policiju ir izveidojis Steve Matteson. FreshRSS pamatā ir PHP ietvarstruktūra Minz.', + 'documentation' => 'Dokumentācija', + 'freshrss_description' => 'FreshRSS ir paš-hostējams RSS agregators un lasītājs. Tas ļauj jums lasīt un sekot līdzi vairākām ziņu vietnēm vienā mirklī, bez nepieciešamības pārvietoties no vienas vietnes uz citu. FreshRSS ir viegls, konfigurējams un viegli lietojams.', + 'github' => 'GitHubā', + 'license' => 'Licenze', + 'project_website' => 'Projekta mājaslapa', + 'title' => 'Par vietni', + 'version' => 'Versija', + ), + 'feed' => array( + 'add' => 'Lūdzu pievienojat barotni.', + 'empty' => 'Nav neviena raksta, ko parādīt.', + 'rss_of' => 'RSS plūsma %s', + 'title' => 'Galvenā plūsma', + 'title_fav' => 'Mīļākie', + 'title_global' => 'Globālais skats', + ), + 'log' => array( + '_' => 'Žurnāli', + 'clear' => 'Iztīrīt žurnālus', + 'empty' => 'Žurnālu fails ir tukšs', + 'title' => 'Žurnāli', + ), + 'menu' => array( + 'about' => 'Par FreshRSS', + 'before_one_day' => 'Vecāks par vienu dienu', + 'before_one_week' => 'Vecāks par vienu nedēļu', + 'bookmark_query' => 'Pievienot grāmatzīmi pašreizējam pieprasījumam', + 'favorites' => 'Mīļākie (%s)', + 'global_view' => 'Globālais skats', + 'main_stream' => 'Galvenā plūsma', + 'mark_all_read' => 'Atzīmēt visus kā izlasītus', + 'mark_cat_read' => 'Atzīmēt kategoriju kā izlasītu', + 'mark_feed_read' => 'Atzīmēt barotni kā izlasītu', + 'mark_selection_unread' => 'Atzīmēt izvēlni kā izlasītu', + 'newer_first' => 'Sākumā jaunākos', + 'non-starred' => 'Rādīt neiecienītākos', + 'normal_view' => 'Parastais skats', + 'older_first' => 'Sākumā vecākos', + 'queries' => 'Lietotāja pieprasījumi', + 'read' => 'Rādīt izlasītos', + 'reader_view' => 'Lasīšanas skats', + 'rss_view' => 'RSS barotne', + 'search_short' => 'Meklēt', + 'starred' => 'Rādīt mīļākos', + 'stats' => 'Statistika', + 'subscription' => 'Abonementa pārvalde', + 'tags' => 'Manas birkas', + 'unread' => 'Rādīt neizlasītos', + ), + 'share' => 'Dalīties', + 'tag' => array( + 'related' => 'Raksta birkas', + ), + 'tos' => array( + 'title' => 'Pakalpojumu sniegšanas noteikumi', + ), +); -- cgit v1.2.3