From dbdd778dc75a27956ba5cc4f89f4fe70ebd90e20 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 15 Dec 2018 17:12:59 +0900 Subject: [PATCH] New translations ja-JP.yml (Portuguese) --- locales/pt-PT.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/locales/pt-PT.yml b/locales/pt-PT.yml index 61e2d0a8c..31d055c40 100644 --- a/locales/pt-PT.yml +++ b/locales/pt-PT.yml @@ -1055,6 +1055,20 @@ admin/views/charts.vue: network-requests: "リクエスト" network-time: "応答時間" network-usage: "通信量" +admin/views/drive.vue: + sort: + title: "ソート" + createdAtAsc: "アップロード日時が古い順" + createdAtDesc: "アップロード日時が新しい順" + sizeAsc: "サイズが小さい順" + sizeDesc: "サイズが大きい順" + origin: + title: "オリジン" + combined: "ローカル+リモート" + local: "ローカル" + remote: "リモート" + delete: "削除" + deleted: "削除しました" admin/views/users.vue: operation: "操作" username-or-userid: "ユーザー名またはユーザーID"