mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
Remove whitespace inside link + fa translating
This commit is contained in:
@@ -45,12 +45,12 @@ toolbar.about=درباره
|
||||
toolbar.logout=خروج
|
||||
toolbar.donate=کمک مالی
|
||||
|
||||
view.entry_source=from ####### Needs translation
|
||||
view.entry_source=از
|
||||
view.entry_author=توسط
|
||||
view.error_while_loading_feed=متأسفانه، هنگام بارگیری این خوراک خطایی رخدادهاست.
|
||||
view.keep_unread=خواندهنشده نگهدار
|
||||
view.no_unread_items=هیچ مطلب خواندهنشدهای ندارد.
|
||||
view.mark_up_to_here=Mark as read up to here ####### Needs translation
|
||||
view.mark_up_to_here=تا اینجا را خواندهشده در نظر بگیر
|
||||
|
||||
feedsearch.hint=نوشتن بر روی یک اشتراک...
|
||||
feedsearch.help=دکمهٔ بازگشت برای انتخاب و دکمههای جهتدار را برای ناوبری استفاده کن.
|
||||
@@ -110,8 +110,8 @@ about.goodies.chrome_extension=افزونهٔ کروم
|
||||
about.goodies.firefox_extension=افزونهٔ فایرفاکس
|
||||
about.goodies.opera_extension=افزونهٔ اپرا
|
||||
about.goodies.subscribe_bookmarklet=افزودن بوکمارکلت اشتراک (با کلیک)
|
||||
about.goodies.subscribe_bookmarklet_asc=Oldest first ####### Needs translation
|
||||
about.goodies.subscribe_bookmarklet_desc=Newest first ####### Needs translation
|
||||
about.goodies.subscribe_bookmarklet_asc=اول قدیمیترینها
|
||||
about.goodies.subscribe_bookmarklet_desc=اول جدیدترینها
|
||||
about.goodies.next_unread_bookmarklet=بوکمارکلت مطلب خوانده نشدهٔ بعدی(با کشیدن و رهاکردن در نوار بوکمارکلت)
|
||||
about.translation=ترجمه
|
||||
about.translation.message=ما به کمک شما برای ترجمهٔ کامافید نیازمدیم.
|
||||
|
||||
@@ -46,9 +46,7 @@
|
||||
<div class="entry-subtitle">
|
||||
<span class="entry-source" ui-if="selectedType == 'category'">
|
||||
<span class="entry-source-prefix">${view.entry_source}</span>
|
||||
<a ng-click="goToFeed(entry.feedId)" class="pointer">
|
||||
<span>{{entry.feedName}}</span>
|
||||
</a>
|
||||
<a ng-click="goToFeed(entry.feedId)" class="pointer"><span>{{entry.feedName}}</span></a>
|
||||
</span>
|
||||
<span class="entry-author" ui-if="entry.author">
|
||||
<span class="entry-author-prefix">${view.entry_author}</span>
|
||||
|
||||
Reference in New Issue
Block a user