RandomSec/OpenRefine/extensions/wikidata/module/langs/translation-bn.json

51 lines
5.0 KiB
JSON
Raw Permalink Normal View History

{
Extend Wikidata extension to support arbitrary Wikibase instances (#2810) Closes #1640. All Wikibase-dependent parameters, which were previously hard-coded for Wikidata, are now described in a JSON manifest. The manifest is currently constructed by hand, but, in the future, will hopefully be published by each Wikibase instance at a standard location. * setup the manifest framework * add dependency mechanism to scrutinizers & update tests * add json creators to constraint entities * adapt the backend (units tests are to be updated) * remove the call to prepareDependencies() in the constructor * update code according to review feedback * update scrutinizers tests * fix typo & update ConstraintsV1 * log if a scrutinizer is skipped * update versioning handling in the backend * correct the order of "actual" and "expected" for assertEquals method * use regex to check manifest versions * 1. add wikibase-manager.js, wikibase-dialog.js, etc. 2. move dialog/schema-alignment-dialog.js -> schema-alignment.js 3. remove unused schema-alignment-dialog.html 4. change most mentions of "Wikidata" to "Wikibase" * support saving cookies for different Wikibases & fix LoginCommandTest * fix schema related tests * removed unused WikibaseCredentials * include MediaWiki API endpoint in the schema * fetch language codes for different Wikibases * fix lgtm-bot alerts * keep a connection map (MediaWiki API endpoint => Connection) in ConnectionManager * simplify the constraint configurations of the manifest and remove lots of unnecessary code. * add slash to the end of mediawiki.root * add manifest schema and use ajv to validate the manifest * remove JSONP support (Wikibase manifest host should support CORS) * save manifests on manifest update * add unit tests for Manifest * include the exception in logger.error() method to make it easier to debug * include the message of ManifestException when calling respondError * test multiple connections * test no manifest & test invalid manifest * adapt manage-account-dialog.js to support multiple Wikibase connections * update instance/subclass of related translations * beautify import-schema-dialog.html * use "${lang}" variable in the reconciliation service endpoint of the manifest * adapt schema-alignment.js after introducing "${lang}" variable in the reconciliation service endpoint * use WikibaseManager.getSelectedWikibaseApi() in SchemaAlignment._getPropertyType * replace more mentions of "Wikidata" to "Wikibase" * use WikibaseManager.getSelectedWikibaseApi() in previewrenderer.js * support fetching language codes of different Wikibases in the frontend * skip EditInspector if missing 'property_constraint_pid' in the manifest * improve unit tests for fetching lang codes * skip scrutinizers depending on fetcher if 'property_constraint_pid' is missing in the manifest * make sure the schema alignment panel is set up before rendering * fix preview bug * add getters of "instance of" and "subclass of" to the Manifest interface and use them in NewItemScrutinizer * fix hardcode for Wikidata in WbItemVariable * rename 'entity_prefix' to 'site_iri' and move it from 'manifest.wikibase.properties' to 'manifest.wikibase' * include oauth configurations in the manifest & support logging in with owner-only consumer for Wikibases with the OAuth extension * correct schema fallback logic * select default wikibase according to the saved schema * include maxlag in the manifest * [backend] move maxlag setting from preferences to request parameter * support setting maxlag when uploading edits * rename "Manage Wikibase" to "Select Wikibase instance" and localize it * fix manifest updating bug * include EditGroups in the manifest * add the reconciliation service from the manifest to standard services if it's not present yet when adding a new manifest * update according to review feedback 1. use inherited color variable 2. rename 'gridwroks' to 'openrefine' 3. remove unnecessary 'async: true' 4. add 'format: url' validation to urls to the schema * rename 'wikibasePrefix' to 'siteIri'
2020-08-22 17:58:56 +02:00
"wikibase-extension/menu-label": "উইকিউপাত্ত",
"wikibase-extension/edit-wikibase-schema": "উইকিউপাত্ত স্কিমা সম্পাদনা করুন",
"wikibase-extension/import-wikibase-schema": "স্কিমা আমদানি করুন",
"wikibase-extension/perform-edits-on-wikibase": "উইকিউপাত্তে সম্পাদনা আপলোড করুন",
"wikibase-extension/export-to-qs": "ক্যুইকস্টেটমেন্টসে রপ্তানি করুন",
"wikibase-extension/export-schema": "স্কিমা রপ্তানি করুন",
"wikibase-extension/export-wikibase-schema": "উইকিউপাত্ত স্কিমা রপ্তানি করুন",
"wikibase-extension/quickstatements-export-name": "ক্যুইকস্টেটমেন্টস",
"wikibase-schema/schema-tab-header": "স্কিমা",
"wikibase-schema/warnings-tab-header": "সমস্যা",
"wikibase-schema/edits-preview-tab-header": "প্রাকদর্শন",
"wikibase-schema/statements-header": "বিবৃতি",
"wikibase-schema/empty-statements": "কোন বিবৃতি যোগ করা হয়নি",
"wikibase-schema/add-item-button": "আইটেম যোগ করুন",
"wikibase-schema/remove": "অপসরণ করুন",
"wikibase-schema/add-statement": "বিবৃতি যোগ করুন",
"wikibase-schema/add-value": "মান যোগ করুন",
"wikibase-schema/add-qualifier": "বাছাই যোগ করুন",
"wikibase-schema/copy-reference": "অনুলিপি করুন",
"wikibase-schema/reference-copied": "অনুলিপি করা হয়েছে",
"wikibase-schema/add-reference": "তথ্যসূত্র যোগ করুন",
"wikibase-schema/add-reference-snak": "যোগ করুন",
"wikibase-schema/property-placeholder": "বৈশিষ্ট্য",
"wikibase-schema/nb-references": " তথ্যসূত্র",
"wikibase-schema/remove-column": "স্তম্ভ অপসরণ করুন",
"wikibase-schema/label": "লেবেল",
"wikibase-schema/description": "বিবরণ",
"wikibase-schema/amount": "পরিমাণ",
"wikibase-schema/unit": "একক",
"wikibase-schema/commons-media": "ফাইলের নাম",
"wikibase-schema/invalid-schema-warning-issues": "আপনার স্কিমা অসম্পূর্ণ, সমস্যাগুলি দেখতে সেটি ঠিক করুন।",
"wikibase-schema/invalid-schema-warning-preview": "আপনার স্কিমা অসম্পূর্ণ, প্রাকদর্শন করতে সেটি ঠিক করুন।",
"wikibase-schema/discard-button": "পরিবর্তন বাতিল করুন",
"wikibase-schema/save-button": "স্কিমা সংরক্ষণ করুন",
"wikibase-schema/close-button": "বন্ধ করুন",
"wikibase-schema/unsaved-changes-alt": "আপনি আপনার উইকিউপাত্ত স্কিমায় অসংরক্ষিত পরিবর্তন করেছেন।",
"wikibase-schema/save-schema-alt": "আপনার স্কিমা ওপেনরিফাইনের সংরক্ষণ করুন। পরিবর্তনগুলি এখনো উইকিউপাত্তে আপলোড করা হয়নি।",
"wikibase-schema/discard-schema-changes-alt": "স্কিমার পরিবর্তনগুলি বাতিল করুন।",
"wikibase-schema/incomplete-schema-could-not-be-saved": "আপনার স্কিমা অসম্পূর্ণ, তাই এখনো সংরক্ষণ করা যাচ্ছে না।",
"wikibase-schema/unsaved-warning": "আপনি আপনার উইকিউপাত্ত স্কিমায় অসংরক্ষিত পরিবর্তন করেছেন। তাও বন্ধ করতে চান?",
"wikibase-preview/new-id": "নতুন আইটেম",
"wikibase-account/dialog-header": "উইকিউপাত্ত অ্যাকাউন্ট",
"wikibase-account/explain-log-in": "<a href=\"https://www.wikidata.org/\" target=\"_blank\">উইকিউপাত্তে</a> প্রবেশ করলে সরাসরি ওপেনরিফাইন থেকে আপনাকে সম্পাদনা আপলোড করতে দেওয়া হবে।",
"wikibase-account/username-label": "ব্যবহারকারী নাম:",
"wikibase-account/password-label": "পাসওয়ার্ড:",
"wikibase-account/close": "বন্ধ করুন",
"wikibase-account/log-in": "প্রবেশ করুন",
"wikibase-account/log-out": "প্রস্থান করুন"
}