mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-24 00:46:27 +03:00
merged with master
This commit is contained in:
commit
a697283a01
@ -3,10 +3,10 @@
|
||||
|
||||
platform :ios, '9.0'
|
||||
target 'eSteem' do
|
||||
pod 'AppCenter/Push', '~> 1.13.0'
|
||||
pod 'AppCenter/Crashes', '~> 1.13.0'
|
||||
pod 'AppCenter/Analytics', '~> 1.13.0'
|
||||
pod 'AppCenterReactNativeShared', '~> 1.12.0'
|
||||
pod 'AppCenter/Push', '~> 1.11.0'
|
||||
pod 'AppCenter/Crashes', '~> 1.11.0'
|
||||
pod 'AppCenter/Analytics', '~> 1.11.0'
|
||||
pod 'AppCenterReactNativeShared', '~> 1.10.0'
|
||||
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
|
||||
# use_frameworks!
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
PODS:
|
||||
- AppCenter/Analytics (1.13.0):
|
||||
- AppCenter/Analytics (1.11.0):
|
||||
- AppCenter/Core
|
||||
- AppCenter/Core (1.13.0)
|
||||
- AppCenter/Crashes (1.13.0):
|
||||
- AppCenter/Core (1.11.0)
|
||||
- AppCenter/Crashes (1.11.0):
|
||||
- AppCenter/Core
|
||||
- AppCenter/Push (1.13.0):
|
||||
- AppCenter/Push (1.11.0):
|
||||
- AppCenter/Core
|
||||
- AppCenterReactNativeShared (1.12.0):
|
||||
- AppCenter/Core (= 1.13.0)
|
||||
- AppCenterReactNativeShared (1.10.0):
|
||||
- AppCenter/Core (= 1.11.0)
|
||||
- Base64 (1.1.2)
|
||||
- boost-for-react-native (1.63.0)
|
||||
- CodePush (5.5.2):
|
||||
@ -87,10 +87,10 @@ PODS:
|
||||
- yoga (0.57.8.React)
|
||||
|
||||
DEPENDENCIES:
|
||||
- AppCenter/Analytics (~> 1.13.0)
|
||||
- AppCenter/Crashes (~> 1.13.0)
|
||||
- AppCenter/Push (~> 1.13.0)
|
||||
- AppCenterReactNativeShared (~> 1.12.0)
|
||||
- AppCenter/Analytics (~> 1.11.0)
|
||||
- AppCenter/Crashes (~> 1.11.0)
|
||||
- AppCenter/Push (~> 1.11.0)
|
||||
- AppCenterReactNativeShared (~> 1.10.0)
|
||||
- CodePush (from `../node_modules/react-native-code-push`)
|
||||
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
|
||||
- Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
|
||||
@ -144,8 +144,8 @@ EXTERNAL SOURCES:
|
||||
:path: "../node_modules/react-native/ReactCommon/yoga"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
AppCenter: a70408f15de23f925001bfc7b7473094a009a4eb
|
||||
AppCenterReactNativeShared: 542de3c68bcec89fba964213048287592a443976
|
||||
AppCenter: 3bccf8d733e337d0db574dd4cb0e33ab9637b7f2
|
||||
AppCenterReactNativeShared: a77b000c2ac6dc2e44472621d7d0770f196e5822
|
||||
Base64: cecfb41a004124895a7bcee567a89bae5a89d49b
|
||||
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
|
||||
CodePush: 338a023972c64636503e8886cf4cb6ec27dd1c01
|
||||
@ -164,6 +164,6 @@ SPEC CHECKSUMS:
|
||||
SSZipArchive: 41455d4b8d2b6ab93990820b50dc697c2554a322
|
||||
yoga: 74cdf036c30820443b25ade59916236b1e95ee93
|
||||
|
||||
PODFILE CHECKSUM: 7e5e745ff42e44b918e4f17ac209c3b553d6be97
|
||||
PODFILE CHECKSUM: 19ca750f5874376432380838891f13aaeecb302d
|
||||
|
||||
COCOAPODS: 1.6.0
|
||||
|
Binary file not shown.
@ -6,7 +6,6 @@
|
||||
#import "MSChannelGroupProtocol.h"
|
||||
#import "MSChannelProtocol.h"
|
||||
#import "MSConstants.h"
|
||||
#import "MSCustomProperties.h"
|
||||
#import "MSDevice.h"
|
||||
#import "MSEnable.h"
|
||||
#import "MSLog.h"
|
||||
@ -16,3 +15,7 @@
|
||||
#import "MSServiceAbstract.h"
|
||||
#import "MSWrapperLogger.h"
|
||||
#import "MSWrapperSdk.h"
|
||||
|
||||
#if !TARGET_OS_TV
|
||||
#import "MSCustomProperties.h"
|
||||
#endif
|
||||
|
@ -188,21 +188,4 @@
|
||||
*/
|
||||
+ (void)setMaxStorageSize:(long)sizeInBytes completionHandler:(void (^)(BOOL))completionHandler;
|
||||
|
||||
/**
|
||||
* Set the user identifier.
|
||||
*
|
||||
* @param userId User identifier.
|
||||
*
|
||||
* @discussion Set the user identifier for logs sent for the default target token when the secret passed in @c
|
||||
* MSAppCenter:start:withServices: contains "target={targetToken}".
|
||||
*
|
||||
* The App Center backend currently do not yet use the user identifier so this API doesn't have a use case yet when the secret passed to @c
|
||||
* MSAppCenter:start:withServices: contains an App Center application secret.
|
||||
*
|
||||
* For App Center backend the user identifier maximum length is 256 characters.
|
||||
*
|
||||
* AppCenter must be configured or started before this API can be used.
|
||||
*/
|
||||
+ (void)setUserId:(NSString *)userId;
|
||||
|
||||
@end
|
||||
|
@ -55,7 +55,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
* @discussion The default maximum database size is 10485760 bytes (10 MiB).
|
||||
*
|
||||
* @param sizeInBytes Maximum size of the internal storage in bytes. This will be rounded up to the nearest multiple of a SQLite page size
|
||||
* (default is 4096 bytes). Values below 24576 bytes (24 KiB) will be ignored.
|
||||
* (default is 4096 bytes). Values below 20480 bytes (20 KiB) will be ignored.
|
||||
* @param completionHandler Callback that is invoked when the database size has been set. The `BOOL` parameter is `YES` if changing the size
|
||||
* is successful, and `NO` otherwise.
|
||||
*/
|
||||
|
@ -25,11 +25,6 @@
|
||||
*/
|
||||
@property(nonatomic, copy) NSString *distributionGroupId;
|
||||
|
||||
/**
|
||||
* Optional user identifier.
|
||||
*/
|
||||
@property(nonatomic, copy) NSString *userId;
|
||||
|
||||
/**
|
||||
* Device properties associated to this log.
|
||||
*/
|
||||
|
Binary file not shown.
@ -25,14 +25,6 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
*/
|
||||
- (void)setAppLocale:(nullable NSString *)appLocale;
|
||||
|
||||
/**
|
||||
* Set the user identifier.
|
||||
* The user identifier needs to start with c: or i: or d: or w: prefixes.
|
||||
*
|
||||
* @param userId user identifier.
|
||||
*/
|
||||
- (void)setUserId:(nullable NSString *)userId;
|
||||
|
||||
/**
|
||||
* Set a string event property to be attached to events tracked by this transmission target and its child transmission targets.
|
||||
*
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -4,18 +4,16 @@
|
||||
|
||||
@interface AppCenterReactNativeShared : NSObject
|
||||
|
||||
+ (void)setAppSecret:(NSString *)secret;
|
||||
+ (void) setAppSecret: (NSString *)secret;
|
||||
|
||||
+ (NSString *)getAppSecret;
|
||||
+ (NSString *) getAppSecret;
|
||||
|
||||
+ (void)configureAppCenter;
|
||||
+ (void) configureAppCenter;
|
||||
|
||||
+ (MSWrapperSdk *)getWrapperSdk;
|
||||
+ (MSWrapperSdk *) getWrapperSdk;
|
||||
|
||||
+ (void)setWrapperSdk:(MSWrapperSdk *)sdk;
|
||||
+ (void) setWrapperSdk:(MSWrapperSdk *)sdk;
|
||||
|
||||
+ (void)setStartAutomatically:(BOOL)shouldStartAutomatically;
|
||||
|
||||
+ (NSDictionary *)getConfiguration;
|
||||
+ (void) setStartAutomatically:(BOOL)shouldStartAutomatically;
|
||||
|
||||
@end
|
||||
|
26
ios/Pods/Manifest.lock
generated
26
ios/Pods/Manifest.lock
generated
@ -1,13 +1,13 @@
|
||||
PODS:
|
||||
- AppCenter/Analytics (1.13.0):
|
||||
- AppCenter/Analytics (1.11.0):
|
||||
- AppCenter/Core
|
||||
- AppCenter/Core (1.13.0)
|
||||
- AppCenter/Crashes (1.13.0):
|
||||
- AppCenter/Core (1.11.0)
|
||||
- AppCenter/Crashes (1.11.0):
|
||||
- AppCenter/Core
|
||||
- AppCenter/Push (1.13.0):
|
||||
- AppCenter/Push (1.11.0):
|
||||
- AppCenter/Core
|
||||
- AppCenterReactNativeShared (1.12.0):
|
||||
- AppCenter/Core (= 1.13.0)
|
||||
- AppCenterReactNativeShared (1.10.0):
|
||||
- AppCenter/Core (= 1.11.0)
|
||||
- Base64 (1.1.2)
|
||||
- boost-for-react-native (1.63.0)
|
||||
- CodePush (5.5.2):
|
||||
@ -87,10 +87,10 @@ PODS:
|
||||
- yoga (0.57.8.React)
|
||||
|
||||
DEPENDENCIES:
|
||||
- AppCenter/Analytics (~> 1.13.0)
|
||||
- AppCenter/Crashes (~> 1.13.0)
|
||||
- AppCenter/Push (~> 1.13.0)
|
||||
- AppCenterReactNativeShared (~> 1.12.0)
|
||||
- AppCenter/Analytics (~> 1.11.0)
|
||||
- AppCenter/Crashes (~> 1.11.0)
|
||||
- AppCenter/Push (~> 1.11.0)
|
||||
- AppCenterReactNativeShared (~> 1.10.0)
|
||||
- CodePush (from `../node_modules/react-native-code-push`)
|
||||
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
|
||||
- Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
|
||||
@ -144,8 +144,8 @@ EXTERNAL SOURCES:
|
||||
:path: "../node_modules/react-native/ReactCommon/yoga"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
AppCenter: a70408f15de23f925001bfc7b7473094a009a4eb
|
||||
AppCenterReactNativeShared: 542de3c68bcec89fba964213048287592a443976
|
||||
AppCenter: 3bccf8d733e337d0db574dd4cb0e33ab9637b7f2
|
||||
AppCenterReactNativeShared: a77b000c2ac6dc2e44472621d7d0770f196e5822
|
||||
Base64: cecfb41a004124895a7bcee567a89bae5a89d49b
|
||||
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
|
||||
CodePush: 338a023972c64636503e8886cf4cb6ec27dd1c01
|
||||
@ -164,6 +164,6 @@ SPEC CHECKSUMS:
|
||||
SSZipArchive: 41455d4b8d2b6ab93990820b50dc697c2554a322
|
||||
yoga: 74cdf036c30820443b25ade59916236b1e95ee93
|
||||
|
||||
PODFILE CHECKSUM: 7e5e745ff42e44b918e4f17ac209c3b553d6be97
|
||||
PODFILE CHECKSUM: 19ca750f5874376432380838891f13aaeecb302d
|
||||
|
||||
COCOAPODS: 1.6.0
|
||||
|
@ -9,154 +9,154 @@
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
<key>orderHint</key>
|
||||
<integer>9</integer>
|
||||
<integer>10</integer>
|
||||
</dict>
|
||||
<key>AppCenterReactNativeShared.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
<key>orderHint</key>
|
||||
<integer>10</integer>
|
||||
<integer>11</integer>
|
||||
</dict>
|
||||
<key>Base64.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
<key>orderHint</key>
|
||||
<integer>11</integer>
|
||||
<integer>12</integer>
|
||||
</dict>
|
||||
<key>CodePush.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
<key>orderHint</key>
|
||||
<integer>13</integer>
|
||||
<integer>14</integer>
|
||||
</dict>
|
||||
<key>DoubleConversion.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
<key>orderHint</key>
|
||||
<integer>14</integer>
|
||||
<integer>15</integer>
|
||||
</dict>
|
||||
<key>FLAnimatedImage.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
<key>orderHint</key>
|
||||
<integer>15</integer>
|
||||
<integer>16</integer>
|
||||
</dict>
|
||||
<key>Folly.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
<key>orderHint</key>
|
||||
<integer>16</integer>
|
||||
<integer>17</integer>
|
||||
</dict>
|
||||
<key>JWT.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
<key>orderHint</key>
|
||||
<integer>18</integer>
|
||||
<integer>19</integer>
|
||||
</dict>
|
||||
<key>Pods-eSteem-tvOS.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
<key>orderHint</key>
|
||||
<integer>20</integer>
|
||||
<integer>21</integer>
|
||||
</dict>
|
||||
<key>Pods-eSteem-tvOSTests.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
<key>orderHint</key>
|
||||
<integer>21</integer>
|
||||
<integer>22</integer>
|
||||
</dict>
|
||||
<key>Pods-eSteem.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
<key>orderHint</key>
|
||||
<integer>19</integer>
|
||||
<integer>20</integer>
|
||||
</dict>
|
||||
<key>Pods-eSteemTests.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
<key>orderHint</key>
|
||||
<integer>22</integer>
|
||||
<integer>23</integer>
|
||||
</dict>
|
||||
<key>QBImagePickerController-QBImagePicker.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
<key>orderHint</key>
|
||||
<integer>24</integer>
|
||||
<integer>25</integer>
|
||||
</dict>
|
||||
<key>QBImagePickerController.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
<key>orderHint</key>
|
||||
<integer>23</integer>
|
||||
<integer>24</integer>
|
||||
</dict>
|
||||
<key>RNImageCropPicker.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
<key>orderHint</key>
|
||||
<integer>27</integer>
|
||||
<integer>28</integer>
|
||||
</dict>
|
||||
<key>RSKImageCropper.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
<key>orderHint</key>
|
||||
<integer>28</integer>
|
||||
<integer>29</integer>
|
||||
</dict>
|
||||
<key>SDWebImage.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
<key>orderHint</key>
|
||||
<integer>29</integer>
|
||||
<integer>30</integer>
|
||||
</dict>
|
||||
<key>SSZipArchive.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
<key>orderHint</key>
|
||||
<integer>30</integer>
|
||||
<integer>31</integer>
|
||||
</dict>
|
||||
<key>boost-for-react-native.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
<key>orderHint</key>
|
||||
<integer>12</integer>
|
||||
<integer>13</integer>
|
||||
</dict>
|
||||
<key>glog.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
<key>orderHint</key>
|
||||
<integer>17</integer>
|
||||
<integer>18</integer>
|
||||
</dict>
|
||||
<key>react-native-fast-image.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
<key>orderHint</key>
|
||||
<integer>25</integer>
|
||||
<integer>26</integer>
|
||||
</dict>
|
||||
<key>react-native-version-number.xcscheme</key>
|
||||
<dict>
|
||||
<key>isShown</key>
|
||||
<false/>
|
||||
<key>orderHint</key>
|
||||
<integer>26</integer>
|
||||
<integer>27</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>SuppressBuildableAutocreation</key>
|
||||
|
119
ios/Pods/Pods.xcodeproj/xcuserdata/ue.xcuserdatad/xcschemes/xcschememanagement.plist
generated
Normal file
119
ios/Pods/Pods.xcodeproj/xcuserdata/ue.xcuserdatad/xcschemes/xcschememanagement.plist
generated
Normal file
@ -0,0 +1,119 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>SchemeUserState</key>
|
||||
<dict>
|
||||
<key>AppCenter.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>56</integer>
|
||||
</dict>
|
||||
<key>AppCenterReactNativeShared.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>57</integer>
|
||||
</dict>
|
||||
<key>Base64.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>58</integer>
|
||||
</dict>
|
||||
<key>CodePush.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>60</integer>
|
||||
</dict>
|
||||
<key>DoubleConversion.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>61</integer>
|
||||
</dict>
|
||||
<key>FLAnimatedImage.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>62</integer>
|
||||
</dict>
|
||||
<key>Folly.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>63</integer>
|
||||
</dict>
|
||||
<key>JWT.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>65</integer>
|
||||
</dict>
|
||||
<key>Pods-eSteem-tvOS.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>67</integer>
|
||||
</dict>
|
||||
<key>Pods-eSteem-tvOSTests.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>68</integer>
|
||||
</dict>
|
||||
<key>Pods-eSteem.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>66</integer>
|
||||
</dict>
|
||||
<key>Pods-eSteemTests.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>69</integer>
|
||||
</dict>
|
||||
<key>QBImagePickerController-QBImagePicker.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>71</integer>
|
||||
</dict>
|
||||
<key>QBImagePickerController.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>70</integer>
|
||||
</dict>
|
||||
<key>RNImageCropPicker.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>74</integer>
|
||||
</dict>
|
||||
<key>RSKImageCropper.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>75</integer>
|
||||
</dict>
|
||||
<key>SDWebImage.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>76</integer>
|
||||
</dict>
|
||||
<key>SSZipArchive.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>77</integer>
|
||||
</dict>
|
||||
<key>boost-for-react-native.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>59</integer>
|
||||
</dict>
|
||||
<key>glog.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>64</integer>
|
||||
</dict>
|
||||
<key>react-native-fast-image.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>72</integer>
|
||||
</dict>
|
||||
<key>react-native-version-number.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>73</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
@ -4,6 +4,11 @@
|
||||
<dict>
|
||||
<key>SchemeUserState</key>
|
||||
<dict>
|
||||
<key>eSteem-release.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
<integer>9</integer>
|
||||
</dict>
|
||||
<key>eSteem-tvOS.xcscheme_^#shared#^_</key>
|
||||
<dict>
|
||||
<key>orderHint</key>
|
||||
|
Binary file not shown.
@ -31,7 +31,7 @@
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>707</string>
|
||||
<string>777</string>
|
||||
<key>CodePushDeploymentKey</key>
|
||||
<string>13ThFZsgwk6UZp6mIe95IDbnfw8iHy1jfsn-E</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
@ -57,7 +57,7 @@
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>To access your photos, eSteem needs your permission to help you share your photos.</string>
|
||||
<key>NSLocationWhenInUseUsageDescription</key>
|
||||
<string/>
|
||||
<string></string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>LaunchScreen</string>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
|
@ -61,7 +61,7 @@ const DropdownButtonView = ({
|
||||
dropdownTextStyle={[dropdownTextStyle || styles.dropdownText]}
|
||||
dropdownTextHighlightStyle={styles.dropdownTextHighlight}
|
||||
options={options}
|
||||
onSelect={e => onSelect && onSelect(e)}
|
||||
onSelect={e => onSelect && onSelect(e, options[e])}
|
||||
defaultIndex={selectedOptionIndex}
|
||||
defaultValue={defaultText}
|
||||
renderSeparator={() => null}
|
||||
@ -76,8 +76,8 @@ const DropdownButtonView = ({
|
||||
name={!iconName ? 'arrow-drop-down' : iconName}
|
||||
/>
|
||||
</View>
|
||||
) : isHasChildIcon && (
|
||||
<ActivityIndicator />
|
||||
) : (
|
||||
isHasChildIcon && <ActivityIndicator />
|
||||
)}
|
||||
</ModalDropdown>
|
||||
{!children && !isHasChildIcon && (
|
||||
|
@ -17,4 +17,7 @@ export default EStyleSheet.create({
|
||||
fontSize: 12,
|
||||
color: '$primaryDarkGray',
|
||||
},
|
||||
bold: {
|
||||
fontWeight: '700',
|
||||
},
|
||||
});
|
||||
|
@ -27,12 +27,12 @@ class FormInputView extends PureComponent {
|
||||
// Component Functions
|
||||
|
||||
render() {
|
||||
const { description, iconName } = this.props;
|
||||
const { description, iconName, bold } = this.props;
|
||||
|
||||
return (
|
||||
<View style={styles.container}>
|
||||
<Ionicons color="#c1c5c7" style={styles.infoIcon} name={iconName} />
|
||||
<Text style={styles.infoText}>{description}</Text>
|
||||
<Text style={[styles.infoText, bold && styles.bold]}>{description}</Text>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
|
@ -52,11 +52,11 @@ class PostDropdownContainer extends PureComponent {
|
||||
};
|
||||
|
||||
// Component Functions
|
||||
_handleOnDropdownSelect = async (index) => {
|
||||
_handleOnDropdownSelect = async (index, item) => {
|
||||
const { content, dispatch, intl } = this.props;
|
||||
|
||||
switch (index) {
|
||||
case '0':
|
||||
switch (item) {
|
||||
case 'COPY LINK':
|
||||
await writeToClipboard(getPostUrl(content.url));
|
||||
this.alertTimer = setTimeout(() => {
|
||||
dispatch(
|
||||
@ -70,24 +70,24 @@ class PostDropdownContainer extends PureComponent {
|
||||
}, 300);
|
||||
break;
|
||||
|
||||
case '1':
|
||||
case 'REBLOG':
|
||||
this.actionSheetTimer = setTimeout(() => {
|
||||
this.ActionSheet.show();
|
||||
this.actionSheetTimer = 0;
|
||||
}, 100);
|
||||
break;
|
||||
|
||||
case '2':
|
||||
case 'REPLY':
|
||||
this._replyNavigation();
|
||||
break;
|
||||
case '3':
|
||||
case 'SHARE':
|
||||
this.shareTimer = setTimeout(() => {
|
||||
this._share();
|
||||
this.shareTimer = 0;
|
||||
}, 500);
|
||||
break;
|
||||
|
||||
case '4':
|
||||
case 'ADD TO BOOKMARKS':
|
||||
this._addToBookmarks();
|
||||
break;
|
||||
|
||||
@ -106,7 +106,9 @@ class PostDropdownContainer extends PureComponent {
|
||||
};
|
||||
|
||||
_addToBookmarks = () => {
|
||||
const { content, currentAccount, dispatch, intl } = this.props;
|
||||
const {
|
||||
content, currentAccount, dispatch, intl,
|
||||
} = this.props;
|
||||
addBookmark(currentAccount.name, content.author, content.permlink)
|
||||
.then(() => {
|
||||
dispatch(
|
||||
|
@ -26,9 +26,9 @@ export default EStyleSheet.create({
|
||||
marginTop: 19,
|
||||
marginBottom: 10,
|
||||
},
|
||||
// marginFooter: {
|
||||
// marginBottom: 50,
|
||||
// },
|
||||
marginFooter: {
|
||||
marginBottom: 50,
|
||||
},
|
||||
footerText: {
|
||||
fontSize: 10,
|
||||
fontFamily: '$primaryFont',
|
||||
|
@ -29,28 +29,27 @@ class SideMenuContainer extends Component {
|
||||
}
|
||||
|
||||
// Component Life Cycle Functions
|
||||
componentWillMount() {
|
||||
const { otherAccounts } = this.props;
|
||||
|
||||
this._createUserList(otherAccounts);
|
||||
}
|
||||
|
||||
componentWillReceiveProps(nextProps) {
|
||||
const { otherAccounts, isLoggedIn } = this.props;
|
||||
const { isLoggedIn } = this.props;
|
||||
|
||||
if (isLoggedIn && otherAccounts !== nextProps.otherAccounts) {
|
||||
if (isLoggedIn) {
|
||||
this._createUserList(nextProps.otherAccounts);
|
||||
}
|
||||
}
|
||||
|
||||
_createUserList = (otherAccounts) => {
|
||||
const { currentAccount } = this.props;
|
||||
|
||||
const accounts = [];
|
||||
otherAccounts.forEach((element) => {
|
||||
accounts.push({
|
||||
name: `@${element.username}`,
|
||||
username: element.username,
|
||||
id: element.username,
|
||||
});
|
||||
if (element.username !== currentAccount.name) {
|
||||
accounts.push({
|
||||
name: `@${element.username}`,
|
||||
username: element.username,
|
||||
id: element.username,
|
||||
});
|
||||
}
|
||||
});
|
||||
accounts.push({
|
||||
name: 'Add Account',
|
||||
|
@ -36,7 +36,7 @@ class WalletView extends PureComponent {
|
||||
? `${Math.round(walletData.rewardSteemBalance * 1000) / 1000} STEEM`
|
||||
: ''}
|
||||
{walletData.rewardSbdBalance
|
||||
? ` ${Math.round(walletData.rewardSbdBalance * 1000) / 1000} SDB`
|
||||
? ` ${Math.round(walletData.rewardSbdBalance * 1000) / 1000} SBD`
|
||||
: ''}
|
||||
{walletData.rewardVestingSteem
|
||||
? ` ${Math.round(walletData.rewardVestingSteem * 1000) / 1000} SP`
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "Mandat ureung pake meukubah lam alat droe. Watee neu tubit mandat nyan disampöeh!",
|
||||
"cancel": "batëu",
|
||||
"login": "TAMOÉNG",
|
||||
"steemconnect_description": "Meunyoe hana pèrle kubah gunci lam nyoe, droën jeut neupakek Steemconnect."
|
||||
"steemconnect_description": "Meunyoe hana pèrle kubah gunci lam nyoe, droën jeut neupakek Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Umpëun",
|
||||
@ -114,8 +115,8 @@
|
||||
"reply_placeholder": "Teuntang peu neu neuk tuleh ata diateuh?",
|
||||
"publish": "Peudëuh",
|
||||
"reply": "Balah",
|
||||
"open_galery": "Open Galery",
|
||||
"capture_photo": "Capture a photo"
|
||||
"open_galery": "Buka Galery",
|
||||
"capture_photo": "Cök Fôtô"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Pasöe gunci untuk buka",
|
||||
@ -136,12 +137,12 @@
|
||||
"warning": "Pëuingat",
|
||||
"invalid_pincode": "Salah pin, cie neu test loëm.",
|
||||
"remove_alert": "Peu yakin neuk sampóh?",
|
||||
"clear_alert": "Are you sure you want to clear?",
|
||||
"clear": "Clear",
|
||||
"clear_alert": "Peu yakin neuk sampöh?",
|
||||
"clear": "Sampöh",
|
||||
"cancel": "Batai",
|
||||
"delete": "Sampóh",
|
||||
"copied": "Copied!",
|
||||
"no_internet": "No connection!"
|
||||
"copied": "Kalheuh Meusalén!",
|
||||
"no_internet": "Hana koneksi!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Peu yakin neuh, neu neuk reblog?"
|
||||
@ -165,8 +166,8 @@
|
||||
"empty_list": "Hana sapëuna",
|
||||
"deleted": "Pëunanda buku kalhëuh meusampöh",
|
||||
"search": "Mita lam buku pëunanda",
|
||||
"added": "Added to bookmars",
|
||||
"add": "Add to bookmarks"
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Tamah dalam bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
"title": "Palèng galak",
|
||||
@ -193,7 +194,7 @@
|
||||
"reblog": "neukirem ulang blog",
|
||||
"reply": "balah",
|
||||
"share": "bagi",
|
||||
"bookmarks": "add to bookmarks"
|
||||
"bookmarks": "tamah dalam bookmarks"
|
||||
},
|
||||
"deep_link": {
|
||||
"no_existing_user": "Hana uréung pakék",
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "يتم الاحتفاظ ببيانات اعتماد المستخدم محليًا على الجهاز. تتم إزالة بيانات الاعتماد عند تسجيل الخروج!",
|
||||
"cancel": "إلغاء",
|
||||
"login": "تسجيل الدخول",
|
||||
"steemconnect_description": "إذا كنت لا ترغب في الاحتفاظ بكلمة المرور الخاصة بك مشفرة وحفظها على جهازك ، فيمكنك استخدام Steemconnect."
|
||||
"steemconnect_description": "إذا كنت لا ترغب في الاحتفاظ بكلمة المرور الخاصة بك مشفرة وحفظها على جهازك ، فيمكنك استخدام Steemconnect.",
|
||||
"steemconnect_fee_description": "قد تفرض عليك Steemconnect بعض الرسوم من معاملات المكافآت الخاصة بك"
|
||||
},
|
||||
"home": {
|
||||
"feed": "المستجدات",
|
||||
@ -114,8 +115,8 @@
|
||||
"reply_placeholder": "ماذا تريد أن تكتب عن المشاركة أعلاه؟",
|
||||
"publish": "نشر",
|
||||
"reply": "الرد",
|
||||
"open_galery": "Open Galery",
|
||||
"capture_photo": "Capture a photo"
|
||||
"open_galery": "إفتح معرض الصور",
|
||||
"capture_photo": "إلتقط صورة"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "أدخل الرقم السري للفتح",
|
||||
@ -136,8 +137,8 @@
|
||||
"warning": "تحذير",
|
||||
"invalid_pincode": "الرقم السري غير صالح، يرجى التحقق والمحاولة مرة أخرى.",
|
||||
"remove_alert": "هل أنت متأكد تريد الإزالة؟",
|
||||
"clear_alert": "Are you sure you want to clear?",
|
||||
"clear": "Clear",
|
||||
"clear_alert": "هل أنت متأكد من أنك تريد المسح؟",
|
||||
"clear": "مسح",
|
||||
"cancel": "إلغاء",
|
||||
"delete": "حذف",
|
||||
"copied": "تم النسخ!",
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "Zugangsdaten werden lokal auf dem Gerät gespeichert. Diese werden nach dem Abmelden gelöscht!",
|
||||
"cancel": "Abbrechen",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "Wenn du dein Passwort nicht verschlüsselt auf deinem Gerät gespeichert halten möchtest, kannst du Steemconnect verwenden."
|
||||
"steemconnect_description": "Wenn du dein Passwort nicht verschlüsselt auf deinem Gerät gespeichert halten möchtest, kannst du Steemconnect verwenden.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -114,8 +115,8 @@
|
||||
"reply_placeholder": "Was möchtest du über den vorgenannten Beitrag schreiben?",
|
||||
"publish": "Veröffentlichen",
|
||||
"reply": "Antworten",
|
||||
"open_galery": "Open Galery",
|
||||
"capture_photo": "Capture a photo"
|
||||
"open_galery": "Gallerie öffnen",
|
||||
"capture_photo": "Ein Foto aufnehmen"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "PIN zum Entsperren eingeben",
|
||||
@ -140,8 +141,8 @@
|
||||
"clear": "Clear",
|
||||
"cancel": "Abbrechen",
|
||||
"delete": "Entfernen",
|
||||
"copied": "Copied!",
|
||||
"no_internet": "No connection!"
|
||||
"copied": "Kopiert!",
|
||||
"no_internet": "Keine Verbindung!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Möchtest du diesen Beitrag wirklich teilen?"
|
||||
@ -165,8 +166,8 @@
|
||||
"empty_list": "Keine Einträge vorhanden",
|
||||
"deleted": "Lesezeichen entfernt",
|
||||
"search": "In Lesezeichen suchen",
|
||||
"added": "Added to bookmars",
|
||||
"add": "Add to bookmarks"
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Neues Lesezeichen"
|
||||
},
|
||||
"favorites": {
|
||||
"title": "Favoriten",
|
||||
@ -190,10 +191,10 @@
|
||||
},
|
||||
"post_dropdown": {
|
||||
"copy": "Link kopieren",
|
||||
"reblog": "Teilen",
|
||||
"reblog": "Reblog",
|
||||
"reply": "Antworten",
|
||||
"share": "Teilen",
|
||||
"bookmarks": "add to bookmarks"
|
||||
"bookmarks": "Lesezeichen hinzufügen"
|
||||
},
|
||||
"deep_link": {
|
||||
"no_existing_user": "Kein vorhandener Benutzer",
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "Las credenciales del usuario se guardan localmente en el dispositivo. Al cerrar la sesión las credenciales son eliminadas!",
|
||||
"cancel": "cancelar",
|
||||
"login": "ACCEDER",
|
||||
"steemconnect_description": "Si no desea mantener su contraseña encriptada y guardada en su dispositivo, puede usar Steemconnect."
|
||||
"steemconnect_description": "Si no desea mantener su contraseña encriptada y guardada en su dispositivo, puede usar Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Inicio",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nada aquí",
|
||||
"deleted": "Marcador removido",
|
||||
"search": "Buscar en marcadores",
|
||||
"added": "Agregado a favoritos",
|
||||
"added": "Añadido a marcadores",
|
||||
"add": "Añadir a favoritos"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"wallet": {
|
||||
"curation_reward": "پاداش جمع آوری شده",
|
||||
"curation_reward": "پاداش مشارکت",
|
||||
"author_reward": "پاداش نویسنده",
|
||||
"comment_benefactor_reward": "پاداش متعلق به نویسنده نظر",
|
||||
"claim_reward_balance": "دریافت پاداش",
|
||||
@ -78,7 +78,8 @@
|
||||
"description": "مدارک کاربر به طور محلی روی دستگاه نگهداری میشود. در هنگام خروج، مدارک حذف میشود!",
|
||||
"cancel": "انصراف",
|
||||
"login": "ورود به سیستم",
|
||||
"steemconnect_description": "اگر نمی خواهید رمز عبورتان رمزنگاری و در دستگاهتان ذخیره شود، میتوانید از Steemconnect استفاده کنید."
|
||||
"steemconnect_description": "اگر نمی خواهید رمز عبورتان رمزنگاری و در دستگاهتان ذخیره شود، میتوانید از Steemconnect استفاده کنید.",
|
||||
"steemconnect_fee_description": "توجه داشته باشید که: Steemconnect ممکن است مقداری از پاداش شما را به عنوان کارمزد دریافت کند"
|
||||
},
|
||||
"home": {
|
||||
"feed": "خبرنامه",
|
||||
@ -114,8 +115,8 @@
|
||||
"reply_placeholder": "در مورد پست فوق، چه چیزی میخواهید بنویسید؟",
|
||||
"publish": "نشر",
|
||||
"reply": "پاسخ دادن",
|
||||
"open_galery": "Open Galery",
|
||||
"capture_photo": "Capture a photo"
|
||||
"open_galery": "باز کردن گالری",
|
||||
"capture_photo": "گرفتن عکس"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -136,8 +137,8 @@
|
||||
"warning": "اخطار",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
"clear_alert": "Are you sure you want to clear?",
|
||||
"clear": "Clear",
|
||||
"clear_alert": "آیا مطمئن هستید که میخواهید پاک کنید؟",
|
||||
"clear": "حذف کردن",
|
||||
"cancel": "لغو",
|
||||
"delete": "پاک کردن",
|
||||
"copied": "کپی شد!",
|
||||
@ -185,7 +186,7 @@
|
||||
"potential_payout": "پرداخت های بالقوه",
|
||||
"promoted": "ارتقا داده شده",
|
||||
"author_payout": "پاداش نویسنده",
|
||||
"curation_payout": "دستمزد حامیان",
|
||||
"curation_payout": "پاداش مشارکت",
|
||||
"payout_date": "پرداخت"
|
||||
},
|
||||
"post_dropdown": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "peruuta",
|
||||
"login": "KIRJAUDU SISÄÄN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Syöte",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Täällä ei ole mitään",
|
||||
"deleted": "Kirjanmerkki poistettu",
|
||||
"search": "Hae kirjanmerkkejä",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "Vos informations d'identification sont conservées localement sur votre appareil. Elles sont supprimées dès votre déconnexion !",
|
||||
"cancel": "annuler",
|
||||
"login": "CONNEXION",
|
||||
"steemconnect_description": "Si vous ne voulez pas garder votre mot de passe chiffré et enregistré sur votre appareil, vous pouvez utiliser Steemconnect."
|
||||
"steemconnect_description": "Si vous ne voulez pas garder votre mot de passe chiffré et enregistré sur votre appareil, vous pouvez utiliser Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Fil d'actualités",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Rien ici",
|
||||
"deleted": "Signet supprimé",
|
||||
"search": "Rechercher dans les signets",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "उपयोगकर्ता का प्रमाणिकता लोकल उपकरण में होता है, लॉगआउट होने से प्रमाणिकता हट जाते हैं!",
|
||||
"cancel": "रद्द करें",
|
||||
"login": "लॉगिन करें",
|
||||
"steemconnect_description": "यदि आप नहीं चाहते की आपकी पासवर्ड एन्क्रिप्टेड रूप में आपके उपकरण में रक्षित रहे तो स्टीमकनेक्ट से लॉगिन करें|"
|
||||
"steemconnect_description": "यदि आप नहीं चाहते की आपकी पासवर्ड एन्क्रिप्टेड रूप में आपके उपकरण में रक्षित रहे तो स्टीमकनेक्ट से लॉगिन करें|",
|
||||
"steemconnect_fee_description": "स्टीमकनेक्ट कुछ फ़ीस ले सकता है आपके पुरुस्कार लेन-देन से"
|
||||
},
|
||||
"home": {
|
||||
"feed": "संभरण",
|
||||
@ -114,8 +115,8 @@
|
||||
"reply_placeholder": "ऊपर वाली पोस्ट के बारें में आप क्या लिखना चाहेंगे?",
|
||||
"publish": "प्रकाशित करें",
|
||||
"reply": "जबाब दें",
|
||||
"open_galery": "Open Galery",
|
||||
"capture_photo": "Capture a photo"
|
||||
"open_galery": "गैलरी खोलें",
|
||||
"capture_photo": "फोटो खीचें"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -136,12 +137,12 @@
|
||||
"warning": "चेतावनी",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "क्या आप इसे सच में हटाना चाहते हैं?",
|
||||
"clear_alert": "Are you sure you want to clear?",
|
||||
"clear": "Clear",
|
||||
"clear_alert": "क्या आप सचमुच में मिटाना चाहते हैं?",
|
||||
"clear": "मिटायें",
|
||||
"cancel": "रद्द करें",
|
||||
"delete": "मिटा दें",
|
||||
"copied": "Copied!",
|
||||
"no_internet": "No connection!"
|
||||
"copied": "प्रतिलिपि हो गयी!",
|
||||
"no_internet": "संपर्क नहीं"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "क्या आप सच में पुनः प्रसारित करना चाहते हैं?"
|
||||
@ -165,8 +166,8 @@
|
||||
"empty_list": "कुछ नहीं है",
|
||||
"deleted": "पृष्टस्मृतियाँ हट गया",
|
||||
"search": "पृष्टस्मृतियाँ में खोजें",
|
||||
"added": "Added to bookmars",
|
||||
"add": "Add to bookmarks"
|
||||
"added": "पृष्ठ स्मृति में जुड़ गया",
|
||||
"add": "पृष्ठ स्मृति में जोड़ें"
|
||||
},
|
||||
"favorites": {
|
||||
"title": "पसंदीदा",
|
||||
@ -182,21 +183,21 @@
|
||||
"unknow_error": "अपरिचित त्रुटि है, कृप्या हमसे संपर्क करें यहाँ support@esteem.app"
|
||||
},
|
||||
"payout": {
|
||||
"potential_payout": "Potential Payout",
|
||||
"promoted": "Promoted",
|
||||
"potential_payout": "संभावित भुगतान",
|
||||
"promoted": "पदोन्नत",
|
||||
"author_payout": "लेखक भुगतान",
|
||||
"curation_payout": "Curation Payout",
|
||||
"curation_payout": "अध्यक्ष्ता इनाम",
|
||||
"payout_date": "भुगतान"
|
||||
},
|
||||
"post_dropdown": {
|
||||
"copy": "लिंक कापी करें",
|
||||
"reblog": "reblog",
|
||||
"reblog": "रीब्लॉग करें",
|
||||
"reply": "जवाब दें",
|
||||
"share": "साझा करें",
|
||||
"bookmarks": "add to bookmarks"
|
||||
"bookmarks": "पृष्ठ स्मृति में जोड़ें"
|
||||
},
|
||||
"deep_link": {
|
||||
"no_existing_user": "No existing user",
|
||||
"no_existing_post": "No existing post"
|
||||
"no_existing_user": "कोई विद्यमान उपयोगकर्ता नहीं",
|
||||
"no_existing_post": "कोई विद्यमान पोस्ट नहीं"
|
||||
}
|
||||
}
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "Korisnički podatci se čuvaju lokalno na uređaju. Nakon odjave podatci za prijavu se uklanjaju!",
|
||||
"cancel": "otkaži",
|
||||
"login": "PRIJAVA",
|
||||
"steemconnect_description": "Ako ne želite imati svoju lozinku kriptiranu i spremljenu na vašem uređaju, možete koristiti Steemconnect."
|
||||
"steemconnect_description": "Ako ne želite imati svoju lozinku kriptiranu i spremljenu na vašem uređaju, možete koristiti Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Novosti",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nema ničeg ovdje",
|
||||
"deleted": "Knjižna oznaka uklonjena",
|
||||
"search": "Pretraži u knjižnim oznakama",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "A felhasználó bejelentkezési adatai helyileg vannak tárolva a készüléken. Kijelentkezéskor a bejelentkezési adatok eltávolítódnak!",
|
||||
"cancel": "visszavonom",
|
||||
"login": "BEJELENTKEZÉS",
|
||||
"steemconnect_description": "Ha nem szeretnéd a jelszavad a készülékeden elmentve tárolni, akkor használd a Steemconnect-et."
|
||||
"steemconnect_description": "Ha nem szeretnéd a jelszavad a készülékeden elmentve tárolni, akkor használd a Steemconnect-et.",
|
||||
"steemconnect_fee_description": "Megjegyzés: Steemconnect díjat számolhat fel néhány jutalom-tranzakcióért"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Hírfolyam",
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "kredensial pengguna disimpan secara lokal pada perangkat. Setelah Keluar kredensial dihapus!",
|
||||
"cancel": "batal",
|
||||
"login": "MASUK",
|
||||
"steemconnect_description": "Jika Anda tidak ingin menyimpan sandi Anda dienkripsi dan disimpan pada perangkat Anda, Anda dapat menggunakan Steemconnect."
|
||||
"steemconnect_description": "Jika Anda tidak ingin menyimpan sandi Anda dienkripsi dan disimpan pada perangkat Anda, Anda dapat menggunakan Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Umpan",
|
||||
@ -114,8 +115,8 @@
|
||||
"reply_placeholder": "Apa yang ingin Anda tulis tentang posting di atas?",
|
||||
"publish": "Terbitkan",
|
||||
"reply": "Balas",
|
||||
"open_galery": "Open Galery",
|
||||
"capture_photo": "Capture a photo"
|
||||
"open_galery": "Buka Album",
|
||||
"capture_photo": "Ambil Foto"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Masukkan PIN untuk membuka kunci",
|
||||
@ -136,8 +137,8 @@
|
||||
"warning": "Peringatan",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Yakin ingin menghapus?",
|
||||
"clear_alert": "Are you sure you want to clear?",
|
||||
"clear": "Clear",
|
||||
"clear_alert": "Anda yakin ingin menghapus?",
|
||||
"clear": "Bersihkan",
|
||||
"cancel": "Batal",
|
||||
"delete": "Hapus",
|
||||
"copied": "Disalin!",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Disini belum ada apa-apa",
|
||||
"deleted": "Hapus yang ditandai",
|
||||
"search": "Cari di dalam halaman yang ditandai",
|
||||
"added": "Ditambahkan ke bookmark",
|
||||
"added": "Ditambahkan ke ditandai",
|
||||
"add": "Ditambahkan ke bookmark"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "Le tue credenziali sono memorizzate localmente sul dispositivo. Se fai il Logout le credenziali verranno rimosse!",
|
||||
"cancel": "cancella",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "Se non volete mantenere la vostra password crittografata e salvata sul dispositivo, è possibile utilizzare Steemconnect."
|
||||
"steemconnect_description": "Se non volete mantenere la vostra password crittografata e salvata sul dispositivo, è possibile utilizzare Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Non c'è niente qui",
|
||||
"deleted": "Segnalibro rimosso",
|
||||
"search": "Cerca tra i segnalibri",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "Vartotojo kredencialai saugomi lokaliai įrenginyje. Atsijungus kredencialai pašalinami!",
|
||||
"cancel": "atšaukti",
|
||||
"login": "PRISIJUNGTI",
|
||||
"steemconnect_description": "Jei nenorite, kad jūsų slaptažodis būtų įrašomas į jūsų įrenginį, galite naudoti Steemconnect."
|
||||
"steemconnect_description": "Jei nenorite, kad jūsų slaptažodis būtų įrašomas į jūsų įrenginį, galite naudoti Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect gali paimti mažą mokestį nuo jūsų atlygio pavedimų"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Pagrindinis",
|
||||
@ -114,8 +115,8 @@
|
||||
"reply_placeholder": "Ką norėtumėte parašyti po įrašu?",
|
||||
"publish": "Skelbti",
|
||||
"reply": "Atsakyti",
|
||||
"open_galery": "Open Galery",
|
||||
"capture_photo": "Capture a photo"
|
||||
"open_galery": "Atidaryti Galeriją",
|
||||
"capture_photo": "Užfiksuoti nuotrauką"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -136,12 +137,12 @@
|
||||
"warning": "Dėmesio",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
"clear_alert": "Are you sure you want to clear?",
|
||||
"clear": "Clear",
|
||||
"clear_alert": "Ar tikrai norite panaikinti?",
|
||||
"clear": "Panaikinti",
|
||||
"cancel": "Atšaukti",
|
||||
"delete": "Ištrinti",
|
||||
"copied": "Copied!",
|
||||
"no_internet": "No connection!"
|
||||
"copied": "Nukopijuota!",
|
||||
"no_internet": "Nėra ryšio!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Ar tikrai norite dalintis?"
|
||||
@ -165,8 +166,8 @@
|
||||
"empty_list": "Nieko nėra",
|
||||
"deleted": "Žymė panaikinta",
|
||||
"search": "Ieškoti žymelėse",
|
||||
"added": "Added to bookmars",
|
||||
"add": "Add to bookmarks"
|
||||
"added": "Pridėta į žymes",
|
||||
"add": "Pridėti į žymes"
|
||||
},
|
||||
"favorites": {
|
||||
"title": "Mėgstamiausi",
|
||||
@ -193,10 +194,10 @@
|
||||
"reblog": "pasidalinti",
|
||||
"reply": "atsakymas",
|
||||
"share": "dalintis",
|
||||
"bookmarks": "add to bookmarks"
|
||||
"bookmarks": "pridėti į žymes"
|
||||
},
|
||||
"deep_link": {
|
||||
"no_existing_user": "No existing user",
|
||||
"no_existing_post": "No existing post"
|
||||
"no_existing_user": "Nėra tokio vartotojo",
|
||||
"no_existing_post": "Nėra tokio įrašo"
|
||||
}
|
||||
}
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "Kelayakan pengguna disimpan secara tempatan pada peranti. Apabila log keluar kelayakan akan dikeluarkan!",
|
||||
"cancel": "batal",
|
||||
"login": "LOG MASUK",
|
||||
"steemconnect_description": "Jika anda tidak berhasrat untuk menyimpan kata laluan yang dienkripsi dan disimpan pada peranti anda, anda boleh menggunakan Steemconnect."
|
||||
"steemconnect_description": "Jika anda tidak berhasrat untuk menyimpan kata laluan yang dienkripsi dan disimpan pada peranti anda, anda boleh menggunakan Steemconnect.",
|
||||
"steemconnect_fee_description": "Kegunaan Steemconnect mungkin akan mengenekan bayaran fi dari transaksi ganjaran"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Suapan",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Kosong",
|
||||
"deleted": "Tanda halaman yang dikeluarkan",
|
||||
"search": "Cari di penanda halaman",
|
||||
"added": "Ditambah ke tanda halaman",
|
||||
"added": "Tanda halaman ditambah",
|
||||
"add": "Ditambah ke tanda halaman"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "Gebruikersgegevens worden lokaal op je apparaat opgeslagen. Bij het uitloggen worden de gegevens verwijderd!",
|
||||
"cancel": "annuleren",
|
||||
"login": "INLOGGEN",
|
||||
"steemconnect_description": "Als je niet wilt dat je wachtwoord wordt gecodeerd en opgeslagen op je apparaat, kun je Steemconnect gebruiken."
|
||||
"steemconnect_description": "Als je niet wilt dat je wachtwoord wordt gecodeerd en opgeslagen op je apparaat, kun je Steemconnect gebruiken.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Niets hier",
|
||||
"deleted": "Bladwijzer verwijderd",
|
||||
"search": "Zoek in bladwijzers",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "Person information dey store inside phone. But e go clear komot when dem logout! ",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you no wan make your password save inside your phone, you fit decide to login with Steemconnect."
|
||||
"steemconnect_description": "If you no wan make your password save inside your phone, you fit decide to login with Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect fit charge you small from wetin you won transact"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Tori",
|
||||
@ -114,8 +115,8 @@
|
||||
"reply_placeholder": "Wetin you go like yan about the matter for up",
|
||||
"publish": "Post am",
|
||||
"reply": "Reply",
|
||||
"open_galery": "Open Galery",
|
||||
"capture_photo": "Capture a photo"
|
||||
"open_galery": "Open Picture",
|
||||
"capture_photo": "Take new picture"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter your PIN to open am",
|
||||
@ -136,12 +137,12 @@
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Your PIN code no correct, abeg check wella and try am again",
|
||||
"remove_alert": "You sure say you wan remove am?",
|
||||
"clear_alert": "Are you sure you want to clear?",
|
||||
"clear": "Clear",
|
||||
"clear_alert": "You sure say you won komot am?",
|
||||
"clear": "Komot",
|
||||
"cancel": "Cancel",
|
||||
"delete": "Delete",
|
||||
"copied": "Copied!",
|
||||
"no_internet": "No connection!"
|
||||
"copied": "E don copy!",
|
||||
"no_internet": "Connection no dey!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "You sure say you wan reblog am?"
|
||||
@ -165,8 +166,8 @@
|
||||
"empty_list": "Nothing dey here",
|
||||
"deleted": "Bookmark don komot",
|
||||
"search": "Find am for bookmark",
|
||||
"added": "Added to bookmars",
|
||||
"add": "Add to bookmarks"
|
||||
"added": "E don add to bookmark",
|
||||
"add": "Add am to bookmark"
|
||||
},
|
||||
"favorites": {
|
||||
"title": "Favorites",
|
||||
@ -193,7 +194,7 @@
|
||||
"reblog": "reblog am",
|
||||
"reply": "reply am",
|
||||
"share": "share am",
|
||||
"bookmarks": "add to bookmarks"
|
||||
"bookmarks": "add am to bookmark"
|
||||
},
|
||||
"deep_link": {
|
||||
"no_existing_user": "The person no exist",
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "As credenciais do usuário são mantidas localmente no dispositivo. As credenciais são removidas após logout!",
|
||||
"cancel": "cancelar",
|
||||
"login": "ENTRAR",
|
||||
"steemconnect_description": "Se você não quiser manter sua senha criptografada e salvou no seu dispositivo, você pode usar Steemconnect."
|
||||
"steemconnect_description": "Se você não quiser manter sua senha criptografada e salvou no seu dispositivo, você pode usar Steemconnect.",
|
||||
"steemconnect_fee_description": "A ligação Steemconnect pode cobrar algumas taxas de suas transações de recompensa"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Conteúdo de notícias",
|
||||
|
@ -1,202 +1,203 @@
|
||||
{
|
||||
"wallet": {
|
||||
"curation_reward": "Curation Reward",
|
||||
"author_reward": "Author Reward",
|
||||
"comment_benefactor_reward": "Comment Benefactor Reward",
|
||||
"claim_reward_balance": "Claim Reward Balance",
|
||||
"curation_reward": "Recompensă de curare",
|
||||
"author_reward": "Recompensă Autor",
|
||||
"comment_benefactor_reward": "Recompensă Pentru Comentariu",
|
||||
"claim_reward_balance": "Colectează soldul de recompensă",
|
||||
"transfer": "Transfer",
|
||||
"transfer_to_vesting": "Transfer To Vesting",
|
||||
"transfer_from_savings": "Transfer From Savings",
|
||||
"transfer_to_vesting": "Transfer la vesting",
|
||||
"transfer_from_savings": "Transfer de la economii",
|
||||
"withdraw_vesting": "Power Down",
|
||||
"fill_order": "Fill Order"
|
||||
"fill_order": "Completează ordinul"
|
||||
},
|
||||
"notification": {
|
||||
"vote": "likes your post",
|
||||
"unvote": "unvoted your post",
|
||||
"reply": "replied to your post",
|
||||
"mention": "mentioned you",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
"reblog": "reblogged your post",
|
||||
"comingsoon": "Leaderboard feature is coming soon!",
|
||||
"notification": "Notifications",
|
||||
"leaderboard": "Leaderboard",
|
||||
"leaderboard_title": "Daily Top User",
|
||||
"vote": "a votat postul tău",
|
||||
"unvote": "a votat postul tău",
|
||||
"reply": "a răspuns la postul tău",
|
||||
"mention": "te-a menționat",
|
||||
"follow": "te urmărește",
|
||||
"unfollow": "a anulat urmărirea",
|
||||
"ignore": "te-a ignorat",
|
||||
"reblog": "a redistribuit postarea ta",
|
||||
"comingsoon": "Clasamentul va fi disponibil în curând!",
|
||||
"notification": "Notificări",
|
||||
"leaderboard": "Clasament",
|
||||
"leaderboard_title": "Utilizatori de Top Zilnic",
|
||||
"recent": "Recent",
|
||||
"yesterday": "Yesterday",
|
||||
"this_week": "This Week",
|
||||
"this_month": "This Month",
|
||||
"older_then": "Older Than A Month"
|
||||
"yesterday": "Ieri",
|
||||
"this_week": "Săptămâna aceasta",
|
||||
"this_month": "Luna Aceasta",
|
||||
"older_then": "Mai vechi de o lună"
|
||||
},
|
||||
"messages": {
|
||||
"comingsoon": "Messages feature is coming soon!"
|
||||
"comingsoon": "Funcția mesaje va fi disponibilă in curând!"
|
||||
},
|
||||
"profile": {
|
||||
"following": "Following",
|
||||
"follower": "Follower",
|
||||
"following": "Urmăriți",
|
||||
"follower": "Urmăritor",
|
||||
"post": "Post",
|
||||
"details": "Profile Details",
|
||||
"comments": "Comments",
|
||||
"replies": "Replies",
|
||||
"wallet": "Wallet",
|
||||
"wallet_details": "Wallet Details",
|
||||
"unclaimed_rewards": "Unclaimed Rewards",
|
||||
"full_in": "Full in",
|
||||
"hours": "hours",
|
||||
"voting_power": "Voting power",
|
||||
"login_to_see": "Login to see",
|
||||
"havent_commented": "haven't commented anything yet",
|
||||
"havent_posted": "haven't posted anything yet",
|
||||
"details": "Detalii Profil",
|
||||
"comments": "Comentarii",
|
||||
"replies": "Răspunsuri",
|
||||
"wallet": "Portofel",
|
||||
"wallet_details": "Detalii Portofel",
|
||||
"unclaimed_rewards": "Recompense Necolectate",
|
||||
"full_in": "Plin în",
|
||||
"hours": "ore",
|
||||
"voting_power": "Putere de votare",
|
||||
"login_to_see": "Autentifică-te pentru a vedea",
|
||||
"havent_commented": "încă nu a comentat",
|
||||
"havent_posted": "încă nu a postat nimic",
|
||||
"steem_power": "Steem Power",
|
||||
"next_power_text": "Next power down is in",
|
||||
"days": "days",
|
||||
"day": "day",
|
||||
"steem_dollars": "Steem Dollars",
|
||||
"savings": "Savings"
|
||||
"next_power_text": "Următoarul power down în",
|
||||
"days": "zile",
|
||||
"day": "zi",
|
||||
"steem_dollars": "Steem Dolari",
|
||||
"savings": "Economii"
|
||||
},
|
||||
"settings": {
|
||||
"settings": "Settings",
|
||||
"currency": "Currency",
|
||||
"language": "Language",
|
||||
"settings": "Setări",
|
||||
"currency": "Monedă",
|
||||
"language": "Limbă",
|
||||
"server": "Server",
|
||||
"dark_theme": "Dark Theme",
|
||||
"push_notification": "Push Notification",
|
||||
"dark_theme": "Tema întunecată",
|
||||
"push_notification": "Notificări",
|
||||
"pincode": "Pincode",
|
||||
"reset": "Reset"
|
||||
"reset": "Resetare"
|
||||
},
|
||||
"voters": {
|
||||
"voters_info": "Voters Info",
|
||||
"no_user": "No user found."
|
||||
"voters_info": "Detalii votanți",
|
||||
"no_user": "Nu s-a găsit nici un utilizator."
|
||||
},
|
||||
"login": {
|
||||
"signin": "Sign in",
|
||||
"signup": "Sign up",
|
||||
"signin_title": "To get all the benefits of using eSteem",
|
||||
"username": "Username",
|
||||
"password": "Password or WIF",
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"signin": "Loghează-te",
|
||||
"signup": "Înscrie-te",
|
||||
"signin_title": "Pentru a beneficia de toate funcționalitățile eSteem",
|
||||
"username": "Nume utilizator",
|
||||
"password": "Parolă sau WIF",
|
||||
"description": "Credentialele utilizatorului sunt salvate local pe dispozitiv. Credentialele sunt șterse după deconectare!",
|
||||
"cancel": "anulează",
|
||||
"login": "AUTENTIFICARE",
|
||||
"steemconnect_description": "Dacă nu vrei să păstrezi parola criptată și salvată pe dispozitivul tău, poți folosi Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect poate percepe anumite taxe la tranzacțiile tale de recompensă"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
"feed": "Flux",
|
||||
"popular": "Popular"
|
||||
},
|
||||
"side_menu": {
|
||||
"profile": "Profile",
|
||||
"profile": "Profil",
|
||||
"bookmarks": "Bookmarks",
|
||||
"favorites": "Favorites",
|
||||
"drafts": "Drafts",
|
||||
"schedules": "Schedules",
|
||||
"gallery": "Gallery",
|
||||
"settings": "Settings",
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"favorites": "Favorite",
|
||||
"drafts": "Schițe",
|
||||
"schedules": "Programate",
|
||||
"gallery": "Galerie",
|
||||
"settings": "Setări",
|
||||
"add_account": "Adaugare Cont",
|
||||
"logout": "Deconectare",
|
||||
"cancel": "Anulează",
|
||||
"logout_text": "Esti sigur că vrei să te deconectezi?"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
"search": "Search..."
|
||||
"title": "Autentifică-te pentru a personaliza feed-ul",
|
||||
"search": "Caută..."
|
||||
},
|
||||
"basic_header": {
|
||||
"publish": "Publish",
|
||||
"search": "Search",
|
||||
"update": "Update",
|
||||
"reply": "Reply"
|
||||
"publish": "Publică",
|
||||
"search": "Caută",
|
||||
"update": "Actualizare",
|
||||
"reply": "Răspunde"
|
||||
},
|
||||
"editor": {
|
||||
"title": "Title",
|
||||
"tags": "tags",
|
||||
"default_placeholder": "What would you like to write about today?",
|
||||
"reply_placeholder": "What would you like to write about above post?",
|
||||
"publish": "Publish",
|
||||
"reply": "Reply",
|
||||
"open_galery": "Open Galery",
|
||||
"capture_photo": "Capture a photo"
|
||||
"title": "Titlu",
|
||||
"tags": "tag-uri",
|
||||
"default_placeholder": "Despre ce vrei să scrii azi?",
|
||||
"reply_placeholder": "Ce ai vrea să scrii despre postarea respectivă?",
|
||||
"publish": "Publică",
|
||||
"reply": "Răspunde",
|
||||
"open_galery": "Deschide Galeria",
|
||||
"capture_photo": "Captură foto"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
"set_new": "Set new pin",
|
||||
"write_again": "Write again",
|
||||
"forgot_text": "Oh, I forgot it..."
|
||||
"write_again": "Scrie din nou",
|
||||
"forgot_text": "Oh, am uitat..."
|
||||
},
|
||||
"alert": {
|
||||
"success": "Success!",
|
||||
"allRead": "Marked all notifications as read",
|
||||
"claim_reward_balance_ok": "Reward balance claimed",
|
||||
"fail": "Fail!",
|
||||
"success_shared": "Your post succesfully shared",
|
||||
"permission_denied": "Permission denied",
|
||||
"permission_text": "Please, go to phone Settings and change eSteem app permissions.",
|
||||
"success": "Succes!",
|
||||
"allRead": "Marchează toate notificările ca citite",
|
||||
"claim_reward_balance_ok": "Sold de recompensă colectat",
|
||||
"fail": "Eșuat!",
|
||||
"success_shared": "Postarea ta a fost distribuită cu succes",
|
||||
"permission_denied": "Permisiune respinsă",
|
||||
"permission_text": "Te rugăm să mergi în setările telefonului și să schimbi permisiunile aplicației eSteem.",
|
||||
"success_rebloged": "Rebloged!",
|
||||
"already_rebloged": "You have already reblogged!",
|
||||
"warning": "Warning",
|
||||
"already_rebloged": "Ai redistribuit postarea deja!",
|
||||
"warning": "Atenționare",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
"clear_alert": "Are you sure you want to clear?",
|
||||
"clear": "Clear",
|
||||
"cancel": "Cancel",
|
||||
"delete": "Delete",
|
||||
"copied": "Copied!",
|
||||
"no_internet": "No connection!"
|
||||
"clear_alert": "Ești sigur că vrei să ștergi?",
|
||||
"clear": "Șterge",
|
||||
"cancel": "Anulează",
|
||||
"delete": "Șterge",
|
||||
"copied": "Copiat!",
|
||||
"no_internet": "Nu există conexiune!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure you want to reblog?"
|
||||
"reblog_alert": "Ești sigur că vrei să redistribui?"
|
||||
},
|
||||
"drafts": {
|
||||
"title": "Drafts",
|
||||
"load_error": "Could not load drafts",
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Draft deleted"
|
||||
"title": "Schițe",
|
||||
"load_error": "Schițele nu au putut fi încărcate",
|
||||
"empty_list": "Nici un rezultat",
|
||||
"deleted": "Schiță ștearsă"
|
||||
},
|
||||
"schedules": {
|
||||
"title": "Scheduled Posts",
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Scheduled post deleted",
|
||||
"move": "Move to drafts",
|
||||
"moved": "Moved to drafts"
|
||||
"title": "Postări Programate",
|
||||
"empty_list": "Nici un rezultat",
|
||||
"deleted": "Postarea planificată a fost ștearsă",
|
||||
"move": "Mută la schițe",
|
||||
"moved": "Mutat la schițe"
|
||||
},
|
||||
"bookmarks": {
|
||||
"title": "Bookmarks",
|
||||
"load_error": "Could not load bookmarks",
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"add": "Add to bookmarks"
|
||||
"load_error": "Bookmarks nu a putut fi încărcat",
|
||||
"empty_list": "Nici un rezultat",
|
||||
"deleted": "Mutat de la bookmarks",
|
||||
"search": "Căutare la bookmarks",
|
||||
"added": "Adaugat la bookmarks",
|
||||
"add": "Adaugă la bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
"title": "Favorites",
|
||||
"load_error": "Could not load favorites",
|
||||
"empty_list": "Nothing here",
|
||||
"search": "Search in favorites"
|
||||
"title": "Favorite",
|
||||
"load_error": "Nu s-au putut încărca favoritele",
|
||||
"empty_list": "Nici un rezultat",
|
||||
"search": "Caută în favorite"
|
||||
},
|
||||
"auth": {
|
||||
"invalid_pin": "Invalid pin code, please check and try again",
|
||||
"invalid_username": "Invalid username, please check and try again",
|
||||
"already_logged": "You are already logged in, please try to add another account",
|
||||
"invalid_credentials": "Invalid credentials, please check and try again",
|
||||
"unknow_error": "Unknown error, please contact us at support@esteem.app"
|
||||
"invalid_username": "Nume utilizator invalid, te rugăm să verifici și să reincerci",
|
||||
"already_logged": "Ești deja conectat, te rugăm încearcă să adăugi alt cont",
|
||||
"invalid_credentials": "Credențiale invalide, te rugăm să verifici și să reîncerci",
|
||||
"unknow_error": "Eroare necunoscută, te rugăm să ne contactezi la support@esteem.app"
|
||||
},
|
||||
"payout": {
|
||||
"potential_payout": "Potential Payout",
|
||||
"promoted": "Promoted",
|
||||
"author_payout": "Author Payout",
|
||||
"curation_payout": "Curation Payout",
|
||||
"payout_date": "Payout"
|
||||
"potential_payout": "Plată probabilă",
|
||||
"promoted": "Promovat",
|
||||
"author_payout": "Plata autorului",
|
||||
"curation_payout": "Plată de curare",
|
||||
"payout_date": "Plată"
|
||||
},
|
||||
"post_dropdown": {
|
||||
"copy": "copy link",
|
||||
"copy": "copiază link",
|
||||
"reblog": "reblog",
|
||||
"reply": "reply",
|
||||
"share": "share",
|
||||
"bookmarks": "add to bookmarks"
|
||||
"reply": "răspunde",
|
||||
"share": "distribuire",
|
||||
"bookmarks": "adaugă la bookmarks"
|
||||
},
|
||||
"deep_link": {
|
||||
"no_existing_user": "No existing user",
|
||||
"no_existing_post": "No existing post"
|
||||
"no_existing_user": "Utilizator inexistent",
|
||||
"no_existing_post": "Utilizator inexistent"
|
||||
}
|
||||
}
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "Ключи хранятся только на вашем устройстве и удаляются во время разлогина!",
|
||||
"cancel": "отмена",
|
||||
"login": "Войти",
|
||||
"steemconnect_description": "Если не хотите хранить зашифрованные ключи на вашем устройстве, исползуйте Steemconnect."
|
||||
"steemconnect_description": "Если не хотите хранить зашифрованные ключи на вашем устройстве, исползуйте Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Лента",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Ничего нет",
|
||||
"deleted": "Закладка удалена",
|
||||
"search": "Поиск по закладкам",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "otkaži",
|
||||
"login": "PRIJAVI SE",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Novosti",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Ovde nema ništa",
|
||||
"deleted": "Obeleživač je uklonjen",
|
||||
"search": "Pretraži među obeleživačima",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -27,10 +27,10 @@
|
||||
"yesterday": "Yesterday",
|
||||
"this_week": "This Week",
|
||||
"this_month": "This Month",
|
||||
"older_then": "Older Than A Month"
|
||||
"older_then": "This Week"
|
||||
},
|
||||
"messages": {
|
||||
"comingsoon": "Messages feature is coming soon!"
|
||||
"comingsoon": "விரைவில் வரும் செய்திகளை அம்சம்!"
|
||||
},
|
||||
"profile": {
|
||||
"following": "Following",
|
||||
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "Kullanıçı bilgileri telefonunuz üzeründe şifreli olarak tutulur ve çıkış yaptıgınızda tüm bilgiler silinir.",
|
||||
"cancel": "geç",
|
||||
"login": "GİRİŞ",
|
||||
"steemconnect_description": "Eğer kullanıçı bilgilerini şifreli olarak tutulmasını istemiyorsanız Steemconnect ilede giriş yapabilirsiniz."
|
||||
"steemconnect_description": "Eğer kullanıçı bilgilerini şifreli olarak tutulmasını istemiyorsanız Steemconnect ilede giriş yapabilirsiniz.",
|
||||
"steemconnect_fee_description": "Steemconnect, ödül işlemlerinden bazı ücretler alabilir."
|
||||
},
|
||||
"home": {
|
||||
"feed": "Akış",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Burada hiçbir şey yok",
|
||||
"deleted": "Yer işareti kaldırıldı",
|
||||
"search": "Yer imlerinde ara",
|
||||
"added": "Yerimlerine eklendi",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Yerimlerine ekle"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "User credentials are kept locally on the device. Credentials are removed upon logout!",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect."
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "Thông tin đăng nhập của người dùng được lưu cục bộ trên thiết bị. Thông tin được xóa khi đăng xuất!",
|
||||
"cancel": "huỷ",
|
||||
"login": "ĐĂNG NHẬP",
|
||||
"steemconnect_description": "Nếu bạn không muốn giữ mật khẩu của mình được mã hóa và lưu trên thiết bị của mình, bạn có thể sử dụng Steemconnect."
|
||||
"steemconnect_description": "Nếu bạn không muốn giữ mật khẩu của mình được mã hóa và lưu trên thiết bị của mình, bạn có thể sử dụng Steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Nguồn cấp dữ liệu",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Không có gì ở đây",
|
||||
"deleted": "Trang đánh dấu đã được gỡ bỏ",
|
||||
"search": "Tìm kiếm trong trang đánh dấu",
|
||||
"added": "Đã thêm vào dấu trang",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Thêm vào dấu trang"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "Ori ero ilewo re ni gbogbo awon credentials re o wa. Gbogbo credentials re o di yiyo to ba ti jade!",
|
||||
"cancel": "fa igi le",
|
||||
"login": "Se atewole",
|
||||
"steemconnect_description": "Ti o ba fe ki oro atewole asiri re je fifipamo sori ero yi, o le lo steemconnect."
|
||||
"steemconnect_description": "Ti o ba fe ki oro atewole asiri re je fifipamo sori ero yi, o le lo steemconnect.",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Ate gbogbo agbawole",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "Ko si ohun kan nibi",
|
||||
"deleted": "O ti yo ohun ti ofi amin idamo si",
|
||||
"search": "Wa ninu awon amin idamo ti o ti se",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "用户凭证保存在本地设备,注销后将被移除!",
|
||||
"cancel": "取消",
|
||||
"login": "登录",
|
||||
"steemconnect_description": "如果您不想在设备上加密保存您的密码,可以使用 Steemconnect。"
|
||||
"steemconnect_description": "如果您不想在设备上加密保存您的密码,可以使用 Steemconnect。",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "此处无内容",
|
||||
"deleted": "书签已移除",
|
||||
"search": "搜索书签",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
@ -78,7 +78,8 @@
|
||||
"description": "帳號認證資訊只保存在行動裝置本體。登出後認證資訊將被移除。",
|
||||
"cancel": "取消",
|
||||
"login": "登錄",
|
||||
"steemconnect_description": "如果您不想將密碼加密並保存在您的設備上, 則可以使用 Steemconnect。"
|
||||
"steemconnect_description": "如果您不想將密碼加密並保存在您的設備上, 則可以使用 Steemconnect。",
|
||||
"steemconnect_fee_description": "Steemconnect may charge some fees from your reward transactions"
|
||||
},
|
||||
"home": {
|
||||
"feed": "動態消息",
|
||||
@ -165,7 +166,7 @@
|
||||
"empty_list": "暫無内容!",
|
||||
"deleted": "已移除書籤",
|
||||
"search": "搜尋書籤",
|
||||
"added": "Added to bookmars",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"favorites": {
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user