mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 23:28:56 +03:00
Merge branch 'development' into nt/flipper
This commit is contained in:
commit
0dd772f14d
@ -35,7 +35,7 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath("com.android.tools.build:gradle:7.3.1")
|
||||
classpath("com.android.tools.build:gradle:7.2.1")
|
||||
classpath 'com.google.gms:google-services:4.3.10'
|
||||
classpath("com.facebook.react:react-native-gradle-plugin")
|
||||
classpath("de.undercouch:gradle-download-task:5.0.1")
|
||||
|
@ -25,7 +25,7 @@
|
||||
"bump-minor": "npm version minor --no-git-tag-version",
|
||||
"bump-major": "npm version major --no-git-tag-version",
|
||||
"postinstall": "npx patch-package && node_modules/.bin/rn-nodeify --install --hack --yarn && cd ios && pod install",
|
||||
"ubuntu:pixel-6": "cd $ANDROID_HOME/tools && __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia emulator -avd pixel-6 -gpu host",
|
||||
"ubuntu:pixel_6": "cd $ANDROID_HOME/tools && __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia emulator -avd pixel_6 -gpu host",
|
||||
"ubuntu:flipper": "__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia flipper"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -69,7 +69,7 @@ const PostCardView = ({
|
||||
};
|
||||
|
||||
const _handleOnReblogsPress = () => {
|
||||
if (reblogs.length > 0) {
|
||||
if (reblogs && reblogs.length > 0) {
|
||||
handleOnReblogsPress();
|
||||
}
|
||||
};
|
||||
|
@ -1,8 +1,5 @@
|
||||
import Bugsnag from '@bugsnag/react-native';
|
||||
import Config from 'react-native-config';
|
||||
|
||||
const bugsnapInstance = Bugsnag.start({
|
||||
apiKey: Config.BUGSNAG_API_KEY,
|
||||
});
|
||||
const bugsnapInstance = Bugsnag.start();
|
||||
|
||||
export default bugsnapInstance;
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "ikot dröen",
|
||||
"unfollow": "piyôh ikut dröen",
|
||||
"ignore": "hanapeureumeun dröen",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Pilèh",
|
||||
"comment": "Komentar",
|
||||
"mention": "Seuböt",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Kirèm",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "مصوت سلباً",
|
||||
"reply": "الرد على",
|
||||
"mention": "أشارك إليك في",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "قام بمتابعتك",
|
||||
"unfollow": "قام بإلغاء متابعتك",
|
||||
"ignore": "قام بتجاهلك",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "تصويت",
|
||||
"comment": "تعليق",
|
||||
"mention": "إشارة",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "إعادة النشر",
|
||||
"transfers": "التحويلات",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "استخدم فقط الأحرف الصغيرة والأرقام ووصلة واحدة",
|
||||
"limited_firstchar": "يجب أن تبدأ العلامة بحرف",
|
||||
"limited_lastchar": "يجب أن تنتهي العلامة بحرف أو رقم",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "الجدول الزمني",
|
||||
"setting_reward": "المكافأة",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "الخيارات",
|
||||
"my_blog": "مدونتي",
|
||||
"select_community": "اختيار مُجتمع",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "مجتمعاتي",
|
||||
"top_communities": "أفضل المجتمعات",
|
||||
"schedule_modal_title": "المنشورات المجدولة",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "فشل في الاتصال!",
|
||||
"connection_success": "تم الاتصال بنجاح!",
|
||||
"checking": "جارٍ التحقق...",
|
||||
"external_link": "افتح في المتصفح",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "المشاركة غير موجودة! الرجاء التحقق من رابط التصريح والمؤلف.",
|
||||
"google_play_version": "لاحظنا أن جهازك لديه إصدار قديم من Google Play. الرجاء تحديث خدمات Google Play وحاول مرة أخرى!",
|
||||
"rc_down": "لا توجد أرصدة كافية من الموارد للقيام بإجراءات! \n\nقم بتعزيز حسابك للاستمرار في الاستمتاع بالتجربة. هل تريد تعزيز حسابك، الآن؟",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "ডাউনভোট",
|
||||
"reply": "ৰিপ্লাই দিয়ে",
|
||||
"mention": "উল্লেখ হৈছে",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "ফʼলʼ কৰে",
|
||||
"unfollow": "ফʼলʼ কৰে",
|
||||
"ignore": "অৱহেলা কৰে",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "ভোট কৰক",
|
||||
"comment": "মন্তব্য কৰক",
|
||||
"mention": "উল্লেখ",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "cavablandı",
|
||||
"mention": "adı çəkildi",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "səni izlədi",
|
||||
"unfollow": "səni izləməkdən imtina etdi",
|
||||
"ignore": "səni əngəllədi",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Səsvermə",
|
||||
"comment": "Rəy",
|
||||
"mention": "Adını çəkmə",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Paylaşma",
|
||||
"transfers": "Köçürmə",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Mükafat",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Seçimlər",
|
||||
"my_blog": "Bloqum",
|
||||
"select_community": "Bir cəmiyyət seçin",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "Cəmiyyətlərim",
|
||||
"top_communities": "Başlıca Cəmiyyətlər",
|
||||
"schedule_modal_title": "Planlaşdırılan Göndəriş",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Bağlantı Uğursuz Oldu!",
|
||||
"connection_success": "Bağlantı uğurla quruldu!",
|
||||
"checking": "Yoxlanılır...",
|
||||
"external_link": "Səyyahda açın",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "Cihazınızdakı Google Play versiyası köhnəlib. Google Play xidmətlərini yeniləyib təkrar sınayın!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "негативен глас",
|
||||
"reply": "отговорено на",
|
||||
"mention": "споменато в",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "те последва",
|
||||
"unfollow": "не те следва вече",
|
||||
"ignore": "те игнорира",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Глас",
|
||||
"comment": "Коментар",
|
||||
"mention": "ви спомена",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Споделяне",
|
||||
"transfers": "Преводи",
|
||||
"delegations": "Делегация/отдаване"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Използвайте само малки букви, цифри и едно тире",
|
||||
"limited_firstchar": "Тагът трябва да започва с буква!",
|
||||
"limited_lastchar": "Тагът трябва да завършва с буква или число",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Насрочване за време",
|
||||
"setting_reward": "Награда",
|
||||
"setting_reblog": "Сподели",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Опции",
|
||||
"my_blog": "Моят блог",
|
||||
"select_community": "Избери Група",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "Моите Групи",
|
||||
"top_communities": "Популярни Групи",
|
||||
"schedule_modal_title": "Насрочи пост",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Връзката е неуспешна",
|
||||
"connection_success": "Успешно свързване.",
|
||||
"checking": "Проверка...",
|
||||
"external_link": "Отвори в браузър",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "Публикацията не съществува! Моля, проверете линк за разрешение и автора.",
|
||||
"google_play_version": "Забелязахме, че устройството ви има стара версия на Google Play. Моля, актуализирайте услугите на Google Play и опитайте отново!",
|
||||
"rc_down": "Няма достатъчно ресурсни кредити за извършване на действие!\n\nУвеличете активите на акаунта си, за да продължите да се наслаждавате на изживяването. Искате ли да увеличите активите на акаунта си сега?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "উত্তরে",
|
||||
"mention": "উল্লেখিত",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "আপনাকে অনুসরণ করেছে",
|
||||
"unfollow": "আপনাকে অননুসরণ করেছে",
|
||||
"ignore": "আপনাকে উপেক্ষা করেছে",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "ভোট",
|
||||
"comment": "কমেন্ট",
|
||||
"mention": "উল্লেখ",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "রিব্লগ",
|
||||
"transfers": "স্থানান্তর",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "কেবল ছোট হাতের অক্ষর, অঙ্ক এবং একটি ড্যাশ ব্যবহার করুন",
|
||||
"limited_firstchar": "ট্যাগ অবশ্যই একটি বর্ন দিয়ে শুরু করা উচিত",
|
||||
"limited_lastchar": "ট্যাগটি অবশ্যই বর্ণ বা সংখ্যা দিয়ে শেষ হতে হবে",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "নির্ধারিত সময়",
|
||||
"setting_reward": "পুরষ্কার",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "বিকল্পগুলি",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "সংযোগ ব্যর্থ",
|
||||
"connection_success": "সফলভাবে সংযুক্ত!",
|
||||
"checking": "চেক করা হচ্ছে ...",
|
||||
"external_link": "ব্রাউজারে খুলুন",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "পোস্টের অস্তিত্ব নেই! অনুগ্রহ করে পারমিলিংক এবং লেখক পরীক্ষা করুন।",
|
||||
"google_play_version": "আমরা লক্ষ্য করেছি যে আপনার ডিভাইসে গুগল প্লেটির পুরানো সংস্করণ রয়েছে। গুগল প্লে পরিষেবাগুলি আপডেট করুন এবং আবার চেষ্টা করুন!",
|
||||
"rc_down": "কোনও ক্রিয়া সম্পাদনের জন্য পর্যাপ্ত সংস্থান ক্রেডিট নেই!\n\nঅভিজ্ঞতা উপভোগ করতে চালিয়ে যেতে আপনার অ্যাকাউন্টকে বুস্ট করুন। আপনি কি এখনই আপনার অ্যাকাউন্টটি বাড়াতে চান?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "glasano protiv",
|
||||
"reply": "odgovoreno",
|
||||
"mention": "spomenuto u",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "zapratio te",
|
||||
"unfollow": "prestao te pratiti",
|
||||
"ignore": "ignorisao te",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Glasaj",
|
||||
"comment": "Komentar",
|
||||
"mention": "Pominjanje",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Podijeli",
|
||||
"transfers": "Prijenosi",
|
||||
"delegations": "Povjeravanja"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Koristite samo mala slova, cifre i jednu crticu",
|
||||
"limited_firstchar": "Oznaka mora početi slovom",
|
||||
"limited_lastchar": "Oznaka mora da se završava sa slovom ili brojem",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Vrijeme zakazivanja",
|
||||
"setting_reward": "Nagrada",
|
||||
"setting_reblog": "Podijeli",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Opcije",
|
||||
"my_blog": "Moj Blog",
|
||||
"select_community": "Izaberi zajednicu",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "Moje Zajednice",
|
||||
"top_communities": "Najpopularnije zajednice",
|
||||
"schedule_modal_title": "Zakaži objavu",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Veza nije uspostavljena!",
|
||||
"connection_success": "Uspješno povezano!",
|
||||
"checking": "Provjera...",
|
||||
"external_link": "Otvori u pretraživaču",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "Objava ne postoji! Molimo provjerite trajnu vezu i autora.",
|
||||
"google_play_version": "Primetili smo da vaš uređaj ima stariju verziju Google Play. Ažurirajte Google Play usluge i pokušajte ponovo!",
|
||||
"rc_down": "Nema dovoljno resurs kredita za izvođenje radnje! \n\nPojačajte svoj račun da biste nastavili uživati u iskustvu. Da li želite da pojačate svoj račun sada?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "hlas proti",
|
||||
"reply": "replied to",
|
||||
"mention": "zmíněný",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "vás sleduje",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "hat geantwortet auf",
|
||||
"mention": "erwähnt in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "folgt dir jetzt",
|
||||
"unfollow": "folgt dir nicht mehr",
|
||||
"ignore": "ignoriert dich",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Kommentar",
|
||||
"mention": "Erwähnung",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Überweisungen",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Verwende nur Kleinbuchstaben, Ziffern und max. einen Bindestrich",
|
||||
"limited_firstchar": "Tags müssen mit einem Buchstaben beginnen",
|
||||
"limited_lastchar": "Tags müssen mit einem Buchstaben oder einer Zahl enden",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Geplante Zeit",
|
||||
"setting_reward": "Belohnung",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Optionen",
|
||||
"my_blog": "Mein Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "Meine Communitys",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Verbindung fehlgeschlagen!",
|
||||
"connection_success": "Erfolgreich verbunden!",
|
||||
"checking": "Wird überprüft...",
|
||||
"external_link": "Im Browser öffnen",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "Der Beitrag existiert nicht! Bitte überprüfe den Permalink und den Autor.",
|
||||
"google_play_version": "Wir haben festgestellt, dass dein Gerät eine alte Version von Google Play hat. Bitte aktualisiere die Google Play-Dienste und versuche es erneut!",
|
||||
"rc_down": "Nicht genug Ressourcen-Credits, um eine Aktion auszuführen! \n\nBooste Deinen Account, um weiter zu genießen. Möchtest Du Deinen Account jetzt boosten?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -142,7 +142,7 @@
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "made new reply on",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "voto negativo",
|
||||
"reply": "respondido a",
|
||||
"mention": "te mencionó en",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "te siguió",
|
||||
"unfollow": "dejó de seguirte",
|
||||
"ignore": "te ignoró",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Votar",
|
||||
"comment": "Comentario",
|
||||
"mention": "Mención",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblogueo",
|
||||
"transfers": "Transferencias",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Usa sólo letras minúsculas, dígitos y un guión",
|
||||
"limited_firstchar": "La etiqueta debe comenzar con una letra",
|
||||
"limited_lastchar": "La etiqueta debe terminar con una letra o número",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Hora programada",
|
||||
"setting_reward": "Recompensa",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Opciones",
|
||||
"my_blog": "Mi Blog",
|
||||
"select_community": "Elige una comunidad",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "Mis comunidades",
|
||||
"top_communities": "Comunidades populares",
|
||||
"schedule_modal_title": "Programar publicación",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "respondido a",
|
||||
"mention": "te mencionó en",
|
||||
"favorites": "crear nuevo post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "te siguió",
|
||||
"unfollow": "dejó de seguirte",
|
||||
"ignore": "te ignoró",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Voto",
|
||||
"comment": "Comentario",
|
||||
"mention": "Mención",
|
||||
"favorite": "Favoritos",
|
||||
"bookmark": "Marcadores",
|
||||
"reblog": "Reblogueo",
|
||||
"transfers": "Transferencias",
|
||||
"delegations": "Delegaciones"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Usa sólo letras minúsculas, dígitos y un guión",
|
||||
"limited_firstchar": "Debe empezar con una letra",
|
||||
"limited_lastchar": "La etiqueta debe terminar con una letra o número",
|
||||
"tag_duplicate": "La etiqueta ya existe",
|
||||
"setting_schedule": "Hora programada",
|
||||
"setting_reward": "Recompensa",
|
||||
"setting_reblog": "Rebloguear",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Opciones",
|
||||
"my_blog": "Mi blog",
|
||||
"select_community": "Elige una comunidad",
|
||||
"community_selected": "Comunidad seleccionada",
|
||||
"my_communities": "Mis comunidades",
|
||||
"top_communities": "Comunidades populares",
|
||||
"schedule_modal_title": "Programar publicación",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "¡Error de conexión!",
|
||||
"connection_success": "¡Conectado con éxito!",
|
||||
"checking": "Comprobando...",
|
||||
"external_link": "Abrir en navegador",
|
||||
"external_link": "Abrir enlace externo",
|
||||
"not_existing_post": "¡La publicación no existe! Por favor comprueba el enlace permanente y el autor.",
|
||||
"google_play_version": "Notamos que tu dispositivo tiene una versión antigua de Google Play. ¡Por favor actualiza los servicios de Google Play e inténtalo de nuevo!",
|
||||
"rc_down": "¡No hay suficientes créditos de recursos para realizar una acción! \n\nPotencia tu cuenta para continuar disfrutando de la experiencia. ¿Quieres potenciar tu cuenta ahora?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "vastas",
|
||||
"mention": "mainis",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "hakkas sind jälgima",
|
||||
"unfollow": "enam ei jälgi sind",
|
||||
"ignore": "ignoreeris sind",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Hääleta",
|
||||
"comment": "Kommenteeri",
|
||||
"mention": "Maini",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Jaga",
|
||||
"transfers": "Ülekanded",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Kasuta ainult väiketähti, numbreid ja ühte kriipsu",
|
||||
"limited_firstchar": "Silt peab algama tähega",
|
||||
"limited_lastchar": "Silt peab lõppema tähe või numbriga",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Ajasta",
|
||||
"setting_reward": "Tasu",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Valikud",
|
||||
"my_blog": "Minu blogi",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "Minu kogukonnad",
|
||||
"top_communities": "Top kogukonnad",
|
||||
"schedule_modal_title": "Ajasta postitus",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Ühendus nurjus!",
|
||||
"connection_success": "Edukalt ühendatud!",
|
||||
"checking": "Kontrollin...",
|
||||
"external_link": "Ava veebilehitsejas",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "Seda postitust ei eksisteeri! Palun kontrolli linki ja autorit.",
|
||||
"google_play_version": "Märkasime, et teie seadmes on Google Play vanem versioon. Palun uuenda Google Play services ja proovi uuesti!",
|
||||
"rc_down": "Toimingu jaoks pole piisavalt ressursipunkte!\n\nVõimendage oma kontot, et jätkata nautimisega. Kas soovite kohe võimendada oma kontot?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "پاسخ داد به",
|
||||
"mention": "نام برد به",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "شما را دنبال میکند",
|
||||
"unfollow": "شما را دنبال نمیکند",
|
||||
"ignore": "شما را نادیده گرفته",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "رأی",
|
||||
"comment": "نظر",
|
||||
"mention": "اشاره کردن",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "اشتراک گذاری",
|
||||
"transfers": "تراکنش ها",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "فقط از حروف کوچک ، رقم و یک خط تیره استفاده کنید",
|
||||
"limited_firstchar": "برچسب باید با یک حرف شروع شود",
|
||||
"limited_lastchar": "برچسب باید با یک حرف یا عدد پایان یابد",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "زمان برنامهریزی",
|
||||
"setting_reward": "پاداش",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "گزینهها",
|
||||
"my_blog": "وبلاگ من",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "انجمن ها",
|
||||
"top_communities": "جوامع برتر",
|
||||
"schedule_modal_title": "برنامه ریزی پست",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "اتصال انجام نشد!",
|
||||
"connection_success": "اتصال با موفقیت انجام شد!",
|
||||
"checking": "در حال بررسی...",
|
||||
"external_link": "باز کردن در مرورگر",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "پست موجود نیست! لطفاً لینک ثابت و نویسنده را بررسی کنید.",
|
||||
"google_play_version": "متوجه شدیم که دستگاه شما دارای نسخه قدیمی Google Play است. لطفاً خدمات Google Play را به روز کنید و دوباره امتحان کنید!",
|
||||
"rc_down": "اعتبار منابع کافی برای انجام عملی نیست!\n\nبرای لذت بردن از تجربه ، حساب خود را تقویت کنید. آیا می خواهید حساب خود را تقویت کنید?",
|
||||
|
@ -61,7 +61,7 @@
|
||||
"amount_information": "Siirrä kytkintä muuttaaksesi määrää",
|
||||
"amount": "Määrä",
|
||||
"memo": "Muistio",
|
||||
"tap_update": "Tap to update",
|
||||
"tap_update": "Napsauta päivittääksesi",
|
||||
"information": "Haluatko varmasti siirtää varoja?",
|
||||
"amount_desc": "Saldo",
|
||||
"memo_desc": "Tämä muistio on julkinen",
|
||||
@ -141,6 +141,8 @@
|
||||
"unvote": "äänestetty alas",
|
||||
"reply": "vastasi",
|
||||
"mention": "mainittu",
|
||||
"favorites": "loi uuden julkaisun",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "seurasi sinua",
|
||||
"unfollow": "lopetti seuraamisesi",
|
||||
"ignore": "sivuutti sinut",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Äänestys",
|
||||
"comment": "Kommentti",
|
||||
"mention": "Maininta",
|
||||
"favorite": "Suosikit",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Jako",
|
||||
"transfers": "Siirrot",
|
||||
"delegations": "Valtuutukset"
|
||||
@ -272,12 +276,12 @@
|
||||
"steemconnect_fee_description": "tietoa",
|
||||
"not_loggedin_alert": "Ei Kirjautunut",
|
||||
"not_loggedin_alert_desc": "Kirjaudu ensin sisään",
|
||||
"login_failed": "Login Failed",
|
||||
"login_failed_body": "try a different key or try again later.",
|
||||
"deep_login_alert_title": "Easy Login @{username}",
|
||||
"deep_login_alert_body": "Verify direct login using access code",
|
||||
"deep_login_url_expired": "Login url expired, please use private key or password to login",
|
||||
"deep_login_malformed_url": "Malformed login url, please use private key or password to login"
|
||||
"login_failed": "Kirjautuminen epäonnistui",
|
||||
"login_failed_body": "yritä toista avainta tai yritä myöhemmin uudelleen.",
|
||||
"deep_login_alert_title": "Helppo kirjautuminen @{username}",
|
||||
"deep_login_alert_body": "Vahvista suora kirjautuminen pääsykoodilla",
|
||||
"deep_login_url_expired": "Kirjautumisosoite vanhentunut, käytä yksityistä avainta tai salasanaa kirjautuaksesi",
|
||||
"deep_login_malformed_url": "Virheellinen sisäänkirjautumisosoite, käytä yksityistä avainta tai salasanaa kirjautumiseen"
|
||||
},
|
||||
"register": {
|
||||
"button": "Luo tili",
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Käytä vain pieniä kirjaimia, numeroita ja yhtä viivaa",
|
||||
"limited_firstchar": "Tag alkaa kirjaimella",
|
||||
"limited_lastchar": "Tagi päättyy kirjaimeen tai numeroon",
|
||||
"tag_duplicate": "Tunniste on jo olemassa",
|
||||
"setting_schedule": "Aikataulutus",
|
||||
"setting_reward": "Palkkio",
|
||||
"setting_reblog": "Jako",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Asetukset",
|
||||
"my_blog": "Oma Blogi",
|
||||
"select_community": "Valitse yhteisö",
|
||||
"community_selected": "Yhteisön Valitsemat",
|
||||
"my_communities": "Yhteisöni",
|
||||
"top_communities": "Suosituimmat Yhteisöt",
|
||||
"schedule_modal_title": "Ajasta julkaisu",
|
||||
@ -417,15 +423,15 @@
|
||||
"btn_cancel": "Peruuta"
|
||||
},
|
||||
"uploads_modal": {
|
||||
"label_no_images": "No Existing Uploads...",
|
||||
"label_no_images": "Ei Latauksia...",
|
||||
"title": "Ladatut kuvat",
|
||||
"title_remove_confirmation": "Poista kuva",
|
||||
"btn_add": "Kuva",
|
||||
"btn_insert": "Lisää",
|
||||
"btn_delete": "POISTA",
|
||||
"confirm_delete": "Are you sure you want to delete images from your uploads",
|
||||
"confirm_delete": "Haluatko varmasti poistaa kuvat latauksistasi",
|
||||
"message_failed": "Kuvan lataaminen epäonnistui",
|
||||
"delete_failed": "Failed to delete image",
|
||||
"delete_failed": "Kuvan poisto epäonnistui",
|
||||
"failed_count": "Ei voitu ladata {failedCount} valituista kuvista {totalCount}"
|
||||
},
|
||||
"pincode": {
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Yhteys epäonnistui!",
|
||||
"connection_success": "Yhdistetty onnistuneesti!",
|
||||
"checking": "Tarkistetaan...",
|
||||
"external_link": "Avaa selaimessa",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "Julkaisua ei ole! Tarkista linkki ja julkaisija.",
|
||||
"google_play_version": "Käytät vanhaa Google Play-versiota. Päivitä se ja yritä uudelleen!",
|
||||
"rc_down": "Ei tarpeeksi resurssipisteitä toimintoon! \nTehosta tiliäsi nauttiaksesi kokemuksesta enemmän. Haluatko tehostaa heti?",
|
||||
@ -827,7 +833,7 @@
|
||||
"year": "vuotta"
|
||||
},
|
||||
"quick_reply": {
|
||||
"placeholder": "Add a comment...",
|
||||
"placeholder": "Lisää kommentti...",
|
||||
"comment": "Kommentti",
|
||||
"reply": "VASTAA",
|
||||
"close": "SULJE"
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "tumugon sa",
|
||||
"mention": "binanggit sa",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "sinundan ka",
|
||||
"unfollow": "hindi kana sinundan",
|
||||
"ignore": "ayaw kang makita",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Boto",
|
||||
"comment": "Komento",
|
||||
"mention": "Banggit",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "I-reblog",
|
||||
"transfers": "Ilipat",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Gumamit lamang ng maliliit na mga titik, mga numero, at isang gitling",
|
||||
"limited_firstchar": "Dapat nag-uumpisa sa letra ang bawat tag",
|
||||
"limited_lastchar": "Dapat nakatapus sa letra o numero ang tag",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Oras ng Iskedyul",
|
||||
"setting_reward": "Gantimpala",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Mga Pagpipilian",
|
||||
"my_blog": "Aking blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "Aking mga pamayanan",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Nabigo sa pag-konek!",
|
||||
"connection_success": "Matagumpay na komunekta!",
|
||||
"checking": "Sinusuri...",
|
||||
"external_link": "Buksan sa Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "Ang post ay hindi makita! Maaaring suriin ang permlink at ang lumikha.",
|
||||
"google_play_version": "Napansin namin na luma ang bersyon ng iyong Google Play. Maaaring i-update lamang ang Google Play services at subukan ulit!",
|
||||
"rc_down": "Hindi sapat ang resource credits para maisagawa ang aksyon! \n\nPalakasin ang iyong account para tuloy tuloy na tamasin ang karanasan. Gusto mo bang palakasin ang iyong account?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "sous-vote",
|
||||
"reply": "répondu à",
|
||||
"mention": "mentionné dans",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "vous a suivi",
|
||||
"unfollow": "ne vous suit plus",
|
||||
"ignore": "vous a ignoré",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Commentaire",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transferts",
|
||||
"delegations": "Délégations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Utilisez uniquement des lettres minuscules, des chiffres et un tiret maximum",
|
||||
"limited_firstchar": "Le mot-clé doit commencer par une lettre",
|
||||
"limited_lastchar": "Le mot-clé doit se terminer par une lettre ou un chiffre",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Horaire de planification",
|
||||
"setting_reward": "Récompense",
|
||||
"setting_reblog": "Rebloguer",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "Mon Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Échec de la connexion !",
|
||||
"connection_success": "Connexion réussie!",
|
||||
"checking": "Vérification...",
|
||||
"external_link": "Ouvrir dans le navigateur",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "Le post n'existe pas ! Veuillez vérifier le lien et l'auteur.",
|
||||
"google_play_version": "Nous avons remarqué que votre appareil possède une ancienne version de Google Play. Veuillez mettre à jour les services Google Play et réessayez!",
|
||||
"rc_down": "Pas assez de crédits ressources pour effectuer une action ! \n\nBoostez votre compte pour continuer à profiter de l’expérience. Voulez-vous booster votre compte, maintenant?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "afarlaistida þuk",
|
||||
"unfollow": "unlaistida þuk",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Gif stibna",
|
||||
"comment": "Qiþ waiht",
|
||||
"mention": "Hait",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Aftrablaugei",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "עקב\\ה אחרייך",
|
||||
"unfollow": "הפסיק\\ה לעקוב אחרייך",
|
||||
"ignore": "התעלם\\ה ממך",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "הצבע/י",
|
||||
"comment": "תגיב/י",
|
||||
"mention": "איזכור",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "שתף/י",
|
||||
"transfers": "העברות",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -61,7 +61,7 @@
|
||||
"amount_information": "राशि समायोजित करने के लिए स्लाइडर को खींचें।",
|
||||
"amount": "रकम",
|
||||
"memo": "ज्ञापन",
|
||||
"tap_update": "Tap to update",
|
||||
"tap_update": "अपडेट करने के लिए टैप करें",
|
||||
"information": "क्या आप रकम स्थान्तरित करना चाहते हैं?",
|
||||
"amount_desc": "शेष रकम",
|
||||
"memo_desc": "यह ज्ञापन सार्वजनिक है",
|
||||
@ -94,7 +94,7 @@
|
||||
"ecency": {
|
||||
"title": "अंक",
|
||||
"name": "इसेंसी अंक",
|
||||
"buy": "GET POINTS"
|
||||
"buy": "अंक प्राप्त करें"
|
||||
},
|
||||
"savinghive": {
|
||||
"title": "हाइव बचत"
|
||||
@ -104,7 +104,7 @@
|
||||
},
|
||||
"hive": {
|
||||
"title": "हाइव",
|
||||
"name": "Hive Token",
|
||||
"name": "हाइव टोकन",
|
||||
"buy": "हाइव प्राप्त करें"
|
||||
},
|
||||
"hbd": {
|
||||
@ -113,34 +113,36 @@
|
||||
},
|
||||
"hive_power": {
|
||||
"title": "हाइव पावर",
|
||||
"name": "Hive Power"
|
||||
"name": "हाइव पावर"
|
||||
},
|
||||
"hive_dollar": {
|
||||
"name": "Hive Dollar"
|
||||
"name": "हाइव डॉलर"
|
||||
},
|
||||
"btc": {
|
||||
"title": "बीटीसी",
|
||||
"buy": "बीटीसी प्राप्त करें",
|
||||
"address": "प्राप्त करना"
|
||||
},
|
||||
"last_updated": "Last Updated:",
|
||||
"updating": "Updating...",
|
||||
"coin_details": "Details",
|
||||
"change": "Change",
|
||||
"activities": "Activities",
|
||||
"savings_withdrawal": "Pending Withdrawals",
|
||||
"open_orders": "Open Orders",
|
||||
"conversions_requested": "Conversions Requested",
|
||||
"expires": "expires",
|
||||
"pending_requests": "Pending Requests",
|
||||
"boost_account": "Boost",
|
||||
"get_boost": "Get Boost"
|
||||
"last_updated": "अंतिम अद्यतन:",
|
||||
"updating": "अपडेट हो रहा है...",
|
||||
"coin_details": "विवरण",
|
||||
"change": "परिवर्तन",
|
||||
"activities": "क्रियाएँ",
|
||||
"savings_withdrawal": "लंबित निकासी",
|
||||
"open_orders": "खुला ऑर्डर्स",
|
||||
"conversions_requested": "रूपांतरण का अनुरोध किया गया",
|
||||
"expires": "समय सीमा समाप्त",
|
||||
"pending_requests": "अनुरोध लंबित",
|
||||
"boost_account": "बूस्ट",
|
||||
"get_boost": "बूस्ट प्राप्त करें"
|
||||
},
|
||||
"notification": {
|
||||
"vote": "मतदान किया",
|
||||
"unvote": "डाउनवोट किया",
|
||||
"reply": "को उत्तर दिया",
|
||||
"mention": "में वर्णित",
|
||||
"favorites": "नई पोस्ट बनाई",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "आपके साथ जुड़ा",
|
||||
"unfollow": "आपका साथ छोड़ा",
|
||||
"ignore": "आपको अनदेखा किया",
|
||||
@ -220,19 +222,21 @@
|
||||
"currency": "मुद्रा",
|
||||
"language": "भाषा",
|
||||
"server": "सर्वर",
|
||||
"color_theme": "Appearance",
|
||||
"color_theme": "स्वरूप",
|
||||
"push_notification": "संभर अधिसूचना",
|
||||
"notification": {
|
||||
"follow": "का पालन करें",
|
||||
"vote": "वोट",
|
||||
"comment": "टिप्पणी",
|
||||
"mention": "उल्लेख",
|
||||
"favorite": "पसंदीदा",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "पुनर्प्रेशण",
|
||||
"transfers": "स्थानांतरण",
|
||||
"delegations": "डेलीगेशन्स"
|
||||
},
|
||||
"pincode": "Pincode",
|
||||
"biometric": "Finger Print / Face Unlock",
|
||||
"biometric": "फिंगर प्रिंट / फेस अनलॉक",
|
||||
"reset_pin": "पिन कोड रीसेट करें",
|
||||
"reset": "पुनः नियोजन",
|
||||
"nsfw_content": "एनडीएफडब्ल्यू",
|
||||
@ -245,15 +249,15 @@
|
||||
"always_warn": "हमेशा चेतावनी देते हैं"
|
||||
},
|
||||
"theme": {
|
||||
"system": "Device settings",
|
||||
"light": "Light",
|
||||
"dark": "Dark"
|
||||
"system": "डिवाइस सेटिंग",
|
||||
"light": "लाइट",
|
||||
"dark": "डार्क"
|
||||
},
|
||||
"feedback_success": "ईमेल सफलतापूर्वक खुला",
|
||||
"feedback_fail": "ईमेल क्लाइंट नहीं खोल सका",
|
||||
"server_fail": "Server उपलब्ध नहीं है",
|
||||
"show_imgs": "Show Images",
|
||||
"delete_account": "Delete Account"
|
||||
"show_imgs": "छवियां दिखाएं",
|
||||
"delete_account": "खाता हटा दो"
|
||||
},
|
||||
"voters": {
|
||||
"voters_info": "मतदाताओं की जानकारी",
|
||||
@ -270,14 +274,14 @@
|
||||
"login": "लॉगिन करें",
|
||||
"steemconnect_description": "यदि आप अपने पासवर्ड को अपने डिवाइस पर एन्क्रिप्ट और सहेज कर नहीं रखना चाहते हैं, तो आप हाइवसाईनरका उपयोग कर सकते हैं।",
|
||||
"steemconnect_fee_description": "जानकारी",
|
||||
"not_loggedin_alert": "Not LoggedIn",
|
||||
"not_loggedin_alert_desc": "Please login first",
|
||||
"login_failed": "Login Failed",
|
||||
"login_failed_body": "try a different key or try again later.",
|
||||
"deep_login_alert_title": "Easy Login @{username}",
|
||||
"deep_login_alert_body": "Verify direct login using access code",
|
||||
"deep_login_url_expired": "Login url expired, please use private key or password to login",
|
||||
"deep_login_malformed_url": "Malformed login url, please use private key or password to login"
|
||||
"not_loggedin_alert": "लॉग इन नहीं है",
|
||||
"not_loggedin_alert_desc": "पहले लॉगिन करें",
|
||||
"login_failed": "लॉगिन असफल",
|
||||
"login_failed_body": "कोई दूसरी कुंजी आज़माएं या बाद में फिर से कोशिश करें.",
|
||||
"deep_login_alert_title": "आसान लॉगिन @{username}",
|
||||
"deep_login_alert_body": "एक्सेस कोड का उपयोग करके सीधे लॉगिन सत्यापित करें",
|
||||
"deep_login_url_expired": "लॉगिन यूआरएल समाप्त हो गया है, कृपया लॉगिन करने के लिए निजी कुंजी या पासवर्ड का उपयोग करें",
|
||||
"deep_login_malformed_url": "विकृत लॉगिन यूआरएल, लॉग इन करने के लिए कृपया निजी कुंजी या पासवर्ड का उपयोग करें"
|
||||
},
|
||||
"register": {
|
||||
"button": "साइन अप करें",
|
||||
@ -319,7 +323,7 @@
|
||||
"add_an_existing_account": "एक मौजूदा खाता जोड़ें",
|
||||
"accounts": "खाते",
|
||||
"refer": "रेफर करें और कमाएं",
|
||||
"qr": "QR Scan"
|
||||
"qr": "क्यूआर स्कैन"
|
||||
},
|
||||
"header": {
|
||||
"title": "आपकी अपनी संभरण को अपने अनुकूल संयोजित करने के लिए लॉगिन करें",
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "केवल निचले अक्षरों, अंकों और एक डैश का उपयोग करें",
|
||||
"limited_firstchar": "टैग को एक पत्र के साथ शुरू करना चाहिए",
|
||||
"limited_lastchar": "टैग को पत्र या संख्या के साथ समाप्त होना चाहिए",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "इनाम",
|
||||
"setting_reblog": "रीब्लॉग",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "विकल्प",
|
||||
"my_blog": "मेरा ब्लॉग",
|
||||
"select_community": "एक समुदाय चुनें",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "मेरे समुदाय",
|
||||
"top_communities": "शीर्ष समुदाय",
|
||||
"schedule_modal_title": "पोस्ट शेड्यूल करें",
|
||||
@ -388,17 +394,17 @@
|
||||
"draft_save_title": "ड्राफ्ट सहेजा जा रहा है",
|
||||
"draft_update": "वर्तमान ड्राफ्ट अपडेट करें",
|
||||
"draft_save_new": "नए ड्राफ़्ट के रूप में सहेजें",
|
||||
"label": "Label",
|
||||
"enter_label_placeholder": "Enter Label (Optional)",
|
||||
"url": "URL",
|
||||
"enter_url_placeholder": "Enter URL",
|
||||
"link_type_text": "Type of Link",
|
||||
"label": "लेबल",
|
||||
"enter_label_placeholder": "लेबल दर्ज करें (वैकल्पिक)",
|
||||
"url": "यूआरएल",
|
||||
"enter_url_placeholder": "यू आर एल दर्ज करो",
|
||||
"link_type_text": "लिंक का प्रकार",
|
||||
"insert_link": "लिंक डालें",
|
||||
"preview": "Preview",
|
||||
"invalid_url_error": "Please insert valid url",
|
||||
"plain": "Plain",
|
||||
"video": "Video",
|
||||
"image": "Image"
|
||||
"preview": "पूर्वावलोकन",
|
||||
"invalid_url_error": "कृपया मान्य यूआरएल डालें",
|
||||
"plain": "प्लेन",
|
||||
"video": "वीडियो",
|
||||
"image": "छवि"
|
||||
},
|
||||
"snippets": {
|
||||
"label_no_snippets": "कोई स्निपेट नहीं मिला",
|
||||
@ -417,16 +423,16 @@
|
||||
"btn_cancel": "रद्द करें"
|
||||
},
|
||||
"uploads_modal": {
|
||||
"label_no_images": "No Existing Uploads...",
|
||||
"label_no_images": "कोई मौजूदा अपलोड नहीं...",
|
||||
"title": "छवियाँ अपलोड की गईं",
|
||||
"title_remove_confirmation": "छवि हटाएं",
|
||||
"btn_add": "छवि",
|
||||
"btn_insert": "सम्मिलित करें",
|
||||
"btn_delete": "हटाएँ",
|
||||
"confirm_delete": "Are you sure you want to delete images from your uploads",
|
||||
"confirm_delete": "क्या आप वाकई अपने अपलोड से छवियों को हटाना चाहते हैं",
|
||||
"message_failed": "छवि अपलोड करने में विफल",
|
||||
"delete_failed": "Failed to delete image",
|
||||
"failed_count": "Failed to upload {failedCount} of {totalCount} selected image(s)"
|
||||
"delete_failed": "छवि हटाने में विफल",
|
||||
"failed_count": "{totalCount} चयनित छवियों में से {failedCount} अपलोड करने में विफल"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "खोलनें के लिए पिन डालें",
|
||||
@ -436,7 +442,7 @@
|
||||
"pin_not_matched": "पिन मेल नहीं खाता, कृपया पुनः प्रयास करें।",
|
||||
"attempts_postfix": "असफल प्रयास",
|
||||
"message_reset_warning": "अगले असफल प्रयास पर उपयोगकर्ता डेटा मिटा दिया जाएगा",
|
||||
"biometric_desc": "Scan your fingerprint on the device scanner to continue"
|
||||
"biometric_desc": "जारी रखने के लिए डिवाइस स्कैनर पर अपना फ़िंगरप्रिंट स्कैन करें"
|
||||
},
|
||||
"alert": {
|
||||
"success": "सफल!",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "कनेक्ट करना विफल रहा",
|
||||
"connection_success": "सफलतापूर्वक जुड़ा हुआ है!",
|
||||
"checking": "जाँच हो रही है...",
|
||||
"external_link": "ब्राउज़र में खोलें",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "पद मौजूद नहीं है! कृपया पर्मलिंक और लेखक की जाँच करें।",
|
||||
"google_play_version": "हमने देखा कि आपके डिवाइस में गूगल प्ले का पुराना संस्करण है। कृपया गूगल प्ले सेवाओं को अपडेट करें और पुनः प्रयास करें!",
|
||||
"rc_down": "कार्रवाई करने के लिए पर्याप्त संसाधन क्रेडिट नहीं! \n\nअनुभव का आनंद लेना जारी रखने के लिए अपने खाते को बढ़ावा दें। क्या आप अब अपना खाता बढ़ाना चाहते हैं?",
|
||||
@ -505,9 +511,9 @@
|
||||
"restart_ecency": "इसेंसी फिर से शुरू करें?",
|
||||
"restart_ecency_desc": "परिवर्तनों को लागू करने के लिए पुनः आरंभ करने की आवश्यकता होगी।",
|
||||
"invalid_response": "अनुरोध संसाधित नहीं किया जा सका, बाद में पुन: प्रयास करें।",
|
||||
"wallet_updating": "Wallet update in progress, try again as update finishes",
|
||||
"claim_failed": "Failed to claim rewards, {message}\nTry again or write to support@ecency.com",
|
||||
"connection_issues": "The server is unreachable, please check your connection and try again."
|
||||
"wallet_updating": "वॉलेट अपडेट जारी है, अपडेट खत्म होते ही फिर से कोशिश करें",
|
||||
"claim_failed": "पुरस्कारों का दावा करने में विफल, {message}\nपुन: प्रयास करें या support@ecency.com पर लिखें",
|
||||
"connection_issues": "सर्वर पहुंच योग्य नहीं है, कृपया अपने कनेक्शन की जांच करें और पुन: प्रयास करें।"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "क्या आप निश्चित हैं, आप इसे हटाना चाहते हैं?",
|
||||
@ -539,10 +545,10 @@
|
||||
"deleted": "निर्धारित लेख हट गया",
|
||||
"move": "प्रलेख में भेजें",
|
||||
"moved": "प्रलेख में गया",
|
||||
"pending": "Pending",
|
||||
"postponed": "Postponed",
|
||||
"published": "Published",
|
||||
"error": "Error"
|
||||
"pending": "लंबित",
|
||||
"postponed": "स्थगित",
|
||||
"published": "प्रकाशित",
|
||||
"error": "त्रुटि"
|
||||
},
|
||||
"bookmarks": {
|
||||
"title": "पृष्टस्मृतियाँ",
|
||||
@ -559,9 +565,9 @@
|
||||
"confirm_report_body": "क्या आप वाकई रिपोर्ट चाहते हैं?"
|
||||
},
|
||||
"delete": {
|
||||
"confirm_delete_title": "Confirm Delete",
|
||||
"confirm_delete_body": "Are you sure you want to delete account? It will erase all of your data",
|
||||
"request_sent": "Your request for deletion is sent"
|
||||
"confirm_delete_title": "हटाने की पुष्टि करें",
|
||||
"confirm_delete_body": "क्या आप वाकई खाता हटाना चाहते हैं? यह आपका सारा डेटा मिटा देगा",
|
||||
"request_sent": "हटाने के लिए आपका अनुरोध भेजा गया है"
|
||||
},
|
||||
"favorites": {
|
||||
"title": "पसंदीदा",
|
||||
@ -596,17 +602,17 @@
|
||||
"promote": "प्रचार करना",
|
||||
"boost": "प्रोत्साहन",
|
||||
"report": "विवरण",
|
||||
"pin-blog": "Pin to blog",
|
||||
"unpin-blog": "Unpin from blog",
|
||||
"pin-community": "Pin to community",
|
||||
"unpin-community": "Unpin from community",
|
||||
"edit-history": "Edit History",
|
||||
"mute": "Mute / Block"
|
||||
"pin-blog": "ब्लॉग पर पिन करें",
|
||||
"unpin-blog": "ब्लॉग से अनपिन करें",
|
||||
"pin-community": "समुदाय को पिन करें",
|
||||
"unpin-community": "समुदाय से अनपिन करें",
|
||||
"edit-history": "इतिहास संपादित करें",
|
||||
"mute": "म्यूट / ब्लॉक"
|
||||
},
|
||||
"deep_link": {
|
||||
"no_existing_user": "कोई विद्यमान उपयोगकर्ता नहीं",
|
||||
"no_existing_post": "कोई विद्यमान पोस्ट नहीं",
|
||||
"invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser"
|
||||
"invalid_link": "यूआरएल अमान्य है, आप वैध यूआरएल के साथ फिर से कोशिश कर सकते हैं या इसे वेब ब्राउज़र में खोलने का प्रयास कर सकते हैं"
|
||||
},
|
||||
"search": {
|
||||
"posts": "पोस्ट",
|
||||
@ -645,7 +651,7 @@
|
||||
"stop_information": "क्या आप वाकई रोकना चाहते हैं?",
|
||||
"percent": "प्रतिशत",
|
||||
"auto_vests": "ऑटो वैस्ट",
|
||||
"vests": "Vests",
|
||||
"vests": "वेस्ट्स",
|
||||
"save": "सहेजें",
|
||||
"percent_information": "प्रतिशत जानकारी",
|
||||
"next": "अगला",
|
||||
@ -661,7 +667,7 @@
|
||||
"account_detail_head": "अकाउंट विवरण",
|
||||
"account_detail_subhead": "हाइव पावर डेलीगेटेड के लिए उपयोगकर्ता नाम दर्ज करें",
|
||||
"delegat_detail_head": "डेलीगेशन विवरण",
|
||||
"delegat_detail_subhead": "New amount overwrites already delegated HIVE Power ",
|
||||
"delegat_detail_subhead": "नई राशि पहले से प्रत्यायोजित हाइव पावर को अधिलेखित कर देती है ",
|
||||
"new_amount": "नई राशि",
|
||||
"review": "समीक्षा",
|
||||
"confirm": "डेलीगेशन की पुष्टि करें",
|
||||
@ -670,31 +676,31 @@
|
||||
"username_alert": "उपयोगकर्ता नाम त्रुटि!",
|
||||
"username_alert_detail": "कृपया भिन्न उपयोगकर्ता नाम चुनें",
|
||||
"power_down": "क्षमता कम करें",
|
||||
"power_down_amount_head": "Withdraw Amount",
|
||||
"power_down_amount_subhead": "Enter amount for powering down hive power",
|
||||
"withdraw_accounts": "Withdraw Accounts",
|
||||
"amount_hp": "Amount (HP)",
|
||||
"powering_down": "Powering Down",
|
||||
"powering_down_subheading": "You are currently powering down.",
|
||||
"powering_down_info": "Next power down is in {days} days, {hp} HIVE",
|
||||
"invalid_amount": "Invalid Amount",
|
||||
"invalid_amount_desc": "Please enter valid amount",
|
||||
"account_select_title": "Account Details",
|
||||
"account_select_description": "Operations related to funds are irreversible, make sure receivers username is correct",
|
||||
"amount_select_title": "Transfer Details",
|
||||
"amount_select_description": "Enter transfer amount within maximum available balance and must be greater than 0.001"
|
||||
"power_down_amount_head": "विथ्ड्रॉ राशि",
|
||||
"power_down_amount_subhead": "हाइव पावर को कम करने के लिए राशि दर्ज करें",
|
||||
"withdraw_accounts": "निकाशी खाते",
|
||||
"amount_hp": "राशि (एचपी)",
|
||||
"powering_down": "पावर डाउन",
|
||||
"powering_down_subheading": "आप वर्तमान में पावर डाउन कर रहे हैं।",
|
||||
"powering_down_info": "अगला पावर डाउन {days} दिनों में है, {hp} हाइव",
|
||||
"invalid_amount": "अमान्य राशि",
|
||||
"invalid_amount_desc": "कृपया मान्य राशि दर्ज करें",
|
||||
"account_select_title": "अकाउंट विवरण",
|
||||
"account_select_description": "धन से संबंधित संचालन अपरिवर्तनीय हैं, सुनिश्चित करें कि प्राप्तकर्ता का उपयोगकर्ता नाम सही है",
|
||||
"amount_select_title": "स्थानांतरण विवरण",
|
||||
"amount_select_description": "अधिकतम उपलब्ध शेष राशि के भीतर स्थानांतरण राशि दर्ज करें और 0.001 से अधिक होनी चाहिए"
|
||||
},
|
||||
"boost": {
|
||||
"title": "अंक प्राप्त करें",
|
||||
"buy": "अंक प्राप्त करें",
|
||||
"next": "अगला",
|
||||
"info": "Actual value of vote you receive may vary",
|
||||
"info": "आपको प्राप्त होने वाले वोट का वास्तविक मूल्य भिन्न हो सकता है",
|
||||
"account": {
|
||||
"title": "खाता बूस्ट प्राप्त करें",
|
||||
"desc": "30 दिनों का प्रतिनिधिमंडल आपके वोटों और सामाजिक गतिविधियों को बढ़ावा देगा और आपको अधिक संसाधन क्रेडिट के साथ अधिक कार्रवाई देगा।"
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase": "खरीद की पुष्टि करें @{username}",
|
||||
"confirm_purchase_summary": "{username} के लिए {price} पर {points} ख़रीदना"
|
||||
},
|
||||
"free_estm": {
|
||||
"title": "नि: शुल्क अंक",
|
||||
@ -734,7 +740,7 @@
|
||||
"reveal_comment": "टिप्पणी का खुलासा",
|
||||
"read_more": "अधिक टिप्पणियाँ पढ़ें",
|
||||
"more_replies": "जवाब",
|
||||
"no_comments": "Be the first to respond..."
|
||||
"no_comments": "जवाब देने वाले पहले बनें..."
|
||||
},
|
||||
"search_result": {
|
||||
"others": "अन्यों",
|
||||
@ -786,7 +792,7 @@
|
||||
"mute": "म्यूट / ब्लॉक",
|
||||
"unmute": "अनम्यूट / अनब्लॉक",
|
||||
"report": "उपयोगकर्ता को रिपोर्ट करें",
|
||||
"delegate": "DELEGATE HIVE POWER"
|
||||
"delegate": "डेलीगेट हाइव पावर"
|
||||
},
|
||||
"communities": {
|
||||
"joined": "सदस्यता",
|
||||
@ -814,8 +820,8 @@
|
||||
"line3_heading": "इसेंसी समुदायों में शामिल हों!",
|
||||
"line3_body": "अपने समुदाय का निर्माण करें, पुरस्कृत हों और दूसरों को पुरस्कृत करें।",
|
||||
"get_started": "शुरू हो जाओ!",
|
||||
"terms_description": "By accepting, you agree to our Terms of Service and Privacy Policies.",
|
||||
"terms_text": "Read Here!"
|
||||
"terms_description": "स्वीकार करके, आप हमारी सेवा की शर्तों और गोपनीयता नीतियों से सहमत होते हैं।",
|
||||
"terms_text": "यहाँ पढ़ें!"
|
||||
},
|
||||
"time": {
|
||||
"second": "सेकंड्स",
|
||||
@ -827,7 +833,7 @@
|
||||
"year": "वर्षों"
|
||||
},
|
||||
"quick_reply": {
|
||||
"placeholder": "Add a comment...",
|
||||
"placeholder": "एक टिप्पणी जोड़ने...",
|
||||
"comment": "टिप्पणी",
|
||||
"reply": "जवाब",
|
||||
"close": "बंद करे"
|
||||
@ -846,14 +852,14 @@
|
||||
"empty_text": "आज ही अपने प्रियजनों को देखें और निःशुल्क अंक अर्जित करें"
|
||||
},
|
||||
"qr": {
|
||||
"qr_scan": "QR Scan",
|
||||
"open": "Open URL",
|
||||
"detected_url": "Detected URL",
|
||||
"unsupported_alert_title": "Unsupported URL!",
|
||||
"unsupported_alert_desc": "Please scan a valid ecency url."
|
||||
"qr_scan": "क्यूआर स्कैन",
|
||||
"open": "यूआरएल खोलें",
|
||||
"detected_url": "यूआरएल का पता चला",
|
||||
"unsupported_alert_title": "असमर्थित यूआरएल!",
|
||||
"unsupported_alert_desc": "कृपया एक मान्य ईसेंसी यूआरएल स्कैन करें।"
|
||||
},
|
||||
"history": {
|
||||
"edit": "Edit History",
|
||||
"version": "Version"
|
||||
"edit": "इतिहास संपादित करें",
|
||||
"version": "संस्करण"
|
||||
}
|
||||
}
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "te prati",
|
||||
"unfollow": "te prestao/la pratiti",
|
||||
"ignore": "te ignorira",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "válaszolt neked",
|
||||
"mention": "megemlített",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "követ téged",
|
||||
"unfollow": "már nem követ téged",
|
||||
"ignore": "mellőzött téged",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Szavazás",
|
||||
"comment": "Hozzászólás",
|
||||
"mention": "Említés",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Megosztás",
|
||||
"transfers": "Átutalások",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Csak kisbetűt, számjegyeket és egy kötőjelet használj",
|
||||
"limited_firstchar": "A címkének betűvel kell kezdődnie",
|
||||
"limited_lastchar": "A címkének betűvel vagy számmal kell végződnie",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Beütemezési időpont",
|
||||
"setting_reward": "Jutalom",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Opciók",
|
||||
"my_blog": "Saját blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "Közösségeim",
|
||||
"top_communities": "Top közösségek",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Sikertelen kapcsolat!",
|
||||
"connection_success": "A kapcsolat sikerült!",
|
||||
"checking": "Ellenőrzés folyamatban...",
|
||||
"external_link": "Megnyitás böngészőben",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "A bejegyzés nem létezik! Kérjük ellenőrizd a linket és a szerzőt.",
|
||||
"google_play_version": "Észrevettük, hogy a készülékeden a Google Play régi verziója található. Kérjük frissítsd a Google Play szolgáltatásait és próbáld újra!",
|
||||
"rc_down": "Nincs elegendő erőforrás-jóváírásod ezen művelet végrehajtásához!\n\nPörgesd fel a fiókod, hogy továbbra is élvezhessd az élményt. Most szeretnéd belpörgetni a fiókodat?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "vote dibatalkan",
|
||||
"reply": "balas untuk",
|
||||
"mention": "diasebutkan dalam",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "mengikuti anda",
|
||||
"unfollow": "berhenti mengikuti anda",
|
||||
"ignore": "mengabaikan anda",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Berikan dukungan suara",
|
||||
"comment": "Komentar",
|
||||
"mention": "Menyebutkan",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfer",
|
||||
"delegations": "Delagasi"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Gunakan huruf kecil, angka dan satu garis",
|
||||
"limited_firstchar": "Tag harus dimulai dengan huruf",
|
||||
"limited_lastchar": "Tag harus diakhiri dengan huruf atau angka",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Waktu Penjadwalan",
|
||||
"setting_reward": "Hadiah",
|
||||
"setting_reblog": "Tampilkan kembali",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Pilihan",
|
||||
"my_blog": "Blog saya",
|
||||
"select_community": "Pilih komunitas",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "Komunitas Saya",
|
||||
"top_communities": "Komunitas Tertinggi",
|
||||
"schedule_modal_title": "Jadwalkan Posting",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Koneksi gagal!",
|
||||
"connection_success": "Berhasil terhubung!",
|
||||
"checking": "Mememriksa...",
|
||||
"external_link": "Buka di Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "Pos tidak ada! Silakan periksa permlink dan penulis.",
|
||||
"google_play_version": "Kami perhatikan bahwa perangkat Anda memiliki Google Play versi lama. Harap perbarui layanan Google Play dan coba lagi!",
|
||||
"rc_down": "Kredit sumber daya tidak cukup untuk melakukan tindakan!",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "risposto a",
|
||||
"mention": "menzionato in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "ha iniziato a seguirti",
|
||||
"unfollow": "non ti segue più",
|
||||
"ignore": "ti ha silenziato",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Voto",
|
||||
"comment": "Commento",
|
||||
"mention": "Menzione",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Trasferimenti",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Il tag deve iniziare con una lettera",
|
||||
"limited_lastchar": "Il tag deve terminare con una lettera o un numero",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connessione fallita!",
|
||||
"connection_success": "Connessione riuscita!",
|
||||
"checking": "Verifica in corso...",
|
||||
"external_link": "Apri nel Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "Il post non esiste! Si prega di controllare il permlink e l'autore.",
|
||||
"google_play_version": "Abbiamo notato che il tuo dispositivo ha una vecchia versione di Google Play. Per favore aggiorna Google Play Services e riprova!",
|
||||
"rc_down": "Non hai abbastanza crediti di risorse per eseguire un'azione! \n\nPotenzia il tuo account per continuare a godere di questa esperienza. Vuoi farlo ora?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "返信",
|
||||
"mention": "話題にされました",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "あなたをフォローしました",
|
||||
"unfollow": "あなたをフォロー解除しました",
|
||||
"ignore": "あなたをミュートしました",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "ヴォート",
|
||||
"comment": "コメント",
|
||||
"mention": "メンション",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "リブログ",
|
||||
"transfers": "送金",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "タグは文字で始まります",
|
||||
"limited_lastchar": "タグの最後は文字か数字のみ",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "接続に失敗しました!",
|
||||
"connection_success": "接続に成功しました!",
|
||||
"checking": "確認中...",
|
||||
"external_link": "ブラウザーで開く",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "投稿は存在しません!パーマリンクと投稿者を確認してください。",
|
||||
"google_play_version": "あなたのデバイスはGoogle Playのバージョンが古いようです。Google Playをアップデートして再度お試しください!",
|
||||
"rc_down": "アクションを実行するのに十分なリソースクレジットがありません! \n\nアカウントを強化して、体験を楽しみましょう。アカウントを強化しますか?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "yerra i",
|
||||
"mention": "yettwabder-d deg",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "yeṭṭafaṛ-ik",
|
||||
"unfollow": "yeḥbes ur k-yeṭṭafaṛ ara",
|
||||
"ignore": "yessanef-ik",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Tafrant",
|
||||
"comment": "Awennit",
|
||||
"mention": "Abdar",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Aɛiwed n usuffeɣ",
|
||||
"transfers": "Iceyyiɛen",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Tuqqna tecceḍ!",
|
||||
"connection_success": "Teqqneḍ!",
|
||||
"checking": "Aselken...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "Ulac tasuffeɣt, ttxil-k senqed aseɣwen d umeskar.",
|
||||
"google_play_version": "Nger tamawt d akken ibenk-ik ɣur-s lqem aqdim n Google Play. Ttxil-k lqem imeẓla n Google Play tɛerḍeḍ tikelt-nniḍen!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "다운보팅된",
|
||||
"reply": " 님이 댓글을 남겼습니다.",
|
||||
"mention": "님이 언급하였습니다.",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "님이 팔로우를 시작했습니다",
|
||||
"unfollow": "님이 팔로우를 취소했습니다",
|
||||
"ignore": "님이 당신을 차단했습니다",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "투표",
|
||||
"comment": "댓글",
|
||||
"mention": "언급",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "리블로그",
|
||||
"transfers": "전송",
|
||||
"delegations": "임대"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "소문자, 숫자 및 하나의 대시만 사용하세요",
|
||||
"limited_firstchar": "태그는 문자로 시작해야 합니다.",
|
||||
"limited_lastchar": "태그는 문자나 숫자로 끝나야 합니다.",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "일정 시간",
|
||||
"setting_reward": "보상",
|
||||
"setting_reblog": "공유",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "옵션",
|
||||
"my_blog": "나의 블로그",
|
||||
"select_community": "커뮤니티 선택",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "내 커뮤니티",
|
||||
"top_communities": "인기 커뮤니티",
|
||||
"schedule_modal_title": "게시물 예약",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "연결 실패!",
|
||||
"connection_success": "성공적으로 연결되었습니다",
|
||||
"checking": "확인 중...",
|
||||
"external_link": "브라우저에서 열기",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "글이 존재하지 않습니다! permlink와 저자를 확인해주세요.",
|
||||
"google_play_version": "기기에 설치된 앱이 구 버전인 것 같습니다. 구글 플레이에서 업데이트된 앱을 다운로드받은 후 다시 시도해보세요!",
|
||||
"rc_down": "작업을 수행하기에 리소스 크레딧이 부족합니다!\n\n계속해서 경험을 즐기려면 계정을 부스팅하세요. 지금 계정을 부스팅하시겠습니까?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "hate bersivandin",
|
||||
"mention": "hate behskirin",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "te şopand",
|
||||
"unfollow": "ji şopa te derket",
|
||||
"ignore": "te asteng kir",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Dengdan",
|
||||
"comment": "Şîrovekirin",
|
||||
"mention": "Behskirin",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Dîsweşandin",
|
||||
"transfers": "Transfer",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Divê etîket bi tîpekê dest pê bike",
|
||||
"limited_lastchar": "Divê etîket bi tîp an hejmarê bi dawî bibe",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Girêdan Biserneket!",
|
||||
"connection_success": "Bi serkevtî hate girêdan!",
|
||||
"checking": "Tê kontrolkirin...",
|
||||
"external_link": "Di Gerokê de veke",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "Şandî tune ye! Ji kerema xwe nivîskar û girêdana mayînde kontrol bike.",
|
||||
"google_play_version": "Me ferq kir ku li amûra te, guhertoya kevn a Google Playê sazkirî ye. Ji kerema xwe xizmetên Google Playê hildemîne û dîsa biceribîne!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "жооп",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Добуштар",
|
||||
"comment": "Билдирүү",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Бөлүшүү",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "įvertinta neigiamai",
|
||||
"reply": "atsakyta",
|
||||
"mention": "paminėjo",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "jus seka",
|
||||
"unfollow": "jūsų nebeseka",
|
||||
"ignore": "jus ignoravo",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Balsai",
|
||||
"comment": "Komentarai",
|
||||
"mention": "Paminėjimai",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Pasidalinimai",
|
||||
"transfers": "Pervedimai",
|
||||
"delegations": "Delegacijos"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Naudokite tik mažąsias raides, skaičius ir vieną brūkšnį",
|
||||
"limited_firstchar": "Paantraštė privalo prasidėti su raide",
|
||||
"limited_lastchar": "Paantraštė privalo pasibaigti su raide arba skaičiumi",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Suplanuotas laikas",
|
||||
"setting_reward": "Atlygis",
|
||||
"setting_reblog": "Pasidalinti",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Nustatymai",
|
||||
"my_blog": "Mano tinklaraštis",
|
||||
"select_community": "Pasirinkite bendruomenę",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "Mano bendruomenės",
|
||||
"top_communities": "Top bendruomenės",
|
||||
"schedule_modal_title": "Suplanuoti įrašai",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Prisijungimas nepavyko!",
|
||||
"connection_success": "Sėkmingai prisijungė!",
|
||||
"checking": "Patikra...",
|
||||
"external_link": "Atidaryti naršyklėje",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "Įrašas neegzistuoja! Prašome patikrinti žymę ir autorių.",
|
||||
"google_play_version": "Mes pastebėjome, kad jūsų prietaisas naudoja seną Google Play versiją. Atnaujinkite Google Play paslaugas ir pabandykite vėl!",
|
||||
"rc_down": "Nepakanka išteklių kreditų veiksmui atlikti! \n\nSustiprinkite savo paskyrą, kad toliau mėgautumėtes programėle. Ar norite sustiprinti savo paskyrą dabar?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "undi dibangkang",
|
||||
"reply": "balas kepada",
|
||||
"mention": "disebutkan dalam",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "mengikuti anda",
|
||||
"unfollow": "berhenti mengikuti anda",
|
||||
"ignore": "abaikan anda",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Komen",
|
||||
"mention": "Menyebut",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Pindah",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Hanya gunakan huruf kecil, angka, dan satu sengkang",
|
||||
"limited_firstchar": "Tag mesti bermula dengan huruf",
|
||||
"limited_lastchar": "Tag mesti berakhir dengan huruf atau nombor",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Waktu Penjadualan",
|
||||
"setting_reward": "Ganjaran",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Pilihan",
|
||||
"my_blog": "Blog Saya",
|
||||
"select_community": "Pilih komuniti",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "Komuniti Saya",
|
||||
"top_communities": "Komuniti Top",
|
||||
"schedule_modal_title": "Jadualkan Kiriman",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "volgt je",
|
||||
"unfollow": "ontvolgt je",
|
||||
"ignore": "heeft je genegeerd",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Stem",
|
||||
"comment": "Reageer",
|
||||
"mention": "Vermelding",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Hersteem",
|
||||
"transfers": "Overboekingen",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "follow am yarn",
|
||||
"mention": "talk am for inside",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "don dey follow you",
|
||||
"unfollow": "no follow you again",
|
||||
"ignore": "don dey ignore you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog am",
|
||||
"transfers": "Transfer",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only dem smally letters, numbers and one dash",
|
||||
"limited_firstchar": "You gaz make sure say na letter begin tag",
|
||||
"limited_lastchar": "Tag gaz end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "D tym wey u tell am make e run",
|
||||
"setting_reward": "Ur gain",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Plenty way",
|
||||
"my_blog": "My personal blog dem",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "Una areas",
|
||||
"top_communities": "Areas wey dey lead",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection no work!",
|
||||
"connection_success": "E don connect confam!",
|
||||
"checking": "E dey look am...",
|
||||
"external_link": "Check am for browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "Dis post no dey dis lyf! Biko look d permlink and person wey post am.",
|
||||
"google_play_version": "We see say ur fone dey use Google Play wey don tey. Biko put chacha Google Play services make u check am again!",
|
||||
"rc_down": "Dem resource credits no reach to do dis tin!\n\nPut more for ur account make u fit dey gbadun dis flexing. You wan put more for ur account now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "odpowiedz na",
|
||||
"mention": "wspomniany w",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "zaczął cię śledzić",
|
||||
"unfollow": "przestał Cię obserwować",
|
||||
"ignore": "ignoruje cię",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Głos",
|
||||
"comment": "Komentarz",
|
||||
"mention": "Wzmianka",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Resteem",
|
||||
"transfers": "Przelew",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Używaj tylko małych liter, cyfr i jednego myślnika",
|
||||
"limited_firstchar": "Nazwa musi zaczynać się literą",
|
||||
"limited_lastchar": "Znacznik musi kończyć się literą lub liczbą",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Planowanie czasu",
|
||||
"setting_reward": "Nagroda",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Opcje",
|
||||
"my_blog": "Mój blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "Moje społeczności",
|
||||
"top_communities": "Najlepsze społeczności",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Brak połączenia!",
|
||||
"connection_success": "Połączono pomyślnie!",
|
||||
"checking": "Sprawdzanie...",
|
||||
"external_link": "Otwórz w przeglądarce",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "Wpis nie istnieje! Proszę sprawdzić link i autora.",
|
||||
"google_play_version": "Zauważyliśmy, że twoje urządzenie ma starą wersję Google Play. Zaktualizuj usługi Google Play i spróbuj ponownie!",
|
||||
"rc_down": "Za mało środków na zasoby, aby wykonać akcję! \n\nZwiększ swoje konto, aby nadal cieszyć się doświadczeniami. Czy chcesz zwiększyć swoje konto, teraz?",
|
||||
|
@ -61,7 +61,7 @@
|
||||
"amount_information": "Arraste o controle deslizante para ajustar a quantia",
|
||||
"amount": "Quantia",
|
||||
"memo": "Memo",
|
||||
"tap_update": "Tap to update",
|
||||
"tap_update": "Toque para atualizar",
|
||||
"information": "Tem certeza que deseja transferir fundos?",
|
||||
"amount_desc": "Balanço",
|
||||
"memo_desc": "Este memo é público",
|
||||
@ -133,14 +133,16 @@
|
||||
"conversions_requested": "Conversões Solicitadas",
|
||||
"expires": "expira em",
|
||||
"pending_requests": "Solicitações Pendentes",
|
||||
"boost_account": "Boost",
|
||||
"get_boost": "Get Boost"
|
||||
"boost_account": "Impulsionar",
|
||||
"get_boost": "Obtenha Impulso"
|
||||
},
|
||||
"notification": {
|
||||
"vote": "votou",
|
||||
"unvote": "não curtiu",
|
||||
"reply": "respondeu a",
|
||||
"mention": "mencionado em",
|
||||
"favorites": "criar nova publicação",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "seguiu você",
|
||||
"unfollow": "deixou de seguir você",
|
||||
"ignore": "ignorou você",
|
||||
@ -227,12 +229,14 @@
|
||||
"vote": "Votar",
|
||||
"comment": "Comentar",
|
||||
"mention": "Menção",
|
||||
"favorite": "Favoritos",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Republicar",
|
||||
"transfers": "Transferências",
|
||||
"delegations": "Delegações"
|
||||
},
|
||||
"pincode": "Código PIN",
|
||||
"biometric": "Finger Print / Face Unlock",
|
||||
"biometric": "Impressão digital / Desbloqueio facial",
|
||||
"reset_pin": "Redefinir o código Pin",
|
||||
"reset": "Reiniciar",
|
||||
"nsfw_content": "NSFW",
|
||||
@ -252,8 +256,8 @@
|
||||
"feedback_success": "Email aberto com sucesso",
|
||||
"feedback_fail": "Não se pôde abrir o cliente de e-mail",
|
||||
"server_fail": "Servidor não disponível",
|
||||
"show_imgs": "Show Images",
|
||||
"delete_account": "Delete Account"
|
||||
"show_imgs": "Mostrar Imagens",
|
||||
"delete_account": "Deletar conta"
|
||||
},
|
||||
"voters": {
|
||||
"voters_info": "Informação de eleitores",
|
||||
@ -270,10 +274,10 @@
|
||||
"login": "ENTRAR",
|
||||
"steemconnect_description": "Se você não quiser manter sua senha criptográfica salva no dispositivo, você pode usar o Hivesigner.",
|
||||
"steemconnect_fee_description": "info",
|
||||
"not_loggedin_alert": "Not LoggedIn",
|
||||
"not_loggedin_alert_desc": "Please login first",
|
||||
"login_failed": "Login Failed",
|
||||
"login_failed_body": "try a different key or try again later.",
|
||||
"not_loggedin_alert": "Não Conectado",
|
||||
"not_loggedin_alert_desc": "Por favor, inicie a sessão primeiro",
|
||||
"login_failed": "Falha no login",
|
||||
"login_failed_body": "insira a chave correta ou tente mais tarde.",
|
||||
"deep_login_alert_title": "Easy Login @{username}",
|
||||
"deep_login_alert_body": "Verify direct login using access code",
|
||||
"deep_login_url_expired": "Login url expired, please use private key or password to login",
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Usa apenas letras minúsculas, dígitos e um hífen",
|
||||
"limited_firstchar": "Tag deve começar com uma letra",
|
||||
"limited_lastchar": "Tag deve terminar com letra ou número",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Hora do Agendamento",
|
||||
"setting_reward": "Recompensa",
|
||||
"setting_reblog": "Repostar",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Opções",
|
||||
"my_blog": "Meu Blog",
|
||||
"select_community": "Escolha uma comunidade",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "Minhas Comunidades",
|
||||
"top_communities": "Principais Comunidades",
|
||||
"schedule_modal_title": "Agendar Post",
|
||||
@ -417,15 +423,15 @@
|
||||
"btn_cancel": "Cancelar"
|
||||
},
|
||||
"uploads_modal": {
|
||||
"label_no_images": "No Existing Uploads...",
|
||||
"label_no_images": "Nenhuma imagem carregada...",
|
||||
"title": "Imagens Enviadas",
|
||||
"title_remove_confirmation": "Deletar imagem",
|
||||
"btn_add": "Imagem",
|
||||
"btn_insert": "INSERIR",
|
||||
"btn_delete": "EXCLUIR",
|
||||
"confirm_delete": "Are you sure you want to delete images from your uploads",
|
||||
"confirm_delete": "Tem certeza de que deseja excluir as imagens dos seus envios",
|
||||
"message_failed": "Falha ao carregar imagem",
|
||||
"delete_failed": "Failed to delete image",
|
||||
"delete_failed": "Falha ao apagar imagem",
|
||||
"failed_count": "Falha ao enviar {failedCount} de {totalCount} foto(s) selecionada(s)"
|
||||
},
|
||||
"pincode": {
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Falha na conexão!",
|
||||
"connection_success": "Conectado com sucesso!",
|
||||
"checking": "A verificar...",
|
||||
"external_link": "Abrir no Navegador",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "Este post não existe! Por favor, verifique o permlink e o autor.",
|
||||
"google_play_version": "Notamos que seu dispositivo tem versão antiga do Google Play. Por favor, atualize o Google Play Services e tente novamente!",
|
||||
"rc_down": "Não há créditos de recursos suficientes para executar uma ação! \n\nImpulsione sua conta para continuar a desfrutar da experiência. Você deseja impulsionar sua conta agora?",
|
||||
@ -559,9 +565,9 @@
|
||||
"confirm_report_body": "Tem certeza que quer denunciar?"
|
||||
},
|
||||
"delete": {
|
||||
"confirm_delete_title": "Confirm Delete",
|
||||
"confirm_delete_title": "Confirmar exclusão",
|
||||
"confirm_delete_body": "Are you sure you want to delete account? It will erase all of your data",
|
||||
"request_sent": "Your request for deletion is sent"
|
||||
"request_sent": "Seu pedido de exclusão foi enviado"
|
||||
},
|
||||
"favorites": {
|
||||
"title": "Favoritos",
|
||||
@ -601,7 +607,7 @@
|
||||
"pin-community": "Fixar na comunidade",
|
||||
"unpin-community": "Desafixar da comunidade",
|
||||
"edit-history": "Histórico de Edição",
|
||||
"mute": "Mute / Block"
|
||||
"mute": "Silenciar / Bloquear"
|
||||
},
|
||||
"deep_link": {
|
||||
"no_existing_user": "Usuário não existe",
|
||||
@ -734,7 +740,7 @@
|
||||
"reveal_comment": "Revelar comentário",
|
||||
"read_more": "Ler mais comentários",
|
||||
"more_replies": "respostas",
|
||||
"no_comments": "Be the first to respond..."
|
||||
"no_comments": "Seja o primeiro a comentar..."
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Outros",
|
||||
@ -849,8 +855,8 @@
|
||||
"qr_scan": "Leitor QR",
|
||||
"open": "Abrir URL",
|
||||
"detected_url": "URL detectada",
|
||||
"unsupported_alert_title": "Unsupported URL!",
|
||||
"unsupported_alert_desc": "Please scan a valid ecency url."
|
||||
"unsupported_alert_title": "URL não suportada!",
|
||||
"unsupported_alert_desc": "Por favor, forneça um endereço URL válido da Ecency."
|
||||
},
|
||||
"history": {
|
||||
"edit": "Editar Histórico",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "a răspuns la",
|
||||
"mention": "te-a menționat in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "te urmărește",
|
||||
"unfollow": "a anulat urmărirea",
|
||||
"ignore": "te-a ignorat",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vot",
|
||||
"comment": "Comentarii",
|
||||
"mention": "Menționări",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transferuri",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Numele trebuie să înceapă cu o literă",
|
||||
"limited_lastchar": "Eticheta trebuie să se termine cu o literă sau un număr",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connectare Eșuată!",
|
||||
"connection_success": "Conectat cu succes!",
|
||||
"checking": "Verificare în curs...",
|
||||
"external_link": "Deschidere în browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "Postarea nu există! Te rugăm să verifici permlink și autorul.",
|
||||
"google_play_version": "Am observat că dispozitivul tău are versiunea veche Google Play. Actualiză serviciile Google Play și încearcă din nou!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -41,7 +41,7 @@
|
||||
"comment_desc": "Каждый сделанный комментарий помогает вам наращивать аудиторию, а также приносит по 5 баллов.",
|
||||
"checkin_desc": "Каждый вход в приложение дает вам 0,25 баллов.",
|
||||
"vote_desc": "Голосуя, вы вознаграждаете других авторов, а также зарабатываете баллы в количестве 0,01 x вес голоса.",
|
||||
"reblog_desc": "Делитесь постами, что вам нравятся, с друзьями и зарабатывайте баллы.",
|
||||
"reblog_desc": "Поделитесь понравившейся публикацией с друзьями и заработайте баллы.",
|
||||
"login_desc": "При первой авторизации в приложении вы получите 100 баллов.",
|
||||
"checkin_extra_desc": "Постоянное использование приложения дает шанс заработать дополнительные баллы. Больше активности - больше вознаграждений.",
|
||||
"dropdown_transfer": "Подарить",
|
||||
@ -61,7 +61,7 @@
|
||||
"amount_information": "Потяните ползунок чтобы установить сумму",
|
||||
"amount": "Сумма",
|
||||
"memo": "Примечание",
|
||||
"tap_update": "Tap to update",
|
||||
"tap_update": "Нажмите, чтобы обновить",
|
||||
"information": "Вы уверены, что хотите перевести средства?",
|
||||
"amount_desc": "Баланс",
|
||||
"memo_desc": "Эта заметка публична",
|
||||
@ -141,6 +141,8 @@
|
||||
"unvote": "проголосовано против",
|
||||
"reply": "ответил",
|
||||
"mention": "упомянул вас в",
|
||||
"favorites": "создать новый пост",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "подписан",
|
||||
"unfollow": "отписан",
|
||||
"ignore": "игнорирует",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Голоса",
|
||||
"comment": "Комментарии",
|
||||
"mention": "Упоминания",
|
||||
"favorite": "Избранное",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Репосты",
|
||||
"transfers": "Переводы",
|
||||
"delegations": "Делегации"
|
||||
@ -270,14 +274,14 @@
|
||||
"login": "Войти",
|
||||
"steemconnect_description": "Если вы не хотите хранить зашифрованные ключи на своем устройстве, используйте Hivesigner.",
|
||||
"steemconnect_fee_description": "информация",
|
||||
"not_loggedin_alert": "Not LoggedIn",
|
||||
"not_loggedin_alert_desc": "Please login first",
|
||||
"login_failed": "Login Failed",
|
||||
"login_failed_body": "try a different key or try again later.",
|
||||
"deep_login_alert_title": "Easy Login @{username}",
|
||||
"deep_login_alert_body": "Verify direct login using access code",
|
||||
"deep_login_url_expired": "Login url expired, please use private key or password to login",
|
||||
"deep_login_malformed_url": "Malformed login url, please use private key or password to login"
|
||||
"not_loggedin_alert": "Не авторизован",
|
||||
"not_loggedin_alert_desc": "Пожалуйста, сначала авторизуйтесь",
|
||||
"login_failed": "Ошибка авторизации",
|
||||
"login_failed_body": "попробуйте другой ключ или повторите попытку позже.",
|
||||
"deep_login_alert_title": "Простой вход @{username}",
|
||||
"deep_login_alert_body": "Подтвердите авторизацию с помощью кода доступа",
|
||||
"deep_login_url_expired": "Срок действия URL-адреса для авторизации истёк, пожалуйста, используйте закрытый ключ или пароль для входа",
|
||||
"deep_login_malformed_url": "Неверный URL-адрес для входа, используйте закрытый ключ или пароль для входа."
|
||||
},
|
||||
"register": {
|
||||
"button": "Зарегистрироваться",
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Используйте только строчные буквы, цифры и одно тире",
|
||||
"limited_firstchar": "Тег должен начинаться с буквы",
|
||||
"limited_lastchar": "Тег должен заканчиваться буквой или цифрой",
|
||||
"tag_duplicate": "Тег уже существует",
|
||||
"setting_schedule": "Запланированное время",
|
||||
"setting_reward": "Вознаграждение",
|
||||
"setting_reblog": "Репост",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Параметры",
|
||||
"my_blog": "Мой блог",
|
||||
"select_community": "Выбрать сообщество",
|
||||
"community_selected": "Выбранное сообщество",
|
||||
"my_communities": "Мои сообщества",
|
||||
"top_communities": "Топовые сообщества",
|
||||
"schedule_modal_title": "Отложить пост",
|
||||
@ -417,15 +423,15 @@
|
||||
"btn_cancel": "Отмена"
|
||||
},
|
||||
"uploads_modal": {
|
||||
"label_no_images": "No Existing Uploads...",
|
||||
"label_no_images": "Нет существующих загрузок...",
|
||||
"title": "Загруженные изображения",
|
||||
"title_remove_confirmation": "Удалить изображение",
|
||||
"btn_add": "Изображение",
|
||||
"btn_insert": "ВСТАВИТЬ",
|
||||
"btn_delete": "УДАЛИТЬ",
|
||||
"confirm_delete": "Are you sure you want to delete images from your uploads",
|
||||
"confirm_delete": "Вы уверены, что хотите удалить изображения из своих загрузок?",
|
||||
"message_failed": "Не удалось загрузить изображение",
|
||||
"delete_failed": "Failed to delete image",
|
||||
"delete_failed": "Не удалось удалить изображение",
|
||||
"failed_count": "Не удалось загрузить {failedCount} из {totalCount} выбранного изображения(ов)"
|
||||
},
|
||||
"pincode": {
|
||||
@ -469,7 +475,7 @@
|
||||
"invalid_pincode": "Неверный пин-код. Пожалуйста, проверьте и попробуйте еще раз.",
|
||||
"remove_alert": "Вы уверены, что хотите удалить?",
|
||||
"clear_alert": "Вы уверены, что хотите очистить?",
|
||||
"clear_user_alert": "Вы уверены, что хотите удалить все Ваши данные?",
|
||||
"clear_user_alert": "Вы уверены, что хотите удалить все данные своей учётной записи?",
|
||||
"decrypt_fail_alert": "Повреждено состояние приложения, пожалуйста, перезайдите для сброса.",
|
||||
"clear": "Очистить",
|
||||
"cancel": "Отмена",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Ошибка подключения!",
|
||||
"connection_success": "Успешное подключение!",
|
||||
"checking": "Проверка...",
|
||||
"external_link": "Открыть в браузере",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "Такого поста не существует! Пожалуйста, проверьте ссылку и автора.",
|
||||
"google_play_version": "Мы заметили, что на вашем устройстве старая версия Google Play. Пожалуйста, обновите сервисы Google Play и попробуйте еще раз!",
|
||||
"rc_down": "Недостаточно ресурс кредитов для совершения действия! \n\nУсильте свой аккаунт, чтобы и далее получать удовольствие от использования. Хотите усилить свой аккаунт сейчас?",
|
||||
@ -560,7 +566,7 @@
|
||||
},
|
||||
"delete": {
|
||||
"confirm_delete_title": "Подтвердите удаление",
|
||||
"confirm_delete_body": "Вы уверены, что хотите удалить учетную запись? Это сотрет все ваши данные",
|
||||
"confirm_delete_body": "Вы уверены, что хотите удалить учётную запись? Это сотрёт все ваши данные",
|
||||
"request_sent": "Ваш запрос на удаление отправлен"
|
||||
},
|
||||
"favorites": {
|
||||
@ -601,7 +607,7 @@
|
||||
"pin-community": "Закрепить в сообществе",
|
||||
"unpin-community": "Открепить от сообщества",
|
||||
"edit-history": "История изменений",
|
||||
"mute": "Mute / Block"
|
||||
"mute": "Отключить / Блокировать"
|
||||
},
|
||||
"deep_link": {
|
||||
"no_existing_user": "Несуществующий пользователь",
|
||||
@ -642,7 +648,7 @@
|
||||
"steemconnect_title": "Hivesigner транзакция",
|
||||
"estimated_weekly": "Примерно в неделю",
|
||||
"destination_accounts": "Аккаунт(ы) получателя",
|
||||
"stop_information": "Вы действительно хотите остановить?",
|
||||
"stop_information": "Вы уверены, что хотите остановиться?",
|
||||
"percent": "Процент",
|
||||
"auto_vests": "Авто Vests",
|
||||
"vests": "Vests",
|
||||
@ -705,7 +711,7 @@
|
||||
},
|
||||
"promote": {
|
||||
"title": "Продвинуть",
|
||||
"days": "дня(ей)",
|
||||
"days": "дн.",
|
||||
"user": "Пользователь",
|
||||
"permlink": "Пост",
|
||||
"permlinkPlaceholder": "имя пользователя/ссылка",
|
||||
@ -715,7 +721,7 @@
|
||||
"title": "Усилить"
|
||||
},
|
||||
"voters_dropdown": {
|
||||
"rewards": "ВОЗНАГРАЖДЕНИЕ",
|
||||
"rewards": "НАГРАДЫ",
|
||||
"percent": "ПРОЦЕНТ",
|
||||
"time": "ВРЕМЯ"
|
||||
},
|
||||
@ -786,7 +792,7 @@
|
||||
"mute": "ОТКЛЮЧИТЬ / ЗАБЛОКИРОВАТЬ",
|
||||
"unmute": "ВКЛЮЧИТЬ / РАЗБЛОКИРОВАТЬ",
|
||||
"report": "ПОЖАЛОВАТЬСЯ НА ПОЛЬЗОВАТЕЛЯ",
|
||||
"delegate": "ДЕЛЕГИРОВАТЬ СИЛУ HIVE"
|
||||
"delegate": "ДЕЛЕГИРОВАТЬ HIVE POWER"
|
||||
},
|
||||
"communities": {
|
||||
"joined": "Членство",
|
||||
@ -822,12 +828,12 @@
|
||||
"minute": "минут",
|
||||
"hour": "часов",
|
||||
"week": "недель",
|
||||
"day": "дней",
|
||||
"day": "дн.",
|
||||
"month": "месяцев",
|
||||
"year": "лет"
|
||||
},
|
||||
"quick_reply": {
|
||||
"placeholder": "Add a comment...",
|
||||
"placeholder": "Добавить комментарий...",
|
||||
"comment": "Комментарий",
|
||||
"reply": "ОТВЕТИТЬ",
|
||||
"close": "ЗАКРЫТЬ"
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "ti sledi",
|
||||
"unfollow": "ti ne sledi več",
|
||||
"ignore": "te zdaj ignorira",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "odgovoreno",
|
||||
"mention": "spomenuto u",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "vas je zapratio",
|
||||
"unfollow": "vas ne prati više",
|
||||
"ignore": "vas je ignorisao",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Glasaj",
|
||||
"comment": "Komentar",
|
||||
"mention": "Pominjanje",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Podeli",
|
||||
"transfers": "Prenosi",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Koristite samo mala slova, cifre i jednu crticu",
|
||||
"limited_firstchar": "Oznaka mora početi slovom",
|
||||
"limited_lastchar": "Oznaka mora da se završava slovom ili brojem",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Vreme zakazivanja",
|
||||
"setting_reward": "Nagrada",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Opcije",
|
||||
"my_blog": "Moj Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "Moje Zajednice",
|
||||
"top_communities": "Najpopularnije zajednice",
|
||||
"schedule_modal_title": "Planiraj objavu",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Veza nije uspostavljena!",
|
||||
"connection_success": "Uspešno povezan!",
|
||||
"checking": "Provera...",
|
||||
"external_link": "Отвори у прегледачу",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "Objava ne postoji! Molimo da proverite trajnu vezu i autora.",
|
||||
"google_play_version": "Primetili smo da vaš uređaj ima stariju verziju Google Play. Ažurirajte Google Play i pokušajte ponovo!",
|
||||
"rc_down": "Nema dovoljno resurs kredita za izvođenje radnje! \n\nPojačajte svoj nalog da biste nastavili uživati u iskustvu. Da li želite da pojačate svoj nalog sada?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "oy geri alındı",
|
||||
"reply": "cevaplandı",
|
||||
"mention": "bahsedildi",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "seni takip etti",
|
||||
"unfollow": "seni takipetmeyi bıraktı",
|
||||
"ignore": "seni engelledi",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Oy",
|
||||
"comment": "Yorum",
|
||||
"mention": "Bahset",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Yeniden yayınla",
|
||||
"transfers": "Transferler",
|
||||
"delegations": "Delegasyonlar"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Yalnızca küçük harf, rakam ve bir tire kullanın",
|
||||
"limited_firstchar": "Etiket harf ile başlamalıdır",
|
||||
"limited_lastchar": "Etiket harf veya sayı ile bitmelidir",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Planlama Zamanı",
|
||||
"setting_reward": "Ödül",
|
||||
"setting_reblog": "Yeniden Yayınla",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Seçenekler",
|
||||
"my_blog": "Blogum",
|
||||
"select_community": "Bir topluluk seç",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "Topluluklarım",
|
||||
"top_communities": "En İyi Topluluklar",
|
||||
"schedule_modal_title": "Gönderiyi Zamanla",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Bağlantı Hatası!",
|
||||
"connection_success": "Başarıyla bağlanıldı!",
|
||||
"checking": "Kontrol ediliyor...",
|
||||
"external_link": "Tarayıcıda Aç",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "Gönderi mevcut değil! Lütfen bağlantıyı ve yazarı kontrol edin.",
|
||||
"google_play_version": "Cihazınızda Google Play'in eski bir sürümü olduğunu fark ettik. Lütfen Google Play hizmetlerini güncelleyin ve tekrar deneyin!",
|
||||
"rc_down": "Bu eylemei gerçekleştirmek için yeterli kredi bulunmuyor!\n\nDeneyimin tadını çıkarmaya devam etmek için hesabınızı yükseltin. Şimdi hesabınızı yükseltmek ister misiniz?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "відповів (-ла) вам",
|
||||
"mention": "згадав (-ла) вас",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "підписався(-лась) на вас",
|
||||
"unfollow": "відписався(-лась) від вас",
|
||||
"ignore": "ігнорує тебе",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Голоси",
|
||||
"comment": "Коментарі",
|
||||
"mention": "Згадування",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Рестім",
|
||||
"transfers": "Перекази",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Тег має починатися з літери",
|
||||
"limited_lastchar": "Тег має закінчуватись літерою або числом",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "Мій блог",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "Мої спільноти",
|
||||
"top_communities": "Найкращі спільноти",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Помилка з’єднання!",
|
||||
"connection_success": "Успішне підключення!",
|
||||
"checking": "Перевірка...",
|
||||
"external_link": "Відкрити у браузері",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "Допису не існує! Будь ласка, перевірте першоджерело та автора.",
|
||||
"google_play_version": "Ми помітили, що на вашому пристрої є стара версія Google Play. Оновіть служби Google Play і повторіть спробу!",
|
||||
"rc_down": "Не вистачає ресурс кредитів для виконання дії! \n\nПідсильте свій акаунт, щоб і надалі отримувати задоволення від використання. Бажаєте підсилити свій акаунт зараз?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "qarshi ovoz berdi",
|
||||
"reply": "javob berdi",
|
||||
"mention": "eslatib o'tdi",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "sizni kuzatdi",
|
||||
"unfollow": "sizni kuzatishni to'xtatdi",
|
||||
"ignore": "sizni rad etdi",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Ovoz berish",
|
||||
"comment": "Izoh",
|
||||
"mention": "Eslatma",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Qayta bloglash",
|
||||
"transfers": "O'tkazmalar",
|
||||
"delegations": "Delegatsiyalar"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Faqat kichik harflar, raqamlar va bitta chiziqdan foydalaning",
|
||||
"limited_firstchar": "Teg harf bilan boshlanishi kerak",
|
||||
"limited_lastchar": "Teg harf yoki raqam bilan tugashi kerak",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Vaqtni rejalashtirish",
|
||||
"setting_reward": "Mukofot",
|
||||
"setting_reblog": "Qayta bloglash",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Variantlar",
|
||||
"my_blog": "Mening blogim",
|
||||
"select_community": "Guruhni tanlang",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "Mening Guruhlarim",
|
||||
"top_communities": "Eng yaxshi guruhlar",
|
||||
"schedule_modal_title": "Post taqvimi",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Ulanishda xatolik yuz berdi!",
|
||||
"connection_success": "Muvaffaqiyatli ulanish!",
|
||||
"checking": "Tekshirilmoqda...",
|
||||
"external_link": "Brauzerda Ochish",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "Bu post mavjud emas! Iltimos, ssilkani va muallifni tekshiring.",
|
||||
"google_play_version": "Qurilmangizda Google Playning eski versiyasi bor. Iltimos, Google Play xizmatlarini yangilang va qaytadan urinib ko'ring!",
|
||||
"rc_down": "Harakatni bajarish uchun resurs kreditlari yetarli emas!\n\nTajribadan zavqlanishda davom etish uchun hisobingizni kuchaytiring. Hisobingizni hoziroq kuchaytirmoqchimisiz?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "đã theo dõi bạn",
|
||||
"unfollow": "đã bỏ theo dõi bạn",
|
||||
"ignore": "đã bỏ qua bạn",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Bình chọn",
|
||||
"comment": "Câu bình luận",
|
||||
"mention": "Nhắc đến",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Đăng lại",
|
||||
"transfers": "Những phần chuyển khoản",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "ti n ba o lo",
|
||||
"unfollow": "ko ba o lo mo",
|
||||
"ignore": "ti ko eti ikun",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"select_community": "Choose a community",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "downvoted",
|
||||
"reply": "回复给",
|
||||
"mention": "被提及,在",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "关注了您",
|
||||
"unfollow": "取消对您的关注",
|
||||
"ignore": "屏蔽了您",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "投票",
|
||||
"comment": "评论",
|
||||
"mention": "提到",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "转发",
|
||||
"transfers": "转账",
|
||||
"delegations": "Delegations"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "标签必须以字母开头",
|
||||
"limited_lastchar": "标签必须以字母或数字结尾",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "预定时间",
|
||||
"setting_reward": "奖励",
|
||||
"setting_reblog": "Reblog",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "Options",
|
||||
"my_blog": "我的博客",
|
||||
"select_community": "选择一个社区",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "我的社区",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "连接失败!",
|
||||
"connection_success": "连接成功!",
|
||||
"checking": "正在检查...",
|
||||
"external_link": "在浏览器中打开",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "文章不存在!请检查链接和作者。",
|
||||
"google_play_version": "我们注意到您的设备有旧版本的 Google Play 。请更新 Google Play 服务,然后再试一次!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
|
@ -141,6 +141,8 @@
|
||||
"unvote": "已踩",
|
||||
"reply": "回復給",
|
||||
"mention": "提及您,在",
|
||||
"favorites": "made new post",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "關注了您",
|
||||
"unfollow": "取消對您的關注",
|
||||
"ignore": "屏蔽了您",
|
||||
@ -227,6 +229,8 @@
|
||||
"vote": "投票",
|
||||
"comment": "評論",
|
||||
"mention": "提到",
|
||||
"favorite": "Favorites",
|
||||
"bookmark": "Bookmarks",
|
||||
"reblog": "轉發",
|
||||
"transfers": "轉帳",
|
||||
"delegations": "代理"
|
||||
@ -350,6 +354,7 @@
|
||||
"limited_characters": "只能使用小寫字母,數字和一個短劃線",
|
||||
"limited_firstchar": "標籤必須以字母開頭",
|
||||
"limited_lastchar": "標籤必須以字母或數位結尾",
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "預訂發布時間",
|
||||
"setting_reward": "獎勵",
|
||||
"setting_reblog": "轉發",
|
||||
@ -362,6 +367,7 @@
|
||||
"options": "選項",
|
||||
"my_blog": "我的博客",
|
||||
"select_community": "選擇社區",
|
||||
"community_selected": "Community Selected",
|
||||
"my_communities": "我的社區",
|
||||
"top_communities": "最受歡迎社區",
|
||||
"schedule_modal_title": "預訂發佈時間",
|
||||
@ -485,7 +491,7 @@
|
||||
"connection_fail": "連接失敗!",
|
||||
"connection_success": "連接成功!",
|
||||
"checking": "正在檢查…",
|
||||
"external_link": "在瀏覽器中打開",
|
||||
"external_link": "Open external link",
|
||||
"not_existing_post": "文章不存在!請檢查連結和作者。",
|
||||
"google_play_version": "我們注意到您的設備有舊版本的Google Play。請更新Google Play服務,然後再試一次!",
|
||||
"rc_down": "信用資源不夠,未能執行該指令。\n\n增加您的資源以繼續體驗平台。需要立刻增加資源嗎?",
|
||||
|
@ -36,7 +36,6 @@ export const useNotificationsQuery = (filter: NotificationFilters) => {
|
||||
return lastId;
|
||||
};
|
||||
|
||||
|
||||
// query initialization
|
||||
const notificationQueries = useQueries({
|
||||
queries: pageParams.map((pageParam) => ({
|
||||
@ -67,7 +66,7 @@ export const useNotificationsQuery = (filter: NotificationFilters) => {
|
||||
}
|
||||
};
|
||||
|
||||
const _dataArrs = notificationQueries.map(query => query.data);
|
||||
const _dataArrs = notificationQueries.map((query) => query.data);
|
||||
|
||||
return {
|
||||
data: unionBy(..._dataArrs, 'id'),
|
||||
|
@ -105,11 +105,13 @@ export const useInitApplication = () => {
|
||||
// while notifee events do not fuction as expected
|
||||
if (Platform.OS === 'android') {
|
||||
messagingEventRef.current = messaging().onNotificationOpenedApp((remoteMessage) => {
|
||||
console.log("Notificaiton opened app", remoteMessage)
|
||||
_pushNavigate(remoteMessage);
|
||||
});
|
||||
|
||||
const initialNotification = await messaging().getInitialNotification();
|
||||
if (initialNotification) {
|
||||
console.log("Initial Notification", initialNotification)
|
||||
_pushNavigate(initialNotification);
|
||||
}
|
||||
} else if (Platform.OS === 'ios') {
|
||||
@ -182,8 +184,8 @@ export const useInitApplication = () => {
|
||||
routeName = ROUTES.SCREENS.POST;
|
||||
break;
|
||||
|
||||
case 'favorites':
|
||||
case 'bookmarks':
|
||||
case 'favorite':
|
||||
case 'bookmark':
|
||||
case 'reply':
|
||||
params = {
|
||||
author: get(push, 'source', ''),
|
||||
|
@ -72,7 +72,7 @@ class HiveSigner extends PureComponent {
|
||||
Alert.alert(
|
||||
'Error',
|
||||
// intl.formatMessage({ id:
|
||||
error,
|
||||
error.message || error.toString(),
|
||||
// }),
|
||||
);
|
||||
// TODO: return
|
||||
|
@ -164,15 +164,21 @@ class DelegateScreen extends Component {
|
||||
const vest_shares = parseAsset(curShare.vesting_shares);
|
||||
this.setState({
|
||||
delegatedHP: vestsToHp(vest_shares.amount, hivePerMVests).toFixed(3),
|
||||
hp: vestsToHp(vest_shares.amount, hivePerMVests).toFixed(3),
|
||||
amount: vest_shares.amount,
|
||||
});
|
||||
} else {
|
||||
this.setState({
|
||||
delegatedHP: 0,
|
||||
hp: 0,
|
||||
amount: 0,
|
||||
});
|
||||
}
|
||||
} else {
|
||||
this.setState({
|
||||
delegatedHP: 0,
|
||||
hp: 0,
|
||||
amount: 0,
|
||||
});
|
||||
}
|
||||
} catch (err) {
|
||||
@ -585,9 +591,9 @@ class DelegateScreen extends Component {
|
||||
<KeyboardAvoidingView
|
||||
behavior={Platform.OS === 'ios' ? 'padding' : 'height'}
|
||||
style={styles.fillSpace}
|
||||
keyboardShouldPersistTaps
|
||||
keyboardShouldPersistTaps="always"
|
||||
>
|
||||
<ScrollView keyboardShouldPersistTaps contentContainerStyle={styles.grow}>
|
||||
<ScrollView keyboardShouldPersistTaps="always" contentContainerStyle={styles.grow}>
|
||||
<View style={styles.container}>
|
||||
{step >= 1 && _renderStepOne()}
|
||||
{step >= 2 && _renderStepTwo()}
|
||||
|
Loading…
Reference in New Issue
Block a user