mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-12 13:05:41 +03:00
Merged with development
This commit is contained in:
commit
ef4e15baa1
@ -143,7 +143,7 @@ android {
|
||||
minSdkVersion rootProject.ext.minSdkVersion
|
||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||
versionCode versionMajor * 10000 + versionMinor * 100 + versionPatch
|
||||
versionName "3.0.12"
|
||||
versionName "3.0.13"
|
||||
resValue "string", "build_config_package", "app.esteem.mobile.android"
|
||||
multiDexEnabled true
|
||||
// react-native-image-crop-picker
|
||||
|
@ -15,11 +15,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0.12</string>
|
||||
<string>3.0.13</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2562</string>
|
||||
<string>2563</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true />
|
||||
<key>NSAppTransportSecurity</key>
|
||||
|
@ -15,10 +15,10 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0.12</string>
|
||||
<string>3.0.13</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2562</string>
|
||||
<string>2563</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -43,7 +43,7 @@
|
||||
05B6C4B024C306CE00B7FA60 /* Zocial.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 980BC9BC0D3B4AC69645C842 /* Zocial.ttf */; };
|
||||
0A1D279E0D3CD306C889592E /* libPods-Ecency-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7093E51BBC0EE2F41AB19EBA /* libPods-Ecency-tvOS.a */; };
|
||||
1CD0B89E258019B600A7D78E /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 1CD0B89B258019B600A7D78E /* GoogleService-Info.plist */; };
|
||||
2B3CF3607B7CB9B7296FD5EF /* (null) in Frameworks */ = {isa = PBXBuildFile; };
|
||||
2B3CF3607B7CB9B7296FD5EF /* BuildFile in Frameworks */ = {isa = PBXBuildFile; };
|
||||
2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
|
||||
2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
||||
2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
||||
@ -55,7 +55,7 @@
|
||||
CFAA2A599FD65F360D9B3E1E /* libPods-EcencyTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B344CAA24725C973F48BE81E /* libPods-EcencyTests.a */; };
|
||||
D71EB20EDB9B987C0574BAFE /* libPods-EcencyTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C97456BE898C00B5EDA21C2E /* libPods-EcencyTests.a */; };
|
||||
DC0E25610BB5F49AFF4514AD /* libPods-Ecency.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 388DF3FF85F08109F722083B /* libPods-Ecency.a */; };
|
||||
F77F6C7E54F3C783A2773E9D /* (null) in Frameworks */ = {isa = PBXBuildFile; };
|
||||
F77F6C7E54F3C783A2773E9D /* BuildFile in Frameworks */ = {isa = PBXBuildFile; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
@ -204,8 +204,8 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
05B6C49424C306CE00B7FA60 /* StoreKit.framework in Frameworks */,
|
||||
F77F6C7E54F3C783A2773E9D /* (null) in Frameworks */,
|
||||
2B3CF3607B7CB9B7296FD5EF /* (null) in Frameworks */,
|
||||
F77F6C7E54F3C783A2773E9D /* BuildFile in Frameworks */,
|
||||
2B3CF3607B7CB9B7296FD5EF /* BuildFile in Frameworks */,
|
||||
DC0E25610BB5F49AFF4514AD /* libPods-Ecency.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
@ -527,9 +527,9 @@
|
||||
ProvisioningStyle = Manual;
|
||||
};
|
||||
05B6C48C24C306CE00B7FA60 = {
|
||||
DevelopmentTeam = RBP7PE82SN;
|
||||
DevelopmentTeam = 75B6RXTKGT;
|
||||
LastSwiftMigration = 1160;
|
||||
ProvisioningStyle = Automatic;
|
||||
ProvisioningStyle = Manual;
|
||||
};
|
||||
2D02E47A1E0B4A5D006451C7 = {
|
||||
CreatedOnToolsVersion = 8.2.1;
|
||||
@ -752,7 +752,7 @@
|
||||
);
|
||||
inputPaths = (
|
||||
"${PODS_ROOT}/Target Support Files/Pods-Ecency/Pods-Ecency-resources.sh",
|
||||
"${PODS_CONFIGURATION_BUILD_DIR}/QBImagePickerController/QBImagePicker.bundle",
|
||||
"${PODS_CONFIGURATION_BUILD_DIR}/RNImageCropPicker/QBImagePicker.bundle",
|
||||
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf",
|
||||
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf",
|
||||
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf",
|
||||
@ -769,7 +769,7 @@
|
||||
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Octicons.ttf",
|
||||
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf",
|
||||
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Zocial.ttf",
|
||||
"${PODS_ROOT}/RSKImageCropper/RSKImageCropper/RSKImageCropperStrings.bundle",
|
||||
"${PODS_CONFIGURATION_BUILD_DIR}/TOCropViewController/TOCropViewControllerBundle.bundle",
|
||||
);
|
||||
name = "[CP] Copy Pods Resources";
|
||||
outputPaths = (
|
||||
@ -790,7 +790,7 @@
|
||||
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Octicons.ttf",
|
||||
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/SimpleLineIcons.ttf",
|
||||
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Zocial.ttf",
|
||||
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RSKImageCropperStrings.bundle",
|
||||
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/TOCropViewControllerBundle.bundle",
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
@ -1101,12 +1101,12 @@
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = Ecency/EcencyDebug.entitlements;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 2562;
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 2563;
|
||||
DEAD_CODE_STRIPPING = NO;
|
||||
DEVELOPMENT_TEAM = RBP7PE82SN;
|
||||
DEVELOPMENT_TEAM = 75B6RXTKGT;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(SRCROOT)/../../../../ios/Pods/Headers/Public/**",
|
||||
@ -1161,7 +1161,7 @@
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = app.esteem.mobile.ios;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
PROVISIONING_PROFILE_SPECIFIER = ios_dev_app;
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Ecency-Bridging-Header.h";
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
SWIFT_VERSION = 5.0;
|
||||
@ -1178,11 +1178,11 @@
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_ENTITLEMENTS = Ecency/Ecency.entitlements;
|
||||
CODE_SIGN_IDENTITY = "Apple Development";
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
CURRENT_PROJECT_VERSION = 2562;
|
||||
CODE_SIGN_IDENTITY = "iPhone Distribution";
|
||||
CODE_SIGN_STYLE = Manual;
|
||||
CURRENT_PROJECT_VERSION = 2563;
|
||||
DEAD_CODE_STRIPPING = NO;
|
||||
DEVELOPMENT_TEAM = RBP7PE82SN;
|
||||
DEVELOPMENT_TEAM = 75B6RXTKGT;
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(SRCROOT)/../../../../ios/Pods/Headers/Public/**",
|
||||
@ -1237,7 +1237,7 @@
|
||||
);
|
||||
PRODUCT_BUNDLE_IDENTIFIER = app.esteem.mobile.ios;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
PROVISIONING_PROFILE_SPECIFIER = ios_dist_app;
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Ecency-Bridging-Header.h";
|
||||
SWIFT_VERSION = 5.0;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
|
@ -19,7 +19,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0.12</string>
|
||||
<string>3.0.13</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
|
@ -15,10 +15,10 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0.12</string>
|
||||
<string>3.0.13</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2562</string>
|
||||
<string>2563</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -145,7 +145,6 @@ PODS:
|
||||
- nanopb/encode (1.30905.0)
|
||||
- PromisesObjC (1.2.9)
|
||||
- Protobuf (3.12.0)
|
||||
- QBImagePickerController (3.4.0)
|
||||
- RCTRequired (0.61.5)
|
||||
- RCTTypeSafety (0.61.5):
|
||||
- FBLazyVector (= 0.61.5)
|
||||
@ -398,11 +397,15 @@ PODS:
|
||||
- React
|
||||
- RNIap (3.4.15):
|
||||
- React
|
||||
- RNImageCropPicker (0.26.2):
|
||||
- QBImagePickerController
|
||||
- RNImageCropPicker (0.35.2):
|
||||
- React-Core
|
||||
- React-RCTImage
|
||||
- RSKImageCropper
|
||||
- RNImageCropPicker/QBImagePickerController (= 0.35.2)
|
||||
- TOCropViewController
|
||||
- RNImageCropPicker/QBImagePickerController (0.35.2):
|
||||
- React-Core
|
||||
- React-RCTImage
|
||||
- TOCropViewController
|
||||
- RNReanimated (1.13.2):
|
||||
- React-Core
|
||||
- RNScreens (2.10.1):
|
||||
@ -411,13 +414,13 @@ PODS:
|
||||
- React
|
||||
- RNVectorIcons (6.7.0):
|
||||
- React
|
||||
- RSKImageCropper (2.2.3)
|
||||
- SDWebImage (5.8.4):
|
||||
- SDWebImage/Core (= 5.8.4)
|
||||
- SDWebImage/Core (5.8.4)
|
||||
- SDWebImageWebPCoder (0.6.1):
|
||||
- libwebp (~> 1.0)
|
||||
- SDWebImage/Core (~> 5.7)
|
||||
- TOCropViewController (2.6.0)
|
||||
- toolbar-android (0.1.0-rc.2):
|
||||
- React
|
||||
- Yoga (1.14.0)
|
||||
@ -506,10 +509,9 @@ SPEC REPOS:
|
||||
- nanopb
|
||||
- PromisesObjC
|
||||
- Protobuf
|
||||
- QBImagePickerController
|
||||
- RSKImageCropper
|
||||
- SDWebImage
|
||||
- SDWebImageWebPCoder
|
||||
- TOCropViewController
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
appcenter-analytics:
|
||||
@ -661,7 +663,6 @@ SPEC CHECKSUMS:
|
||||
nanopb: c43f40fadfe79e8b8db116583945847910cbabc9
|
||||
PromisesObjC: b48e0338dbbac2207e611750777895f7a5811b75
|
||||
Protobuf: 2793fcd0622a00b546c60e7cbbcc493e043e9bb9
|
||||
QBImagePickerController: d54cf93db6decf26baf6ed3472f336ef35cae022
|
||||
RCTRequired: b153add4da6e7dbc44aebf93f3cf4fcae392ddf1
|
||||
RCTTypeSafety: 9aa1b91d7f9310fc6eadc3cf95126ffe818af320
|
||||
React: b6a59ef847b2b40bb6e0180a97d0ca716969ac78
|
||||
@ -701,14 +702,14 @@ SPEC CHECKSUMS:
|
||||
RNFBMessaging: 3bb7dcf398789ce359a9f6b97b83472a3090f65a
|
||||
RNGestureHandler: b6b359bb800ae399a9c8b27032bdbf7c18f08a08
|
||||
RNIap: b4c77c8bc4501203f4b743126a05da23f10f40b4
|
||||
RNImageCropPicker: 9d1a7eea4f8368fc479cbd2bf26459bd3c74d9aa
|
||||
RNImageCropPicker: 9e0bf18cf4184a846fed55747c8e622208b39947
|
||||
RNReanimated: e03f7425cb7a38dcf1b644d680d1bfc91c3337ad
|
||||
RNScreens: b748efec66e095134c7166ca333b628cd7e6f3e2
|
||||
RNSVG: 8ba35cbeb385a52fd960fd28db9d7d18b4c2974f
|
||||
RNVectorIcons: 368d6d8b8301224e5ffb6254191f4f8876c2be0d
|
||||
RSKImageCropper: a446db0e8444a036b34f3c43db01b2373baa4b2a
|
||||
SDWebImage: cf6922231e95550934da2ada0f20f2becf2ceba9
|
||||
SDWebImageWebPCoder: d0dac55073088d24b2ac1b191a71a8f8d0adac21
|
||||
TOCropViewController: 3105367e808b7d3d886a74ff59bf4804e7d3ab38
|
||||
toolbar-android: 85f3ef4d691469f2d304e7dee4bca013aa1ba1ff
|
||||
Yoga: f2a7cd4280bfe2cca5a7aed98ba0eb3d1310f18b
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>3.0.12</string>
|
||||
<string>3.0.13</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2562</string>
|
||||
<string>2563</string>
|
||||
<key>NSExtension</key>
|
||||
<dict>
|
||||
<key>NSExtensionAttributes</key>
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ecency",
|
||||
"version": "3.0.12",
|
||||
"version": "3.0.13",
|
||||
"displayName": "Ecency",
|
||||
"private": true,
|
||||
"rnpm": {
|
||||
@ -27,7 +27,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.5.5",
|
||||
"@ecency/render-helper": "^2.0.11",
|
||||
"@ecency/render-helper": "^2.0.15",
|
||||
"@esteemapp/dhive": "0.15.0",
|
||||
"@esteemapp/react-native-autocomplete-input": "^4.2.1",
|
||||
"@esteemapp/react-native-modal-popover": "^0.0.15",
|
||||
@ -74,7 +74,8 @@
|
||||
"react-native-fast-image": "^8.3.2",
|
||||
"react-native-gesture-handler": "^1.4.1",
|
||||
"react-native-iap": "3.4.15",
|
||||
"react-native-image-crop-picker": "^0.26.1",
|
||||
"react-native-image-crop-picker": "^0.35.2",
|
||||
"react-native-image-size": "^1.1.3",
|
||||
"react-native-image-zoom-viewer": "^2.2.27",
|
||||
"react-native-keyboard-aware-scroll-view": "^0.9.1",
|
||||
"react-native-linear-gradient": "^2.4.2",
|
||||
|
@ -34,22 +34,26 @@ const TagContainer = ({
|
||||
|
||||
useEffect(() => {
|
||||
let isCancelled = false;
|
||||
getCommunityTitle(value)
|
||||
.then((r) => {
|
||||
if (!isCancelled) {
|
||||
setLabel(r);
|
||||
setIsCommunity(value !== r);
|
||||
return r;
|
||||
}
|
||||
})
|
||||
.catch((e) => {
|
||||
if (!isCancelled) {
|
||||
setLabel(value);
|
||||
setIsCommunity(/^hive-\d+/.test(value));
|
||||
return value;
|
||||
}
|
||||
});
|
||||
|
||||
if (value && /^hive-\d+/.test(value)) {
|
||||
getCommunityTitle(value)
|
||||
.then((r) => {
|
||||
if (!isCancelled) {
|
||||
setLabel(r);
|
||||
setIsCommunity(value !== r);
|
||||
return r;
|
||||
}
|
||||
})
|
||||
.catch((e) => {
|
||||
if (!isCancelled) {
|
||||
setLabel(value);
|
||||
setIsCommunity(/^hive-\d+/.test(value));
|
||||
return value;
|
||||
}
|
||||
});
|
||||
} else {
|
||||
setLabel(value);
|
||||
setIsCommunity(false);
|
||||
}
|
||||
return () => {
|
||||
isCancelled = true;
|
||||
};
|
||||
|
@ -35,7 +35,7 @@ const Tag = ({
|
||||
textStyle,
|
||||
]}
|
||||
>
|
||||
{isPostCardTag ? label : value}
|
||||
{label}
|
||||
</Text>
|
||||
</View>
|
||||
</TouchableOpacity>
|
||||
|
@ -33,6 +33,7 @@ import { PostForm } from './postForm';
|
||||
import { PostHeaderDescription, PostBody, Tags } from './postElements';
|
||||
import { PostListItem } from './postListItem';
|
||||
import { ProfileSummary } from './profileSummary';
|
||||
import { ProgressiveImage } from './progressiveImage';
|
||||
|
||||
import { SearchInput } from './searchInput';
|
||||
import { SearchModal } from './searchModal';
|
||||
|
@ -7,15 +7,14 @@ export default EStyleSheet.create({
|
||||
backgroundColor: '$primaryBackgroundColor',
|
||||
},
|
||||
textWrapper: {
|
||||
flex: 1,
|
||||
fontSize: 12,
|
||||
paddingTop: 16,
|
||||
paddingBottom: 0, // On android side, textinput has default padding
|
||||
paddingHorizontal: 16,
|
||||
color: '$primaryBlack',
|
||||
backgroundColor: '$primaryBackgroundColor',
|
||||
fontFamily: '$editorFont',
|
||||
textAlignVertical: 'top',
|
||||
// fontFamily: '$editorFont',
|
||||
// textAlignVertical: 'top',
|
||||
},
|
||||
previewContainer: {
|
||||
flex: 1,
|
||||
|
@ -44,6 +44,7 @@ const MarkdownEditorView = ({
|
||||
const [text, setText] = useState(draftBody || '');
|
||||
const [selection, setSelection] = useState({ start: 0, end: 0 });
|
||||
const [editable, setEditable] = useState(true);
|
||||
const [height, setHeight] = useState(0);
|
||||
|
||||
const inputRef = useRef(null);
|
||||
const galleryRef = useRef(null);
|
||||
@ -260,7 +261,7 @@ const MarkdownEditorView = ({
|
||||
<TextInput
|
||||
multiline
|
||||
autoCorrect={true}
|
||||
autoFocus={true}
|
||||
autoFocus={isReply ? true : false}
|
||||
onChangeText={_changeText}
|
||||
onSelectionChange={_handleOnSelectionChange}
|
||||
placeholder={intl.formatMessage({
|
||||
|
@ -32,8 +32,8 @@ export default EStyleSheet.create({
|
||||
margin: 0,
|
||||
alignItems: 'center',
|
||||
alignSelf: 'center',
|
||||
height: 200,
|
||||
width: '$deviceWidth - 16',
|
||||
//height: 200,
|
||||
//width: '$deviceWidth - 16',
|
||||
borderRadius: 8,
|
||||
backgroundColor: '$primaryLightGray',
|
||||
},
|
||||
|
@ -1,8 +1,8 @@
|
||||
import React, { Component, useState, useEffect } from 'react';
|
||||
import get from 'lodash/get';
|
||||
import { TouchableOpacity, Text, View } from 'react-native';
|
||||
import FastImage from 'react-native-fast-image';
|
||||
import { TouchableOpacity, Text, View, Dimensions } from 'react-native';
|
||||
import { injectIntl } from 'react-intl';
|
||||
import ImageSize from 'react-native-image-size';
|
||||
|
||||
// Utils
|
||||
import { getTimeFromNow } from '../../../utils/time';
|
||||
@ -18,8 +18,13 @@ import { Upvote } from '../../upvote';
|
||||
import styles from './postCardStyles';
|
||||
|
||||
// Defaults
|
||||
import DEFAULT_IMAGE from '../../../assets/no_image.png';
|
||||
import NSFW_IMAGE from '../../../assets/nsfw.png';
|
||||
import ProgressiveImage from '../../progressiveImage';
|
||||
|
||||
const dim = Dimensions.get('window');
|
||||
const DEFAULT_IMAGE =
|
||||
'https://images.ecency.com/DQmT8R33geccEjJfzZEdsRHpP3VE8pu3peRCnQa1qukU4KR/no_image_3x.png';
|
||||
const NSFW_IMAGE =
|
||||
'https://images.ecency.com/DQmZ1jW4p7o5GyoqWyCib1fSLE2ftbewsMCt2GvbmT9kmoY/nsfw_3x.png';
|
||||
|
||||
const PostCardView = ({
|
||||
handleOnUserPress,
|
||||
@ -36,6 +41,7 @@ const PostCardView = ({
|
||||
}) => {
|
||||
const [rebloggedBy, setRebloggedBy] = useState(get(content, 'reblogged_by[0]', null));
|
||||
const [activeVot, setActiveVot] = useState(activeVotes);
|
||||
const [calcImgHeight, setCalcImgHeight] = useState(300);
|
||||
//console.log(activeVotes);
|
||||
// Component Functions
|
||||
|
||||
@ -62,11 +68,16 @@ const PostCardView = ({
|
||||
const _getPostImage = (content, isNsfwPost) => {
|
||||
if (content && content.image) {
|
||||
if (isNsfwPost && content.nsfw) {
|
||||
return NSFW_IMAGE;
|
||||
return { image: NSFW_IMAGE, thumbnail: NSFW_IMAGE };
|
||||
}
|
||||
return { uri: content.image, priority: FastImage.priority.high };
|
||||
//console.log(content)
|
||||
ImageSize.getSize(content.image).then((size) => {
|
||||
setCalcImgHeight((size.height / size.width) * dim.width);
|
||||
});
|
||||
return { image: content.image, thumbnail: content.thumbnail };
|
||||
} else {
|
||||
return { image: DEFAULT_IMAGE, thumbnail: DEFAULT_IMAGE };
|
||||
}
|
||||
return DEFAULT_IMAGE;
|
||||
};
|
||||
|
||||
useEffect(() => {
|
||||
@ -102,11 +113,13 @@ const PostCardView = ({
|
||||
<View style={styles.postBodyWrapper}>
|
||||
<TouchableOpacity style={styles.hiddenImages} onPress={_handleOnContentPress}>
|
||||
{!isHideImage && (
|
||||
<FastImage
|
||||
source={_image}
|
||||
resizeMode={FastImage.resizeMode.contain}
|
||||
style={styles.thumbnail}
|
||||
defaultSource={DEFAULT_IMAGE}
|
||||
<ProgressiveImage
|
||||
source={{ uri: _image.image }}
|
||||
thumbnailSource={{ uri: _image.thumbnail }}
|
||||
style={[
|
||||
styles.thumbnail,
|
||||
{ width: dim.width - 16, height: Math.min(calcImgHeight, dim.height) },
|
||||
]}
|
||||
/>
|
||||
)}
|
||||
<View style={[styles.postDescripton]}>
|
||||
|
@ -18,8 +18,8 @@ export default EStyleSheet.create({
|
||||
margin: 0,
|
||||
alignItems: 'center',
|
||||
alignSelf: 'center',
|
||||
height: 200,
|
||||
width: '$deviceWidth - 16',
|
||||
//height: 200,
|
||||
//width: '$deviceWidth - 16',
|
||||
borderRadius: 8,
|
||||
backgroundColor: '$primaryLightGray',
|
||||
// paddingVertical: 10,
|
||||
|
@ -1,8 +1,8 @@
|
||||
import React, { useRef, Fragment } from 'react';
|
||||
import React, { useRef, useState, useEffect, Fragment } from 'react';
|
||||
import ActionSheet from 'react-native-actionsheet';
|
||||
import { View, Text, TouchableOpacity } from 'react-native';
|
||||
import { View, Text, TouchableOpacity, Dimensions } from 'react-native';
|
||||
import { injectIntl } from 'react-intl';
|
||||
import FastImage from 'react-native-fast-image';
|
||||
import ImageSize from 'react-native-image-size';
|
||||
|
||||
// Utils
|
||||
import { getTimeFromNow } from '../../../utils/time';
|
||||
@ -10,13 +10,17 @@ import { getTimeFromNow } from '../../../utils/time';
|
||||
// Components
|
||||
import { PostHeaderDescription } from '../../postElements';
|
||||
import { IconButton } from '../../iconButton';
|
||||
|
||||
// Defaults
|
||||
import DEFAULT_IMAGE from '../../../assets/no_image.png';
|
||||
import ProgressiveImage from '../../progressiveImage';
|
||||
|
||||
// Styles
|
||||
import styles from './postListItemStyles';
|
||||
|
||||
// Defaults
|
||||
const DEFAULT_IMAGE =
|
||||
'https://images.ecency.com/DQmT8R33geccEjJfzZEdsRHpP3VE8pu3peRCnQa1qukU4KR/no_image_3x.png';
|
||||
|
||||
const dim = Dimensions.get('window');
|
||||
|
||||
const PostListItemView = ({
|
||||
title,
|
||||
summary,
|
||||
@ -25,6 +29,7 @@ const PostListItemView = ({
|
||||
reputation,
|
||||
created,
|
||||
image,
|
||||
thumbnail,
|
||||
handleOnPressItem,
|
||||
handleOnRemoveItem,
|
||||
id,
|
||||
@ -32,9 +37,21 @@ const PostListItemView = ({
|
||||
isFormatedDate,
|
||||
}) => {
|
||||
const actionSheet = useRef(null);
|
||||
|
||||
const [calcImgHeight, setCalcImgHeight] = useState(300);
|
||||
// Component Life Cycles
|
||||
|
||||
useEffect(() => {
|
||||
let _isMounted = false;
|
||||
if (image) {
|
||||
if (!_isMounted) {
|
||||
ImageSize.getSize(image.uri).then((size) => {
|
||||
setCalcImgHeight((size.height / size.width) * dim.width);
|
||||
});
|
||||
}
|
||||
}
|
||||
return () => {
|
||||
_isMounted = true;
|
||||
};
|
||||
}, []);
|
||||
// Component Functions
|
||||
|
||||
return (
|
||||
@ -60,7 +77,14 @@ const PostListItemView = ({
|
||||
</View>
|
||||
<View style={styles.body}>
|
||||
<TouchableOpacity onPress={() => handleOnPressItem(id)}>
|
||||
<FastImage source={image} style={styles.image} defaultSource={DEFAULT_IMAGE} />
|
||||
<ProgressiveImage
|
||||
source={image}
|
||||
thumbnailSource={thumbnail}
|
||||
style={[
|
||||
styles.thumbnail,
|
||||
{ width: dim.width - 16, height: Math.min(calcImgHeight, dim.height) },
|
||||
]}
|
||||
/>
|
||||
<View style={[styles.postDescripton]}>
|
||||
<Text style={styles.title}>{title}</Text>
|
||||
<Text style={styles.summary}>{summary}</Text>
|
||||
|
57
src/components/progressiveImage/index.js
Normal file
57
src/components/progressiveImage/index.js
Normal file
@ -0,0 +1,57 @@
|
||||
import React from 'react';
|
||||
import { View, StyleSheet, Animated } from 'react-native';
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
imageOverlay: {
|
||||
position: 'absolute',
|
||||
left: 0,
|
||||
right: 0,
|
||||
bottom: 0,
|
||||
top: 0,
|
||||
},
|
||||
container: {
|
||||
backgroundColor: '#f6f6f6',
|
||||
},
|
||||
});
|
||||
|
||||
class ProgressiveImage extends React.Component {
|
||||
thumbnailAnimated = new Animated.Value(0);
|
||||
|
||||
imageAnimated = new Animated.Value(0);
|
||||
|
||||
handleThumbnailLoad = () => {
|
||||
Animated.timing(this.thumbnailAnimated, {
|
||||
toValue: 1,
|
||||
}).start();
|
||||
};
|
||||
|
||||
onImageLoad = () => {
|
||||
Animated.timing(this.imageAnimated, {
|
||||
toValue: 1,
|
||||
}).start();
|
||||
};
|
||||
|
||||
render() {
|
||||
const { thumbnailSource, source, style, ...props } = this.props;
|
||||
|
||||
return (
|
||||
<View style={styles.container}>
|
||||
<Animated.Image
|
||||
{...props}
|
||||
source={thumbnailSource}
|
||||
style={[style, { opacity: this.thumbnailAnimated }]}
|
||||
onLoad={this.handleThumbnailLoad}
|
||||
blurRadius={1}
|
||||
/>
|
||||
<Animated.Image
|
||||
{...props}
|
||||
source={source}
|
||||
style={[styles.imageOverlay, { opacity: this.imageAnimated }, style]}
|
||||
onLoad={this.onImageLoad}
|
||||
/>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
export default ProgressiveImage;
|
@ -159,7 +159,7 @@ const SideMenuView = ({
|
||||
<View
|
||||
style={[
|
||||
styles.userInfoWrapper,
|
||||
currentAccount.display_name && { alignSelf: 'flex-end' },
|
||||
currentAccount.display_name && { alignSelf: 'flex-start' },
|
||||
]}
|
||||
>
|
||||
{currentAccount.display_name && (
|
||||
|
@ -87,23 +87,22 @@ class UpvoteContainer extends PureComponent {
|
||||
const quote = get(globalProps, 'quote', 0);
|
||||
const sbdPrintRate = get(globalProps, 'sbdPrintRate', 0);
|
||||
const SBD_PRINT_RATE_MAX = 10000;
|
||||
const percent_steem_dollars =
|
||||
(content.percent_hbd || content.percent_steem_dollars || 10000) / 20000;
|
||||
const percent_steem_dollars = (content.percent_hbd || 10000) / 20000;
|
||||
|
||||
const pending_payout_sbd = pendingPayout * percent_steem_dollars;
|
||||
const pending_payout_hbd = pendingPayout * percent_steem_dollars;
|
||||
const price_per_steem = base / quote;
|
||||
|
||||
const pending_payout_sp = (pendingPayout - pending_payout_sbd) / price_per_steem;
|
||||
const pending_payout_printed_sbd = pending_payout_sbd * (sbdPrintRate / SBD_PRINT_RATE_MAX);
|
||||
const pending_payout_printed_steem =
|
||||
(pending_payout_sbd - pending_payout_printed_sbd) / price_per_steem;
|
||||
const pending_payout_hp = (pendingPayout - pending_payout_hbd) / price_per_steem;
|
||||
const pending_payout_printed_hbd = pending_payout_hbd * (sbdPrintRate / SBD_PRINT_RATE_MAX);
|
||||
const pending_payout_printed_hive =
|
||||
(pending_payout_hbd - pending_payout_printed_hbd) / price_per_steem;
|
||||
|
||||
const breakdownPayout =
|
||||
pending_payout_printed_sbd.toFixed(3) +
|
||||
pending_payout_printed_hbd.toFixed(3) +
|
||||
' HBD, ' +
|
||||
pending_payout_printed_steem.toFixed(3) +
|
||||
pending_payout_printed_hive.toFixed(3) +
|
||||
' HIVE, ' +
|
||||
pending_payout_sp.toFixed(3) +
|
||||
pending_payout_hp.toFixed(3) +
|
||||
' HP';
|
||||
|
||||
return (
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Tamah akun",
|
||||
"logout": "Teubit",
|
||||
"cancel": "Batëu",
|
||||
"logout_text": "Peu betoi neu teubit?"
|
||||
"logout_text": "Peu betoi neu teubit?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Tamöeng untuk seusuaikan haba deuh bak dröen",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Pasöe gunci untuk buka",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Pëuingat",
|
||||
"invalid_pincode": "Salah pin, cie neu test loëm.",
|
||||
"remove_alert": "Peu yakin neuk sampóh?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "إضافة حساب",
|
||||
"logout": "تسجيل الخروج",
|
||||
"cancel": "إلغاء",
|
||||
"logout_text": "هل أنت متأكد أنك تريد تسجيل الخروج؟"
|
||||
"logout_text": "هل أنت متأكد أنك تريد تسجيل الخروج؟",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "تسجيل الدخول لتخصيص خلاصتك",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "أدخل الرقم السري للفتح",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "تحذير",
|
||||
"invalid_pincode": "الرقم السري غير صالح، يرجى التحقق والمحاولة مرة أخرى.",
|
||||
"remove_alert": "هل أنت متأكد تريد الإزالة؟",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Hesab Əlavə et",
|
||||
"logout": "Çıxış",
|
||||
"cancel": "İmtina",
|
||||
"logout_text": "Çıxış etmək istədiyinə əminsən?"
|
||||
"logout_text": "Çıxış etmək istədiyinə əminsən?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Axınını özəlləşdirmək üçün giriş et",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "Bloqum",
|
||||
"my_communities": "Cəmiyyətlərim",
|
||||
"top_communities": "Başlıca Cəmiyyətlər"
|
||||
"top_communities": "Başlıca Cəmiyyətlər",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Kilidi açmaq üçün PIN-i daxil et",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Xəbərdarlıq",
|
||||
"invalid_pincode": "Etibarsız PIN kod, zəhmət olmasa yoxlayıb yenidən sınayın.",
|
||||
"remove_alert": "Çıxarmaq istədiyinizə əminsiniz?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Təkrar paylaşmaq istədiyinizə əminsiniz?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Добавяне на профил",
|
||||
"logout": "Изход",
|
||||
"cancel": "Отказ",
|
||||
"logout_text": "Сигурни ли сте, че искате да излезете?"
|
||||
"logout_text": "Сигурни ли сте, че искате да излезете?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Влезте, за да персонализирате вашите постове",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Вкарай Пин-код за отключване",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Добавено в любими!",
|
||||
"success_unfavorite": "Прамахнат от любими!",
|
||||
"success_follow": "Последван успешно!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Заглушаване успешно!",
|
||||
"success_unmute": "Заглушаване премахнато успешно!",
|
||||
"success_unfollow": "Отказ от следване!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Внимание",
|
||||
"invalid_pincode": "Невалиден Пин-код,провери и опитай отново.",
|
||||
"remove_alert": "Сигорни ли сте за премахването?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Невалидна снимка,опитайте различен файл",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Сигорни ли сте,че искате да споделите?",
|
||||
@ -527,7 +538,16 @@
|
||||
"more_replies": "още отговори"
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Други",
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Общности",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "Нова публикация",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "একাউন্ট যোগ করুন",
|
||||
"logout": "লগআউট",
|
||||
"cancel": "বাতিল করুন",
|
||||
"logout_text": "আপনি কি নিশ্চিতভাবে লগআউট করতে চান?"
|
||||
"logout_text": "আপনি কি নিশ্চিতভাবে লগআউট করতে চান?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "আপনার ফিডটি কাস্টমাইজ করতে লগইন করুন",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "বিকল্পগুলি",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "পছন্দ যোগ হয়েছে",
|
||||
"success_unfavorite": "পছন্দ সরানো হয়েছে",
|
||||
"success_follow": "সাফল্য অনুসরণ করুন!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "নিঃশব্দ সাফল্য !",
|
||||
"success_unmute": "সাবলীল সাফল্য!",
|
||||
"success_unfollow": "সাফল্য অনুসরণ!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "সতর্কতা",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "ইনভ্যালিড চিত্র, ভিন্ন ফাইল চেষ্টা করুন",
|
||||
"something_wrong": "কিছু ভুল হয়েছে",
|
||||
"something_wrong_alt": "চেষ্টা করুন https://ecency.com",
|
||||
"something_wrong_reload": "রিলোড"
|
||||
"something_wrong_reload": "রিলোড",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "আপনি কি নিশ্চিত যে আপনি পুনরায় ব্লগ করতে চান?",
|
||||
@ -527,7 +538,16 @@
|
||||
"more_replies": "আরও উত্তর"
|
||||
},
|
||||
"search_result": {
|
||||
"others": "অন্যান্য",
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "কমিউনিটি",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "নতুন পোস্ট",
|
||||
"community": "কমিউনিটি",
|
||||
"details": "বিস্তারিত"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -2,11 +2,11 @@
|
||||
"wallet": {
|
||||
"curation_reward": "Kuratoren-Belohnung",
|
||||
"author_reward": "Autoren-Belohnung",
|
||||
"comment_benefactor_reward": "Benefactor Reward",
|
||||
"claim_reward_balance": "Claim Reward ",
|
||||
"comment_benefactor_reward": "Belohnung für den Gönner",
|
||||
"claim_reward_balance": "Belohnung abholen ",
|
||||
"transfer": "Überweisen",
|
||||
"transfer_to_vesting": "To Vesting",
|
||||
"transfer_from_savings": "From Savings",
|
||||
"transfer_from_savings": "aus den Ersparnissen",
|
||||
"withdraw_vesting": "Power-Down",
|
||||
"fill_order": "Order ausgeführt",
|
||||
"post": "Beitrag",
|
||||
@ -21,34 +21,34 @@
|
||||
"delegation": "Delegation",
|
||||
"delegations": "Delegationen",
|
||||
"delegation_title": "Delegations-Belohnung",
|
||||
"delegation_desc": "Earn Points everyday for delegation",
|
||||
"delegation_desc": "Erhalte jeden Tag Punkte für die Delegation",
|
||||
"post_title": "Punkte für einen Beitrag",
|
||||
"comment_title": "Punkte für einen Kommentar",
|
||||
"vote_title": "Punkte für einen Vote",
|
||||
"reblog_title": "Punkte für einen ReBlog",
|
||||
"login_title": "Punkte für den Login",
|
||||
"checkin_title": "Punkte für den Herzschlag",
|
||||
"referral": "Referral",
|
||||
"referral_title": "Referral rewards",
|
||||
"referral": "Empfehlung",
|
||||
"referral_title": "Empfehlungsprämien",
|
||||
"referral_desc": "Freunde einladen und Punkte verdienen",
|
||||
"checkin_extra_title": "Nutzungs-Bonus",
|
||||
"no_activity": "Keine kürzliche Aktivität",
|
||||
"outgoing_transfer_description": "",
|
||||
"incoming_transfer_description": "",
|
||||
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
|
||||
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
|
||||
"checkin_desc": "Checking in regularly gives you 0.25 points.",
|
||||
"post_desc": "Du bekommst Punkte durch regelmäßiges Posten. Ein Beitrag bringt Dir bis zu 15 Punkte.",
|
||||
"comment_desc": "Jedes Kommentar hilft Dir Deine Leserschaft zu erweitern. Außerdem bekommst Du bis zu 5 Punkte je Kommentar.",
|
||||
"checkin_desc": "Für regelmäßiges Einchecken erhälst Du 0.25 Punkte.",
|
||||
"vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
|
||||
"reblog_desc": "Share what post you like with your friends and earn points.",
|
||||
"login_desc": "When you login into app first time you earn 100 points.",
|
||||
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
|
||||
"reblog_desc": "Teile einen Beitrag, den du magst mit deinen Freunden und erhalte Punkt.",
|
||||
"login_desc": "Wenn Du Dich das erste Mal in die App einloggst, bekommst Du 100 Punkte.",
|
||||
"checkin_extra_desc": "Die regelmäßige Nutzung der App gibt dir mehr Chancen, weitere Punkte zu bekommen. Sei aktiv und verdiene mehr.",
|
||||
"dropdown_transfer": "Geschenk",
|
||||
"dropdown_promote": "Bewerben",
|
||||
"dropdown_boost": "Boost",
|
||||
"from": "Von",
|
||||
"to": "zu",
|
||||
"estimated_value_desc": "According to purchase value",
|
||||
"estimated_value": "Estimated value",
|
||||
"estimated_value_desc": "Je nach Kaufwert",
|
||||
"estimated_value": "Schätzwert",
|
||||
"estimated_amount": "Vote Wert",
|
||||
"amount_information": "Ziehe den Slider, um den Wert zu definieren",
|
||||
"amount": "Betrag",
|
||||
@ -59,68 +59,68 @@
|
||||
"to_placeholder": "Benutzername",
|
||||
"memo_placeholder": "Hier dein Memo eingeben",
|
||||
"transfer_token": "Überweisen",
|
||||
"purchase_estm": "GET POINTS",
|
||||
"points": "Gift Points to someone",
|
||||
"transfer_to_saving": "To Saving",
|
||||
"purchase_estm": "POINTS ERHALTEN",
|
||||
"points": "Schenke jemanden Punkte",
|
||||
"transfer_to_saving": "zu den Ersparnissen",
|
||||
"powerUp": "Power Up",
|
||||
"withdraw_to_saving": "Withdraw Saving",
|
||||
"steemconnect_title": "Hivesigner Transfer",
|
||||
"withdraw_to_saving": "Ersparnisse lösen",
|
||||
"steemconnect_title": "Hivesigner-Transfer",
|
||||
"next": "WEITER",
|
||||
"delegate": "Delegieren",
|
||||
"power_down": "Power-Down",
|
||||
"withdraw_steem": "Withdraw HIVE",
|
||||
"withdraw_sbd": "Withdraw HBD",
|
||||
"transfer_to_savings": "To Savings",
|
||||
"withdraw_steem": "HIVE auszahlen",
|
||||
"withdraw_sbd": "HBD auszahlen",
|
||||
"transfer_to_savings": "zu den Ersparnissen",
|
||||
"convert": "Umwandeln",
|
||||
"escrow_transfer": "Escrow Transfer",
|
||||
"escrow_dispute": "Escrow Dispute",
|
||||
"escrow_release": "Escrow Release",
|
||||
"escrow_approve": "Escrow Approve",
|
||||
"cancel_transfer_from_savings": "Cancel From Savings",
|
||||
"cancel_transfer_from_savings": "Abbrechen",
|
||||
"delegate_vesting_shares": "Delegation",
|
||||
"fill_convert_request": "Convert Executed",
|
||||
"fill_transfer_from_savings": "Savings Executed",
|
||||
"fill_vesting_withdraw": "PowerDown executed",
|
||||
"fill_convert_request": "Konvertieren ausgeführt",
|
||||
"fill_transfer_from_savings": "Sparen ausgeführt",
|
||||
"fill_vesting_withdraw": "Powerdown ausgeführt",
|
||||
"estm": {
|
||||
"title": "eSteem Punkte",
|
||||
"buy": "GET POINTS"
|
||||
"buy": "PUNKTE ERHALTEN"
|
||||
},
|
||||
"savingsteem": {
|
||||
"title": "HIVE Savings"
|
||||
"title": "HIVE Ersparnisse"
|
||||
},
|
||||
"savingsbd": {
|
||||
"title": "HBD Savings"
|
||||
"title": "HBD Ersparnisse"
|
||||
},
|
||||
"steem": {
|
||||
"title": "HIVE",
|
||||
"buy": "GET HIVE"
|
||||
"buy": "HIVE BEKOMMEN"
|
||||
},
|
||||
"sbd": {
|
||||
"title": "HBD",
|
||||
"buy": "GET HBD"
|
||||
"buy": "HBD BEKOMMEN"
|
||||
},
|
||||
"steem_power": {
|
||||
"title": "HIVE POWER"
|
||||
},
|
||||
"btc": {
|
||||
"title": "BTC",
|
||||
"buy": "GET BTC",
|
||||
"address": "RECEIVE"
|
||||
"buy": "BTC BEKOMMEN",
|
||||
"address": "ERHALTEN"
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"vote": "voted",
|
||||
"unvote": "unvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"vote": "abgestimmt",
|
||||
"unvote": "nicht abgestimmt",
|
||||
"reply": "hat geantwortet auf",
|
||||
"mention": "erwähnt in",
|
||||
"follow": "folgt dir jetzt",
|
||||
"unfollow": "folgt dir nicht mehr",
|
||||
"ignore": "ignoriert dich",
|
||||
"reblog": "reblogged",
|
||||
"transfer": "transferred",
|
||||
"spin": "Time to earn more Points",
|
||||
"inactive": "Be active! Write a post, continue earning",
|
||||
"referral": "joined with your referral, welcome them",
|
||||
"reblog": "geteilt",
|
||||
"transfer": "überwiesen",
|
||||
"spin": "Zeit mehr Punkte zu verdienen",
|
||||
"inactive": "Sei aktiv! Schreibe einen Beitrag, verdiene weiter",
|
||||
"referral": "ist mit Deiner Empfehlung beigetreten. Sende eine Wilkommensnachricht",
|
||||
"notification": "Benachrichtigungen",
|
||||
"leaderboard": "Rangliste",
|
||||
"epoint": "eSteem Punkte",
|
||||
@ -130,16 +130,16 @@
|
||||
"this_week": "Diese Woche",
|
||||
"this_month": "Diesen Monat",
|
||||
"older_then": "Älter als ein Monat",
|
||||
"activities": "All",
|
||||
"activities": "Alle",
|
||||
"replies": "Antworten",
|
||||
"mentions": "Mentions",
|
||||
"mentions": "Erwähnungen",
|
||||
"reblogs": "Reblogs",
|
||||
"noactivity": "No recent activity"
|
||||
"noactivity": "Keine kürzlichen Aktivitäten"
|
||||
},
|
||||
"leaderboard": {
|
||||
"daily": "DAILY",
|
||||
"weekly": "WEEKLY",
|
||||
"monthly": "MONTHLY"
|
||||
"daily": "TÄGLICH",
|
||||
"weekly": "WÖCHENTLICH",
|
||||
"monthly": "MONATLICH"
|
||||
},
|
||||
"messages": {
|
||||
"comingsoon": "Nachrichten-Feature ist bald verfügbar!"
|
||||
@ -158,15 +158,15 @@
|
||||
"hours": "Stunden",
|
||||
"voting_power": "Voting-Power",
|
||||
"login_to_see": "Login",
|
||||
"follow_people": "Follow some people to fill your feed",
|
||||
"follow_communities": "Join some communities to fill your feed",
|
||||
"follow_people": "Folge ein paar Leuten, um Deinen Feed mit Leben zu füllen",
|
||||
"follow_communities": "Trete ein paar Communities bei, um Deinen Feed mit Leben zu füllen",
|
||||
"havent_commented": "hat bisher nichts kommentiert",
|
||||
"havent_posted": "hat bisher noch keine Beiträge veröffentlicht",
|
||||
"steem_power": "Hive Power",
|
||||
"steem_power": "HIVE Power",
|
||||
"next_power_text": "Nächster Power Down ist in",
|
||||
"days": "Tagen",
|
||||
"day": "Tag",
|
||||
"steem_dollars": "Hive Dollars",
|
||||
"steem_dollars": "HIVE Dollars",
|
||||
"savings": "Gesichert",
|
||||
"edit": {
|
||||
"display_name": "Anzeige Name",
|
||||
@ -213,35 +213,35 @@
|
||||
},
|
||||
"login": {
|
||||
"signin": "Anmelden",
|
||||
"signup": "JOIN NOW",
|
||||
"signin_title": "To get all the benefits of using Ecency",
|
||||
"signup": "JETZT ANMELDEN",
|
||||
"signin_title": "Um alle Vorteile von Ecency zu erhalten",
|
||||
"username": "Benutzername",
|
||||
"password": "Passwort oder WIF",
|
||||
"description": "By signing in, you agree to our Terms of Services and Privacy Policies.",
|
||||
"description": "Wenn du dich anmeldest, stimmst du unseren Nutzungsbedingungen & und Datenschutzrichtlinien zu.",
|
||||
"cancel": "Abbrechen",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Hivesigner.",
|
||||
"steemconnect_description": "Wenn du dein Passwort nicht verschlüsselt auf deinem Gerät gespeichert haben möchtest, kannst du Hivesigner verwenden.",
|
||||
"steemconnect_fee_description": "info"
|
||||
},
|
||||
"register": {
|
||||
"button": "Sign Up",
|
||||
"button": "Registrieren",
|
||||
"title": "Registrieren",
|
||||
"username": "Pick a username",
|
||||
"mail": "Enter your email address",
|
||||
"ref_user": "Referred user (Optional)",
|
||||
"500_error": "Your request could not be processed, signup queue is likely full! Try again in few minutes...",
|
||||
"title_description": "One account to manage everything",
|
||||
"form_description": "By signing up with us, you agree to our Terms of Service and Privacy Policies."
|
||||
"username": "Wähle einen Benutzernamen",
|
||||
"mail": "E-Mail Adresse eingeben",
|
||||
"ref_user": "Empfohlener Benutzer (optional)",
|
||||
"500_error": "Ihre Anfrage konnte nicht verarbeitet werden, die Anmeldewarteschlange ist wahrscheinlich voll! Versuchen Sie es in wenigen Minuten noch einmal...",
|
||||
"title_description": "Ein Konto um alles zu verwalten",
|
||||
"form_description": "Wenn du dich registrierst, stimmst du unseren Nutzungsbedingungen & und Datenschutzrichtlinien zu."
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
"popular": "Populär",
|
||||
"top": "Top",
|
||||
"hot": "Hot",
|
||||
"new": "New",
|
||||
"new": "Neu",
|
||||
"blog": "Blog",
|
||||
"posts": "Beiträge",
|
||||
"friends": "Friends",
|
||||
"friends": "Freunde",
|
||||
"communities": "Communities"
|
||||
},
|
||||
"side_menu": {
|
||||
@ -255,7 +255,10 @@
|
||||
"add_account": "Konto hinzufügen",
|
||||
"logout": "Abmelden",
|
||||
"cancel": "Abbrechen",
|
||||
"logout_text": "Bist du sicher, dass du dich ausloggen möchtest?"
|
||||
"logout_text": "Bist du sicher, dass du dich ausloggen möchtest?",
|
||||
"create_a_new_account": "Neues Konto erstellen",
|
||||
"add_an_existing_account": "Bestehendes Konto hinzufügen",
|
||||
"accounts": "Konten"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login, um den Feed anzupassen",
|
||||
@ -269,32 +272,33 @@
|
||||
},
|
||||
"editor": {
|
||||
"title": "Titel",
|
||||
"tags": "Tags (separate with space)",
|
||||
"default_placeholder": "Tell us something...",
|
||||
"reply_placeholder": "Add your reply...",
|
||||
"tags": "Tags (durch Leerzeichen getrennt)",
|
||||
"default_placeholder": "Erzähle uns etwas...",
|
||||
"reply_placeholder": "Antwort hinzufügen...",
|
||||
"publish": "Veröffentlichen",
|
||||
"reply": "Antworten",
|
||||
"open_gallery": "Galerie öffnen",
|
||||
"capture_photo": "Ein Foto aufnehmen",
|
||||
"limited_tags": "Only 10 tags allowed, remove some",
|
||||
"limited_length": "Maximum length of each tag should be 24",
|
||||
"limited_dash": "Use one dash in each tag",
|
||||
"limited_space": "Use space to separate tags",
|
||||
"limited_lowercase": "Only use lower letters in tag",
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_beneficiary": "Beneficiary",
|
||||
"reward_default": "Default 50% / 50%",
|
||||
"reward_power_up": "Power Up 100%",
|
||||
"reward_decline": "Decline Payout",
|
||||
"beneficiaries": "Beneficiaries",
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"limited_tags": "Es sind nur 10 Tags erlaubt. Bitte entferne ein paar",
|
||||
"limited_length": "Tags dürfne nur 24 Zeichen lang sein",
|
||||
"limited_dash": "Maximal ein Bindestrich je Tag",
|
||||
"limited_space": "Benutze Leerzeichen, um Tags zu trennen",
|
||||
"limited_lowercase": "Tags müssen klein geschrieben sein",
|
||||
"limited_characters": "Verwende nur Kleinbuchstaben, Ziffern und max. einen Bindestrich",
|
||||
"limited_firstchar": "Tags müssen mit einem Buchstaben beginnen",
|
||||
"limited_lastchar": "Tags müssen mit einem Buchstaben oder einer Zahl enden",
|
||||
"setting_schedule": "Geplante Zeit",
|
||||
"setting_reward": "Belohnung",
|
||||
"setting_beneficiary": "Begünstigter",
|
||||
"reward_default": "Standard 50% / 50%",
|
||||
"reward_power_up": "100% Power-Up",
|
||||
"reward_decline": "Auf die Auszahlung verzichten",
|
||||
"beneficiaries": "Begünstigte",
|
||||
"options": "Optionen",
|
||||
"my_blog": "Mein Blog",
|
||||
"my_communities": "Meine Communitys",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "PIN zum Entsperren eingeben",
|
||||
@ -310,19 +314,25 @@
|
||||
"fail": "Fehlgeschlagen!",
|
||||
"move": "Verschieben",
|
||||
"move_question": "Bist du sicher, dass du zu Entwürfen wechseln möchtest?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_shared": "Erfolgreich! Beitrag erstellt!",
|
||||
"success_moved": "Erfolgreich in Entwürfe verschoben",
|
||||
"permission_denied": "Berechtigung verweigert",
|
||||
"permission_text": "Please, go to phone Settings and change Ecency app permissions.",
|
||||
"key_warning": "Operation requires active key or master password, please relogin!",
|
||||
"permission_text": "Bitte gehe zu den Telefoneinstellungen und ändere die Berechtigungen der Ecency App.",
|
||||
"key_warning": "Operation erfordert den Active Key oder das Master-Passwort, bitte neu anmelden!",
|
||||
"success_rebloged": "Geteilt!",
|
||||
"already_rebloged": "Du hast bereits geteilt!",
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"success_favorite": "Favorit hinzugefügt!",
|
||||
"success_unfavorite": "Favorit entfernt!",
|
||||
"success_follow": "Erfolgreich gefolgt!",
|
||||
"fail_follow": "Folgen fehlgeschlagen!",
|
||||
"success_subscribe": "Erfolgreich abonniert!",
|
||||
"fail_subscribe": "Abonnieren fehlgeschlagen!",
|
||||
"success_leave": "Verlassen erfolgreich!",
|
||||
"fail_leave": "Verlassen fehlgeschlagen!",
|
||||
"success_mute": "Stummschalten erfolgreich!",
|
||||
"success_unmute": "Deaktivieren der Stummschaltung erfolgreich!",
|
||||
"success_unfollow": "Erfolgreich entfolgt!",
|
||||
"fail_unfollow": "Entfolgen fehlgeschlagen!",
|
||||
"warning": "Warnung",
|
||||
"invalid_pincode": "Ungültiger PIN-Code, bitte überprüfen und erneut versuchen.",
|
||||
"remove_alert": "Bist du sicher, dass du es entfernen möchtest?",
|
||||
@ -338,35 +348,36 @@
|
||||
"same_user": "Dieser User ist bereits in der Liste eingetragen.",
|
||||
"unknow_error": "Es ist ein Fehler aufgetreten",
|
||||
"error": "Fehler",
|
||||
"fetch_error": "Connection issue, change server and restart",
|
||||
"fetch_error": "Verbindungsproblem, Server ändern und neu starten",
|
||||
"connection_fail": "Verbindung fehlgeschlagen!",
|
||||
"connection_success": "Erfolgreich verbunden!",
|
||||
"checking": "Wird überprüft...",
|
||||
"external_link": "Im Browser öffnen",
|
||||
"not_existing_post": "Der Beitrag existiert nicht! Bitte überprüfe den Permalink und den Autor.",
|
||||
"google_play_version": "Wir haben festgestellt, dass dein Gerät eine alte Version von Google Play hat. Bitte aktualisiere die Google Play-Dienste und versuche es erneut!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
"payloadTooLarge": "File size too big, please resize or upload smaller image",
|
||||
"qoutaExceeded": "Upload quota exceeded",
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"rc_down": "Nicht genug Ressourcen-Credits, um eine Aktion auszuführen! \n\nBooste Deinen Account, um weiter zu genießen. Möchtest Du Deinen Account jetzt boosten?",
|
||||
"payloadTooLarge": "Maximale Dateigröße überschritten. Bitte verkleinern oder kleineres Bild hochladen",
|
||||
"qoutaExceeded": "Mengenkontingent überschritten",
|
||||
"invalidImage": "Ungültiges Bild, versuchen Sie eine andere Datei",
|
||||
"something_wrong": "Etwas ist schief gelaufen.",
|
||||
"something_wrong_alt": "Probiere https://ecency.com",
|
||||
"something_wrong_reload": "Aktualisieren",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Möchtest du diesen Beitrag wirklich teilen?",
|
||||
"removed_hint": "Content is not available",
|
||||
"copy_link": "Copy link",
|
||||
"removed_hint": "Inhalt nicht verfügbar",
|
||||
"copy_link": "Link kopieren",
|
||||
"reblogged": "rebloggt von",
|
||||
"sponsored": "Gesponsert",
|
||||
"open_thread": "Open thread",
|
||||
"image": "Image",
|
||||
"open_thread": "Thread eröffnen",
|
||||
"image": "Bild",
|
||||
"link": "Link",
|
||||
"gallery_mode": "Gallery mode",
|
||||
"save_to_local": "Download to device",
|
||||
"image_saved": "Image saved to Photo Gallery",
|
||||
"image_saved_error": "Error Saving Image",
|
||||
"wrong_link": "Wrong link"
|
||||
"gallery_mode": "Galerie-Modus",
|
||||
"save_to_local": "Auf Gerät herunterladen",
|
||||
"image_saved": "Bild in Galerie gespeichert",
|
||||
"image_saved_error": "Fehler beim Speichern des Bildes",
|
||||
"wrong_link": "Falscher Link"
|
||||
},
|
||||
"drafts": {
|
||||
"title": "Entwürfe",
|
||||
@ -391,7 +402,7 @@
|
||||
"add": "Neues Lesezeichen"
|
||||
},
|
||||
"report": {
|
||||
"added": "Reported objectionable content"
|
||||
"added": "Gemeldeter anstößiger Inhalt"
|
||||
},
|
||||
"favorites": {
|
||||
"title": "Favoriten",
|
||||
@ -404,7 +415,7 @@
|
||||
"invalid_username": "Ungültiger Username, bitte überprüfen und erneut versuchen",
|
||||
"already_logged": "Du bist bereits eingeloggt. Bitte versuche ein anderes Konto hinzuzufügen",
|
||||
"invalid_credentials": "Ungültige Zugangsdaten, bitte überprüfen und erneut versuchen",
|
||||
"unknow_error": "Unknown error, please write to support@ecency.com"
|
||||
"unknow_error": "Unbekannter Fehler! Bitte kontaktiere uns unter support@ecency.com"
|
||||
},
|
||||
"payout": {
|
||||
"potential_payout": "Potenzielle Auszahlung",
|
||||
@ -412,8 +423,8 @@
|
||||
"author_payout": "Autoren-Auszahlung",
|
||||
"curation_payout": "Kuratoren-Auszahlung",
|
||||
"payout_date": "Auszahlung",
|
||||
"beneficiaries": "Beneficiaries",
|
||||
"warn_zero_payout": "Amount must reach $0.02 for payout",
|
||||
"beneficiaries": "Begünstigte",
|
||||
"warn_zero_payout": "Betrag muss $0.02 für die Auszahlung erreichen",
|
||||
"breakdown": "Breakdown"
|
||||
},
|
||||
"post_dropdown": {
|
||||
@ -424,7 +435,7 @@
|
||||
"bookmarks": "Lesezeichen hinzufügen",
|
||||
"promote": "Promote",
|
||||
"boost": "Boost",
|
||||
"report": "report"
|
||||
"report": "Melden"
|
||||
},
|
||||
"deep_link": {
|
||||
"no_existing_user": "Kein vorhandener Benutzer",
|
||||
@ -438,7 +449,7 @@
|
||||
"trending": "TOP",
|
||||
"reputation": "REPUTATION",
|
||||
"votes": "VOTE",
|
||||
"age": "AGE",
|
||||
"age": "ALTER",
|
||||
"top": "TOP",
|
||||
"time": "ZEIT"
|
||||
},
|
||||
@ -451,55 +462,55 @@
|
||||
"information": "Bist du sicher, dass du Geld überweisen willst?",
|
||||
"amount_desc": "Kontostand",
|
||||
"memo_desc": "Dieses Memo ist öffentlich",
|
||||
"convert_desc": "Convert takes 3.5 days and NOT recommended IF HBD price is higher than $1",
|
||||
"convert_desc": "Konvertieren dauert 3,5 Tage. NICHT zu empfehlen, wenn HBD-Preis höher als $1 ist.",
|
||||
"to_placeholder": "Benutzername",
|
||||
"memo_placeholder": "Hier dein Memo eingeben",
|
||||
"transfer_token": "Überweisen",
|
||||
"purchase_estm": "Purchase Points",
|
||||
"convert": "Convert HBD to HIVE",
|
||||
"points": "Gift Points to someone",
|
||||
"purchase_estm": "Punkte kaufen",
|
||||
"convert": "HBD in HIVE umwandeln",
|
||||
"points": "Schenke jemandem Punkte",
|
||||
"transfer_to_saving": "Zum Sparkonto überweisen",
|
||||
"powerUp": "Power Up",
|
||||
"withdraw_to_saving": "Auszahlung in den Tresor",
|
||||
"steemconnect_title": "Hivesigner Transfer",
|
||||
"estimated_weekly": "Estimated Weekly",
|
||||
"destination_accounts": "Destination Accounts",
|
||||
"stop_information": "Are you sure want to stop?",
|
||||
"percent": "Percent",
|
||||
"auto_vests": "Auto Vests",
|
||||
"save": "SAVE",
|
||||
"percent_information": "Percent info",
|
||||
"steemconnect_title": "Hivesigner-Transfer",
|
||||
"estimated_weekly": "Geschätzt wöchentlich",
|
||||
"destination_accounts": "Zielkonten",
|
||||
"stop_information": "Möchtest du wirklich abbrechen?",
|
||||
"percent": "Prozent",
|
||||
"auto_vests": "Auto-Vests",
|
||||
"save": "SPEICHERN",
|
||||
"percent_information": "Prozent Info",
|
||||
"next": "WEITER",
|
||||
"delegate": "Delegieren",
|
||||
"power_down": "Power-Down",
|
||||
"withdraw_steem": "Withdraw HIVE",
|
||||
"withdraw_sbd": "Withdraw HIVE Dollar",
|
||||
"incoming_funds": "Incoming Funds",
|
||||
"withdraw_steem": "HIVE auszahlen",
|
||||
"withdraw_sbd": "HIVE Dollar auszahlen",
|
||||
"incoming_funds": "Eingehend",
|
||||
"stop": "Stop",
|
||||
"address_view": "View address"
|
||||
"address_view": "Adresse anzeigen"
|
||||
},
|
||||
"boost": {
|
||||
"title": "Get Points",
|
||||
"buy": "GET Points",
|
||||
"title": "Punkte erhalten",
|
||||
"buy": "Punkte erhalten",
|
||||
"next": "WEITER",
|
||||
"account": {
|
||||
"title": "Get Account Boost",
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
"title": "Konto-Boost erhalten",
|
||||
"desc": "Eine 30 Tage Delegation wird Deine Votes und sozialen Aktivitäten boosten und Dir mehr Aktionen mit mehr Ressource-Credits geben."
|
||||
}
|
||||
},
|
||||
"free_estm": {
|
||||
"title": "Free Points",
|
||||
"title": "Kostenlose Punkte",
|
||||
"button": "SPIN & WIN",
|
||||
"get_spin": "5 SPINS",
|
||||
"spin_right": "Spin Left",
|
||||
"timer_text": "Next free spin in"
|
||||
"spin_right": "Links drehen",
|
||||
"timer_text": "Nächster freier Spin in"
|
||||
},
|
||||
"promote": {
|
||||
"title": "Bewerben",
|
||||
"days": "Tage",
|
||||
"user": "Benutzer",
|
||||
"permlink": "Beitrag",
|
||||
"permlinkPlaceholder": "username/permlink",
|
||||
"permlinkPlaceholder": "benutzername/permlink",
|
||||
"information": "Bist du sicher, das du promoten möchtest?"
|
||||
},
|
||||
"boostPost": {
|
||||
@ -515,37 +526,46 @@
|
||||
},
|
||||
"dsteem": {
|
||||
"date_error": {
|
||||
"device_time": "Your device time;",
|
||||
"current_time": "Current time;",
|
||||
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
|
||||
"device_time": "Lokale Gerätezeit;",
|
||||
"current_time": "Aktuelle Zeit;",
|
||||
"information": "Wir haben festgestellt, dass Dein Gerät ein falsches Datum oder eine falsche Zeit hat. Bitte korrigiere Datum & Zeit oder setze sie auf \"automatisch ermitteln\" und versuche es erneut."
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"title": "Kommentare",
|
||||
"reveal_comment": "Reveal comment",
|
||||
"read_more": "Read more comments",
|
||||
"more_replies": "more replies"
|
||||
"reveal_comment": "Kommentar anzeigen",
|
||||
"read_more": "Weitere Kommentare",
|
||||
"more_replies": "weitere Antworten"
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
"unsubscribe": "Leave",
|
||||
"subscribers": "Members",
|
||||
"posters": "Posters",
|
||||
"subscribe": "Beitreten",
|
||||
"unsubscribe": "Austreten",
|
||||
"subscribers": "Mitglieder",
|
||||
"posters": "Autoren",
|
||||
"posts": "Beiträge"
|
||||
},
|
||||
"communities_filter": {
|
||||
"my": "My Communities",
|
||||
"rank": "Rank",
|
||||
"subs": "Members",
|
||||
"new": "New"
|
||||
"my": "Meine Communitys",
|
||||
"rank": "Rang",
|
||||
"subs": "Mitglieder",
|
||||
"new": "Neu"
|
||||
},
|
||||
"post_result_filter": {
|
||||
"popularity": "Popularity",
|
||||
"newest": "Newest",
|
||||
"relevance": "Relevance"
|
||||
"popularity": "Beliebtheit",
|
||||
"newest": "Neueste",
|
||||
"relevance": "Relevanz"
|
||||
},
|
||||
"other_result_filter": {
|
||||
"user": "Benutzer",
|
||||
@ -553,8 +573,12 @@
|
||||
}
|
||||
},
|
||||
"community": {
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"new_post": "Neuer Beitrag",
|
||||
"community": "Community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Folgen",
|
||||
"unfollow": "Nicht mehr folgen"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -539,6 +539,7 @@
|
||||
"more_replies": "more replies"
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
584
src/config/locales/es-AR.json
Normal file
584
src/config/locales/es-AR.json
Normal file
@ -0,0 +1,584 @@
|
||||
{
|
||||
"wallet": {
|
||||
"curation_reward": "Curation Reward",
|
||||
"author_reward": "Author Reward",
|
||||
"comment_benefactor_reward": "Benefactor Reward",
|
||||
"claim_reward_balance": "Claim Reward ",
|
||||
"transfer": "Transfer",
|
||||
"transfer_to_vesting": "To Vesting",
|
||||
"transfer_from_savings": "From Savings",
|
||||
"withdraw_vesting": "Power Down",
|
||||
"fill_order": "Fill Order",
|
||||
"post": "Post",
|
||||
"comment": "Comment",
|
||||
"checkin": "Check-in",
|
||||
"vote": "Vote",
|
||||
"reblog": "Reblog",
|
||||
"login": "Login",
|
||||
"incoming_transfer_title": "Incoming transfer",
|
||||
"outgoing_transfer_title": "Outgoing transfer",
|
||||
"checkin_extra": "Bonus",
|
||||
"delegation": "Delegation",
|
||||
"delegations": "Delegations",
|
||||
"delegation_title": "Delegation reward",
|
||||
"delegation_desc": "Earn Points everyday for delegation",
|
||||
"post_title": "Points for post",
|
||||
"comment_title": "Points for comment",
|
||||
"vote_title": "Points for vote",
|
||||
"reblog_title": "Points for reblog",
|
||||
"login_title": "Points for login",
|
||||
"checkin_title": "Points for heartbeat",
|
||||
"referral": "Referral",
|
||||
"referral_title": "Referral rewards",
|
||||
"referral_desc": "Invite friends and earn Points",
|
||||
"checkin_extra_title": "Usage bonus",
|
||||
"no_activity": "No recent activity",
|
||||
"outgoing_transfer_description": "",
|
||||
"incoming_transfer_description": "",
|
||||
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
|
||||
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
|
||||
"checkin_desc": "Checking in regularly gives you 0.25 points.",
|
||||
"vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
|
||||
"reblog_desc": "Share what post you like with your friends and earn points.",
|
||||
"login_desc": "When you login into app first time you earn 100 points.",
|
||||
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
|
||||
"dropdown_transfer": "Gift",
|
||||
"dropdown_promote": "Promote",
|
||||
"dropdown_boost": "Boost",
|
||||
"from": "From",
|
||||
"to": "To",
|
||||
"estimated_value_desc": "According to purchase value",
|
||||
"estimated_value": "Estimated value",
|
||||
"estimated_amount": "Vote value",
|
||||
"amount_information": "Drag the slider to adjust the amount",
|
||||
"amount": "Amount",
|
||||
"memo": "Memo",
|
||||
"information": "Are you sure to transfer funds?",
|
||||
"amount_desc": "Balance",
|
||||
"memo_desc": "This memo is public",
|
||||
"to_placeholder": "Username",
|
||||
"memo_placeholder": "Enter your notes here",
|
||||
"transfer_token": "Transfer",
|
||||
"purchase_estm": "GET POINTS",
|
||||
"points": "Gift Points to someone",
|
||||
"transfer_to_saving": "To Saving",
|
||||
"powerUp": "Power Up",
|
||||
"withdraw_to_saving": "Withdraw Saving",
|
||||
"steemconnect_title": "Hivesigner Transfer",
|
||||
"next": "NEXT",
|
||||
"delegate": "Delegate",
|
||||
"power_down": "Power Down",
|
||||
"withdraw_steem": "Withdraw HIVE",
|
||||
"withdraw_sbd": "Withdraw HBD",
|
||||
"transfer_to_savings": "To Savings",
|
||||
"convert": "Convert",
|
||||
"escrow_transfer": "Escrow Transfer",
|
||||
"escrow_dispute": "Escrow Dispute",
|
||||
"escrow_release": "Escrow Release",
|
||||
"escrow_approve": "Escrow Approve",
|
||||
"cancel_transfer_from_savings": "Cancel From Savings",
|
||||
"delegate_vesting_shares": "Delegation",
|
||||
"fill_convert_request": "Convert Executed",
|
||||
"fill_transfer_from_savings": "Savings Executed",
|
||||
"fill_vesting_withdraw": "PowerDown executed",
|
||||
"estm": {
|
||||
"title": "Points",
|
||||
"buy": "GET POINTS"
|
||||
},
|
||||
"savingsteem": {
|
||||
"title": "HIVE Savings"
|
||||
},
|
||||
"savingsbd": {
|
||||
"title": "HBD Savings"
|
||||
},
|
||||
"steem": {
|
||||
"title": "HIVE",
|
||||
"buy": "GET HIVE"
|
||||
},
|
||||
"sbd": {
|
||||
"title": "HBD",
|
||||
"buy": "GET HBD"
|
||||
},
|
||||
"steem_power": {
|
||||
"title": "HIVE POWER"
|
||||
},
|
||||
"btc": {
|
||||
"title": "BTC",
|
||||
"buy": "GET BTC",
|
||||
"address": "RECEIVE"
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"vote": "voted",
|
||||
"unvote": "unvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
"reblog": "reblogged",
|
||||
"transfer": "transferred",
|
||||
"spin": "Time to earn more Points",
|
||||
"inactive": "Be active! Write a post, continue earning",
|
||||
"referral": "joined with your referral, welcome them",
|
||||
"notification": "Notifications",
|
||||
"leaderboard": "Leaderboard",
|
||||
"epoint": "Points",
|
||||
"leaderboard_title": "Top Users",
|
||||
"recent": "Recent",
|
||||
"yesterday": "Yesterday",
|
||||
"this_week": "This Week",
|
||||
"this_month": "This Month",
|
||||
"older_then": "Older Than A Month",
|
||||
"activities": "All",
|
||||
"replies": "Replies",
|
||||
"mentions": "Mentions",
|
||||
"reblogs": "Reblogs",
|
||||
"noactivity": "No recent activity"
|
||||
},
|
||||
"leaderboard": {
|
||||
"daily": "DAILY",
|
||||
"weekly": "WEEKLY",
|
||||
"monthly": "MONTHLY"
|
||||
},
|
||||
"messages": {
|
||||
"comingsoon": "Messages feature is coming soon!"
|
||||
},
|
||||
"profile": {
|
||||
"following": "Following",
|
||||
"follower": "Follower",
|
||||
"post": "Posts",
|
||||
"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",
|
||||
"follow_people": "Follow some people to fill your feed",
|
||||
"follow_communities": "Join some communities to fill your feed",
|
||||
"havent_commented": "haven't commented anything yet",
|
||||
"havent_posted": "haven't posted anything yet",
|
||||
"steem_power": "Hive Power",
|
||||
"next_power_text": "Next power down is in",
|
||||
"days": "days",
|
||||
"day": "day",
|
||||
"steem_dollars": "Hive Dollars",
|
||||
"savings": "Savings",
|
||||
"edit": {
|
||||
"display_name": "Display Name",
|
||||
"about": "About",
|
||||
"location": "Location",
|
||||
"website": "Website"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"settings": "Settings",
|
||||
"general": "General",
|
||||
"currency": "Currency",
|
||||
"language": "Language",
|
||||
"server": "Server",
|
||||
"dark_theme": "Dark Theme",
|
||||
"push_notification": "Push Notification",
|
||||
"notification": {
|
||||
"follow": "Follow",
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers"
|
||||
},
|
||||
"pincode": "PIN code",
|
||||
"reset_pin": "Reset Pin Code",
|
||||
"reset": "Reset",
|
||||
"nsfw_content": "NSFW",
|
||||
"send_feedback": "Send Feedback",
|
||||
"send": "Send",
|
||||
"default_footer": "Default Footer",
|
||||
"nsfw": {
|
||||
"always_show": "Always show",
|
||||
"always_hide": "Always hide",
|
||||
"always_warn": "Always warn"
|
||||
},
|
||||
"feedback_success": "Email successfully open",
|
||||
"feedback_fail": "Email client could not open",
|
||||
"server_fail": "Server not available"
|
||||
},
|
||||
"voters": {
|
||||
"voters_info": "Voters Info",
|
||||
"no_user": "User is not found."
|
||||
},
|
||||
"login": {
|
||||
"signin": "Sign in",
|
||||
"signup": "JOIN NOW",
|
||||
"signin_title": "To get all the benefits of using Ecency",
|
||||
"username": "Username",
|
||||
"password": "Password or WIF",
|
||||
"description": "By signing in, you agree to our Terms of Services and Privacy Policies.",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Hivesigner.",
|
||||
"steemconnect_fee_description": "info"
|
||||
},
|
||||
"register": {
|
||||
"button": "Sign Up",
|
||||
"title": "Sign up",
|
||||
"username": "Pick a username",
|
||||
"mail": "Enter your email address",
|
||||
"ref_user": "Referred user (Optional)",
|
||||
"500_error": "Your request could not be processed, signup queue is likely full! Try again in few minutes...",
|
||||
"title_description": "One account to manage everything",
|
||||
"form_description": "By signing up with us, you agree to our Terms of Service and Privacy Policies."
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
"popular": "Popular",
|
||||
"top": "Top",
|
||||
"hot": "Hot",
|
||||
"new": "New",
|
||||
"blog": "Blog",
|
||||
"posts": "Posts",
|
||||
"friends": "Friends",
|
||||
"communities": "Communities"
|
||||
},
|
||||
"side_menu": {
|
||||
"profile": "Profile",
|
||||
"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?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
"search": "Search..."
|
||||
},
|
||||
"basic_header": {
|
||||
"publish": "Publish",
|
||||
"search": "Search",
|
||||
"update": "Update",
|
||||
"reply": "Reply"
|
||||
},
|
||||
"editor": {
|
||||
"title": "Title",
|
||||
"tags": "Tags (separate with space)",
|
||||
"default_placeholder": "Tell us something...",
|
||||
"reply_placeholder": "Add your reply...",
|
||||
"publish": "Publish",
|
||||
"reply": "Reply",
|
||||
"open_gallery": "Open Gallery",
|
||||
"capture_photo": "Capture a photo",
|
||||
"limited_tags": "Only 10 tags allowed, remove some",
|
||||
"limited_length": "Maximum length of each tag should be 24",
|
||||
"limited_dash": "Use one dash in each tag",
|
||||
"limited_space": "Use space to separate tags",
|
||||
"limited_lowercase": "Only use lower letters in tag",
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_beneficiary": "Beneficiary",
|
||||
"reward_default": "Default 50% / 50%",
|
||||
"reward_power_up": "Power Up 100%",
|
||||
"reward_decline": "Decline Payout",
|
||||
"beneficiaries": "Beneficiaries",
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter PIN to unlock",
|
||||
"set_new": "Set new PIN",
|
||||
"write_again": "Write again",
|
||||
"forgot_text": "Oh, I forgot it..."
|
||||
},
|
||||
"alert": {
|
||||
"success": "Success!",
|
||||
"successful": "Successful",
|
||||
"allRead": "Marked all notifications as read",
|
||||
"claim_reward_balance_ok": "Reward balance claimed",
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
"permission_denied": "Permission denied",
|
||||
"permission_text": "Please, go to phone Settings and change Ecency app permissions.",
|
||||
"key_warning": "Operation requires active key or master password, please relogin!",
|
||||
"success_rebloged": "Reblogged!",
|
||||
"already_rebloged": "You have already reblogged!",
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid PIN code, please check and try again.",
|
||||
"remove_alert": "Are you sure you want to remove?",
|
||||
"clear_alert": "Are you sure you want to clear?",
|
||||
"clear_user_alert": "Are you sure you want to clear all user data?",
|
||||
"clear": "Clear",
|
||||
"cancel": "Cancel",
|
||||
"delete": "Delete",
|
||||
"copied": "Copied!",
|
||||
"no_internet": "No connection!",
|
||||
"confirm": "Confirm",
|
||||
"removed": "Removed",
|
||||
"same_user": "This user already added to list",
|
||||
"unknow_error": "An error occurred",
|
||||
"error": "Error",
|
||||
"fetch_error": "Connection issue, change server and restart",
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
"payloadTooLarge": "File size too big, please resize or upload smaller image",
|
||||
"qoutaExceeded": "Upload quota exceeded",
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
"removed_hint": "Content is not available",
|
||||
"copy_link": "Copy link",
|
||||
"reblogged": "reblogged by",
|
||||
"sponsored": "SPONSORED",
|
||||
"open_thread": "Open thread",
|
||||
"image": "Image",
|
||||
"link": "Link",
|
||||
"gallery_mode": "Gallery mode",
|
||||
"save_to_local": "Download to device",
|
||||
"image_saved": "Image saved to Photo Gallery",
|
||||
"image_saved_error": "Error Saving Image",
|
||||
"wrong_link": "Wrong link"
|
||||
},
|
||||
"drafts": {
|
||||
"title": "Drafts",
|
||||
"load_error": "Could not load drafts",
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Draft deleted"
|
||||
},
|
||||
"schedules": {
|
||||
"title": "Schedules",
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Scheduled post deleted",
|
||||
"move": "Move to drafts",
|
||||
"moved": "Moved to drafts"
|
||||
},
|
||||
"bookmarks": {
|
||||
"title": "Bookmarks",
|
||||
"load_error": "Could not load bookmarks",
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"report": {
|
||||
"added": "Reported objectionable content"
|
||||
},
|
||||
"favorites": {
|
||||
"title": "Favorites",
|
||||
"load_error": "Could not load favorites",
|
||||
"empty_list": "Nothing here",
|
||||
"search": "Search in favorites"
|
||||
},
|
||||
"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 write to support@ecency.com"
|
||||
},
|
||||
"payout": {
|
||||
"potential_payout": "Potential Payout",
|
||||
"promoted": "Promoted",
|
||||
"author_payout": "Author Payout",
|
||||
"curation_payout": "Curation Payout",
|
||||
"payout_date": "Payout",
|
||||
"beneficiaries": "Beneficiaries",
|
||||
"warn_zero_payout": "Amount must reach $0.02 for payout",
|
||||
"breakdown": "Breakdown"
|
||||
},
|
||||
"post_dropdown": {
|
||||
"copy": "copy link",
|
||||
"reblog": "reblog",
|
||||
"reply": "reply",
|
||||
"share": "share",
|
||||
"bookmarks": "add to bookmarks",
|
||||
"promote": "promote",
|
||||
"boost": "boost",
|
||||
"report": "report"
|
||||
},
|
||||
"deep_link": {
|
||||
"no_existing_user": "No existing user",
|
||||
"no_existing_post": "No existing post"
|
||||
},
|
||||
"search": {
|
||||
"posts": "Posts",
|
||||
"comments": "Comments"
|
||||
},
|
||||
"comment_filter": {
|
||||
"trending": "TOP",
|
||||
"reputation": "REPUTATION",
|
||||
"votes": "VOTE",
|
||||
"age": "AGE",
|
||||
"top": "TOP",
|
||||
"time": "TIME"
|
||||
},
|
||||
"transfer": {
|
||||
"from": "From",
|
||||
"to": "To",
|
||||
"amount_information": "Drag the slider to adjust the amount",
|
||||
"amount": "Amount",
|
||||
"memo": "Memo",
|
||||
"information": "Are you sure to transfer funds?",
|
||||
"amount_desc": "Balance",
|
||||
"memo_desc": "This memo is public",
|
||||
"convert_desc": "Convert takes 3.5 days and NOT recommended IF HBD price is higher than $1",
|
||||
"to_placeholder": "Username",
|
||||
"memo_placeholder": "Enter your notes here",
|
||||
"transfer_token": "Transfer",
|
||||
"purchase_estm": "Purchase Points",
|
||||
"convert": "Convert HBD to HIVE",
|
||||
"points": "Gift Points to someone",
|
||||
"transfer_to_saving": "Transfer To Saving",
|
||||
"powerUp": "Power Up",
|
||||
"withdraw_to_saving": "Withdraw To Saving",
|
||||
"steemconnect_title": "Hivesigner Transfer",
|
||||
"estimated_weekly": "Estimated Weekly",
|
||||
"destination_accounts": "Destination Accounts",
|
||||
"stop_information": "Are you sure want to stop?",
|
||||
"percent": "Percent",
|
||||
"auto_vests": "Auto Vests",
|
||||
"save": "SAVE",
|
||||
"percent_information": "Percent info",
|
||||
"next": "NEXT",
|
||||
"delegate": "Delegate",
|
||||
"power_down": "Power Down",
|
||||
"withdraw_steem": "Withdraw HIVE",
|
||||
"withdraw_sbd": "Withdraw HIVE Dollar",
|
||||
"incoming_funds": "Incoming Funds",
|
||||
"stop": "Stop",
|
||||
"address_view": "View address"
|
||||
},
|
||||
"boost": {
|
||||
"title": "Get Points",
|
||||
"buy": "GET Points",
|
||||
"next": "NEXT",
|
||||
"account": {
|
||||
"title": "Get Account Boost",
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
}
|
||||
},
|
||||
"free_estm": {
|
||||
"title": "Free Points",
|
||||
"button": "SPIN & WIN",
|
||||
"get_spin": "5 SPINS",
|
||||
"spin_right": "Spin Left",
|
||||
"timer_text": "Next free spin in"
|
||||
},
|
||||
"promote": {
|
||||
"title": "Promote",
|
||||
"days": "days",
|
||||
"user": "User",
|
||||
"permlink": "Post",
|
||||
"permlinkPlaceholder": "username/permlink",
|
||||
"information": "Are you sure to promote?"
|
||||
},
|
||||
"boostPost": {
|
||||
"title": "Boost"
|
||||
},
|
||||
"voters_dropdown": {
|
||||
"rewards": "REWARDS",
|
||||
"percent": "PERCENT",
|
||||
"time": "TIME"
|
||||
},
|
||||
"reblog": {
|
||||
"title": "Reblog Info"
|
||||
},
|
||||
"dsteem": {
|
||||
"date_error": {
|
||||
"device_time": "Your device time;",
|
||||
"current_time": "Current time;",
|
||||
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"title": "Comments",
|
||||
"reveal_comment": "Reveal comment",
|
||||
"read_more": "Read more comments",
|
||||
"more_replies": "more replies"
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
"unsubscribe": "Leave",
|
||||
"subscribers": "Members",
|
||||
"posters": "Posters",
|
||||
"posts": "Posts"
|
||||
},
|
||||
"communities_filter": {
|
||||
"my": "My Communities",
|
||||
"rank": "Rank",
|
||||
"subs": "Members",
|
||||
"new": "New"
|
||||
},
|
||||
"post_result_filter": {
|
||||
"popularity": "Popularity",
|
||||
"newest": "Newest",
|
||||
"relevance": "Relevance"
|
||||
},
|
||||
"other_result_filter": {
|
||||
"user": "User",
|
||||
"tag": "Tag"
|
||||
}
|
||||
},
|
||||
"community": {
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Agregar cuenta",
|
||||
"logout": "Cerrar sesión",
|
||||
"cancel": "Cancelar",
|
||||
"logout_text": "¿Estás seguro de que quieres salir?"
|
||||
"logout_text": "¿Estás seguro de que quieres salir?",
|
||||
"create_a_new_account": "Crea una cuenta nueva",
|
||||
"add_an_existing_account": "Añadir cuenta existente",
|
||||
"accounts": "Cuentas"
|
||||
},
|
||||
"header": {
|
||||
"title": "Inicie sesión para personalizar su inicio",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Opciones",
|
||||
"my_blog": "Mi blog",
|
||||
"my_communities": "Mis comunidades",
|
||||
"top_communities": "Comunidades"
|
||||
"top_communities": "Comunidades",
|
||||
"schedule_modal_title": "Programar publicación"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Añadido a favoritos!",
|
||||
"success_unfavorite": "Post removido de favoritos!",
|
||||
"success_follow": "Ahora le sigues!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Muteo exitoso!",
|
||||
"success_unmute": "¡Muteo exitoso!",
|
||||
"success_unfollow": "¡Dejar de seguir con éxito!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Advertencia",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Está seguro que quiere borrar?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Imagen no válida, prueba un archivo diferente",
|
||||
"something_wrong": "Algo ha fallado.",
|
||||
"something_wrong_alt": "Prueba https://ecency.com",
|
||||
"something_wrong_reload": "Recarga"
|
||||
"something_wrong_reload": "Recarga",
|
||||
"can_not_be_empty": "Título y cuerpo no pueden estar vacíos!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "¿Estás seguro de querer rebloguear?",
|
||||
@ -527,7 +538,16 @@
|
||||
"more_replies": "mas comentarios"
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Otros",
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Mejor"
|
||||
},
|
||||
"people": {
|
||||
"title": "Personas"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Temas"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Comunidades",
|
||||
"subscribe": "Unirse",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "Escribir un post",
|
||||
"community": "comunidad",
|
||||
"details": "Detalles"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
584
src/config/locales/es-MX.json
Normal file
584
src/config/locales/es-MX.json
Normal file
@ -0,0 +1,584 @@
|
||||
{
|
||||
"wallet": {
|
||||
"curation_reward": "Curation Reward",
|
||||
"author_reward": "Author Reward",
|
||||
"comment_benefactor_reward": "Benefactor Reward",
|
||||
"claim_reward_balance": "Claim Reward ",
|
||||
"transfer": "Transfer",
|
||||
"transfer_to_vesting": "To Vesting",
|
||||
"transfer_from_savings": "From Savings",
|
||||
"withdraw_vesting": "Power Down",
|
||||
"fill_order": "Fill Order",
|
||||
"post": "Post",
|
||||
"comment": "Comment",
|
||||
"checkin": "Check-in",
|
||||
"vote": "Vote",
|
||||
"reblog": "Reblog",
|
||||
"login": "Login",
|
||||
"incoming_transfer_title": "Incoming transfer",
|
||||
"outgoing_transfer_title": "Outgoing transfer",
|
||||
"checkin_extra": "Bonus",
|
||||
"delegation": "Delegation",
|
||||
"delegations": "Delegations",
|
||||
"delegation_title": "Delegation reward",
|
||||
"delegation_desc": "Earn Points everyday for delegation",
|
||||
"post_title": "Points for post",
|
||||
"comment_title": "Points for comment",
|
||||
"vote_title": "Points for vote",
|
||||
"reblog_title": "Points for reblog",
|
||||
"login_title": "Points for login",
|
||||
"checkin_title": "Points for heartbeat",
|
||||
"referral": "Referral",
|
||||
"referral_title": "Referral rewards",
|
||||
"referral_desc": "Invite friends and earn Points",
|
||||
"checkin_extra_title": "Usage bonus",
|
||||
"no_activity": "No recent activity",
|
||||
"outgoing_transfer_description": "",
|
||||
"incoming_transfer_description": "",
|
||||
"post_desc": "You can earn point by posting regularly. Posting gives you upto 15 points.",
|
||||
"comment_desc": "Each comment you make helps you to grow your audience and also earns you upto 5 points.",
|
||||
"checkin_desc": "Checking in regularly gives you 0.25 points.",
|
||||
"vote_desc": "By voting you give reward to other creators and also earn back upto 0.01 x vote weight points.",
|
||||
"reblog_desc": "Share what post you like with your friends and earn points.",
|
||||
"login_desc": "When you login into app first time you earn 100 points.",
|
||||
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
|
||||
"dropdown_transfer": "Gift",
|
||||
"dropdown_promote": "Promote",
|
||||
"dropdown_boost": "Boost",
|
||||
"from": "From",
|
||||
"to": "To",
|
||||
"estimated_value_desc": "According to purchase value",
|
||||
"estimated_value": "Estimated value",
|
||||
"estimated_amount": "Vote value",
|
||||
"amount_information": "Drag the slider to adjust the amount",
|
||||
"amount": "Amount",
|
||||
"memo": "Memo",
|
||||
"information": "Are you sure to transfer funds?",
|
||||
"amount_desc": "Balance",
|
||||
"memo_desc": "This memo is public",
|
||||
"to_placeholder": "Username",
|
||||
"memo_placeholder": "Enter your notes here",
|
||||
"transfer_token": "Transfer",
|
||||
"purchase_estm": "GET POINTS",
|
||||
"points": "Gift Points to someone",
|
||||
"transfer_to_saving": "To Saving",
|
||||
"powerUp": "Power Up",
|
||||
"withdraw_to_saving": "Withdraw Saving",
|
||||
"steemconnect_title": "Hivesigner Transfer",
|
||||
"next": "NEXT",
|
||||
"delegate": "Delegate",
|
||||
"power_down": "Power Down",
|
||||
"withdraw_steem": "Withdraw HIVE",
|
||||
"withdraw_sbd": "Withdraw HBD",
|
||||
"transfer_to_savings": "To Savings",
|
||||
"convert": "Convert",
|
||||
"escrow_transfer": "Escrow Transfer",
|
||||
"escrow_dispute": "Escrow Dispute",
|
||||
"escrow_release": "Escrow Release",
|
||||
"escrow_approve": "Escrow Approve",
|
||||
"cancel_transfer_from_savings": "Cancel From Savings",
|
||||
"delegate_vesting_shares": "Delegation",
|
||||
"fill_convert_request": "Convert Executed",
|
||||
"fill_transfer_from_savings": "Savings Executed",
|
||||
"fill_vesting_withdraw": "PowerDown executed",
|
||||
"estm": {
|
||||
"title": "Points",
|
||||
"buy": "GET POINTS"
|
||||
},
|
||||
"savingsteem": {
|
||||
"title": "HIVE Savings"
|
||||
},
|
||||
"savingsbd": {
|
||||
"title": "HBD Savings"
|
||||
},
|
||||
"steem": {
|
||||
"title": "HIVE",
|
||||
"buy": "GET HIVE"
|
||||
},
|
||||
"sbd": {
|
||||
"title": "HBD",
|
||||
"buy": "GET HBD"
|
||||
},
|
||||
"steem_power": {
|
||||
"title": "HIVE POWER"
|
||||
},
|
||||
"btc": {
|
||||
"title": "BTC",
|
||||
"buy": "GET BTC",
|
||||
"address": "RECEIVE"
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"vote": "voted",
|
||||
"unvote": "unvoted",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"follow": "followed you",
|
||||
"unfollow": "unfollowed you",
|
||||
"ignore": "ignored you",
|
||||
"reblog": "reblogged",
|
||||
"transfer": "transferred",
|
||||
"spin": "Time to earn more Points",
|
||||
"inactive": "Be active! Write a post, continue earning",
|
||||
"referral": "joined with your referral, welcome them",
|
||||
"notification": "Notifications",
|
||||
"leaderboard": "Leaderboard",
|
||||
"epoint": "Points",
|
||||
"leaderboard_title": "Top Users",
|
||||
"recent": "Recent",
|
||||
"yesterday": "Yesterday",
|
||||
"this_week": "This Week",
|
||||
"this_month": "This Month",
|
||||
"older_then": "Older Than A Month",
|
||||
"activities": "All",
|
||||
"replies": "Replies",
|
||||
"mentions": "Mentions",
|
||||
"reblogs": "Reblogs",
|
||||
"noactivity": "No recent activity"
|
||||
},
|
||||
"leaderboard": {
|
||||
"daily": "DAILY",
|
||||
"weekly": "WEEKLY",
|
||||
"monthly": "MONTHLY"
|
||||
},
|
||||
"messages": {
|
||||
"comingsoon": "Messages feature is coming soon!"
|
||||
},
|
||||
"profile": {
|
||||
"following": "Following",
|
||||
"follower": "Follower",
|
||||
"post": "Posts",
|
||||
"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",
|
||||
"follow_people": "Follow some people to fill your feed",
|
||||
"follow_communities": "Join some communities to fill your feed",
|
||||
"havent_commented": "haven't commented anything yet",
|
||||
"havent_posted": "haven't posted anything yet",
|
||||
"steem_power": "Hive Power",
|
||||
"next_power_text": "Next power down is in",
|
||||
"days": "days",
|
||||
"day": "day",
|
||||
"steem_dollars": "Hive Dollars",
|
||||
"savings": "Savings",
|
||||
"edit": {
|
||||
"display_name": "Display Name",
|
||||
"about": "About",
|
||||
"location": "Location",
|
||||
"website": "Website"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"settings": "Settings",
|
||||
"general": "General",
|
||||
"currency": "Currency",
|
||||
"language": "Language",
|
||||
"server": "Server",
|
||||
"dark_theme": "Dark Theme",
|
||||
"push_notification": "Push Notification",
|
||||
"notification": {
|
||||
"follow": "Follow",
|
||||
"vote": "Vote",
|
||||
"comment": "Comment",
|
||||
"mention": "Mention",
|
||||
"reblog": "Reblog",
|
||||
"transfers": "Transfers"
|
||||
},
|
||||
"pincode": "PIN code",
|
||||
"reset_pin": "Reset Pin Code",
|
||||
"reset": "Reset",
|
||||
"nsfw_content": "NSFW",
|
||||
"send_feedback": "Send Feedback",
|
||||
"send": "Send",
|
||||
"default_footer": "Default Footer",
|
||||
"nsfw": {
|
||||
"always_show": "Always show",
|
||||
"always_hide": "Always hide",
|
||||
"always_warn": "Always warn"
|
||||
},
|
||||
"feedback_success": "Email successfully open",
|
||||
"feedback_fail": "Email client could not open",
|
||||
"server_fail": "Server not available"
|
||||
},
|
||||
"voters": {
|
||||
"voters_info": "Voters Info",
|
||||
"no_user": "User is not found."
|
||||
},
|
||||
"login": {
|
||||
"signin": "Sign in",
|
||||
"signup": "JOIN NOW",
|
||||
"signin_title": "To get all the benefits of using Ecency",
|
||||
"username": "Username",
|
||||
"password": "Password or WIF",
|
||||
"description": "By signing in, you agree to our Terms of Services and Privacy Policies.",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Hivesigner.",
|
||||
"steemconnect_fee_description": "info"
|
||||
},
|
||||
"register": {
|
||||
"button": "Sign Up",
|
||||
"title": "Sign up",
|
||||
"username": "Pick a username",
|
||||
"mail": "Enter your email address",
|
||||
"ref_user": "Referred user (Optional)",
|
||||
"500_error": "Your request could not be processed, signup queue is likely full! Try again in few minutes...",
|
||||
"title_description": "One account to manage everything",
|
||||
"form_description": "By signing up with us, you agree to our Terms of Service and Privacy Policies."
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
"popular": "Popular",
|
||||
"top": "Top",
|
||||
"hot": "Hot",
|
||||
"new": "New",
|
||||
"blog": "Blog",
|
||||
"posts": "Posts",
|
||||
"friends": "Friends",
|
||||
"communities": "Communities"
|
||||
},
|
||||
"side_menu": {
|
||||
"profile": "Profile",
|
||||
"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?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
"search": "Search..."
|
||||
},
|
||||
"basic_header": {
|
||||
"publish": "Publish",
|
||||
"search": "Search",
|
||||
"update": "Update",
|
||||
"reply": "Reply"
|
||||
},
|
||||
"editor": {
|
||||
"title": "Title",
|
||||
"tags": "Tags (separate with space)",
|
||||
"default_placeholder": "Tell us something...",
|
||||
"reply_placeholder": "Add your reply...",
|
||||
"publish": "Publish",
|
||||
"reply": "Reply",
|
||||
"open_gallery": "Open Gallery",
|
||||
"capture_photo": "Capture a photo",
|
||||
"limited_tags": "Only 10 tags allowed, remove some",
|
||||
"limited_length": "Maximum length of each tag should be 24",
|
||||
"limited_dash": "Use one dash in each tag",
|
||||
"limited_space": "Use space to separate tags",
|
||||
"limited_lowercase": "Only use lower letters in tag",
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_beneficiary": "Beneficiary",
|
||||
"reward_default": "Default 50% / 50%",
|
||||
"reward_power_up": "Power Up 100%",
|
||||
"reward_decline": "Decline Payout",
|
||||
"beneficiaries": "Beneficiaries",
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter PIN to unlock",
|
||||
"set_new": "Set new PIN",
|
||||
"write_again": "Write again",
|
||||
"forgot_text": "Oh, I forgot it..."
|
||||
},
|
||||
"alert": {
|
||||
"success": "Success!",
|
||||
"successful": "Successful",
|
||||
"allRead": "Marked all notifications as read",
|
||||
"claim_reward_balance_ok": "Reward balance claimed",
|
||||
"fail": "Fail!",
|
||||
"move": "Move",
|
||||
"move_question": "Are you sure to move to drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_moved": "Moved to draft",
|
||||
"permission_denied": "Permission denied",
|
||||
"permission_text": "Please, go to phone Settings and change Ecency app permissions.",
|
||||
"key_warning": "Operation requires active key or master password, please relogin!",
|
||||
"success_rebloged": "Reblogged!",
|
||||
"already_rebloged": "You have already reblogged!",
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid PIN code, please check and try again.",
|
||||
"remove_alert": "Are you sure you want to remove?",
|
||||
"clear_alert": "Are you sure you want to clear?",
|
||||
"clear_user_alert": "Are you sure you want to clear all user data?",
|
||||
"clear": "Clear",
|
||||
"cancel": "Cancel",
|
||||
"delete": "Delete",
|
||||
"copied": "Copied!",
|
||||
"no_internet": "No connection!",
|
||||
"confirm": "Confirm",
|
||||
"removed": "Removed",
|
||||
"same_user": "This user already added to list",
|
||||
"unknow_error": "An error occurred",
|
||||
"error": "Error",
|
||||
"fetch_error": "Connection issue, change server and restart",
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
"payloadTooLarge": "File size too big, please resize or upload smaller image",
|
||||
"qoutaExceeded": "Upload quota exceeded",
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
"removed_hint": "Content is not available",
|
||||
"copy_link": "Copy link",
|
||||
"reblogged": "reblogged by",
|
||||
"sponsored": "SPONSORED",
|
||||
"open_thread": "Open thread",
|
||||
"image": "Image",
|
||||
"link": "Link",
|
||||
"gallery_mode": "Gallery mode",
|
||||
"save_to_local": "Download to device",
|
||||
"image_saved": "Image saved to Photo Gallery",
|
||||
"image_saved_error": "Error Saving Image",
|
||||
"wrong_link": "Wrong link"
|
||||
},
|
||||
"drafts": {
|
||||
"title": "Drafts",
|
||||
"load_error": "Could not load drafts",
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Draft deleted"
|
||||
},
|
||||
"schedules": {
|
||||
"title": "Schedules",
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Scheduled post deleted",
|
||||
"move": "Move to drafts",
|
||||
"moved": "Moved to drafts"
|
||||
},
|
||||
"bookmarks": {
|
||||
"title": "Bookmarks",
|
||||
"load_error": "Could not load bookmarks",
|
||||
"empty_list": "Nothing here",
|
||||
"deleted": "Bookmark removed",
|
||||
"search": "Search in bookmarks",
|
||||
"added": "Added to bookmarks",
|
||||
"add": "Add to bookmarks"
|
||||
},
|
||||
"report": {
|
||||
"added": "Reported objectionable content"
|
||||
},
|
||||
"favorites": {
|
||||
"title": "Favorites",
|
||||
"load_error": "Could not load favorites",
|
||||
"empty_list": "Nothing here",
|
||||
"search": "Search in favorites"
|
||||
},
|
||||
"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 write to support@ecency.com"
|
||||
},
|
||||
"payout": {
|
||||
"potential_payout": "Potential Payout",
|
||||
"promoted": "Promoted",
|
||||
"author_payout": "Author Payout",
|
||||
"curation_payout": "Curation Payout",
|
||||
"payout_date": "Payout",
|
||||
"beneficiaries": "Beneficiaries",
|
||||
"warn_zero_payout": "Amount must reach $0.02 for payout",
|
||||
"breakdown": "Breakdown"
|
||||
},
|
||||
"post_dropdown": {
|
||||
"copy": "copy link",
|
||||
"reblog": "reblog",
|
||||
"reply": "reply",
|
||||
"share": "share",
|
||||
"bookmarks": "add to bookmarks",
|
||||
"promote": "promote",
|
||||
"boost": "boost",
|
||||
"report": "report"
|
||||
},
|
||||
"deep_link": {
|
||||
"no_existing_user": "No existing user",
|
||||
"no_existing_post": "No existing post"
|
||||
},
|
||||
"search": {
|
||||
"posts": "Posts",
|
||||
"comments": "Comments"
|
||||
},
|
||||
"comment_filter": {
|
||||
"trending": "TOP",
|
||||
"reputation": "REPUTATION",
|
||||
"votes": "VOTE",
|
||||
"age": "AGE",
|
||||
"top": "TOP",
|
||||
"time": "TIME"
|
||||
},
|
||||
"transfer": {
|
||||
"from": "From",
|
||||
"to": "To",
|
||||
"amount_information": "Drag the slider to adjust the amount",
|
||||
"amount": "Amount",
|
||||
"memo": "Memo",
|
||||
"information": "Are you sure to transfer funds?",
|
||||
"amount_desc": "Balance",
|
||||
"memo_desc": "This memo is public",
|
||||
"convert_desc": "Convert takes 3.5 days and NOT recommended IF HBD price is higher than $1",
|
||||
"to_placeholder": "Username",
|
||||
"memo_placeholder": "Enter your notes here",
|
||||
"transfer_token": "Transfer",
|
||||
"purchase_estm": "Purchase Points",
|
||||
"convert": "Convert HBD to HIVE",
|
||||
"points": "Gift Points to someone",
|
||||
"transfer_to_saving": "Transfer To Saving",
|
||||
"powerUp": "Power Up",
|
||||
"withdraw_to_saving": "Withdraw To Saving",
|
||||
"steemconnect_title": "Hivesigner Transfer",
|
||||
"estimated_weekly": "Estimated Weekly",
|
||||
"destination_accounts": "Destination Accounts",
|
||||
"stop_information": "Are you sure want to stop?",
|
||||
"percent": "Percent",
|
||||
"auto_vests": "Auto Vests",
|
||||
"save": "SAVE",
|
||||
"percent_information": "Percent info",
|
||||
"next": "NEXT",
|
||||
"delegate": "Delegate",
|
||||
"power_down": "Power Down",
|
||||
"withdraw_steem": "Withdraw HIVE",
|
||||
"withdraw_sbd": "Withdraw HIVE Dollar",
|
||||
"incoming_funds": "Incoming Funds",
|
||||
"stop": "Stop",
|
||||
"address_view": "View address"
|
||||
},
|
||||
"boost": {
|
||||
"title": "Get Points",
|
||||
"buy": "GET Points",
|
||||
"next": "NEXT",
|
||||
"account": {
|
||||
"title": "Get Account Boost",
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
}
|
||||
},
|
||||
"free_estm": {
|
||||
"title": "Free Points",
|
||||
"button": "SPIN & WIN",
|
||||
"get_spin": "5 SPINS",
|
||||
"spin_right": "Spin Left",
|
||||
"timer_text": "Next free spin in"
|
||||
},
|
||||
"promote": {
|
||||
"title": "Promote",
|
||||
"days": "days",
|
||||
"user": "User",
|
||||
"permlink": "Post",
|
||||
"permlinkPlaceholder": "username/permlink",
|
||||
"information": "Are you sure to promote?"
|
||||
},
|
||||
"boostPost": {
|
||||
"title": "Boost"
|
||||
},
|
||||
"voters_dropdown": {
|
||||
"rewards": "REWARDS",
|
||||
"percent": "PERCENT",
|
||||
"time": "TIME"
|
||||
},
|
||||
"reblog": {
|
||||
"title": "Reblog Info"
|
||||
},
|
||||
"dsteem": {
|
||||
"date_error": {
|
||||
"device_time": "Your device time;",
|
||||
"current_time": "Current time;",
|
||||
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"title": "Comments",
|
||||
"reveal_comment": "Reveal comment",
|
||||
"read_more": "Read more comments",
|
||||
"more_replies": "more replies"
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
"unsubscribe": "Leave",
|
||||
"subscribers": "Members",
|
||||
"posters": "Posters",
|
||||
"posts": "Posts"
|
||||
},
|
||||
"communities_filter": {
|
||||
"my": "My Communities",
|
||||
"rank": "Rank",
|
||||
"subs": "Members",
|
||||
"new": "New"
|
||||
},
|
||||
"post_result_filter": {
|
||||
"popularity": "Popularity",
|
||||
"newest": "Newest",
|
||||
"relevance": "Relevance"
|
||||
},
|
||||
"other_result_filter": {
|
||||
"user": "User",
|
||||
"tag": "Tag"
|
||||
}
|
||||
},
|
||||
"community": {
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
@ -6,7 +6,7 @@
|
||||
"claim_reward_balance": "Claim Reward ",
|
||||
"transfer": "Ülekanne",
|
||||
"transfer_to_vesting": "To Vesting",
|
||||
"transfer_from_savings": "From Savings",
|
||||
"transfer_from_savings": "Hoiusest",
|
||||
"withdraw_vesting": "Väljaluülitus",
|
||||
"fill_order": "Täida Tellimus",
|
||||
"post": "Postitus",
|
||||
@ -19,7 +19,7 @@
|
||||
"outgoing_transfer_title": "Väljuv ülekanne",
|
||||
"checkin_extra": "Boonus",
|
||||
"delegation": "Volitus",
|
||||
"delegations": "Delegations",
|
||||
"delegations": "Volitused",
|
||||
"delegation_title": "Volitustasu",
|
||||
"delegation_desc": "Earn Points everyday for delegation",
|
||||
"post_title": "Punktid postitustest",
|
||||
@ -28,7 +28,7 @@
|
||||
"reblog_title": "Punktid taaspostitustest",
|
||||
"login_title": "Punktid sisselogimisest",
|
||||
"checkin_title": "Punktid sisse logimise eest",
|
||||
"referral": "Referral",
|
||||
"referral": "Soovitaja",
|
||||
"referral_title": "Referral rewards",
|
||||
"referral_desc": "Invite friends and earn Points",
|
||||
"checkin_extra_title": "Kasutusboonus",
|
||||
@ -43,7 +43,7 @@
|
||||
"login_desc": "When you login into app first time you earn 100 points.",
|
||||
"checkin_extra_desc": "Consistent use of app gives you extra chances to earn more points, be more active and earn more.",
|
||||
"dropdown_transfer": "Kingi",
|
||||
"dropdown_promote": "Promote",
|
||||
"dropdown_promote": "Reklaami",
|
||||
"dropdown_boost": "Võimenda",
|
||||
"from": "Kellelt",
|
||||
"to": "Kellele",
|
||||
@ -51,27 +51,27 @@
|
||||
"estimated_value": "Estimated value",
|
||||
"estimated_amount": "Vote value",
|
||||
"amount_information": "Drag the slider to adjust the amount",
|
||||
"amount": "Amount",
|
||||
"amount": "Kogus",
|
||||
"memo": "Märge",
|
||||
"information": "Oled kindel, et soovid raha üle kanda?",
|
||||
"amount_desc": "Saldo",
|
||||
"memo_desc": "See märge on avalik",
|
||||
"to_placeholder": "Kasutajanimi",
|
||||
"memo_placeholder": "Enter your notes here",
|
||||
"memo_placeholder": "Jäta oma märkmed siia",
|
||||
"transfer_token": "Ülekanne",
|
||||
"purchase_estm": "GET POINTS",
|
||||
"points": "Gift Points to someone",
|
||||
"purchase_estm": "OSTA PUNKTE",
|
||||
"points": "Kingi kellelegi punkte",
|
||||
"transfer_to_saving": "To Saving",
|
||||
"powerUp": "Lisa võimsust",
|
||||
"withdraw_to_saving": "Withdraw Saving",
|
||||
"steemconnect_title": "Hivesigner Transfer",
|
||||
"next": "NEXT",
|
||||
"next": "EDASI",
|
||||
"delegate": "Delegate",
|
||||
"power_down": "Väljaluülitus",
|
||||
"withdraw_steem": "Withdraw HIVE",
|
||||
"withdraw_sbd": "Withdraw HBD",
|
||||
"transfer_to_savings": "To Savings",
|
||||
"convert": "Convert",
|
||||
"convert": "Konverteeri",
|
||||
"escrow_transfer": "Escrow Transfer",
|
||||
"escrow_dispute": "Escrow Dispute",
|
||||
"escrow_release": "Escrow Release",
|
||||
@ -83,44 +83,44 @@
|
||||
"fill_vesting_withdraw": "PowerDown executed",
|
||||
"estm": {
|
||||
"title": "Punktid",
|
||||
"buy": "GET POINTS"
|
||||
"buy": "OSTA PUNKTE"
|
||||
},
|
||||
"savingsteem": {
|
||||
"title": "HIVE Savings"
|
||||
"title": "HIVE Hoius"
|
||||
},
|
||||
"savingsbd": {
|
||||
"title": "HBD Savings"
|
||||
"title": "HBD Hoius"
|
||||
},
|
||||
"steem": {
|
||||
"title": "HIVE",
|
||||
"buy": "GET HIVE"
|
||||
"buy": "OSTA HIVE"
|
||||
},
|
||||
"sbd": {
|
||||
"title": "HBD",
|
||||
"buy": "GET HBD"
|
||||
"buy": "OSTA HBD"
|
||||
},
|
||||
"steem_power": {
|
||||
"title": "HIVE POWER"
|
||||
},
|
||||
"btc": {
|
||||
"title": "BTC",
|
||||
"buy": "GET BTC",
|
||||
"buy": "OSTA BTC",
|
||||
"address": "RECEIVE"
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
"vote": "voted",
|
||||
"unvote": "unvoted",
|
||||
"vote": "hääletatud",
|
||||
"unvote": "hääl eemaldatud",
|
||||
"reply": "replied to",
|
||||
"mention": "mentioned in",
|
||||
"mention": "mainis",
|
||||
"follow": "hakkas sind jälgima",
|
||||
"unfollow": "enam ei jälgi sind",
|
||||
"ignore": "ignoreeris sind",
|
||||
"reblog": "reblogged",
|
||||
"transfer": "transferred",
|
||||
"spin": "Time to earn more Points",
|
||||
"inactive": "Be active! Write a post, continue earning",
|
||||
"referral": "joined with your referral, welcome them",
|
||||
"reblog": "jagatud",
|
||||
"transfer": "ülekanne tehtud",
|
||||
"spin": "Aeg teenida rohkem Punkte",
|
||||
"inactive": "Ole aktiivne! Postita, jätka teenimist",
|
||||
"referral": "liitus sinu kutsega, tervita neid",
|
||||
"notification": "Teavitused",
|
||||
"leaderboard": "Edetabel",
|
||||
"epoint": "Punktid",
|
||||
@ -170,9 +170,9 @@
|
||||
"savings": "Säästud",
|
||||
"edit": {
|
||||
"display_name": "Display Name",
|
||||
"about": "About",
|
||||
"location": "Location",
|
||||
"website": "Website"
|
||||
"about": "Teave",
|
||||
"location": "Asukoht",
|
||||
"website": "Koduleht"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
@ -192,9 +192,9 @@
|
||||
"transfers": "Ülekanded"
|
||||
},
|
||||
"pincode": "Pincode",
|
||||
"reset_pin": "Reset Pin Code",
|
||||
"reset_pin": "Lähtesta Pin-kood",
|
||||
"reset": "Algseisundi Taastamine",
|
||||
"nsfw_content": "NSFW",
|
||||
"nsfw_content": "18+",
|
||||
"send_feedback": "Saada Tagasisidet",
|
||||
"send": "Saada",
|
||||
"default_footer": "Vaikimisi Jaluts",
|
||||
@ -205,7 +205,7 @@
|
||||
},
|
||||
"feedback_success": "Email edukalt avatud",
|
||||
"feedback_fail": "Emaili rakendus ei avanenud",
|
||||
"server_fail": "Server not available"
|
||||
"server_fail": "Server pole kättesaadav"
|
||||
},
|
||||
"voters": {
|
||||
"voters_info": "Hääletaja info",
|
||||
@ -213,8 +213,8 @@
|
||||
},
|
||||
"login": {
|
||||
"signin": "Logi sisse",
|
||||
"signup": "JOIN NOW",
|
||||
"signin_title": "To get all the benefits of using Ecency",
|
||||
"signup": "LIITU NÜÜD",
|
||||
"signin_title": "Et saada osa kõikidest Ecency funktsioonidest",
|
||||
"username": "Kasutajanimi",
|
||||
"password": "Parool või WIF",
|
||||
"description": "By signing in, you agree to our Terms of Services and Privacy Policies.",
|
||||
@ -224,25 +224,25 @@
|
||||
"steemconnect_fee_description": "info"
|
||||
},
|
||||
"register": {
|
||||
"button": "Sign Up",
|
||||
"button": "Loo konto",
|
||||
"title": "Loo kasutaja",
|
||||
"username": "Pick a username",
|
||||
"mail": "Enter your email address",
|
||||
"ref_user": "Referred user (Optional)",
|
||||
"username": "Vali kasutajanimi",
|
||||
"mail": "Kirjuta oma e-posti aadress",
|
||||
"ref_user": "Kutsutud kasutaja (Vabatahtlik)",
|
||||
"500_error": "Your request could not be processed, signup queue is likely full! Try again in few minutes...",
|
||||
"title_description": "One account to manage everything",
|
||||
"title_description": "Üks kasutaja kõige haldamiseks",
|
||||
"form_description": "By signing up with us, you agree to our Terms of Service and Privacy Policies."
|
||||
},
|
||||
"home": {
|
||||
"feed": "Sein",
|
||||
"popular": "Populaarne",
|
||||
"top": "Top",
|
||||
"hot": "Hot",
|
||||
"new": "New",
|
||||
"blog": "Blog",
|
||||
"hot": "Kuum",
|
||||
"new": "Uus",
|
||||
"blog": "Blogi",
|
||||
"posts": "Post",
|
||||
"friends": "Friends",
|
||||
"communities": "Communities"
|
||||
"friends": "Sõbrad",
|
||||
"communities": "Kogukonnad"
|
||||
},
|
||||
"side_menu": {
|
||||
"profile": "Profiil",
|
||||
@ -255,7 +255,10 @@
|
||||
"add_account": "Lisa konto",
|
||||
"logout": "Logi välja",
|
||||
"cancel": "Tühista",
|
||||
"logout_text": "Oled kindel, et soovid välja logida?"
|
||||
"logout_text": "Oled kindel, et soovid välja logida?",
|
||||
"create_a_new_account": "Registreeri uus kasutaja",
|
||||
"add_an_existing_account": "Lisa olemasolev kasutaja",
|
||||
"accounts": "Kasutajad"
|
||||
},
|
||||
"header": {
|
||||
"title": "Logi sisse, et kohandada oma voogu",
|
||||
@ -269,32 +272,33 @@
|
||||
},
|
||||
"editor": {
|
||||
"title": "Pealkiri",
|
||||
"tags": "Tags (separate with space)",
|
||||
"default_placeholder": "Tell us something...",
|
||||
"reply_placeholder": "Add your reply...",
|
||||
"tags": "Sildid (eralda tühikuga)",
|
||||
"default_placeholder": "Kirjuta midagi...",
|
||||
"reply_placeholder": "Vasta...",
|
||||
"publish": "Avalda",
|
||||
"reply": "Vasta",
|
||||
"open_gallery": "Ava Galerii",
|
||||
"capture_photo": "Tee pilti",
|
||||
"limited_tags": "Only 10 tags allowed, remove some",
|
||||
"limited_length": "Maximum length of each tag should be 24",
|
||||
"limited_dash": "Use one dash in each tag",
|
||||
"limited_tags": "10 silti lubatud, eemalda mõned",
|
||||
"limited_length": "Sildi maksimum pikkus võib olla 24",
|
||||
"limited_dash": "Kasuta ühte kriipsu igas sildis",
|
||||
"limited_space": "Use space to separate tags",
|
||||
"limited_lowercase": "Only use lower letters in tag",
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_beneficiary": "Beneficiary",
|
||||
"reward_default": "Default 50% / 50%",
|
||||
"reward_power_up": "Power Up 100%",
|
||||
"reward_decline": "Decline Payout",
|
||||
"beneficiaries": "Beneficiaries",
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"limited_lowercase": "Kasuta siltides ainult väiketähti",
|
||||
"limited_characters": "Kasuta ainult väiketähti, numbreid ja ühte kriipsu",
|
||||
"limited_firstchar": "Silt peab algama tähega",
|
||||
"limited_lastchar": "Silt peab lõppema tähe või numbriga",
|
||||
"setting_schedule": "Ajasta",
|
||||
"setting_reward": "Tasu",
|
||||
"setting_beneficiary": "Kasusaaja",
|
||||
"reward_default": "Vaikimisi 50% / 50%",
|
||||
"reward_power_up": "Lisa võimsust 100%",
|
||||
"reward_decline": "Keeldu väljamaksest",
|
||||
"beneficiaries": "Kasusaajad",
|
||||
"options": "Valikud",
|
||||
"my_blog": "Minu blogi",
|
||||
"my_communities": "Minu kogukonnad",
|
||||
"top_communities": "Top kogukonnad",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -310,25 +314,31 @@
|
||||
"fail": "Ebaõnnestumine!",
|
||||
"move": "Liiguta",
|
||||
"move_question": "Oled sa kindel, et soovid mustanditesse teisaldada?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_shared": "Valmis! Sisu esitatud!",
|
||||
"success_moved": "Teisaldatud mustanditesse",
|
||||
"permission_denied": "Juurdepääs keelatud",
|
||||
"permission_text": "Please, go to phone Settings and change Ecency app permissions.",
|
||||
"key_warning": "Operation requires active key or master password, please relogin!",
|
||||
"success_rebloged": "Rebloged!",
|
||||
"already_rebloged": "Sa oled seda juba jaganud!",
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"success_favorite": "Lisatud lemmikuks!",
|
||||
"success_unfavorite": "Lemmik eemaldatud!",
|
||||
"success_follow": "Jälgimine õnnestus!",
|
||||
"fail_follow": "Jälgimine ebaõnnestus!",
|
||||
"success_subscribe": "Tellimine õnnestus!",
|
||||
"fail_subscribe": "Tellimine ebaõnnestus!",
|
||||
"success_leave": "Lahkumine õnnestus!",
|
||||
"fail_leave": "Lahkumine ebaõnnestus!",
|
||||
"success_mute": "Vaigistamine õnnestus!",
|
||||
"success_unmute": "Vaigistamine tühistatud!",
|
||||
"success_unfollow": "Jälgimine eemaldatud!",
|
||||
"fail_unfollow": "Jälgimise eemaldamine ebaõnnestus!",
|
||||
"warning": "Hoiatus",
|
||||
"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_user_alert": "Are you sure you want to clear all user data?",
|
||||
"clear": "Clear",
|
||||
"clear": "Tühjenda",
|
||||
"cancel": "Tühista",
|
||||
"delete": "Kustuta",
|
||||
"copied": "Kopeeritud!",
|
||||
@ -341,17 +351,18 @@
|
||||
"fetch_error": "Connection issue, change server and restart",
|
||||
"connection_fail": "Ühendus nurjus!",
|
||||
"connection_success": "Edukalt ühendatud!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"checking": "Kontrollin...",
|
||||
"external_link": "Ava veebilehitsejas",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
"payloadTooLarge": "File size too big, please resize or upload smaller image",
|
||||
"qoutaExceeded": "Upload quota exceeded",
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong": "Midagi läks valesti.",
|
||||
"something_wrong_alt": "Proovi https://ecency.com",
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Oled sa kindel, et soovid seda jagada?",
|
||||
@ -411,20 +422,20 @@
|
||||
"promoted": "Promoted",
|
||||
"author_payout": "Author Payout",
|
||||
"curation_payout": "Curation Payout",
|
||||
"payout_date": "Payout",
|
||||
"beneficiaries": "Beneficiaries",
|
||||
"warn_zero_payout": "Amount must reach $0.02 for payout",
|
||||
"payout_date": "Väljamakse",
|
||||
"beneficiaries": "Kasusaajad",
|
||||
"warn_zero_payout": "Kogus peab väljamakseks olema vähemalt $0.02",
|
||||
"breakdown": "Breakdown"
|
||||
},
|
||||
"post_dropdown": {
|
||||
"copy": "copy link",
|
||||
"reblog": "reblog",
|
||||
"reply": "reply",
|
||||
"share": "share",
|
||||
"bookmarks": "add to bookmarks",
|
||||
"copy": "kopeeri link",
|
||||
"reblog": "jaga",
|
||||
"reply": "vasta",
|
||||
"share": "jaga",
|
||||
"bookmarks": "lisa järjehoidjatesse",
|
||||
"promote": "reklaami",
|
||||
"boost": "võimenda",
|
||||
"report": "report"
|
||||
"report": "teavita"
|
||||
},
|
||||
"deep_link": {
|
||||
"no_existing_user": "Kasutaja ei eksisteeri",
|
||||
@ -436,24 +447,24 @@
|
||||
},
|
||||
"comment_filter": {
|
||||
"trending": "TOP",
|
||||
"reputation": "REPUTATION",
|
||||
"votes": "VOTE",
|
||||
"age": "AGE",
|
||||
"reputation": "MAINE",
|
||||
"votes": "HÄÄL",
|
||||
"age": "VANUS",
|
||||
"top": "TOP",
|
||||
"time": "TIME"
|
||||
"time": "AEG"
|
||||
},
|
||||
"transfer": {
|
||||
"from": "Kellelt",
|
||||
"to": "Kellele",
|
||||
"amount_information": "Drag the slider to adjust the amount",
|
||||
"amount": "Amount",
|
||||
"amount": "Kogus",
|
||||
"memo": "Märge",
|
||||
"information": "Oled kindel, et soovid raha üle kanda?",
|
||||
"amount_desc": "Saldo",
|
||||
"memo_desc": "See märge on avalik",
|
||||
"convert_desc": "Convert takes 3.5 days and NOT recommended IF HBD price is higher than $1",
|
||||
"to_placeholder": "Kasutajanimi",
|
||||
"memo_placeholder": "Enter your notes here",
|
||||
"memo_placeholder": "Jäta oma märkmed siia",
|
||||
"transfer_token": "Ülekanne",
|
||||
"purchase_estm": "Purchase Points",
|
||||
"convert": "Convert HBD to HIVE",
|
||||
@ -467,23 +478,23 @@
|
||||
"stop_information": "Are you sure want to stop?",
|
||||
"percent": "Percent",
|
||||
"auto_vests": "Auto Vests",
|
||||
"save": "SAVE",
|
||||
"save": "SALVESTA",
|
||||
"percent_information": "Percent info",
|
||||
"next": "NEXT",
|
||||
"next": "EDASI",
|
||||
"delegate": "Delegate",
|
||||
"power_down": "Power Down",
|
||||
"withdraw_steem": "Withdraw HIVE",
|
||||
"withdraw_sbd": "Withdraw HIVE Dollar",
|
||||
"incoming_funds": "Incoming Funds",
|
||||
"stop": "Stop",
|
||||
"address_view": "View address"
|
||||
"withdraw_steem": "Võta HIVE välja",
|
||||
"withdraw_sbd": "Võta HIVE Dollar välja",
|
||||
"incoming_funds": "Sissetulevad varad",
|
||||
"stop": "Peata",
|
||||
"address_view": "Näita aadressi"
|
||||
},
|
||||
"boost": {
|
||||
"title": "Get Points",
|
||||
"buy": "GET Points",
|
||||
"next": "NEXT",
|
||||
"title": "Osta Punkte",
|
||||
"buy": "OSTA Punkte",
|
||||
"next": "EDASI",
|
||||
"account": {
|
||||
"title": "Get Account Boost",
|
||||
"title": "Võimenda kasutajat",
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
}
|
||||
},
|
||||
@ -528,33 +539,46 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
"unsubscribe": "Leave",
|
||||
"subscribers": "Members",
|
||||
"posters": "Posters",
|
||||
"posters": "Postitajad",
|
||||
"posts": "Post"
|
||||
},
|
||||
"communities_filter": {
|
||||
"my": "My Communities",
|
||||
"rank": "Rank",
|
||||
"subs": "Members",
|
||||
"new": "New"
|
||||
"my": "Minu Kogukonnad",
|
||||
"rank": "Tase",
|
||||
"subs": "Liikmed",
|
||||
"new": "Uus"
|
||||
},
|
||||
"post_result_filter": {
|
||||
"popularity": "Popularity",
|
||||
"newest": "Newest",
|
||||
"relevance": "Relevance"
|
||||
"popularity": "Populaarsus",
|
||||
"newest": "Uusim",
|
||||
"relevance": "Asjakohasus"
|
||||
},
|
||||
"other_result_filter": {
|
||||
"user": "User",
|
||||
"tag": "Tag"
|
||||
"user": "Kasutaja",
|
||||
"tag": "Silt"
|
||||
}
|
||||
},
|
||||
"community": {
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
"new_post": "Uus postitus",
|
||||
"community": "kogukond",
|
||||
"details": "Üksikasjad"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Jälgi",
|
||||
"unfollow": "Lõpeta jälgimine"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "اضافه کردن حساب کاربری",
|
||||
"logout": "خروج از حساب",
|
||||
"cancel": "صرف نظر",
|
||||
"logout_text": "آیا مطمئنید که میخواهید خارج شوید؟"
|
||||
"logout_text": "آیا مطمئنید که میخواهید خارج شوید؟",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "برای شخصی سازی فید های خود وارد شوید",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "اخطار",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Lisää tili",
|
||||
"logout": "Kirjaudu ulos",
|
||||
"cancel": "Peruuta",
|
||||
"logout_text": "Haluatko varmasti kirjautua ulos?"
|
||||
"logout_text": "Haluatko varmasti kirjautua ulos?",
|
||||
"create_a_new_account": "Luo uusi tili",
|
||||
"add_an_existing_account": "Lisää olemassa oleva tili",
|
||||
"accounts": "Tilit"
|
||||
},
|
||||
"header": {
|
||||
"title": "Kirjaudu mukauttaaksesi syötettäsi",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Asetukset",
|
||||
"my_blog": "Oma Blogi",
|
||||
"my_communities": "Yhteisöni",
|
||||
"top_communities": "Suosituimmat Yhteisöt"
|
||||
"top_communities": "Suosituimmat Yhteisöt",
|
||||
"schedule_modal_title": "Ajasta julkaisu"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Poista lukitus antamalla PIN-koodi",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Suosikki lisätty!",
|
||||
"success_unfavorite": "Suosikki poistettu!",
|
||||
"success_follow": "Seuraaminen onnistui!",
|
||||
"fail_follow": "Seuraaminen epäonnistui!",
|
||||
"success_subscribe": "Tilaus onnistui!",
|
||||
"fail_subscribe": "Tilaus epäonnistui!",
|
||||
"success_leave": "Poistuminen onnistui!",
|
||||
"fail_leave": "Poistuminen epäonnistui!",
|
||||
"success_mute": "Hiljentäminen onnistui!",
|
||||
"success_unmute": "Hiljennyksen poisto onnistui!",
|
||||
"success_unfollow": "Seuraamisen lopettaminen onnistui!",
|
||||
"fail_unfollow": "Seuraamisen peruminen epäonnistui!",
|
||||
"warning": "Varoitus",
|
||||
"invalid_pincode": "Virheellinen PIN-koodi, tarkista koodi ja yritä uudelleen.",
|
||||
"remove_alert": "Haluatko varmasti poistaa?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Vääränlainen kuva, yritä toista",
|
||||
"something_wrong": "Jokin meni pieleen.",
|
||||
"something_wrong_alt": "Kokeile https://ecency.com",
|
||||
"something_wrong_reload": "Päivitä"
|
||||
"something_wrong_reload": "Päivitä",
|
||||
"can_not_be_empty": "Otsikko ja sisältö eivät voi olla tyhjiä!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Haluatko varmasti jakaa?",
|
||||
@ -527,7 +538,16 @@
|
||||
"more_replies": "lisää vastauksia"
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Muut",
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Parhaat"
|
||||
},
|
||||
"people": {
|
||||
"title": "Ihmiset"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Aiheet"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Yhteisöt",
|
||||
"subscribe": "Liity",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "Uusi julkaisu",
|
||||
"community": "yhteisö",
|
||||
"details": "Lisätiedot"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Seuraa",
|
||||
"unfollow": "Älä seuraa"
|
||||
}
|
||||
}
|
||||
|
@ -21,7 +21,7 @@
|
||||
"delegation": "Delegasyon",
|
||||
"delegations": "Mga Delegasyon",
|
||||
"delegation_title": "Delegasyon na gantimpala",
|
||||
"delegation_desc": "Earn Points everyday for delegation",
|
||||
"delegation_desc": "Kumita ng Points araw-araw sa mga delegasyon",
|
||||
"post_title": "Puntos para sa post",
|
||||
"comment_title": "Puntos para sa komento",
|
||||
"vote_title": "Puntos para sa boto",
|
||||
@ -30,13 +30,13 @@
|
||||
"checkin_title": "Puntos para sa tibok ng puso",
|
||||
"referral": "Referral",
|
||||
"referral_title": "Gantimpala sa mga Referral",
|
||||
"referral_desc": "Invite friends and earn Points",
|
||||
"checkin_extra_title": "Bonus sa pag-gamit",
|
||||
"referral_desc": "Mag-anyaya ng mga kaibigan at kumita ng Points",
|
||||
"checkin_extra_title": "Bonus sa paggamit",
|
||||
"no_activity": "Walang aktibidad kamakailan",
|
||||
"outgoing_transfer_description": "",
|
||||
"incoming_transfer_description": "",
|
||||
"post_desc": "Kikita ka ng puntos sa pamamagitan ng regular na pag-post. Ang pag-post ay nagbibigay sa iyo ng hanggang sa 15 na puntos.",
|
||||
"comment_desc": "Ang bawat komento na ginagawa mo ay nakakatulong sa pagpapalago ng iyong madla at kumikita ka ng hanggang 5 na puntos.",
|
||||
"post_desc": "Kikita ka ng puntos sa pamamagitan ng palaging pagpost. Ang pagpost ay magbibigay sa iyo ng hanggang sa 15 puntos.",
|
||||
"comment_desc": "Ang bawat komento na ginagawa mo ay nakakatulong sa pagpaparami ng iyong madla at magbibigay sayo ng hanggang 5 puntos.",
|
||||
"checkin_desc": "Ang regular na pagsuri ay nagbibigay sa iyo ng 0.25 na puntos.",
|
||||
"vote_desc": "Sa pagboto, nagbibigay ka ng gantimpala sa mga tagalikha at nagbibigay naman sa iyo ng hanggang 0.01 x bigat ng boto na puntos.",
|
||||
"reblog_desc": "Ibahagi ang post na gusto mo sa iyong mga kaibigan at kikita ka ng puntos.",
|
||||
@ -59,8 +59,8 @@
|
||||
"to_placeholder": "Username",
|
||||
"memo_placeholder": "I-enter ang iyong lista dito",
|
||||
"transfer_token": "Paglipat",
|
||||
"purchase_estm": "GET POINTS",
|
||||
"points": "Gift Points to someone",
|
||||
"purchase_estm": "MAGKAROON NG POINTS",
|
||||
"points": "Magregalo ng Points sa iba",
|
||||
"transfer_to_saving": "Patungong Saving",
|
||||
"powerUp": "Power Up",
|
||||
"withdraw_to_saving": "I-withdraw ang inipon",
|
||||
@ -83,7 +83,7 @@
|
||||
"fill_vesting_withdraw": "Ang pag-powerdown ay naisagawa",
|
||||
"estm": {
|
||||
"title": "Puntos",
|
||||
"buy": "GET POINTS"
|
||||
"buy": "MAGKAROON NG POINTS"
|
||||
},
|
||||
"savingsteem": {
|
||||
"title": "Inipong HIVE"
|
||||
@ -118,7 +118,7 @@
|
||||
"ignore": "ayaw kang makita",
|
||||
"reblog": "nireblogged",
|
||||
"transfer": "nailipat",
|
||||
"spin": "Time to earn more Points",
|
||||
"spin": "Panahon na para kumita ng mas maraming Points",
|
||||
"inactive": "Maging aktibo! Magsulat ng post, kumita ng tuloy-tuloy",
|
||||
"referral": "sumali gamit ang iyong referral, salubungin sila",
|
||||
"notification": "Mga Abiso",
|
||||
@ -159,7 +159,7 @@
|
||||
"voting_power": "Lakas ng pagboto",
|
||||
"login_to_see": "Mag login para makita",
|
||||
"follow_people": "Sundan ang ibang tao para punan ang iyong feed",
|
||||
"follow_communities": "Join some communities to fill your feed",
|
||||
"follow_communities": "Sumali sa ilang komunidad para mapuno ang iyong feed",
|
||||
"havent_commented": "wala pang na i-komentong bagay",
|
||||
"havent_posted": "wala pang na i-post na kahit anong bagay",
|
||||
"steem_power": "Hive Power",
|
||||
@ -214,24 +214,24 @@
|
||||
"login": {
|
||||
"signin": "Mag sign in",
|
||||
"signup": "SUMALI NGAYON",
|
||||
"signin_title": "To get all the benefits of using Ecency",
|
||||
"signin_title": "Para makuha ang lahat ng benepisyo ng paggamit ng Ecency",
|
||||
"username": "Username",
|
||||
"password": "Password or WIF",
|
||||
"description": "By signing in, you agree to our Terms of Services and Privacy Policies.",
|
||||
"description": "Sa pag-sign in, pumapayag ka sa mga Tuntunin ng Paggamit at Mga Patakaran sa Privacy.",
|
||||
"cancel": "kansel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "Kung ayaw mong itago ang encrypted password mo sa device mo, gamitin ang Hivesigner.",
|
||||
"steemconnect_fee_description": "impormasyon"
|
||||
},
|
||||
"register": {
|
||||
"button": "Sign Up",
|
||||
"button": "Sumali",
|
||||
"title": "Mag sign up",
|
||||
"username": "Pick a username",
|
||||
"mail": "Enter your email address",
|
||||
"ref_user": "Referred user (Optional)",
|
||||
"500_error": "Your request could not be processed, signup queue is likely full! Try again in few minutes...",
|
||||
"title_description": "One account to manage everything",
|
||||
"form_description": "By signing up with us, you agree to our Terms of Service and Privacy Policies."
|
||||
"username": "Pumili ng username",
|
||||
"mail": "Ilagay ang iyong email address",
|
||||
"ref_user": "Napasaling user (opsyunal)",
|
||||
"500_error": "Ang iyong request ay hindi maproseso, ang pila ng pagsali ay maaaring puno na! Subukan ulit nang ilang minuto...",
|
||||
"title_description": "Isang account para asikasuhin ang lahat",
|
||||
"form_description": "Sa pag-sign in, pumapayag ka sa mga Tuntunin ng Paggamit at Mga Patakaran sa Privacy."
|
||||
},
|
||||
"home": {
|
||||
"feed": "Feed",
|
||||
@ -241,8 +241,8 @@
|
||||
"new": "Bago",
|
||||
"blog": "Blog",
|
||||
"posts": "Post",
|
||||
"friends": "Friends",
|
||||
"communities": "Communities"
|
||||
"friends": "Mga kaibigan",
|
||||
"communities": "Mga pamayanan"
|
||||
},
|
||||
"side_menu": {
|
||||
"profile": "Profile",
|
||||
@ -255,7 +255,10 @@
|
||||
"add_account": "Magdagdag ng Account",
|
||||
"logout": "Mag-logout",
|
||||
"cancel": "Kansel",
|
||||
"logout_text": "Sigurado kang gusto mong mag logout?"
|
||||
"logout_text": "Sigurado kang gusto mong mag logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Mag login para i-customize ang iyong feed",
|
||||
@ -281,20 +284,21 @@
|
||||
"limited_dash": "Gumamit ng isang gatlang bawat tag",
|
||||
"limited_space": "Gumamit ng puwang para mapaghiwalay ang bawat tag",
|
||||
"limited_lowercase": "Gumamit lamang ng maliliit na letra sa mga tag",
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_characters": "Gumamit lamang ng maliliit na mga titik, mga numero, at isang gitling",
|
||||
"limited_firstchar": "Dapat nag-uumpisa sa letra ang bawat tag",
|
||||
"limited_lastchar": "Dapat nakatapus sa letra o numero ang tag",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_beneficiary": "Beneficiary",
|
||||
"setting_schedule": "Oras ng Iskedyul",
|
||||
"setting_reward": "Gantimpala",
|
||||
"setting_beneficiary": "Benepisyaryo",
|
||||
"reward_default": "Default 50% / 50%",
|
||||
"reward_power_up": "Power Up 100%",
|
||||
"reward_decline": "Decline Payout",
|
||||
"beneficiaries": "Beneficiaries",
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"reward_decline": "Tanggihan ang Payout",
|
||||
"beneficiaries": "Mga Benepisyaryo",
|
||||
"options": "Mga Pagpipilian",
|
||||
"my_blog": "Aking blog",
|
||||
"my_communities": "Aking mga pamayanan",
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -310,19 +314,25 @@
|
||||
"fail": "Bigo!",
|
||||
"move": "Ilipat",
|
||||
"move_question": "Sigurado kang ililipat mo sa drafts?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_shared": "Tagumpay! Ang nilalaman ay naipasa na!",
|
||||
"success_moved": "Nailipat sa draft",
|
||||
"permission_denied": "Hindi pinahintulutan",
|
||||
"permission_text": "Please, go to phone Settings and change Ecency app permissions.",
|
||||
"key_warning": "Operation requires active key or master password, please relogin!",
|
||||
"key_warning": "Ang operasyon ay nangangailangan ng active key o master password, palogin ulit!",
|
||||
"success_rebloged": "Rebloged!",
|
||||
"already_rebloged": "Naibahagi mo na ito!",
|
||||
"success_favorite": "Paborito ay nadagdag!",
|
||||
"success_unfavorite": "Paborito ay natanggal!",
|
||||
"success_follow": "Nagtagumpay sa pagsunod!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Nagtagumpay sa pag-mute!",
|
||||
"success_unmute": "Nagtagumpay sa pag-unmute!",
|
||||
"success_unfollow": "Nagtagumpay sa hindi pagsunod!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Babala",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -349,13 +359,14 @@
|
||||
"payloadTooLarge": "Masyadong malaki ang file, maaaring baguhin ang laki nito o mag-upload ng mas maliit na imahe",
|
||||
"qoutaExceeded": "Umabot na sa limit sa pag-upload",
|
||||
"invalidImage": "Inbalidong imahe, subukan ang ibang file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong": "May nangyaring problema.",
|
||||
"something_wrong_alt": "Subukan ang https://ecency.com",
|
||||
"something_wrong_reload": "I-reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Sigurado ka, gusto mong i-reblog?",
|
||||
"removed_hint": "Content is not available",
|
||||
"removed_hint": "Ang nilalaman ay hindi makuha",
|
||||
"copy_link": "Kopyahin ang link",
|
||||
"reblogged": "ni-reblog ni",
|
||||
"sponsored": "SPONSORED",
|
||||
@ -404,7 +415,7 @@
|
||||
"invalid_username": "Maling username, maaaring suriin at subukan ulit",
|
||||
"already_logged": "Ikaw ay naka login na, maaaring subukan na magdagdag ng ibang account",
|
||||
"invalid_credentials": "Maling credentials, maaaring suriin at subukan ulit",
|
||||
"unknow_error": "Unknown error, please write to support@ecency.com"
|
||||
"unknow_error": "Hindi malaman na error, maaaring sumulat sa support@ecency.com"
|
||||
},
|
||||
"payout": {
|
||||
"potential_payout": "Potensyal na Payout",
|
||||
@ -424,7 +435,7 @@
|
||||
"bookmarks": "idagdag sa mga bookmark",
|
||||
"promote": "i-promote",
|
||||
"boost": "i-boost",
|
||||
"report": "report"
|
||||
"report": "iulat"
|
||||
},
|
||||
"deep_link": {
|
||||
"no_existing_user": "Walang makita na user",
|
||||
@ -457,7 +468,7 @@
|
||||
"transfer_token": "Paglipat",
|
||||
"purchase_estm": "Purchase Points",
|
||||
"convert": "I-convert ang HBD bilang HIVE",
|
||||
"points": "Gift Points to someone",
|
||||
"points": "Iregalo ang Points sa iba",
|
||||
"transfer_to_saving": "Ilipat sa Ipon",
|
||||
"powerUp": "Power Up",
|
||||
"withdraw_to_saving": "I-withdraw sa Inipon",
|
||||
@ -479,8 +490,8 @@
|
||||
"address_view": "Tignan ang address"
|
||||
},
|
||||
"boost": {
|
||||
"title": "Get Points",
|
||||
"buy": "GET Points",
|
||||
"title": "Magkaroon ng Points",
|
||||
"buy": "KUMUHA ng Points",
|
||||
"next": "SUNOD",
|
||||
"account": {
|
||||
"title": "Kumuha ng Account Boost",
|
||||
@ -488,7 +499,7 @@
|
||||
}
|
||||
},
|
||||
"free_estm": {
|
||||
"title": "Free Points",
|
||||
"title": "Libreng Points",
|
||||
"button": "IKUTIN & MANALO",
|
||||
"get_spin": "Limang(5) Ikot",
|
||||
"spin_right": "Ikot na natitira",
|
||||
@ -528,9 +539,18 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
"title": "Mga pamayanan",
|
||||
"subscribe": "Sumali",
|
||||
"unsubscribe": "Leave",
|
||||
"subscribers": "Members",
|
||||
"posters": "Posters",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Ajouter un compte",
|
||||
"logout": "Déconnexion",
|
||||
"cancel": "Annuler",
|
||||
"logout_text": "Voulez-vous vraiment vous déconnecter?"
|
||||
"logout_text": "Voulez-vous vraiment vous déconnecter?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Connectez-vous pour personnaliser votre flux",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favori ajouté !",
|
||||
"success_unfavorite": "Favori supprimé !",
|
||||
"success_follow": "Suivi avec succès !",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Rendu muet avec succès !",
|
||||
"success_unmute": "Rendu non muet avec succès !",
|
||||
"success_unfollow": "Désabonné avec succès !",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Attention",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Êtes-vous sûr de vouloir retirer ?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Image invalide, essayez un autre fichier",
|
||||
"something_wrong": "Une erreur s’est produite.",
|
||||
"something_wrong_alt": "Essayez https://ecency.com",
|
||||
"something_wrong_reload": "Rafraîchir"
|
||||
"something_wrong_reload": "Rafraîchir",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Êtes-vous sûr de vouloir rebloguer ?",
|
||||
@ -527,7 +538,16 @@
|
||||
"more_replies": "plus de réponses"
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Autres",
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communautés",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "Nouvelle Publication",
|
||||
"community": "communauté",
|
||||
"details": "Détails"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Anaaiauk rahnein",
|
||||
"logout": "Afleiþ",
|
||||
"cancel": "Fraqiþ",
|
||||
"logout_text": "Wileis bi sunjai afleiþan?"
|
||||
"logout_text": "Wileis bi sunjai afleiþan?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Atgagg du waljan þein feid",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Melei PIN du uslukan",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Ungaraihts pin kodus, bidjam þuk sai jah sokei aftra.",
|
||||
"remove_alert": "Bi sunjai wileis þata usniman?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "הוסף/י חשבון",
|
||||
"logout": "התנתק/י",
|
||||
"cancel": "ביטול",
|
||||
"logout_text": "האם את\\ה בטוח\\ה שברצונך להתנתק?"
|
||||
"logout_text": "האם את\\ה בטוח\\ה שברצונך להתנתק?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "התחבר\\י כדי לעצב אישית את הפיד שלך",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "תקליד\\י PIN כדי לבטל נעילה",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "אזהרה",
|
||||
"invalid_pincode": "קוד PIN לא תקין, אנא בדוק ונסה שנית.",
|
||||
"remove_alert": "האם בוודאות ברצונך להסיר?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "खता जोड़ें",
|
||||
"logout": "बहार जाएँ",
|
||||
"cancel": "रद्द करें",
|
||||
"logout_text": "क्या आप सच में बाहर जाना चाहते हैं?"
|
||||
"logout_text": "क्या आप सच में बाहर जाना चाहते हैं?",
|
||||
"create_a_new_account": "एक नया खाता बनाएं",
|
||||
"add_an_existing_account": "एक मौजूदा खाता जोड़ें",
|
||||
"accounts": "खाते"
|
||||
},
|
||||
"header": {
|
||||
"title": "आपकी अपनी संभरण को अपने अनुकूल संयोजित करने के लिए लॉगिन करें",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "विकल्प",
|
||||
"my_blog": "मेरा ब्लॉग",
|
||||
"my_communities": "मेरे समुदाय",
|
||||
"top_communities": "शीर्ष समुदाय"
|
||||
"top_communities": "शीर्ष समुदाय",
|
||||
"schedule_modal_title": "पोस्ट शेड्यूल करें"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "खोलनें के लिए पिन डालें",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "पसंदीदा जोड़ा!",
|
||||
"success_unfavorite": "पसंदीदा हटा दिया गया!",
|
||||
"success_follow": "सफलता का पालन करें!",
|
||||
"fail_follow": "फॉलो फेल हो गए!",
|
||||
"success_subscribe": "सदस्यता लें सफलता!",
|
||||
"fail_subscribe": "सदस्यता लें विफल!",
|
||||
"success_leave": "सफलता छोड़ो!",
|
||||
"fail_leave": "छोड़ो असफल!",
|
||||
"success_mute": "सफलता को म्यूट करें!",
|
||||
"success_unmute": "सफलता को बेपर्दा करो!",
|
||||
"success_unfollow": "असफल सफलता!",
|
||||
"fail_unfollow": "उनफॉलो असफल रहा!",
|
||||
"warning": "चेतावनी",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "क्या आप इसे सच में हटाना चाहते हैं?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "अमान्य छवि, भिन्न फ़ाइल आज़माएं",
|
||||
"something_wrong": "कुछ गलत हो गया।",
|
||||
"something_wrong_alt": "Https://ecency.com आज़माएं",
|
||||
"something_wrong_reload": "पुनः लोड करें"
|
||||
"something_wrong_reload": "पुनः लोड करें",
|
||||
"can_not_be_empty": "शीर्षक और शरीर खाली नहीं हो सकता!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "क्या आप निश्चित हैं, आप इसे हटाना चाहते हैं?",
|
||||
@ -527,7 +538,16 @@
|
||||
"more_replies": "अधिक जवाब"
|
||||
},
|
||||
"search_result": {
|
||||
"others": "अन्य",
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "सर्वश्रेष्ठ"
|
||||
},
|
||||
"people": {
|
||||
"title": "लोग"
|
||||
},
|
||||
"topics": {
|
||||
"title": "विषयों"
|
||||
},
|
||||
"communities": {
|
||||
"title": "समुदाय",
|
||||
"subscribe": "शामिल हों",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "नया पोस्ट",
|
||||
"community": "समुदाय",
|
||||
"details": "विवरण"
|
||||
},
|
||||
"user": {
|
||||
"follow": "फॉलो करें",
|
||||
"unfollow": "अनफॉलो करें"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Dodaj Profil",
|
||||
"logout": "Odjava",
|
||||
"cancel": "Poništi",
|
||||
"logout_text": "Jeste li sigurni da se želite odjaviti?"
|
||||
"logout_text": "Jeste li sigurni da se želite odjaviti?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Ulogirajte se kako bi ste konfigurirali obavijesti",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Upozorenje",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -2,11 +2,11 @@
|
||||
"wallet": {
|
||||
"curation_reward": "Kuráció Jutalom",
|
||||
"author_reward": "Szerzői Jutalom",
|
||||
"comment_benefactor_reward": "Benefactor Reward",
|
||||
"claim_reward_balance": "Jutalmak átvevése ",
|
||||
"comment_benefactor_reward": "Jótevői jutalom",
|
||||
"claim_reward_balance": "Jutalom átvétele ",
|
||||
"transfer": "Átutalás",
|
||||
"transfer_to_vesting": "To Vesting",
|
||||
"transfer_from_savings": "From Savings",
|
||||
"transfer_to_vesting": "A Vesting-be",
|
||||
"transfer_from_savings": "A megtakarításoktól",
|
||||
"withdraw_vesting": "Power Down",
|
||||
"fill_order": "Megrendelés Kitöltése",
|
||||
"post": "Bejegyzés",
|
||||
@ -21,7 +21,7 @@
|
||||
"delegation": "Delegálás",
|
||||
"delegations": "Delegálások",
|
||||
"delegation_title": "Delegálási jutalom",
|
||||
"delegation_desc": "Earn Points everyday for delegation",
|
||||
"delegation_desc": "Nyerj Pontokat naponta delegálásért",
|
||||
"post_title": "Bejegyzés pontok",
|
||||
"comment_title": "Hozzászólás pontok",
|
||||
"vote_title": "Szavazási pontok",
|
||||
@ -30,7 +30,7 @@
|
||||
"checkin_title": "Életjel pontok",
|
||||
"referral": "Ajánló",
|
||||
"referral_title": "Ajánlói jutalom",
|
||||
"referral_desc": "Invite friends and earn Points",
|
||||
"referral_desc": "Hívd meg a barátaid és nyerj Pontokat",
|
||||
"checkin_extra_title": "Használati bónusz",
|
||||
"no_activity": "Nincs friss tevékenység",
|
||||
"outgoing_transfer_description": "",
|
||||
@ -60,52 +60,52 @@
|
||||
"memo_placeholder": "Megjegyzés ide",
|
||||
"transfer_token": "Átutalás",
|
||||
"purchase_estm": "SZEREZZ PONTOKAT",
|
||||
"points": "Gift Points to someone",
|
||||
"points": "Ajándékozz Pontokat valakinek",
|
||||
"transfer_to_saving": "A megtakarításokhoz",
|
||||
"powerUp": "Power Up",
|
||||
"withdraw_to_saving": "Withdraw Saving",
|
||||
"steemconnect_title": "Hivesigner Transfer",
|
||||
"withdraw_to_saving": "Megtakarítás visszavonás",
|
||||
"steemconnect_title": "Hivesigner átutalás",
|
||||
"next": "KÖVETKEZŐ",
|
||||
"delegate": "Delegálás",
|
||||
"power_down": "Power Down",
|
||||
"withdraw_steem": "Withdraw HIVE",
|
||||
"withdraw_sbd": "Withdraw HBD",
|
||||
"withdraw_steem": "HIVE visszavonás",
|
||||
"withdraw_sbd": "HBD visszavonás",
|
||||
"transfer_to_savings": "A megtakarításokhoz",
|
||||
"convert": "Konvertálás",
|
||||
"escrow_transfer": "Letéti átutalás",
|
||||
"escrow_dispute": "Letéti vita",
|
||||
"escrow_release": "Letéti engedély",
|
||||
"escrow_approve": "Letéti jóváhagyás",
|
||||
"cancel_transfer_from_savings": "Cancel From Savings",
|
||||
"cancel_transfer_from_savings": "A megtakarításoktól való átutalás törlése",
|
||||
"delegate_vesting_shares": "Delegálás",
|
||||
"fill_convert_request": "Átváltás végrehajtva",
|
||||
"fill_transfer_from_savings": "Savings Executed",
|
||||
"fill_vesting_withdraw": "PowerDown executed",
|
||||
"fill_convert_request": "Konvertálás végrehajtva",
|
||||
"fill_transfer_from_savings": "A megtakarításoktól végrehajtva",
|
||||
"fill_vesting_withdraw": "PowerDown végrehajtva",
|
||||
"estm": {
|
||||
"title": "Pontok",
|
||||
"buy": "GET POINTS"
|
||||
"buy": "VÁSÁROLJ PONTOKAT"
|
||||
},
|
||||
"savingsteem": {
|
||||
"title": "HIVE Savings"
|
||||
"title": "HIVE megtakarítások"
|
||||
},
|
||||
"savingsbd": {
|
||||
"title": "HBD Savings"
|
||||
"title": "HBD megtakarítások"
|
||||
},
|
||||
"steem": {
|
||||
"title": "HIVE",
|
||||
"buy": "GET HIVE"
|
||||
"buy": "HIVE VÁSÁRLÁS"
|
||||
},
|
||||
"sbd": {
|
||||
"title": "HBD",
|
||||
"buy": "GET HBD"
|
||||
"title": "HDB",
|
||||
"buy": "SBD VÁSÁRLÁS"
|
||||
},
|
||||
"steem_power": {
|
||||
"title": "HIVE POWER"
|
||||
},
|
||||
"btc": {
|
||||
"title": "BTC",
|
||||
"buy": "GET BTC",
|
||||
"address": "RECEIVE"
|
||||
"buy": "BTC VÁSÁRLÁS",
|
||||
"address": "KAP"
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
@ -118,9 +118,9 @@
|
||||
"ignore": "mellőzött téged",
|
||||
"reblog": "megosztotta",
|
||||
"transfer": "átutalva",
|
||||
"spin": "Time to earn more Points",
|
||||
"inactive": "Be active! Write a post, continue earning",
|
||||
"referral": "joined with your referral, welcome them",
|
||||
"spin": "Pontszerzés ideje",
|
||||
"inactive": "Légy aktív! Írj egy bejegyzést és folytasd a cryptoszerzést",
|
||||
"referral": "regisztrált a te ajánlásoddal, üdvözöld őt",
|
||||
"notification": "Értesítések",
|
||||
"leaderboard": "Ranglista",
|
||||
"epoint": "Pontok",
|
||||
@ -158,8 +158,8 @@
|
||||
"hours": "órák",
|
||||
"voting_power": "Szavazóerő",
|
||||
"login_to_see": "A megtekintéshez jelentkezz be",
|
||||
"follow_people": "Kövess néhány felhasználót, hogy töltsd meg a hírcsatornád",
|
||||
"follow_communities": "Join some communities to fill your feed",
|
||||
"follow_people": "Kövess néhány felhasználót, hogy töltsd be a hírcsatornád",
|
||||
"follow_communities": "Csatalkozz néhány közösséghez, hogy betöltsd a hírcsatornád",
|
||||
"havent_commented": "még nem szólt hozzá semmihez",
|
||||
"havent_posted": "még nem tett közzé semmit",
|
||||
"steem_power": "Hive Power",
|
||||
@ -214,24 +214,24 @@
|
||||
"login": {
|
||||
"signin": "Bejelentkezés",
|
||||
"signup": "CSATLAKOZZ MOST",
|
||||
"signin_title": "To get all the benefits of using Ecency",
|
||||
"signin_title": "Ahhoz, hogy az Ecency minden előnyét élvezd",
|
||||
"username": "Felhasználónév",
|
||||
"password": "Jelszó vagy a WIF",
|
||||
"description": "By signing in, you agree to our Terms of Services and Privacy Policies.",
|
||||
"description": "Bejelentkezéssel elfogadod a Felhasználói feltételeket és az Adatvédelmi szabályzatot.",
|
||||
"cancel": "visszavonom",
|
||||
"login": "BEJELENTKEZÉS",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Hivesigner.",
|
||||
"steemconnect_description": "Ha nem szeretnéd a jelszavad a készülékeden elmentve tárolni, használhatod a Hivesigner-t.",
|
||||
"steemconnect_fee_description": "infó"
|
||||
},
|
||||
"register": {
|
||||
"button": "Sign Up",
|
||||
"button": "Regisztráció",
|
||||
"title": "Regisztráció",
|
||||
"username": "Pick a username",
|
||||
"mail": "Enter your email address",
|
||||
"ref_user": "Referred user (Optional)",
|
||||
"500_error": "Your request could not be processed, signup queue is likely full! Try again in few minutes...",
|
||||
"title_description": "One account to manage everything",
|
||||
"form_description": "By signing up with us, you agree to our Terms of Service and Privacy Policies."
|
||||
"username": "Válassz felhasználónevet",
|
||||
"mail": "Add meg az e-mail címed",
|
||||
"ref_user": "Ajánló felhasználó (opcionális)",
|
||||
"500_error": "Kérésedet nem sikerült feldolgozni, a regisztrációs sor valószínűleg megtelt! Próbálkozzon újra néhány perc múlva...",
|
||||
"title_description": "Egy fiók mindenre",
|
||||
"form_description": "Regisztrálással elfogadod a Felhasználói feltételeket és az Adatvédelmi szabályzatot."
|
||||
},
|
||||
"home": {
|
||||
"feed": "Hírfolyam",
|
||||
@ -241,8 +241,8 @@
|
||||
"new": "Új",
|
||||
"blog": "Blog",
|
||||
"posts": "Bejegyzések",
|
||||
"friends": "Friends",
|
||||
"communities": "Communities"
|
||||
"friends": "Barátok",
|
||||
"communities": "Közösségek"
|
||||
},
|
||||
"side_menu": {
|
||||
"profile": "Profil",
|
||||
@ -255,7 +255,10 @@
|
||||
"add_account": "Fiók Hozzáadása",
|
||||
"logout": "Kijelentkezés",
|
||||
"cancel": "Elvet",
|
||||
"logout_text": "Biztos ki szeretnél jelentkezni?"
|
||||
"logout_text": "Biztos ki szeretnél jelentkezni?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Jelentkezz be a hírfolyam testreszabásához",
|
||||
@ -269,7 +272,7 @@
|
||||
},
|
||||
"editor": {
|
||||
"title": "Cím",
|
||||
"tags": "Tags (separate with space)",
|
||||
"tags": "Címkék (szóközzel elválasztva)",
|
||||
"default_placeholder": "Mondj valamit...",
|
||||
"reply_placeholder": "A válaszod...",
|
||||
"publish": "Közzétesz",
|
||||
@ -277,24 +280,25 @@
|
||||
"open_gallery": "Galéria Megnyitása",
|
||||
"capture_photo": "Készíts egy fotót",
|
||||
"limited_tags": "Csak 10 címke engedélyezett, törölj néhányat",
|
||||
"limited_length": "Maximum length of each tag should be 24",
|
||||
"limited_dash": "Use one dash in each tag",
|
||||
"limited_space": "Use space to separate tags",
|
||||
"limited_lowercase": "Csak kisbetüt használj a címkékhez",
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_length": "Címkék maximális hossza 24 lehet",
|
||||
"limited_dash": "Használj egy kötőjelet minden címkében",
|
||||
"limited_space": "A címkék elválasztásához használj szóközt",
|
||||
"limited_lowercase": "Csak kisbetűt használj a címkéhez",
|
||||
"limited_characters": "Csak kisbetűt, számjegyeket és egy kötőjelet használj",
|
||||
"limited_firstchar": "A címkének betűvel kell kezdődnie",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_beneficiary": "Beneficiary",
|
||||
"reward_default": "Default 50% / 50%",
|
||||
"reward_power_up": "Power Up 100%",
|
||||
"reward_decline": "Decline Payout",
|
||||
"beneficiaries": "Beneficiaries",
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"limited_lastchar": "A címkének betűvel vagy számmal kell végződnie",
|
||||
"setting_schedule": "Beütemezési időpont",
|
||||
"setting_reward": "Jutalom",
|
||||
"setting_beneficiary": "Kedvezményezett",
|
||||
"reward_default": "Alapértelmezett 50% / 50%",
|
||||
"reward_power_up": "100%-os Power Up",
|
||||
"reward_decline": "Jutalom elutasítása",
|
||||
"beneficiaries": "Kedvezményezettek",
|
||||
"options": "Opciók",
|
||||
"my_blog": "Saját blog",
|
||||
"my_communities": "Közösségeim",
|
||||
"top_communities": "Top közösségek",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Feloldáshoz írd be a PIN kódot",
|
||||
@ -310,19 +314,25 @@
|
||||
"fail": "Sikertelen!",
|
||||
"move": "Áthelyezés",
|
||||
"move_question": "Biztos, hogy áthelyezed a piszkozatokhoz?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_shared": "Siker! Tartalom közzétéve!",
|
||||
"success_moved": "Áthelyezve a vázlatokhoz",
|
||||
"permission_denied": "Engedély megtagadva",
|
||||
"permission_text": "Please, go to phone Settings and change Ecency app permissions.",
|
||||
"key_warning": "Operation requires active key or master password, please relogin!",
|
||||
"permission_text": "Kérlek módosítsd az Ecency alkalmazás engedélyezéseit a Beállítások-nál a telefonodon.",
|
||||
"key_warning": "Ez a művelet aktív vagy master kulcsot igényel, kérlek jelentkezz be újra!",
|
||||
"success_rebloged": "Megosztva!",
|
||||
"already_rebloged": "Ezt már megosztottad!",
|
||||
"success_favorite": "Kedvencekhez hozzáadva!",
|
||||
"success_unfavorite": "Eltávolítva a kedvencektől!",
|
||||
"success_unfavorite": "Kedvencektől eltávolítva!",
|
||||
"success_follow": "Sikeres követés!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Sikeres némítás!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"success_unmute": "Némítás sikeres feloldása!",
|
||||
"success_unfollow": "Követés sikeres visszavonása!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Figyelmeztetés",
|
||||
"invalid_pincode": "Érvénytelen PIN kód, kérjük ellenőrizd és próbáld újra.",
|
||||
"remove_alert": "Biztos, hogy törölni akarod?",
|
||||
@ -338,33 +348,34 @@
|
||||
"same_user": "Ez a felhasználó már szerepel a listán",
|
||||
"unknow_error": "Hiba történt",
|
||||
"error": "Hiba",
|
||||
"fetch_error": "Connection issue, change server and restart",
|
||||
"fetch_error": "Csatlakozási probléma, válts szervert és indítsd újra",
|
||||
"connection_fail": "Sikertelen kapcsolat!",
|
||||
"connection_success": "A kapcsolat sikerült!",
|
||||
"checking": "Ellenőrzés folyamatban...",
|
||||
"external_link": "Open in Browser",
|
||||
"external_link": "Megnyitás böngészőben",
|
||||
"not_existing_post": "A bejegyzés nem létezik! Kérjük ellenőrizd a linket és a szerzőt.",
|
||||
"google_play_version": "Észrevettük, hogy a készülékeden a Google Play régi verziója található. Kérjük frissítsd a Google Play szolgáltatásait és próbáld újra!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
"payloadTooLarge": "File size too big, please resize or upload smaller image",
|
||||
"qoutaExceeded": "Upload quota exceeded",
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"rc_down": "Nincs elegendő erőforrás-jóváírásod ezen művelet végrehajtásához!\n\nPörgesd fel a fiókod, hogy továbbra is élvezhessd az élményt. Most szeretnéd belpörgetni a fiókodat?",
|
||||
"payloadTooLarge": "A fájlméret túl nagy, kérlek méretezd át, vagy tölts fel kisebb képet",
|
||||
"qoutaExceeded": "Tárhely korlát túllépve",
|
||||
"invalidImage": "Érvénytelen kép, próbálj egy másik fájlt",
|
||||
"something_wrong": "Valami hiba történt.",
|
||||
"something_wrong_alt": "Próbáld ezt https://ecency.com",
|
||||
"something_wrong_reload": "Frissítsd",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Biztos, hogy megosztod?",
|
||||
"removed_hint": "Content is not available",
|
||||
"removed_hint": "A tartalom nem elérhető",
|
||||
"copy_link": "Link másolása",
|
||||
"reblogged": "megosztva általa",
|
||||
"sponsored": "TÁMOGATOTT",
|
||||
"open_thread": "Üzenetsor megnyitása",
|
||||
"image": "Kép",
|
||||
"link": "Link",
|
||||
"gallery_mode": "Gallery mode",
|
||||
"save_to_local": "Download to device",
|
||||
"image_saved": "Image saved to Photo Gallery",
|
||||
"gallery_mode": "Galéria mód",
|
||||
"save_to_local": "Letöltés a készülékre",
|
||||
"image_saved": "Kép a galériába mentve",
|
||||
"image_saved_error": "Hiba a kép mentése közben",
|
||||
"wrong_link": "Nem megfelelő link"
|
||||
},
|
||||
@ -391,7 +402,7 @@
|
||||
"add": "Hozzáadás a könyvjelzőkhöz"
|
||||
},
|
||||
"report": {
|
||||
"added": "Reported objectionable content"
|
||||
"added": "Jelentett kifogásolható tartalom"
|
||||
},
|
||||
"favorites": {
|
||||
"title": "Kedvencek",
|
||||
@ -404,7 +415,7 @@
|
||||
"invalid_username": "Érvénytelen felhasználónév, kérjük ellenőrizd és próbáld újra",
|
||||
"already_logged": "Már be vagy jelentkezve, kérjük próbálj meg hozzáadni egy másik fiókot",
|
||||
"invalid_credentials": "Érvénytelen hitelesítő adatok. Kérjük, ellenőrizd és próbáld újra",
|
||||
"unknow_error": "Unknown error, please write to support@ecency.com"
|
||||
"unknow_error": "Ismeretlen hiba, kérlek írj ide support@ecency.com"
|
||||
},
|
||||
"payout": {
|
||||
"potential_payout": "Lehetséges Kifizetés",
|
||||
@ -424,7 +435,7 @@
|
||||
"bookmarks": "hozzáadás a könyvjelzőkhöz",
|
||||
"promote": "hirdetés",
|
||||
"boost": "felpörgetés",
|
||||
"report": "report"
|
||||
"report": "jelentés"
|
||||
},
|
||||
"deep_link": {
|
||||
"no_existing_user": "Nem létező felhasználó",
|
||||
@ -451,17 +462,17 @@
|
||||
"information": "Bistoz átutalod?",
|
||||
"amount_desc": "Egyenleg",
|
||||
"memo_desc": "Ez az üzenet nyilvános",
|
||||
"convert_desc": "Convert takes 3.5 days and NOT recommended IF HBD price is higher than $1",
|
||||
"convert_desc": "A konvertálás 3,5 napig tart és NEM ajánlott, HA a HDB ára nagyobb ming $1",
|
||||
"to_placeholder": "Felhasználónév",
|
||||
"memo_placeholder": "Megjegyzés ide",
|
||||
"transfer_token": "Átutalás",
|
||||
"purchase_estm": "Purchase Points",
|
||||
"convert": "Convert HBD to HIVE",
|
||||
"points": "Gift Points to someone",
|
||||
"purchase_estm": "Pont vásárlás",
|
||||
"convert": "HDB konvertálás HIVE-ra",
|
||||
"points": "Ajándékozz Pontokat valakinek",
|
||||
"transfer_to_saving": "Átutalás a megtakarításokhoz",
|
||||
"powerUp": "Power Up",
|
||||
"withdraw_to_saving": "Átutalás A Megtakarításokhoz",
|
||||
"steemconnect_title": "Hivesigner Transfer",
|
||||
"steemconnect_title": "Hivesigner átutalás",
|
||||
"estimated_weekly": "Heti becslés",
|
||||
"destination_accounts": "Cél Fiókok",
|
||||
"stop_information": "Bistos megállítod?",
|
||||
@ -472,23 +483,23 @@
|
||||
"next": "KÖVETKEZŐ",
|
||||
"delegate": "Delegálás",
|
||||
"power_down": "Power Down",
|
||||
"withdraw_steem": "Withdraw HIVE",
|
||||
"withdraw_sbd": "Withdraw HIVE Dollar",
|
||||
"withdraw_steem": "HIVE visszavonás",
|
||||
"withdraw_sbd": "HIVE Dollár visszavonás",
|
||||
"incoming_funds": "Bejövő tőke",
|
||||
"stop": "Megállítás",
|
||||
"address_view": "View address"
|
||||
"address_view": "Cím megtekintése"
|
||||
},
|
||||
"boost": {
|
||||
"title": "Get Points",
|
||||
"buy": "GET Points",
|
||||
"title": "Szerezz Pontokat",
|
||||
"buy": "VÁSÁROLJ Pontokat",
|
||||
"next": "KÖVETKEZŐ",
|
||||
"account": {
|
||||
"title": "Get Account Boost",
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
"title": "Fiók felpörgetés",
|
||||
"desc": "A 30 napos delegálás növelni fogja a szavazataidat, közösségi tevékenységeidet és több cselekvést engedélyez több erőforrás-jóváírás segítségével."
|
||||
}
|
||||
},
|
||||
"free_estm": {
|
||||
"title": "Free Points",
|
||||
"title": "Ingyenes pontok",
|
||||
"button": "PÖRGESS ÉS NYERJ",
|
||||
"get_spin": "5 PÖRGETÉS",
|
||||
"spin_right": "Pörgesd balra",
|
||||
@ -499,7 +510,7 @@
|
||||
"days": "nap",
|
||||
"user": "Felhasználó",
|
||||
"permlink": "Bejegyzés",
|
||||
"permlinkPlaceholder": "username/permlink",
|
||||
"permlinkPlaceholder": "felhasználónév/permlink",
|
||||
"information": "Bistos hirdeted?"
|
||||
},
|
||||
"boostPost": {
|
||||
@ -523,38 +534,51 @@
|
||||
"comments": {
|
||||
"title": "Hozzászólások",
|
||||
"reveal_comment": "Hozzászólás megjelenítése",
|
||||
"read_more": "Read more comments",
|
||||
"read_more": "Még több hozzáaszólás",
|
||||
"more_replies": "további hozzászólások betöltése"
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
"unsubscribe": "Leave",
|
||||
"subscribers": "Members",
|
||||
"posters": "Posters",
|
||||
"title": "Közösségek",
|
||||
"subscribe": "Csatlakozz",
|
||||
"unsubscribe": "Kilépés",
|
||||
"subscribers": "Tagok",
|
||||
"posters": "Bejegyzés írók",
|
||||
"posts": "Bejegyzések"
|
||||
},
|
||||
"communities_filter": {
|
||||
"my": "My Communities",
|
||||
"rank": "Rank",
|
||||
"subs": "Members",
|
||||
"new": "New"
|
||||
"my": "Közösségeim",
|
||||
"rank": "Rang",
|
||||
"subs": "Tagok",
|
||||
"new": "Új"
|
||||
},
|
||||
"post_result_filter": {
|
||||
"popularity": "Popularity",
|
||||
"newest": "Newest",
|
||||
"relevance": "Relevance"
|
||||
"popularity": "Népszerűség",
|
||||
"newest": "Legújabb",
|
||||
"relevance": "Fontosság"
|
||||
},
|
||||
"other_result_filter": {
|
||||
"user": "Felhasználó",
|
||||
"tag": "Tag"
|
||||
"tag": "Címke"
|
||||
}
|
||||
},
|
||||
"community": {
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
"new_post": "Új bejegyzés",
|
||||
"community": "közösség",
|
||||
"details": "Részletek"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -21,7 +21,7 @@
|
||||
"delegation": "Delegasi",
|
||||
"delegations": "Delegasi",
|
||||
"delegation_title": "Hadiah delegasi",
|
||||
"delegation_desc": "Earn Points everyday for delegation",
|
||||
"delegation_desc": "Hasilkan poin setiap hari untuk pendelegasian",
|
||||
"post_title": "Poin untuk kiriman",
|
||||
"comment_title": "Poin untuk komentar",
|
||||
"vote_title": "Poin untuk suara",
|
||||
@ -30,7 +30,7 @@
|
||||
"checkin_title": "Points for heartbeat",
|
||||
"referral": "Referensi",
|
||||
"referral_title": "Hadiah referensi",
|
||||
"referral_desc": "Invite friends and earn Points",
|
||||
"referral_desc": "Undang teman dan dapatkan poin",
|
||||
"checkin_extra_title": "Bonus penggunaan",
|
||||
"no_activity": "Tidak ada aktifitas terakhir",
|
||||
"outgoing_transfer_description": "",
|
||||
@ -59,17 +59,17 @@
|
||||
"to_placeholder": "Nama Pengguna",
|
||||
"memo_placeholder": "Masukan catatan anda disini",
|
||||
"transfer_token": "Transfer",
|
||||
"purchase_estm": "GET POINTS",
|
||||
"points": "Gift Points to someone",
|
||||
"purchase_estm": "DAPATKAN POIN",
|
||||
"points": "Hadiahkan poin kepada seseorang",
|
||||
"transfer_to_saving": "Untuk Menyimpan",
|
||||
"powerUp": "Power Up",
|
||||
"withdraw_to_saving": "Menarik Tabungan",
|
||||
"steemconnect_title": "Hivesigner Transfer",
|
||||
"steemconnect_title": "Transfer Hivesigner",
|
||||
"next": "LANJUT",
|
||||
"delegate": "Delegasikan",
|
||||
"power_down": "Turunkan Daya Kekuatan",
|
||||
"withdraw_steem": "Withdraw HIVE",
|
||||
"withdraw_sbd": "Withdraw HBD",
|
||||
"withdraw_steem": "Penarikan Hive",
|
||||
"withdraw_sbd": "Tarik HBD",
|
||||
"transfer_to_savings": "Untuk Tabungan",
|
||||
"convert": "Mengkonversi",
|
||||
"escrow_transfer": "Transfer Escrow",
|
||||
@ -83,29 +83,29 @@
|
||||
"fill_vesting_withdraw": "PowerDown dieksekusi",
|
||||
"estm": {
|
||||
"title": "Poin",
|
||||
"buy": "GET POINTS"
|
||||
"buy": "DAPATKAN POIN"
|
||||
},
|
||||
"savingsteem": {
|
||||
"title": "HIVE Savings"
|
||||
"title": "Penyimpanan HIVE"
|
||||
},
|
||||
"savingsbd": {
|
||||
"title": "HBD Savings"
|
||||
"title": "Tabungan HBD"
|
||||
},
|
||||
"steem": {
|
||||
"title": "HIVE",
|
||||
"buy": "GET HIVE"
|
||||
"buy": "DAPATKAN HIVE"
|
||||
},
|
||||
"sbd": {
|
||||
"title": "HBD",
|
||||
"buy": "GET HBD"
|
||||
"buy": "DAPATKAN HBD"
|
||||
},
|
||||
"steem_power": {
|
||||
"title": "HIVE POWER"
|
||||
},
|
||||
"btc": {
|
||||
"title": "BTC",
|
||||
"buy": "GET BTC",
|
||||
"address": "RECEIVE"
|
||||
"buy": "DAPATKAN BTC",
|
||||
"address": "TERIMA"
|
||||
}
|
||||
},
|
||||
"notification": {
|
||||
@ -118,9 +118,9 @@
|
||||
"ignore": "mengabaikan anda",
|
||||
"reblog": "reblogged",
|
||||
"transfer": "ditransfer",
|
||||
"spin": "Time to earn more Points",
|
||||
"inactive": "Be active! Write a post, continue earning",
|
||||
"referral": "joined with your referral, welcome them",
|
||||
"spin": "Waktunya untuk mendapatkan lebih banyak poin",
|
||||
"inactive": "Ayo aktif! Tulislah postingan, teruskan mengumpulkan pendapatan",
|
||||
"referral": "bergabunglah dengan referral Anda, sambutlah mereka",
|
||||
"notification": "Pemberitahuan",
|
||||
"leaderboard": "Papan Peringkat",
|
||||
"epoint": "Poin",
|
||||
@ -159,7 +159,7 @@
|
||||
"voting_power": "Kekuatan Suara",
|
||||
"login_to_see": "Masuk untuk melihat",
|
||||
"follow_people": "Ikuti beberapa orang untuk mengisi umpan Anda",
|
||||
"follow_communities": "Join some communities to fill your feed",
|
||||
"follow_communities": "Bergabung dengan beberapa komunitas untuk mengisi linimasa anda",
|
||||
"havent_commented": "belum berkomentar",
|
||||
"havent_posted": "belum pernah mengirimkan sesuatu",
|
||||
"steem_power": "Hive Power",
|
||||
@ -255,7 +255,10 @@
|
||||
"add_account": "Tambahkan Akun",
|
||||
"logout": "Keluar",
|
||||
"cancel": "Batal",
|
||||
"logout_text": "Apakah Anda yakin ingin keluar?"
|
||||
"logout_text": "Apakah Anda yakin ingin keluar?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login untuk menyesuaikan feed Anda",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Masukkan PIN untuk membuka kunci",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorit ditambahkan!",
|
||||
"success_unfavorite": "Favorit dihapus!",
|
||||
"success_follow": "Ikuti kesuksesan!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Bisukan kesuksesan!",
|
||||
"success_unmute": "Suarakan kesuksesan!",
|
||||
"success_unfollow": "Berhenti mengikuti kesuksesan!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Peringatan",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Yakin ingin menghapus?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Anda yakin, anda ingin me-reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Aggiungi Account",
|
||||
"logout": "Disconnettiti",
|
||||
"cancel": "Cancella",
|
||||
"logout_text": "Sei sicuro di voler uscire?"
|
||||
"logout_text": "Sei sicuro di voler uscire?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Effettua il Login per personalizzare il tuo feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Inserisci il PIN per sbloccare",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Preferito aggiunto!",
|
||||
"success_unfavorite": "Preferito rimosso!",
|
||||
"success_follow": "Seguito con successo!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Silenziato con successo!",
|
||||
"success_unmute": "Riattivazione riuscita!",
|
||||
"success_unfollow": "Non segui più!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Attenzione",
|
||||
"invalid_pincode": "Codice PIN non valido, si prega di verificare e riprovare.",
|
||||
"remove_alert": "Sei sicuro di volerlo rimuovere?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Immagine non valida, prova un file diverso",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Sei sicuro di voler condividere?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "アカウントを追加",
|
||||
"logout": "ログアウト",
|
||||
"cancel": "キャンセル",
|
||||
"logout_text": "本当にログアウトしますか?"
|
||||
"logout_text": "本当にログアウトしますか?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "ログインして自分好みのフィードをつくろう",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "PIN を入力してロックを解除",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "お気に入りに追加しました!",
|
||||
"success_unfavorite": "お気に入りから削除しました!",
|
||||
"success_follow": "フォロー成功!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "ミュート成功!",
|
||||
"success_unmute": "ミュート解除成功!",
|
||||
"success_unfollow": "フォロー解除成功!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "警告",
|
||||
"invalid_pincode": "PINコードが間違っています。もう一度確認してやり直してください。",
|
||||
"remove_alert": "本当に削除しますか?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "無効な画像です、違うファイルを試してください",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "本当にリブログしますか?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Rnu amiḍan",
|
||||
"logout": "Tuffɣa",
|
||||
"cancel": "Sefsex",
|
||||
"logout_text": "Tebɣiḍ s tidet ad teffɣeḍ?"
|
||||
"logout_text": "Tebɣiḍ s tidet ad teffɣeḍ?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Sekcem tangalt PIN i tildin",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Ɣur-k",
|
||||
"invalid_pincode": "Tangalt PIN mačči d tameɣtut, sefqed tɛerḍeḍ tikelt-nniḍen.",
|
||||
"remove_alert": "Tebɣiḍ s tidet tukksa?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Tebɣiḍ s tidet ad as-tɛawdeḍ asuffeɣ?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "계정 추가",
|
||||
"logout": "로그아웃",
|
||||
"cancel": "취소",
|
||||
"logout_text": "로그 아웃 하시겠습니까?"
|
||||
"logout_text": "로그 아웃 하시겠습니까?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "맞춤형 피드를 원하신다면 로그인하세요",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "잠금을 해제하려면 PIN 코드를 입력해주세요",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "즐겨찾기가 추가되었습니다.",
|
||||
"success_unfavorite": "즐겨찾기가 제거되었습니다.",
|
||||
"success_follow": "팔로우하였습니다.",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "차단하였습니다.",
|
||||
"success_unmute": "차단을 해제하였습니다.",
|
||||
"success_unfollow": "팔로우를 취소하였습니다.",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "경고",
|
||||
"invalid_pincode": "올바르지 않은 PIN 코드입니다. 확인 후 다시 시도해주세요.",
|
||||
"remove_alert": "정말 삭제하시겠습니까?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "리블로그 하시겠습니까?",
|
||||
@ -527,7 +538,16 @@
|
||||
"more_replies": "개의 대댓글"
|
||||
},
|
||||
"search_result": {
|
||||
"others": "기타",
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "커뮤니티",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "새 글",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Ajimêr Tevlî Bike",
|
||||
"logout": "Derkeve",
|
||||
"cancel": "Betal",
|
||||
"logout_text": "Bi rastî jî tu dixwazî jê derkevî?"
|
||||
"logout_text": "Bi rastî jî tu dixwazî jê derkevî?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Têkevê û herka xwe kesane bike",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Ji bo vekirinê PINê bikevê",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Bijarde hate tevlîkirin!",
|
||||
"success_unfavorite": "Bijarde hate rakirin!",
|
||||
"success_follow": "Hate şopandin!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Hate bêdengkirin!",
|
||||
"success_unmute": "Ji bêdengbûnê hate derxistin!",
|
||||
"success_unfollow": "Ji şopê hate derketin!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Hişyarî",
|
||||
"invalid_pincode": "Pînkod nederbasdar e, kontrol bike û dîsa biceribîne.",
|
||||
"remove_alert": "Bi rastî jî tu dixwazî rake?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Bi rastî jî tu dixwazî dîsa biweşînî?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Чыгуу",
|
||||
"cancel": "Токтотуу",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Көңүл бургула",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -527,7 +538,16 @@
|
||||
"more_replies": "more replies"
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Башка",
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Pridėti paskyrą",
|
||||
"logout": "Atsijungti",
|
||||
"cancel": "Atšaukti",
|
||||
"logout_text": "Ar tikrai norite atsijungti?"
|
||||
"logout_text": "Ar tikrai norite atsijungti?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Prisijunkite norėdami keisti savo pagrindinį",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Dėmesio",
|
||||
"invalid_pincode": "Neteisingas PIN kodas, prašome patikrinti ir bandyti dar kartą.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Tambah akaun",
|
||||
"logout": "Log Keluar",
|
||||
"cancel": "Batal",
|
||||
"logout_text": "Anda pasti mahu log keluar?"
|
||||
"logout_text": "Anda pasti mahu log keluar?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Log masuk untuk menyesuaikan suapan anda",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Amaran",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Adakah anda pasti ingin memadam?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "komuniti",
|
||||
"details": "Butir-butir"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Account toevoegen",
|
||||
"logout": "Uitloggen",
|
||||
"cancel": "Annuleren",
|
||||
"logout_text": "Weet je zeker dat je wilt uitloggen?"
|
||||
"logout_text": "Weet je zeker dat je wilt uitloggen?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Log in om je feed aan te passen",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter PIN om te ontgrendelen",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Waarschuwing",
|
||||
"invalid_pincode": "Ongeldige PIN-code, controleer en probeer het opnieuw.",
|
||||
"remove_alert": "Weet je zeker dat je wilt verwijderen?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -15,19 +15,19 @@
|
||||
"vote": "Vote",
|
||||
"reblog": "Reblog am",
|
||||
"login": "Login",
|
||||
"incoming_transfer_title": "Incoming transfer",
|
||||
"outgoing_transfer_title": "Outgoing transfer",
|
||||
"incoming_transfer_title": "Something wey dey enter",
|
||||
"outgoing_transfer_title": "Something wey dey comot",
|
||||
"checkin_extra": "Awoof",
|
||||
"delegation": "Delegation",
|
||||
"delegation": "Wetin dem dash you",
|
||||
"delegations": "Wetin dem dash you",
|
||||
"delegation_title": "Delegation reward",
|
||||
"delegation_title": "Things wey dem dash you",
|
||||
"delegation_desc": "Collect some things ontop wetin you dash everyday",
|
||||
"post_title": "Point for post",
|
||||
"comment_title": "Point for comment",
|
||||
"vote_title": "Point for vote",
|
||||
"reblog_title": "Point for reblog",
|
||||
"login_title": "Point for login",
|
||||
"checkin_title": "Points for heartbeat",
|
||||
"checkin_title": "Things for dem heartbeat",
|
||||
"referral": "Send person come",
|
||||
"referral_title": "Money for person wey you send come",
|
||||
"referral_desc": "Send your padi come make you collect some things",
|
||||
@ -42,18 +42,18 @@
|
||||
"reblog_desc": "You fit tell ur padi d tori wey you enjoy make you collect some things too.",
|
||||
"login_desc": "You go collect 100 somethings when you enta the application as jjc.",
|
||||
"checkin_extra_desc": "You go get chance collect beta some things if you dey use the application wella, and say you dey sha prapra.",
|
||||
"dropdown_transfer": "Gift",
|
||||
"dropdown_promote": "Promote",
|
||||
"dropdown_boost": "Boost",
|
||||
"dropdown_transfer": "Dash",
|
||||
"dropdown_promote": "Loud am",
|
||||
"dropdown_boost": "Give am push",
|
||||
"from": "From",
|
||||
"to": "To",
|
||||
"estimated_value_desc": "Based on the money wey u take buy am",
|
||||
"estimated_value": "The value wey we use eye gauge",
|
||||
"estimated_amount": "Wetin your vote dey give",
|
||||
"amount_information": "Drag the slider to adjust the amount",
|
||||
"amount_information": "Move d slider so you go fit change d amount as u like",
|
||||
"amount": "Amount",
|
||||
"memo": "Memo",
|
||||
"information": "Are you sure to transfer funds?",
|
||||
"information": "You sure say u wan send d money?",
|
||||
"amount_desc": "Balance",
|
||||
"memo_desc": "Na everybody go see this memo",
|
||||
"to_placeholder": "Guy-name",
|
||||
@ -66,7 +66,7 @@
|
||||
"withdraw_to_saving": "Comot for wia you keep am",
|
||||
"steemconnect_title": "Carry am go Hivesigner",
|
||||
"next": "NEXT",
|
||||
"delegate": "Delegate",
|
||||
"delegate": "Wetin dem dash you",
|
||||
"power_down": "Power Down",
|
||||
"withdraw_steem": "Comot HIVE",
|
||||
"withdraw_sbd": "Comot HBD",
|
||||
@ -77,7 +77,7 @@
|
||||
"escrow_release": "Escrow don comot hand",
|
||||
"escrow_approve": "Escrow don say na Ogbonge",
|
||||
"cancel_transfer_from_savings": "No do am again for Savings",
|
||||
"delegate_vesting_shares": "Delegation",
|
||||
"delegate_vesting_shares": "Wetin dem dash you",
|
||||
"fill_convert_request": "Turn am don dey kampe",
|
||||
"fill_transfer_from_savings": "We don keep am kampe",
|
||||
"fill_vesting_withdraw": "To comot money don start",
|
||||
@ -124,7 +124,7 @@
|
||||
"notification": "Alerts",
|
||||
"leaderboard": "Leaderboard",
|
||||
"epoint": "Points",
|
||||
"leaderboard_title": "Top Users",
|
||||
"leaderboard_title": "Dem people wey dey lead",
|
||||
"recent": "Latest",
|
||||
"yesterday": "Yesterday",
|
||||
"this_week": "This Week",
|
||||
@ -192,7 +192,7 @@
|
||||
"transfers": "Transfer"
|
||||
},
|
||||
"pincode": "PIN code",
|
||||
"reset_pin": "Reset Pin Code",
|
||||
"reset_pin": "Format your pin code",
|
||||
"reset": "Reset",
|
||||
"nsfw_content": "E no good to dey watch am outside",
|
||||
"send_feedback": "Send as you see am",
|
||||
@ -205,44 +205,44 @@
|
||||
},
|
||||
"feedback_success": "Email don open successfully",
|
||||
"feedback_fail": "Email no gree open",
|
||||
"server_fail": "Server not available"
|
||||
"server_fail": "Server no dey"
|
||||
},
|
||||
"voters": {
|
||||
"voters_info": "People Wey Vote informate",
|
||||
"no_user": "User is not found."
|
||||
"no_user": "We no fit see d person."
|
||||
},
|
||||
"login": {
|
||||
"signin": "Login for here",
|
||||
"signup": "ENTER NOW",
|
||||
"signin_title": "To get all the benefits of using Ecency",
|
||||
"signin_title": "To enjoy all the yanfu-yanfu wey dey Ecency",
|
||||
"username": "Guy-name",
|
||||
"password": "Password or WIF",
|
||||
"description": "By signing in, you agree to our Terms of Services and Privacy Policies.",
|
||||
"description": "As you enter so, you don gree for how we dey run tinz for here.",
|
||||
"cancel": "cancel",
|
||||
"login": "LOGIN",
|
||||
"steemconnect_description": "If you don't want to keep your password encrypted and saved on your device, you can use Hivesigner.",
|
||||
"steemconnect_fee_description": "info"
|
||||
"steemconnect_description": "If you no wan make ur key dey safe and make we put am for ur fone, you fit use HiveSigner.",
|
||||
"steemconnect_fee_description": "informate"
|
||||
},
|
||||
"register": {
|
||||
"button": "Sign Up",
|
||||
"button": "Register for here",
|
||||
"title": "Register",
|
||||
"username": "Pick a username",
|
||||
"mail": "Enter your email address",
|
||||
"ref_user": "Referred user (Optional)",
|
||||
"500_error": "Your request could not be processed, signup queue is likely full! Try again in few minutes...",
|
||||
"title_description": "One account to manage everything",
|
||||
"form_description": "By signing up with us, you agree to our Terms of Service and Privacy Policies."
|
||||
"username": "Select wetin dem go dey call you",
|
||||
"mail": "Put your email for here",
|
||||
"ref_user": "Person wey send you come (No be by force)",
|
||||
"500_error": "We no fit do wetin u ask now, people plenty wey wan register! Try for some time...",
|
||||
"title_description": "Run everything for one account",
|
||||
"form_description": "As you enter so, you don gree for how we dey run tinz for here."
|
||||
},
|
||||
"home": {
|
||||
"feed": "Tori",
|
||||
"popular": "Popular",
|
||||
"top": "Top",
|
||||
"hot": "Hot",
|
||||
"new": "New",
|
||||
"top": "Upper",
|
||||
"hot": "Wey dey hot",
|
||||
"new": "Wey new",
|
||||
"blog": "Blog",
|
||||
"posts": "Post",
|
||||
"friends": "Friends",
|
||||
"communities": "Communities"
|
||||
"friends": "Ur padis",
|
||||
"communities": "Una areas"
|
||||
},
|
||||
"side_menu": {
|
||||
"profile": "Your informate",
|
||||
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "You sure say you wan logout?"
|
||||
"logout_text": "You sure say you wan logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to arrange your tori",
|
||||
@ -269,32 +272,33 @@
|
||||
},
|
||||
"editor": {
|
||||
"title": "Title",
|
||||
"tags": "Tags (separate with space)",
|
||||
"default_placeholder": "Tell us something...",
|
||||
"reply_placeholder": "Add your reply...",
|
||||
"tags": "Wetin dem use sabi something (put space for dia middle)",
|
||||
"default_placeholder": "Yarn us tori...",
|
||||
"reply_placeholder": "Chook ur mouth for the matter...",
|
||||
"publish": "Post am",
|
||||
"reply": "Reply",
|
||||
"open_gallery": "Open Picture",
|
||||
"capture_photo": "Take new picture",
|
||||
"limited_tags": "Only 10 tags allowed, remove some",
|
||||
"limited_length": "Maximum length of each tag should be 24",
|
||||
"limited_dash": "Use one dash in each tag",
|
||||
"limited_space": "Use space to separate tags",
|
||||
"limited_lowercase": "Only use lower letters in tag",
|
||||
"limited_characters": "Use only lowercase letters, digits and one dash",
|
||||
"limited_firstchar": "Tag must start with a letter",
|
||||
"limited_lastchar": "Tag must end with letter or number",
|
||||
"setting_schedule": "Scheduling Time",
|
||||
"setting_reward": "Reward",
|
||||
"setting_beneficiary": "Beneficiary",
|
||||
"reward_default": "Default 50% / 50%",
|
||||
"reward_power_up": "Power Up 100%",
|
||||
"reward_decline": "Decline Payout",
|
||||
"beneficiaries": "Beneficiaries",
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"limited_tags": "Na only ten tags we fit accept, comot d extra wey dey",
|
||||
"limited_length": "The tag no gaz pass 24",
|
||||
"limited_dash": "Na only one dash u fit use for one tag",
|
||||
"limited_space": "Let space gap dem tags",
|
||||
"limited_lowercase": "Use dem smally letters for d tag",
|
||||
"limited_characters": "Use only dem smally letters, numbers and one dash",
|
||||
"limited_firstchar": "You gaz make sure say na letter begin tag",
|
||||
"limited_lastchar": "Tag gaz end with letter or number",
|
||||
"setting_schedule": "D tym wey u tell am make e run",
|
||||
"setting_reward": "Ur gain",
|
||||
"setting_beneficiary": "Who go get am",
|
||||
"reward_default": "As e be 50% / 50%",
|
||||
"reward_power_up": "Carry everything stake 100%",
|
||||
"reward_decline": "No collect ur gain",
|
||||
"beneficiaries": "Dose people wey go get am",
|
||||
"options": "Plenty way",
|
||||
"my_blog": "My personal blog dem",
|
||||
"my_communities": "Una areas",
|
||||
"top_communities": "Areas wey dey lead",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter your PIN to open am",
|
||||
@ -310,19 +314,25 @@
|
||||
"fail": "E Fail oo!",
|
||||
"move": "Move",
|
||||
"move_question": "You sure say you won move am go draft?",
|
||||
"success_shared": "Success! Content submitted!",
|
||||
"success_shared": "Confam! Your thing don enta!",
|
||||
"success_moved": "E don move go draft",
|
||||
"permission_denied": "E no gree do",
|
||||
"permission_text": "Please, go to phone Settings and change Ecency app permissions.",
|
||||
"key_warning": "Operation requires active key or master password, please relogin!",
|
||||
"permission_text": "Abeg go fone Settings go change Ecency app permissions.",
|
||||
"key_warning": "Dis ting need ur active key or master key, try enta again!",
|
||||
"success_rebloged": "E don reblog!",
|
||||
"already_rebloged": "You don reblog am already!",
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"success_favorite": "We don add wetin u like!",
|
||||
"success_unfavorite": "We don comot wetin u like!",
|
||||
"success_follow": "Ur follow don confam!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "We don confam say u no wan hear from am again!",
|
||||
"success_unmute": "You wan dey hear from am don confam!",
|
||||
"success_unfollow": "U no follow again don confam!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"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?",
|
||||
@ -335,38 +345,39 @@
|
||||
"no_internet": "Connection no dey!",
|
||||
"confirm": "Confam",
|
||||
"removed": "E don remove",
|
||||
"same_user": "This user already added to list",
|
||||
"unknow_error": "An error occurred",
|
||||
"error": "Error",
|
||||
"fetch_error": "Connection issue, change server and restart",
|
||||
"connection_fail": "Connection Failed!",
|
||||
"connection_success": "Successfully connected!",
|
||||
"checking": "Checking...",
|
||||
"external_link": "Open in Browser",
|
||||
"not_existing_post": "The post does not exist! Please check permlink and author.",
|
||||
"google_play_version": "We noticed that your device has old version of Google Play. Please update Google Play services and try again!",
|
||||
"rc_down": "Not enough resource credits to perform an action! \n\nBoost your account to continue enjoy the experience. Do you want to boost your account, now?",
|
||||
"payloadTooLarge": "File size too big, please resize or upload smaller image",
|
||||
"qoutaExceeded": "Upload quota exceeded",
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"same_user": "U don put dis person for list before",
|
||||
"unknow_error": "Gbege don shele",
|
||||
"error": "Gbege",
|
||||
"fetch_error": "E no dey connect, go anoda server make u restart am",
|
||||
"connection_fail": "Connection no work!",
|
||||
"connection_success": "E don connect confam!",
|
||||
"checking": "E dey look am...",
|
||||
"external_link": "Check am for browser",
|
||||
"not_existing_post": "Dis post no dey dis lyf! Biko look d permlink and person wey post am.",
|
||||
"google_play_version": "We see say ur fone dey use Google Play wey don tey. Biko put chacha Google Play services make u check am again!",
|
||||
"rc_down": "Dem resource credits no reach to do dis tin!\n\nPut more for ur account make u fit dey gbadun dis flexing. You wan put more for ur account now?",
|
||||
"payloadTooLarge": "Dis file na bigibigi, biko make am small or make u put picture wey no too big",
|
||||
"qoutaExceeded": "Dis tin don pass Upload quota",
|
||||
"invalidImage": "Dis picture no get, look anoda one",
|
||||
"something_wrong": "Something don happen.",
|
||||
"something_wrong_alt": "You fit check https://ecency.com",
|
||||
"something_wrong_reload": "Try am again",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
"removed_hint": "Content is not available",
|
||||
"copy_link": "Copy link",
|
||||
"reblogged": "reblogged by",
|
||||
"sponsored": "SPONSORED",
|
||||
"open_thread": "Open thread",
|
||||
"image": "Image",
|
||||
"reblog_alert": "You sure say you wan reblog am?",
|
||||
"removed_hint": "Dis tin no dey oo",
|
||||
"copy_link": "Double d link for use",
|
||||
"reblogged": "person wey reblog am na",
|
||||
"sponsored": "NA SPONSOR",
|
||||
"open_thread": "Look d thread",
|
||||
"image": "Picture",
|
||||
"link": "Link",
|
||||
"gallery_mode": "Gallery mode",
|
||||
"save_to_local": "Download to device",
|
||||
"image_saved": "Image saved to Photo Gallery",
|
||||
"image_saved_error": "Error Saving Image",
|
||||
"wrong_link": "Wrong link"
|
||||
"gallery_mode": "Mode of wia picture dey",
|
||||
"save_to_local": "Collect am enta fone",
|
||||
"image_saved": "Keep image put for wia e dey save",
|
||||
"image_saved_error": "Gbege don happen as e dey save picture",
|
||||
"wrong_link": "Dis link no be am"
|
||||
},
|
||||
"drafts": {
|
||||
"title": "Draft",
|
||||
@ -391,7 +402,7 @@
|
||||
"add": "Add am to bookmark"
|
||||
},
|
||||
"report": {
|
||||
"added": "Reported objectionable content"
|
||||
"added": "Tell Oga dem for dis content wey dey objectionable"
|
||||
},
|
||||
"favorites": {
|
||||
"title": "Favorites",
|
||||
@ -404,7 +415,7 @@
|
||||
"invalid_username": "Your guy-name no correct, abeg check am and try again ",
|
||||
"already_logged": "You don dey inside your account already, abeg try add another account join",
|
||||
"invalid_credentials": "Wrong information, abeg check wella and try am again",
|
||||
"unknow_error": "Unknown error, please write to support@ecency.com"
|
||||
"unknow_error": "Error don happen, abeg holla us for support@ecency.com"
|
||||
},
|
||||
"payout": {
|
||||
"potential_payout": "Reward wey dey pending",
|
||||
@ -412,9 +423,9 @@
|
||||
"author_payout": "Payment For Person Wey Write",
|
||||
"curation_payout": "Payment For Post Wey You Upvote",
|
||||
"payout_date": "Payment",
|
||||
"beneficiaries": "Beneficiaries",
|
||||
"warn_zero_payout": "Amount must reach $0.02 for payout",
|
||||
"breakdown": "Breakdown"
|
||||
"beneficiaries": "Dose people wey go get am",
|
||||
"warn_zero_payout": "Dis money gaz enta $0.02 for cashout",
|
||||
"breakdown": "Evrything selense"
|
||||
},
|
||||
"post_dropdown": {
|
||||
"copy": "copy the link",
|
||||
@ -422,9 +433,9 @@
|
||||
"reply": "reply am",
|
||||
"share": "share am",
|
||||
"bookmarks": "add am to bookmark",
|
||||
"promote": "promote",
|
||||
"boost": "boost",
|
||||
"report": "report"
|
||||
"promote": "loud am",
|
||||
"boost": "give am push",
|
||||
"report": "tell Oga"
|
||||
},
|
||||
"deep_link": {
|
||||
"no_existing_user": "The person no exist",
|
||||
@ -435,126 +446,139 @@
|
||||
"comments": "Comments"
|
||||
},
|
||||
"comment_filter": {
|
||||
"trending": "TOP",
|
||||
"reputation": "REPUTATION",
|
||||
"votes": "VOTE",
|
||||
"age": "AGE",
|
||||
"top": "TOP",
|
||||
"trending": "WEY DEY TOP",
|
||||
"reputation": "MOUTH WEY YOU GET",
|
||||
"votes": "VOTE AM",
|
||||
"age": "AW OLD E BE",
|
||||
"top": "WEY DEY TOP",
|
||||
"time": "TIME"
|
||||
},
|
||||
"transfer": {
|
||||
"from": "From",
|
||||
"to": "To",
|
||||
"amount_information": "Drag the slider to adjust the amount",
|
||||
"amount_information": "Move d slider so you go fit change d amount as u like",
|
||||
"amount": "Amount",
|
||||
"memo": "Memo",
|
||||
"information": "Are you sure to transfer funds?",
|
||||
"information": "You sure say u wan send d money?",
|
||||
"amount_desc": "Balance",
|
||||
"memo_desc": "Na everybody go see this memo",
|
||||
"convert_desc": "Convert takes 3.5 days and NOT recommended IF HBD price is higher than $1",
|
||||
"convert_desc": "E go take 3.5 days to change am and we no gree make u do am IF HBD cost pass $1",
|
||||
"to_placeholder": "Guy-name",
|
||||
"memo_placeholder": "Write your note for here",
|
||||
"transfer_token": "Transfer",
|
||||
"purchase_estm": "Purchase Points",
|
||||
"convert": "Convert HBD to HIVE",
|
||||
"points": "Gift Points to someone",
|
||||
"transfer_to_saving": "Transfer To Saving",
|
||||
"transfer_token": "Transfer am",
|
||||
"purchase_estm": "Buy dem Points",
|
||||
"convert": "Change HBD enta HIVE",
|
||||
"points": "Give ur personal people dem some things",
|
||||
"transfer_to_saving": "Transfer Go Saving",
|
||||
"powerUp": "Power Up",
|
||||
"withdraw_to_saving": "Withdraw To Saving",
|
||||
"steemconnect_title": "Hivesigner Transfer",
|
||||
"estimated_weekly": "Estimated Weekly",
|
||||
"destination_accounts": "Destination Accounts",
|
||||
"stop_information": "Are you sure want to stop?",
|
||||
"withdraw_to_saving": "Comot go wia you go keep am",
|
||||
"steemconnect_title": "Carry am go Hivesigner",
|
||||
"estimated_weekly": "Wetin we tink for every week",
|
||||
"destination_accounts": "Dem accounts wey e dey go",
|
||||
"stop_information": "You sure say you wan stop am?",
|
||||
"percent": "Percent",
|
||||
"auto_vests": "Auto Vests",
|
||||
"save": "SAVE",
|
||||
"percent_information": "Percent info",
|
||||
"auto_vests": "Vests wey computer dey do",
|
||||
"save": "KEEP AM",
|
||||
"percent_information": "Informate of dem Percent",
|
||||
"next": "NEXT",
|
||||
"delegate": "Delegate",
|
||||
"power_down": "Power Down",
|
||||
"withdraw_steem": "Withdraw HIVE",
|
||||
"withdraw_sbd": "Withdraw HIVE Dollar",
|
||||
"incoming_funds": "Incoming Funds",
|
||||
"stop": "Stop",
|
||||
"address_view": "View address"
|
||||
"delegate": "Wetin you wan dash",
|
||||
"power_down": "Power am Down",
|
||||
"withdraw_steem": "Comot HIVE",
|
||||
"withdraw_sbd": "Comot HIVE Dollar",
|
||||
"incoming_funds": "Money wey dey enta",
|
||||
"stop": "Stop am",
|
||||
"address_view": "Check wia e dey stay"
|
||||
},
|
||||
"boost": {
|
||||
"title": "Get Points",
|
||||
"buy": "GET Points",
|
||||
"next": "NEXT",
|
||||
"title": "Collect dem tins",
|
||||
"buy": "COLLECT dem tins",
|
||||
"next": "ONTO D NEXT ONE",
|
||||
"account": {
|
||||
"title": "Get Account Boost",
|
||||
"desc": "30 days delegation will boost your votes and social activities and give you more actions with more Resource Credits."
|
||||
"title": "Give Account Push",
|
||||
"desc": "Wetin dem dash u for 30 days go push your votes dem and all dose flexing tinz and go give u more energy wit dem Resource Credits."
|
||||
}
|
||||
},
|
||||
"free_estm": {
|
||||
"title": "Free Points",
|
||||
"button": "SPIN & WIN",
|
||||
"get_spin": "5 SPINS",
|
||||
"spin_right": "Spin Left",
|
||||
"timer_text": "Next free spin in"
|
||||
"title": "Collect dem Free tins",
|
||||
"button": "SPIN AM MAKE U WIN",
|
||||
"get_spin": "DEM 5 SPINS",
|
||||
"spin_right": "Spin am for ur left",
|
||||
"timer_text": "D next spin in wey we dash"
|
||||
},
|
||||
"promote": {
|
||||
"title": "Promote",
|
||||
"days": "days",
|
||||
"user": "User",
|
||||
"permlink": "Post",
|
||||
"permlinkPlaceholder": "username/permlink",
|
||||
"information": "Are you sure to promote?"
|
||||
"title": "Loud am",
|
||||
"days": "dem days",
|
||||
"user": "Person",
|
||||
"permlink": "Tori",
|
||||
"permlinkPlaceholder": "person name/permlink",
|
||||
"information": "You sure say you wan promote am?"
|
||||
},
|
||||
"boostPost": {
|
||||
"title": "Boost"
|
||||
"title": "Give am push"
|
||||
},
|
||||
"voters_dropdown": {
|
||||
"rewards": "REWARDS",
|
||||
"rewards": "DEM GAINS",
|
||||
"percent": "PERCENT",
|
||||
"time": "TIME"
|
||||
},
|
||||
"reblog": {
|
||||
"title": "Reblog Info"
|
||||
"title": "Informate of wetin u reblog"
|
||||
},
|
||||
"dsteem": {
|
||||
"date_error": {
|
||||
"device_time": "Your device time;",
|
||||
"current_time": "Current time;",
|
||||
"information": "We noticed that your device has incorrect date or time. Please fix Date & Time or Set Automatically and try again."
|
||||
"device_time": "D time wey ur fone dey talk;",
|
||||
"current_time": "D time for now;",
|
||||
"information": "We observe say ur fone date and time no be confam. Biko make d date and time confam or make computer do am for u den try for once."
|
||||
}
|
||||
},
|
||||
"comments": {
|
||||
"title": "Comments",
|
||||
"reveal_comment": "Reveal comment",
|
||||
"read_more": "Read more comments",
|
||||
"more_replies": "more replies"
|
||||
"reveal_comment": "Show dis comment",
|
||||
"read_more": "Check dem comments",
|
||||
"more_replies": "dem replies wey remain"
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
"unsubscribe": "Leave",
|
||||
"subscribers": "Members",
|
||||
"posters": "Posters",
|
||||
"title": "Una areas",
|
||||
"subscribe": "Enta",
|
||||
"unsubscribe": "Comot",
|
||||
"subscribers": "Dem people wey dey area",
|
||||
"posters": "Dem people wey dey post",
|
||||
"posts": "Post"
|
||||
},
|
||||
"communities_filter": {
|
||||
"my": "My Communities",
|
||||
"rank": "Rank",
|
||||
"subs": "Members",
|
||||
"new": "New"
|
||||
"my": "My areas dem",
|
||||
"rank": "Wia I dey",
|
||||
"subs": "Dem people wey dey area",
|
||||
"new": "Wey new"
|
||||
},
|
||||
"post_result_filter": {
|
||||
"popularity": "Popularity",
|
||||
"newest": "Newest",
|
||||
"relevance": "Relevance"
|
||||
"popularity": "Wey people enjoy pass",
|
||||
"newest": "Wey new pass",
|
||||
"relevance": "As e important reach"
|
||||
},
|
||||
"other_result_filter": {
|
||||
"user": "User",
|
||||
"user": "Person",
|
||||
"tag": "Tag"
|
||||
}
|
||||
},
|
||||
"community": {
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
"new_post": "Post wey new",
|
||||
"community": "area",
|
||||
"details": "Full informate"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Dodaj konto",
|
||||
"logout": "Wyloguj",
|
||||
"cancel": "Anuluj",
|
||||
"logout_text": "Czy na pewno chcesz się wylogować?"
|
||||
"logout_text": "Czy na pewno chcesz się wylogować?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Zaloguj się, aby dostosować swój kanał",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Opcje",
|
||||
"my_blog": "Mój blog",
|
||||
"my_communities": "Moje społeczności",
|
||||
"top_communities": "Najlepsze społeczności"
|
||||
"top_communities": "Najlepsze społeczności",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Ulubione dodane!",
|
||||
"success_unfavorite": "Usuń z ulubionych!",
|
||||
"success_follow": "Podążaj za sukcesem!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Wyciszono pomyślnie!",
|
||||
"success_unmute": "Wyłącz wyciszenie!",
|
||||
"success_unfollow": "Przestań obserwować pomyślnie!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Ostrzeżenie",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Nieprawidłowy obraz, spróbuj innego pliku",
|
||||
"something_wrong": "Coś poszło nie tak.",
|
||||
"something_wrong_alt": "Wypróbuj https://ecency.com",
|
||||
"something_wrong_reload": "Przeładowanie"
|
||||
"something_wrong_reload": "Przeładowanie",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Jesteś pewien, że chcesz reblogować?",
|
||||
@ -527,7 +538,16 @@
|
||||
"more_replies": "więcej odpowiedzi"
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Inne",
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Społeczność",
|
||||
"subscribe": "Przyłącz się",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "Nowy wpis",
|
||||
"community": "społeczność",
|
||||
"details": "Szczegóły"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Adicionar conta",
|
||||
"logout": "Sair",
|
||||
"cancel": "Cancelar",
|
||||
"logout_text": "Tem certeza que deseja sair?"
|
||||
"logout_text": "Tem certeza que deseja sair?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login para personalizar o seu feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Opções",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Insira PIN para desbloquear",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorito adicionado!",
|
||||
"success_unfavorite": "Favorito removido!",
|
||||
"success_follow": "Seguido com sucesso!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Silenciado com sucesso!",
|
||||
"success_unmute": "Mudo desativado com sucesso!",
|
||||
"success_unfollow": "Deixou de seguir com sucesso!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Aviso",
|
||||
"invalid_pincode": "Código PIN inválido, por favor verifique e tente novamente.",
|
||||
"remove_alert": "Tem a certeza de que pretende remover?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Imagem inválida, tente um arquivo diferente",
|
||||
"something_wrong": "Algo correu mal.",
|
||||
"something_wrong_alt": "Tente em https://ecency.com",
|
||||
"something_wrong_reload": "Recarregar"
|
||||
"something_wrong_reload": "Recarregar",
|
||||
"can_not_be_empty": "Título e corpo não podem estar vazios!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Tem certeza de que deseja reblogar?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Outros",
|
||||
"best": {
|
||||
"title": "Melhores"
|
||||
},
|
||||
"people": {
|
||||
"title": "Pessoas"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Tópicos"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Aderir",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "Nova Postagem",
|
||||
"community": "comunidade",
|
||||
"details": "Detalhes"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Adaugare Cont",
|
||||
"logout": "Deconectare",
|
||||
"cancel": "Anulează",
|
||||
"logout_text": "Esti sigur că vrei să te deconectezi?"
|
||||
"logout_text": "Esti sigur că vrei să te deconectezi?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Autentifică-te pentru a personaliza feed-ul",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Adăugat la favorite!",
|
||||
"success_unfavorite": "Șters de la favorit!",
|
||||
"success_follow": "Urmărește succesul!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Setează succesul pe silențios!",
|
||||
"success_unmute": "Anulează modul silențios al succesului!",
|
||||
"success_unfollow": "Nu mai urmări succesul!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Atenționare",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Esti sigur că vrei să ștergi?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Ești sigur că vrei să redistribui?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Добавить аккаунт",
|
||||
"logout": "Выйти",
|
||||
"cancel": "Отмена",
|
||||
"logout_text": "Вы уверены, что хотите разлогина?"
|
||||
"logout_text": "Вы уверены, что хотите разлогина?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Войдите, чтобы настроить свою ленту",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Чтобы разблокировать введите пин-код",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Добавлено в Избранное!",
|
||||
"success_unfavorite": "Удалено из Избранного!",
|
||||
"success_follow": "Успешная подписка!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Успешно игнорируется!",
|
||||
"success_unmute": "Успешно перестали игнорировать!",
|
||||
"success_unfollow": "Успешная отписка!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Внимание",
|
||||
"invalid_pincode": "Неверный пин-код. Пожалуйста, проверьте и попробуйте еще раз.",
|
||||
"remove_alert": "Вы уверены, что хотите удалить?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Изображение не подходит, попробуйте другой файл",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Вы уверены, что хотите сделать репост?",
|
||||
@ -527,7 +538,16 @@
|
||||
"more_replies": "больше ответов"
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Другое",
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Сообщества",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "Новый пост",
|
||||
"community": "сообщество",
|
||||
"details": "Подробности"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Dodaj Nalog",
|
||||
"logout": "Odjavi se",
|
||||
"cancel": "Otkaži",
|
||||
"logout_text": "Da li ste sigurni da želite da se odjavite?"
|
||||
"logout_text": "Da li ste sigurni da želite da se odjavite?",
|
||||
"create_a_new_account": "Napravite novi nalog",
|
||||
"add_an_existing_account": "Dodaj postojeći nalog",
|
||||
"accounts": "Nalozi"
|
||||
},
|
||||
"header": {
|
||||
"title": "Prijavite se kako biste prilagodili vaše novosti",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Opcije",
|
||||
"my_blog": "Moj Blog",
|
||||
"my_communities": "Moje Zajednice",
|
||||
"top_communities": "Najpopularnije zajednice"
|
||||
"top_communities": "Najpopularnije zajednice",
|
||||
"schedule_modal_title": "Planiraj objavu"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Unesite PIN da otključate",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorit je dodat!",
|
||||
"success_unfavorite": "Favorit je uklonjen!",
|
||||
"success_follow": "Uspešno praćenje!",
|
||||
"fail_follow": "Praćenje neuspešno!",
|
||||
"success_subscribe": "Uspešna pretplata!",
|
||||
"fail_subscribe": "Neuspešna pretplata!",
|
||||
"success_leave": "Uspešan izlazak!",
|
||||
"fail_leave": "Neuspešan izlazak!",
|
||||
"success_mute": "Isključivanje notifikacija uspešno!",
|
||||
"success_unmute": "Uključivanje notifikacija uspešno!",
|
||||
"success_unfollow": "Prestanak praćenja uspešan!",
|
||||
"fail_unfollow": "Neuspešan prestanak praćenja!",
|
||||
"warning": "Upozorenje",
|
||||
"invalid_pincode": "Nevažeći PIN kod, molimo proverite i pokušajte ponovo.",
|
||||
"remove_alert": "Da li ste sigurni da želite da uklonite?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Neispravna slika, isprobajte drugu datoteku",
|
||||
"something_wrong": "Došlo je do greške.",
|
||||
"something_wrong_alt": "Pokušajte https://ecency.com",
|
||||
"something_wrong_reload": "Ponovo napuni"
|
||||
"something_wrong_reload": "Ponovo napuni",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Da li ste sigurni da želite da podelite?",
|
||||
@ -527,7 +538,16 @@
|
||||
"more_replies": "još odgovora"
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Ostalo",
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Zajednice",
|
||||
"subscribe": "Pridruži se",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "Nova objava",
|
||||
"community": "zajednica",
|
||||
"details": "Detalji"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Prati",
|
||||
"unfollow": "Prestani da pratiš"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Hesap Ekle",
|
||||
"logout": "Çık",
|
||||
"cancel": "Vazgeç",
|
||||
"logout_text": "Çıkış yapmak istediginize emin misiniz?"
|
||||
"logout_text": "Çıkış yapmak istediginize emin misiniz?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Giriş yap ve akışını özelleştir.",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Açmak için pin kodunu giriniz",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Uyarı",
|
||||
"invalid_pincode": "Geçersiz pin gözden geçirip yeniden deneyin.",
|
||||
"remove_alert": "Kaldırmak istediğine emin misin ?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Додати обліковий запис",
|
||||
"logout": "Вийти",
|
||||
"cancel": "Скасувати",
|
||||
"logout_text": "Впевнені, що хочете вийти?"
|
||||
"logout_text": "Впевнені, що хочете вийти?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Увійдіть, щоб налаштувати свій канал",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Для розблокування введіть пін-код",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "До улюблених додано!",
|
||||
"success_unfavorite": "З улюблених видалено!",
|
||||
"success_follow": "Успішно підписалися!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Успішно почали ігнорувати!",
|
||||
"success_unmute": "Успішно припинили ігнорувати!",
|
||||
"success_unfollow": "Успішно відписалися!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Увага",
|
||||
"invalid_pincode": "Невірний пін-код. Будь ласка, перевірте і повторіть спробу.",
|
||||
"remove_alert": "Ви дійсно бажаєте видалити?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Недійсне зображення, спробуйте інший файл",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Ви дійсно бажаєте зробити репост?",
|
||||
@ -527,7 +538,16 @@
|
||||
"more_replies": "більше відповідей"
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Інше",
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Спільноти",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "Новий допис",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter PIN to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid PIN code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter PIN to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid PIN code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Add Account",
|
||||
"logout": "Logout",
|
||||
"cancel": "Cancel",
|
||||
"logout_text": "Are you sure you want to logout?"
|
||||
"logout_text": "Are you sure you want to logout?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Login to customize your feed",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Enter pin to unlock",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Warning",
|
||||
"invalid_pincode": "Invalid pin code, please check and try again.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Thêm tài khoản",
|
||||
"logout": "Đăng xuất",
|
||||
"cancel": "Huỷ",
|
||||
"logout_text": "Bạn có chắc chắn muốn đăng xuất?"
|
||||
"logout_text": "Bạn có chắc chắn muốn đăng xuất?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Đăng nhập để tùy chỉnh nguồn cấp dữ liệu của bạn",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Nhập mã PIN để mở khóa",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Cảnh báo",
|
||||
"invalid_pincode": "Mã PIN không hợp lệ, vui lòng kiểm tra và thử lại.",
|
||||
"remove_alert": "Are you sure want to remove?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "Se afikun oruko akọọlẹ",
|
||||
"logout": "Jade kuro",
|
||||
"cancel": "Fa igi le",
|
||||
"logout_text": "Se o da o loju pe o fe jade kuro?"
|
||||
"logout_text": "Se o da o loju pe o fe jade kuro?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "Se atewole lati seto ate igbawole re bi ose fe",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "Te PIN re lati si",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "Favorite added!",
|
||||
"success_unfavorite": "Favorite removed!",
|
||||
"success_follow": "Follow success!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "Mute success!",
|
||||
"success_unmute": "Unmute success!",
|
||||
"success_unfollow": "Unfollow success!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "Ìkìlọ",
|
||||
"invalid_pincode": "PIN yi o se tewogba, jowo sematuyewo, ki o tun te.",
|
||||
"remove_alert": "Se o da o loju pe ofe yo kuro?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "Are you sure, you want to reblog?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "添加帐户",
|
||||
"logout": "退出",
|
||||
"cancel": "取消",
|
||||
"logout_text": "您确定想要退出吗?"
|
||||
"logout_text": "您确定想要退出吗?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "定制您的朋友圈,需要登录",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "输入 PIN 解锁",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "已添加收藏夹",
|
||||
"success_unfavorite": "取消收藏",
|
||||
"success_follow": "关注成功!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "屏蔽成功!",
|
||||
"success_unmute": "屏蔽取消成功",
|
||||
"success_unfollow": "取消关注成功!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "警告",
|
||||
"invalid_pincode": "无效的 PIN 码,请检查并重试。",
|
||||
"remove_alert": "您确定想要移除?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "您确定想要转发?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -255,7 +255,10 @@
|
||||
"add_account": "添加帳號",
|
||||
"logout": "登出",
|
||||
"cancel": "取消",
|
||||
"logout_text": "您確定要登出嗎?"
|
||||
"logout_text": "您確定要登出嗎?",
|
||||
"create_a_new_account": "Create a new account",
|
||||
"add_an_existing_account": "Add an existing account",
|
||||
"accounts": "Accounts"
|
||||
},
|
||||
"header": {
|
||||
"title": "登入後定制您的朋友圈",
|
||||
@ -294,7 +297,8 @@
|
||||
"options": "Options",
|
||||
"my_blog": "My Blog",
|
||||
"my_communities": "My Communities",
|
||||
"top_communities": "Top Communities"
|
||||
"top_communities": "Top Communities",
|
||||
"schedule_modal_title": "Schedule Post"
|
||||
},
|
||||
"pincode": {
|
||||
"enter_text": "輸入PIN碼解鎖",
|
||||
@ -320,9 +324,15 @@
|
||||
"success_favorite": "已添加我的最愛",
|
||||
"success_unfavorite": "取消收藏",
|
||||
"success_follow": "關注成功!",
|
||||
"fail_follow": "Follow failed!",
|
||||
"success_subscribe": "Subscribe success!",
|
||||
"fail_subscribe": "Subscribe failed!",
|
||||
"success_leave": "Leave success!",
|
||||
"fail_leave": "Leave failed!",
|
||||
"success_mute": "遮罩成功!",
|
||||
"success_unmute": "遮罩取消成功",
|
||||
"success_unfollow": "取消關注成功!",
|
||||
"fail_unfollow": "Unfollow failed!",
|
||||
"warning": "警告",
|
||||
"invalid_pincode": "無效的PIN碼,請核對後再試一次。",
|
||||
"remove_alert": "確定要刪除嗎?",
|
||||
@ -351,7 +361,8 @@
|
||||
"invalidImage": "Invalid image, try different file",
|
||||
"something_wrong": "Something went wrong.",
|
||||
"something_wrong_alt": "Try https://ecency.com",
|
||||
"something_wrong_reload": "Reload"
|
||||
"something_wrong_reload": "Reload",
|
||||
"can_not_be_empty": "Title and body can not be empty!"
|
||||
},
|
||||
"post": {
|
||||
"reblog_alert": "您確定想要轉發?",
|
||||
@ -528,6 +539,15 @@
|
||||
},
|
||||
"search_result": {
|
||||
"others": "Others",
|
||||
"best": {
|
||||
"title": "Best"
|
||||
},
|
||||
"people": {
|
||||
"title": "People"
|
||||
},
|
||||
"topics": {
|
||||
"title": "Topics"
|
||||
},
|
||||
"communities": {
|
||||
"title": "Communities",
|
||||
"subscribe": "Join",
|
||||
@ -556,5 +576,9 @@
|
||||
"new_post": "New Post",
|
||||
"community": "community",
|
||||
"details": "Details"
|
||||
},
|
||||
"user": {
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow"
|
||||
}
|
||||
}
|
||||
|
@ -144,9 +144,9 @@ const WalletContainer = ({
|
||||
|
||||
const _isHasUnclaimedRewards = (account) => {
|
||||
return (
|
||||
parseToken(get(account, 'reward_steem_balance', account.reward_hive_balance)) > 0 ||
|
||||
parseToken(get(account, 'reward_sbd_balance', account.reward_hbd_balance)) > 0 ||
|
||||
parseToken(get(account, 'reward_vesting_steem', account.reward_vesting_hive)) > 0
|
||||
parseToken(get(account, 'reward_hive_balance')) > 0 ||
|
||||
parseToken(get(account, 'reward_hbd_balance')) > 0 ||
|
||||
parseToken(get(account, 'reward_vesting_hive')) > 0
|
||||
);
|
||||
};
|
||||
|
||||
|
@ -86,12 +86,10 @@ export const fetchGlobalProps = async () => {
|
||||
}
|
||||
|
||||
const steemPerMVests =
|
||||
(parseToken(
|
||||
get(globalDynamic, 'total_vesting_fund_steem', globalDynamic.total_vesting_fund_hive),
|
||||
) /
|
||||
(parseToken(get(globalDynamic, 'total_vesting_fund_hive')) /
|
||||
parseToken(get(globalDynamic, 'total_vesting_shares'))) *
|
||||
1e6;
|
||||
const sbdPrintRate = get(globalDynamic, 'sbd_print_rate', globalDynamic.hbd_print_rate);
|
||||
const sbdPrintRate = get(globalDynamic, 'hbd_print_rate');
|
||||
const base = parseAsset(get(feedHistory, 'current_median_history.base')).amount;
|
||||
const quote = parseAsset(get(feedHistory, 'current_median_history.quote')).amount;
|
||||
const fundRecentClaims = get(rewardFund, 'recent_claims');
|
||||
@ -216,17 +214,17 @@ export const getUser = async (user, loggedIn = true) => {
|
||||
_account.steem_power = await vestToSteem(
|
||||
_account.vesting_shares,
|
||||
globalProperties.total_vesting_shares,
|
||||
globalProperties.total_vesting_fund_steem || globalProperties.total_vesting_fund_hive,
|
||||
globalProperties.total_vesting_fund_hive,
|
||||
);
|
||||
_account.received_steem_power = await vestToSteem(
|
||||
get(_account, 'received_vesting_shares'),
|
||||
get(globalProperties, 'total_vesting_shares'),
|
||||
get(globalProperties, 'total_vesting_fund_steem', globalProperties.total_vesting_fund_hive),
|
||||
get(globalProperties, 'total_vesting_fund_hive'),
|
||||
);
|
||||
_account.delegated_steem_power = await vestToSteem(
|
||||
get(_account, 'delegated_vesting_shares'),
|
||||
get(globalProperties, 'total_vesting_shares'),
|
||||
get(globalProperties, 'total_vesting_fund_steem', globalProperties.total_vesting_fund_hive),
|
||||
get(globalProperties, 'total_vesting_fund_hive'),
|
||||
);
|
||||
|
||||
if (has(_account, 'posting_json_metadata')) {
|
||||
@ -249,7 +247,7 @@ export const getUser = async (user, loggedIn = true) => {
|
||||
|
||||
const cache = {};
|
||||
const patt = /hive-\d\w+/g;
|
||||
export const getCommunity = (tag, observer = '') =>
|
||||
export const getCommunity = async (tag, observer = '') =>
|
||||
new Promise(async (resolve, reject) => {
|
||||
try {
|
||||
const community = await client.call('bridge', 'get_community', {
|
||||
@ -294,7 +292,13 @@ export const getCommunityTitle = async (tag) =>
|
||||
resolve(tag);
|
||||
});
|
||||
|
||||
export const getCommunities = (last = '', limit = 100, query = '', sort = 'rank', observer = '') =>
|
||||
export const getCommunities = async (
|
||||
last = '',
|
||||
limit = 100,
|
||||
query = '',
|
||||
sort = 'rank',
|
||||
observer = '',
|
||||
) =>
|
||||
new Promise(async (resolve, reject) => {
|
||||
try {
|
||||
const data = await client.call('bridge', 'list_communities', {
|
||||
@ -453,7 +457,7 @@ export const getRankedPosts = async (query, currentUserName, filterNsfw) => {
|
||||
let posts = await client.call('bridge', 'get_ranked_posts', query);
|
||||
|
||||
if (posts) {
|
||||
posts = parsePosts(posts, currentUserName, true);
|
||||
posts = parsePosts(posts, currentUserName);
|
||||
|
||||
if (filterNsfw !== '0') {
|
||||
const updatedPosts = filterNsfwPost(posts, filterNsfw);
|
||||
@ -471,7 +475,7 @@ export const getAccountPosts = async (query, currentUserName, filterNsfw) => {
|
||||
let posts = await client.call('bridge', 'get_account_posts', query);
|
||||
|
||||
if (posts) {
|
||||
posts = parsePosts(posts, currentUserName, true);
|
||||
posts = parsePosts(posts, currentUserName);
|
||||
|
||||
if (filterNsfw !== '0') {
|
||||
const updatedPosts = filterNsfwPost(posts, filterNsfw);
|
||||
@ -1129,8 +1133,8 @@ export const lookupAccounts = async (username) => {
|
||||
const users = await client.database.call('lookup_accounts', [username, 20]);
|
||||
return users;
|
||||
} catch (error) {
|
||||
console.log('lookup_accounts');
|
||||
throw error;
|
||||
return [];
|
||||
//throw error;
|
||||
}
|
||||
};
|
||||
|
||||
@ -1139,8 +1143,8 @@ export const getTrendingTags = async (tag) => {
|
||||
const tags = await client.database.call('get_trending_tags', [tag, 20]);
|
||||
return tags;
|
||||
} catch (error) {
|
||||
console.log('get_trending_tags');
|
||||
throw error;
|
||||
return [];
|
||||
//throw error;
|
||||
}
|
||||
};
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user