i18n hebrew more

This commit is contained in:
Alexandre Alapetite
2017-12-16 23:05:40 +01:00
parent 8c50a44687
commit 46f52c8a5e
2 changed files with 29 additions and 1 deletions

View File

@@ -104,10 +104,19 @@ return array(
'should_be_activated' => 'חובה להפעיל JavaScript',
),
'lang' => array(
'cz' => 'Čeština',
'de' => 'Deutsch',
'en' => 'English',
'es' => 'Español',
'fr' => 'Français',
'he' => 'עברית',
'it' => 'Italiano',
'kr' => '한국어',
'nl' => 'Nederlands',
'pt-br' => 'Português (Brasil)',
'ru' => 'Русский',
'tr' => 'Türkçe',
'zh-cn' => '简体中文',
),
'menu' => array(
'about' => 'אודות',
@@ -125,6 +134,7 @@ return array(
'sharing' => 'שיתוף',
'shortcuts' => 'קיצורי דרך',
'stats' => 'סטטיסטיקות',
'system' => 'System configuration', // @todo
'update' => 'עדכון',
'user_management' => 'Manage users', // @todo
'user_profile' => 'Profile', // @todo
@@ -144,10 +154,15 @@ return array(
'email' => 'דואר אלקטרוני',
'facebook' => 'Facebook',
'g+' => 'Google+',
'gnusocial' => 'GNU social',
'jdh' => 'Journal du hacker',
'mastodon' => 'Mastodon',
'movim' => 'Movim',
'print' => 'הדפסה',
'shaarli' => 'Shaarli',
'twitter' => 'Twitter',
'wallabag' => 'wallabag',
'wallabag' => 'wallabag v1',
'wallabagv2' => 'wallabag v2',
),
'short' => array(
'attention' => 'זהירות!',

View File

@@ -1,6 +1,15 @@
<?php
return array(
'api' => array(
'documentation' => 'Copy the following URL to use it within an external tool.', // @todo
'title' => 'API', // @todo
),
'bookmarklet' => array(
'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.', // @todo
'label' => 'Subscribe', // @todo
'title' => 'Bookmarklet', // @todo
),
'category' => array(
'_' => 'קטגוריה',
'add' => 'הוספת קטגוריה',
@@ -38,6 +47,10 @@ return array(
'validator' => 'בדיקות תקינות ההזנה',
'website' => 'אתר URL',
),
'firefox' => array(
'documentation' => 'Follow the steps described <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">here</a> to add FreshRSS to Firefox feed reader list.', // @todo
'title' => 'Firefox feed reader', // @todo
),
'import_export' => array(
'export' => 'ייצוא',
'export_opml' => 'ייצוא רשימת הזנות (OPML)',