mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 02:07:55 +00:00
fix: add 200 missing translation keys to all locale files
Add chainSpecs, delegation, governance, hero, identity, login, nav, notifications, profile, proposals, team, websocket keys to tr, kmr, ckb, ar, fa locale files.
This commit is contained in:
+235
-1
@@ -3453,4 +3453,238 @@ export default {
|
||||
'proposalCard.executeFailed': 'فشل التنفيذ',
|
||||
'proposalCard.executeSuccess': 'تم تنفيذ المقترح!',
|
||||
'proposalCard.executeKycApproved': 'تمت الموافقة على KYC وسك NFT بنجاح!',
|
||||
}
|
||||
|
||||
// Chain Specifications
|
||||
'chainSpecs.title': 'مواصفات السلسلة',
|
||||
'chainSpecs.subtitle': 'بيئات شبكة متعددة للتطوير والاختبار والإنتاج',
|
||||
'chainSpecs.services': 'الخدمات',
|
||||
'chainSpecs.subdomainsTitle': 'النطاقات الفرعية',
|
||||
'chainSpecs.availableServices': '{{count}} خدمة متاحة',
|
||||
'chainSpecs.viewExplorer': 'عرض المستكشف',
|
||||
'chainSpecs.connectionExample': 'مثال الاتصال',
|
||||
'chainSpecs.networkStats': 'إحصائيات الشبكة',
|
||||
'chainSpecs.blockTime': 'وقت الكتلة',
|
||||
'chainSpecs.finality': 'النهائية',
|
||||
'chainSpecs.consensus': 'الإجماع',
|
||||
'chainSpecs.runtime': 'وقت التشغيل',
|
||||
'chainSpecs.websocketEndpoint': 'نقطة نهاية WebSocket',
|
||||
'chainSpecs.chainId': 'معرف السلسلة',
|
||||
'chainSpecs.features': 'الميزات',
|
||||
'chainSpecs.availableSubdomains': 'الخدمات المتاحة',
|
||||
|
||||
// Common
|
||||
'common.error': 'خطأ',
|
||||
'common.success': 'نجاح',
|
||||
|
||||
// Delegation
|
||||
'delegation.title': 'تفويض التصويت',
|
||||
'delegation.description': 'فوّض قوتك التصويتية لممثلين موثوقين',
|
||||
'delegation.activeDelegates': 'المفوضون النشطون',
|
||||
'delegation.totalDelegated': 'إجمالي المفوض',
|
||||
'delegation.avgSuccessRate': 'متوسط معدل النجاح',
|
||||
'delegation.explore': 'استكشاف المفوضين',
|
||||
'delegation.myDelegations': 'تفويضاتي',
|
||||
'delegation.topDelegates': 'أفضل المفوضين',
|
||||
'delegation.delegators': 'المفوّضون',
|
||||
'delegation.successRate': 'معدل النجاح',
|
||||
'delegation.totalReceived': 'إجمالي المستلم',
|
||||
'delegation.categories': 'الفئات',
|
||||
'delegation.expertise': 'مجالات الخبرة',
|
||||
'delegation.yourDelegations': 'تفويضاتك',
|
||||
'delegation.yourDelegated': 'المفوض لديك',
|
||||
'delegation.amount': 'المبلغ',
|
||||
'delegation.period': 'الفترة',
|
||||
'delegation.revoke': 'إلغاء',
|
||||
'delegation.modify': 'تعديل',
|
||||
'delegation.delegateTo': 'تفويض إلى',
|
||||
'delegation.confirmDelegation': 'تأكيد التفويض',
|
||||
'delegation.becomeDelegate': 'كن مفوضاً',
|
||||
'delegation.becomeDelegateDesc': 'اقبل التفويضات ومثّل مجتمعك',
|
||||
'delegation.activateDelegate': 'تفعيل ملف المفوض',
|
||||
'delegation.delegateRequirements': 'لتصبح مفوضاً، تحتاج للحفاظ على سمعة جيدة والمشاركة بنشاط في الحوكمة',
|
||||
'delegation.delegateStatement': 'بيان المفوض',
|
||||
'delegation.statementPlaceholder': 'اشرح لماذا يجب الوثوق بك كمفوض...',
|
||||
'delegation.commitments': 'الالتزامات',
|
||||
'delegation.commitmentsPlaceholder': 'بماذا تلتزم كمفوض؟',
|
||||
'delegation.yourExpertise': 'خبرتك',
|
||||
'delegation.yourStatement': 'بيانك',
|
||||
'delegation.yourDelegateProfile': 'ملف المفوض الخاص بك',
|
||||
'delegation.acceptingDelegations': 'قبول التفويضات',
|
||||
'delegation.acceptingDesc': 'تبديل لبدء/إيقاف قبول التفويضات الجديدة',
|
||||
'delegation.delegationLimits': 'حدود التفويض',
|
||||
'delegation.minDelegation': 'الحد الأدنى للتفويض',
|
||||
'delegation.maxDelegation': 'الحد الأقصى للتفويض',
|
||||
'delegation.pauseDelegations': 'إيقاف التفويضات',
|
||||
'delegation.editProfile': 'تعديل الملف',
|
||||
'delegation.twitter': 'تويتر',
|
||||
'delegation.website': 'موقع إلكتروني',
|
||||
'delegation.buildReputation': 'بناء السمعة',
|
||||
'delegation.buildReputationDesc': 'شارك بنشاط في الحوكمة',
|
||||
'delegation.earnTrust': 'اكسب الثقة',
|
||||
'delegation.earnTrustDesc': 'احصل على ثقة المجتمع',
|
||||
'delegation.getRewards': 'احصل على مكافآت',
|
||||
'delegation.getRewardsDesc': 'اكسب مقابل مساهماتك',
|
||||
'delegation.delegateActive': 'أنت الآن مفوض نشط! يمكن لأعضاء المجتمع تفويض قوتهم التصويتية إليك.',
|
||||
|
||||
// Footer
|
||||
'footer.governance': 'الحوكمة',
|
||||
|
||||
// Governance
|
||||
'governance.title': 'الحوكمة على السلسلة',
|
||||
'governance.subtitle': 'شارك في صنع القرار الديمقراطي',
|
||||
'governance.overview': 'نظرة عامة',
|
||||
'governance.elections': 'الانتخابات',
|
||||
|
||||
// Hero
|
||||
'hero.exploreGovernance': 'استكشف الحوكمة',
|
||||
'hero.learnMore': 'تعرف أكثر',
|
||||
'hero.stats.activeProposals': 'المقترحات النشطة',
|
||||
'hero.stats.tokensStaked': 'الرموز المرهونة',
|
||||
'hero.stats.totalVoters': 'إجمالي الناخبين',
|
||||
'hero.stats.trustScore': 'درجة الثقة',
|
||||
|
||||
// Identity
|
||||
'identity.title': 'الهوية الرقمية',
|
||||
'identity.trustScore': 'درجة الثقة',
|
||||
'identity.verification': 'التحقق',
|
||||
'identity.verifyIdentity': 'التحقق من الهوية',
|
||||
'identity.badges': 'الشارات',
|
||||
'identity.roles': 'الأدوار',
|
||||
'identity.reputation': 'السمعة',
|
||||
'identity.privacy': 'إعدادات الخصوصية',
|
||||
|
||||
// Login
|
||||
'login.subtitle': 'الوصول إلى حسابك',
|
||||
'login.email': 'البريد الإلكتروني',
|
||||
'login.password': 'كلمة المرور',
|
||||
'login.rememberMe': 'تذكرني',
|
||||
'login.forgotPassword': 'نسيت كلمة المرور؟',
|
||||
'login.signin': 'تسجيل الدخول',
|
||||
'login.signingIn': 'جاري تسجيل الدخول...',
|
||||
'login.signup': 'إنشاء حساب',
|
||||
'login.or': 'أو المتابعة بـ',
|
||||
'login.connectWallet': 'ربط المحفظة',
|
||||
'login.createAccount': 'إنشاء حساب',
|
||||
'login.creatingAccount': 'جاري إنشاء الحساب...',
|
||||
'login.fullName': 'الاسم الكامل',
|
||||
'login.confirmPassword': 'تأكيد كلمة المرور',
|
||||
'login.referralCode': 'رمز الإحالة',
|
||||
'login.enterReferralCode': 'أدخل رمز الإحالة',
|
||||
'login.referralDescription': 'إذا أحالك شخص ما، أدخل رمزه هنا',
|
||||
'login.optional': 'اختياري',
|
||||
'login.terms': 'بالمتابعة، أنت توافق على',
|
||||
'login.termsOfService': 'شروط الخدمة',
|
||||
'login.privacyPolicy': 'سياسة الخصوصية',
|
||||
'login.and': 'و',
|
||||
|
||||
// Nav
|
||||
'nav.connectWallet': 'ربط المحفظة',
|
||||
'nav.disconnect': 'قطع الاتصال',
|
||||
'nav.identity': 'الهوية',
|
||||
|
||||
// Notifications
|
||||
'notifications.title': 'الإشعارات',
|
||||
'notifications.markAllRead': 'تحديد الكل كمقروء',
|
||||
'notifications.noNotifications': 'لا توجد إشعارات',
|
||||
'notifications.proposals': 'تحديثات المقترحات',
|
||||
'notifications.votes': 'تحديثات التصويت',
|
||||
'notifications.replies': 'الردود',
|
||||
'notifications.mentions': 'الإشارات',
|
||||
'notifications.badges': 'شارات جديدة',
|
||||
'notifications.settings': 'الإعدادات',
|
||||
'notifications.pushNotifications': 'الإشعارات الفورية',
|
||||
'notifications.proposalUpdate': 'تغيرت حالة المقترح',
|
||||
'notifications.voteUpdate': 'تم تحديث عدد الأصوات',
|
||||
'notifications.newReply': 'رد جديد على تعليقك',
|
||||
'notifications.newMention': 'تمت الإشارة إليك',
|
||||
'notifications.newBadge': 'حصلت على شارة جديدة',
|
||||
|
||||
// Profile
|
||||
'profile.edit': 'تعديل الملف',
|
||||
'profile.viewProfile': 'عرض الملف',
|
||||
'profile.settings': 'الإعدادات',
|
||||
'profile.name': 'الاسم',
|
||||
'profile.username': 'اسم المستخدم',
|
||||
'profile.bio': 'نبذة',
|
||||
'profile.location': 'الموقع',
|
||||
'profile.socialLinks': 'الروابط الاجتماعية',
|
||||
'profile.changeAvatar': 'تغيير الصورة',
|
||||
'profile.level': 'المستوى',
|
||||
'profile.reputation': 'السمعة',
|
||||
'profile.followers': 'المتابعون',
|
||||
'profile.following': 'المتابَعون',
|
||||
'profile.follow': 'متابعة',
|
||||
'profile.unfollow': 'إلغاء المتابعة',
|
||||
'profile.share': 'مشاركة',
|
||||
'profile.connections': 'الاتصالات',
|
||||
'profile.activity': 'النشاط',
|
||||
'profile.achievements': 'الإنجازات',
|
||||
'profile.achievementsTitle': 'إنجازاتك',
|
||||
'profile.votesCast': 'الأصوات المدلى بها',
|
||||
'profile.proposalsCreated': 'المقترحات المنشأة',
|
||||
'profile.successRate': 'معدل النجاح',
|
||||
'profile.delegationsReceived': 'التفويضات المستلمة',
|
||||
'profile.recentActivity': 'النشاط الأخير',
|
||||
'profile.customizeProfile': 'تخصيص الملف',
|
||||
'profile.theme': 'السمة',
|
||||
'profile.chooseTheme': 'اختر سمة',
|
||||
'profile.notifications': 'الإشعارات',
|
||||
'profile.notificationSettings': 'إعدادات الإشعارات',
|
||||
'profile.proposalUpdates': 'تحديثات المقترحات',
|
||||
'profile.voteReminders': 'تذكيرات التصويت',
|
||||
'profile.newFollowers': 'متابعون جدد',
|
||||
'profile.privacy': 'الخصوصية',
|
||||
'profile.privacySettings': 'إعدادات الخصوصية',
|
||||
'profile.showEmail': 'إظهار البريد الإلكتروني علنياً',
|
||||
'profile.showActivity': 'إظهار سجل النشاط',
|
||||
'profile.allowMessages': 'السماح بالرسائل المباشرة',
|
||||
'profile.basic': 'معلومات أساسية',
|
||||
|
||||
// Proposals
|
||||
'proposals.steps.template': 'القالب',
|
||||
'proposals.steps.basics': 'معلومات أساسية',
|
||||
'proposals.steps.details': 'التفاصيل',
|
||||
'proposals.steps.impact': 'التأثير',
|
||||
'proposals.steps.review': 'المراجعة',
|
||||
'proposals.templates.treasury': 'الخزينة',
|
||||
'proposals.templates.treasuryDesc': 'طلب تمويل للمشاريع والمبادرات',
|
||||
'proposals.templates.technical': 'تقني',
|
||||
'proposals.templates.technicalDesc': 'اقتراح ترقيات البروتوكول والتغييرات التقنية',
|
||||
'proposals.templates.community': 'المجتمع',
|
||||
'proposals.templates.communityDesc': 'المبادرات المجتمعية والمقترحات الاجتماعية',
|
||||
'proposals.wizard.selectTemplate': 'اختر قالباً لمقترحك',
|
||||
'proposals.wizard.enterBasics': 'أدخل المعلومات الأساسية عن مقترحك',
|
||||
'proposals.wizard.provideDetails': 'قدم المواصفات التفصيلية',
|
||||
'proposals.wizard.defineImpact': 'حدد التأثير ومعايير النجاح',
|
||||
'proposals.wizard.reviewSubmit': 'راجع وأرسل مقترحك',
|
||||
'proposals.wizard.readyToSubmit': 'مقترحك جاهز للإرسال!',
|
||||
'proposals.fields.title': 'العنوان',
|
||||
'proposals.fields.category': 'الفئة',
|
||||
'proposals.fields.summary': 'الملخص',
|
||||
'proposals.fields.description': 'الوصف',
|
||||
'proposals.fields.budget': 'الميزانية',
|
||||
'proposals.fields.timeline': 'الجدول الزمني',
|
||||
'proposals.fields.milestones': 'المراحل الرئيسية',
|
||||
'proposals.fields.impact': 'التأثير المتوقع',
|
||||
'proposals.fields.metrics': 'معايير النجاح',
|
||||
'proposals.fields.risks': 'المخاطر والتخفيف',
|
||||
'proposals.placeholders.title': 'أدخل عنواناً واضحاً ووصفياً',
|
||||
'proposals.placeholders.category': 'اختر فئة',
|
||||
'proposals.placeholders.summary': 'ملخص موجز لمقترحك (حد أقصى 200 حرف)',
|
||||
'proposals.placeholders.description': 'وصف تفصيلي لما تقترحه',
|
||||
'proposals.placeholders.impact': 'كيف سيفيد هذا المجتمع؟',
|
||||
'proposals.placeholders.metrics': 'كيف سيتم قياس النجاح؟',
|
||||
'proposals.placeholders.risks': 'ما هي المخاطر المحتملة؟',
|
||||
|
||||
// Team
|
||||
'team.title': 'أبطالنا',
|
||||
'team.subtitle': 'تكريم القادة الأكراد ومقاتلي الحرية',
|
||||
|
||||
// WebSocket
|
||||
'websocket.connected': 'متصل',
|
||||
'websocket.disconnected': 'غير متصل',
|
||||
'websocket.reconnecting': 'جاري إعادة الاتصال...',
|
||||
'websocket.liveUpdates': 'التحديثات المباشرة مفعلة',
|
||||
'websocket.offlineMode': 'وضع عدم الاتصال',
|
||||
|
||||
};
|
||||
|
||||
+236
-6
@@ -22,10 +22,6 @@ export default {
|
||||
'hero.subtitle': 'بەڕێوەبردنی دیموکراسی و شەفاف بە تەکنەلۆژیای بلۆکچەین',
|
||||
'hero.cta.primary': 'دەستپێکردن',
|
||||
'hero.cta.secondary': 'زیاتر بزانە',
|
||||
'hero.stats.activeProposals': 'پێشنیازە چالاکەکان',
|
||||
'hero.stats.totalVoters': 'کۆی دەنگدەران',
|
||||
'hero.stats.tokensStaked': 'تۆکنە ستەیککراوەکان',
|
||||
'hero.stats.trustScore': 'خاڵی متمانە',
|
||||
|
||||
// Auth
|
||||
'auth.login': 'چوونەژوورەوە',
|
||||
@@ -3446,5 +3442,239 @@ export default {
|
||||
'proposalCard.proposalClosedDesc': 'پێشنیار داخراوە',
|
||||
'proposalCard.executeFailed': 'جێبەجێکردن سەرنەکەوت',
|
||||
'proposalCard.executeSuccess': 'پێشنیار جێبەجێکرا!',
|
||||
'proposalCard.executeKycApproved': 'KYC پەسەندکرا و NFT بە سەرکەوتوویی دروستکرا!'
|
||||
}
|
||||
'proposalCard.executeKycApproved': 'KYC پەسەندکرا و NFT بە سەرکەوتوویی دروستکرا!',
|
||||
|
||||
// Chain Specifications
|
||||
'chainSpecs.title': 'تایبەتمەندییەکانی زنجیرە',
|
||||
'chainSpecs.subtitle': 'ژینگەی تۆڕی فرە بۆ گەشەپێدان، تاقیکردنەوە و بەرهەمهێنان',
|
||||
'chainSpecs.services': 'خزمەتگوزارییەکان',
|
||||
'chainSpecs.subdomainsTitle': 'ژێردۆمەینەکان',
|
||||
'chainSpecs.availableServices': '{{count}} خزمەتگوزاری بەردەست',
|
||||
'chainSpecs.viewExplorer': 'بینینی گەڕۆک',
|
||||
'chainSpecs.connectionExample': 'نموونەی پەیوەندی',
|
||||
'chainSpecs.networkStats': 'ئاماری تۆڕ',
|
||||
'chainSpecs.blockTime': 'کاتی بلۆک',
|
||||
'chainSpecs.finality': 'کۆتایی',
|
||||
'chainSpecs.consensus': 'ڕێککەوتن',
|
||||
'chainSpecs.runtime': 'کاتی کارکردن',
|
||||
'chainSpecs.websocketEndpoint': 'خاڵی وێبسۆکێت',
|
||||
'chainSpecs.chainId': 'ناسنامەی زنجیرە',
|
||||
'chainSpecs.features': 'تایبەتمەندییەکان',
|
||||
'chainSpecs.availableSubdomains': 'خزمەتگوزارییە بەردەستەکان',
|
||||
|
||||
// Common
|
||||
'common.error': 'هەڵە',
|
||||
'common.success': 'سەرکەوتوو',
|
||||
|
||||
// Delegation
|
||||
'delegation.title': 'وەکاڵەتی دەنگدان',
|
||||
'delegation.description': 'هێزی دەنگدانەکەت بسپێرە بە نوێنەرە متمانەپێکراوەکان',
|
||||
'delegation.activeDelegates': 'وەکیلە چالاکەکان',
|
||||
'delegation.totalDelegated': 'کۆی سپێردراو',
|
||||
'delegation.avgSuccessRate': 'ڕێژەی سەرکەوتنی ناوەند',
|
||||
'delegation.explore': 'گەڕانی وەکیلەکان',
|
||||
'delegation.myDelegations': 'وەکاڵەتەکانم',
|
||||
'delegation.topDelegates': 'باشترین وەکیلەکان',
|
||||
'delegation.delegators': 'سپێرەرەکان',
|
||||
'delegation.successRate': 'ڕێژەی سەرکەوتن',
|
||||
'delegation.totalReceived': 'کۆی وەرگیراو',
|
||||
'delegation.categories': 'پۆلەکان',
|
||||
'delegation.expertise': 'بوارەکانی پسپۆڕی',
|
||||
'delegation.yourDelegations': 'وەکاڵەتەکانت',
|
||||
'delegation.yourDelegated': 'سپێردراوەکانت',
|
||||
'delegation.amount': 'بڕ',
|
||||
'delegation.period': 'ماوە',
|
||||
'delegation.revoke': 'هەڵوەشاندنەوە',
|
||||
'delegation.modify': 'گۆڕین',
|
||||
'delegation.delegateTo': 'سپاردن بە',
|
||||
'delegation.confirmDelegation': 'پشتڕاستکردنەوەی وەکاڵەت',
|
||||
'delegation.becomeDelegate': 'ببە وەکیل',
|
||||
'delegation.becomeDelegateDesc': 'وەکاڵەتەکان وەربگرە و کۆمەڵگاکەت نوێنەرایەتی بکە',
|
||||
'delegation.activateDelegate': 'چالاککردنی پرۆفایلی وەکیل',
|
||||
'delegation.delegateRequirements': 'بۆ بوون بە وەکیل، دەبێت ناوبانگی باش بپارێزیت و بەچالاکی بەشداری ڕێکخستن بکەیت',
|
||||
'delegation.delegateStatement': 'بەیاننامەی وەکیل',
|
||||
'delegation.statementPlaceholder': 'ڕوونبکەرەوە بۆچی دەبێت وەک وەکیلێکی متمانەپێکراو سەیربکرێت...',
|
||||
'delegation.commitments': 'پابەندبوونەکان',
|
||||
'delegation.commitmentsPlaceholder': 'وەک وەکیل پابەند بە چی دەبیت؟',
|
||||
'delegation.yourExpertise': 'پسپۆڕیەکەت',
|
||||
'delegation.yourStatement': 'بەیاننامەکەت',
|
||||
'delegation.yourDelegateProfile': 'پرۆفایلی وەکیلیەکەت',
|
||||
'delegation.acceptingDelegations': 'وەرگرتنی وەکاڵەتەکان',
|
||||
'delegation.acceptingDesc': 'بۆ دەستپێکردن/وەستان لە وەرگرتنی وەکاڵەتی نوێ بیگۆڕە',
|
||||
'delegation.delegationLimits': 'سنوورەکانی وەکاڵەت',
|
||||
'delegation.minDelegation': 'کەمترین وەکاڵەت',
|
||||
'delegation.maxDelegation': 'زۆرترین وەکاڵەت',
|
||||
'delegation.pauseDelegations': 'وەستاندنی وەکاڵەتەکان',
|
||||
'delegation.editProfile': 'دەستکاری پرۆفایل',
|
||||
'delegation.twitter': 'تویتەر',
|
||||
'delegation.website': 'ماڵپەڕ',
|
||||
'delegation.buildReputation': 'دروستکردنی ناوبانگ',
|
||||
'delegation.buildReputationDesc': 'بەچالاکی بەشداری ڕێکخستن بکە',
|
||||
'delegation.earnTrust': 'بەدەستهێنانی متمانە',
|
||||
'delegation.earnTrustDesc': 'متمانەی کۆمەڵگا بەدەست بهێنە',
|
||||
'delegation.getRewards': 'وەرگرتنی پاداشت',
|
||||
'delegation.getRewardsDesc': 'بۆ بەشدارییەکانت قازانج بکە',
|
||||
'delegation.delegateActive': 'ئێستا تۆ وەکیلێکی چالاکیت! ئەندامانی کۆمەڵگا دەتوانن هێزی دەنگدانەکەیان بسپێرن بە تۆ.',
|
||||
|
||||
// Footer
|
||||
'footer.governance': 'ڕێکخستن',
|
||||
|
||||
// Governance
|
||||
'governance.title': 'ڕێکخستنی سەر زنجیرە',
|
||||
'governance.subtitle': 'بەشداری بڕیاردانی دیموکراتیک بکە',
|
||||
'governance.overview': 'پوختە',
|
||||
'governance.elections': 'هەڵبژاردن',
|
||||
|
||||
// Hero
|
||||
'hero.stats.activeProposals': 'پێشنیارە چالاکەکان',
|
||||
'hero.stats.totalVoters': 'کۆی دەنگدەران',
|
||||
'hero.exploreGovernance': 'گەڕانی ڕێکخستن',
|
||||
'hero.learnMore': 'زیاتر بزانە',
|
||||
'hero.stats.tokensStaked': 'تۆکنە ستەیککراوەکان',
|
||||
'hero.stats.trustScore': 'نمرەی متمانە',
|
||||
|
||||
// Identity
|
||||
'identity.title': 'ناسنامەی دیجیتاڵ',
|
||||
'identity.trustScore': 'نمرەی متمانە',
|
||||
'identity.verification': 'پشتڕاستکردنەوە',
|
||||
'identity.verifyIdentity': 'ناسنامە پشتڕاست بکەرەوە',
|
||||
'identity.badges': 'نیشانەکان',
|
||||
'identity.roles': 'ڕۆڵەکان',
|
||||
'identity.reputation': 'ناوبانگ',
|
||||
'identity.privacy': 'ڕێکخستنی تایبەتمەندی',
|
||||
|
||||
// Login
|
||||
'login.subtitle': 'دەستگەیشتن بە هەژمارەکەت',
|
||||
'login.email': 'ئیمەیل',
|
||||
'login.password': 'وشەی نهێنی',
|
||||
'login.rememberMe': 'لەبیرم بێت',
|
||||
'login.forgotPassword': 'وشەی نهێنیت لەبیرچووە؟',
|
||||
'login.signin': 'چوونەژوورەوە',
|
||||
'login.signingIn': 'چوونەژوورەوە...',
|
||||
'login.signup': 'خۆتۆمارکردن',
|
||||
'login.or': 'یان بەردەوام بە',
|
||||
'login.connectWallet': 'پەیوەندی جزدان',
|
||||
'login.createAccount': 'دروستکردنی هەژمار',
|
||||
'login.creatingAccount': 'دروستکردنی هەژمار...',
|
||||
'login.fullName': 'ناوی تەواو',
|
||||
'login.confirmPassword': 'دووبارەکردنەوەی وشەی نهێنی',
|
||||
'login.referralCode': 'کۆدی ناساندن',
|
||||
'login.enterReferralCode': 'کۆدی ناساندن بنووسە',
|
||||
'login.referralDescription': 'ئەگەر کەسێک ناسیت ناردووە، کۆدەکەی لێرە بنووسە',
|
||||
'login.optional': 'دڵخوازانە',
|
||||
'login.terms': 'بە بەردەوامبوون، ڕازیدەبیت بە',
|
||||
'login.termsOfService': 'مەرجەکانی خزمەتگوزاری',
|
||||
'login.privacyPolicy': 'سیاسەتی تایبەتمەندی',
|
||||
'login.and': 'و',
|
||||
|
||||
// Nav
|
||||
'nav.connectWallet': 'پەیوەندی جزدان',
|
||||
'nav.disconnect': 'پچڕاندنی پەیوەندی',
|
||||
'nav.identity': 'ناسنامە',
|
||||
|
||||
// Notifications
|
||||
'notifications.title': 'ئاگادارکردنەوەکان',
|
||||
'notifications.markAllRead': 'هەموو بکە بە خوێندراو',
|
||||
'notifications.noNotifications': 'ئاگادارکردنەوە نییە',
|
||||
'notifications.proposals': 'نوێکردنەوەی پێشنیارەکان',
|
||||
'notifications.votes': 'نوێکردنەوەی دەنگەکان',
|
||||
'notifications.replies': 'وەڵامەکان',
|
||||
'notifications.mentions': 'ئاماژەکان',
|
||||
'notifications.badges': 'نیشانەی نوێ',
|
||||
'notifications.settings': 'ڕێکخستنەکان',
|
||||
'notifications.pushNotifications': 'ئاگادارکردنەوەی خێرا',
|
||||
'notifications.proposalUpdate': 'بارودۆخی پێشنیار گۆڕا',
|
||||
'notifications.voteUpdate': 'ژمارەی دەنگەکان نوێکرایەوە',
|
||||
'notifications.newReply': 'وەڵامی نوێ بۆ لێدوانەکەت',
|
||||
'notifications.newMention': 'ئاماژەت پێکرا',
|
||||
'notifications.newBadge': 'نیشانەیەکی نوێت بەدەست هێنا',
|
||||
|
||||
// Profile
|
||||
'profile.edit': 'دەستکاری پرۆفایل',
|
||||
'profile.viewProfile': 'بینینی پرۆفایل',
|
||||
'profile.settings': 'ڕێکخستنەکان',
|
||||
'profile.name': 'ناو',
|
||||
'profile.username': 'ناوی بەکارهێنەر',
|
||||
'profile.bio': 'ژیاننامە',
|
||||
'profile.location': 'شوێن',
|
||||
'profile.socialLinks': 'لینکە کۆمەڵایەتییەکان',
|
||||
'profile.changeAvatar': 'گۆڕینی ئەڤاتار',
|
||||
'profile.level': 'ئاست',
|
||||
'profile.reputation': 'ناوبانگ',
|
||||
'profile.followers': 'شوێنکەوتووان',
|
||||
'profile.following': 'شوێنکەوتنی',
|
||||
'profile.follow': 'شوێنکەوتن',
|
||||
'profile.unfollow': 'وازهێنان لە شوێنکەوتن',
|
||||
'profile.share': 'هاوبەشکردن',
|
||||
'profile.connections': 'پەیوەندییەکان',
|
||||
'profile.activity': 'چالاکی',
|
||||
'profile.achievements': 'دەستکەوتەکان',
|
||||
'profile.achievementsTitle': 'دەستکەوتەکانت',
|
||||
'profile.votesCast': 'دەنگە دراوەکان',
|
||||
'profile.proposalsCreated': 'پێشنیارە دروستکراوەکان',
|
||||
'profile.successRate': 'ڕێژەی سەرکەوتن',
|
||||
'profile.delegationsReceived': 'وەکاڵەتە وەرگیراوەکان',
|
||||
'profile.recentActivity': 'چالاکی دوایین',
|
||||
'profile.customizeProfile': 'کەسایەتیکردنی پرۆفایل',
|
||||
'profile.theme': 'تێم',
|
||||
'profile.chooseTheme': 'تێمێک هەڵبژێرە',
|
||||
'profile.notifications': 'ئاگادارکردنەوەکان',
|
||||
'profile.notificationSettings': 'ڕێکخستنی ئاگادارکردنەوە',
|
||||
'profile.proposalUpdates': 'نوێکردنەوەی پێشنیارەکان',
|
||||
'profile.voteReminders': 'بیرخستنەوەی دەنگدان',
|
||||
'profile.newFollowers': 'شوێنکەوتووانی نوێ',
|
||||
'profile.privacy': 'تایبەتمەندی',
|
||||
'profile.privacySettings': 'ڕێکخستنی تایبەتمەندی',
|
||||
'profile.showEmail': 'پیشاندانی ئیمەیل بە گشتی',
|
||||
'profile.showActivity': 'پیشاندانی هەڵمەتی چالاکی',
|
||||
'profile.allowMessages': 'ڕێگەدان بە پەیامی ڕاستەوخۆ',
|
||||
'profile.basic': 'زانیاری بنەڕەتی',
|
||||
|
||||
// Proposals
|
||||
'proposals.steps.template': 'داڕێژە',
|
||||
'proposals.steps.basics': 'زانیاری بنەڕەتی',
|
||||
'proposals.steps.details': 'وردەکاری',
|
||||
'proposals.steps.impact': 'کاریگەری',
|
||||
'proposals.steps.review': 'پێداچوونەوە',
|
||||
'proposals.templates.treasury': 'گەنجینە',
|
||||
'proposals.templates.treasuryDesc': 'داوای بودجە بۆ پرۆژە و دەستپێشخەرییەکان',
|
||||
'proposals.templates.technical': 'تەکنیکی',
|
||||
'proposals.templates.technicalDesc': 'پێشنیاری نوێکردنەوەی پرۆتۆکۆل و گۆڕانکارییە تەکنیکییەکان',
|
||||
'proposals.templates.community': 'کۆمەڵگا',
|
||||
'proposals.templates.communityDesc': 'دەستپێشخەرییەکانی کۆمەڵگا و پێشنیارە کۆمەڵایەتییەکان',
|
||||
'proposals.wizard.selectTemplate': 'داڕێژەیەک بۆ پێشنیارەکەت هەڵبژێرە',
|
||||
'proposals.wizard.enterBasics': 'زانیاری بنەڕەتی دەربارەی پێشنیارەکەت بنووسە',
|
||||
'proposals.wizard.provideDetails': 'وردەکاری تەواو پێشکەش بکە',
|
||||
'proposals.wizard.defineImpact': 'کاریگەری و پێوەرەکانی سەرکەوتن دیاری بکە',
|
||||
'proposals.wizard.reviewSubmit': 'پێشنیارەکەت پێداچوونەوەی بکە و بینێرە',
|
||||
'proposals.wizard.readyToSubmit': 'پێشنیارەکەت ئامادەیە بۆ ناردن!',
|
||||
'proposals.fields.title': 'ناونیشان',
|
||||
'proposals.fields.category': 'پۆل',
|
||||
'proposals.fields.summary': 'پوختە',
|
||||
'proposals.fields.description': 'وەسف',
|
||||
'proposals.fields.budget': 'بودجە',
|
||||
'proposals.fields.timeline': 'خشتەی کاتی',
|
||||
'proposals.fields.milestones': 'قۆناغە گرنگەکان',
|
||||
'proposals.fields.impact': 'کاریگەری چاوەڕوانکراو',
|
||||
'proposals.fields.metrics': 'پێوەرەکانی سەرکەوتن',
|
||||
'proposals.fields.risks': 'مەترسییەکان و کەمکردنەوە',
|
||||
'proposals.placeholders.title': 'ناونیشانێکی ڕوون و وەسفکەر بنووسە',
|
||||
'proposals.placeholders.category': 'پۆلێک هەڵبژێرە',
|
||||
'proposals.placeholders.summary': 'پوختەی کورتی پێشنیارەکەت (زۆرینە ٢٠٠ پیت)',
|
||||
'proposals.placeholders.description': 'وەسفی وردی ئەوەی پێشنیار دەکەیت',
|
||||
'proposals.placeholders.impact': 'ئەمە چۆن سوودی بۆ کۆمەڵگا دەبێت؟',
|
||||
'proposals.placeholders.metrics': 'سەرکەوتن چۆن پێودەدرێت؟',
|
||||
'proposals.placeholders.risks': 'مەترسییە ئەگەرییەکان چین؟',
|
||||
|
||||
// Team
|
||||
'team.title': 'پاڵەوانەکانمان',
|
||||
'team.subtitle': 'ڕێزلێنان لە سەرکردە و ئازادیخوازانی کورد',
|
||||
|
||||
// WebSocket
|
||||
'websocket.connected': 'پەیوەستکراو',
|
||||
'websocket.disconnected': 'پچڕاو',
|
||||
'websocket.reconnecting': 'دووبارە پەیوەستدەبێتەوە...',
|
||||
'websocket.liveUpdates': 'نوێکردنەوەی ڕاستەوخۆ چالاکە',
|
||||
'websocket.offlineMode': 'دۆخی ئۆفلاین',
|
||||
|
||||
};
|
||||
|
||||
+235
-7
@@ -122,12 +122,6 @@ export default {
|
||||
'profile': 'پروفایل',
|
||||
|
||||
// Hero (from shared)
|
||||
'hero.exploreGovernance': 'شروع کنید',
|
||||
'hero.learnMore': 'اطلاعات بیشتر',
|
||||
'hero.stats.activeProposals': 'پیشنهادات فعال',
|
||||
'hero.stats.totalVoters': 'مجموع رأیدهندگان',
|
||||
'hero.stats.tokensStaked': 'توکنهای سهامگذاری شده',
|
||||
'hero.stats.trustScore': 'امتیاز اعتماد',
|
||||
|
||||
// Settings
|
||||
'settings': 'تنظیمات',
|
||||
@@ -3493,4 +3487,238 @@ export default {
|
||||
'proposalCard.executeFailed': 'اجرا ناموفق بود',
|
||||
'proposalCard.executeSuccess': 'پیشنهاد اجرا شد!',
|
||||
'proposalCard.executeKycApproved': 'KYC تأیید شد و NFT با موفقیت ضرب شد!',
|
||||
}
|
||||
|
||||
// Chain Specifications
|
||||
'chainSpecs.title': 'مشخصات زنجیره',
|
||||
'chainSpecs.subtitle': 'محیطهای شبکه متعدد برای توسعه، تست و تولید',
|
||||
'chainSpecs.services': 'خدمات',
|
||||
'chainSpecs.subdomainsTitle': 'زیردامنهها',
|
||||
'chainSpecs.availableServices': '{{count}} خدمت موجود',
|
||||
'chainSpecs.viewExplorer': 'مشاهده اکسپلورر',
|
||||
'chainSpecs.connectionExample': 'نمونه اتصال',
|
||||
'chainSpecs.networkStats': 'آمار شبکه',
|
||||
'chainSpecs.blockTime': 'زمان بلاک',
|
||||
'chainSpecs.finality': 'قطعیت',
|
||||
'chainSpecs.consensus': 'اجماع',
|
||||
'chainSpecs.runtime': 'زمان اجرا',
|
||||
'chainSpecs.websocketEndpoint': 'نقطه اتصال وبسوکت',
|
||||
'chainSpecs.chainId': 'شناسه زنجیره',
|
||||
'chainSpecs.features': 'ویژگیها',
|
||||
'chainSpecs.availableSubdomains': 'خدمات موجود',
|
||||
|
||||
// Common
|
||||
'common.error': 'خطا',
|
||||
'common.success': 'موفق',
|
||||
|
||||
// Delegation
|
||||
'delegation.title': 'تفویض رأی',
|
||||
'delegation.description': 'قدرت رأی خود را به نمایندگان مورد اعتماد واگذار کنید',
|
||||
'delegation.activeDelegates': 'نمایندگان فعال',
|
||||
'delegation.totalDelegated': 'کل تفویض شده',
|
||||
'delegation.avgSuccessRate': 'میانگین نرخ موفقیت',
|
||||
'delegation.explore': 'کاوش نمایندگان',
|
||||
'delegation.myDelegations': 'تفویضهای من',
|
||||
'delegation.topDelegates': 'برترین نمایندگان',
|
||||
'delegation.delegators': 'تفویضکنندگان',
|
||||
'delegation.successRate': 'نرخ موفقیت',
|
||||
'delegation.totalReceived': 'کل دریافتی',
|
||||
'delegation.categories': 'دستهبندیها',
|
||||
'delegation.expertise': 'حوزههای تخصص',
|
||||
'delegation.yourDelegations': 'تفویضهای شما',
|
||||
'delegation.yourDelegated': 'تفویض شده شما',
|
||||
'delegation.amount': 'مقدار',
|
||||
'delegation.period': 'دوره',
|
||||
'delegation.revoke': 'لغو',
|
||||
'delegation.modify': 'تغییر',
|
||||
'delegation.delegateTo': 'تفویض به',
|
||||
'delegation.confirmDelegation': 'تأیید تفویض',
|
||||
'delegation.becomeDelegate': 'نماینده شوید',
|
||||
'delegation.becomeDelegateDesc': 'تفویضها را بپذیرید و جامعه خود را نمایندگی کنید',
|
||||
'delegation.activateDelegate': 'فعالسازی پروفایل نماینده',
|
||||
'delegation.delegateRequirements': 'برای نماینده شدن باید شهرت خوبی داشته و در حکمرانی فعالانه مشارکت کنید',
|
||||
'delegation.delegateStatement': 'بیانیه نماینده',
|
||||
'delegation.statementPlaceholder': 'توضیح دهید چرا باید به شما به عنوان نماینده اعتماد شود...',
|
||||
'delegation.commitments': 'تعهدات',
|
||||
'delegation.commitmentsPlaceholder': 'به عنوان نماینده به چه چیزی متعهد هستید؟',
|
||||
'delegation.yourExpertise': 'تخصص شما',
|
||||
'delegation.yourStatement': 'بیانیه شما',
|
||||
'delegation.yourDelegateProfile': 'پروفایل نمایندگی شما',
|
||||
'delegation.acceptingDelegations': 'پذیرش تفویضها',
|
||||
'delegation.acceptingDesc': 'برای شروع/توقف پذیرش تفویضهای جدید تغییر دهید',
|
||||
'delegation.delegationLimits': 'محدودیتهای تفویض',
|
||||
'delegation.minDelegation': 'حداقل تفویض',
|
||||
'delegation.maxDelegation': 'حداکثر تفویض',
|
||||
'delegation.pauseDelegations': 'توقف تفویضها',
|
||||
'delegation.editProfile': 'ویرایش پروفایل',
|
||||
'delegation.twitter': 'توییتر',
|
||||
'delegation.website': 'وبسایت',
|
||||
'delegation.buildReputation': 'ایجاد شهرت',
|
||||
'delegation.buildReputationDesc': 'در حکمرانی فعالانه مشارکت کنید',
|
||||
'delegation.earnTrust': 'کسب اعتماد',
|
||||
'delegation.earnTrustDesc': 'اعتماد جامعه را به دست آورید',
|
||||
'delegation.getRewards': 'دریافت پاداش',
|
||||
'delegation.getRewardsDesc': 'برای مشارکتهایتان کسب درآمد کنید',
|
||||
'delegation.delegateActive': 'اکنون شما یک نماینده فعال هستید! اعضای جامعه میتوانند قدرت رأی خود را به شما واگذار کنند.',
|
||||
|
||||
// Footer
|
||||
'footer.governance': 'حکمرانی',
|
||||
|
||||
// Governance
|
||||
'governance.title': 'حکمرانی زنجیرهای',
|
||||
'governance.subtitle': 'در تصمیمگیری دموکراتیک مشارکت کنید',
|
||||
'governance.overview': 'نمای کلی',
|
||||
'governance.elections': 'انتخابات',
|
||||
|
||||
// Hero
|
||||
'hero.exploreGovernance': 'کاوش حکمرانی',
|
||||
'hero.learnMore': 'بیشتر بدانید',
|
||||
'hero.stats.activeProposals': 'پیشنهادهای فعال',
|
||||
'hero.stats.tokensStaked': 'توکنهای استیک شده',
|
||||
'hero.stats.totalVoters': 'کل رأیدهندگان',
|
||||
'hero.stats.trustScore': 'امتیاز اعتماد',
|
||||
|
||||
// Identity
|
||||
'identity.title': 'هویت دیجیتال',
|
||||
'identity.trustScore': 'امتیاز اعتماد',
|
||||
'identity.verification': 'تأیید هویت',
|
||||
'identity.verifyIdentity': 'تأیید هویت',
|
||||
'identity.badges': 'نشانها',
|
||||
'identity.roles': 'نقشها',
|
||||
'identity.reputation': 'شهرت',
|
||||
'identity.privacy': 'تنظیمات حریم خصوصی',
|
||||
|
||||
// Login
|
||||
'login.subtitle': 'به حساب حکمرانی خود دسترسی پیدا کنید',
|
||||
'login.email': 'ایمیل',
|
||||
'login.password': 'رمز عبور',
|
||||
'login.rememberMe': 'مرا به خاطر بسپار',
|
||||
'login.forgotPassword': 'رمز عبور را فراموش کردید؟',
|
||||
'login.signin': 'ورود',
|
||||
'login.signingIn': 'در حال ورود...',
|
||||
'login.signup': 'ثبت نام',
|
||||
'login.or': 'یا ادامه با',
|
||||
'login.connectWallet': 'اتصال کیف پول',
|
||||
'login.createAccount': 'ایجاد حساب',
|
||||
'login.creatingAccount': 'در حال ایجاد حساب...',
|
||||
'login.fullName': 'نام کامل',
|
||||
'login.confirmPassword': 'تأیید رمز عبور',
|
||||
'login.referralCode': 'کد معرفی',
|
||||
'login.enterReferralCode': 'کد معرفی را وارد کنید',
|
||||
'login.referralDescription': 'اگر کسی شما را معرفی کرده، کد او را اینجا وارد کنید',
|
||||
'login.optional': 'اختیاری',
|
||||
'login.terms': 'با ادامه، شما موافقت میکنید با',
|
||||
'login.termsOfService': 'شرایط خدمات',
|
||||
'login.privacyPolicy': 'سیاست حریم خصوصی',
|
||||
'login.and': 'و',
|
||||
|
||||
// Nav
|
||||
'nav.connectWallet': 'اتصال کیف پول',
|
||||
'nav.disconnect': 'قطع اتصال',
|
||||
'nav.identity': 'هویت',
|
||||
|
||||
// Notifications
|
||||
'notifications.title': 'اعلانها',
|
||||
'notifications.markAllRead': 'علامتگذاری همه به عنوان خوانده شده',
|
||||
'notifications.noNotifications': 'اعلانی وجود ندارد',
|
||||
'notifications.proposals': 'بهروزرسانی پیشنهادها',
|
||||
'notifications.votes': 'بهروزرسانی آرا',
|
||||
'notifications.replies': 'پاسخها',
|
||||
'notifications.mentions': 'اشارهها',
|
||||
'notifications.badges': 'نشانهای جدید',
|
||||
'notifications.settings': 'تنظیمات',
|
||||
'notifications.pushNotifications': 'اعلانهای فوری',
|
||||
'notifications.proposalUpdate': 'وضعیت پیشنهاد تغییر کرد',
|
||||
'notifications.voteUpdate': 'تعداد آرا بهروزرسانی شد',
|
||||
'notifications.newReply': 'پاسخ جدید به نظر شما',
|
||||
'notifications.newMention': 'از شما نام برده شد',
|
||||
'notifications.newBadge': 'نشان جدید کسب کردید',
|
||||
|
||||
// Profile
|
||||
'profile.edit': 'ویرایش پروفایل',
|
||||
'profile.viewProfile': 'مشاهده پروفایل',
|
||||
'profile.settings': 'تنظیمات',
|
||||
'profile.name': 'نام',
|
||||
'profile.username': 'نام کاربری',
|
||||
'profile.bio': 'بیوگرافی',
|
||||
'profile.location': 'موقعیت',
|
||||
'profile.socialLinks': 'لینکهای اجتماعی',
|
||||
'profile.changeAvatar': 'تغییر آواتار',
|
||||
'profile.level': 'سطح',
|
||||
'profile.reputation': 'شهرت',
|
||||
'profile.followers': 'دنبالکنندگان',
|
||||
'profile.following': 'دنبالشده',
|
||||
'profile.follow': 'دنبال کردن',
|
||||
'profile.unfollow': 'لغو دنبال',
|
||||
'profile.share': 'اشتراکگذاری',
|
||||
'profile.connections': 'ارتباطات',
|
||||
'profile.activity': 'فعالیت',
|
||||
'profile.achievements': 'دستاوردها',
|
||||
'profile.achievementsTitle': 'دستاوردهای شما',
|
||||
'profile.votesCast': 'آرای داده شده',
|
||||
'profile.proposalsCreated': 'پیشنهادهای ایجاد شده',
|
||||
'profile.successRate': 'نرخ موفقیت',
|
||||
'profile.delegationsReceived': 'تفویضهای دریافتی',
|
||||
'profile.recentActivity': 'فعالیت اخیر',
|
||||
'profile.customizeProfile': 'سفارشیسازی پروفایل',
|
||||
'profile.theme': 'تم',
|
||||
'profile.chooseTheme': 'انتخاب تم',
|
||||
'profile.notifications': 'اعلانها',
|
||||
'profile.notificationSettings': 'تنظیمات اعلان',
|
||||
'profile.proposalUpdates': 'بهروزرسانی پیشنهادها',
|
||||
'profile.voteReminders': 'یادآوری رأیگیری',
|
||||
'profile.newFollowers': 'دنبالکنندگان جدید',
|
||||
'profile.privacy': 'حریم خصوصی',
|
||||
'profile.privacySettings': 'تنظیمات حریم خصوصی',
|
||||
'profile.showEmail': 'نمایش ایمیل به صورت عمومی',
|
||||
'profile.showActivity': 'نمایش جریان فعالیت',
|
||||
'profile.allowMessages': 'اجازه پیامهای مستقیم',
|
||||
'profile.basic': 'اطلاعات پایه',
|
||||
|
||||
// Proposals
|
||||
'proposals.steps.template': 'قالب',
|
||||
'proposals.steps.basics': 'اطلاعات پایه',
|
||||
'proposals.steps.details': 'جزئیات',
|
||||
'proposals.steps.impact': 'تأثیر',
|
||||
'proposals.steps.review': 'بازبینی',
|
||||
'proposals.templates.treasury': 'خزانه',
|
||||
'proposals.templates.treasuryDesc': 'درخواست بودجه برای پروژهها و ابتکارات',
|
||||
'proposals.templates.technical': 'فنی',
|
||||
'proposals.templates.technicalDesc': 'پیشنهاد ارتقای پروتکل و تغییرات فنی',
|
||||
'proposals.templates.community': 'جامعه',
|
||||
'proposals.templates.communityDesc': 'ابتکارات اجتماعی و پیشنهادهای جامعه',
|
||||
'proposals.wizard.selectTemplate': 'یک قالب برای پیشنهاد خود انتخاب کنید',
|
||||
'proposals.wizard.enterBasics': 'اطلاعات پایه درباره پیشنهاد خود وارد کنید',
|
||||
'proposals.wizard.provideDetails': 'مشخصات دقیق را ارائه دهید',
|
||||
'proposals.wizard.defineImpact': 'تأثیر و معیارهای موفقیت را تعریف کنید',
|
||||
'proposals.wizard.reviewSubmit': 'پیشنهاد خود را بازبینی و ارسال کنید',
|
||||
'proposals.wizard.readyToSubmit': 'پیشنهاد شما آماده ارسال است!',
|
||||
'proposals.fields.title': 'عنوان',
|
||||
'proposals.fields.category': 'دستهبندی',
|
||||
'proposals.fields.summary': 'خلاصه',
|
||||
'proposals.fields.description': 'توضیحات',
|
||||
'proposals.fields.budget': 'بودجه',
|
||||
'proposals.fields.timeline': 'جدول زمانی',
|
||||
'proposals.fields.milestones': 'نقاط عطف',
|
||||
'proposals.fields.impact': 'تأثیر مورد انتظار',
|
||||
'proposals.fields.metrics': 'معیارهای موفقیت',
|
||||
'proposals.fields.risks': 'ریسکها و کاهش',
|
||||
'proposals.placeholders.title': 'یک عنوان واضح و توصیفی وارد کنید',
|
||||
'proposals.placeholders.category': 'یک دستهبندی انتخاب کنید',
|
||||
'proposals.placeholders.summary': 'خلاصه کوتاه پیشنهاد شما (حداکثر ۲۰۰ کاراکتر)',
|
||||
'proposals.placeholders.description': 'توضیح دقیق آنچه پیشنهاد میدهید',
|
||||
'proposals.placeholders.impact': 'این چگونه به جامعه سود میرساند؟',
|
||||
'proposals.placeholders.metrics': 'موفقیت چگونه اندازهگیری میشود؟',
|
||||
'proposals.placeholders.risks': 'ریسکهای احتمالی چیست؟',
|
||||
|
||||
// Team
|
||||
'team.title': 'قهرمانان ما',
|
||||
'team.subtitle': 'بزرگداشت رهبران کرد و مبارزان آزادی',
|
||||
|
||||
// WebSocket
|
||||
'websocket.connected': 'متصل',
|
||||
'websocket.disconnected': 'قطع شده',
|
||||
'websocket.reconnecting': 'در حال اتصال مجدد...',
|
||||
'websocket.liveUpdates': 'بهروزرسانی زنده فعال',
|
||||
'websocket.offlineMode': 'حالت آفلاین',
|
||||
|
||||
};
|
||||
|
||||
+236
-2
@@ -3469,5 +3469,239 @@ export default {
|
||||
'proposalCard.proposalClosedDesc': 'Pêşniyar hat girtin',
|
||||
'proposalCard.executeFailed': 'Bicîhkirin Biserneket',
|
||||
'proposalCard.executeSuccess': 'Pêşniyar Hat Bicîhkirin!',
|
||||
'proposalCard.executeKycApproved': 'KYC hat pejirandin û NFT bi serkeftî hat çapkirin!'
|
||||
}
|
||||
'proposalCard.executeKycApproved': 'KYC hat pejirandin û NFT bi serkeftî hat çapkirin!',
|
||||
|
||||
// Chain Specifications
|
||||
'chainSpecs.title': 'Taybetmendiyên Zincîrê',
|
||||
'chainSpecs.subtitle': 'Gelek jîngehên torê ji bo pêşveçûn, ceribandin û hilberînê',
|
||||
'chainSpecs.services': 'Karûbar',
|
||||
'chainSpecs.subdomainsTitle': 'Binnav',
|
||||
'chainSpecs.availableServices': '{{count}} karûbarên amade',
|
||||
'chainSpecs.viewExplorer': 'Geroka Bibîne',
|
||||
'chainSpecs.connectionExample': 'Mînaka Girêdanê',
|
||||
'chainSpecs.networkStats': 'Amarên Torê',
|
||||
'chainSpecs.blockTime': 'Dema Blokê',
|
||||
'chainSpecs.finality': 'Qedandin',
|
||||
'chainSpecs.consensus': 'Lihevkirin',
|
||||
'chainSpecs.runtime': 'Dema Xebatê',
|
||||
'chainSpecs.websocketEndpoint': 'Xala WebSocket',
|
||||
'chainSpecs.chainId': 'Nasnameya Zincîrê',
|
||||
'chainSpecs.features': 'Taybetmendî',
|
||||
'chainSpecs.availableSubdomains': 'Karûbarên Amade',
|
||||
|
||||
// Common
|
||||
'common.error': 'Çewtî',
|
||||
'common.success': 'Serkeftî',
|
||||
|
||||
// Delegation
|
||||
'delegation.title': 'Veguhastina Dengê',
|
||||
'delegation.description': 'Hêza dengdana xwe ji nûnerên pêbawer re bispêrin',
|
||||
'delegation.activeDelegates': 'Delegeyên Çalak',
|
||||
'delegation.totalDelegated': 'Tevahiya Veguhastî',
|
||||
'delegation.avgSuccessRate': 'Rêjeya Serkeftinê ya Navîn',
|
||||
'delegation.explore': 'Delegeyan Bigerin',
|
||||
'delegation.myDelegations': 'Veguhastinên Min',
|
||||
'delegation.topDelegates': 'Delegeyên Herî Baş',
|
||||
'delegation.delegators': 'Veguhêzer',
|
||||
'delegation.successRate': 'Rêjeya Serkeftinê',
|
||||
'delegation.totalReceived': 'Tevahiya Wergirtî',
|
||||
'delegation.categories': 'Kategorî',
|
||||
'delegation.expertise': 'Warên Pisporiyê',
|
||||
'delegation.yourDelegations': 'Veguhastinên Te',
|
||||
'delegation.yourDelegated': 'Yên Te Veguhastî',
|
||||
'delegation.amount': 'Mîqdar',
|
||||
'delegation.period': 'Heyam',
|
||||
'delegation.revoke': 'Betal Bike',
|
||||
'delegation.modify': 'Biguherîne',
|
||||
'delegation.delegateTo': 'Veguhêze Bo',
|
||||
'delegation.confirmDelegation': 'Veguhastinê Bipejirîne',
|
||||
'delegation.becomeDelegate': 'Bibe Delege',
|
||||
'delegation.becomeDelegateDesc': 'Veguhastinên qebûl bike û civaka xwe temsîl bike',
|
||||
'delegation.activateDelegate': 'Profîla Delegeyê Çalak Bike',
|
||||
'delegation.delegateRequirements': 'Ji bo bibî delege, divê tu navûdengek baş biparêzî û bi çalakî beşdarî rêveberiyê bibî',
|
||||
'delegation.delegateStatement': 'Daxuyaniya Delegeyê',
|
||||
'delegation.statementPlaceholder': 'Rave bike çima divê wek delegeyekî pêbawer bê dîtin...',
|
||||
'delegation.commitments': 'Sozdan',
|
||||
'delegation.commitmentsPlaceholder': 'Tu wek delege sozê çi didî?',
|
||||
'delegation.yourExpertise': 'Pisporiya Te',
|
||||
'delegation.yourStatement': 'Daxuyaniya Te',
|
||||
'delegation.yourDelegateProfile': 'Profîla Delegeyê ya Te',
|
||||
'delegation.acceptingDelegations': 'Veguhastinên Qebûl Dike',
|
||||
'delegation.acceptingDesc': 'Ji bo dest pê bike/rawestîne qebûlkirina veguhastinên nû biguherîne',
|
||||
'delegation.delegationLimits': 'Sînorên Veguhastinê',
|
||||
'delegation.minDelegation': 'Veguhastina Herî Kêm',
|
||||
'delegation.maxDelegation': 'Veguhastina Herî Zêde',
|
||||
'delegation.pauseDelegations': 'Veguhastinê Rawestîne',
|
||||
'delegation.editProfile': 'Profîlê Biguherîne',
|
||||
'delegation.twitter': 'Twitter',
|
||||
'delegation.website': 'Malper',
|
||||
'delegation.buildReputation': 'Navûdeng Ava Bike',
|
||||
'delegation.buildReputationDesc': 'Bi çalakî beşdarî rêveberiyê bibe',
|
||||
'delegation.earnTrust': 'Bawerî Bi Dest Bixe',
|
||||
'delegation.earnTrustDesc': 'Baweriya civakê bi dest bixe',
|
||||
'delegation.getRewards': 'Xelat Bistîne',
|
||||
'delegation.getRewardsDesc': 'Ji bo beşdariyên xwe qezenc bike',
|
||||
'delegation.delegateActive': 'Tu niha delegeyekî çalak î! Endamên civakê dikarin hêza dengdana xwe ji te re bispêrin.',
|
||||
|
||||
// Footer
|
||||
'footer.governance': 'Rêveberî',
|
||||
|
||||
// Governance
|
||||
'governance.title': 'Rêveberiya Li Ser Zincîrê',
|
||||
'governance.subtitle': 'Beşdarî biryargirtina demokratîk bibe',
|
||||
'governance.overview': 'Dîtina Giştî',
|
||||
'governance.elections': 'Hilbijartin',
|
||||
|
||||
// Hero
|
||||
'hero.exploreGovernance': 'Rêveberiyê Bigerin',
|
||||
'hero.learnMore': 'Bêtir Fêr Bibe',
|
||||
'hero.stats.activeProposals': 'Pêşniyarên Çalak',
|
||||
'hero.stats.tokensStaked': 'Tokenên Stake Kirî',
|
||||
'hero.stats.totalVoters': 'Tevahiya Dengderan',
|
||||
'hero.stats.trustScore': 'Pûana Baweriyê',
|
||||
|
||||
// Identity
|
||||
'identity.title': 'Nasnameya Dîjîtal',
|
||||
'identity.trustScore': 'Pûana Baweriyê',
|
||||
'identity.verification': 'Piştrastkirin',
|
||||
'identity.verifyIdentity': 'Nasnameyê Piştrastkirin',
|
||||
'identity.badges': 'Nîşan',
|
||||
'identity.roles': 'Rol',
|
||||
'identity.reputation': 'Navûdeng',
|
||||
'identity.privacy': 'Mafên Taybet',
|
||||
|
||||
// Login
|
||||
'login.subtitle': 'Gihîştina hesabê rêveberiya xwe',
|
||||
'login.email': 'E-name',
|
||||
'login.password': 'Şîfre',
|
||||
'login.rememberMe': 'Min bi bîr bîne',
|
||||
'login.forgotPassword': 'Şîfre ji bîr kir?',
|
||||
'login.signin': 'Têkeve',
|
||||
'login.signingIn': 'Tê ketin...',
|
||||
'login.signup': 'Tomar Bibe',
|
||||
'login.or': 'An jî bi vê bidomîne',
|
||||
'login.connectWallet': 'Wallet Girêbide',
|
||||
'login.createAccount': 'Hesab Çêbike',
|
||||
'login.creatingAccount': 'Hesab tê çêkirin...',
|
||||
'login.fullName': 'Navê Tevahî',
|
||||
'login.confirmPassword': 'Şîfreyê Bipejirîne',
|
||||
'login.referralCode': 'Koda Referral',
|
||||
'login.enterReferralCode': 'Koda referral binivîse',
|
||||
'login.referralDescription': 'Eger kesek te şandiye, koda wî li vir binivîse',
|
||||
'login.optional': 'Bijartî',
|
||||
'login.terms': 'Bi berdewamkirinê, tu pejirandina xwe didî',
|
||||
'login.termsOfService': 'Şertên Karûbarê',
|
||||
'login.privacyPolicy': 'Polîtîkaya Nepenîtiyê',
|
||||
'login.and': 'û',
|
||||
|
||||
// Nav
|
||||
'nav.connectWallet': 'Wallet Girêbide',
|
||||
'nav.disconnect': 'Girêdanê Qut Bike',
|
||||
'nav.identity': 'Nasname',
|
||||
|
||||
// Notifications
|
||||
'notifications.title': 'Agahdarî',
|
||||
'notifications.markAllRead': 'Hemûyan wek xwendî nîşan bide',
|
||||
'notifications.noNotifications': 'Agahdarî tune',
|
||||
'notifications.proposals': 'Nûvekirinên Pêşniyaran',
|
||||
'notifications.votes': 'Nûvekirinên Dengan',
|
||||
'notifications.replies': 'Bersiv',
|
||||
'notifications.mentions': 'Behskirin',
|
||||
'notifications.badges': 'Nîşanên Nû',
|
||||
'notifications.settings': 'Mîheng',
|
||||
'notifications.pushNotifications': 'Agahdariyên Bilez',
|
||||
'notifications.proposalUpdate': 'Rewşa pêşniyarê guherî',
|
||||
'notifications.voteUpdate': 'Hejmara dengan hat nûkirin',
|
||||
'notifications.newReply': 'Bersiveke nû li şîroveya te',
|
||||
'notifications.newMention': 'Behsa te hat kirin',
|
||||
'notifications.newBadge': 'Te nîşaneke nû qezenc kir',
|
||||
|
||||
// Profile
|
||||
'profile.edit': 'Profîlê Biguherîne',
|
||||
'profile.viewProfile': 'Profîlê Bibîne',
|
||||
'profile.settings': 'Mîheng',
|
||||
'profile.name': 'Nav',
|
||||
'profile.username': 'Navê Bikarhêner',
|
||||
'profile.bio': 'Jiyanname',
|
||||
'profile.location': 'Cih',
|
||||
'profile.socialLinks': 'Girêdanên Civakî',
|
||||
'profile.changeAvatar': 'Avatarê Biguherîne',
|
||||
'profile.level': 'Ast',
|
||||
'profile.reputation': 'Navûdeng',
|
||||
'profile.followers': 'Şopîner',
|
||||
'profile.following': 'Dişopîne',
|
||||
'profile.follow': 'Bişopîne',
|
||||
'profile.unfollow': 'Dev Ji Şopandinê Berde',
|
||||
'profile.share': 'Parve Bike',
|
||||
'profile.connections': 'Girêdan',
|
||||
'profile.activity': 'Çalakî',
|
||||
'profile.achievements': 'Destkeftin',
|
||||
'profile.achievementsTitle': 'Destkeftinên Te',
|
||||
'profile.votesCast': 'Dengên Hatine Dan',
|
||||
'profile.proposalsCreated': 'Pêşniyarên Hatine Çêkirin',
|
||||
'profile.successRate': 'Rêjeya Serkeftinê',
|
||||
'profile.delegationsReceived': 'Veguhastinên Wergirtî',
|
||||
'profile.recentActivity': 'Çalakiya Dawî',
|
||||
'profile.customizeProfile': 'Profîlê Taybet Bike',
|
||||
'profile.theme': 'Tîma',
|
||||
'profile.chooseTheme': 'Tîmayekê Hilbijêre',
|
||||
'profile.notifications': 'Agahdarî',
|
||||
'profile.notificationSettings': 'Mîhengên Agahdariyê',
|
||||
'profile.proposalUpdates': 'Nûvekirinên pêşniyaran',
|
||||
'profile.voteReminders': 'Bîranînên dengdanê',
|
||||
'profile.newFollowers': 'Şopînerên nû',
|
||||
'profile.privacy': 'Nepenîtî',
|
||||
'profile.privacySettings': 'Mîhengên Nepenîtiyê',
|
||||
'profile.showEmail': 'E-nameyê ji her kesî re nîşan bide',
|
||||
'profile.showActivity': 'Herikîna çalakiyê nîşan bide',
|
||||
'profile.allowMessages': 'Destûrê bide peyamên rasterast',
|
||||
'profile.basic': 'Agahdariya Bingehîn',
|
||||
|
||||
// Proposals
|
||||
'proposals.steps.template': 'Şablon',
|
||||
'proposals.steps.basics': 'Agahdariya Bingehîn',
|
||||
'proposals.steps.details': 'Hûrgulî',
|
||||
'proposals.steps.impact': 'Bandor',
|
||||
'proposals.steps.review': 'Vekolîn',
|
||||
'proposals.templates.treasury': 'Xezîne',
|
||||
'proposals.templates.treasuryDesc': 'Ji bo proje û destpêşxeriyên darayî daxwaz bike',
|
||||
'proposals.templates.technical': 'Teknîkî',
|
||||
'proposals.templates.technicalDesc': 'Nûvekirinên protokolê û guheztinên teknîkî pêşniyar bike',
|
||||
'proposals.templates.community': 'Civak',
|
||||
'proposals.templates.communityDesc': 'Destpêşxeriyên civakî û pêşniyarên civakî',
|
||||
'proposals.wizard.selectTemplate': 'Ji bo pêşniyara xwe şablonekê hilbijêre',
|
||||
'proposals.wizard.enterBasics': 'Agahdariya bingehîn a pêşniyara xwe binivîse',
|
||||
'proposals.wizard.provideDetails': 'Hûrguliyên berfireh pêşkêş bike',
|
||||
'proposals.wizard.defineImpact': 'Bandor û pîvanên serkeftinê diyar bike',
|
||||
'proposals.wizard.reviewSubmit': 'Pêşniyara xwe vekolîn û bişîne',
|
||||
'proposals.wizard.readyToSubmit': 'Pêşniyara te ji bo şandinê amade ye!',
|
||||
'proposals.fields.title': 'Sernav',
|
||||
'proposals.fields.category': 'Kategorî',
|
||||
'proposals.fields.summary': 'Kurteya',
|
||||
'proposals.fields.description': 'Ravekirin',
|
||||
'proposals.fields.budget': 'Budce',
|
||||
'proposals.fields.timeline': 'Demxeta',
|
||||
'proposals.fields.milestones': 'Qonaxên Girîng',
|
||||
'proposals.fields.impact': 'Bandora Çaverêkirî',
|
||||
'proposals.fields.metrics': 'Pîvanên Serkeftinê',
|
||||
'proposals.fields.risks': 'Rîsk û Kêmkirin',
|
||||
'proposals.placeholders.title': 'Sernavekî zelal û raveker binivîse',
|
||||
'proposals.placeholders.category': 'Kategoriyekê hilbijêre',
|
||||
'proposals.placeholders.summary': 'Kurteya pêşniyara te (herî zêde 200 tîp)',
|
||||
'proposals.placeholders.description': 'Ravekirina berfireh a tiştê ku tu pêşniyar dikî',
|
||||
'proposals.placeholders.impact': 'Ev ê çawa ji civakê re sûd bike?',
|
||||
'proposals.placeholders.metrics': 'Serkeftin çawa tê pîvandin?',
|
||||
'proposals.placeholders.risks': 'Rîskên muhtemel çi ne?',
|
||||
|
||||
// Team
|
||||
'team.title': 'Lehengên Me',
|
||||
'team.subtitle': 'Rêzan ji pêşeng û azadîxwazên Kurd re',
|
||||
|
||||
// WebSocket
|
||||
'websocket.connected': 'Girêdayî',
|
||||
'websocket.disconnected': 'Girêdan Qut Bû',
|
||||
'websocket.reconnecting': 'Dîsa tê girêdan...',
|
||||
'websocket.liveUpdates': 'Nûvekirinên zindî çalak in',
|
||||
'websocket.offlineMode': 'Moda Negirêdayî',
|
||||
|
||||
};
|
||||
|
||||
+235
-2
@@ -3472,5 +3472,238 @@ export default {
|
||||
'proposalCard.proposalClosedDesc': 'Teklif kapatıldı',
|
||||
'proposalCard.executeFailed': 'Uygulama Başarısız',
|
||||
'proposalCard.executeSuccess': 'Teklif Uygulandı!',
|
||||
'proposalCard.executeKycApproved': 'KYC onaylandı ve NFT başarıyla basıldı!'
|
||||
}
|
||||
'proposalCard.executeKycApproved': 'KYC onaylandı ve NFT başarıyla basıldı!',
|
||||
|
||||
// Chain Specifications
|
||||
'chainSpecs.title': 'Zincir Özellikleri',
|
||||
'chainSpecs.subtitle': 'Geliştirme, test ve üretim için çoklu ağ ortamları',
|
||||
'chainSpecs.services': 'Hizmetler',
|
||||
'chainSpecs.subdomainsTitle': 'Alt Alan Adları',
|
||||
'chainSpecs.availableServices': '{{count}} mevcut hizmet',
|
||||
'chainSpecs.viewExplorer': 'Gezgini Görüntüle',
|
||||
'chainSpecs.connectionExample': 'Bağlantı Örneği',
|
||||
'chainSpecs.networkStats': 'Ağ İstatistikleri',
|
||||
'chainSpecs.blockTime': 'Blok Süresi',
|
||||
'chainSpecs.finality': 'Kesinlik',
|
||||
'chainSpecs.consensus': 'Konsensüs',
|
||||
'chainSpecs.runtime': 'Çalışma Zamanı',
|
||||
'chainSpecs.websocketEndpoint': 'WebSocket Uç Noktası',
|
||||
'chainSpecs.chainId': 'Zincir Kimliği',
|
||||
'chainSpecs.features': 'Özellikler',
|
||||
'chainSpecs.availableSubdomains': 'Mevcut Hizmetler',
|
||||
|
||||
// Common
|
||||
'common.error': 'Hata',
|
||||
'common.success': 'Başarılı',
|
||||
|
||||
// Delegation
|
||||
'delegation.title': 'Oy Delegasyonu',
|
||||
'delegation.description': 'Oy gücünüzü güvenilir temsilcilere devredin',
|
||||
'delegation.activeDelegates': 'Aktif Delegeler',
|
||||
'delegation.totalDelegated': 'Toplam Delege Edilmiş',
|
||||
'delegation.avgSuccessRate': 'Ort. Başarı Oranı',
|
||||
'delegation.explore': 'Delegeleri Keşfet',
|
||||
'delegation.myDelegations': 'Delegasyonlarım',
|
||||
'delegation.topDelegates': 'En İyi Delegeler',
|
||||
'delegation.delegators': 'Delegatörler',
|
||||
'delegation.successRate': 'Başarı Oranı',
|
||||
'delegation.totalReceived': 'Toplam Alınan',
|
||||
'delegation.categories': 'Kategoriler',
|
||||
'delegation.expertise': 'Uzmanlık Alanları',
|
||||
'delegation.yourDelegations': 'Delegasyonlarınız',
|
||||
'delegation.yourDelegated': 'Delege Ettiğiniz',
|
||||
'delegation.amount': 'Miktar',
|
||||
'delegation.period': 'Dönem',
|
||||
'delegation.revoke': 'İptal Et',
|
||||
'delegation.modify': 'Değiştir',
|
||||
'delegation.delegateTo': 'Delege Et',
|
||||
'delegation.confirmDelegation': 'Delegasyonu Onayla',
|
||||
'delegation.becomeDelegate': 'Delege Olun',
|
||||
'delegation.becomeDelegateDesc': 'Delegasyonları kabul edin ve topluluğunuzu temsil edin',
|
||||
'delegation.activateDelegate': 'Delege Profilini Etkinleştir',
|
||||
'delegation.delegateRequirements': 'Delege olmak için iyi bir itibar sürdürmeniz ve yönetişime aktif katılmanız gerekir',
|
||||
'delegation.delegateStatement': 'Delege Beyanı',
|
||||
'delegation.statementPlaceholder': 'Neden güvenilir bir delege olmanız gerektiğini açıklayın...',
|
||||
'delegation.commitments': 'Taahhütler',
|
||||
'delegation.commitmentsPlaceholder': 'Delege olarak neye taahhüt ediyorsunuz?',
|
||||
'delegation.yourExpertise': 'Uzmanlığınız',
|
||||
'delegation.yourStatement': 'Beyanınız',
|
||||
'delegation.yourDelegateProfile': 'Delege Profiliniz',
|
||||
'delegation.acceptingDelegations': 'Delegasyonları Kabul Ediyor',
|
||||
'delegation.acceptingDesc': 'Yeni delegasyonları kabul etmeye başlamak/durdurmak için değiştirin',
|
||||
'delegation.delegationLimits': 'Delegasyon Limitleri',
|
||||
'delegation.minDelegation': 'Min Delegasyon',
|
||||
'delegation.maxDelegation': 'Maks Delegasyon',
|
||||
'delegation.pauseDelegations': 'Delegasyonları Duraklat',
|
||||
'delegation.editProfile': 'Profili Düzenle',
|
||||
'delegation.twitter': 'Twitter',
|
||||
'delegation.website': 'Web Sitesi',
|
||||
'delegation.buildReputation': 'İtibar Oluşturun',
|
||||
'delegation.buildReputationDesc': 'Yönetişime aktif katılın',
|
||||
'delegation.earnTrust': 'Güven Kazanın',
|
||||
'delegation.earnTrustDesc': 'Topluluk güveni kazanın',
|
||||
'delegation.getRewards': 'Ödül Kazanın',
|
||||
'delegation.getRewardsDesc': 'Katkılarınız için kazanın',
|
||||
'delegation.delegateActive': 'Artık aktif bir delegesiniz! Topluluk üyeleri oy güçlerini size devredebilir.',
|
||||
|
||||
// Footer
|
||||
'footer.governance': 'Yönetişim',
|
||||
|
||||
// Governance
|
||||
'governance.title': 'Zincir Üstü Yönetişim',
|
||||
'governance.subtitle': 'Demokratik karar alma sürecine katılın',
|
||||
'governance.overview': 'Genel Bakış',
|
||||
'governance.elections': 'Seçimler',
|
||||
|
||||
// Hero
|
||||
'hero.exploreGovernance': 'Yönetişimi Keşfet',
|
||||
'hero.learnMore': 'Daha Fazla',
|
||||
'hero.stats.activeProposals': 'Aktif Teklifler',
|
||||
'hero.stats.tokensStaked': 'Stake Edilmiş',
|
||||
'hero.stats.totalVoters': 'Toplam Seçmen',
|
||||
'hero.stats.trustScore': 'Güven Puanı',
|
||||
|
||||
// Identity
|
||||
'identity.title': 'Dijital Kimlik',
|
||||
'identity.trustScore': 'Güven Puanı',
|
||||
'identity.verification': 'Doğrulama',
|
||||
'identity.verifyIdentity': 'Kimlik Doğrula',
|
||||
'identity.badges': 'Rozetler',
|
||||
'identity.roles': 'Roller',
|
||||
'identity.reputation': 'İtibar',
|
||||
'identity.privacy': 'Gizlilik Ayarları',
|
||||
|
||||
// Login
|
||||
'login.subtitle': 'Yönetişim hesabınıza erişin',
|
||||
'login.email': 'E-posta',
|
||||
'login.password': 'Şifre',
|
||||
'login.rememberMe': 'Beni hatırla',
|
||||
'login.forgotPassword': 'Şifremi unuttum?',
|
||||
'login.signin': 'Giriş Yap',
|
||||
'login.signingIn': 'Giriş yapılıyor...',
|
||||
'login.signup': 'Kayıt Ol',
|
||||
'login.or': 'Veya şununla devam edin',
|
||||
'login.connectWallet': 'Cüzdan Bağla',
|
||||
'login.createAccount': 'Hesap Oluştur',
|
||||
'login.creatingAccount': 'Hesap oluşturuluyor...',
|
||||
'login.fullName': 'Ad Soyad',
|
||||
'login.confirmPassword': 'Şifre Tekrarı',
|
||||
'login.referralCode': 'Referans Kodu',
|
||||
'login.enterReferralCode': 'Referans kodunu girin',
|
||||
'login.referralDescription': 'Sizi birisi davet ettiyse, kodunu buraya girin',
|
||||
'login.optional': 'İsteğe bağlı',
|
||||
'login.terms': 'Devam ederek şunları kabul ediyorsunuz',
|
||||
'login.termsOfService': 'Hizmet Şartları',
|
||||
'login.privacyPolicy': 'Gizlilik Politikası',
|
||||
'login.and': 've',
|
||||
|
||||
// Nav
|
||||
'nav.connectWallet': 'Cüzdan Bağla',
|
||||
'nav.disconnect': 'Bağlantıyı Kes',
|
||||
'nav.identity': 'Kimlik',
|
||||
|
||||
// Notifications
|
||||
'notifications.title': 'Bildirimler',
|
||||
'notifications.markAllRead': 'Tümünü okundu işaretle',
|
||||
'notifications.noNotifications': 'Bildirim yok',
|
||||
'notifications.proposals': 'Teklif Güncellemeleri',
|
||||
'notifications.votes': 'Oy Güncellemeleri',
|
||||
'notifications.replies': 'Yanıtlar',
|
||||
'notifications.mentions': 'Bahsetmeler',
|
||||
'notifications.badges': 'Yeni Rozetler',
|
||||
'notifications.settings': 'Ayarlar',
|
||||
'notifications.pushNotifications': 'Anlık Bildirimler',
|
||||
'notifications.proposalUpdate': 'Teklif durumu değişti',
|
||||
'notifications.voteUpdate': 'Oy sayısı güncellendi',
|
||||
'notifications.newReply': 'Yorumunuza yeni yanıt',
|
||||
'notifications.newMention': 'Bahsedildiniz',
|
||||
'notifications.newBadge': 'Yeni rozet kazandınız',
|
||||
|
||||
// Profile
|
||||
'profile.edit': 'Profili Düzenle',
|
||||
'profile.viewProfile': 'Profili Görüntüle',
|
||||
'profile.settings': 'Ayarlar',
|
||||
'profile.name': 'Ad',
|
||||
'profile.username': 'Kullanıcı Adı',
|
||||
'profile.bio': 'Biyografi',
|
||||
'profile.location': 'Konum',
|
||||
'profile.socialLinks': 'Sosyal Bağlantılar',
|
||||
'profile.changeAvatar': 'Avatar Değiştir',
|
||||
'profile.level': 'Seviye',
|
||||
'profile.reputation': 'İtibar',
|
||||
'profile.followers': 'Takipçiler',
|
||||
'profile.following': 'Takip Edilen',
|
||||
'profile.follow': 'Takip Et',
|
||||
'profile.unfollow': 'Takibi Bırak',
|
||||
'profile.share': 'Paylaş',
|
||||
'profile.connections': 'Bağlantılar',
|
||||
'profile.activity': 'Etkinlik',
|
||||
'profile.achievements': 'Başarılar',
|
||||
'profile.achievementsTitle': 'Başarılarınız',
|
||||
'profile.votesCast': 'Kullanılan Oylar',
|
||||
'profile.proposalsCreated': 'Oluşturulan Teklifler',
|
||||
'profile.successRate': 'Başarı Oranı',
|
||||
'profile.delegationsReceived': 'Alınan Delegasyonlar',
|
||||
'profile.recentActivity': 'Son Etkinlik',
|
||||
'profile.customizeProfile': 'Profili Özelleştir',
|
||||
'profile.theme': 'Tema',
|
||||
'profile.chooseTheme': 'Tema Seçin',
|
||||
'profile.notifications': 'Bildirimler',
|
||||
'profile.notificationSettings': 'Bildirim Ayarları',
|
||||
'profile.proposalUpdates': 'Teklif güncellemeleri',
|
||||
'profile.voteReminders': 'Oy hatırlatıcıları',
|
||||
'profile.newFollowers': 'Yeni takipçiler',
|
||||
'profile.privacy': 'Gizlilik',
|
||||
'profile.privacySettings': 'Gizlilik Ayarları',
|
||||
'profile.showEmail': 'E-postayı herkese göster',
|
||||
'profile.showActivity': 'Etkinlik akışını göster',
|
||||
'profile.allowMessages': 'Doğrudan mesajlara izin ver',
|
||||
'profile.basic': 'Temel Bilgi',
|
||||
|
||||
// Proposals
|
||||
'proposals.steps.template': 'Şablon',
|
||||
'proposals.steps.basics': 'Temel Bilgi',
|
||||
'proposals.steps.details': 'Detaylar',
|
||||
'proposals.steps.impact': 'Etki',
|
||||
'proposals.steps.review': 'İnceleme',
|
||||
'proposals.templates.treasury': 'Hazine',
|
||||
'proposals.templates.treasuryDesc': 'Projeler ve girişimler için fon talep edin',
|
||||
'proposals.templates.technical': 'Teknik',
|
||||
'proposals.templates.technicalDesc': 'Protokol yükseltmeleri ve teknik değişiklikler önerin',
|
||||
'proposals.templates.community': 'Topluluk',
|
||||
'proposals.templates.communityDesc': 'Topluluk girişimleri ve sosyal teklifler',
|
||||
'proposals.wizard.selectTemplate': 'Teklifiniz için bir şablon seçin',
|
||||
'proposals.wizard.enterBasics': 'Teklifiniz hakkında temel bilgileri girin',
|
||||
'proposals.wizard.provideDetails': 'Detaylı spesifikasyonları sağlayın',
|
||||
'proposals.wizard.defineImpact': 'Etki ve başarı ölçütlerini tanımlayın',
|
||||
'proposals.wizard.reviewSubmit': 'Teklifinizi inceleyin ve gönderin',
|
||||
'proposals.wizard.readyToSubmit': 'Teklifiniz gönderilmeye hazır!',
|
||||
'proposals.fields.title': 'Başlık',
|
||||
'proposals.fields.category': 'Kategori',
|
||||
'proposals.fields.summary': 'Özet',
|
||||
'proposals.fields.description': 'Açıklama',
|
||||
'proposals.fields.budget': 'Bütçe',
|
||||
'proposals.fields.timeline': 'Zaman Çizelgesi',
|
||||
'proposals.fields.milestones': 'Kilometre Taşları',
|
||||
'proposals.fields.impact': 'Beklenen Etki',
|
||||
'proposals.fields.metrics': 'Başarı Ölçütleri',
|
||||
'proposals.fields.risks': 'Riskler ve Azaltma',
|
||||
'proposals.placeholders.title': 'Net ve açıklayıcı bir başlık girin',
|
||||
'proposals.placeholders.category': 'Bir kategori seçin',
|
||||
'proposals.placeholders.summary': 'Teklifinizin kısa özeti (maks 200 karakter)',
|
||||
'proposals.placeholders.description': 'Önerdiğiniz şeyin detaylı açıklaması',
|
||||
'proposals.placeholders.impact': 'Bu topluma nasıl fayda sağlayacak?',
|
||||
'proposals.placeholders.metrics': 'Başarı nasıl ölçülecek?',
|
||||
'proposals.placeholders.risks': 'Potansiyel riskler nelerdir?',
|
||||
|
||||
// Team
|
||||
'team.title': 'Kahramanlarımız',
|
||||
'team.subtitle': 'Kürt liderlerini ve özgürlük savaşçılarını onurlandırıyoruz',
|
||||
|
||||
// WebSocket
|
||||
'websocket.connected': 'Bağlandı',
|
||||
'websocket.disconnected': 'Bağlantı Kesildi',
|
||||
'websocket.reconnecting': 'Yeniden bağlanıyor...',
|
||||
'websocket.liveUpdates': 'Canlı güncellemeler etkin',
|
||||
'websocket.offlineMode': 'Çevrimdışı mod',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user