summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorかっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>2025-10-06 10:06:20 +0900
committerGitHub <noreply@github.com>2025-10-06 10:06:20 +0900
commit7fcbf57a9d906d59c535ae030393767902d19956 (patch)
treea46cb0fa4c449d49c292a2139fab7d82a18837b2 /locales
parentBump version to 2025.10.0-beta.1 (diff)
downloadmisskey-7fcbf57a9d906d59c535ae030393767902d19956.tar.gz
misskey-7fcbf57a9d906d59c535ae030393767902d19956.tar.bz2
misskey-7fcbf57a9d906d59c535ae030393767902d19956.zip
fix(frontend): 存在しない翻訳を修正 (#16604)
Diffstat (limited to 'locales')
-rw-r--r--locales/index.d.ts12
-rw-r--r--locales/ja-JP.yml3
2 files changed, 15 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index 9e51d89760..c413e70f3a 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -1355,6 +1355,10 @@ export interface Locale extends ILocale {
*/
"selectFolder": string;
/**
+ * フォルダーの選択を解除
+ */
+ "unselectFolder": string;
+ /**
* フォルダーを選択
*/
"selectFolders": string;
@@ -1403,6 +1407,10 @@ export interface Locale extends ILocale {
*/
"emptyFolder": string;
/**
+ * ここにファイルをドロップしてアップロード
+ */
+ "dropHereToUpload": string;
+ /**
* 削除できません
*/
"unableToDelete": string;
@@ -9460,6 +9468,10 @@ export interface Locale extends ILocale {
* アクセスを許可すると、自動で以下のURLに遷移します
*/
"byClickingYouWillBeRedirectedToThisUrl": string;
+ /**
+ * このアプリケーションは既にアクセスが許可されています。
+ */
+ "alreadyAuthorized": string;
};
"_antennaSources": {
/**
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index bfcc98243c..fa657505f7 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -334,6 +334,7 @@ fileName: "ファイル名"
selectFile: "ファイルを選択"
selectFiles: "ファイルを選択"
selectFolder: "フォルダーを選択"
+unselectFolder: "フォルダーの選択を解除"
selectFolders: "フォルダーを選択"
fileNotSelected: "ファイルが選択されていません"
renameFile: "ファイル名を変更"
@@ -346,6 +347,7 @@ addFile: "ファイルを追加"
showFile: "ファイルを表示"
emptyDrive: "ドライブは空です"
emptyFolder: "フォルダーは空です"
+dropHereToUpload: "ここにファイルをドロップしてアップロード"
unableToDelete: "削除できません"
inputNewFileName: "新しいファイル名を入力してください"
inputNewDescription: "新しいキャプションを入力してください"
@@ -2484,6 +2486,7 @@ _auth:
scopeUser: "以下のユーザーとして操作しています"
pleaseLogin: "アプリケーションにアクセス許可を与えるには、ログインが必要です。"
byClickingYouWillBeRedirectedToThisUrl: "アクセスを許可すると、自動で以下のURLに遷移します"
+ alreadyAuthorized: "このアプリケーションは既にアクセスが許可されています。"
_antennaSources:
all: "全てのノート"