mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: add missing 'alreadyCurrent' translation key to all locale files
This commit is contained in:
parent
6646f2b254
commit
8ed8186a89
17 changed files with 34 additions and 17 deletions
3
webview-ui/src/i18n/locales/ca/chat.json
generated
3
webview-ui/src/i18n/locales/ca/chat.json
generated
|
|
@ -155,7 +155,8 @@
|
|||
"confirm": "Confirmar",
|
||||
"cancel": "Cancel·lar",
|
||||
"cannotUndo": "Aquesta acció no es pot desfer.",
|
||||
"restoreFilesAndTaskDescription": "Restaura els arxius del teu projecte a una instantània presa en aquest punt i elimina tots els missatges posteriors a aquest punt."
|
||||
"restoreFilesAndTaskDescription": "Restaura els arxius del teu projecte a una instantània presa en aquest punt i elimina tots els missatges posteriors a aquest punt.",
|
||||
"alreadyCurrent": "This checkpoint is already current"
|
||||
},
|
||||
"current": "Actual"
|
||||
},
|
||||
|
|
|
|||
3
webview-ui/src/i18n/locales/de/chat.json
generated
3
webview-ui/src/i18n/locales/de/chat.json
generated
|
|
@ -155,7 +155,8 @@
|
|||
"confirm": "Bestätigen",
|
||||
"cancel": "Abbrechen",
|
||||
"cannotUndo": "Diese Aktion kann nicht rückgängig gemacht werden.",
|
||||
"restoreFilesAndTaskDescription": "Stellt die Dateien deines Projekts auf einen Snapshot zurück, der an diesem Punkt erstellt wurde, und löscht alle Nachrichten nach diesem Punkt."
|
||||
"restoreFilesAndTaskDescription": "Stellt die Dateien deines Projekts auf einen Snapshot zurück, der an diesem Punkt erstellt wurde, und löscht alle Nachrichten nach diesem Punkt.",
|
||||
"alreadyCurrent": "This checkpoint is already current"
|
||||
},
|
||||
"current": "Aktuell"
|
||||
},
|
||||
|
|
|
|||
3
webview-ui/src/i18n/locales/es/chat.json
generated
3
webview-ui/src/i18n/locales/es/chat.json
generated
|
|
@ -155,7 +155,8 @@
|
|||
"confirm": "Confirmar",
|
||||
"cancel": "Cancelar",
|
||||
"cannotUndo": "Esta acción no se puede deshacer.",
|
||||
"restoreFilesAndTaskDescription": "Restaura los archivos de tu proyecto a una instantánea tomada en este punto y elimina todos los mensajes posteriores a este punto."
|
||||
"restoreFilesAndTaskDescription": "Restaura los archivos de tu proyecto a una instantánea tomada en este punto y elimina todos los mensajes posteriores a este punto.",
|
||||
"alreadyCurrent": "This checkpoint is already current"
|
||||
},
|
||||
"current": "Actual"
|
||||
},
|
||||
|
|
|
|||
3
webview-ui/src/i18n/locales/fr/chat.json
generated
3
webview-ui/src/i18n/locales/fr/chat.json
generated
|
|
@ -155,7 +155,8 @@
|
|||
"confirm": "Confirmer",
|
||||
"cancel": "Annuler",
|
||||
"cannotUndo": "Cette action ne peut pas être annulée.",
|
||||
"restoreFilesAndTaskDescription": "Restaure les fichiers de votre projet à un instantané pris à ce moment et supprime tous les messages après ce point."
|
||||
"restoreFilesAndTaskDescription": "Restaure les fichiers de votre projet à un instantané pris à ce moment et supprime tous les messages après ce point.",
|
||||
"alreadyCurrent": "This checkpoint is already current"
|
||||
},
|
||||
"current": "Actuel"
|
||||
},
|
||||
|
|
|
|||
3
webview-ui/src/i18n/locales/hi/chat.json
generated
3
webview-ui/src/i18n/locales/hi/chat.json
generated
|
|
@ -155,7 +155,8 @@
|
|||
"confirm": "पुष्टि करें",
|
||||
"cancel": "रद्द करें",
|
||||
"cannotUndo": "इस क्रिया को पूर्ववत नहीं किया जा सकता।",
|
||||
"restoreFilesAndTaskDescription": "आपके प्रोजेक्ट की फ़ाइलों को इस बिंदु पर लिए गए स्नैपशॉट पर पुनर्स्थापित करता है और इस बिंदु के बाद के सभी संदेशों को हटा देता है।"
|
||||
"restoreFilesAndTaskDescription": "आपके प्रोजेक्ट की फ़ाइलों को इस बिंदु पर लिए गए स्नैपशॉट पर पुनर्स्थापित करता है और इस बिंदु के बाद के सभी संदेशों को हटा देता है।",
|
||||
"alreadyCurrent": "This checkpoint is already current"
|
||||
},
|
||||
"current": "वर्तमान"
|
||||
},
|
||||
|
|
|
|||
3
webview-ui/src/i18n/locales/id/chat.json
generated
3
webview-ui/src/i18n/locales/id/chat.json
generated
|
|
@ -164,7 +164,8 @@
|
|||
"confirm": "Konfirmasi",
|
||||
"cancel": "Batal",
|
||||
"cannotUndo": "Aksi ini tidak dapat dibatalkan.",
|
||||
"restoreFilesAndTaskDescription": "Mengembalikan file proyek kamu ke snapshot yang diambil pada titik ini dan menghapus semua pesan setelah titik ini."
|
||||
"restoreFilesAndTaskDescription": "Mengembalikan file proyek kamu ke snapshot yang diambil pada titik ini dan menghapus semua pesan setelah titik ini.",
|
||||
"alreadyCurrent": "This checkpoint is already current"
|
||||
},
|
||||
"current": "Saat Ini"
|
||||
},
|
||||
|
|
|
|||
3
webview-ui/src/i18n/locales/it/chat.json
generated
3
webview-ui/src/i18n/locales/it/chat.json
generated
|
|
@ -158,7 +158,8 @@
|
|||
"confirm": "Conferma",
|
||||
"cancel": "Annulla",
|
||||
"cannotUndo": "Questa azione non può essere annullata.",
|
||||
"restoreFilesAndTaskDescription": "Ripristina i file del tuo progetto a uno snapshot catturato in questo punto ed elimina tutti i messaggi successivi a questo punto."
|
||||
"restoreFilesAndTaskDescription": "Ripristina i file del tuo progetto a uno snapshot catturato in questo punto ed elimina tutti i messaggi successivi a questo punto.",
|
||||
"alreadyCurrent": "This checkpoint is already current"
|
||||
},
|
||||
"current": "Corrente"
|
||||
},
|
||||
|
|
|
|||
3
webview-ui/src/i18n/locales/ja/chat.json
generated
3
webview-ui/src/i18n/locales/ja/chat.json
generated
|
|
@ -155,7 +155,8 @@
|
|||
"confirm": "確認",
|
||||
"cancel": "キャンセル",
|
||||
"cannotUndo": "このアクションは元に戻せません。",
|
||||
"restoreFilesAndTaskDescription": "この時点で撮影されたスナップショットにプロジェクトのファイルを復元し、この時点以降のすべてのメッセージを削除します。"
|
||||
"restoreFilesAndTaskDescription": "この時点で撮影されたスナップショットにプロジェクトのファイルを復元し、この時点以降のすべてのメッセージを削除します。",
|
||||
"alreadyCurrent": "This checkpoint is already current"
|
||||
},
|
||||
"current": "現在"
|
||||
},
|
||||
|
|
|
|||
3
webview-ui/src/i18n/locales/ko/chat.json
generated
3
webview-ui/src/i18n/locales/ko/chat.json
generated
|
|
@ -155,7 +155,8 @@
|
|||
"confirm": "확인",
|
||||
"cancel": "취소",
|
||||
"cannotUndo": "이 작업은 취소할 수 없습니다.",
|
||||
"restoreFilesAndTaskDescription": "프로젝트 파일을 이 시점에 찍힌 스냅샷으로 복원하고 이 지점 이후의 모든 메시지를 삭제합니다."
|
||||
"restoreFilesAndTaskDescription": "프로젝트 파일을 이 시점에 찍힌 스냅샷으로 복원하고 이 지점 이후의 모든 메시지를 삭제합니다.",
|
||||
"alreadyCurrent": "This checkpoint is already current"
|
||||
},
|
||||
"current": "현재"
|
||||
},
|
||||
|
|
|
|||
3
webview-ui/src/i18n/locales/nl/chat.json
generated
3
webview-ui/src/i18n/locales/nl/chat.json
generated
|
|
@ -150,7 +150,8 @@
|
|||
"confirm": "Bevestigen",
|
||||
"cancel": "Annuleren",
|
||||
"cannotUndo": "Deze actie kan niet ongedaan worden gemaakt.",
|
||||
"restoreFilesAndTaskDescription": "Herstelt de bestanden van je project naar een momentopname die op dit punt is gemaakt en verwijdert alle berichten na dit punt."
|
||||
"restoreFilesAndTaskDescription": "Herstelt de bestanden van je project naar een momentopname die op dit punt is gemaakt en verwijdert alle berichten na dit punt.",
|
||||
"alreadyCurrent": "This checkpoint is already current"
|
||||
},
|
||||
"current": "Huidig"
|
||||
},
|
||||
|
|
|
|||
3
webview-ui/src/i18n/locales/pl/chat.json
generated
3
webview-ui/src/i18n/locales/pl/chat.json
generated
|
|
@ -155,7 +155,8 @@
|
|||
"confirm": "Potwierdź",
|
||||
"cancel": "Anuluj",
|
||||
"cannotUndo": "Tej akcji nie można cofnąć.",
|
||||
"restoreFilesAndTaskDescription": "Przywraca pliki Twojego projektu do zrzutu wykonanego w tym punkcie i usuwa wszystkie wiadomości po tym punkcie."
|
||||
"restoreFilesAndTaskDescription": "Przywraca pliki Twojego projektu do zrzutu wykonanego w tym punkcie i usuwa wszystkie wiadomości po tym punkcie.",
|
||||
"alreadyCurrent": "This checkpoint is already current"
|
||||
},
|
||||
"current": "Bieżący"
|
||||
},
|
||||
|
|
|
|||
3
webview-ui/src/i18n/locales/pt-BR/chat.json
generated
3
webview-ui/src/i18n/locales/pt-BR/chat.json
generated
|
|
@ -155,7 +155,8 @@
|
|||
"confirm": "Confirmar",
|
||||
"cancel": "Cancelar",
|
||||
"cannotUndo": "Esta ação não pode ser desfeita.",
|
||||
"restoreFilesAndTaskDescription": "Restaura os arquivos do seu projeto para um snapshot feito neste ponto e exclui todas as mensagens após este ponto."
|
||||
"restoreFilesAndTaskDescription": "Restaura os arquivos do seu projeto para um snapshot feito neste ponto e exclui todas as mensagens após este ponto.",
|
||||
"alreadyCurrent": "This checkpoint is already current"
|
||||
},
|
||||
"current": "Atual"
|
||||
},
|
||||
|
|
|
|||
3
webview-ui/src/i18n/locales/ru/chat.json
generated
3
webview-ui/src/i18n/locales/ru/chat.json
generated
|
|
@ -150,7 +150,8 @@
|
|||
"confirm": "Подтвердить",
|
||||
"cancel": "Отмена",
|
||||
"cannotUndo": "Это действие нельзя отменить.",
|
||||
"restoreFilesAndTaskDescription": "Восстанавливает файлы проекта до состояния на момент этой точки и удаляет все сообщения после нее."
|
||||
"restoreFilesAndTaskDescription": "Восстанавливает файлы проекта до состояния на момент этой точки и удаляет все сообщения после нее.",
|
||||
"alreadyCurrent": "This checkpoint is already current"
|
||||
},
|
||||
"current": "Текущая"
|
||||
},
|
||||
|
|
|
|||
3
webview-ui/src/i18n/locales/tr/chat.json
generated
3
webview-ui/src/i18n/locales/tr/chat.json
generated
|
|
@ -155,7 +155,8 @@
|
|||
"confirm": "Onayla",
|
||||
"cancel": "İptal",
|
||||
"cannotUndo": "Bu işlem geri alınamaz.",
|
||||
"restoreFilesAndTaskDescription": "Projenizin dosyalarını bu noktada alınan bir anlık görüntüye geri yükler ve bu noktadan sonraki tüm mesajları siler."
|
||||
"restoreFilesAndTaskDescription": "Projenizin dosyalarını bu noktada alınan bir anlık görüntüye geri yükler ve bu noktadan sonraki tüm mesajları siler.",
|
||||
"alreadyCurrent": "This checkpoint is already current"
|
||||
},
|
||||
"current": "Mevcut"
|
||||
},
|
||||
|
|
|
|||
3
webview-ui/src/i18n/locales/vi/chat.json
generated
3
webview-ui/src/i18n/locales/vi/chat.json
generated
|
|
@ -155,7 +155,8 @@
|
|||
"confirm": "Xác nhận",
|
||||
"cancel": "Hủy",
|
||||
"cannotUndo": "Hành động này không thể hoàn tác.",
|
||||
"restoreFilesAndTaskDescription": "Khôi phục các tệp dự án của bạn về bản chụp được thực hiện tại thời điểm này và xóa tất cả tin nhắn sau điểm này."
|
||||
"restoreFilesAndTaskDescription": "Khôi phục các tệp dự án của bạn về bản chụp được thực hiện tại thời điểm này và xóa tất cả tin nhắn sau điểm này.",
|
||||
"alreadyCurrent": "This checkpoint is already current"
|
||||
},
|
||||
"current": "Hiện tại"
|
||||
},
|
||||
|
|
|
|||
3
webview-ui/src/i18n/locales/zh-CN/chat.json
generated
3
webview-ui/src/i18n/locales/zh-CN/chat.json
generated
|
|
@ -155,7 +155,8 @@
|
|||
"confirm": "确认",
|
||||
"cancel": "取消",
|
||||
"cannotUndo": "此操作无法撤消。",
|
||||
"restoreFilesAndTaskDescription": "恢复文件至此时状态,并清除后续对话记录"
|
||||
"restoreFilesAndTaskDescription": "恢复文件至此时状态,并清除后续对话记录",
|
||||
"alreadyCurrent": "This checkpoint is already current"
|
||||
},
|
||||
"current": "当前"
|
||||
},
|
||||
|
|
|
|||
3
webview-ui/src/i18n/locales/zh-TW/chat.json
generated
3
webview-ui/src/i18n/locales/zh-TW/chat.json
generated
|
|
@ -161,7 +161,8 @@
|
|||
"confirm": "確認",
|
||||
"cancel": "取消",
|
||||
"cannotUndo": "此操作無法復原。",
|
||||
"restoreFilesAndTaskDescription": "將您的專案檔案還原到此時的快照,並刪除此點之後的所有訊息。"
|
||||
"restoreFilesAndTaskDescription": "將您的專案檔案還原到此時的快照,並刪除此點之後的所有訊息。",
|
||||
"alreadyCurrent": "This checkpoint is already current"
|
||||
},
|
||||
"current": "目前"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue