summaryrefslogtreecommitdiff
path: root/packages/i18n/src/autogen
diff options
context:
space:
mode:
authorかっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>2025-12-28 20:50:11 +0900
committerGitHub <noreply@github.com>2025-12-28 20:50:11 +0900
commit14f58255ee6a98837df680f50293e3ef1a26d2dc (patch)
tree87cfbc1c6e5fbc5af0b3a675f7e4f3d516289705 /packages/i18n/src/autogen
parentchore: SearchServiceのunit-test追加 (#17035) (diff)
downloadmisskey-14f58255ee6a98837df680f50293e3ef1a26d2dc.tar.gz
misskey-14f58255ee6a98837df680f50293e3ef1a26d2dc.tar.bz2
misskey-14f58255ee6a98837df680f50293e3ef1a26d2dc.zip
enhance(frontend): ウィジェットの設定画面を改良 (#17033)
* enhance(frontend): ウィジェットの設定画面を改良 * Update Changelog * fix lint
Diffstat (limited to 'packages/i18n/src/autogen')
-rw-r--r--packages/i18n/src/autogen/locale.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/i18n/src/autogen/locale.ts b/packages/i18n/src/autogen/locale.ts
index 96a728da63..d8571483aa 100644
--- a/packages/i18n/src/autogen/locale.ts
+++ b/packages/i18n/src/autogen/locale.ts
@@ -5639,6 +5639,10 @@ export interface Locale extends ILocale {
* ゼロ埋め
*/
"zeroPadding": string;
+ /**
+ * 設定項目はありません
+ */
+ "nothingToConfigure": string;
"_imageEditing": {
"_vars": {
/**
@@ -12764,10 +12768,6 @@ export interface Locale extends ILocale {
*/
"discardChangesConfirm": string;
/**
- * 設定項目はありません
- */
- "nothingToConfigure": string;
- /**
* 画像の読み込みに失敗しました
*/
"failedToLoadImage": string;