aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ja.ts
diff options
context:
space:
mode:
authorZackaryWelch <welch.zackary@gmail.com>2017-08-15 16:28:16 -0400
committerZackaryWelch <welch.zackary@gmail.com>2017-08-15 16:29:21 -0400
commit9fe4993bdc8a166c60c1191292aa353d1937f109 (patch)
tree382c640cd1aca8dca592365de8fd14495f664c51 /src-qt5/core/lumina-desktop/i18n/lumina-desktop_ja.ts
parentMerge branch 'master' of github.com:trueos/lumina (diff)
downloadlumina-9fe4993bdc8a166c60c1191292aa353d1937f109.tar.gz
lumina-9fe4993bdc8a166c60c1191292aa353d1937f109.tar.bz2
lumina-9fe4993bdc8a166c60c1191292aa353d1937f109.zip
Added translations to menu buttons and the panel settings dialogue
Diffstat (limited to 'src-qt5/core/lumina-desktop/i18n/lumina-desktop_ja.ts')
-rw-r--r--src-qt5/core/lumina-desktop/i18n/lumina-desktop_ja.ts42
1 files changed, 34 insertions, 8 deletions
diff --git a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ja.ts b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ja.ts
index 70b9304f..0179804f 100644
--- a/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ja.ts
+++ b/src-qt5/core/lumina-desktop/i18n/lumina-desktop_ja.ts
@@ -1466,34 +1466,49 @@
<translation>戻る</translation>
</message>
<message>
- <location filename="../panel-plugins/systemstart/StartMenu.cpp" line="292"/>
+ <location filename="../panel-plugins/systemstart/StartMenu.cpp" line="290"/>
<source>Apply Updates?</source>
<translation>更新を行いますか?</translation>
</message>
<message>
- <location filename="../panel-plugins/systemstart/StartMenu.cpp" line="292"/>
+ <location filename="../panel-plugins/systemstart/StartMenu.cpp" line="290"/>
<source>You have system updates waiting to be applied! Do you wish to install them now?</source>
<translation>適用されていないシステムアップデートがあります。インストールしますか?</translation>
</message>
<message>
- <location filename="../panel-plugins/systemstart/StartMenu.cpp" line="500"/>
+ <location filename="../panel-plugins/systemstart/StartMenu.cpp" line="291"/>
+ <source>Yes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../panel-plugins/systemstart/StartMenu.cpp" line="292"/>
+ <source>No</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../panel-plugins/systemstart/StartMenu.cpp" line="293"/>
+ <source>Cancel</source>
+ <translation type="unfinished">キャンセル</translation>
+ </message>
+ <message>
+ <location filename="../panel-plugins/systemstart/StartMenu.cpp" line="501"/>
<source>%1% (Plugged In)</source>
<translation>%1% (電源接続中)</translation>
</message>
<message>
- <location filename="../panel-plugins/systemstart/StartMenu.cpp" line="504"/>
+ <location filename="../panel-plugins/systemstart/StartMenu.cpp" line="505"/>
<source>%1% (%2 Estimated)</source>
<translation>%1% (推定残り時間: %2)</translation>
</message>
<message>
- <location filename="../panel-plugins/systemstart/StartMenu.cpp" line="505"/>
+ <location filename="../panel-plugins/systemstart/StartMenu.cpp" line="506"/>
<source>%1% Remaining</source>
<translation>残り %1%</translation>
</message>
<message>
- <location filename="../panel-plugins/systemstart/StartMenu.cpp" line="521"/>
- <location filename="../panel-plugins/systemstart/StartMenu.cpp" line="680"/>
- <location filename="../panel-plugins/systemstart/StartMenu.cpp" line="691"/>
+ <location filename="../panel-plugins/systemstart/StartMenu.cpp" line="522"/>
+ <location filename="../panel-plugins/systemstart/StartMenu.cpp" line="681"/>
+ <location filename="../panel-plugins/systemstart/StartMenu.cpp" line="692"/>
<source>Workspace %1/%2</source>
<translation>ワークスペース %1/%2</translation>
</message>
@@ -1522,6 +1537,7 @@
</message>
<message>
<location filename="../SystemWindow.ui" line="127"/>
+ <location filename="../SystemWindow.cpp" line="60"/>
<source>Cancel</source>
<translation>キャンセル</translation>
</message>
@@ -1545,6 +1561,16 @@
<source>You have system updates waiting to be applied! Do you wish to install them now?</source>
<translation>システムが適用されるのを待っている更新があります! 今それらをインストールしますか?</translation>
</message>
+ <message>
+ <location filename="../SystemWindow.cpp" line="58"/>
+ <source>Yes</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="../SystemWindow.cpp" line="59"/>
+ <source>No</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>UserItemWidget</name>
bgstack15