Skip to content
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

feat: update i18n #5093

Merged
merged 4 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
522 changes: 385 additions & 137 deletions app/locales/ar.ts

Large diffs are not rendered by default.

539 changes: 375 additions & 164 deletions app/locales/bn.ts

Large diffs are not rendered by default.

510 changes: 409 additions & 101 deletions app/locales/cs.ts

Large diffs are not rendered by default.

554 changes: 439 additions & 115 deletions app/locales/de.ts

Large diffs are not rendered by default.

546 changes: 433 additions & 113 deletions app/locales/es.ts

Large diffs are not rendered by default.

532 changes: 392 additions & 140 deletions app/locales/fr.ts

Large diffs are not rendered by default.

517 changes: 341 additions & 176 deletions app/locales/id.ts

Large diffs are not rendered by default.

556 changes: 439 additions & 117 deletions app/locales/it.ts

Large diffs are not rendered by default.

501 changes: 370 additions & 131 deletions app/locales/jp.ts

Large diffs are not rendered by default.

490 changes: 395 additions & 95 deletions app/locales/ko.ts

Large diffs are not rendered by default.

545 changes: 469 additions & 76 deletions app/locales/no.ts

Large diffs are not rendered by default.

507 changes: 408 additions & 99 deletions app/locales/ru.ts

Large diffs are not rendered by default.

548 changes: 429 additions & 119 deletions app/locales/tr.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/locales/tw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ const tw = {
},
List: "自訂提示詞列表",
ListCount: (builtin: number, custom: number) =>
`內建 ${builtin} 條,使用者自訂 ${custom} 條`,
`內建 ${builtin} 條,使用者自訂 ${custom} 條`,
Edit: "編輯",
Modal: {
Title: "提示詞列表",
Expand Down
Loading
Loading