mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-04 07:05:20 +03:00
Merge branch 'development' into nt/post-display-optimise
This commit is contained in:
commit
2f996136aa
@ -151,7 +151,7 @@ android {
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode versionMajor * 10000 + versionMinor * 100 + versionPatch
|
||||
versionName "3.0.37"
|
||||
versionName "3.0.39"
|
||||
resValue "string", "build_config_package", "app.esteem.mobile.android"
|
||||
multiDexEnabled true
|
||||
// react-native-image-crop-picker
|
||||
|
@ -1130,7 +1130,7 @@
|
||||
CODE_SIGN_IDENTITY = "iPhone Distribution";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 2816;
|
||||
CURRENT_PROJECT_VERSION = 2818;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = 75B6RXTKGT;
|
||||
EXCLUDED_ARCHS = "";
|
||||
@ -1212,7 +1212,7 @@
|
||||
CODE_SIGN_ENTITLEMENTS = Ecency/Ecency.entitlements;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 2816;
|
||||
CURRENT_PROJECT_VERSION = 2818;
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEVELOPMENT_TEAM = 75B6RXTKGT;
|
||||
EXCLUDED_ARCHS = "";
|
||||
|
@ -17,7 +17,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0.37</string>
|
||||
<string>3.0.39</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
|
@ -15,10 +15,10 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0.37</string>
|
||||
<string>3.0.39</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2816</string>
|
||||
<string>2818</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -463,6 +463,8 @@ PODS:
|
||||
- React
|
||||
- react-native-flipper (0.164.0):
|
||||
- React-Core
|
||||
- react-native-heic-converter (1.3.1):
|
||||
- React
|
||||
- react-native-netinfo (9.3.5):
|
||||
- React-Core
|
||||
- react-native-orientation-locker (1.5.0):
|
||||
@ -724,6 +726,7 @@ DEPENDENCIES:
|
||||
- react-native-date-picker (from `../node_modules/react-native-date-picker`)
|
||||
- react-native-fingerprint-scanner (from `../node_modules/react-native-fingerprint-scanner`)
|
||||
- react-native-flipper (from `../node_modules/react-native-flipper`)
|
||||
- react-native-heic-converter (from `../node_modules/react-native-heic-converter`)
|
||||
- "react-native-netinfo (from `../node_modules/@react-native-community/netinfo`)"
|
||||
- react-native-orientation-locker (from `../node_modules/react-native-orientation-locker`)
|
||||
- react-native-randombytes (from `../node_modules/react-native-randombytes`)
|
||||
@ -879,6 +882,8 @@ EXTERNAL SOURCES:
|
||||
:path: "../node_modules/react-native-fingerprint-scanner"
|
||||
react-native-flipper:
|
||||
:path: "../node_modules/react-native-flipper"
|
||||
react-native-heic-converter:
|
||||
:path: "../node_modules/react-native-heic-converter"
|
||||
react-native-netinfo:
|
||||
:path: "../node_modules/@react-native-community/netinfo"
|
||||
react-native-orientation-locker:
|
||||
@ -1038,6 +1043,7 @@ SPEC CHECKSUMS:
|
||||
react-native-date-picker: 55193347d8d0f40948f441ffd4e5db6f0a8fbe13
|
||||
react-native-fingerprint-scanner: ac6656f18c8e45a7459302b84da41a44ad96dbbe
|
||||
react-native-flipper: c33a4995958ef12a2b2f8290d63bed7adeed7634
|
||||
react-native-heic-converter: 6fe467bc07bd9822455865ea8b86d35cde149450
|
||||
react-native-netinfo: 85b2a435c4d3705c08b0c42ff2d6ef6b9622ea0a
|
||||
react-native-orientation-locker: 851f6510d8046ea2f14aa169b1e01fcd309a94ba
|
||||
react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846
|
||||
|
@ -17,9 +17,9 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0.37</string>
|
||||
<string>3.0.39</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2816</string>
|
||||
<string>2818</string>
|
||||
<key>NSExtension</key>
|
||||
<dict>
|
||||
<key>NSExtensionAttributes</key>
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ecency",
|
||||
"version": "3.0.37",
|
||||
"version": "3.0.39",
|
||||
"displayName": "Ecency",
|
||||
"private": true,
|
||||
"rnpm": {
|
||||
@ -114,6 +114,7 @@
|
||||
"react-native-fingerprint-scanner": "hieuvp/react-native-fingerprint-scanner",
|
||||
"react-native-flipper": "^0.164.0",
|
||||
"react-native-gesture-handler": "^2.8.0",
|
||||
"react-native-heic-converter": "^1.3.1",
|
||||
"react-native-highlight-words": "^1.0.1",
|
||||
"react-native-iap": "^12.4.2",
|
||||
"react-native-image-crop-picker": "^0.39.0",
|
||||
|
@ -1,7 +1,8 @@
|
||||
import React, { forwardRef, useEffect, useImperativeHandle, useRef, useState } from 'react';
|
||||
import { useIntl } from 'react-intl';
|
||||
import { Alert } from 'react-native';
|
||||
import { Alert, AlertButton } from 'react-native';
|
||||
import ImagePicker, { Image } from 'react-native-image-crop-picker';
|
||||
import RNHeicConverter from 'react-native-heic-converter';
|
||||
import { openSettings } from 'react-native-permissions';
|
||||
import bugsnapInstance from '../../../config/bugsnag';
|
||||
import { getImages } from '../../../providers/ecency/ecency';
|
||||
@ -161,6 +162,20 @@ export const UploadsGalleryModal = forwardRef(
|
||||
throw new Error('New media items returned');
|
||||
}
|
||||
|
||||
//post process heic to jpg media items
|
||||
for (let i = 0; i < media.length; i++) {
|
||||
const element = media[i]
|
||||
if (element.mime === 'image/heic') {
|
||||
const res = await RNHeicConverter.convert({ path: element.sourceURL }) // default with quality = 1 & jpg extension
|
||||
if (res && res.path) {
|
||||
element.mime = 'image/jpeg';
|
||||
element.path = res.path;
|
||||
element.filename = element.filename ? element.filename.replace('.HEIC', '.JPG') : '';
|
||||
media[i] = element;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (shouldInsert) {
|
||||
setShowModal(false);
|
||||
hideToolbarExtension();
|
||||
@ -283,8 +298,13 @@ export const UploadsGalleryModal = forwardRef(
|
||||
};
|
||||
|
||||
const _handleMediaOnSelectFailure = (error) => {
|
||||
let title = intl.formatMessage({ id: 'alert.fail' });
|
||||
let title = intl.formatMessage({ id: 'alert.something_wrong' });
|
||||
let body = error.message || JSON.stringify(error);
|
||||
let action: AlertButton = {
|
||||
text: intl.formatMessage({ id: 'alert.okay' }),
|
||||
onPress: () => { },
|
||||
}
|
||||
|
||||
switch (error.code) {
|
||||
case 'E_PERMISSION_MISSING':
|
||||
case 'E_NO_LIBRARY_PERMISSION':
|
||||
@ -294,6 +314,12 @@ export const UploadsGalleryModal = forwardRef(
|
||||
body = intl.formatMessage({
|
||||
id: 'alert.permission_text',
|
||||
});
|
||||
action = {
|
||||
text: intl.formatMessage({ id: 'alert.open_settings' }),
|
||||
onPress: () => {
|
||||
openSettings();
|
||||
},
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
@ -301,17 +327,10 @@ export const UploadsGalleryModal = forwardRef(
|
||||
showActionModal({
|
||||
title,
|
||||
body,
|
||||
buttons: [
|
||||
{
|
||||
text: intl.formatMessage({ id: 'alert.open_settings' }),
|
||||
onPress: () => {
|
||||
openSettings();
|
||||
},
|
||||
},
|
||||
],
|
||||
buttons: [action],
|
||||
}),
|
||||
);
|
||||
// Alert.alert(title, body, [{},{}])
|
||||
|
||||
};
|
||||
|
||||
const _handleMediaInsertion = (data: MediaInsertData) => {
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Gagai!",
|
||||
"move": "Pinah",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Peu neuyakin neuk pinah lam draft?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Klaheuh na lam draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -9,7 +9,7 @@
|
||||
"transfer_from_savings": "من المدخرات",
|
||||
"withdraw_savings": "Withdraw Savings",
|
||||
"withdraw_vesting": "Power Down | Unstake",
|
||||
"open_order": "Open Order",
|
||||
"open_order": "طلب مفتوح",
|
||||
"fill_order": "ملئ الطلب",
|
||||
"post": "منشور",
|
||||
"comment": "تعليق",
|
||||
@ -54,17 +54,17 @@
|
||||
"to": "إلى",
|
||||
"estimated_value_desc": "حسب قيمة الشراء",
|
||||
"estimated_value": "القيمه المتوقعه",
|
||||
"vote_value": "Vote value",
|
||||
"vote_value": "قيمة التصويت",
|
||||
"delegated_hive_power": "Delegated hive power",
|
||||
"powering_down_hive_power": "Powering down",
|
||||
"received_hive_power": "Received hive power",
|
||||
"total_hive_power": "Total hive power",
|
||||
"total_hive_power": "القوة الإجمالية",
|
||||
"savings": "Savings",
|
||||
"estimated_amount": "قيمة التصويت",
|
||||
"amount_information": "اسحب شريط التمرير لضبط المبلغ",
|
||||
"amount": "كمية",
|
||||
"memo": "مذكرة",
|
||||
"tap_update": "Tap to update",
|
||||
"tap_update": "انقر للتحديث",
|
||||
"information": "Are you sure to proceed with transaction?",
|
||||
"amount_desc": "الرصيد",
|
||||
"memo_desc": "هذه المذكرة عامة",
|
||||
@ -94,14 +94,14 @@
|
||||
"fill_convert_request": "تم التحويل بنجاح",
|
||||
"fill_transfer_from_savings": "تم الإدخار بنجاح",
|
||||
"fill_vesting_withdraw": "تم تنفيذ إنقاص نفوذك",
|
||||
"engine_title": "Hive Engine Tokens",
|
||||
"engine_claim_btn": "Claim Rewards ({count})",
|
||||
"engine_select_assets": "Select Assets",
|
||||
"manage_assets": "Add / Remove Assets",
|
||||
"engine_title": "رموز Hive Engine",
|
||||
"engine_claim_btn": "الحصول على المكافآت ({count})",
|
||||
"engine_select_assets": "حدد الأصول",
|
||||
"manage_assets": "إضافة & حذف الأصول",
|
||||
"ecency": {
|
||||
"title": "Points",
|
||||
"name": "Ecency Points",
|
||||
"buy": "GET POINTS"
|
||||
"title": "النقاط",
|
||||
"name": "نقاط Ecency",
|
||||
"buy": "احصل على نقاط"
|
||||
},
|
||||
"savinghive": {
|
||||
"title": "مدخرات HIVE"
|
||||
@ -131,23 +131,23 @@
|
||||
"address": "إستلام"
|
||||
},
|
||||
"last_updated": "Last Updated:",
|
||||
"updating": "Updating...",
|
||||
"coin_details": "Details",
|
||||
"updating": "التحديث جارٍ...",
|
||||
"coin_details": "التفاصيل",
|
||||
"change": "Change",
|
||||
"activities": "Activities",
|
||||
"activities": "الأنشطة والمستجدّات",
|
||||
"savings_withdrawal": "Pending Withdrawals",
|
||||
"open_orders": "Open Orders",
|
||||
"conversions_requested": "Conversions Requested",
|
||||
"expires": "expires",
|
||||
"pending_requests": "Pending Requests",
|
||||
"boost_account": "Boost",
|
||||
"boost_account": "تعزيز",
|
||||
"get_boost": "Get Boost",
|
||||
"transfer_engine": "Transfer",
|
||||
"unstake_engine": "Unstake",
|
||||
"stake_engine": "Stake",
|
||||
"delegate_engine": "Delegate",
|
||||
"delegate_engine": "تفويض",
|
||||
"undelegate_engine": "Undelegate",
|
||||
"low_liquidity": "Low Liquidity!",
|
||||
"low_liquidity": "سيولة منخفضة!",
|
||||
"inactive_token": "Token is relatively inactive, some functionalities might be affected."
|
||||
},
|
||||
"notification": {
|
||||
@ -155,7 +155,7 @@
|
||||
"unvote": "مصوت سلباً",
|
||||
"reply": "الرد على",
|
||||
"mention": "أشارك إليك في",
|
||||
"favorites": "made new post",
|
||||
"favorites": "إنشاء مشاركة جديدة",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"follow": "قام بمتابعتك",
|
||||
"unfollow": "قام بإلغاء متابعتك",
|
||||
@ -298,7 +298,7 @@
|
||||
"deep_login_malformed_url": "Malformed login url, please use private key or password to login"
|
||||
},
|
||||
"register": {
|
||||
"modal_title": "Get Hive Account",
|
||||
"modal_title": "احصل على حساب Hive",
|
||||
"button": "إنشاء حساب",
|
||||
"title": "إنشاء حساب",
|
||||
"username": "اختر اسم المستخدم",
|
||||
@ -308,7 +308,7 @@
|
||||
"error_message": "{message}\nTry again or try purchasing account instead",
|
||||
"title_description": "حساب واحد لإدارة كل شيء",
|
||||
"form_description": "من خلال تسجيل الدخول، أنت توافق على شروط الخدمات وسياسات الخصوصية لدينا.",
|
||||
"registering": "Registering Your Account...",
|
||||
"registering": "تسجيل حسابك...",
|
||||
"register_fail": "Registeration failed, please try again or contact support.",
|
||||
"registered": "Registration Successful\nCheck your email for instruction"
|
||||
},
|
||||
@ -342,7 +342,7 @@
|
||||
"add_an_existing_account": "إضافة حساب آخر",
|
||||
"accounts": "الحسابات",
|
||||
"refer": "رشح أصدقائك واربح",
|
||||
"qr": "QR Scan"
|
||||
"qr": "مسح ال QR"
|
||||
},
|
||||
"header": {
|
||||
"title": "تسجيل الدخول لتخصيص خلاصتك",
|
||||
@ -376,7 +376,7 @@
|
||||
"tag_duplicate": "Tag exists already",
|
||||
"setting_schedule": "الجدول الزمني",
|
||||
"setting_reward": "المكافأة",
|
||||
"setting_reblog": "Reblog",
|
||||
"setting_reblog": "إعادة النشر",
|
||||
"setting_beneficiary": "المستفيدون",
|
||||
"setting_thumb": "تعيين صورة مصغرة",
|
||||
"reward_default": "الافتراضي 50%/50%",
|
||||
@ -403,10 +403,10 @@
|
||||
"draft_save_success": "تم حفظ المسودة",
|
||||
"draft_save_fail": "فشل في حفظ المسودة",
|
||||
"select_thumb": "اختيار الصورة المصغرة للمنشور",
|
||||
"add_more_imgs": "Add more images to post",
|
||||
"add_more_imgs": "إضافة المزيد من الصور",
|
||||
"two_thumbs_required": "أضف المزيد من الصور في منشورك قبل تعيين الصورة المصغرة",
|
||||
"scheduled_for": "Scheduled For",
|
||||
"scheduled_immediate": "Immediate",
|
||||
"scheduled_immediate": "فوراً",
|
||||
"scheduled_later": "Later",
|
||||
"settings_title": "Post Options",
|
||||
"done": "DONE",
|
||||
@ -415,12 +415,12 @@
|
||||
"draft_save_new": "Save as new draft",
|
||||
"label": "Label",
|
||||
"enter_label_placeholder": "Enter Label (Optional)",
|
||||
"url": "URL",
|
||||
"enter_url_placeholder": "Enter URL",
|
||||
"link_type_text": "Type of Link",
|
||||
"insert_link": "Insert Link",
|
||||
"preview": "Preview",
|
||||
"invalid_url_error": "Please insert valid url",
|
||||
"url": "رابط الموقع",
|
||||
"enter_url_placeholder": "الرجاء إدخال الرابط",
|
||||
"link_type_text": "نوع الرابط",
|
||||
"insert_link": "إضافة رابط",
|
||||
"preview": "معاينة",
|
||||
"invalid_url_error": "الرجاء إدخال رابط صحيح",
|
||||
"plain": "Plain",
|
||||
"video": "Video",
|
||||
"image": "Image"
|
||||
@ -471,6 +471,7 @@
|
||||
"fail": "فشل!",
|
||||
"move": "نقل",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "هل أنت متأكد من نقل إلى المسودات؟",
|
||||
"success_shared": "تم إرسال المحتوى!",
|
||||
"success_moved": "تم النقل إلى المسودات",
|
||||
@ -519,7 +520,7 @@
|
||||
"qoutaExceeded": "تم تجاوز حصة الرفع",
|
||||
"invalidImage": "صورة غير صالحة، جرب ملف مختلف",
|
||||
"something_wrong": "حدث خطأ ما",
|
||||
"something_wrong_msg": "Something went wrong\n{message}",
|
||||
"something_wrong_msg": "حدث خطأ ما\n{message}",
|
||||
"something_wrong_alt": "في هذا الوقت، جرب Ecency.com من متصفحك",
|
||||
"something_wrong_reload": "حاول مجددا؟",
|
||||
"can_not_be_empty": "العنوان والجسم لا يمكن أن يكونا فارغين!",
|
||||
@ -534,11 +535,11 @@
|
||||
"invalid_response": "Could not process request, Try again later.",
|
||||
"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.",
|
||||
"open_settings": "Open Settings"
|
||||
"connection_issues": "لا يمكن الوصول إلى الخادم، يرجى التحقق من اتصالك وحاول مرة أخرى.",
|
||||
"open_settings": "فتح الإعدادات"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure you want to reblog?",
|
||||
"reblog_alert": "هل أنت متأكد من رغبتك في إعادة التدوين؟",
|
||||
"removed_hint": "المحتوى غير متوفر",
|
||||
"copy_link": "نسخ الرابط",
|
||||
"copy_text": "نسخ النص",
|
||||
@ -569,10 +570,10 @@
|
||||
"deleted": "تم مسح المشاركة المجدولة",
|
||||
"move": "نقل إلى المسودات",
|
||||
"moved": "تم النقل إلى المسودات",
|
||||
"pending": "Pending",
|
||||
"pending": "قيد الانتظار",
|
||||
"postponed": "Postponed",
|
||||
"published": "Published",
|
||||
"error": "Error"
|
||||
"published": "تم النشر",
|
||||
"error": "خطأ"
|
||||
},
|
||||
"bookmarks": {
|
||||
"title": "إشارات مرجعية",
|
||||
@ -589,7 +590,7 @@
|
||||
"confirm_report_body": "هل أنت متأكد من أنك تريد الإبلاغ؟"
|
||||
},
|
||||
"delete": {
|
||||
"confirm_delete_title": "Confirm Delete",
|
||||
"confirm_delete_title": "تأكيد الحذف",
|
||||
"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"
|
||||
},
|
||||
@ -626,9 +627,9 @@
|
||||
"promote": "قم بالترويج لمقالك",
|
||||
"boost": "تعزيز منشورك",
|
||||
"report": "الإبلاغ",
|
||||
"pin-blog": "Pin to blog",
|
||||
"pin-blog": "تثبيت بأعلى الصفحة",
|
||||
"unpin-blog": "Unpin from blog",
|
||||
"pin-community": "Pin to community",
|
||||
"pin-community": "تثبيت للمجتمع",
|
||||
"unpin-community": "Unpin from community",
|
||||
"edit-history": "Edit History",
|
||||
"mute": "Mute / Block"
|
||||
@ -693,28 +694,28 @@
|
||||
"address_view": "عرض العنواين",
|
||||
"already_delegated": "Already delegated to ",
|
||||
"remain_hp": "Remaining HP",
|
||||
"account_detail_head": "Account Details",
|
||||
"account_detail_head": "تفاصيل الحساب",
|
||||
"account_detail_subhead": "Enter username for HIVE Power delegation",
|
||||
"delegat_detail_head": "Delegation Details",
|
||||
"delegat_detail_head": "تفاصيل التفويض",
|
||||
"delegat_detail_subhead": "New amount overwrites already delegated HIVE Power ",
|
||||
"new_amount": "New Amount",
|
||||
"review": "REVIEW",
|
||||
"confirm": "Confirm Delegation",
|
||||
"new_amount": "مبلغ جديد",
|
||||
"review": "استعراض",
|
||||
"confirm": "تأكيد التفويض",
|
||||
"confirm_summary": "Delegate {hp} HP ({vests} VESTS) To @{delegator} from @{delegatee} ",
|
||||
"confirm_summary_para": "This will overwrite your previous delegation of {prev} HP to this user.",
|
||||
"username_alert": "Username Error!",
|
||||
"username_alert": "خطأ في اسم المستخدم!",
|
||||
"username_alert_detail": "Please select different username",
|
||||
"power_down": "Power Down | Unstake",
|
||||
"power_down_amount_head": "Withdraw Amount",
|
||||
"power_down_amount_head": "سحب المبلغ",
|
||||
"power_down_amount_subhead": "Enter amount for powering down hive power",
|
||||
"withdraw_accounts": "Withdraw Accounts",
|
||||
"amount_hp": "Amount (HP)",
|
||||
"amount_hp": "المبلغ (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_title": "تفاصيل الحساب",
|
||||
"account_select_description": "Operations related to funds are irreversible, make sure username is correct",
|
||||
"amount_select_title": "Action Details",
|
||||
"amount_select_description": "Enter amount within maximum available balance {suffix}",
|
||||
@ -730,17 +731,19 @@
|
||||
"desc": "30 يومًا من التفويض سيعزز أصواتك وأنشطتك الاجتماعية ويمنحك المزيد من الإجراءات مع المزيد من رصيد الموارد."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
"btn_register": "Buy Account - {price}",
|
||||
"title": "شراء حساب",
|
||||
"btn_register": "شراء حساب - {price}",
|
||||
"desc": "Get a full-fledged, premium Hive account with no extra checks and few perks such as:\n\n- Instant creation without extra checks and waiting\n- 3x RC compared to normal new accounts for 90 days\n- 300 Points to help you get started",
|
||||
"claim": "Claim Paid Account"
|
||||
"claim": "المطالبة بحساب مدفوع"
|
||||
},
|
||||
"free_account": {
|
||||
"title": "Free Account",
|
||||
"btn_register": "Register Free",
|
||||
"title": "حساب مجاني",
|
||||
"btn_register": "تسجيل (مجاني)",
|
||||
"desc": "Get a full-fledged Hive account, this method has basic checks to make sure botnet doesn't abuse our signup faucet."
|
||||
},
|
||||
"free_estm": {
|
||||
@ -849,7 +852,7 @@
|
||||
"username": "اسم المستخدم",
|
||||
"addAccount": "إضافة حساب",
|
||||
"save": "حفظ",
|
||||
"cancel": "Cancel"
|
||||
"cancel": "إلغاء"
|
||||
},
|
||||
"welcome": {
|
||||
"label": "مرحبا بك في",
|
||||
@ -862,7 +865,7 @@
|
||||
"line3_body": "قم ببناء مجتمع خاص بك، احصل على مكافأت وكافئ الآخرين.",
|
||||
"get_started": "ابدأ هنا!",
|
||||
"terms_description": "By accepting, you agree to our Terms of Service and Privacy Policies.",
|
||||
"terms_text": "Read Here!"
|
||||
"terms_text": "اقرأ هنا!"
|
||||
},
|
||||
"time": {
|
||||
"second": "ثواني",
|
||||
@ -874,33 +877,33 @@
|
||||
"year": "سنوات"
|
||||
},
|
||||
"quick_reply": {
|
||||
"placeholder": "Add a comment...",
|
||||
"comment": "Comment",
|
||||
"placeholder": "إضافة تعليق...",
|
||||
"comment": "تعليق",
|
||||
"reply": "REPLY",
|
||||
"close": "CLOSE"
|
||||
"close": "إغلاق"
|
||||
},
|
||||
"walkthrough": {
|
||||
"load_draft_tooltip": "Load your lastest draft here"
|
||||
},
|
||||
"refer": {
|
||||
"refer_earn": "Refer & Earn",
|
||||
"refer": "Refer",
|
||||
"refer_earn": "إحالة أصدقائك واربح",
|
||||
"refer": "إحالة",
|
||||
"rewarded": "Referral points rewarded",
|
||||
"not_rewarded": "Referral reward pending",
|
||||
"delegate_hp": "Delegate HP",
|
||||
"earned": "Earned Points",
|
||||
"earned": "النقاط المكتسبة",
|
||||
"pending": "Pending Points",
|
||||
"empty_text": "Refer your loved ones today and earn free points"
|
||||
},
|
||||
"qr": {
|
||||
"qr_scan": "QR Scan",
|
||||
"open": "Open URL",
|
||||
"qr_scan": "مسح ال QR",
|
||||
"open": "فتح الرابط",
|
||||
"detected_url": "Detected URL",
|
||||
"unsupported_alert_title": "Unsupported URL!",
|
||||
"unsupported_alert_title": "رابط غير مدعوم!",
|
||||
"unsupported_alert_desc": "Please scan a valid ecency url."
|
||||
},
|
||||
"history": {
|
||||
"edit": "Edit History",
|
||||
"version": "Version"
|
||||
"version": "الإصدار"
|
||||
}
|
||||
}
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Uğursuz!",
|
||||
"move": "Köçürt",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Qaralamalara köçürtmək istədiyinizə əminsiniz?",
|
||||
"success_shared": "Uğurlu! Məzmun göndərildi!",
|
||||
"success_moved": "Qaralamalara köçürüldü",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Провал!!",
|
||||
"move": "Премести",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Сигурен ли сте да преместите към чернови?",
|
||||
"success_shared": "Успех! Съдържанието е изпратено!",
|
||||
"success_moved": "Премено в чернови",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 дни делегацията ще увеличи вашите гласове и социални дейности и ще ви даде повече действия с повече ресурсни кредити."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "ব্যর্থ!",
|
||||
"move": "স্থানান্তর",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "আপনি কি খসড়াতে যাওয়ার বিষয়ে নিশ্চিত?",
|
||||
"success_shared": "সাফল্য! কনটেন্ট জমা দেওয়া হয়েছে!",
|
||||
"success_moved": "খসড়াতে সরানো হয়েছে",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "৩০ দিনের ডেলিগেশন আপনার ভোট এবং সামাজিক ক্রিয়াকলাপকে উত্সাহ দেবে এবং আরও সংস্থান ক্রেডিট দিয়ে আপনাকে আরও ক্রিয়া দেবে।"
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Neuspješno!",
|
||||
"move": "Premjesti",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Sigurni ste da želite prijeći na nacrte?",
|
||||
"success_shared": "Uspjeh! Sadržaj poslat!",
|
||||
"success_moved": "Premješteno u nacrt",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30-dnevna delegacija će povećati vaše glasove i društvene aktivnosti i dati vam više akcija s više resursa."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fehlgeschlagen!",
|
||||
"move": "Verschieben",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Bist du sicher, dass du zu Entwürfen wechseln möchtest?",
|
||||
"success_shared": "Erfolgreich! Beitrag erstellt!",
|
||||
"success_moved": "Erfolgreich in Entwürfe verschoben",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "Eine 30 Tage Delegation wird Deine Votes und sozialen Aktivitäten boosten und Dir mehr Aktionen mit mehr Ressource-Credits geben."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay":"Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -731,7 +732,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success":"Points purchase successful",
|
||||
"points_purchase_fail_msg":"Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account":{
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Falló!",
|
||||
"move": "Mover",
|
||||
"continue": "Continuar",
|
||||
"okay": "Ok",
|
||||
"move_question": "¿Está seguro de moverlo a borradores?",
|
||||
"success_shared": "¡Éxito! ¡Contenido enviado!",
|
||||
"success_moved": "Movido a borradores",
|
||||
@ -519,7 +520,7 @@
|
||||
"qoutaExceeded": "Se ha superado la cuota de subida",
|
||||
"invalidImage": "Imagen no válida, prueba un archivo diferente",
|
||||
"something_wrong": "Algo salió mal",
|
||||
"something_wrong_msg": "Something went wrong\n{message}",
|
||||
"something_wrong_msg": "Algo salió mal\n{message}",
|
||||
"something_wrong_alt": "Mientras tanto, prueba Ecency.com desde tu navegador",
|
||||
"something_wrong_reload": "¿Intentar de nuevo?",
|
||||
"can_not_be_empty": "¡Título y cuerpo no pueden estar vacíos!",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "La delegación de 30 días impulsará sus votos y actividades sociales y le dará más acciones con más créditos de Recursos."
|
||||
},
|
||||
"confirm_purchase": "Confirmar compra @{username}",
|
||||
"confirm_purchase_summary": "Comprando {points} por {username} a {price}"
|
||||
"confirm_purchase_summary": "Comprando {points} por {username} a {price}",
|
||||
"points_purchase_success": "Compra de puntos exitosa",
|
||||
"points_purchase_fail_msg": "La compra de puntos falló\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Comprar cuenta",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Ebaõnnestumine!",
|
||||
"move": "Liiguta",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Oled sa kindel, et soovid mustanditesse teisaldada?",
|
||||
"success_shared": "Valmis! Sisu esitatud!",
|
||||
"success_moved": "Teisaldatud mustanditesse",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30-päevane volitus suurendab teie häält ja sotsiaalset tegevusi ning annab teile rohkem tegevusi koos rohkemate ressursipunktidega."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "ناموفق!",
|
||||
"move": "انتقال",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "آیا مطمئن هستید که می خواهید به پیشنویس ها منتقل کنید؟",
|
||||
"success_shared": "موفق باشید! محتوا ارسال شد!",
|
||||
"success_moved": "به پیشنویس ها منتقل شد",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "تفویض 30 روزه آرا و فعالیتهای اجتماعی شما را افزایش داده و اقدامات بیشتری را با اعتبارات بیشتر به شما می دهد."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -8,7 +8,7 @@
|
||||
"power_up": "Ansaintaan",
|
||||
"transfer_from_savings": "Säästöistä",
|
||||
"withdraw_savings": "Kotiuta säästöihin",
|
||||
"withdraw_vesting": "Power Down | Unstake",
|
||||
"withdraw_vesting": "Heikennä | Poista panostus",
|
||||
"open_order": "Avoimet Tilaukset",
|
||||
"fill_order": "Täytä hakemus",
|
||||
"post": "Julkaisu",
|
||||
@ -74,12 +74,12 @@
|
||||
"purchase_estm": "Lunasta pisteet",
|
||||
"points": "Lahjoita pisteitä",
|
||||
"transfer_to_saving": "Säästöihin",
|
||||
"transfer_to_vesting": "Power Up | Stake",
|
||||
"transfer_to_vesting": "Vahvista | Panosta",
|
||||
"withdraw_to_saving": "Kotiuta säästöihin",
|
||||
"steemconnect_title": "Hivesigner-siirto",
|
||||
"next": "SEURAAVA",
|
||||
"delegate": "Valtuuta",
|
||||
"power_down": "Power Down | Unstake",
|
||||
"power_down": "Heikennä | Poista panostus",
|
||||
"withdraw_hive": "Kotiuta säästöihin",
|
||||
"withdraw_hbd": "Kotiuta säästöt",
|
||||
"transfer_to_savings": "Säästöihin",
|
||||
@ -111,7 +111,7 @@
|
||||
},
|
||||
"hive": {
|
||||
"title": "HIVE",
|
||||
"name": "Liquid Hive",
|
||||
"name": "Likvidi Hive",
|
||||
"buy": "HANKI HIVE"
|
||||
},
|
||||
"hbd": {
|
||||
@ -120,7 +120,7 @@
|
||||
},
|
||||
"hive_power": {
|
||||
"title": "HIVE POWER",
|
||||
"name": "Staked Hive"
|
||||
"name": "Panostettu Hive"
|
||||
},
|
||||
"hive_dollar": {
|
||||
"name": "Hive Dollarit"
|
||||
@ -143,7 +143,7 @@
|
||||
"boost_account": "Tehosta",
|
||||
"get_boost": "Hanki Tehostus",
|
||||
"transfer_engine": "Siirto",
|
||||
"unstake_engine": "Unstake",
|
||||
"unstake_engine": "Poista panostus",
|
||||
"stake_engine": "Panosta",
|
||||
"delegate_engine": "Valtuuta",
|
||||
"undelegate_engine": "Poista valtuutus",
|
||||
@ -309,7 +309,7 @@
|
||||
"title_description": "Yhdellä tilillä hallitset kaikkea",
|
||||
"form_description": "Rekisteröitymällä hyväksyt meidän käyttöehdomme ja tietosuojamme periaatteet.",
|
||||
"registering": "Rekisteröidään Tiliäsi...",
|
||||
"register_fail": "Registeration failed, please try again or contact support.",
|
||||
"register_fail": "Rekisteröinti epäonnistui, yritä uudelleen tai ota yhteyttä tukeen.",
|
||||
"registered": "Rekisteröinti Onnistui\nTarkista sähköpostisi saadaksesi lisäohjeita"
|
||||
},
|
||||
"home": {
|
||||
@ -471,6 +471,7 @@
|
||||
"fail": "Virhe!",
|
||||
"move": "Siirrä",
|
||||
"continue": "Jatka",
|
||||
"okay": "Ok",
|
||||
"move_question": "Haluatko varmasti siirtää luonnoksiin?",
|
||||
"success_shared": "Onnistui! Sisältö lähetetty!",
|
||||
"success_moved": "Siirretty luonnoksiin",
|
||||
@ -519,7 +520,7 @@
|
||||
"qoutaExceeded": "Latausraja ylittyi",
|
||||
"invalidImage": "Vääränlainen kuva, yritä toista",
|
||||
"something_wrong": "Jokin meni pieleen",
|
||||
"something_wrong_msg": "Something went wrong\n{message}",
|
||||
"something_wrong_msg": "Jokin meni pieleen\n{message}",
|
||||
"something_wrong_alt": "Odottaessasi kokeile Ecency.com selaimella",
|
||||
"something_wrong_reload": "Yritä uudelleen?",
|
||||
"can_not_be_empty": "Otsikko ja sisältö eivät voi olla tyhjiä!",
|
||||
@ -560,8 +561,8 @@
|
||||
"load_error": "Luonnoksia ei voitu ladata",
|
||||
"empty_list": "Täällä ei ole mitään",
|
||||
"deleted": "Luonnos poistettu",
|
||||
"unsynced_title": "Unsynced Draft",
|
||||
"unsynced_body": "Draft not synced with Ecency cloud, resume editing and save draft"
|
||||
"unsynced_title": "Synkronoimaton Luonnos",
|
||||
"unsynced_body": "Luonnosta ei ole synkronoitu Ecency cloudin kanssa, jatka muokkaamista ja tallenna luonnos"
|
||||
},
|
||||
"schedules": {
|
||||
"title": "Ajastetut",
|
||||
@ -667,7 +668,7 @@
|
||||
"convert": "Muunna HBD HIVEksi",
|
||||
"points": "Lahjoita pisteitä",
|
||||
"transfer_to_savings": "Siirrä säästöihin",
|
||||
"transfer_to_vesting": "Power Up | Stake",
|
||||
"transfer_to_vesting": "Vahvista | Panosta",
|
||||
"withdraw_to_saving": "Kotiuta säästöihin",
|
||||
"steemconnect_title": "Hivesigner-siirto",
|
||||
"estimated_weekly": "Viikottainen arvio",
|
||||
@ -704,7 +705,7 @@
|
||||
"confirm_summary_para": "Tämä korvaan aiemman {prev} HP valtuutuksen tälle käyttäjälle.",
|
||||
"username_alert": "Virhe käyttäjänimessä!",
|
||||
"username_alert_detail": "Valitse toinen käyttäjänimi",
|
||||
"power_down": "Power Down | Unstake",
|
||||
"power_down": "Heikennä | Poista panostus",
|
||||
"power_down_amount_head": "Nostomäärä",
|
||||
"power_down_amount_subhead": "Syötä hive power tehonalennuksen määrä",
|
||||
"withdraw_accounts": "Nostotilit",
|
||||
@ -730,13 +731,15 @@
|
||||
"desc": "30 päivän valtuutus tehostaa ääniäsi ja sosiaalista toimintaa, antaen lisää toimintoja ja Resurssipisteitä."
|
||||
},
|
||||
"confirm_purchase": "Vahvista ostos @{username}",
|
||||
"confirm_purchase_summary": "Ostetaan {points} {username} hintaan {price}"
|
||||
"confirm_purchase_summary": "Ostetaan {points} {username} hintaan {price}",
|
||||
"points_purchase_success": "Pisteiden osto onnistui",
|
||||
"points_purchase_fail_msg": "Pisteiden osto epäonnistui\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Osta Tili",
|
||||
"btn_register": "Osta tili - {price}",
|
||||
"desc": "Get a full-fledged, premium Hive account with no extra checks and few perks such as:\n\n- Instant creation without extra checks and waiting\n- 3x RC compared to normal new accounts for 90 days\n- 300 Points to help you get started",
|
||||
"claim": "Claim Paid Account"
|
||||
"desc": "Hanki täysimittainen premium Hive-tili ilman lisätarkistuksia ja muutamia etuja, kuten:\n\n- Pikaluonti ilman lisätarkistuksia ja odottamista\n- 3x RC verrattuna normaaleihin uusiin tileihin 90 päiväksi\n- 300 pistettä päästäksesi alkuun",
|
||||
"claim": "Lunasta Maksettu Tili"
|
||||
},
|
||||
"free_account": {
|
||||
"title": "Ilmainen Tili",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Bigo!",
|
||||
"move": "Ilipat",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Sigurado kang ililipat mo sa drafts?",
|
||||
"success_shared": "Tagumpay! Ang nilalaman ay naipasa na!",
|
||||
"success_moved": "Nailipat sa draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "Papalakasin ng 30 na araw na delegasyon ang iyong mga boto at sosyal na aktibidad at mabibigyan ka ng mas maraming aksyon gamit ang Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Échec !",
|
||||
"move": "Déplacer",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Êtes-vous sûr de vouloir déplacer vers Broullions ?",
|
||||
"success_shared": "Succès ! Contenu soumis !",
|
||||
"success_moved": "Déplacé vers Brouillons",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "La délégation de 30 jours va booster vos votes et vos activités sociales et vous donnera plus d'actions avec plus de crédits ressources."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Miþsatei",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Wileis bi sunjai sokeinos miþsatjan?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "נכשל!",
|
||||
"move": "הזזה",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "את/ה בטוח/ה להעביר לטיוטות?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "הועבר לטיוטות",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "असफल!",
|
||||
"move": "हटाना",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "क्या आप ड्राफ्ट में जाना सुनिश्चित करते हैं?",
|
||||
"success_shared": "सफलता! प्रस्तुत सामग्री!",
|
||||
"success_moved": "ड्राफ्ट में ले जाया गया",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 दिनों का प्रतिनिधिमंडल आपके वोटों और सामाजिक गतिविधियों को बढ़ावा देगा और आपको अधिक संसाधन क्रेडिट के साथ अधिक कार्रवाई देगा।"
|
||||
},
|
||||
"confirm_purchase": "खरीद की पुष्टि करें @{username}",
|
||||
"confirm_purchase_summary": "{username} के लिए {price} पर {points} ख़रीदना"
|
||||
"confirm_purchase_summary": "{username} के लिए {price} पर {points} ख़रीदना",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Nije uspjelo!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Sikertelen!",
|
||||
"move": "Áthelyezés",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Biztos, hogy áthelyezed a piszkozatokhoz?",
|
||||
"success_shared": "Siker! Tartalom közzétéve!",
|
||||
"success_moved": "Áthelyezve a vázlatokhoz",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "A 30 napos delegálás növelni fogja a szavazataidat, közösségi tevékenységeidet és több cselekvést engedélyez több erőforrás-jóváírás segítségével."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Gagal!",
|
||||
"move": "Pindahkan",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Apakah Anda yakin untuk pindah ke konsep?",
|
||||
"success_shared": "Sukses! Konten terkirim!",
|
||||
"success_moved": "Pindah ke konsep",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "Delegasi 30 hari akan meningkatkan suara dan aktivitas sosial Anda dan memberi Anda lebih banyak tindakan dengan lebih banyak Kredit Sumber Daya."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Non riuscito!",
|
||||
"move": "Sposta",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Sei sicuro di voler salvare il post nelle bozze?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Salvato in bozza",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "La delegazione per 30 giorni accrescerà il peso dei tuoi voti e delle tue attività sociali e ti darà più azioni con più crediti di risorse."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "失敗!",
|
||||
"move": "移動",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "本当に下書きへ移動しますか?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "下書きへ移動",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30日間の投資は投票とソーシャルメディア活動を強化し、リソースクレジットが増えることでより多くのアクションが提供されます。"
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Tuccḍa!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Tebɣiḍ s tidet ad terreḍ ɣer trawayin?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Yettwarra ɣer trewayt",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "실패!",
|
||||
"move": "이동",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "임시 보관함으로 이동하시겠습니까?",
|
||||
"success_shared": "성공! 콘텐츠가 제출되었습니다!",
|
||||
"success_moved": "임시 보관함으로 이동했습니다",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30일 임대는 투표와 사회 활동을 강화하고 더 많은 리소스 크레딧으로 더 많은 활동을 제공합니다."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Biserneket!",
|
||||
"move": "Veguhezîne",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Bi rastî jî tu dixwazî veguhezînî nav reşnivîsan?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Veguhezî reşnivîsê bû",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Nepavyko!",
|
||||
"move": "Perkelti",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Ar tikrai norite įrenginius perkelti į juodraščius?",
|
||||
"success_shared": "Sėkmė! Turinys išsiųstas!",
|
||||
"success_moved": "Perkelta į juodraščius",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 dienų delegacijos padidins jūsų balsų kiekį ir paspartins socialinę veiklą ir suteiks jums daugiau veiksmų su resursų kreditais."
|
||||
},
|
||||
"confirm_purchase": "Patvirtinkite pirkinį{username}",
|
||||
"confirm_purchase_summary": "{points} pirkimas {username} už {price}"
|
||||
"confirm_purchase_summary": "{points} pirkimas {username} už {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Gagal!",
|
||||
"move": "Pindah",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Adakah anda pasti hendak mengalih ke Draf?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Pindah kepada Draf",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Mislukt!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "E Fail oo!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "You sure say you won move am go draft?",
|
||||
"success_shared": "Confam! Your thing don enta!",
|
||||
"success_moved": "E don move go draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "Wetin dem dash u for 30 days go push your votes dem and all dose flexing tinz and go give u more energy wit dem Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Bląd!",
|
||||
"move": "Przenieś",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Czy na pewno chcesz przenieść do szkiców?",
|
||||
"success_shared": "Pomyślnie! Zawartość przesłana!",
|
||||
"success_moved": "Przenieś do szkicy",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30-dniowa delegacja zwiększy twoje głosy i aktywności społeczne i da Ci więcej działań z większą ilością zasobów kredytowych."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -111,7 +111,7 @@
|
||||
},
|
||||
"hive": {
|
||||
"title": "HIVE",
|
||||
"name": "Liquid Hive",
|
||||
"name": "Hive Líquido",
|
||||
"buy": "OBTER HIVE"
|
||||
},
|
||||
"hbd": {
|
||||
@ -120,7 +120,7 @@
|
||||
},
|
||||
"hive_power": {
|
||||
"title": "HIVE POWER",
|
||||
"name": "Staked Hive"
|
||||
"name": "Hive Guardado"
|
||||
},
|
||||
"hive_dollar": {
|
||||
"name": "Hive Dollar"
|
||||
@ -148,7 +148,7 @@
|
||||
"delegate_engine": "Delegar",
|
||||
"undelegate_engine": "Remover delegação",
|
||||
"low_liquidity": "Baixa Liquidez!",
|
||||
"inactive_token": "Token is relatively inactive, some functionalities might be affected."
|
||||
"inactive_token": "O token está relativamente inativo. Algumas funcionalidades podem ser afetadas."
|
||||
},
|
||||
"notification": {
|
||||
"vote": "votou",
|
||||
@ -156,7 +156,7 @@
|
||||
"reply": "respondeu a",
|
||||
"mention": "mencionado em",
|
||||
"favorites": "criar nova publicação",
|
||||
"bookmarks": "replied to bookmarked content",
|
||||
"bookmarks": "respondeu a conteúdo adicionado aos favoritos",
|
||||
"follow": "seguiu você",
|
||||
"unfollow": "deixou de seguir você",
|
||||
"ignore": "ignorou você",
|
||||
@ -293,9 +293,9 @@
|
||||
"login_failed": "Falha no login",
|
||||
"login_failed_body": "insira a chave correta ou tente mais tarde.",
|
||||
"deep_login_alert_title": "Login Fácil @{username}",
|
||||
"deep_login_alert_body": "Verify direct login using access code",
|
||||
"deep_login_alert_body": "Verificar login direto utilizando código de acesso",
|
||||
"deep_login_url_expired": "URL de login expirada, use uma chave privada ou a senha para entrar",
|
||||
"deep_login_malformed_url": "Malformed login url, please use private key or password to login"
|
||||
"deep_login_malformed_url": "URL de login inválido. Por favor, use a chave privada ou senha para acessar"
|
||||
},
|
||||
"register": {
|
||||
"modal_title": "Obter uma conta na Hive",
|
||||
@ -305,12 +305,12 @@
|
||||
"mail": "Digite o seu endereço de email",
|
||||
"ref_user": "Usuário referenciado (Opcional)",
|
||||
"500_error": "A sua solicitação não pôde ser processada, a fila de inscrição provavelmente está cheia! Tente novamente em alguns minutos...",
|
||||
"error_message": "{message}\nTry again or try purchasing account instead",
|
||||
"error_message": "{message}\nTente novamente ou compre uma conta",
|
||||
"title_description": "Uma conta para gerenciar tudo",
|
||||
"form_description": "Ao se cadastrar conosco, você concorda com nossos Termos de Serviço e Políticas de Privacidade.",
|
||||
"registering": "Registrando a sua conta...",
|
||||
"register_fail": "Registeration failed, please try again or contact support.",
|
||||
"registered": "Registration Successful\nCheck your email for instruction"
|
||||
"register_fail": "Falha no cadastro. Por favor, tente novamente ou contate o suporte.",
|
||||
"registered": "Cadastro realizado\nVerifique seu e-mail para obter sua conta"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Conteúdo de notícias",
|
||||
@ -461,7 +461,7 @@
|
||||
"pin_not_matched": "PIN incorreto. Por favor, tente novamente.",
|
||||
"attempts_postfix": "tentativa(s) errada(s)",
|
||||
"message_reset_warning": "Os dados do usuário serão apagados na próxima tentativa mal-sucedida",
|
||||
"biometric_desc": "Scan your fingerprint on the device scanner to continue"
|
||||
"biometric_desc": "Escaneie sua impressão digital para continuar"
|
||||
},
|
||||
"alert": {
|
||||
"success": "Sucesso!",
|
||||
@ -471,6 +471,7 @@
|
||||
"fail": "Falha!",
|
||||
"move": "Mover",
|
||||
"continue": "Continuar",
|
||||
"okay": "Okay",
|
||||
"move_question": "Tem certeza que deseja mover para rascunhos?",
|
||||
"success_shared": "Sucesso! Conteúdo submetido!",
|
||||
"success_moved": "Movido para Rascunhos",
|
||||
@ -519,7 +520,7 @@
|
||||
"qoutaExceeded": "Quota de carregamento excedida",
|
||||
"invalidImage": "Imagem inválida, tente um arquivo diferente",
|
||||
"something_wrong": "Algo deu errado",
|
||||
"something_wrong_msg": "Something went wrong\n{message}",
|
||||
"something_wrong_msg": "Algo deu errado\n{message}",
|
||||
"something_wrong_alt": "Enquanto isso, tente acessar pelo seu navegador a ecency.com",
|
||||
"something_wrong_reload": "Tentar novamente?",
|
||||
"can_not_be_empty": "Título e corpo não podem estar vazios!",
|
||||
@ -538,7 +539,7 @@
|
||||
"open_settings": "Abrir Opções"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure you want to reblog?",
|
||||
"reblog_alert": "Tem certeza que deseja reblogar?",
|
||||
"removed_hint": "Conteúdo não disponível",
|
||||
"copy_link": "Copiar link",
|
||||
"copy_text": "Copiar texto",
|
||||
@ -590,7 +591,7 @@
|
||||
},
|
||||
"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",
|
||||
"confirm_delete_body": "Tem certeza que deseja excluir a conta? Seus dados serão apagados",
|
||||
"request_sent": "Seu pedido de exclusão foi enviado"
|
||||
},
|
||||
"favorites": {
|
||||
@ -636,7 +637,7 @@
|
||||
"deep_link": {
|
||||
"no_existing_user": "Usuário não existe",
|
||||
"no_existing_post": "Post não existe",
|
||||
"invalid_link": "Url is invalid, you may try again with valid url or try opening it in web browser"
|
||||
"invalid_link": "URL inválida. Você pode tentar novamente com uma URL válida, ou tentar abri-la no navegador"
|
||||
},
|
||||
"search": {
|
||||
"posts": "Posts",
|
||||
@ -715,7 +716,7 @@
|
||||
"invalid_amount": "Quantia Inválida",
|
||||
"invalid_amount_desc": "Por favor, insira uma quantia válida",
|
||||
"account_select_title": "Detalhes da Conta",
|
||||
"account_select_description": "Operations related to funds are irreversible, make sure username is correct",
|
||||
"account_select_description": "Operações com ativos são irreversíveis. Certifique-se que o nome de usuário está correto",
|
||||
"amount_select_title": "Detalhes do Procedimento",
|
||||
"amount_select_description": "Digite um valor dentro do saldo disponível {suffix}",
|
||||
"amount_select_desc_limit": " e deve ser maior que 0,001"
|
||||
@ -730,18 +731,20 @@
|
||||
"desc": "30 dias de delegação irão impulsionar seus votos e atividades sociais, permitindo mais ações com o aumento dos Créditos de Recursos disponibilizados."
|
||||
},
|
||||
"confirm_purchase": "Confirmar compra @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Comprando {points} para {username} por {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Comprar Conta",
|
||||
"btn_register": "Comprar Conta - {price}",
|
||||
"desc": "Get a full-fledged, premium Hive account with no extra checks and few perks such as:\n\n- Instant creation without extra checks and waiting\n- 3x RC compared to normal new accounts for 90 days\n- 300 Points to help you get started",
|
||||
"claim": "Claim Paid Account"
|
||||
"desc": "Obtenha uma conta da Hive totalmente completa e sem verificações extras. Tenha acesso a:\n\n- Criação da conta instantânea sem espera e verificações adicionais\n- 3x mais em Créditos de Recurso (Resource Credits - RC) em comparação as demais contas, por 90 dias\n- 300 Pontos de brinde para ajudá-lo a começar",
|
||||
"claim": "Reivindicar conta comprada"
|
||||
},
|
||||
"free_account": {
|
||||
"title": "Conta Gratuita",
|
||||
"btn_register": "Cadastrar Grátis",
|
||||
"desc": "Get a full-fledged Hive account, this method has basic checks to make sure botnet doesn't abuse our signup faucet."
|
||||
"desc": "Obtenha uma conta completa na Hive. Esse método possui verificações básicas para impedir abuso do nosso sistema de cadastro."
|
||||
},
|
||||
"free_estm": {
|
||||
"title": "Pontos Grátis",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Eșuat!",
|
||||
"move": "Mută",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Esti sigur că vrei să muți la schițe?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Mutat la schițe",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Не вышло!",
|
||||
"move": "Переместить",
|
||||
"continue": "Продолжить",
|
||||
"okay": "Okay",
|
||||
"move_question": "Вы уверены, что хотите переместить в черновики?",
|
||||
"success_shared": "Успех! Контент отправлен!",
|
||||
"success_moved": "Перемещён в черновики",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30-дневная делегация увеличит ваши голоса и социальную активность, а также даст вам больше действий с использованием Ресурс Кредитов."
|
||||
},
|
||||
"confirm_purchase": "Подтвердите покупку @{username}",
|
||||
"confirm_purchase_summary": "Покупка {points} для {username} по {price}"
|
||||
"confirm_purchase_summary": "Покупка {points} для {username} по {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Купить аккаунт",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Nije uspelo!",
|
||||
"move": "Premesti",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Da li ste sigurni da želite preći na radne verzije?",
|
||||
"success_shared": "Uspeh! Sadržaj predat!",
|
||||
"success_moved": "Premešteno u radnu verziju",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30-dnevno delegiranje će povećati vaše glasove i društvene aktivnosti i pružiti vam više akcije sa više resursa."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Başarısız!",
|
||||
"move": "Taşı",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Taslaklara taşıyacağınızdan emin misiniz?",
|
||||
"success_shared": "Başarılı! İçerik gönderildi!",
|
||||
"success_moved": "Taslağa taşındı",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 günlük delegasyon oylarınızı ve sosyal etkişeminizi yükseltecek ve daha fazla Kaynak Kredisi ile size daha fazla aksiyon verecek."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Невдало!",
|
||||
"move": "Перемістити",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Ви дійсно хочете перемістити до чернеток?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Переміщено до чернеток",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30-денна делегація збільшить ваші голоси та соціальні взаємодії, і дасть вам більше дій з використанням Ресурс Кредитів."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Muvaffaqiyatsiz!",
|
||||
"move": "Ko‘chirish",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Haqiqatan ham qoralamalarga oʻtmoqchimisiz?",
|
||||
"success_shared": "Muvaffaqiyat! Kontent yuborildi!",
|
||||
"success_moved": "Qoralamalarga qo'shildi",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 kunlik delegatsiya sizning ovozlaringiz va ijtimoiy faolligingizni oshiradi va sizga ko'proq Resurs kreditlari bilan ko'proq harakatlar beradi."
|
||||
},
|
||||
"confirm_purchase": "@{username} xaridini tasdiqlang",
|
||||
"confirm_purchase_summary": "{username} uchun {points} xarid qilish {price}"
|
||||
"confirm_purchase_summary": "{username} uchun {points} xarid qilish {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Thất bại!",
|
||||
"move": "Di chuyển",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Bạn có chắc chắn để chuyển đến những bản dự thảo?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Được chuyển đến bản dự thảo",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "Ko yori!",
|
||||
"move": "Move",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "失败!",
|
||||
"move": "移动",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "您确定要存为草稿吗?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "存为草稿",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
},
|
||||
"confirm_purchase": "Confirm Purchase @{username}",
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}"
|
||||
"confirm_purchase_summary": "Buying {points} for {username} at {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -471,6 +471,7 @@
|
||||
"fail": "失敗!",
|
||||
"move": "移動",
|
||||
"continue": "Continue",
|
||||
"okay": "Okay",
|
||||
"move_question": "您確定要存為草稿嗎?",
|
||||
"success_shared": "成功遞交!內容已經上載成功。",
|
||||
"success_moved": "存為草稿",
|
||||
@ -730,7 +731,9 @@
|
||||
"desc": "30天的點贊力代理可以使您的點贊更有價值,得以回饋社區甚至造就自身的知名度。與此同時還可以廣大您的信用資源"
|
||||
},
|
||||
"confirm_purchase": "確認購買推薦給 @{username}",
|
||||
"confirm_purchase_summary": "使用 {points} 積分兌換點贊給 {username} 大約值 {price}"
|
||||
"confirm_purchase_summary": "使用 {points} 積分兌換點贊給 {username} 大約值 {price}",
|
||||
"points_purchase_success": "Points purchase successful",
|
||||
"points_purchase_fail_msg": "Points purchase failed\n{message}"
|
||||
},
|
||||
"buy_account": {
|
||||
"title": "Buy Account",
|
||||
|
@ -51,14 +51,14 @@ class InAppPurchaseContainer extends Component {
|
||||
}
|
||||
|
||||
_initContainer = async () => {
|
||||
const { intl, disablePurchaseListerOnMount } = this.props;
|
||||
const { intl, disablePurchaseListenerOnMount } = this.props;
|
||||
try {
|
||||
await IAP.initConnection();
|
||||
if (Platform.OS === 'android') {
|
||||
await IAP.flushFailedPurchasesCachedAsPendingAndroid();
|
||||
}
|
||||
|
||||
if (disablePurchaseListerOnMount) {
|
||||
if (!disablePurchaseListenerOnMount) {
|
||||
await this._consumeAvailablePurchases();
|
||||
this._purchaseUpdatedListener();
|
||||
}
|
||||
@ -107,9 +107,10 @@ class InAppPurchaseContainer extends Component {
|
||||
};
|
||||
|
||||
// make sure item is not consumed if email and username not preset for 999accounts
|
||||
if ((purchase.productId === '999accounts' && !email) || !username) {
|
||||
if ((purchase.productId === '999accounts') && (!email || !username)) {
|
||||
throw new Error('Email and username are required for 999accounts consumption');
|
||||
}
|
||||
|
||||
if (email && purchase.productId === '999accounts') {
|
||||
console.log('injecting purchase account meta');
|
||||
data.user = name || 'ecency'; // if user logged in user that name else use ecency,
|
||||
|
@ -14,6 +14,8 @@ import { InAppPurchaseContainer } from '../../../containers';
|
||||
import globalStyles from '../../../globalStyles';
|
||||
import UserRibbon from '../../../components/userRibbon/userRibbon';
|
||||
import styles from './styles';
|
||||
import { useDispatch } from 'react-redux';
|
||||
import { toastNotification } from '../../../redux/actions/uiAction';
|
||||
|
||||
const ITEM_SKUS = Platform.select({
|
||||
ios: ['099points', '199points', '499points', '999points', '4999points', '9999points'],
|
||||
@ -22,11 +24,20 @@ const ITEM_SKUS = Platform.select({
|
||||
|
||||
const BoostScreen = ({ route }) => {
|
||||
const intl = useIntl();
|
||||
const dispatch = useDispatch()
|
||||
|
||||
const username = route.params?.username ?? '';
|
||||
|
||||
const _onPurchaseSuccess = () => {
|
||||
dispatch(toastNotification(intl.formatMessage({id:'boost.points_purchase_success'})))
|
||||
}
|
||||
|
||||
const _onPurchaseFailure = (error) => {
|
||||
dispatch(toastNotification(intl.formatMessage({id:'boost.points_purchase_fail_msg'}, {message:error.message})))
|
||||
}
|
||||
|
||||
return (
|
||||
<InAppPurchaseContainer route={route} skus={ITEM_SKUS}>
|
||||
<InAppPurchaseContainer route={route} skus={ITEM_SKUS} handleOnPurchaseSuccess={_onPurchaseSuccess} handleOnPurchaseFailure={_onPurchaseFailure}>
|
||||
{({ buyItem, productList, isLoading, isProcessing, getTitle }) => (
|
||||
<View style={globalStyles.container}>
|
||||
<BasicHeader
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { View, Text, Image, Platform, Alert, TextStyle, ActivityIndicator } from 'react-native';
|
||||
import React, { forwardRef, useImperativeHandle, useState } from 'react';
|
||||
import React, { forwardRef, useImperativeHandle, useState, useMemo } from 'react';
|
||||
import { useIntl } from 'react-intl';
|
||||
import get from 'lodash/get';
|
||||
import { SafeAreaView } from 'react-native-safe-area-context';
|
||||
@ -29,6 +29,8 @@ export const RegisterAccountModal = forwardRef(({ username, email, refUsername }
|
||||
const intl = useIntl();
|
||||
const navigation = useNavigation();
|
||||
|
||||
const _username = useMemo(()=>username.toLowerCase(), [username])
|
||||
|
||||
const [showModal, setShowModal] = useState(false);
|
||||
const [disableFree, setDisableFree] = useState(false);
|
||||
const [isRegistering, setIsRegistering] = useState(false);
|
||||
@ -51,7 +53,7 @@ export const RegisterAccountModal = forwardRef(({ username, email, refUsername }
|
||||
const _handleOnPressRegister = () => {
|
||||
setIsRegistering(true);
|
||||
|
||||
signUp(username, email, refUsername)
|
||||
signUp(_username, email, refUsername)
|
||||
.then((result) => {
|
||||
if (result) {
|
||||
setIsRegistered(true);
|
||||
@ -209,14 +211,14 @@ export const RegisterAccountModal = forwardRef(({ username, email, refUsername }
|
||||
<View style={styles.container}>
|
||||
<View style={styles.headerContainer}>
|
||||
<View style={styles.container}>
|
||||
{_renderUserInfo(username, styles.usernameStyle)}
|
||||
{_renderUserInfo(_username, styles.usernameStyle)}
|
||||
{_renderUserInfo(email, styles.emailStyle)}
|
||||
</View>
|
||||
<Image style={styles.logoEstm} source={LOGO_ESTM} />
|
||||
</View>
|
||||
<InAppPurchaseContainer
|
||||
skus={ITEM_SKUS}
|
||||
username={username}
|
||||
username={_username}
|
||||
email={email}
|
||||
isNoSpin
|
||||
disablePurchaseListenerOnMount={true}
|
||||
|
@ -103,6 +103,7 @@ const RegisterScreen = ({ navigation, route }) => {
|
||||
};
|
||||
|
||||
const _handleUsernameChange = ({ value }) => {
|
||||
value = value.toLowerCase();
|
||||
setUsername(value);
|
||||
if (!value || value.length <= 2 || value.length >= 16) {
|
||||
setIsUsernameValid(false);
|
||||
@ -116,6 +117,7 @@ const RegisterScreen = ({ navigation, route }) => {
|
||||
};
|
||||
|
||||
const _handleRefUsernameChange = ({ value }) => {
|
||||
value = value.toLowerCase();
|
||||
setRefUsername(value);
|
||||
if (!value) {
|
||||
setIsRefUsernameValid(true);
|
@ -9216,6 +9216,11 @@ react-native-gradle-plugin@^0.70.3:
|
||||
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.70.3.tgz#cbcf0619cbfbddaa9128701aa2d7b4145f9c4fc8"
|
||||
integrity sha512-oOanj84fJEXUg9FoEAQomA8ISG+DVIrTZ3qF7m69VQUJyOGYyDZmPqKcjvRku4KXlEH6hWO9i4ACLzNBh8gC0A==
|
||||
|
||||
react-native-heic-converter@^1.3.1:
|
||||
version "1.3.1"
|
||||
resolved "https://registry.yarnpkg.com/react-native-heic-converter/-/react-native-heic-converter-1.3.1.tgz#bea2ca83c29ba11e2876784f6352b2ec60ddcf48"
|
||||
integrity sha512-BbUIa+6nQnnSlq0aU9QiHnjEEVPqSk5jrTtbULPB6CyEaIvt+olGLlQutpIPPuOheX/svbLMoLefg6qAlVWvHA==
|
||||
|
||||
react-native-highlight-words@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.yarnpkg.com/react-native-highlight-words/-/react-native-highlight-words-1.0.1.tgz#d998f8eb88765820367c6e8a12e1392df7fd58c7"
|
||||
|
Loading…
Reference in New Issue
Block a user