aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-screenshot
diff options
context:
space:
mode:
authorKen Moore <ken@ixsystems.com>2017-01-09 14:41:30 -0500
committerKen Moore <ken@ixsystems.com>2017-01-09 14:41:30 -0500
commitd1750c349cf59bce56569e5be74886edc97ba967 (patch)
tree48a28f398286f721c8272c85017aa8bbf3b83228 /src-qt5/desktop-utils/lumina-screenshot
parentFlip the location of the +/- buttons on the panel config widget to match the ... (diff)
parentMerge remote-tracking branch 'origin/master' (diff)
downloadlumina-d1750c349cf59bce56569e5be74886edc97ba967.tar.gz
lumina-d1750c349cf59bce56569e5be74886edc97ba967.tar.bz2
lumina-d1750c349cf59bce56569e5be74886edc97ba967.zip
Merge branch 'master' of github.com:trueos/lumina
Diffstat (limited to 'src-qt5/desktop-utils/lumina-screenshot')
-rw-r--r--src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ja.ts16
1 files changed, 8 insertions, 8 deletions
diff --git a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ja.ts b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ja.ts
index 5558e34d..f72800ae 100644
--- a/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ja.ts
+++ b/src-qt5/desktop-utils/lumina-screenshot/i18n/l-screenshot_ja.ts
@@ -47,22 +47,22 @@
<message>
<location filename="../MainUI.ui" line="20"/>
<source>Lumina Screenshot</source>
- <translation type="unfinished"></translation>
+ <translation>Lumina スクリーンショット</translation>
</message>
<message>
<location filename="../MainUI.ui" line="70"/>
<source> Sec Delay</source>
- <translation type="unfinished"></translation>
+ <translation> 秒後</translation>
</message>
<message>
<location filename="../MainUI.ui" line="183"/>
<source>Capture</source>
- <translation type="unfinished"></translation>
+ <translation>キャプチャー</translation>
</message>
<message>
<location filename="../MainUI.ui" line="212"/>
<source>Edit</source>
- <translation type="unfinished"></translation>
+ <translation>編集</translation>
</message>
<message>
<location filename="../MainUI.ui" line="362"/>
@@ -103,17 +103,17 @@
<message>
<location filename="../MainUI.cpp" line="79"/>
<source>Could not save screenshot</source>
- <translation type="unfinished"></translation>
+ <translation>スクリーンショットを保存できません</translation>
</message>
<message>
<location filename="../MainUI.cpp" line="79"/>
<source>The screenshot could not be saved. Please check directory permissions or pick a different directory</source>
- <translation type="unfinished"></translation>
+ <translation>このスクリーンショットを保存できません。ディレクトリーのパーミッションを確認するか、他のディレクトリーを選択してください。</translation>
</message>
<message>
<location filename="../MainUI.cpp" line="86"/>
<source>Save Screenshot</source>
- <translatorcomment>&quot;Save&quot;ボタンのツールチップ</translatorcomment>
+ <translatorcomment>"Save"ボタンのツールチップ</translatorcomment>
<translation>スクリーンショットの保存</translation>
</message>
<message>
@@ -124,7 +124,7 @@
<message>
<location filename="../MainUI.ui" line="397"/>
<source>Quick Save</source>
- <translatorcomment>「快速保存」(zh)も捨てがたいが、&quot;Save As&quot;との対比なら「保存」であるべきだろう。</translatorcomment>
+ <translatorcomment>「快速保存」(zh)も捨てがたいが、"Save As"との対比なら「保存」であるべきだろう。</translatorcomment>
<translation>保存</translation>
</message>
<message>
bgstack15