-
Notifications
You must be signed in to change notification settings - Fork 2.6k
refactor(i18n): Internationalization of Button and tooltip in ChatView #1676
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,60 @@ | ||
| { | ||
| "greeting": "ماذا يمكن أن يفعل Roo من أجلك؟", | ||
| "retry": { | ||
| "title": "إعادة المحاولة", | ||
| "tooltip": "حاول العملية مرة أخرى" | ||
| }, | ||
| "startNewTask": { | ||
| "title": "بدء مهمة جديدة", | ||
| "tooltip": "ابدأ مهمة جديدة" | ||
| }, | ||
| "proceedAnyways": { | ||
| "title": "المتابعة على أي حال", | ||
| "tooltip": "استمر أثناء تنفيذ الأمر" | ||
| }, | ||
| "save": { | ||
| "title": "حفظ", | ||
| "tooltip": "حفظ تغييرات الملف" | ||
| }, | ||
| "reject": { | ||
| "title": "رفض", | ||
| "tooltip": "رفض هذا الإجراء" | ||
| }, | ||
| "completeSubtaskAndReturn": "إكمال المهمة الفرعية والعودة", | ||
| "approve": { | ||
| "title": "موافقة", | ||
| "tooltip": "الموافقة على هذا الإجراء" | ||
| }, | ||
| "runCommand": { | ||
| "title": "تنفيذ الأمر", | ||
| "tooltip": "تنفيذ هذا الأمر" | ||
| }, | ||
| "proceedWhileRunning": { | ||
| "title": "المتابعة أثناء التشغيل", | ||
| "tooltip": "استمر على الرغم من التحذيرات" | ||
| }, | ||
| "resumeTask": { | ||
| "title": "استئناف المهمة", | ||
| "tooltip": "استئناف المهمة الحالية" | ||
| }, | ||
| "terminate": { | ||
| "title": "إنهاء", | ||
| "tooltip": "إنهاء المهمة الحالية" | ||
| }, | ||
| "cancel": { | ||
| "title": "إلغاء", | ||
| "tooltip": "إلغاء العملية الحالية" | ||
| }, | ||
| "scrollToBottom": "التمرير إلى أسفل الدردشة", | ||
| "aboutMe": "بفضل أحدث التطورات في قدرات الترميز الذكية، يمكنني التعامل مع مهام تطوير البرمجيات المعقدة خطوة بخطوة. باستخدام الأدوات التي تتيح لي إنشاء وتحرير الملفات، واستكشاف المشاريع المعقدة، واستخدام المتصفح، وتنفيذ أوامر الطرفية (بعد منحك الإذن)، يمكنني مساعدتك بطرق تتجاوز إكمال التعليمات البرمجية أو الدعم الفني. يمكنني حتى استخدام MCP لإنشاء أدوات جديدة وتوسيع قدراتي الخاصة.", | ||
| "selectMode": "اختر وضع التفاعل", | ||
| "selectApiConfig": "اختر تكوين API", | ||
| "enhancePrompt": "تحسين المطالبة بسياق إضافي", | ||
| "addImages": "إضافة صور إلى الرسالة", | ||
| "sendMessage": "إرسال الرسالة", | ||
| "typeMessage": "اكتب رسالة...", | ||
| "typeTask": "اكتب مهمتك هنا...", | ||
| "addContext": "(@ لإضافة سياق، / لتبديل الأوضاع", | ||
| "dragFiles": "اضغط على shift لسحب الملفات", | ||
| "dragFilesImages": "اضغط على shift لسحب الملفات/الصور" | ||
| } |
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,8 @@ | ||
| { | ||
| "title": "ساعد في تحسين Roo Code", | ||
| "anonymousTelemetry": "إرسال بيانات الاستخدام والأخطاء المجهولة للمساعدة في إصلاح الأخطاء وتحسين الامتداد. لا يتم إرسال أي كود أو نصوص أو معلومات شخصية.", | ||
| "changeSettings": "يمكنك دائمًا تغيير هذا في أسفل الإعدادات", | ||
| "settings": "الإعدادات", | ||
| "allow": "السماح", | ||
| "deny": "رفض" | ||
| } |
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,60 @@ | ||
| { | ||
| "greeting": "Què pot fer Roo per tu?", | ||
| "retry": { | ||
| "title": "Tornar a intentar", | ||
| "tooltip": "Torna a provar l'operació" | ||
| }, | ||
| "startNewTask": { | ||
| "title": "Començar una nova tasca", | ||
| "tooltip": "Comença una nova tasca" | ||
| }, | ||
| "proceedAnyways": { | ||
| "title": "Continuar de totes maneres", | ||
| "tooltip": "Continua mentre s'executa l'ordre" | ||
| }, | ||
| "save": { | ||
| "title": "Desar", | ||
| "tooltip": "Desa els canvis del fitxer" | ||
| }, | ||
| "reject": { | ||
| "title": "Rebutjar", | ||
| "tooltip": "Rebutja aquesta acció" | ||
| }, | ||
| "completeSubtaskAndReturn": "Completar la subtasca i tornar", | ||
| "approve": { | ||
| "title": "Aprovar", | ||
| "tooltip": "Aprova aquesta acció" | ||
| }, | ||
| "runCommand": { | ||
| "title": "Executar ordre", | ||
| "tooltip": "Executa aquesta ordre" | ||
| }, | ||
| "proceedWhileRunning": { | ||
| "title": "Continuar mentre s'executa", | ||
| "tooltip": "Continua malgrat els advertiments" | ||
| }, | ||
| "resumeTask": { | ||
| "title": "Reprendre la tasca", | ||
| "tooltip": "Repren la tasca actual" | ||
| }, | ||
| "terminate": { | ||
| "title": "Finalitzar", | ||
| "tooltip": "Finalitza la tasca actual" | ||
| }, | ||
| "cancel": { | ||
| "title": "Cancel·lar", | ||
| "tooltip": "Cancel·la l'operació actual" | ||
| }, | ||
| "scrollToBottom": "Desplaça't al final del xat", | ||
| "aboutMe": "Gràcies als últims avenços en capacitats de codificació intel·ligent, puc gestionar tasques complexes de desenvolupament de programari pas a pas. Amb eines que em permeten crear i editar fitxers, explorar projectes complexos, utilitzar el navegador i executar ordres de terminal (després que em donis permís), puc ajudar-te de maneres que van més enllà de la finalització de codi o el suport tècnic. Fins i tot puc utilitzar MCP per crear noves eines i ampliar les meves capacitats.", | ||
| "selectMode": "Selecciona el mode d'interacció", | ||
| "selectApiConfig": "Selecciona la configuració de l'API", | ||
| "enhancePrompt": "Millora la sol·licitud amb context addicional", | ||
| "addImages": "Afegeix imatges al missatge", | ||
| "sendMessage": "Envia el missatge", | ||
| "typeMessage": "Escriu un missatge...", | ||
| "typeTask": "Escriu la teva tasca aquí...", | ||
| "addContext": "(@ per afegir context, / per canviar de mode", | ||
| "dragFiles": "manté premut shift per arrossegar fitxers", | ||
| "dragFilesImages": "manté premut shift per arrossegar fitxers/imatges" | ||
| } | ||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the string for
addContext, the text "(@ per afegir context, / per canviar de mode" is missing a closing parenthesis. Ensure consistency and clarity by updating it.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should probably move the beginning parenthesis outside of the string
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll fix as a follow-up