Skip to content

Commit 49145eb

Browse files
committed
translations
1 parent 7acd203 commit 49145eb

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

packages/xl-ai/src/i18n/locales/ar.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ export const ar: AIDictionary = {
5959
ai_menu: {
6060
input_placeholder: "اسأل الذكاء الاصطناعي أي شيء…",
6161
status: {
62-
thinking: "جارِ التفكير…",
63-
editing: "تحرير…",
64-
error: "حدث خطأ",
62+
thinking: "جاري التفكير…",
63+
editing: "جاري التحرير…",
64+
error: "عذراً! حدث خطأ ما",
6565
},
6666
actions: {
6767
accept: { title: "قبول", aliases: undefined },

packages/xl-ai/src/i18n/locales/hr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const hr: AIDictionary = {
6161
status: {
6262
thinking: "Razmišljam…",
6363
editing: "Uređujem…",
64-
error: "Došlo je do pogreške",
64+
error: "Ups! Nešto je pošlo po zlu",
6565
},
6666
actions: {
6767
accept: { title: "Prihvati", aliases: undefined },

packages/xl-ai/src/i18n/locales/ja.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const ja: AIDictionary = {
6161
status: {
6262
thinking: "考え中…",
6363
editing: "編集中…",
64-
error: "エラーが発生しました",
64+
error: "申し訳ありません!エラーが発生しました",
6565
},
6666
actions: {
6767
accept: { title: "承認", aliases: undefined },

packages/xl-ai/src/i18n/locales/ko.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const ko: AIDictionary = {
6161
status: {
6262
thinking: "생각 중…",
6363
editing: "편집 중…",
64-
error: "오류가 발생했습니다",
64+
error: "죄송합니다! 오류가 발생했습니다",
6565
},
6666
actions: {
6767
accept: { title: "수락", aliases: undefined },

packages/xl-ai/src/i18n/locales/ru.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ export const ru: AIDictionary = {
5959
ai_menu: {
6060
input_placeholder: "Спросите ИИ о чем угодно…",
6161
status: {
62-
thinking: "Обработка…",
63-
editing: "Редактирование…",
64-
error: "Произошла ошибка",
62+
thinking: "Думаю…",
63+
editing: "Редактирую…",
64+
error: "Упс! Что-то пошло не так",
6565
},
6666
actions: {
6767
accept: { title: "Принять", aliases: undefined },

packages/xl-ai/src/i18n/locales/sk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const sk: AIDictionary = {
6161
status: {
6262
thinking: "Premýšľam…",
6363
editing: "Upravujem…",
64-
error: "Vyskytla sa chyba",
64+
error: "Ups! Niečo sa pokazilo",
6565
},
6666
actions: {
6767
accept: { title: "Prijať", aliases: undefined },

packages/xl-ai/src/i18n/locales/uk.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ export const uk: AIDictionary = {
5959
ai_menu: {
6060
input_placeholder: "Запитайте ШІ про що завгодно…",
6161
status: {
62-
thinking: "Обробка…",
63-
editing: "Редагування…",
64-
error: "Сталася помилка",
62+
thinking: "Думаю…",
63+
editing: "Редагую…",
64+
error: "На жаль! Щось пішло не так",
6565
},
6666
actions: {
6767
accept: { title: "Прийняти", aliases: undefined },

packages/xl-ai/src/i18n/locales/zh-tw.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const zhTw: AIDictionary = {
6161
status: {
6262
thinking: "思考中…",
6363
editing: "編輯中…",
64-
error: "發生錯誤",
64+
error: "哎呀!發生了一些錯誤",
6565
},
6666
actions: {
6767
accept: { title: "接受", aliases: undefined },

packages/xl-ai/src/i18n/locales/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const zh: AIDictionary = {
6161
status: {
6262
thinking: "思考中…",
6363
editing: "编辑中…",
64-
error: "发生错误",
64+
error: "哎呀!出了点问题",
6565
},
6666
actions: {
6767
accept: { title: "接受", aliases: undefined },

0 commit comments

Comments
 (0)