diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-09-23 14:42:38 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2024-09-23 14:42:38 +0900 |
| commit | 1ba09e1eee572fd1f040b7d0bde040dd98e35c15 (patch) | |
| tree | 074daa36f3884efd2a9da30efb458fbbfc58c409 /locales | |
| parent | fix(misskey-js): wrong hashtag channel param type (#14611) (diff) | |
| download | sharkey-1ba09e1eee572fd1f040b7d0bde040dd98e35c15.tar.gz sharkey-1ba09e1eee572fd1f040b7d0bde040dd98e35c15.tar.bz2 sharkey-1ba09e1eee572fd1f040b7d0bde040dd98e35c15.zip | |
enhance(frontend): improve forms usability
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 12 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 3 |
2 files changed, 15 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 55e76e2e43..2a27eb3e15 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -5096,6 +5096,18 @@ export interface Locale extends ILocale { * パフォーマンス */ "performance": string; + /** + * 変更あり + */ + "modified": string; + /** + * 破棄 + */ + "discard": string; + /** + * {n}件の変更があります + */ + "thereAreNChanges": ParameterizedString<"n">; "_delivery": { /** * 配信状態 diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 995bf8bc7c..80cd8dc7cc 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1270,6 +1270,9 @@ genEmbedCode: "埋め込みコードを生成" noteOfThisUser: "このユーザーのノート一覧" clipNoteLimitExceeded: "これ以上このクリップにノートを追加できません。" performance: "パフォーマンス" +modified: "変更あり" +discard: "破棄" +thereAreNChanges: "{n}件の変更があります" _delivery: status: "配信状態" |