kiota/vscode/microsoft-kiota/package.nls.ar.json

34 строки
3.1 KiB
JSON
Исходник Обычный вид История

2023-03-29 17:00:19 +03:00
{
"kiota.dependenciesInfo.name": "معلومات حول تبعيات Kiota",
"kiota.dependenciesInfo.contextualTitle": "معلومات حول التبعيات ",
"kiota.openApiExplorer.name": "مستكشف Kiota OpenAPI",
"kiota.openApiExplorer.contextualTitle": "مستكشف OpenAPI",
"kiota-dependencies-info.panel.title": "معلومات حول تبعيات Kiota",
Feature: Update kiota vs code extension (#4500) * add tree view * add Api files conatiner and remove previous containers * rename workspace title * combine search and open description functions * Add 'close description' button to api title node * add close description dialog * add generate option step * added plugin dialog steps * added icon toggling * add workspace.json file to workspace * Fix some server configs * Ensure the RPC commands use preview features if config is enabled. * - updates references kiota version for CLI * - cleans up localization files from unused resource Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes unimplemented command Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds the environment variable passing to the json RPC server Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - refactors to constant Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes serializers in preview mode Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - code linting * - initial plugin generation Signed-off-by: Vincent Biret <vibiret@microsoft.com> * Fixed the collection of plugin name * rename title string * Add plugin type step * add generate a manifest type * close description after generation * add "Edit Path' button * add regenerate call * update file name * enable editing paths on api explorer * add regenerate functionality * - bumps kiota versions to avoid updates which confuses @sebastienlevert and @maisarissi * - adds FAQ documentation for vs code reinstalling over * add regeneration button on api explorer * remove automatic workspace.json file add * replace string * update icon * add plugin re-generation * add warning notification * add save notification * fix delete description appearing on wrong nodes * remove open file command * remove output path validation and default to ouptut folder * move constants to separate file * remove path autoselection when description is loaded for the first time * fix workspace.json file not opening * hide add and remove icon on apiTitle node * undo closing descriptions after generation * Adding the automatic sideloading script * Update to using vsx * fix icons display * Merge branch 'main' into elinor/add-kiota-workspace * remove welcome translations * remove welcome string translation * add string translations * remove unused search lock function * add french translations * added czech translations * add portuguese translations * update output diectory string * set workspace file constant * add else clause * remove TODO comments * return vscode error * add types * use nullish coalescing operator instead of Logical OR * add spanish translations * add italian translation * add chinese translations * remove unused functions * update static strings * add missing l10n * update string typo * update static string localization files * update french string * remove else Co-authored-by: Musale Martin <martinmshale@gmail.com> * add plugin output selection * add output directory selection for client generation * add output directory selection for manifest generation * add polish translations * add russian translations * add swahili translations * add success message and toggle icons * add constants * localize string * add default and browse output options * add dropdown for api path selection * remove unused filter property * remove else Co-authored-by: silaskenneth <silaskenneth1@gmail.com> * update icon * Fixing vscode sideloading script for Windows * enable generation from a deeplink * Updates plugin naming * update vscode engine * bump kiota extension version * Task: Display client/plugin name on API explorer (#4801) * hide information messages * update warning message display * update regenerate function * Add constants * Fix: "Override" message only displays if there's a change on the tree (#4899) * code clean up * update plugin type to accept array * chore: lock update * chore: bumps version to avoid auto-update * Fixes unselected paths * format * fix regeneration * API change to migrate lockfile to workspace file * Adds connections to migrate workspace file * Fix path maching * Update vscode/microsoft-kiota/src/openApiTreeProvider.ts * Fixes plugin generation check * Fix: Add paste path functionality (#4994) * Fix: Kiota extension works without a workspace folder open (#4958) * Fix: Workspace file display (#5029) * Fix: Display "override" message only when changes have been made (#5048) * fix typo issue * fix typecase * fix cwd update * chore: bumps extension engine version * chore: updates lock file * Feat: Add migration dialog (#5144) * chore: adds missing french translations * add missing translations * simpify function * rename function * fix: bumps vscode extension version to allow side-loading * update message display * use workspace instead of lock Co-authored-by: Andrew Omondi <andrueastman@users.noreply.github.com> * use workspaceFile instead * format file * add missing translations * update function name * format file --------- Signed-off-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Andrew Omondi <anomondi@microsoft.com> Co-authored-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com> Co-authored-by: Sébastien Levert <slevert@microsoft.com> Co-authored-by: Musale Martin <martinmshale@gmail.com> Co-authored-by: silaskenneth <silaskenneth1@gmail.com> Co-authored-by: Sébastien Levert <sebastienlevert@users.noreply.github.com>
2024-08-22 12:34:11 +03:00
"kiota-openapi-explorer.activitybar.title": "Kiota",
2023-03-29 17:00:19 +03:00
"kiota.selectLock.title": "اختر ملف القفل لمستكشف الAPI",
"kiota.updateClients.title": "حدث عملاء الAPI في مساحة العمل الحالية",
"kiota.openApiExplorer.generateClient.title": "انشاء عميل الAPI",
"kiota.openApiExplorer.addToSelectedEndpoints.title": "اضف",
"kiota.openApiExplorer.removeFromSelectedEndpoints.title": "احذف",
"kiota.openApiExplorer.addAllToSelectedEndpoints.title": "اضف الكل",
"kiota.openApiExplorer.removeAllFromSelectedEndpoints.title": "احذف الكل",
"kiota.openApiExplorer.closeDescription.title": "اغلق وصف API",
"kiota.openApiExplorer.openDescription.title": "افتح وصف API",
"kiota.searchLock.title": "ابحث عن ملف قفل",
"kiota.openApiExplorer.filterDescription.title": "قم بتصفية وصف API",
"kiota.openApiExplorer.openDocumentationPage.title": "افتح صفحة الوثائق",
2023-10-17 15:34:04 +03:00
"kiota.generate.backingStore.description": "تمكين مخزن الدعم للنماذج",
"kiota.generate.excludeBackwardCompatible.description": "يستبعد الأصول المتوافقة مع الإصدارات السابقة والمتقادمة من النتيجة التي تم إنشاؤها. ينبغي أن تستخدم للعملاء الجدد",
"kiota.cleanOutput.description": "يزيل كافة الملفات من دليل الإخراج قبل إنشاء ملفات التعليمات البرمجية",
"kiota.generate.disabledValidationRules.description": "قواعد التحقق من صحة وصف OpenAPI إلى \nDivergentResponseSchema\nGetWithBody\nInconsistentTypeFormatPair\nKnownAndNotSupportedFormats\nMissingDiscriminator\nMultipleServerEntries\nNoContentWithBody\nNoServerEntry\nUrlFormEncodedComplex\nValidationRuleSetExtensions\nAll",
"kiota.clearCache.description": "يمسح أي بيانات مخزنة مؤقتًا",
"kiota.generate.serializer.description": "أسماء الفئات المؤهلة بالكامل للمتسلسلات",
"kiota.generate.deserializer.description": "أسماء الفئات المؤهلة بالكامل لإلغاء التسلسل",
"kiota.generate.structuredMimeTypes.description": "أنواع MIME والتفضيلات المستخدمة لإنشاء نماذج البيانات المنظمة. وفقًا لـ RFC9110، قم بقبول تدوين الرأس.",
Feature: Update kiota vs code extension (#4500) * add tree view * add Api files conatiner and remove previous containers * rename workspace title * combine search and open description functions * Add 'close description' button to api title node * add close description dialog * add generate option step * added plugin dialog steps * added icon toggling * add workspace.json file to workspace * Fix some server configs * Ensure the RPC commands use preview features if config is enabled. * - updates references kiota version for CLI * - cleans up localization files from unused resource Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes unimplemented command Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds the environment variable passing to the json RPC server Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - refactors to constant Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes serializers in preview mode Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - code linting * - initial plugin generation Signed-off-by: Vincent Biret <vibiret@microsoft.com> * Fixed the collection of plugin name * rename title string * Add plugin type step * add generate a manifest type * close description after generation * add "Edit Path' button * add regenerate call * update file name * enable editing paths on api explorer * add regenerate functionality * - bumps kiota versions to avoid updates which confuses @sebastienlevert and @maisarissi * - adds FAQ documentation for vs code reinstalling over * add regeneration button on api explorer * remove automatic workspace.json file add * replace string * update icon * add plugin re-generation * add warning notification * add save notification * fix delete description appearing on wrong nodes * remove open file command * remove output path validation and default to ouptut folder * move constants to separate file * remove path autoselection when description is loaded for the first time * fix workspace.json file not opening * hide add and remove icon on apiTitle node * undo closing descriptions after generation * Adding the automatic sideloading script * Update to using vsx * fix icons display * Merge branch 'main' into elinor/add-kiota-workspace * remove welcome translations * remove welcome string translation * add string translations * remove unused search lock function * add french translations * added czech translations * add portuguese translations * update output diectory string * set workspace file constant * add else clause * remove TODO comments * return vscode error * add types * use nullish coalescing operator instead of Logical OR * add spanish translations * add italian translation * add chinese translations * remove unused functions * update static strings * add missing l10n * update string typo * update static string localization files * update french string * remove else Co-authored-by: Musale Martin <martinmshale@gmail.com> * add plugin output selection * add output directory selection for client generation * add output directory selection for manifest generation * add polish translations * add russian translations * add swahili translations * add success message and toggle icons * add constants * localize string * add default and browse output options * add dropdown for api path selection * remove unused filter property * remove else Co-authored-by: silaskenneth <silaskenneth1@gmail.com> * update icon * Fixing vscode sideloading script for Windows * enable generation from a deeplink * Updates plugin naming * update vscode engine * bump kiota extension version * Task: Display client/plugin name on API explorer (#4801) * hide information messages * update warning message display * update regenerate function * Add constants * Fix: "Override" message only displays if there's a change on the tree (#4899) * code clean up * update plugin type to accept array * chore: lock update * chore: bumps version to avoid auto-update * Fixes unselected paths * format * fix regeneration * API change to migrate lockfile to workspace file * Adds connections to migrate workspace file * Fix path maching * Update vscode/microsoft-kiota/src/openApiTreeProvider.ts * Fixes plugin generation check * Fix: Add paste path functionality (#4994) * Fix: Kiota extension works without a workspace folder open (#4958) * Fix: Workspace file display (#5029) * Fix: Display "override" message only when changes have been made (#5048) * fix typo issue * fix typecase * fix cwd update * chore: bumps extension engine version * chore: updates lock file * Feat: Add migration dialog (#5144) * chore: adds missing french translations * add missing translations * simpify function * rename function * fix: bumps vscode extension version to allow side-loading * update message display * use workspace instead of lock Co-authored-by: Andrew Omondi <andrueastman@users.noreply.github.com> * use workspaceFile instead * format file * add missing translations * update function name * format file --------- Signed-off-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Andrew Omondi <anomondi@microsoft.com> Co-authored-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com> Co-authored-by: Sébastien Levert <slevert@microsoft.com> Co-authored-by: Musale Martin <martinmshale@gmail.com> Co-authored-by: silaskenneth <silaskenneth1@gmail.com> Co-authored-by: Sébastien Levert <sebastienlevert@users.noreply.github.com>
2024-08-22 12:34:11 +03:00
"kiota.generate.includeAdditionalData.description": "سيتم تضمين خاصية 'Additional Data' للنماذج",
"kiota.workspace.name": "مساحة العمل",
"kiota.openApiExplorer.regenerateButton.title": "إعادة توليد",
"kiota.openApiExplorer.editPaths.title": "تحرير المسارات",
"kiota.migrateClients.title": "ترحيل عملاء الAPI"
2023-03-29 17:00:19 +03:00
}