[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2015-07-25 01:07:15 -04:00
parent dbc845512c
commit c06d02e6dd
3 changed files with 6 additions and 0 deletions

View file

@ -72,6 +72,7 @@ OC.L10N.register(
"high" : "高い",
"medium" : "中間",
"low" : "低い",
"no priority assigned" : "優先度未割り当て",
"Remind me" : "リマインド",
"at the end" : "終了時",
"at the beginning" : "開始時",
@ -90,6 +91,7 @@ OC.L10N.register(
"Visibility of Smart Collections" : "スマートコレクションの表示",
"Load remaining completed tasks." : "残りの完了済みタスクをロード",
"(New category)" : "(新しいカテゴリ)",
"Select categories..." : "カテゴリーの選択...",
"Loading the task..." : "タスクの読み込み中...",
"Task not found!" : "タスクがありません!"
},

View file

@ -70,6 +70,7 @@
"high" : "高い",
"medium" : "中間",
"low" : "低い",
"no priority assigned" : "優先度未割り当て",
"Remind me" : "リマインド",
"at the end" : "終了時",
"at the beginning" : "開始時",
@ -88,6 +89,7 @@
"Visibility of Smart Collections" : "スマートコレクションの表示",
"Load remaining completed tasks." : "残りの完了済みタスクをロード",
"(New category)" : "(新しいカテゴリ)",
"Select categories..." : "カテゴリーの選択...",
"Loading the task..." : "タスクの読み込み中...",
"Task not found!" : "タスクがありません!"
},"pluralForm" :"nplurals=1; plural=0;"

View file

@ -71,6 +71,7 @@ $TRANSLATIONS = array(
"high" => "高い",
"medium" => "中間",
"low" => "低い",
"no priority assigned" => "優先度未割り当て",
"Remind me" => "リマインド",
"at the end" => "終了時",
"at the beginning" => "開始時",
@ -89,6 +90,7 @@ $TRANSLATIONS = array(
"Visibility of Smart Collections" => "スマートコレクションの表示",
"Load remaining completed tasks." => "残りの完了済みタスクをロード",
"(New category)" => "(新しいカテゴリ)",
"Select categories..." => "カテゴリーの選択...",
"Loading the task..." => "タスクの読み込み中...",
"Task not found!" => "タスクがありません!"
);