diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-09-22 16:16:50 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-09-22 16:16:50 +0900 |
| commit | 8ad9f7209b8b1a4584428118dda98339d575a0d6 (patch) | |
| tree | 5d73c4255b91dcf71390e5f347d4880f34380f6a /locales | |
| parent | enhance(frontend): tweak control panel (diff) | |
| download | sharkey-8ad9f7209b8b1a4584428118dda98339d575a0d6.tar.gz sharkey-8ad9f7209b8b1a4584428118dda98339d575a0d6.tar.bz2 sharkey-8ad9f7209b8b1a4584428118dda98339d575a0d6.zip | |
enhance(frontend): tweak control panel
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 4 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index f234262195..55e76e2e43 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -5092,6 +5092,10 @@ export interface Locale extends ILocale { * これ以上このクリップにノートを追加できません。 */ "clipNoteLimitExceeded": string; + /** + * パフォーマンス + */ + "performance": string; "_delivery": { /** * 配信状態 diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 8e48508e78..995bf8bc7c 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1269,6 +1269,7 @@ fromX: "{x}から" genEmbedCode: "埋め込みコードを生成" noteOfThisUser: "このユーザーのノート一覧" clipNoteLimitExceeded: "これ以上このクリップにノートを追加できません。" +performance: "パフォーマンス" _delivery: status: "配信状態" |