diff --git a/nginx/ams/weko-frontend/components/search/Conditions.vue b/nginx/ams/weko-frontend/components/search/Conditions.vue index a39c4e7db0..09c25c9a0a 100644 --- a/nginx/ams/weko-frontend/components/search/Conditions.vue +++ b/nginx/ams/weko-frontend/components/search/Conditions.vue @@ -116,10 +116,16 @@ + + diff --git a/nginx/ams/weko-frontend/locales/en.json b/nginx/ams/weko-frontend/locales/en.json index c999da55e9..08ac4ab747 100644 --- a/nginx/ams/weko-frontend/locales/en.json +++ b/nginx/ams/weko-frontend/locales/en.json @@ -191,6 +191,10 @@ "loginFailed": "Failed to Login. Please contact server administrator.", "noUserInformation": "There is no user information.", "oauthError": "Login is required to view items. You will be automatically redirected to the login screen in {time} seconds. Login screen:" + }, + "copySearch": { + "copySuccess": "URL copied to clipboard.", + "copyFailed": "Copy failed." } }, "overview": "Overview", @@ -301,4 +305,4 @@ "identifierType": "identifier type", "Institutional Login for institutions in Japan.": "Institutional Login for institutions in Japan.", "needToLogin": "This item requires login." -} +} \ No newline at end of file diff --git a/nginx/ams/weko-frontend/locales/ja.json b/nginx/ams/weko-frontend/locales/ja.json index c70b54dd7d..ad531a6884 100644 --- a/nginx/ams/weko-frontend/locales/ja.json +++ b/nginx/ams/weko-frontend/locales/ja.json @@ -192,6 +192,10 @@ "loginFailed": "ログインに失敗しました。管理者に連絡してください。", "noUserInformation": "ユーザ情報がありません。", "oauthError": "アイテム閲覧にはログインが必要です。{time} 秒後にログイン画面に遷移します。ログイン画面:" + }, + "copySearch": { + "copySuccess": "URLをクリップボードにコピーしました。", + "copyFailed": "コピーに失敗しました。" } }, "overview": "概要", @@ -302,4 +306,4 @@ "identifierType": "識別子タイプ", "Institutional Login for institutions in Japan.": "所属機関のIdPでログインする方", "needToLogin": "ログインが必要なアイテムです。" -} +} \ No newline at end of file