-
Notifications
You must be signed in to change notification settings - Fork 797
frontend: i18n: Add UI support for RTL languages #5695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
illume
merged 1 commit into
kubernetes-sigs:main
from
mahmoodalisha:RTL-language-support
May 19, 2026
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,57 @@ | ||
| { | ||
| "Failed to fetch plugin info": "فشل جلب معلومات الإضافة", | ||
| "An error occurred while fetching plugin info from {{ URL }}.": "حدث خطأ أثناء جلب معلومات الإضافة من {{ URL }}.", | ||
| "Yes": "نعم", | ||
| "No": "لا", | ||
| "Plugin Installation": "تثبيت الإضافة", | ||
| "Do you want to install the plugin \"{{ pluginName }}\"?": "هل تريد تثبيت الإضافة \"{{ pluginName }}\"؟", | ||
| "You are about to install a plugin from: {{ url }}\nDo you want to proceed?": "أنت على وشك تثبيت إضافة من: {{ url }}\nهل تريد المتابعة؟", | ||
| "About": "حول", | ||
| "Quit": "إنهاء", | ||
| "Select All": "تحديد الكل", | ||
| "Delete": "حذف", | ||
| "Services": "الخدمات", | ||
| "Hide": "إخفاء", | ||
| "Hide Others": "إخفاء الآخرين", | ||
| "Show All": "إظهار الكل", | ||
| "File": "ملف", | ||
| "Close": "إغلاق", | ||
| "Edit": "تعديل", | ||
| "Cut": "قص", | ||
| "Copy": "نسخ", | ||
| "Paste": "لصق", | ||
| "Paste and Match Style": "لصق مع مطابقة التنسيق", | ||
| "Speech": "الكلام", | ||
| "Start Speaking": "بدء التحدث", | ||
| "Stop Speaking": "إيقاف التحدث", | ||
| "View": "عرض", | ||
| "Toggle Developer Tools": "تبديل أدوات المطور", | ||
| "Reset Zoom": "إعادة ضبط التكبير", | ||
| "Zoom In": "تكبير", | ||
| "Zoom Out": "تصغير", | ||
| "Toggle Fullscreen": "تبديل ملء الشاشة", | ||
| "Navigate": "التنقل", | ||
| "Reload": "إعادة تحميل", | ||
| "Go to Home": "الانتقال إلى الصفحة الرئيسية", | ||
| "Go Back": "رجوع", | ||
| "Go Forward": "تقدم", | ||
| "Window": "نافذة", | ||
| "Minimize": "تصغير", | ||
| "Bring All to Front": "إحضار الكل إلى الأمام", | ||
| "Help": "مساعدة", | ||
| "Documentation": "التوثيق", | ||
| "Open an Issue": "فتح مشكلة", | ||
| "Another process is running": "هناك عملية أخرى قيد التشغيل", | ||
| "Looks like another process is already running. Continue by terminating that process automatically, or quit?": "يبدو أن هناك عملية أخرى قيد التشغيل بالفعل. هل تريد المتابعة بإنهاء العملية تلقائيًا أم الخروج؟", | ||
| "Continue": "متابعة", | ||
| "Failed to quit the other running process": "فشل إنهاء العملية الأخرى", | ||
| "Could not quit the other running process, PIDs: {{ process_list }}. Please stop that process and relaunch the app.": "تعذر إنهاء العملية الأخرى، المعرفات: {{ process_list }}. يرجى إيقاف العملية ثم إعادة تشغيل التطبيق.", | ||
| "No available ports": "لا توجد منافذ متاحة", | ||
| "Could not find an available port. There are processes running on ports {{startPort}}-{{endPort}}. Terminate these processes and retry?": "تعذر العثور على منفذ متاح. توجد عمليات تعمل على المنافذ {{startPort}}-{{endPort}}. هل تريد إنهاء هذه العمليات وإعادة المحاولة؟", | ||
| "Terminate and Retry": "إنهاء وإعادة المحاولة", | ||
| "Failed to start": "فشل التشغيل", | ||
| "Could not start the server even after terminating existing processes.": "تعذر تشغيل الخادم حتى بعد إنهاء العمليات الحالية.", | ||
| "Could not find an available port in the range {{startPort}}-{{endPort}}. Please free up a port and try again.": "تعذر العثور على منفذ متاح في النطاق {{startPort}}-{{endPort}}. يرجى تحرير منفذ والمحاولة مرة أخرى.", | ||
| "Invalid URL": "رابط غير صالح", | ||
| "Application opened with an invalid URL: {{ url }}": "تم فتح التطبيق برابط غير صالح: {{ url }}" | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.